(isearch-lazy-highlight-new-loop): Don't invoke
[bpt/emacs.git] / lisp / ChangeLog
1 2004-09-04 Richard M. Stallman <rms@gnu.org>
2
3 * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
4 highlighting if the search string is empty.
5
6 2004-09-04 Luc Teirlinck <teirllm@auburn.edu>
7
8 * facemenu.el (facemenu-active-faces): Change condition of inner
9 `while' loop to also check the first two elements of `face-atts'
10 and `mask-atts'.
11
12 2004-09-04 John Paul Wallington <jpw@gnu.org>
13
14 * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
15 (thumbs-view-image-mode): Make buffer read-only.
16
17 2004-09-04 Christopher J. Madsen <cjm@pobox.com>
18
19 * textmodes/ispell.el (ispell-really-aspell): New defvar.
20 (ispell-check-version): Set it.
21 (ispell-send-replacement): New function.
22 (ispell-process-line): Call ispell-send-replacement.
23
24 2004-09-04 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
25
26 * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
27 Support choosing seconds with "s".
28
29 2004-09-04 Jari Aalto <jari.aalto@poboxes.com>
30
31 * terminal.el (te-escape): Show `?' in prompt for help key.
32
33 2004-09-04 Emilio C. Lopes <eclig@gmx.net>
34
35 * emacs-lisp/lisp.el (kill-backward-up-list): New function.
36
37 2004-09-04 Dan Nicolaescu <dann@ics.uci.edu>
38
39 * simple.el (next-error-follow-minor-mode)
40 (next-error-follow-mode-post-command-hook): New functions.
41 (next-error-follow-last-line): New defvar.
42
43 * diff-mode.el (diff-mode-map): Bind
44 toggle-next-error-follow-mode.
45 * progmodes/compile.el (compilation-mode-map): Likewise.
46 * progmodes/grep.el (grep-mode-map): Likewise.
47 * replace.el (occur-mode-map): Likewise.
48
49 * newcomment.el (uncomment-region): Bind comment-use-global-state
50 to nil.
51
52 2004-09-03 Luc Teirlinck <teirllm@auburn.edu>
53
54 * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
55 locally around the call to `revert-buffer'.
56
57 2004-09-03 Juri Linkov <juri@jurta.org>
58
59 * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
60 `isearch-adjusted' to `t'.
61 (isearch-toggle-case-fold): Set `isearch-success' to `t'.
62 (isearch-message-prefix): Add "pending" for isearch-adjusted.
63 (isearch-other-meta-char): Restore isearch-point unconditionally.
64 (isearch-query-replace): Add new arg `regexp-flag' and use it.
65 Set point to start of match if region is not active in transient
66 mark mode (to include the current match to region boundaries).
67 Push the search string to `query-replace-from-history-variable'.
68 Add prompt "Query replace regexp" for isearch-regexp.
69 Add region beginning/end as last arguments of `perform-replace.'
70 (isearch-query-replace-regexp): Replace code by the call to
71 `isearch-query-replace' with arg `t'.
72
73 2004-09-03 Richard M. Stallman <rms@gnu.org>
74
75 * startup.el (normal-top-level): Undo previous TERM change.
76
77 2004-09-03 Kim F. Storm <storm@cua.dk>
78
79 * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
80 highlight overlays; allow using RET when cursor is over a button.
81 (cua--highlight-rectangle): Use it.
82 (cua--rectangle-set-corners): Don't move backwards at eol.
83 (cua--forward-line): Don't move into void after eob.
84
85 * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
86 point is set (and displayed) inside rectangle.
87 (cua--rectangle-operation): Fix for highlight of empty lines.
88 (cua--highlight-rectangle): Fix highlight for tabs.
89 Position cursor at left/right edge of rectangle using new `cursor'
90 property on overlay strings.
91 (cua--indent-rectangle): Don't tabify.
92 (cua-rotate-rectangle): Ignore that point has moved.
93
94 2004-09-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
95
96 * term/mac-win.el: Add ASCII equivalents for some function keys.
97 (mode-line-frame-identification): Sync with x-win.el.
98
99 2004-09-02 Juri Linkov <juri@jurta.org>
100
101 * progmodes/compile.el (compilation-buffer-name): Compare major
102 mode with second element of compilation-arguments instead of third
103 to reflect latest changes in compilation-arguments structure.
104 (recompile): Use global variable `compilation-directory' to get
105 recent compilation directory only when `recompile' is invoked NOT
106 in the compilation buffer. Otherwise, use `default-directory' of
107 the compilation buffer.
108 (compilation-error-properties): Allow to funcall col and end-col.
109 (compilation-mode-font-lock-keywords): Check col and end-col by
110 `integerp'.
111 (compilation-goto-locus): If end-mk is non-nil in transient mark
112 mode don't activate the mark (and don't display message in
113 push-mark), but highlight overlay between mk and end-mk.
114
115 * progmodes/grep.el (grep-highlight-matches): New defcustom.
116 (grep-regexp-alist): Add rule to highlight grep matches.
117 (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
118
119 * info.el (Info-fontify-node): Don't compute other-tag
120 if Info-hide-note-references=hide.
121
122 * help.el (function-called-at-point):
123 * help-fns.el (variable-at-point):
124 Try `find-tag-default' when other methods failed.
125
126 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
127 Do not push mark if inhibit-mark-movement is non-nil.
128
129 * textmodes/ispell.el (ispell-html-skip-alists):
130 Fix backslashes in docstring.
131
132 2004-09-01 Juri Linkov <juri@jurta.org>
133
134 * isearch.el (isearch-wrap-function)
135 (isearch-push-state-function): New defvars.
136 (isearch-pop-fun-state): New defsubst.
137 (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
138 (isearch-push-state): Set the result of calling
139 `isearch-push-state-function' to the `isearch-pop-fun-state' field.
140 (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
141 restore the mode-specific starting point of terminated search.
142 (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
143 (isearch-repeat): Call `isearch-wrap-function' if defined.
144 (isearch-message-prefix): Don't add prefix "over" to the message
145 for wrapped search if `isearch-wrap-function' is defined.
146 (isearch-search): Call function saved in `isearch-pop-fun-state' to
147 restore the mode-specific starting point of failed search.
148
149 * info.el (Info-search-whitespace-regexp): Fix backslashes.
150 (Info-search): Add new optional arguments for the sake of isearch.
151 Replace whitespace in Info-search-whitespace-regexp literally.
152 Add backward search. Don't call `Info-select-node' if regexp is
153 found in the same Info node. Don't add node to Info-history for
154 wrapped isearch.
155 (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
156 (Info-isearch-push-state, Info-isearch-pop-state): New funs.
157 (Info-mode): Set local variables `isearch-search-fun-function',
158 `isearch-wrap-function', `isearch-push-state-function',
159 `search-whitespace-regexp'.
160
161 * isearch.el: Remove ancient Change Log section.
162 (isearch-string, isearch-message-string, isearch-point)
163 (isearch-success, isearch-forward-flag, isearch-other-end)
164 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
165 (isearch-barrier, isearch-within-brackets)
166 (isearch-case-fold-search): Add suffix `-state' to state-related
167 defsubsts to avoid name clashes with other function names.
168
169 * simple.el (next-error): New defgroup and defface.
170 (next-error-highlight, next-error-highlight-no-select):
171 New defcustoms.
172 (next-error-no-select): Let-bind next-error-highlight to the value
173 of next-error-highlight-no-select before calling `next-error'.
174
175 * progmodes/compile.el (compilation-goto-locus):
176 Use `next-error' face instead of `region'. Set 4-th argument of
177 `move-overlay' to `current-buffer' to move overlay to different
178 source buffers. Use new variable `next-error-highlight'.
179
180 * simple.el (next-error-find-buffer): Move the rule
181 "if current buffer is a next-error capable buffer" after the
182 rule "if next-error-last-buffer is set to a live buffer".
183 Simplify to test all rules in one `or'.
184 (next-error): Doc fix.
185 (next-error, previous-error, first-error)
186 (next-error-no-select, previous-error-no-select):
187 Make arguments optional.
188
189 2004-08-31 Luc Teirlinck <teirllm@auburn.edu>
190
191 * macros.el (apply-macro-to-region-lines): Make it operate on all
192 lines that begin in the region, rather than on all complete lines
193 in the region.
194
195 2004-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
196
197 * x-dnd.el (x-dnd-protocol-alist): Document update.
198 (x-dnd-known-types): Defcustom it.
199 (x-dnd-handle-motif): Print message-atom in error message.
200
201 2004-08-30 John Paul Wallington <jpw@gnu.org>
202
203 * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
204 strings rather than programatically constructing message.
205
206 2004-08-30 Richard M. Stallman <rms@gnu.org>
207
208 * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
209 Don't return a string that would read as the wrong character code.
210
211 2004-08-29 Kim F. Storm <storm@cua.dk>
212
213 * emulation/cua-base.el (cua-auto-expand-rectangles): Remove
214 automatic rectangle padding feature; replace by non-destructive
215 virtual rectangle edges feature.
216 (cua-virtual-rectangle-edges): New defcustom.
217 (cua-auto-tabify-rectangles): New defcustom.
218 (cua-paste): If paste into a marked rectangle, insert rectangle at
219 current column, even if virtual; also paste exactly as many lines
220 as has been marked (ignore additional lines or add empty lines),
221 but paste whole source if only one line is marked.
222 (cua--update-indications): No longer use overwrite-cursor to
223 indicate rectangle padding
224
225 * emulation/cua-rect.el (cua--rectangle-padding): Remove.
226 (cua--rectangle-virtual-edges): New defun.
227 (cua--rectangle-get-corners): Remove optional PAD arg.
228 (cua--rectangle-set-corners): Never do padding.
229 (cua--forward-line): Remove optional PAD arg. Simplify.
230 (cua-resize-rectangle-right, cua-resize-rectangle-left)
231 (cua-resize-rectangle-down, cua-resize-rectangle-up):
232 (cua-resize-rectangle-bot, cua-resize-rectangle-top)
233 (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
234 (cua--rectangle-move): Never do padding. Simplify.
235 (cua--tabify-start): New defun.
236 (cua--rectangle-operation): Add tabify arg. All callers changed.
237 (cua--pad-rectangle): Remove.
238 (cua--delete-rectangle): Handle delete with virtual edges.
239 (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
240 (cua--insert-rectangle): Handle insert at virtual column.
241 Perform auto-tabify if necessary.
242 (cua--activate-rectangle): Remove optional FORCE arg.
243 Never do padding. Simplify.
244 (cua--highlight-rectangle): Enhance for virtual edges.
245 (cua-toggle-rectangle-padding): Remove command.
246 (cua-toggle-rectangle-virtual-edges): New command.
247 (cua-sequence-rectangle): Add optional TABIFY arg. Callers changed.
248 (cua--rectangle-post-command): Don't force rectangle padding.
249 (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
250
251 2004-08-28 Luc Teirlinck <teirllm@auburn.edu>
252
253 * indent.el (edit-tab-stops-buffer): Doc fix.
254
255 2004-08-28 Richard M. Stallman <rms@gnu.org>
256
257 * progmodes/grep.el (grep-default-command): Use find-tag-default.
258 (grep-tag-default): Function deleted.
259
260 * subr.el (find-tag-default): Moved from etags.el.
261
262 * progmodes/etags.el (find-tag-default): Moved to subr.el.
263
264 * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
265 into the basic character if it has an uppercase form.
266
267 2004-08-27 Kenichi Handa <handa@m17n.org>
268
269 * international/utf-8.el (utf-8-post-read-conversion): If the
270 buffer is unibyte, temporarily make it multibyte.
271
272 2004-08-27 Masatake YAMATO <jet@gyve.org>
273
274 * calendar/time-date.el (time-to-seconds): Add autoload cookies.
275
276 2004-08-25 John Paul Wallington <jpw@gnu.org>
277
278 * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
279 0, 1, and many mismatches in message.
280 (tex-start-shell): Use `set-process-query-on-exit-flag'.
281
282 * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
283 (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
284
285 2004-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
286
287 * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
288 vc-diff-switches differently.
289
290 2004-08-22 Luc Teirlinck <teirllm@auburn.edu>
291
292 * speedbar.el (speedbar-file-regexp): Give it a phony defvar
293 before and a real defvar after
294 `speedbar-supported-extension-expressions'. This is to silence
295 the compiler without breaking bootstrapping.
296
297 2004-08-22 Richard M. Stallman <rms@gnu.org>
298
299 * textmodes/flyspell.el (flyspell-word):
300 Use set-process-query-on-exit-flag.
301 (flyspell-highlight-duplicate-region): Take POSS as arg.
302 (flyspell-word): Pass POSS as arg.
303
304 * progmodes/ada-xref.el: Many doc and style fixes.
305 (ada-find-any-references): Use compilation-start.
306 (ada-get-ali-file-name): Improve error msg.
307 (ada-get-ada-file-name): Likewise.
308
309 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
310 (ange-ftp-start-process): Use set-process-query-on-exit-flag.
311
312 * mail/mail-extr.el (mail-extr-all-top-level-domains):
313 Add forward defvar.
314
315 * whitespace.el (global-whitespace-mode): New alias
316 for whitespace-global-mode.
317
318 * speedbar.el (speedbar-file-regexp): Definition moved up.
319 (speedbar-mode, speedbar-set-mode-line-format):
320 Use with-no-warnings.
321 (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
322
323 * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
324 controls whether to display the error buffer.
325
326 * ps-mule.el: Delete compatibility code for old Emacses.
327 (ps-mule-find-wrappoint): Don't use chars-in-region.
328
329 * frame.el (display-mouse-p, display-selections-p):
330 Use with-no-warnings.
331
332 * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
333
334 2004-08-22 David Kastrup <dak@gnu.org>
335
336 * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
337 information.
338
339 * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
340
341 2004-08-22 Andreas Schwab <schwab@suse.de>
342
343 * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
344
345 2004-08-22 Masatake YAMATO <jet@gyve.org>
346
347 * cvs-status.el (cvs-status-checkout): New function.
348 (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
349
350 2004-08-21 David Kastrup <dak@gnu.org>
351
352 * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
353 (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
354 has been converted to use hashtables, the relation `nil=none' is
355 no longer valid, as `nil' is not a hashtable. This patch tries to
356 reduce the number of resulting errors.
357
358 2004-08-21 John Paul Wallington <jpw@gnu.org>
359
360 * subr.el (process-kill-without-query): Made obsolete in
361 version 21.4, not 21.5.
362
363 * log-edit.el (vc-comment-ring, vc-comment-ring-index)
364 (vc-previous-comment, vc-next-comment)
365 (vc-comment-search-reverse, vc-comment-search-forward)
366 (vc-comment-to-change-log): Likewise.
367
368 * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
369
370 2004-08-21 Peter Seibel <peter@javamonkey.com> (tiny patch)
371
372 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
373 Correct indentation of DEFMETHODS with non-standard method
374 combinations (e.g., PROGN, MIN, MAX).
375
376 2004-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
377
378 * startup.el (normal-top-level-add-subdirs-to-load-path):
379 Avoid unnecessarily checking system-type.
380 (normal-top-level): Set TERM to "dumb". Simplify.
381
382 * avoid.el (mouse-avoidance-ignore-p): New fun.
383 Also ignore switch-frame, select-window, double, and triple clicks.
384 (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
385 (mouse-avoidance-fancy-hook): Use it.
386
387 2004-08-20 Zoran Milojevic <zoran@sipquest.com> (tiny change)
388
389 * avoid.el (mouse-avoidance-nudge-mouse)
390 (mouse-avoidance-banish-destination): Stay within the current window
391 to avoid problems with mouse-autoselect-window.
392
393 2004-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
394
395 * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
396 the newer format of some messages in cvs-1.12.1.
397
398 2004-08-19 Masatake YAMATO <jet@gyve.org>
399
400 * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
401 (elp-results-jump-to-definition-by-mouse)
402 (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
403 (elp-output-result): Use elp-output-insert-symname.
404
405 2004-08-18 Kenichi Handa <handa@m17n.org>
406
407 * language/cyrillic.el: Register koi8-r in
408 ctext-non-standard-encodings-alist.
409 ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
410
411 2004-08-17 Luc Teirlinck <teirllm@auburn.edu>
412
413 * emacs-lisp/copyright.el (copyright-update-year): Delete code
414 that replaces 20xy with xy.
415
416 2004-08-17 John Paul Wallington <jpw@gnu.org>
417
418 * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
419 (reb-force-update): Doc fix.
420
421 2004-08-16 Richard M. Stallman <rms@gnu.org>
422
423 * progmodes/which-func.el (which-func-update-1): Doc fix.
424
425 * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
426 (sh-mode-abbrev-table): New variable.
427
428 * progmodes/compile.el (compilation-mode): Doc fix.
429
430 * emacs-lisp/lisp-mode.el (eval-last-sexp):
431 Don't cons a new symbol each time.
432 (eval-last-sexp-fake-value): New variable.
433
434 * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
435 (copyright-update-year): Detect continuation of list of years.
436
437 * term.el (term-default-fg-color, term-default-bg-color)
438 (ansi-term-color-vector): Use `unspecified', not nil, as default.
439
440 * imenu.el: Several doc fixes: don't say variables are buffer-local.
441
442 2004-08-16 Davis Herring <herring@lanl.gov>
443
444 * isearch.el (isearch-string, isearch-message-string, isearch-point)
445 (isearch-success, isearch-forward-flag, isearch-other-end)
446 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
447 (isearch-barrier, isearch-within-brackets)
448 (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
449
450 2004-08-16 Kenichi Handa <handa@m17n.org>
451
452 * ps-mule.el (ps-mule-font-info-database): Fix docstring.
453
454 2004-08-15 Kenichi Handa <handa@m17n.org>
455
456 * term/x-win.el (x-selection-value): If utf8 was successful but
457 ctext was not, use utf8 string.
458
459 2004-08-14 Davis Herring <herring@lanl.gov>
460
461 * isearch.el: Remove accidental changes of March 4. Fix backing
462 up when a regexp isearch is made more general. Use symbolic
463 accessor functions for isearch stack frames to make usage clearer.
464 (search-whitespace-regexp): Made groups in documentation shy (as
465 is the group in the default value).
466 (isearch-fallback): New function, addresses problems with regexps
467 liberalized by `\|', adds support for liberalization by `\}' (the
468 general repetition construct), and incorporates behavior for
469 `*'/`?'.
470 (isearch-}-char): New command, calls `isearch-fallback' with
471 arguments appropriate to a typed `}'.
472 (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
473 appropriately.
474 (isearch-mode-map): Bind `}' to `isearch-}-char'.
475 (isearch-string, isearch-message,string, isearch-point)
476 (isearch-success, isearch-forward-flag, isearch-other-end)
477 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
478 (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
479 New inline functions to read fields of a stack frame.
480
481 2004-08-14 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> (tiny change)
482
483 * battery.el (battery-linux-proc-acpi): Look into battery
484 directories matching the literal string "CMB", too (required for
485 Linux kernel version 2.6.7).
486
487 2004-08-14 John Paul Wallington <jpw@gnu.org>
488
489 * cus-start.el (read-file-name-completion-ignore-case): Add.
490 (blink-cursor-alist): Change version to "21.4".
491
492 * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
493
494 2004-08-11 Daniel Pfeiffer <occitan@esperanto.org>
495
496 * speedbar.el (speedbar-scan-subdirs): New option.
497 (speedbar-file-lists): Don't ignore file-name case on Unix and use
498 dolist.
499 (speedbar-insert-files-at-point): Take an extra argument and use
500 it to optionally find out if a subdir is empty. Also unreadable
501 files don't get expand buttons.
502 (speedbar-directory): New image (unused pixmap already existed).
503 (speedbar-expand-image-button-alist): Use it.
504
505 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
506
507 CC Mode update to 5.30.9:
508
509 * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
510 Move from cc-vars to cc-defs for dependency reasons. Fix the
511 POSIX char class test to check that it works in
512 `skip-chars-(forward|backward)' too.
513
514 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
515 first argument starts with a special brace list.
516
517 * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
518 when `c-opt-type-concat-key' is used (i.e. in Pike).
519
520 * progmodes/cc-engine.el (c-looking-at-special-brace-list):
521 Fix bug when the inner char pair doesn't have paren syntax, i.e. "(<
522 >)".
523
524 * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
525 whitespace safe.
526
527 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
528 position for `arglist-intro', `arglist-cont-nonempty' and
529 `arglist-close' when there are two arglist open parens on the same
530 line and there's nothing in front of the first.
531
532 * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
533 locking of qualified names in Java, which previously could fontify
534 common indexing expressions in many cases. The standard Java
535 naming conventions are used to tell them apart.
536
537 * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
538 Fix inconsistency wrt opening parens on the first line inside a paren
539 block.
540
541 * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
542 compile time for the sake of `c-major-mode-is'.
543
544 (c-mode-is-new-awk-p): Made it a macro to delay expansion of
545 `c-major-mode-is' in the event that this is used inside a
546 `c-lang-defconst'.
547
548 * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
549 `c-lang-defconst' so that it works better with fallback languages.
550
551 * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
552 it to fail to record the base mode.
553
554 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
555 Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
556 is used. Reordered the syntax checks to get more efficient
557 skipping in some situations.
558
559 * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
560 continuation which might precede the newly inserted '{'.
561
562 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
563 Fix cases where it could loop indefinitely.
564
565 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
566 size specs correctly. Only fontify identifiers in front of '('
567 with as functions - don't accept any paren char. Tightened up
568 initializer skipping to stop before function and class blocks.
569
570 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
571 the point could be left directly after an open paren when finding
572 the beginning of the first decl in the block.
573
574 * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
575 table when filtering out legitimate open parens to be recorded.
576 This could cause cache inconsistencies when e.g.
577 `c++-template-syntax-table' was temporarily in use.
578
579 * progmodes/cc-engine.el (c-on-identifier)
580 (c-simple-skip-symbol-backward): Small fix for handling "-"
581 correctly in `skip-chars-backward'. Affected the operator lfun
582 syntax in Pike.
583
584 * progmodes/cc-engine.el (c-invalidate-sws-region-after):
585 Fix bug that could cause an error from `after-change-functions' when
586 the changed region is at bob.
587
588 2004-08-11 Alan Mackenzie <bug-cc-mode@gnu.org>
589
590 CC Mode update to 5.30.9:
591
592 * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
593 to say that <TAB> doesn't insert WS into a CPP line.
594 (c-indent-command, c-tab-always-indent): Amend doc strings.
595
596 * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
597 checks for user errors, thus eliminating cryptic and unhelpful
598 Emacs error messages. (1) Check the arg to `c-set-style' is a
599 string. (2) Check that settings to `c-offsets-alist' are not
600 spuriously quoted.
601
602 * progmodes/cc-cmds.el: (c-electric-brace): Don't delete a comment
603 which precedes the newly inserted `{'.
604
605 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
606
607 Sync with Tramp 2.0.44.
608
609 * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
610 function "tramp_file_attributes". Otherwise, file names
611 containing spaces are misinterpreted. Reported by Magnus Henoch
612 <mange@freemail.hu>.
613 (tramp-handle-file-truename): FILENAME must be expanded first.
614 Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
615 obscure results. Reported by D. Goel <deego@gnufans.org>.
616 (tramp-handle-verify-visited-file-modtime): If file does not
617 exist, say it is not modified if and only if that agrees with the
618 buffer's record. Check whether a file is visiting the buffer, or
619 the buffer has no recorded last modification time. Return t in
620 case the visiting file doesn't exist. Suggested by Luc Teirlinck
621 <teirllm@auburn.edu>.
622 (tramp-handle-write-region): Pass modtime explicitely to
623 `set-visited-file-modtime', because filename can be different
624 from (buffer-file-name) if `file-precious-flag' is set.
625 `set-visited-file-modtime' must be called always when `visit' is t
626 or a string. Suggested by Luc Teirlinck <teirllm@auburn.edu>.
627 (tramp-handle-set-visited-file-modtime): If `time-list' is not
628 nil, don't apply the whole body. If the file doesn't exists, set
629 modtime to '(-1 65535). Suggested by Luc Teirlinck
630 <teirllm@auburn.edu>.
631
632 2004-08-09 Luc Teirlinck <teirllm@auburn.edu>
633
634 * help.el (describe-bindings): Doc fix.
635
636 * subr.el (kbd): Doc fix.
637
638 2004-08-08 John Paul Wallington <jpw@gnu.org>
639
640 * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
641 instead of `string-to-int'.
642 (define-ibuffer-column mode): Fix indentation.
643
644 2004-08-08 Lars Hansen <larsh@math.ku.dk>
645
646 * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
647
648 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
649
650 * subr.el (global-unset-key, local-unset-key): Doc fixes.
651
652 * novice.el (disabled-command-function): New variable renamed from
653 `disabled-command-hook'.
654 (disabled-command-hook): Keep the _variable_ as alias for
655 `disabled-command-function' and make obsolete.
656 (disabled-command-function): Function renamed from
657 `disabled-command-hook'. Adapt code to name change of the variable.
658
659 2004-08-07 Satyaki Das <satyaki@theforce.stanford.edu> (tiny change)
660
661 * simple.el (completion-root-regexp): New defvar.
662 (completion-setup-function): Use it instead of a literal string.
663
664 2004-08-07 John Paul Wallington <jpw@gnu.org>
665
666 * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
667 (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
668 (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
669 (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
670
671 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
672
673 * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
674 (mail-extr-voodoo): Check mail-extr-disable-voodoo.
675
676 2004-08-04 Kenichi Handa <handa@m17n.org>
677
678 * international/encoded-kb.el (encoded-kbd-setup-keymap):
679 Fix previous change.
680
681 2004-08-03 Kenichi Handa <handa@m17n.org>
682
683 * international/encoded-kb.el: The following changes are to
684 utilize key-translation-map instead of minor mode map.
685 (encoded-kbd-iso2022-non-ascii-map): Delete it.
686 (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
687 (encoded-kbd-last-key): New function.
688 (encoded-kbd-iso2022-single-shift): New function.
689 (encoded-kbd-iso2022-designation)
690 (encoded-kbd-self-insert-iso2022-7bit)
691 (encoded-kbd-self-insert-iso2022-8bit)
692 (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
693 (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
694 key-translation-map.
695 (encoded-kbd-setup-keymap): Setup key-translation-map.
696 (saved-key-translation-map): New variable.
697 (encoded-kbd-mode): Save/restore key-translation-map. Adjusted
698 for the change of encoded-kbd-setup-keymap.
699
700 2004-08-02 Kim F. Storm <storm@cua.dk>
701
702 * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
703 and call compute-motion with nil for topos and width to get proper
704 usable width and height for both window and non-window systems.
705
706 * windmove.el (windmove-coordinates-of-position): Let compute-motion
707 calculate usable window width and height.
708
709 * window.el (window-buffer-height): Call compute-motion with nil width.
710
711 2004-08-01 David Kastrup <dak@gnu.org>
712
713 * replace.el (query-replace-read-from):
714 Use `query-replace-compile-replacement'.
715 (query-replace-compile-replacement): New function.
716 (query-replace-read-to): Use `query-replace-compile-replacement'
717 for repeating the last command.
718
719 2004-08-01 John Paul Wallington <jpw@gnu.org>
720
721 * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
722 (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
723 (pr-switches): Remove period from end of error messages.
724
725 * help-mode.el (help-go-back): Likewise.
726
727 * abbrev.el (only-global-abbrevs): Doc fix.
728 (edit-abbrevs-map): Define within defvar.
729 (quietly-read-abbrev-file): Doc fix.
730
731 2004-07-31 Luc Teirlinck <teirllm@auburn.edu>
732
733 * novice.el (enable-command, disable-command): Doc fixes.
734
735 * subr.el (event-modifiers, event-basic-type): Doc fixes.
736
737 2004-07-30 Richard M. Stallman <rms@gnu.org>
738
739 * subr.el (with-local-quit): Doc fix.
740
741 2004-07-30 Luc Teirlinck <teirllm@auburn.edu>
742
743 * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
744
745 2004-07-28 Luc Teirlinck <teirllm@auburn.edu>
746
747 * custom.el (defcustom): Doc fix.
748
749 2004-07-28 Masatake YAMATO <jet@gyve.org>
750
751 * progmodes/etags.el (etags-tags-apropos): Show building progress.
752
753 2004-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
754
755 * imenu.el (imenu-prev-index-position-function)
756 (imenu-extract-index-name-function, imenu-name-lookup-function)
757 (imenu--index-alist): Docstring redundancy fix.
758
759 2004-07-25 Lars Hansen <larsh@math.ku.dk>
760
761 * wdired.el (wdired-finish-edit): Require dired-aux before locally
762 binding dired-backup-overwrite.
763
764 2004-07-25 John Paul Wallington <jpw@gnu.org>
765
766 * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
767
768 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
769
770 * term/tty-colors.el (tty-color-approximate): Doc fix.
771
772 * select.el (x-get-selection, x-set-selection): Doc fixes.
773
774 * frame.el (make-frame): Doc fix.
775
776 2004-07-24 Richard M. Stallman <rms@gnu.org>
777
778 * mail/rmail.el (rmail-mime-charset-pattern):
779 Don't include semicolon in the charset value.
780
781 * replace.el (occur-next-error): Call set-window-point.
782 (occur-engine): Handle negative NLINES.
783
784 2004-07-23 Luc Teirlinck <teirllm@auburn.edu>
785
786 * frame.el (modify-all-frames-parameters): Minor doc fix.
787 (set-frame-configuration): Doc fix.
788
789 2004-07-23 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
790
791 * simple.el (completion-setup-function): Compute the common parts
792 and the first difference place correctly when
793 partial-completion-mode is on.
794
795 2004-07-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
796
797 * ps-print.el: Doc fix.
798 (ps-print-version): New version 6.6.5.
799 (ps-printing-region): Doc fix.
800 (ps-generate-string-list): Comment fix.
801 (ps-message-log-max): Code fix.
802
803 2004-07-22 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
804
805 * ps-print.el (ps-begin-file): Improve the DSC compliance of the
806 generated PostScript.
807
808 2004-08-17 Reiner Steib <Reiner.Steib@gmx.de>
809
810 * net/tls.el (tls-process-connection-type): Fix docstring. (Sync
811 with Gnus v5_10 branch.)
812
813 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
814
815 * calendar/time-date.el (time-to-number-of-days): New function.
816 Imported from from Gnus.
817
818 2004-07-22 Kim F. Storm <storm@cua.dk>
819
820 * progmodes/make-mode.el: Fix comments.
821
822 2004-07-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
823
824 * printing.el: Doc fix.
825
826 2004-07-20 Luc Teirlinck <teirllm@auburn.edu>
827
828 * frame.el (modify-all-frames-parameters): Minor doc fix.
829
830 2004-07-20 Richard M. Stallman <rms@gnu.org>
831
832 * textmodes/fill.el (fill-nobreak-p): If this break point is
833 at the end of the line, don't consider the newline which follows
834 as a reason to return t.
835
836 2004-07-19 John Paul Wallington <jpw@gnu.org>
837
838 * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
839
840 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
841
842 * dired-aux.el (dired-do-kill-lines): Expand docstring.
843 Delete irrelevant code.
844
845 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
846
847 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
848 New docstring. From Luc Teirlinck.
849
850 2004-07-17 Luc Teirlinck <teirllm@auburn.edu>
851
852 * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
853 section.
854 (auto-revert-handler): Do not check `auto-revert-tail-mode' for
855 non-file buffers. We know it is nil.
856
857 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
858
859 Sync with Tramp 2.0.43.
860
861 * net/tramp.el (tramp-handle-verify-visited-file-modtime): Remove
862 outdated comment.
863 (tramp-locked, tramp-locker): New variables for implementing a
864 global lock.
865 (tramp-sh-file-name-handler): Use them to implement the global
866 lock.
867
868 2004-07-13 Michael Albinus <michael.albinus@gmx.de>
869
870 * net/tramp.el (all): Code cleanup. Change all `tramp-handle-xxx'
871 calls to respective `xxx` calls.
872 (tramp-process-alive-regexp): Precise doc string.
873 (tramp-multi-action-process-alive): New defun.
874 (tramp-multi-actions): Use it.
875 (tramp-handle-find-backup-file-name): `copy-tree' is available
876 since Emacs 21.4 only (XEmacs has it). Implementation rewritten
877 in order to avoid this function.
878 (tramp-handle-write-region): Set current buffer. If connection
879 wasn't open, `file-modes' has changed it accidently. Reported by
880 David Kastrup <dak@gnu.org>.
881 (tramp-enter-password, tramp-read-passwd): New arguments USER and
882 HOST.
883 (tramp-action-password, tramp-multi-action-password): Apply it.
884 (tramp-open-connection-rsh): If a port is given, the Tramp buffer
885 name must still contain the port number. Otherwise, we have two
886 Tramp buffers, with all the confusion. Reported by Myron Selby
887 <myron@xytech.com> and Rolf Dubitzky
888 <Dubitzky@physi.uni-heidelberg.de>.
889
890 * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
891 HOST to `tramp-enter-passwd'.
892
893 * net/tramp-vc.el (all): Code cleanup. Change all
894 `tramp-handle-xxx' calls to respective `xxx` calls.
895
896 2004-07-17 Jonathan Yavner <jyavner@member.fsf.org>
897
898 * emacs-lisp/testcover.el: New category "potentially-1valued" for
899 functions that are not erroneous if either 1-valued or
900 multi-valued. Detect functions in this class.
901 (testcover-1value-functions, testcover-compose-functions,
902 testcover-progn-functions) Added some additional functions to lists.
903 (testcover-mark): Bugfix when marking up the definition for an
904 empty function.
905
906 2004-07-17 Richard M. Stallman <rms@gnu.org>
907
908 * replace.el (occur-read-primary-args): Pass default to read-from-minibuffer.
909
910 * mail/footnote.el (footnote-section-tag): Use defcustom.
911
912 * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
913 Compile font-lock-keywords, not KEYWORDS.
914 (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
915 Add warn, check-type. Handle cerror like error.
916
917 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
918
919 * progmodes/which-func.el (which-func-keymap): New var.
920 (which-func-face): New face.
921 (which-func-format): Use them.
922
923 2004-07-16 Stephan Stahl <stahl@eos.franken.de> (tiny change)
924
925 * buff-menu.el (list-buffers-noselect): Append the buffer's
926 process status to its mode name.
927
928 2004-07-16 Kim F. Storm <storm@cua.dk>
929
930 * simple.el (inhibit-mark-movement): New defvar.
931 (beginning-of-buffer, end-of-buffer): Do not push mark if
932 inhibit-mark-movement is non-nil or C-u prefix is given.
933
934 * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
935 Init to beginning-of-buffer and end-of-buffer.
936 (cua--undo-push-mark): New defvar.
937 (cua--pre-command-handler): Set inhibit-mark-movement if mark is
938 already active and command is in cua--preserve-mark-commands.
939 Also fix check for shift modifier on non-window systems.
940 (cua--post-command-handler): Clear inhibit-mark-movement if set.
941
942 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
943
944 * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
945 of two integers, instead of a cons.
946
947 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
948 `visited-file-modtime' now returns a list of two integers, instead
949 of a cons.
950
951 * dired.el (dired-directory-changed-p): Ditto.
952
953 * progmodes/grep.el (grep): Doc fix.
954
955 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
956
957 * autorevert.el (auto-revert-tail-mode)
958 (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
959 (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
960 in both at the same time.
961 (auto-revert-tail-mode): New command.
962 (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
963 (auto-revert-handler): Revert only either tail or whole file.
964
965 * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
966 add auto-revert-tail-mode.
967
968 2004-07-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
969
970 * printing.el: Doc fix. Change name of some funs.
971 (pr-dosify-file-name): New fun. Replace ps-dosify-path.
972 (pr-unixify-file-name): New fun. Replace ps-unixify-path.
973 (pr-standard-file-name): New fun. Replace pr-standard-path.
974 (pr-call-process): Code fix.
975
976 2004-07-12 Luc Teirlinck <teirllm@auburn.edu>
977
978 * subr.el (with-selected-window): Doc fix.
979
980 2004-07-11 Luc Teirlinck <teirllm@auburn.edu>
981
982 * subr.el (get-buffer-window-list): Doc fix.
983
984 2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
985
986 * files.el (switch-to-buffer-other-window): Doc fix.
987
988 * window.el (save-selected-window, one-window-p)
989 (split-window-keep-point, split-window-vertically)
990 (split-window-horizontally): Doc fixes.
991
992 2004-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
993
994 * printing.el: Doc fix. Now it uses call-process instead of
995 shell-command for low command execution.
996 (pr-version): New version number (6.8).
997 (pr-shell-file-name): Option removed.
998 (pr-shell-command): Fun removed.
999 (pr-call-process): New fun. Replace pr-shell-command.
1000 (pr-standard-path, pr-remove-nil-from-list): New funs.
1001 (zmacs-region-stays, current-mouse-event, current-menubar): New var.
1002 (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
1003 (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
1004 (pr-ps-utility-process, pr-txt-print): Code fix.
1005
1006 2004-07-10 Stephan Stahl <stahl@eos.franken.de> (tiny change)
1007
1008 * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
1009 boolean.
1010
1011 2004-07-09 Lars Hansen <larsh@math.ku.dk>
1012
1013 * wid-edit.el (widget-field-buffer): Doc fix.
1014
1015 2004-07-09 John Paul Wallington <jpw@gnu.org>
1016
1017 * emacs-lisp/re-builder.el (reb-update-overlays): Distinguish
1018 between one and several matches in message.
1019
1020 2004-07-09 Richard M. Stallman <rms@gnu.org>
1021
1022 * mouse.el (mouse-set-region-1): If transient-mark-mode
1023 is `identity', change it to `only'.
1024
1025 * simple.el (current-word): Doc fix.
1026
1027 2004-07-09 Mark A. Hershberger <mah@everybody.org>
1028
1029 * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
1030 so that it is more understanding of whitespace.
1031
1032 * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the
1033 form
1034 (("ns" . "element") (attr-list) children) instead of
1035 ((:ns . "element") (attr-list) children) in order to reduce the
1036 number of symbols used.
1037 (xml-skip-dtd): Change to use xml-parse-dtd but set
1038 xml-validating-parsing to nil.
1039 (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
1040 (xml-substitute-entity): Remove in favor of new entity substitution.
1041 (xml-substitute-special): Rewrite in to substitute complex
1042 entities from DOCTYPE declarations.
1043 (xml-parse-fragment): Parse fragments from entity deleclarations.
1044 (xml-parse-region, xml-parse-tag, xml-parse-attlist)
1045 (xml-parse-dtd, xml-substitute-special): Make validity checks
1046 conditioned on xml-validating-parser. Add "Not Well Formed" to
1047 error messages about well-formedness.
1048
1049 2004-07-08 Steven Tamm <steventamm@mac.com>
1050
1051 * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
1052 (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
1053 Do not treat double clicks and triple clicks specially in the
1054 scroll bar (preventing strange repositioning problems)
1055
1056 2004-07-06 Stefan <monnier@iro.umontreal.ca>
1057
1058 * replace.el (query-replace-regexp-eval): Fix last change.
1059
1060 2004-07-05 Stefan <monnier@iro.umontreal.ca>
1061
1062 * replace.el (query-replace-descr): New fun.
1063 (query-replace-read-from, query-replace-read-args): Default to the
1064 previous from&to.
1065 (query-replace-read-to): Quote the `from' string when displaying it.
1066 (query-replace-regexp-eval): Immediately check read-only status.
1067 Use query-replace-read-from to get the \n checking.
1068 Quote the `from' string when displaying it.
1069 (map-query-replace-regexp, occur-read-primary-args):
1070 Quote the `from' string when displaying it.
1071
1072 * isearch.el (isearch-query-replace): Pass the regexp-ness and
1073 delimited-ness of the search to query-replace.
1074
1075 * replace.el (query-replace-read-from, query-replace-read-to):
1076 New funs extracted from query-replace-read-args.
1077 (query-replace-read-args): Use them.
1078
1079 * replace.el (query-replace-interactive, query-replace-read-args):
1080 Remove the `initial' special value.
1081 (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
1082 (occur-engine): Remove unused var `matchend'.
1083
1084 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
1085 Use the search string without prompting.
1086
1087 2004-07-05 Kenichi Handa <handa@m17n.org>
1088
1089 * international/mule.el (decode-coding-inserted-region):
1090 Set last-coding-system-used only when coding is nil.
1091
1092 2004-07-03 Eli Zaretskii <eliz@gnu.org>
1093
1094 * progmodes/grep.el (grep-compute-defaults, grep-command)
1095 (grep-program, find-program, grep-find-use-xargs, grep-history)
1096 (grep-find-history, grep-tag-default, grep-find-command)
1097 (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
1098 Add autoload cookies, for unbundled packages that load `compile'
1099 and expect all grep-related symbols to become defined.
1100
1101 2004-07-03 KOSEKI Yoshinori <kose@meadowy.org>
1102
1103 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
1104 (iimage-mode-image-search-path): New user option to search the
1105 image file.
1106 (iimage-locate-file): New funcion. Emacs21.3 or earlier does not
1107 have locate-file.
1108 (iimage-mode-buffer): Use it.
1109
1110 2004-07-03 Nick Roberts <nickrob@gnu.org>
1111
1112 * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
1113 carefully.
1114 (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
1115
1116 2004-07-03 Juri Linkov <juri@jurta.org>
1117
1118 * replace.el (query-replace-read-args): Swallow space after 'foo,
1119 not after (quote foo). Match space only immediately after symbol,
1120 not anywhere in the whole string.
1121
1122 2004-07-02 Richard M. Stallman <rms@gnu.org>
1123
1124 * replace.el (query-replace-read-args): Swallow space after
1125 symbols, not after closeparens. But avoid error if string ends there.
1126
1127 * progmodes/python.el (python-beginning-of-statement):
1128 Exit the loop if backward-up-list gets error.
1129
1130 * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
1131
1132 2004-07-02 Andre Spiegel <spiegel@gnu.org>
1133
1134 * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
1135 only if vc-consult-headers is non-nil.
1136
1137 2004-07-02 Juri Linkov <juri@jurta.org>
1138
1139 * pcvs.el (cvs-mode-diff-repository): New command.
1140
1141 * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
1142
1143 2004-07-01 Juri Linkov <juri@jurta.org>
1144
1145 * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
1146 C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace,
1147 C-M-% to isearch-query-replace-regexp.
1148 (minibuffer-local-isearch-map): Add arrow key bindings.
1149 Bind C-f to isearch-yank-char-in-minibuffer.
1150 (isearch-forward): Doc fix.
1151 (isearch-edit-string): Doc fix.
1152 (isearch-query-replace, isearch-query-replace-regexp): New funs.
1153 (isearch-del-char): Add optional arg. Set isearch-yank-flag to t.
1154 (isearch-yank-char): Add optional arg.
1155 (isearch-yank-char-in-minibuffer): New fun.
1156
1157 * replace.el (query-replace-interactive): Change type from boolean
1158 to choice. Add value `initial'.
1159 (query-replace-read-args): Handle value `initial' of
1160 query-replace-interactive.
1161
1162 2004-06-29 Kim F. Storm <storm@cua.dk>
1163
1164 * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
1165 (breakpoint-disabled-bitmap-face): Add :group 'gud.
1166
1167 * progmodes/ada-xref.el (ada-tight-gvd-integration):
1168 Add :group 'ada.
1169
1170 * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
1171
1172 2004-06-29 Juri Linkov <juri@jurta.org>
1173
1174 * replace.el (query-replace-read-args): Swallow a space after
1175 everything except )]" which in most cases means after a symbol.
1176
1177 * emacs-lisp/pp.el (pp-buffer): Add autoload.
1178
1179 2004-06-28 Richard M. Stallman <rms@gnu.org>
1180
1181 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
1182 More changes to go with previous change in font-lock.el.
1183
1184 2004-06-26 David Kastrup <dak@gnu.org>
1185
1186 * replace.el (perform-replace): Highlight the match even in
1187 non-query mode if there is potential replace string editing.
1188
1189 2004-06-26 Kai Grossjohann <kai.grossjohann@gmx.net>
1190
1191 * net/tramp.el (tramp-handle-file-remote-p): New implementation to
1192 agree with new return value of `file-remote-p'.
1193 This syncs with Tramp 2.0.42.
1194
1195 * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
1196 according to new documentation of `file-remote-p'.
1197
1198 * files.el (file-remote-p): Fix doc to say that return value is
1199 identification of remote system, if not nil.
1200 (file-relative-name): Use new return value of `file-remote-p'.
1201
1202 2004-06-26 Nick Roberts <nickrob@gnu.org>
1203
1204 * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
1205 (gdb-goto-breakpoint): Fix breakage.
1206
1207 2004-06-26 Eli Zaretskii <eliz@gnu.org>
1208
1209 * man.el (Man-getpage-in-background): Add windows-nt to the list
1210 of systems where shell-file-name should be used instead of
1211 literal "sh".
1212
1213 2004-06-25 Sam Steingold <sds@gnu.org>
1214
1215 * add-log.el (change-log-font-lock-keywords): Support Common Lisp
1216 function names `(setf symbol)'.
1217
1218 2004-06-24 Richard M. Stallman <rms@gnu.org>
1219
1220 * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
1221
1222 * font-lock.el (font-lock-keywords): Change format of compiled values.
1223 Document it.
1224 (font-lock-add-keywords): If font-lock-keywords is compiled,
1225 extract the uncompiled version, modify, then recompile.
1226 (font-lock-remove-keywords): Likewise.
1227 (font-lock-fontify-keywords-region): Handle changed format.
1228 (font-lock-compile-keywords): Handle changed format.
1229 (font-lock-set-defaults): Compile the keywords explicitly here.
1230
1231 2004-06-24 David Kastrup <dak@gnu.org>
1232
1233 * replace.el (query-replace-read-args): Implement `\,' and `\#'
1234 replacements here.
1235 (query-replace-regexp): Doc string explaining this and the new
1236 `\?' replacement. Remove `\,' and `\#' implementation here, as it
1237 is better placed in `query-replace-read-args'.
1238 (replace-regexp): Explain `\,', `\#' and `\?'.
1239 (replace-match-data): New function for thorough reuse/destruction
1240 of old match-data.
1241 (replace-match-maybe-edit): Function for implementing `\?' editing.
1242 (perform-replace): Fix maintaining of the match stack including
1243 already matched regions, implement `\?', fix various problems
1244 with regions while editing and other stuff.
1245 (replace-highlight): Simplify.
1246
1247 2004-06-24 Daniel Pfeiffer <occitan@esperanto.org>
1248
1249 * progmodes/grep.el (grep-error-screen-columns): New variable.
1250 (grep-regexp-alist): Give it the full functionality of gnu style
1251 compilation messages with line and column ranges. Ask me for the
1252 perl script I'm working on, that uses these.
1253
1254 2004-06-23 Nick Roberts <nickrob@gnu.org>
1255
1256 * comint.el: (comint-insert-clicked-input, comint-copy-old-input):
1257 Remove.
1258 (comint-insert-input, comint-mouse-insert-input): New functions
1259 based on comint-insert-clicked-input for two bindings but just
1260 one functionality.
1261
1262 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
1263
1264 * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
1265
1266 2004-06-23 Lars Hansen <larsh@math.ku.dk>
1267
1268 * files.el (write-contents-functions): Doc fix.
1269
1270 2004-06-21 Juanma Barranquero <lektu@terra.es>
1271
1272 * image.el (image-library-alist): Rewrite docstring in active voice.
1273
1274 2004-06-20 Richard M. Stallman <rms@gnu.org>
1275
1276 * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
1277
1278 * isearch.el (isearch-repeat): Avoid testing old match data.
1279 (isearch-message): Display trailing space in special font
1280 when search is failing.
1281 (isearch-search-fun-function): Doc fix.
1282
1283 * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
1284
1285 2004-06-19 Luc Teirlinck <teirllm@auburn.edu>
1286
1287 * frame.el (show-trailing-whitespace): Doc fix.
1288
1289 * cus-edit.el (custom-variable-documentation): New function.
1290 (custom-variable): Use it.
1291
1292 2004-06-19 Nick Roberts <nickrob@gnu.org>
1293
1294 * man.el (Man-getpage-in-background): Revert previous change but
1295 make cygwin a special case.
1296
1297 2004-06-18 Luc Teirlinck <teirllm@auburn.edu>
1298
1299 * autorevert.el (global-auto-revert-non-file-buffers):
1300 Update docstring.
1301
1302 2004-06-19 Daniel Pfeiffer <occitan@esperanto.org>
1303
1304 * progmodes/compile.el (compilation-error-properties): Store one
1305 more than end-col, if present, so that transient-mark-mode will
1306 highlight last char too.
1307 * progmodes/grep.el (grep-regexp-alist): Match columns and column
1308 ranges, if present.
1309
1310 2004-06-18 Jason Rumney <jasonr@gnu.org>
1311
1312 * makefile.w32-in: Double percent signs in for loops.
1313
1314 2004-06-17 David Kastrup <dak@gnu.org>
1315
1316 * replace.el (query-replace-read-args): Only warn about use of \n
1317 and \t when we are doing a regexp replacement and the actual
1318 escaped character is n or t.
1319 (query-replace-regexp): Add \, and \# interpretation to
1320 interactive call and document it.
1321 (query-replace-regexp-eval, replace-match-string-symbols): Add \#
1322 as shortkey for replace-count.
1323 (replace-quote): New function for doubling backslashes.
1324
1325 2004-06-17 Juanma Barranquero <lektu@terra.es>
1326
1327 * files.el (parse-colon-path, cd): Mention in docstring that the
1328 path separator is colon in GNU-like systems.
1329
1330 * newcomment.el (comment-region-internal): Fix docstring.
1331
1332 * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
1333 (ewoc-invalidate, ewoc-collect): Doc fixes.
1334 (ewoc--create-node, ewoc--delete-node-internal):
1335 Fix typos in docstring.
1336
1337 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
1338
1339 * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
1340 manual to docstring.
1341
1342 2004-06-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1343
1344 * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
1345
1346 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
1347
1348 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
1349 Add hyperlink to emacs-xtra manual to docstring.
1350
1351 * autorevert.el (global-auto-revert-non-file-buffers):
1352 Add hyperlink to emacs-xtra manual to docstring, as well as an
1353 info-link.
1354
1355 2004-06-14 Juanma Barranquero <lektu@terra.es>
1356
1357 * image.el (image-library-alist): New variable to map image types
1358 to external libraries. Initialized to nil, unless system-specific
1359 configs change it.
1360 (image-type-available-p): Determine whether an image type is
1361 available by calling `init-image-library'.
1362
1363 * term/w32-win.el (image-library-alist): Initialize to a known set
1364 of probable library names.
1365
1366 2004-06-14 Kenichi Handa <handa@m17n.org>
1367
1368 * international/code-pages.el (windows-1256, cp1125): Fix tables
1369 for several characters.
1370
1371 * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
1372
1373 2004-06-13 Richard M. Stallman <rms@gnu.org>
1374
1375 * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
1376
1377 * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
1378 not "`pc-selection-mode'".
1379
1380 * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
1381
1382 * simple.el (previous-matching-history-element): Specify a default.
1383
1384 * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
1385
1386 * cus-face.el (custom-declare-face): Simplify code.
1387
1388 * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
1389
1390 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
1391
1392 * files.el (before-save-hook): Add `time-stamp' to the options.
1393
1394 * time-stamp.el (time-stamp): Recommend adding it to
1395 `before-save-hook', rather than `write-file-functions'.
1396 Make a similar change in `Commentary' section.
1397
1398 2004-06-13 Kai Grossjohann <kai.grossjohann@gmx.net>
1399
1400 * diff-mode.el (diff-current-defun): If at start of hunk, use
1401 position of first change.
1402
1403 2004-06-13 Lars Hansen <larsh@math.ku.dk>
1404
1405 * dired-x.el (dired-mark-omitted): Bind to "*O".
1406
1407 2004-06-12 Karl Fogel <kfogel@red-bean.com>
1408
1409 * bookmark.el (bookmark-bmenu-relocate): New function, as
1410 suggested by David J. Biesack <David.Biesack@sas.com>.
1411 (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
1412 (bookmark-bmenu-mode): Describe binding in doc string.
1413 (bookmark-set-filename): Save the bookmark list if it's time.
1414
1415 2004-06-13 Kenichi Handa <handa@m17n.org>
1416
1417 * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
1418 (ccl-untranslated-to-ucs): Fix typo.
1419
1420 2004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
1421
1422 * progmodes/python.el (python-open-block-statement-p):
1423 Fix indentation after a block opening that contains a comment.
1424
1425 2004-06-12 J\e,Ai\e(Br\e,At\e(Bme Marant <jerome@marant.org> (tiny change)
1426
1427 * bindings.el (completion-ignored-extensions): Add file extensions
1428 of Python byte-compiled files.
1429
1430 2004-06-12 Juri Linkov <juri@jurta.org>
1431
1432 * info.el (Info-goto-node): Add autoload.
1433 (Info-toc): Add substring-no-properties on Info file name.
1434 (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
1435 (Info-mode-map): Bind L to Info-history, T to Info-toc.
1436
1437 2004-06-12 Kenichi Handa <handa@m17n.org>
1438
1439 * international/mule-cmds.el (set-language-environment):
1440 Load subst tables if necessary.
1441
1442 * international/mule.el (decode-char): Load subst tables if necessary.
1443 (encode-char): Likewise.
1444
1445 * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
1446 pair correctly. Call ccl-mule-utf-untrans for untranslable chars.
1447 (utf-16le-decode-loop): Set r5 to -1 before loop.
1448 (utf-16be-decode-loop): Likewise.
1449 (ccl-decode-mule-utf-16le): Add EOF processing block.
1450 (ccl-decode-mule-utf-16be): Likewise.
1451 (ccl-decode-mule-utf-16le-with-signature): Likewise.
1452 (ccl-decode-mule-utf-16be-with-signature): Likewise.
1453 (ccl-decode-mule-utf-16): Likewise. Set r5 to -1 initially.
1454 (ccl-mule-utf-16-encode-untrans): New CCL.
1455 (utf-16-decode-to-ucs): Handle pre-read character.
1456 (utf-16le-encode-loop): Handle surrogate pair.
1457 (utf-16be-encode-loop): Likewise.
1458 (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
1459 of utf-16le-encode-loop.
1460 (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
1461 of utf-16be-encode-loop.
1462 (mule-utf-16-post-read-conversion):
1463 Call utf-8-post-read-conversion at first.
1464 (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
1465 Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
1466 Add post-read-conversion and pre-write-conversion.
1467
1468 * international/utf-8.el (utf-translate-cjk-charsets): New variable.
1469 (utf-translate-cjk-unicode-range): New variable.
1470 (utf-translate-cjk-load-tables): New function.
1471 (utf-lookup-subst-table-for-decode): New function.
1472 (utf-lookup-subst-table-for-encode): New function.
1473 (utf-translate-cjk-mode): Init-value changed to t. Don't load
1474 tables here. Update safe-charsets of utf-* coding systems.
1475 (ccl-mule-utf-untrans): New CCL.
1476 (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans. Use `repeat'
1477 at end of each branch.
1478 (ccl-mule-utf-8-encode-untrans): New CCL.
1479 (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
1480 (ccl-untranslated-to-ucs): Handle 2-byte encoding. Set r1 to the
1481 length of encoding. Don't return r0.
1482 (utf-8-compose): New arg hash-table. Handle 2-byte encoding.
1483 (utf-8-post-read-conversion): Narrow to region properly.
1484 If utf-translate-cjk-mode is on, load tables if necessary.
1485 Call utf-8-compose with hash-table arg if necessary.
1486 Call XXX-compose-region instead of XXX-post-read-convesion.
1487 (utf-8-pre-write-conversion): New function.
1488 (mule-utf-8): Include CJK charsets in safe-charsets if
1489 utf-translate-cjk-mode is on. Add pre-write-conversion.
1490
1491 * international/characters.el: Temporarily set
1492 utf-translate-cjk-mode to nil.
1493
1494 * language/devan-util.el (devanagari-compose-region):
1495 Add autoload cookie.
1496
1497 * international/ccl.el (ccl-dump-call): Fix printing the
1498 subroutine name.
1499
1500 2004-06-11 Luc Teirlinck <teirllm@auburn.edu>
1501
1502 * dired.el (dired-revert): If buffer is marked unmodified before
1503 reverting, keep it marked unmodified.
1504 Adapt to new conventions for commenting out code.
1505 (dired-make-relative): Adapt to new conventions for commenting out code.
1506
1507 2004-06-10 Miles Bader <miles@gnu.ai.mit.edu>
1508
1509 * eshell/esh-module.el (eshell-load-defgroups):
1510 Bind `vc-handled-backends' to nil when opening files.
1511
1512 2004-06-11 Juanma Barranquero <lektu@terra.es>
1513
1514 * files.el (parse-colon-path, cd): Doc fixes (refer to
1515 `path-separator', not colon).
1516
1517 2004-06-10 Juanma Barranquero <lektu@terra.es>
1518
1519 * newcomment.el (comment-search-forward)
1520 (comment-search-backward): Fix typos in docstring.
1521 (comment-region): Doc fix.
1522
1523 2004-06-10 Luc Teirlinck <teirllm@auburn.edu>
1524
1525 * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
1526 switch is no longer stored in `dired-switches-alist'.
1527
1528 * dired-aux.el (dired-insert-subdir): Do not store R switch in
1529 `dired-switches-alist'.
1530
1531 2004-06-10 Kim F. Storm <storm@cua.dk>
1532
1533 * pcvs.el (cvs-mode-diff-yesterday): New command.
1534
1535 * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
1536
1537 2004-06-10 Juri Linkov <juri@jurta.org>
1538
1539 * emacs-lisp/edebug.el (edebug-eval-defun):
1540 * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
1541 Fix docstring.
1542
1543 * simple.el (eval-expression-print-format): Don't print additional
1544 information on the first call to `eval-print-last-sexp'.
1545 (next-error-find-buffer): Fix punctuation.
1546 (killing) <defgroup>: Fix punctuation.
1547 (yank-excluded-properties): Change group from editing to killing.
1548
1549 * replace.el (perform-replace): Use `limit' to terminate the
1550 while-loop explicitly.
1551
1552 2004-06-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1553
1554 * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
1555 Use lc-*.xpm as prefix instead of *-locol.xpm.
1556
1557 * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
1558 * toolbar/lc-help.xpm, toolbar/lc-home.xpm
1559 * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
1560 * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
1561 * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
1562 * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
1563 * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
1564 * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
1565 * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
1566 * toolbar/lc-up_arrow.xpm:
1567 Renamed from *-locol.xpm.
1568
1569 2004-06-09 Rajesh Vaidheeswarran <rv@gnu.org>
1570
1571 * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
1572 include forms like &<str>; as valid url patterns.
1573
1574 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
1575
1576 * dired.el (dired-diff, dired-backup-diff)
1577 (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
1578 (dired-do-chown, dired-do-touch, dired-do-print)
1579 (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
1580 (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
1581 (dired-create-directory, dired-do-copy, dired-do-symlink)
1582 (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
1583 (dired-do-copy-regexp, dired-do-hardlink-regexp)
1584 (dired-do-symlink-regexp, dired-upcase, dired-downcase)
1585 (dired-maybe-insert-subdir, dired-next-subdir)
1586 (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
1587 (dired-kill-subdir, dired-tree-up, dired-tree-down)
1588 (dired-hide-subdir, dired-hide-all, dired-show-file-type)
1589 (dired-run-shell-command, dired-query): Remove redundant,
1590 or incorrect, autoloads.
1591
1592 * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
1593 does not end in a slash. Add optional argument KILL-ROOT.
1594 Update docstring.
1595 (dired-do-touch, dired-clean-directory, dired-run-shell-command)
1596 (dired-query): Add autoloads.
1597
1598 2004-06-08 Daniel Pfeiffer <occitan@esperanto.org>
1599
1600 * progmodes/compile.el (compilation-set-window-height):
1601 Rearrange the save-* functions because a buffer can have several current
1602 point in different windows.
1603 (compilation-error-regexp-alist-alist): Recognize {standard input}
1604 GNU messages (for gcc --pipe) and more kinds of Oracle messages.
1605
1606 2004-06-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1607
1608 * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
1609 * toolbar/help-locol.xpm, toolbar/home-locol.xpm
1610 * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
1611 * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
1612 * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
1613 * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
1614 * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
1615 * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
1616 * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
1617 * toolbar/up_arrow-locol.xpm:
1618 New versions of icons that uses fewer colors.
1619
1620 * toolbar/tool-bar.el (tool-bar-local-item)
1621 (tool-bar-local-item-from-menu): Try to use icons with fewer colors
1622 if display-color-cells is 256 or less.
1623
1624 2004-06-08 Kim F. Storm <storm@cua.dk>
1625
1626 * wid-edit.el (widget-specify-button): Use hand pointer rather
1627 than mouse-face as visible mouse-over effect.
1628
1629 2004-06-07 Karl Fogel <kfogel@red-bean.com>
1630
1631 * saveplace.el (save-place-alist-to-file): Bind `print-length'
1632 and `print-level' to nil when writing out `save-place-alist'.
1633 Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
1634
1635 2004-06-07 Juanma Barranquero <lektu@terra.es>
1636
1637 * completion.el (completion-kill-region): Doc fix.
1638
1639 * format.el (format-insert-annotations)
1640 (format-annotate-location): Doc fixes.
1641 (format-subtract-regions): Make arguments match their use in docstring.
1642
1643 * simple.el (kill-region): Doc fix.
1644
1645 * subr.el (insert-buffer-substring-no-properties)
1646 (insert-buffer-substring-as-yank): Doc fixes.
1647
1648 2004-06-07 Luc Teirlinck <teirllm@auburn.edu>
1649
1650 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
1651 Update docstring.
1652 (dired-reset-subdir-switches): New function.
1653
1654 * dired.el (dired-undo): Call `dired-build-subdir-alist'.
1655 Limit scope of `buffer-read-only' binding.
1656
1657 2004-06-06 Emilio C. Lopes <eclig@gmx.net>
1658
1659 * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
1660 eshell-explicit-command-char.
1661
1662 2004-06-06 Juanma Barranquero <lektu@terra.es>
1663
1664 * help-fns.el (help-argument-name): Inherit from italic face only
1665 if the frame supports it.
1666
1667 2004-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1668
1669 * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
1670 * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
1671 * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
1672 * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
1673 * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
1674 * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
1675 * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
1676 New conversions from xpm files.
1677
1678 * toolbar/README: New file.
1679
1680 2004-06-06 Richard M. Stallman <rms@gnu.org>
1681
1682 * isearch.el (isearch-mode-map): Undo previous change.
1683
1684 2004-06-05 Juri Linkov <juri@jurta.org>
1685
1686 * bindings.el (debug-ignored-errors): Add regexps for history
1687 related messages. Remove $ from "No further undo information".
1688 Move Ediff's messages to ediff.el.
1689
1690 * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
1691
1692 * cus-edit.el (custom-display): Add `min-colors'.
1693
1694 * custom.el (defface): Add `supports' to docstring.
1695
1696 * help-fns.el (help-argument-name): Add :group 'help.
1697
1698 2004-06-05 Luc Teirlinck <teirllm@auburn.edu>
1699
1700 * find-dired.el (find-ls-subdir-switches): New user option.
1701 (find-dired): No longer call `abbreviate-file-name' on DIR.
1702 Set `dired-subdir-switches' buffer-locally.
1703
1704 * locate.el: Merge the two `Commentary' sections.
1705 (locate-ls-subdir-switches): New user option.
1706 (locate): Update for other changes.
1707 (locate-mode-map): Restore Dired binding for mouse-2.
1708 Bind `locate-mouse-view-file' to M-mouse-2.
1709 Bind `l' to `locate-do-redisplay'.
1710 (locate-main-listing-line-p, locate-do-redisplay): New functions.
1711 (locate-mouse-view-file, locate-tags, locate-find-directory):
1712 Print message if used outside main listing.
1713 (locate-mode): Update docstring. Make `*Locate*' buffer read-only.
1714 Various changes to support inserted subdirectories.
1715 (locate-insert-header): Change header of *Locate* buffer.
1716
1717 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
1718 Change interactive default switches.
1719 (dired-rename-subdir-2): Update `dired-switches-alist'.
1720 (dired-insert-subdir, dired-kill-subdir):
1721 Handle `dired-switches-alist'. Do not mark buffer modified.
1722 (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
1723 (dired-insert-subdir-doinsert): Omit messages.
1724 Handle `dired-subdir-switches'.
1725 (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
1726
1727 * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
1728 (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
1729 subdirs if -R switch is used for a subdir.
1730 (dired-mode): Set `dired-switches-alist'.
1731 (dired-build-subdir-alist): Only print number of directories in
1732 echo area when invoked interactively.
1733
1734 2004-06-05 Lars Hansen <larsh@math.ku.dk>
1735
1736 * dired-x.el (dired-omit-mode): Rename from
1737 dired-omit-files-p. Use define-minor-mode to define it.
1738 (dired-omit-files-p): Add as alias for dired-omit-mode.
1739 (dired-omit-toggle): Delete. Replaced by dired-omit-mode and
1740 dired-mark-omitted.
1741 (dired-mark-omitted): Add. Bind to M-O.
1742
1743 2004-06-05 Kenichi Handa <handa@m17n.org>
1744
1745 * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
1746
1747 2004-06-05 Juanma Barranquero <lektu@terra.es>
1748
1749 * help-fns.el (help-argument-name): Reintroduce face.
1750 (help-default-arg-highlight): Use it, now that
1751 `face-differs-from-default-p' can be trusted.
1752
1753 2004-06-05 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
1754
1755 * textmodes/table.el: Sentence commands added to Point Motion
1756 group; kill and backward-kill commands added to Extraction group.
1757
1758 2004-06-04 Mario Lang <mlang@delysid.org>
1759
1760 * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
1761 systems appear to use mW, make the code handle this. Fix a
1762 division-by-zero bug while at it, and handle kernels with
1763 a slightly different layout in /proc/acpi.
1764
1765 2004-06-04 Karl Fogel <kfogel@red-bean.com>
1766
1767 * vc-svn.el (vc-svn-checkin): Use 'nconc' instead of 'list*',
1768 because the latter is a CL-ism. This fixes the bug reported by
1769 Shawn Boyette <mdxi@collapsar.net> in
1770 http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
1771
1772 2004-06-04 Miles Bader <miles@gnu.org>
1773
1774 * faces.el (display-supports-face-attributes-p): Function moved to
1775 C code. Previously only the tty-related portion of this function
1776 was done in C; however the previous attempt to do a halfway-proper
1777 job for non-tty displays in lisp didn't work properly because of
1778 funny conditions during Emacs startup.
1779 (face-differs-from-default-p): Simplify, now that
1780 display-supports-face-attributes-p works properly on all display
1781 types. Remove :stipple from comparison; it doesn't really work
1782 in emacs anyway.
1783
1784 2004-06-04 Miles Bader <miles@gnu.org>
1785
1786 * faces.el (face-differs-from-default-p): Use a different
1787 implementation, so we can really check whether FACE displays
1788 differently or not.
1789
1790 2004-06-04 Miles Bader <miles@gnu.org>
1791
1792 * faces.el (display-supports-face-attributes-p): Implement a
1793 `different from default' check for non-tty displays.
1794
1795 2004-06-03 David Kastrup <dak@gnu.org>
1796
1797 * woman.el (woman-mapcan): More concise code.
1798 (woman-topic-all-completions, woman-topic-all-completions-1)
1799 (woman-topic-all-completions-merge): Replace by a simpler and
1800 much faster implementation based on O(n log n) sort/merge instead
1801 of the old O(n^2) behavior.
1802
1803 2004-06-03 Miles Bader <miles@gnu.org>
1804
1805 * subr.el (read-number): Use canonical format for default in prompt.
1806
1807 * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
1808 Add regexp for " [...]" style defaults.
1809
1810 2004-06-02 Romain Francoise <romain@orebokech.com>
1811
1812 * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
1813 groups: if the user asks for a hidden buffer, open the
1814 corresponding filter group to expose it.
1815
1816 * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
1817 `ibuffer-jump-to-buffer'.
1818 (ibuffer-jump-offer-only-visible-buffers): New user option.
1819
1820 2004-06-02 Juanma Barranquero <lektu@terra.es>
1821
1822 * faces.el (frame-update-faces): Add empty docstring so the one
1823 for `ignore' doesn't show through.
1824
1825 * subr.el (process-kill-without-query): Remove spurious "\n" on
1826 obsolescence string.
1827 (focus-frame, unfocus-frame): Add obsolescence declaration and
1828 empty docstring.
1829
1830 * international/mule.el (register-char-codings): Make alias for
1831 `ignore'. Move docstring to obsolescence info and remove redundancy.
1832
1833 2004-06-02 Kim F. Storm <storm@cua.dk>
1834
1835 * frame.el (blink-cursor-start): Turn cursor off initially so blink
1836 starts after blink-cursor-delay rather than 2*blink-cursor-delay.
1837
1838 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
1839
1840 * comint.el (comint-replace-by-expanded-history-before-point):
1841 Obey `start' as the docstring says.
1842 (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
1843 (comint-update-fence): Prevent font-lock from running unnecessarily.
1844 (comint-dynamic-list-completions): Use with-current-buffer.
1845
1846 2004-06-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1847
1848 * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
1849 (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
1850 (bibtex-entry-update): Handle alternatives and optional fields.
1851 (bibtex-parse-entry): Bugfix, handle empty key.
1852
1853 2004-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
1854
1855 * vc-arch.el (vc-arch-state): Don't assume the file exists.
1856
1857 2004-05-31 Lars Hansen <larsh@math.ku.dk>
1858
1859 * desktop.el (desktop-save): Don't save minor modes without a
1860 known mode initialization function.
1861
1862 2004-05-30 Luc Teirlinck <teirllm@auburn.edu>
1863
1864 * replace.el (query-replace-interactive): Convert defvar -> defcustom.
1865
1866 * autorevert.el: Update `Commentary' section.
1867
1868 2004-05-30 Juanma Barranquero <lektu@terra.es>
1869
1870 * dos-fns.el (convert-standard-filename):
1871 * files.el (convert-standard-filename):
1872 * w32-fns.el (convert-standard-filename):
1873 Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
1874
1875 2004-05-30 Kai Grossjohann <kai.grossjohann@gmx.net>
1876
1877 Sync with Tramp.
1878
1879 * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
1880 (tramp-let-maybe): Move to an earlier spot in the file.
1881 Patch by Andreas Schwab.
1882
1883 2004-05-30 Andreas Schwab <schwab@suse.de>
1884
1885 * dired.el (dired-get-filename): Don't use dired-re-dot.
1886
1887 2004-05-30 Richard M. Stallman <rms@gnu.org>
1888
1889 * files.el (find-file): Doc fix.
1890
1891 * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
1892
1893 2004-05-30 Nick Roberts <nickrob@gnu.org>
1894
1895 * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
1896 (gdb-locals-mode, gdb-frame-handler): Display current frame in the
1897 modeline of the locals buffer.
1898 (gdb-goto-breakpoint): Handle gdbmi.
1899 (gdb-get-frame-number): Change for gdbmi.
1900
1901 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
1902
1903 * files.el (file-remote-p): Apply file name handler for operation
1904 `file-remote-p'. It isn' a property any longer.
1905 (file-relative-name): `fh' and `fd' get the required value via
1906 `find-file-name-handler' already.
1907
1908 * ange-ftp.el (ange-ftp-file-remote-p): New defun.
1909 (top): Remove setting of `file-remote-p' property for
1910 `ange-ftp-hook-function'. Add `ange-ftp' property to `file-remote-p'.
1911
1912 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
1913
1914 Version 2.0.41 of Tramp released.
1915
1916 * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
1917 Throw away if process has died.
1918 Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
1919 (tramp-out-of-band-prompt-regexp): Rename to
1920 `tramp-process-alive-regexp', because its usage is widen.
1921 (tramp-actions-copy-out-of-band): Apply it.
1922 (tramp-actions-before-shell, tramp-multi-actions):
1923 Add `tramp-action-process-alive' action.
1924 (tramp-action-process-alive): New defun.
1925 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
1926 Add entry for `file-remote-p'.
1927 (tramp-handle-file-remote-p): New defun.
1928 (top): Remove setting of `file-remote-p'. Don't set
1929 `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
1930
1931 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
1932 `file-remote-p'.
1933
1934 * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
1935 counted for (last) line. [They should or they shouldn't? --Stef]
1936 Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
1937
1938 2004-05-29 Kai Grossjohann <kai.grossjohann@gmx.net>
1939
1940 * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
1941 not really necessary but seems to keep the shell history smaller
1942 in some cases. It is no substitute for setting HISTFILE and
1943 HISTSIZE from tramp-open-connection-setup-interactive-shell,
1944 though. Suggested by Luc Teirlinck.
1945 (tramp-open-connection-setup-interactive-shell): Export variables
1946 HISTFILE and HISTSIZE, do not just set them. From Luc Teirlinck.
1947 (tramp-set-process-query-on-exit-flag): New compat function.
1948 (tramp-open-connection-multi, tramp-open-connection-su)
1949 (tramp-open-connection-rsh, tramp-open-connection-telnet)
1950 (tramp-do-copy-or-rename-file-out-of-band): Use it.
1951 (tramp-let-maybe): New macro, let-binds a variable only if it
1952 isn't obsolete.
1953 (tramp-check-ls-commands, tramp-handle-expand-file-name)
1954 (tramp-handle-file-truename): Use it.
1955 (tramp-completion-file-name-regexp-unified): Avoid matching
1956 filenames starting with "/:" -- those are reserved for
1957 file-name-non-special.
1958
1959 * tramp-smb.el (tramp-smb-open-connection):
1960 Use tramp-set-process-query-on-exit-flag compat function.
1961
1962 2004-05-29 Richard M. Stallman <rms@gnu.org>
1963
1964 * net/browse-url.el (browse-url-interactive-arg): Doc fix.
1965
1966 * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
1967 (eval-last-sexp-print-value): Print char equivalent regardless
1968 of standard-output value.
1969
1970 * thumbs.el (thumbs-subst-char-in-string): Delete.
1971 (thumbs-thumbname): Use subst-char-in-string.
1972 (thumbs-resize-image): Use condition-case, not ignore-errors.
1973 (thumbs-kill-buffer): Likewise.
1974
1975 * thumbs.el: Don't include cl. Don't bother with old Emacs versions.
1976 (thumbs-mode): Make buffer read-only.
1977 (thumbs-make-thumb): Unconditionally accept an existing file.
1978 (thumbs-insert-thumb): Add thumb-image-file property to the image.
1979 (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
1980 (thumbs-show-thumbs-list): Error if images not supported.
1981 (thumbs-save-current-image): Improve prompt string.
1982 (thumbs-mode-map): Define u, R, x.
1983 (thumbs-unmark): New command.
1984 (thumbs-emboss-image): Minor cleanup.
1985 (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
1986 (thumbs-rename-images): New command.
1987 (thumbs-show-image-num): Rewrite. Don't rename the buffer.
1988
1989 * thumbs.el (thumbs-current-image): New function.
1990 (thumbs-file-list, thumbs-file-alist): New functions.
1991 (thumbs-find-image): Delete arg L.
1992 Don't set up thumbs-fileL as buffer-local global var.
1993 (thumbs-find-image-at-point): Use thumbs-current-image.
1994 (thumbs-set-image-at-point-to-root-window): Likewise.
1995 (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
1996 Record and warn about errors. Update thumbs-markedL for deletions.
1997 (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
1998 (thumbs-redraw-buffer): Use thumbs-file-list.
1999 (thumbs-mark): Use thumbs-current-image.
2000 (thumbs-show-name): Use thumbs-current-image.
2001
2002 * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
2003 and imenu--last-menubar-index-alist.
2004
2005 * subr.el (with-selected-window): Undo previous change.
2006
2007 2004-05-29 John Paul Wallington <jpw@gnu.org>
2008
2009 * thumbs.el (thumbs-show-name): Do nothing if no image at point.
2010 (thumbs-mouse-find-image): New command.
2011 (thumbs-mode-map): Bind it to mouse-2.
2012 (thumbs-mode): Make mode-class special.
2013 (thumbs-view-image-mode): Likewise.
2014
2015 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
2016
2017 * flymake.el: New file.
2018
2019 2004-05-28 Luc Teirlinck <teirllm@auburn.edu>
2020
2021 * files.el (find-file-noselect-1): Do not bind
2022 `inhibit-read-only' to t during execution of
2023 `find-file-not-found-functions'.
2024
2025 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
2026
2027 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
2028 * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
2029
2030 2004-05-28 Juri Linkov <juri@jurta.org>
2031
2032 * simple.el (eval-expression-print-format): New fun.
2033
2034 * simple.el (eval-expression):
2035 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
2036 * emacs-lisp/edebug.el (edebug-compute-previous-result)
2037 (edebug-eval-expression): Print additionally the value returned by
2038 `eval-expression-print-format'.
2039
2040 * emacs-lisp/lisp.el (insert-pair-alist): New var.
2041 (insert-pair): Make arguments optional. Find character pair
2042 from `insert-pair-alist' according to the last input event.
2043 (insert-parentheses): Make arguments optional.
2044 (raise-sexp, delete-pair): New funs.
2045
2046 * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
2047 (emacs-lisp-mode-map, lisp-interaction-mode-map):
2048 Bind C-M-q to `indent-pp-sexp'.
2049
2050 * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
2051 `pp-to-string' modified to be able to format text with newlines.
2052 (pp-to-string): Move the buffer-formatting part of the code to
2053 `pp-buffer'. Call `pp-buffer'.
2054
2055 * info.el (Info-desktop-buffer-misc-data): Don't save information
2056 about virtual files.
2057 (Info-restore-desktop-buffer): Restore Info buffers in prepared
2058 buffers with names obtained from the desktop file instead of the
2059 default *info* buffer.
2060
2061 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
2062
2063 * subr.el (with-selected-window): Only save/restore the selected window.
2064
2065 * progmodes/compile.el (compilation-error-regexp-alist):
2066 Use expand-file-name and data-directory.
2067
2068 * progmodes/grep.el (grep-tree): Rework previous fix.
2069
2070 * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
2071 after the user marked text with the mouse.
2072
2073 * startup.el (command-line): Keep the first regexp of
2074 auto-save-file-name-transforms intact.
2075
2076 2004-05-28 Juanma Barranquero <lektu@terra.es>
2077
2078 * cus-edit.el (customize-face, customize-face-other-window)
2079 (custom-face-edit-delete): Make arguments match their use in
2080 docstring.
2081 (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
2082 docstring.
2083
2084 * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
2085 not `cvs-butlast'.
2086
2087 * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
2088 `nbutlast' are in subr.el).
2089
2090 * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
2091 (set-w32-system-coding-system): Doc fixes.
2092
2093 * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
2094 (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
2095 Make arguments match their use in docstring.
2096 (artist-draw-region-trim-line-endings)
2097 (artist-mouse-choose-operation): Fix typo in docstring.
2098 (artist-key-set-point-common): Doc fix.
2099
2100 2004-05-28 Simon Josefsson <jas@extundo.com>
2101
2102 * mail/smtpmail.el (smtpmail-open-stream):
2103 Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
2104
2105 2004-05-26 Simon Josefsson <jas@extundo.com>
2106
2107 * starttls.el: Merge with my GNUTLS based starttls.el.
2108 (starttls-gnutls-program, starttls-use-gnutls)
2109 (starttls-extra-arguments, starttls-process-connection-type)
2110 (starttls-connect, starttls-failure, starttls-success): New variables.
2111 (starttls-program, starttls-extra-args): Doc fix.
2112 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
2113 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
2114 and pass on to corresponding *-gnutls function if it is set.
2115
2116 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
2117
2118 * autorevert.el (auto-revert-handler): Disable auto-reverting of
2119 remote files.
2120
2121 2004-05-27 Michael Albinus <michael.albinus@gmx.de>
2122
2123 * files.el (file-name-non-special): There are more operations
2124 which need handling: `find-backup-file-name',
2125 `insert-file-contents', `verify-visited-file-modtime',
2126 `write-region'. Rename t value of method to `add'. Add new
2127 methods `quote' and `unquote-then-quote' to file-arg-indices.
2128
2129 2004-05-25 Juri Linkov <juri@jurta.org>
2130
2131 * info.el (Info-toc): Call Info-mode on intermediate buffer.
2132 (Info-index-nodes): Enclose code in condition-case to catch errors.
2133 (Info-index-node): Don't search all index nodes if request is only
2134 for the current node and file is not in the cache of index nodes.
2135 (Info-mode-map): Bind Info-copy-current-node-name to `w'
2136 for consistency with dired-copy-filename-as-kill.
2137 Bind `S' to Info-search-case-sensitively.
2138 (Info-copy-current-node-name): New arg. With zero prefix arg put
2139 the name inside a function call to `info'. Display copied text in
2140 the echo area.
2141
2142 2004-05-25 Sam Steingold <sds@gnu.org>
2143
2144 * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
2145 strip the package prefix from the symbol name, if any.
2146 Make it the `find-tag-default-function' for `lisp-mode'.
2147
2148 2004-05-25 John Paul Wallington <jpw@gnu.org>
2149
2150 * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
2151 instead of obsolete `process-kill-without-query'.
2152
2153 * textmodes/texinfmt.el (texinfo-indexvar-alist):
2154 Declare as variable, not constant.
2155
2156 2004-05-25 Luc Teirlinck <teirllm@auburn.edu>
2157
2158 * files.el (find-file-noselect-1): Fix bug introduced by
2159 Revision 1.694. As a side effect, `inhibit-read-only'
2160 is again, by default, t during execution of
2161 `find-file-not-found-functions'.
2162 (insert-directory): Check that lines were really inserted by
2163 the --dired switch, before erasing them.
2164
2165 2004-05-24 Nick Roberts <nickrob@gnu.org>
2166
2167 * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
2168 (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
2169 (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
2170 (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
2171 gud-minor-mode (gdbmi).
2172
2173 2004-05-24 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
2174
2175 * net/browse-url.el (browse-url-interactive-arg): Enable user to
2176 explicitly select the text to be taken as URL.
2177
2178 2004-05-23 Juri Linkov <juri@jurta.org>
2179
2180 * info.el (Info-index-nodes): New var and fun.
2181 (Info-goto-index, Info-index, info-apropos)
2182 (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
2183 (Info-index): Fix docstring. Store and restore Info-history-list.
2184 (Info-complete-nodes): New var.
2185 (Info-complete-menu-item): Use it.
2186 (Info-index-node): New fun.
2187 (Info-final-node, Info-forward-node, Info-backward-node)
2188 (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
2189 Use Info-index-node.
2190 (Info-extract-menu-item, Info-extract-menu-counting): Set second
2191 arg of `Info-extract-menu-node-name' to non-nil for index nodes.
2192 (Info-find-node-2): If a node with period in its name not found,
2193 try to find a node without the name part after period.
2194 (Info-select-node): Call Info-fontify-node only if
2195 Info-fontify-maximum-menu-size is not nil.
2196 (info-apropos): Set Info-fontify-maximum-menu-size to nil.
2197 (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
2198 Preserve Info-history-list.
2199 (Info-toc): Set Info-current-file.
2200 (Info-build-toc): Move point to the beginning of the buffer.
2201 Add main-file variable.
2202 (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
2203 Use backslashed representation of the control character ^_.
2204
2205 * textmodes/texinfmt.el (texinfo-print-index): Print index line
2206 numbers in the new Texinfo 4.7 format.
2207
2208 * add-log.el (change-log-font-lock-keywords): Remove `:' from
2209 regexps for function and variable names.
2210
2211 * descr-text.el (describe-property-list): Add [show] button for
2212 `syntax-table' property with action to pp to a separate buffer.
2213 (describe-char): Replace search-forward by re-search-forward with
2214 whitespace regexp after "character:" to not fail in too narrow windows.
2215
2216 * simple.el (next-error-find-buffer): Add a rule to return
2217 next-error capable buffer if one window on the selected frame
2218 displays such buffer.
2219
2220 2004-05-23 Nick Roberts <nickrob@gnu.org>
2221
2222 * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
2223 (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
2224 (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
2225 (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
2226 (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
2227 Handle new value for gud-minor-mode (gdbmi).
2228 (gdb-buffer-type, gdb-input-queue, gdb-prompting)
2229 (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
2230 Change from local to global gdb variable set.
2231 (gdb-ann3): Initialise above gdb variable set.
2232 (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
2233 (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
2234 (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
2235 (gdb-stopped, gdb-post-prompt, gdb-concat-output)
2236 (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
2237 (gdb-info-locals-handler, gdb-invalidate-assembler)
2238 (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
2239 set as global variables.
2240 (gdb-get-create-buffer): Don't make gud-comint buffer-local.
2241 Handle gdbmi.
2242 (gdb-info-breakpoints-custom): Fix regexp.
2243 (def-gdb-var): Delete.
2244
2245 * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
2246 (gud-speedbar-buttons, gud-sentinel, gud-display-line)
2247 (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
2248 a new mode. The file (gdb-mi.el) for this mode will be included
2249 with the GDB distribution (6.2 onwards) and will use GDB/MI as its
2250 primary interface.
2251
2252 2004-05-23 Jesper Harder <harder@ifa.au.dk>
2253
2254 * progmodes/grep.el (grep-tree): Ensure that DIR argument is
2255 interpreted as a directory.
2256
2257 2004-05-22 Richard M. Stallman <rms@gnu.org>
2258
2259 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
2260 as a close quote.
2261
2262 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
2263
2264 * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
2265 Use assoc-string, not assoc-ignore-case.
2266
2267 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
2268
2269 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
2270 If moving back then fwd gets a defun that ends before point,
2271 try again moving fwd then back.
2272
2273 * files.el (file-name-non-special): Allow t in file-arg-indices
2274 to mean requote the return value. Use `identity' as an element
2275 rather than as the whole value.
2276
2277 * gs.el (gs-options): Add -dSAFER. Mark it risky.
2278
2279 2004-05-22 Juanma Barranquero <lektu@terra.es>
2280
2281 * help-fns.el (help-add-fundoc-usage): Use %S only for output of
2282 `help-make-usage'.
2283 (help-highlight-arguments): Skip function name before searching
2284 for arguments.
2285
2286 2004-05-21 Juanma Barranquero <lektu@terra.es>
2287
2288 * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
2289 Don't mention in the docstring these arguments meant for
2290 internal (recursive) use only.
2291 (allout-char-spec): Comment out (it's not implemented).
2292 (allout-old-expose-topic, allout-exposure): Fix docstring and add
2293 obsolescence declaration.
2294 (allout-flatten-exposed-to-buffer)
2295 (allout-indented-exposed-to-buffer): Fix typos in docstring.
2296 (my-mark-marker): Doc fix.
2297 (produce-allout-mode-map, allout-sibling-index)
2298 (allout-isearch-expose, allout-distinctive-bullet)
2299 (allout-open-topic, allout-reindent-body)
2300 (allout-rebullet-heading, allout-process-exposed)
2301 (allout-insert-listified, allout-latex-verb-quote)
2302 (allout-insert-latex-header, allout-insert-latex-trailer):
2303 Make arguments match their use in docstring.
2304 (allout-primary-bullet, allout-old-style-prefixes)
2305 (allout-inhibit-protection, allout-init, allout-mode)
2306 (allout-before-change-protect, allout-flag-region):
2307 Use "Emacs" instead of "emacs" in docstrings.
2308
2309 2004-05-21 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
2310
2311 * international/characters.el: Modify syntax of more characters.
2312
2313 2004-05-21 Masatake YAMATO <jet@gyve.org>
2314
2315 * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
2316 (etags-tags-completion-table): Show parsing progress.
2317
2318 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
2319
2320 * locate.el (locate-prompt-for-command): Shorten first line of
2321 docstring.
2322 (locate-mode): Expand docstring and include keymap summary.
2323
2324 * files.el (find-file-noselect-1): Limit the scope of the
2325 `inhibit-read-only' binding. Make sure that `inhibit-read-only'
2326 is, by default, nil during the execution of
2327 `find-file-not-found-functions' and `find-file-hook'.
2328
2329 2004-05-20 Michael Mauger <mmaug@yahoo.com>
2330
2331 * facemenu.el (facemenu-color-name-equal): New function.
2332 (list-colors-display): Use it to compare colors instead of
2333 facemenu-color-equal.
2334
2335 2004-05-20 Dan Nicolaescu <dann@ics.uci.edu>
2336
2337 * compare-w.el (compare-windows-face): Use min-colors instead of
2338 checking for tty or pc types.
2339
2340 2004-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
2341
2342 * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
2343 (completion-setup-function): Use with-current-buffer.
2344 Properly save excursion. Simplify.
2345 Don't assume there is necessarily a `mouse-face' property somewhere.
2346
2347 * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
2348
2349 * progmodes/gdb-ui.el (gdb-reset): Use unless. Fix regexp.
2350
2351 * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
2352 (byte-compile-log-1): Don't call (byte-goto-log-buffer).
2353 Use with-current-buffer.
2354 (byte-goto-log-buffer): Delete.
2355 (byte-compile-log-file): Call compilation-forget-errors.
2356
2357 2004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
2358
2359 * net/ldap.el (ldap-search-internal): Avoid mixing standard error
2360 output messages into the search result.
2361
2362 2004-05-19 Masatake YAMATO <jet@gyve.org>
2363
2364 * wid-edit.el (widget-radio-button-notify): Revert my last
2365 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
2366
2367 2004-05-19 Kenichi Handa <handa@m17n.org>
2368
2369 * international/characters.el: Fix syntax (open/close) of CJK chars.
2370
2371 2004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
2372
2373 * help-mode.el (help-go-back): Don't depend on position of back button.
2374
2375 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
2376
2377 * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
2378 files files don't contain an accidental additional /.
2379
2380 * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
2381 in source buffer.
2382
2383 2004-05-18 Masatake YAMATO <jet@gyve.org>
2384
2385 * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
2386 to widget-apply. :action method assumes 2 arguments, not 3.
2387
2388 2004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk>
2389
2390 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
2391 New constants.
2392 (hs-special-modes-alist): Add an f90-mode entry.
2393
2394 2004-05-17 Sam Steingold <sds@gnu.org>
2395
2396 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
2397 Indent "without-" forms just like "with-" and "do-". Use regexp-opt.
2398
2399 2004-05-16 Kim F. Storm <storm@cua.dk>
2400
2401 * emacs-lisp/timer.el (timer-event-handler): Fix last change.
2402
2403 2004-05-15 John Wiegley <johnw@newartisans.com>
2404
2405 * eshell/esh-io.el (eshell-get-target): Whitespace changes.
2406 (eshell-output-object-to-target): Improve output speed 20% by not
2407 calling `eshell-stringify' if something is already known to be a string.
2408
2409 2004-05-15 Alex Ott <ott@jet.msk.su>
2410
2411 * textmodes/ispell.el (ispell-local-dictionary-alist):
2412 Add windows-1251 to the choice of coding systems.
2413 (ispell-dictionary-alist-6): Add support for "russianw.aff",
2414 encoded in cp1251.
2415
2416 2004-05-15 Dan Nicolaescu <dann@ics.uci.edu>
2417
2418 * progmodes/compile.el (compilation-warning-face)
2419 (compilation-info-face): Use min-colors.
2420
2421 2004-05-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2422
2423 * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
2424 * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
2425 * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
2426 * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
2427 * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
2428 * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
2429 * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
2430 * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
2431 * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
2432 * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
2433 * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
2434 * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
2435 * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
2436 * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
2437
2438 2004-05-15 Kim F. Storm <storm@cua.dk>
2439
2440 * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
2441 Use it to set triggered-p element of timer.
2442 (timer-event-handler): Set triggered-p element non-nil while running
2443 the timer function.
2444
2445 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
2446
2447 * descr-text.el (describe-char-unicode-data)
2448 (describe-char-unicodedata-file): Re-enable the unicode code now that
2449 the licensing issues have been cleared in the unicode-4 license.
2450 (describe-text-properties-1): Remove unused `overlay' var.
2451 (describe-char): Remove unused var `buffer'.
2452
2453 2004-05-14 David Ponce <david@dponce.com>
2454
2455 * tree-widget.el: New file.
2456
2457 2004-05-13 Marcelo Toledo <marcelo@marcelotoledo.org>
2458
2459 * language/european.el ("Brazilian Portuguese"): Add support for
2460 Brazilian Portuguese.
2461
2462 2004-05-13 John Wiegley <johnw@newartisans.com>
2463
2464 * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
2465 `recentf-mode' if this variable has been customized to t.
2466
2467 * eshell/esh-test.el (eshell-test): Call the function
2468 `emacs-version' rather than trying to build a custom version string.
2469
2470 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
2471
2472 * net/telnet.el (telnet-mode): Use define-derived-mode.
2473 Don't modify the global value of comint-prompt-regexp.
2474
2475 2004-05-13 John Paul Wallington <jpw@gnu.org>
2476
2477 * version.el (emacs-version): Check for `gtk' feature before
2478 `x-toolkit' feature.
2479
2480 2004-05-13 Juanma Barranquero <lektu@terra.es>
2481
2482 * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
2483 arguments in the docstring, they're used only in recursive calls.
2484
2485 * help-fns.el (help-arg-highlighting-function)
2486 (help-argument-name): Delete.
2487 (help-default-arg-highlight): New function.
2488 (help-do-arg-highlighting): Use it.
2489
2490 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
2491
2492 * calendar/appt.el (appt-disp-window):
2493 Use `calendar-set-mode-line' for a centered mode-line.
2494
2495 2004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
2496
2497 * calendar/appt.el (appt-disp-window): Do not split window
2498 excessively when `split-height-threshold' is low.
2499
2500 2004-05-12 Nick Roberts <nickrob@gnu.org>
2501
2502 * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
2503 kill-buffer-hook here and make it local.
2504 (gud-kill-buffer-hook): Use kill-process for a sure kill.
2505
2506 2004-05-12 Daniel Pfeiffer <occitan@esperanto.org>
2507
2508 * progmodes/compile.el (compilation-set-window-height):
2509 Use save-excursion to protect against misplaced marker.
2510
2511 2004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2512
2513 * custom.el (defface): Document that type can have value gtk.
2514
2515 * faces.el (face-spec-set-match-display): Handle type gtk in display.
2516
2517 2004-05-12 Kenichi Handa <handa@m17n.org>
2518
2519 * descr-text.el: Require quail at comile time.
2520 (describe-char): If an input method is on and it supports the
2521 character, show how to input it.
2522
2523 * international/quail.el (quail-install-decode-map): Accept a
2524 char-table whose subtype is `quail-decode-map'.
2525 (quail-store-decode-map-key, quail-gen-decode-map1)
2526 (quail-gen-decode-map, quail-find-key1, quail-find-key)
2527 (quail-show-key): New functions.
2528
2529 2004-05-12 Juanma Barranquero <lektu@terra.es>
2530
2531 * generic.el (define-generic-mode): Remove redundant arglist info.
2532
2533 * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
2534 Make arguments match their use in docstring.
2535 (help-arg-highlighting-function): New variable.
2536 (help-argument-name): Mention it in the docstring.
2537 (help-do-arg-highlight): Use it. Expand regexp to accept also
2538 ARG-xxx and xxx-ARG references.
2539
2540 2004-05-11 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
2541
2542 * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
2543 parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
2544 and "mailto:addr1?to=addr2" equal.
2545
2546 2004-05-11 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
2547
2548 * man.el (Man-getpage-in-background): Use shell-file-name
2549 and shell-command-switch variables instead of hard-coded values.
2550
2551 2004-05-11 Eli Zaretskii <eliz@gnu.org>
2552
2553 * iimage.el: New file.
2554
2555 2004-05-11 Juanma Barranquero <lektu@terra.es>
2556
2557 * custom.el (custom-initialize-default, defcustom):
2558 Fix typo in docstring.
2559
2560 * files.el (set-visited-file-name, file-expand-wildcards):
2561 Fix docstring.
2562
2563 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
2564
2565 * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
2566
2567 * subr.el (eventp): Be more discriminating with integers.
2568
2569 2004-05-10 Daniel Pfeiffer <occitan@esperanto.org>
2570
2571 * progmodes/compile.el (compile): Add universal prefix arg.
2572 (compilation-error-regexp-alist-alist): Add edg patterns.
2573
2574 2004-05-10 Sam Steingold <sds@gnu.org>
2575
2576 * textmodes/ispell.el (ispell-message):
2577 Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
2578
2579 2004-05-10 Dave Love <fx@gnu.org>
2580
2581 * progmodes/python.el (help-buffer): Autoload when compiling.
2582 (python-after-info-look): Don't assume Info-goto-node returns non-nil.
2583 (run-python): Prepend to any existing PYTHONPATH.
2584
2585 2004-05-10 Nick Roberts <nick@nick.uklinux.net>
2586
2587 * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
2588 for pending breakpoints.
2589
2590 2004-05-10 Richard M. Stallman <rms@gnu.org>
2591
2592 * mail/unrmail.el (unrmail): Mostly rewritten. Parses the file
2593 directly without calling any functions in Rmail.
2594 (unrmail-unprune): Function deleted.
2595
2596 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
2597
2598 * progmodes/python.el (inferior-python-mode-map): Remove erroneous
2599 C-c C-z binding.
2600
2601 2004-05-10 Kenichi Handa <handa@m17n.org>
2602
2603 * descr-text.el (describe-char): Fix previous change. Don't make
2604 a unibyte character to multibyte in the *Help* buffer.
2605
2606 2004-05-10 Miles Bader <miles@gnu.org>
2607
2608 * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
2609 buffer an error if the debugger process is actually running.
2610
2611 2004-05-10 Juanma Barranquero <lektu@terra.es>
2612
2613 * help-fns.el (help-argument-name): Default to italic.
2614 (help-highlight-arguments): Return always (usage . doc), even when
2615 usage is nil.
2616
2617 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
2618 (define-ibuffer-filter): Add usage info.
2619 (define-ibuffer-op): Add usage info (but CL-style defaults for
2620 keyword args are not shown).
2621
2622 * subr.el (remove-overlays, read-passwd): Fix docstring.
2623 (start-process-shell-command): Fix docstring. Put usage info in a
2624 format usable by `describe-function'.
2625 (open-network-stream, open-network-stream-nowait)
2626 (open-network-stream-server): Fix docstring.
2627
2628 2004-05-09 Jason Rumney <jasonr@gnu.org>
2629
2630 * international/code-pages (cp932, cp936, cp949, c950): Remove.
2631 Only define cp125* if windows-125* is already defined.
2632
2633 * language/korean.el (cp949): Add alias.
2634
2635 * language/chinese.el (cp936, cp950): Add aliases.
2636
2637 * language/japanese.el (cp932): Add alias.
2638
2639 * term/w32-win.el: Require code-pages.
2640
2641 * international/mule-cmds.el (set-locale-environment):
2642 On MS-Windows use ansi code-page for default coding-systems.
2643 Set up paper sizes for Windows 3 letter languages.
2644
2645 * international/code-pages.el (cp932, cp936, cp949, cp950):
2646 Add aliases. Also add cp125* if not already defined.
2647
2648 2004-05-09 Juanma Barranquero <lektu@terra.es>
2649
2650 * help-fns.el (help-highlight-arguments): Don't try to highlight
2651 missing or autoloaded arglists. Accept structured arguments, like
2652 the first ones of `do' and `flet'.
2653
2654 * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
2655 (cvs-get-marked): Remove redundant arglist info.
2656
2657 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
2658 Don't use CL-style default args.
2659
2660 2004-05-08 Andreas Schwab <schwab@suse.de>
2661
2662 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
2663
2664 * international/subst-ksc.el: Fix references to utf-translate-cjk
2665 into utf-translate-cjk-mode.
2666 * international/subst-big5.el: Likewise.
2667 * international/subst-gb2312.el: Likewise.
2668 * international/subst-jis.el: Likewise.
2669 * international/utf-16.el: Likewise.
2670 * international/utf-8.el: Likewise.
2671
2672 2004-05-08 John Wiegley <johnw@newartisans.com>
2673
2674 * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
2675 "virtual buffers" (off by default), which makes it possible to
2676 switch to the "virtual" buffers of recently visited files. When a
2677 buffer name search fails, and this option is on, iswitchb will
2678 look at the list of recently visited files, and permit matching
2679 against those names. When the user hits RET on a match, it will
2680 revisit that file.
2681 (iswitchb-read-buffer): Add two optional arguments, which makes
2682 isearchb.el possible.
2683 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
2684 (iswitchb-next-match): Add support for virtual buffers.
2685
2686 * isearchb.el: This module extends iswitchb to provide "as you
2687 type" buffer selection.
2688
2689 * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
2690 Ignore the read-only property when flyspell highlighting is on.
2691 Not ignoring it leads to a series of confusing errors.
2692 (flyspell-highlight-duplicate-region): Ignore read-only, as above,
2693 but also make sure to call flyspell-incorrect-hook.
2694 (flyspell-maybe-correct-transposition): Perform transposition test
2695 by bit twiddling a string, rather than using a temp buffer.
2696 (flyspell-maybe-correct-doubling): Use a string rather than a temp
2697 buffer. This is also the original version of the code, which
2698 could not be checked in before due to a previous lack of
2699 assignment papers. This version has seen heavy usage on my system
2700 for several years now.
2701
2702 * calendar/cal-bahai.el: New file, which adds support for the
2703 Baha'i calendar to Emacs. This calendar is based on a solar year
2704 of 19 months of 19 days, with 4 intercalary days. Each year
2705 begins on March 21, with the calendar starting in 1844.
2706
2707 * calendar/cal-menu.el, calendar/calendar.el,
2708 calendar/diary-lib.el, calendar/holidays.el: Added support for
2709 using cal-bahai.el.
2710
2711 * eshell/em-glob.el (eshell-glob-initialize): Move initialization
2712 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
2713 function can be used outside of eshell buffers.
2714 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
2715
2716 2004-05-08 Juanma Barranquero <lektu@terra.es>
2717
2718 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
2719 word constituent so FOO-ARG is not recognized as an arg.
2720 (help-highlight-arguments): Don't skip lists in mandatory arguments.
2721
2722 * simple.el (next-error): Fix typo in docstring.
2723 (open-line): Make argument names match their use in docstring.
2724 (split-line): Fix docstring.
2725
2726 * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
2727 usable by `describe-function'.
2728 (gensym, gentemp, typep, ignore-errors): Make argument names match
2729 their use in docstring.
2730
2731 * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
2732 argument to `help-setup-xref'.
2733
2734 2004-05-07 Kai Grossjohann <kai@emptydomain.de>
2735
2736 Version 2.0.40 of Tramp released.
2737
2738 * net/tramp.el (tramp-completion-mode, tramp-md5-function):
2739 Use symbol-function to invoke functions only known on some Emacs
2740 flavors. This avoids byte-compiler warnings. Reported by Kevin
2741 Scaldeferri <kevin@scaldeferri.com>.
2742 (tramp-do-copy-or-rename-file-via-buffer): Rename from
2743 tramp-do-copy-or-rename-via-buffer (without `file'), to make it
2744 consistent with the other tramp-do-* functions.
2745 (tramp-do-copy-or-rename-file): Calls adjusted.
2746 (tramp-process-initial-commands): Avoid liveness check on shell --
2747 we know that it must be alive since we're opening a connection at
2748 this moment.
2749 (tramp-last-cmd): New internal variable.
2750 (tramp-process-echoes): New tunable.
2751 (tramp-send-command): Set tramp-last-cmd.
2752 (tramp-wait-for-output): Delete echo, if applicable.
2753 (tramp-read-passwd): Construct the key for the password cache in a
2754 way that works for multi methods, too.
2755 (tramp-bug): Add backup-directory-alist and
2756 bkup-backup-directory-info to bug reports, with Tramp counterparts.
2757
2758 2004-05-07 Michael Albinus <michael.albinus@gmx.de>
2759
2760 * net/tramp*.el: Suppress byte-compiler warnings where possible.
2761
2762 * net/tramp.el (tramp-out-of-band-prompt-regexp)
2763 (tramp-actions-copy-out-of-band): New defcustoms.
2764 (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
2765 used instead of a synchronous one. Allows password entering.
2766 (tramp-action-out-of-band): New defun.
2767 (tramp-open-connection-rsh, tramp-method-out-of-band-p):
2768 Remove restriction with password from doc string.
2769 (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
2770 `tramp-out-of-band-prompt-regexp',
2771 `tramp-actions-copy-out-of-band', `password-cache' and
2772 `password-cache-expiry'.
2773 (toplevel): Remove todo item wrt ssh-agent. Obsolete due to
2774 password caching.
2775 (tramp-touch): FILE can be a local file, too.
2776 (TODO): Remove items done.
2777 (tramp-handle-insert-directory): Properly quote file name also if
2778 not full-directory-p. Handle wildcard case. Reported by Andreas
2779 Schwab <schwab@suse.de>.
2780 (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
2781 new file.
2782 (tramp-handle-file-local-copy, tramp-handle-write-region):
2783 The permissions of the temporary file are set if filename exists.
2784 Reported by Ted Stern <stern@cray.com>.
2785 (tramp-backup-directory-alist)
2786 (tramp-bkup-backup-directory-info): New defcustoms.
2787 (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
2788 (tramp-handle-find-backup-file-name): New function.
2789 Implements Tramp's find-backup-file-name.
2790
2791 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
2792 for `find-backup-file-name'.
2793
2794 * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
2795 ("file" -> "filename"). Reported by Kim F. Storm <storm@cua.dk>.
2796
2797 2004-05-07 Lars Hansen <larsh@math.ku.dk>
2798
2799 * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
2800
2801 2004-05-07 Juanma Barranquero <lektu@terra.es>
2802
2803 * subr.el (lambda): Add arglist description to docstring.
2804 (declare): Fix typo in docstring.
2805 (open-network-stream): Fix docstring.
2806 (process-kill-without-query): Fix docstring and add obsolescence info.
2807 (last, butlast, nbutlast): Make arguments match their use in docstring.
2808 (insert-buffer-substring-no-properties): Likewise.
2809 (insert-buffer-substring-as-yank): Likewise.
2810 (split-string): Fix docstring.
2811
2812 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
2813 Make argument names match their use in docstring.
2814
2815 * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
2816
2817 2004-05-06 Nick Roberts <nickrob@gnu.org>
2818
2819 * progmodes/gdb-ui.el: Improve/extend documentation strings.
2820 Fit first sentence on one line for apropos-command.
2821
2822 2004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
2823
2824 Changes largely merged in from Dave Love's code.
2825 * progmodes/python.el: Doc fixes.
2826 (python-mode-map): Add python-complete-symbol.
2827 (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
2828 (python-comment-indent, python-complete-symbol)
2829 (python-symbol-completions, python-partial-symbol)
2830 (python-try-complete): New.
2831 (python-indent-line): Remove optional arg. Use python-block-end-p.
2832 (python-check): Bind compilation-error-regexp-alist.
2833 (inferior-python-mode): Use rx. Move keybindings to top level.
2834 Set comint-input-filter.
2835 (python-preoutput-filter): Use rx.
2836 (python-input-filter): Re-introduce.
2837 (python-proc): Start new process if necessary.
2838 Check python-buffer non-nil.
2839 (view-return-to-alist): Defvar.
2840 (python-send-receive): New.
2841 (python-eldoc-function): Use it.
2842 (python-mode-running): Don't defvar.
2843 (python-mode): Set comment-indent-function.
2844 Maybe update hippie-expand-try-functions-list.
2845 (python-indentation-levels): Initialize differently.
2846 (python-block-end-p): New.
2847 (python-indent-line): Use it.
2848 (python-compilation-regexp-alist): Augment.
2849 (run-python): Import `emacs' module to Python rather than loading
2850 code directly. Set python-buffer differently.
2851 (python-send-region): Use emacs.eexecfile. Fix orig-start calculation.
2852 Use python-proc.
2853 (python-send-command): Go to end of comint buffer.
2854 (python-load-file): Use python-proc, emacs.eimport.
2855 (python-describe-symbol): Simplify interactive form.
2856 Use emacs.help. Do use temp-buffer-show-hook.
2857 Call print-help-return-message.
2858 (hippie-exp): Require when compiling.
2859 (python-preoutput-continuation): Use rx.
2860
2861 * diff-mode.el (diff-make-unified): Fix regexp.
2862
2863 2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
2864
2865 * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
2866 filter groups from the buffer when rebuilding the Ibuffer buffer
2867 and `ibuffer-show-empty-filter-groups' is nil.
2868
2869 2004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2870
2871 * ps-print.el (ps-print-quote): Call ps-value-string.
2872 (ps-setup): Call ps-comment-string.
2873 (ps-value-string, ps-comment-string): New funs.
2874
2875 2004-05-06 Juanma Barranquero <lektu@terra.es>
2876
2877 * ehelp.el (electric-help-command-loop): Check whether the last
2878 character is visible, not (point-max).
2879
2880 * help-fns.el (help-argument-name): Default to bold; don't inherit
2881 from font-lock-variable-name-face.
2882 (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
2883
2884 2004-05-05 Kenichi Handa <handa@m17n.org>
2885
2886 * descr-text.el (describe-char): Copy the character with text
2887 properties and overlays into the first line, and call
2888 describe-text-properties on it.
2889
2890 2004-05-05 Stephen Eglen <stephen@anc.ed.ac.uk>
2891
2892 * iswitchb.el (iswitchb-global-map): Fix typo.
2893 Remove unwanted ###autoloads from source file.
2894
2895 2004-05-05 Lars Hansen <larsh@math.ku.dk>
2896
2897 * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
2898 in run-hooks. Use substitute-command-keys in message.
2899 (wdired-abort-changes): Add message.
2900
2901 2004-05-03 Michael Mauger <mmaug@yahoo.com>
2902
2903 * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
2904 (sql-emacs20-p): Remove.
2905 (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
2906 (sql-builtin-face, sql-doc-face): Remove.
2907 (sql-mode-ansi-font-lock-keywords)
2908 (sql-mode-oracle-font-lock-keywords)
2909 (sql-mode-postgres-font-lock-keywords)
2910 (sql-mode-linter-font-lock-keywords)
2911 (sql-mode-ms-font-lock-keywords)
2912 (sql-mode-mysql-font-lock-keywords): Use standard fonts.
2913 (sql-product-font-lock): Fix font-lock reset when font rules change.
2914 (sql-highlight-product): Remove incorrect font-lock reset logic.
2915
2916 2004-05-04 Jonathan Yavner <jyavner@member.fsf.org>
2917
2918 * ses.el (ses-set-parameter): Fix typo.
2919
2920 2004-05-04 Kim F. Storm <storm@cua.dk>
2921
2922 * ido.el (ido-read-internal): Fix call to read-file-name for edit.
2923 Must expand directory for completion to work; and don't mess with
2924 process-environment.
2925 (ido-read-file-name): If command has ido property, don't use ido
2926 if value is ignore, or read as directory if value is dir.
2927 Set ido ignore property for dired-do-rename command.
2928
2929 2004-05-04 Juanma Barranquero <lektu@terra.es>
2930
2931 * ehelp.el (electric-help-command-loop, electric-help-undefined)
2932 (electric-help-help): Check against unmapped commands.
2933
2934 * help-fns.el (help-argument-name): New face, inheriting from
2935 font-lock-variable-name-face, to highlight function arguments in
2936 `describe-function' and `describe-key'.
2937 (help-do-arg-highlight): Auxiliary function to highlight a given
2938 list of arguments in a string.
2939 (help-highlight-arguments): Highlight the function arguments and
2940 all uses of them in the docstring.
2941 (describe-function-1): Use it. Do docstring output via `insert',
2942 not 'princ', so text attributes are preserved.
2943
2944 * winner.el (winner-mode-map): Move `winner-undo' and
2945 `winner-redo' to C-c <left> and C-c <right>, respectively (the
2946 previous bindings conflict with `prev-buffer', `next-buffer').
2947
2948 2004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2949
2950 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
2951 (bibtex-entry-update): New command bound to C-c C-u.
2952 (bibtex-text-in-string): Fix regexp.
2953 (bibtex-assoc-of-regexp): Remove.
2954 (bibtex-progress-message): Fix docstring.
2955 (bibtex-inside-field): Use if.
2956 (bibtex-assoc-regexp): New function.
2957 (bibtex-format-entry): Make code more robust so that it formats
2958 also old entries.
2959 (bibtex-autokey-demangle-title): Merge with obsolete function
2960 bibtex-assoc-of-regexp.
2961 (bibtex-field-list): New function.
2962 (bibtex-entry): Use bibtex-field-list.
2963 (bibtex-parse-entry): Fix docstring.
2964 (bibtex-print-help-message): Use bibtex-field-list.
2965 (bibtex-make-field): Use bibtex-field-list.
2966 (bibtex-entry-index): Bugfix. Return crossref key if required.
2967 (bibtex-lessp): Fix docstring.
2968
2969 2004-05-03 Luc Teirlinck <teirllm@auburn.edu>
2970
2971 * select.el (xselect-convert-to-string): Move comment to intended line.
2972
2973 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2974
2975 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
2976 cut/copy/paste in case menu-bar-enable-clipboard is in effect.
2977
2978 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2979
2980 * term/x-win.el (x-clipboard-yank): Don't exit on error from
2981 x-get-selection.
2982
2983 2004-05-03 Jason Rumney <jasonr@gnu.org>
2984
2985 * makefile.nt: Remove.
2986
2987 2004-05-03 Kim F. Storm <storm@cua.dk>
2988
2989 * emulation/cua-base.el (cua--update-indications): Fix last change.
2990 (cua-mode): Deactivate mark when cua-mode is enabled.
2991
2992 2004-05-02 Luc Teirlinck <teirllm@auburn.edu>
2993
2994 * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
2995
2996 2004-05-03 Nick Roberts <nickrob@gnu.org>
2997
2998 * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
2999 (gdb-display-source-buffer, gdb-put-breakpoint-icon)
3000 (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
3001 window over visible frames.
3002 (gdb-goto-breakpoint): Make buffer display file at breakpoint.
3003
3004 2004-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
3005
3006 * progmodes/compile.el (compilation-gcpro): New var.
3007 (compilation-fake-loc): Use it.
3008 (compilation-forget-errors): Reset it.
3009
3010 2004-05-02 Dan Nicolaescu <dann@ics.uci.edu>
3011
3012 * diff-mode.el (diff-header-face, diff-file-header-face):
3013 Use min-colors.
3014
3015 2004-05-02 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3016
3017 * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
3018 (bibtex-clean-entry): Disentangle code.
3019 (bibtex-realign): New function.
3020 (bibtex-reformat): Use mapcar and bibtex-realign. Do not use
3021 bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
3022 Remove undocumented optional arg called-by-convert-alien.
3023 (bibtex-convert-alien): Use bibtex-realign. Use bibtex-reformat
3024 for sorting instead of bibtex-sort-buffer.
3025
3026 2004-05-02 Eli Zaretskii <eliz@gnu.org>
3027
3028 * progmodes/compile.el (compilation-start): In the
3029 no-async-subprocesses branch, call sit-for to give redisplay a
3030 chance to show the updated process status in the mode line, and
3031 fontify the buffer explicitly after the process exits.
3032
3033 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
3034
3035 * progmodes/python.el (python-compilation-line-number): Remove.
3036 (python-compilation-regexp-alist): Don't use it any more.
3037 (python-orig-start, python-input-filter): Remove.
3038 (inferior-python-mode): Don't set up comint-input-filter-functions.
3039 (python-send-region): Use compilation-fake-loc.
3040
3041 * progmodes/compile.el (compilation-messages-start): New var.
3042 (compilation-mode): Don't setup next-error-function here.
3043 (compilation-setup): Set it up here instead (for minor modes as well).
3044 Make compilation-messages-start buffer local.
3045 (compilation-next-error-function): Use it.
3046 (compilation-forget-errors): Set compilation-messages-start.
3047
3048 2004-05-01 Luc Teirlinck <teirllm@auburn.edu>
3049
3050 * ielm.el (ielm-prompt-read-only): Update docstring.
3051
3052 * comint.el (comint-prompt-read-only): Update docstring.
3053 (comint-update-fence, comint-kill-whole-line)
3054 (comint-kill-region): New functions.
3055
3056 * simple.el (kill-whole-line): Use "p" instead of "P" in
3057 interactive form.
3058
3059 2004-05-01 Juanma Barranquero <lektu@terra.es>
3060
3061 * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
3062 format arglist so default values in CL-style argument lists are
3063 correctly shown.
3064
3065 2004-05-01 Jason Rumney <jasonr@gnu.org>
3066
3067 * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
3068
3069 2004-05-01 Kenichi Handa <handa@m17n.org>
3070
3071 * international/titdic-cnv.el (miscdic-convert): Don't generate a
3072 quail file if it is up to date.
3073
3074 2004-04-30 Juri Linkov <juri@jurta.org>
3075
3076 * cus-edit.el (custom-mode-map):
3077 Add key binding `C-x C-s' to `Custom-save'.
3078
3079 * outline.el (outline-blank-line): New var.
3080 (outline-next-preface, outline-show-heading)
3081 (outline-end-of-subtree): Use it.
3082
3083 * dired-aux.el (dired-touch-initial): New fun.
3084 (dired-do-chxxx): Call it for op-symbol `touch'.
3085 (dired-diff): Use `dired-dwim-target-directory'
3086 if current dired buffer has no buffer mark.
3087
3088 * bindings.el (propertized-buffer-identification):
3089 Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
3090 Add C-M-arrow keys for consistency.
3091
3092 * files.el (confirm-kill-emacs):
3093 Change group from top-level `emacs' to `convenience'.
3094
3095 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
3096 Push mark on the first call of successive command calls.
3097 (insert-pair): New fun created from `insert-parentheses' with
3098 `open' and `close' arguments added. Enclose active regions
3099 in paired characters. Compare adjacent characters syntax with
3100 inserted characters syntax before inserting a space.
3101 (insert-parentheses): Call `insert-pair' with ?\( ?\).
3102
3103 * delsel.el: Don't put `delete-selection' property
3104 on `insert-parentheses' symbol to take advantage of
3105 region handling in `insert-pair' function.
3106 Suggested by Stephan Stahl <stahl@eos.franken.de>.
3107
3108 2004-04-30 Kim F. Storm <storm@cua.dk>
3109
3110 * emulation/cua-base.el: Add support for changing cursor types;
3111 based on patch from Michael Mauger.
3112 (cua-normal-cursor-color, cua-read-only-cursor-color)
3113 (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
3114 Customization cursor type and/or cursor color.
3115 (cua--update-indications): Handle cursor type changes.
3116 (cua-mode): Update cursor indications if enabled.
3117
3118 * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
3119
3120 * mouse.el (mouse-drag-copy-region): New defcustom.
3121 (mouse-set-region, mouse-drag-region-1): Use it.
3122
3123 * simple.el (kill-ring-save): If region face background color is
3124 unspecified (if no highlighting), show extent of fully visible
3125 region even if transient-mark-mode is enabled.
3126
3127 * emulation/cua-base.el (cua--standard-movement-commands):
3128 Add cua-scroll-up and cua-scroll-down.
3129 (cua-scroll-up, cua-scroll-down): New commands.
3130 (cua--init-keymaps): Remap scroll-up and scroll-down.
3131
3132 * emulation/cua-rect.el (cua--convert-rectangle-as):
3133 New defmacro.
3134 (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
3135 (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
3136 New commands (suggested by Jordan Breeding).
3137
3138 2004-04-30 Juanma Barranquero <lektu@terra.es>
3139
3140 * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
3141
3142 2004-04-30 Mario Lang <mlang@delysid.org>
3143
3144 * diff.el (diff-switches): Fix typo in docstring.
3145
3146 2004-04-30 Alex Schroeder <alex@gnu.org>
3147
3148 * xml.el (xml-debug-print-internal): Don't add newline and
3149 indentation to text nodes and write empty elements as empty tags
3150 instead of opening and closing tags.
3151 (xml-debug-print): Take optional indent-string argument.
3152 (xml-print): Alias for xml-debug-print.
3153
3154 2004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk>
3155
3156 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
3157 than duplicate call to `line-beginning-position'.
3158
3159 * progmodes/f90.el (f90-get-present-comment-type):
3160 Return whitespace, as well as comment chars, for consistent filling
3161 of comment blocks. Use `match-string-no-properties'.
3162 (f90-break-line): Trim trailing whitespace when filling comments.
3163
3164 2004-04-30 Dave Love <fx@gnu.org>
3165
3166 * calendar/diary-lib.el (diary-outlook-formats): New variable.
3167 (diary-from-outlook-internal, diary-from-outlook)
3168 (diary-from-outlook-gnus, diary-from-outlook-rmail):
3169 New functions to import diary entries from Outlook-format
3170 appointments in mail messages.
3171
3172 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
3173
3174 * progmodes/python.el (python-send-command): New fun.
3175 (python-send-region, python-load-file): Use it.
3176
3177 * progmodes/compile.el (compilation-last-buffer): Add var alias.
3178
3179 * help-fns.el (help-C-file-name): Use new subr-name.
3180 Prepend `src/' to the file name.
3181 (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
3182 (describe-function-1, describe-variable): Only find a C source file
3183 name if DOC is already loaded.
3184
3185 * help-mode.el (help-function-def, help-variable-def):
3186 Use the new find-function-search-for-symbol functionality.
3187 Allow FILE to be `C-source'.
3188
3189 * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
3190 (find-function-C-source): New fun.
3191 (find-function-search-for-symbol): Use it.
3192
3193 2004-03-29 Michael Mauger <mmaug@yahoo.com>
3194
3195 * progmodes/sql.el (sql-product-alist): Rename variable
3196 `sql-product-support'. Add Postgres login parameters.
3197 (sql-set-product, sql-product-feature): Update with renamed variable.
3198 (sql-connect-postgres): Add username prompt.
3199 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
3200 Make patterns less product specific.
3201 (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
3202 (sql-mode-abbrev-table): Modify initialization.
3203 (sql-builtin-face): Add variable.
3204 (sql-keywords-re): Add macro.
3205 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
3206 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
3207 (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
3208 (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
3209 (sql-mode-linter-font-lock-keywords)
3210 (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
3211 (sql-mode-sybase-font-lock-keywords)
3212 (sql-mode-informix-font-lock-keywords)
3213 (sql-mode-interbase-font-lock-keywords)
3214 (sql-mode-ingres-font-lock-keywords)
3215 (sql-mode-solid-font-lock-keywords)
3216 (sql-mode-sqlite-font-lock-keywords)
3217 (sql-mode-db2-font-lock-keywords): Default to nil.
3218 (sql-product-font-lock): Always highlight ANSI keywords.
3219 (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
3220 (sql-send-string): Add function.
3221
3222 2004-04-29 Dave Love <fx@gnu.org>
3223
3224 * progmodes/cfengine.el (cfengine-beginning-of-defun)
3225 (cfengine-end-of-defun): Ensure progress through buffer.
3226
3227 * info-look.el (cfengine-mode): Accept a terminal ().
3228
3229 2004-04-29 Juri Linkov <juri@jurta.org>
3230
3231 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
3232 instead of isearch-yank-word-or-char. Add new key bindings for
3233 isearch-yank-char to \C-f, and isearch-del-char to \C-b.
3234 (isearch-del-char): New fun.
3235 (isearch-forward, isearch-edit-string): Update docstring.
3236 (isearch-yank-char): Doc fix.
3237 (isearch-other-meta-char): Restore point after scrolling.
3238
3239 * progmodes/compile.el (compilation-context-lines): Add nil option
3240 to disable compilation output window scrolling.
3241 (compilation-set-window): Use it.
3242
3243 * outline.el (outline-next-preface, outline-show-heading):
3244 Don't leave unhidden blank line before heading.
3245 (outline-end-of-subtree): Include last newline into subtree.
3246 (hide-entry): Leave point at beginning of heading instead of end.
3247 (outline-up-heading): Push mark for the first call of successive
3248 command calls.
3249
3250 2004-04-28 Luc Teirlinck <teirllm@auburn.edu>
3251
3252 * comint.el (comint-prompt-read-only): New variable.
3253 (comint-output-filter): Implement it.
3254
3255 * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
3256 (ielm-prompt-internal): New variable.
3257 (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
3258 (ielm-send-input): Delete unused variable `buf'.
3259 (ielm-eval-input): Use `ielm-prompt-internal'.
3260 (inferior-emacs-lisp-mode): Use new variables
3261 `comint-prompt-read-only' and `ielm-prompt-internal'.
3262 Get rid of obsolete variable `directory-sep-char'.
3263 (ielm): Use `zerop'.
3264
3265 2004-04-29 John Paul Wallington <jpw@gnu.org>
3266
3267 * thumbs.el (toplevel): Require cl at compile time.
3268 Remove conditional definitions of `ignore-errors' and `caddar'
3269 because they occur at run time.
3270
3271 2004-04-28 Nick Roberts <nickrob@gnu.org>
3272
3273 * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
3274 (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
3275 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
3276 (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
3277
3278 * progmodes/gud.el (gud-common-init): Throw an error if program is
3279 already running under gdb.
3280
3281 2004-04-28 John Paul Wallington <jpw@gnu.org>
3282
3283 * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
3284 (thumbs-show-image-num): Move assignment of
3285 `thumbs-current-image-filename' within scope of `i'.
3286 (thumbs-emboss-image): Don't use `evenp'.
3287
3288 2004-04-28 Richard M. Stallman <rms@gnu.org>
3289
3290 * progmodes/compile.el (compilation-context-lines): Default now 0.
3291
3292 2004-04-28 Juanma Barranquero <lektu@terra.es>
3293
3294 Use `time-less-p' from calendar/time-date.el instead of defining
3295 custom versions of it.
3296
3297 * pcomplete.el (pcomplete-time-less-p): Remove.
3298
3299 * thumbs.el (time-less-p): Remove.
3300
3301 * calendar/timeclock.el (timeclock-time-less-p): Remove.
3302 (timeclock-generate-report): Use `time-less-p'.
3303
3304 * emacs-lisp/autoload.el (autoload-before-p): Remove.
3305 (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
3306
3307 2004-04-28 Masatake YAMATO <jet@gyve.org>
3308
3309 * subr.el (remove-overlays): Make arguments optional.
3310
3311 * wid-edit.el (widget-specify-button): Put evaporate to the
3312 overlay for sample.
3313 (widget-specify-sample): Put evaporate to the overlay for sample.
3314 (widget-specify-doc): Put evaporate to the overlay for documentation.
3315
3316 2004-04-27 Jesper Harder <harder@ifa.au.dk>
3317
3318 * info.el (info-apropos): Make it an index node. Align node names
3319 like makeinfo.
3320
3321 2004-04-27 Eli Zaretskii <eliz@gnu.org>
3322
3323 * net/browse-url.el (browse-url-netscape-sentinel)
3324 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
3325 (browse-url-epiphany-sentinel, browse-url-mosaic):
3326 Use browse-url-*-program instead of a literal program name.
3327
3328 2004-04-27 Kevin Ryde <user42@zip.com.au>
3329
3330 * eshell/em-alias.el:
3331 * eshell/em-dirs.el:
3332 * eshell/em-hist.el:
3333 * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
3334 features when M-x customize-group loads modules before the main
3335 eshell.el.
3336
3337 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
3338
3339 * subr.el (momentary-string-display): Support EXIT-CHAR that is
3340 either a character representation of an event or an event
3341 description list.
3342
3343 * type-break.el: Capitalise Emacs and Lisp.
3344 (type-break-good-break-interval, type-break-demo-boring-stats)
3345 (type-break-terse-messages, type-break-file-name): New defcustoms.
3346 (type-break-post-command-hook)
3347 (type-break-warning-countdown-string): Quote variable names in doc.
3348 (type-break-interval-start, type-break-auto-save-file-name): New vars.
3349 (type-break-mode): Document type-break-good-break-interval and the
3350 "session" file. Schedule break according to the session file.
3351 Kill session file buffer on exit. Organise for save-some-buffers
3352 to always save the session file.
3353 (type-break-mode-line-message-mode, type-break-query-mode):
3354 Uppercase arguments.
3355 (type-break-file-time, type-break-file-keystroke-count, timep)
3356 (type-break-choose-file, type-break-get-previous-time)
3357 (type-break-get-previous-count): New defuns.
3358 (type-break): Avoid break querying after a completed break in the
3359 case where the query was initiated during user invocation of the
3360 break. Optional terse messages.
3361 Use type-break-good-break-interval if type-break-good-rest-interval is
3362 nil. File the break time.
3363 (type-break-schedule): New optional args for overriding the use of
3364 the current time.
3365 (type-break-cancel-time-warning-schedule): Avoid leftover warnings
3366 after a break.
3367 (type-break-check): File the keystroke count.
3368 (type-break-do-query): Prevent a second query when the break is
3369 interrupted. Optional terse message.
3370 (type-break-keystroke-reset): Record the start of a typing interval.
3371 (type-break-demo-boring): Optional terse messages. Display word
3372 per minute and keystroke counts according to
3373 type-break-demo-boring-stats.
3374
3375 2004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change)
3376
3377 * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
3378 directories, make sure they exist under archive-tmpdir.
3379
3380 2004-04-27 Juri Linkov <juri@jurta.org>
3381
3382 * help.el (view-emacs-news): With argument, display info for the
3383 selected version by finding it among different NEWS files, and
3384 narrowing the buffer to the selected version.
3385
3386 * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
3387 same-window-buffer-names.
3388 (info): New arg `buffer'. Use it. Doc fix. Read file name for
3389 non-numeric prefix argument, append the number to the buffer name
3390 for numeric prefix argument.
3391 (info-other-window): Bind same-window-regexps to nil.
3392 (Info-reference-name): Rename to Info-point-loc.
3393 (Info-find-node-2): Call forward-line for numeric Info-point-loc,
3394 and Info-find-index-name for stringy Info-point-loc.
3395 (Info-extract-menu-node-name): New arg `index-node'. Use regexp
3396 without middle `.', but with final `.' and optional line number
3397 for it. Set Info-point-loc for index nodes.
3398 (Info-index): Remove middle `.' from index entry regexp.
3399 Modify line number regexp.
3400 (Info-index-next): Decrement line number.
3401 (info-apropos): Remove middle `.' from index entry regexp.
3402 Add optional line number regexp at the end. Add matched value
3403 for line number to the result list and insert it to the buffer.
3404 Replace match-string by match-string-no-properties.
3405 Reorder result list.
3406 (Info-fontify-node): Hide index line numbers.
3407 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
3408 empty matches.
3409 (Info-follow-reference): Use `str' instead of
3410 Info-following-node-name-re.
3411 (Info-toc): Use full file names. Set Info-current-node to "Top".
3412 (Info-fontify-node): Compare file names without directory name.
3413 (Info-try-follow-nearest-node): Don't set Info-reference-name.
3414 Set second arg of Info-extract-menu-node-name for index nodes.
3415 (info-xref-visited): Use magenta3 instead of magenta4.
3416 (Info-mode): Add info-apropos to docstring.
3417
3418 * log-view.el (log-view-diff): Replace interactive code "r"
3419 by a list to allow to call it even if region is not active.
3420
3421 * paren.el (show-paren-highlight-openparen): New var.
3422 (show-paren-function): Turn on openparen highlighting when
3423 matching forward if show-paren-highlight-openparen is non-nil.
3424
3425 * simple.el (kill-ring-save): Use blink-matching-delay instead of
3426 the constant value 1.
3427 (completions-common-part): Expand docstring.
3428
3429 * textmodes/picture.el (picture-mode-map): Add arrow keys.
3430
3431 2004-04-27 Kim F. Storm <storm@cua.dk>
3432
3433 * image.el (insert-sliced-image): Use line-height instead of
3434 line-spacing property on newline.
3435
3436 2004-04-26 Lars Hansen <larsh@math.ku.dk>
3437
3438 * desktop.el (desktop-buffer-misc-data-function): Rename to
3439 desktop-save-buffer and change docstring.
3440 (desktop-buffer-modes-to-save): Delete.
3441 (desktop-save-buffer-p): Use desktop-save-buffer instead of
3442 desktop-buffer-modes-to-save.
3443 (desktop-save): Rename desktop-buffer-misc-data-function to
3444 desktop-save-buffer and allow non-function value.
3445 (desktop-missing-file-warning): Correct docstring.
3446
3447 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
3448 to desktop-save-buffer.
3449
3450 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
3451 desktop-save-buffer.
3452
3453 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
3454
3455 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
3456
3457 2004-04-26 Eli Zaretskii <eliz@gnu.org>
3458
3459 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
3460
3461 2004-04-25 Luc Teirlinck <teirllm@auburn.edu>
3462
3463 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
3464 (ielm): Only go to the end of the buffer when starting a new process.
3465
3466 2004-04-25 Juanma Barranquero <lektu@terra.es>
3467
3468 * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
3469 mode line. Bind `inhibit-read-only' to t before modifying
3470 properties of text in the buffer.
3471 (ielm): Force point to the end of buffer, even when running ielm
3472 from inside itself.
3473
3474 2004-04-25 Jesper Harder <harder@ifa.au.dk>
3475
3476 * info.el (info-apropos): Reset Info-complete-cache.
3477
3478 2004-04-25 Daniel Pfeiffer <occitan@esperanto.org>
3479
3480 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3481 Also recognize severe Irix et al. messages.
3482 (compilation-normalize-filename, compile-abbreviate-directory):
3483 Delete functions.
3484 (compilation-get-file-structure): New function inherits
3485 functionality of the two preceding ones.
3486 (compilation-internal-error-properties, compilation-fake-loc):
3487 Use it so that different paths to the same file share the same
3488 markers. Also optimize finding adjacent marker slightly.
3489
3490 2004-04-25 Kim F. Storm <storm@cua.dk>
3491
3492 * image.el (insert-sliced-image): Add line-spacing t property
3493 to newlines separating image lines.
3494
3495 2004-04-24 Luc Teirlinck <teirllm@auburn.edu>
3496
3497 * comint.el (comint-delete-output): Bind inhibit-read-only to t.
3498
3499 * ielm.el (ielm-prompt-read-only): New user option.
3500 (ielm-prompt): Expand docstring to describe new behavior.
3501 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
3502 mention it in the docstring.
3503
3504 2004-04-24 Andreas Schwab <schwab@suse.de>
3505
3506 * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
3507
3508 * diff.el (diff): Set default-directory in diff buffer.
3509
3510 2004-04-24 Eli Zaretskii <eliz@gnu.org>
3511
3512 * mail/sendmail.el (mail-bury): Don't delete the frame where the
3513 mail was being composed if the terminal cannot display more than
3514 one frame; instead, switch to previous frame.
3515
3516 * mail/rmail.el (rmail-mail-new-frame): Doc fix.
3517 (rmail-start-mail): Support rmail-mail-new-frame even on
3518 terminals that can display only one frame at a time.
3519
3520 2004-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
3521
3522 * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
3523 (checkdoc-output-font-lock-keywords): Remove error regexp.
3524 (checkdoc-output-mode-map): Remove.
3525 (checkdoc-output-mode): Derive from compilation-mode.
3526 (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
3527
3528 * dired.el (dired-mode-map): Add a menu entry for wdired.
3529
3530 * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
3531 (rx-bracket, rx-check-any, rx-any): Clean up name space.
3532
3533 * wdired.el: (wdired-mode-map): Move init into declaration.
3534 Fix `return' binding.
3535 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
3536 Use force-mode-line-update.
3537 (wdired-get-filename): Use `unless'.
3538 (wdired-preprocess-files): Don't assume names have no \n and use / for
3539 dir separator.
3540 (wdired-normalize-filename): Use replace-regexp-in-string.
3541 (wdired-load-hooks): Remove.
3542 (wdired-mode-hooks): Rename to wdired-mode-hook.
3543
3544 * info-look.el: Add support for cfengine-mode.
3545 (info-lookup-setup-mode): Use dolist.
3546
3547 2004-04-23 Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba <juan-leon.lahoz@tecsidel.es>
3548
3549 * wdired.el: New file.
3550
3551 2004-04-23 Juanma Barranquero <lektu@terra.es>
3552
3553 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
3554
3555 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
3556 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
3557 (pcomplete--help, pcomplete--here): Doc fixes.
3558
3559 2004-04-23 Andre Spiegel <spiegel@gnu.org>
3560
3561 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
3562 handles wrong-number-of-arguments in backend call.
3563
3564 * vc.el (vc-print-log): Likewise.
3565
3566 2004-04-20 Dave Love <fx@gnu.org>
3567
3568 * emacs-lisp/rx.el: Doc fixes.
3569 (rx-constituents): Add/extend many forms.
3570 (rx-check): Check form is a list.
3571 (bracket): Defvar.
3572 (rx-check-any, rx-any, rx-check-not): Modify.
3573 (rx-not): Simplify.
3574 (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
3575 (rx-kleene): Use rx-trans-forms.
3576 (rx-quote-for-set): Delete.
3577 (rx): Allow multiple args.
3578
3579 2004-04-23 Kenichi Handa <handa@m17n.org>
3580
3581 * international/mule-util.el (char-displayable-p): Simplify by
3582 using internal-char-font.
3583
3584 2004-04-23 Juanma Barranquero <lektu@terra.es>
3585
3586 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
3587
3588 2004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
3589
3590 * diff-mode.el (diff-next-error): New fun.
3591 (diff-mode): Use it.
3592
3593 * simple.el (next-error): Change arg name.
3594 Add support for the documented C-u C-x ` usage.
3595
3596 * frame.el (special-display-popup-frame, next-multiframe-window)
3597 (previous-multiframe-window): Only consider frames on same display.
3598
3599 2004-04-22 Lars Hansen <larsh@math.ku.dk>
3600
3601 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
3602 * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
3603
3604 2004-04-22 Kim F. Storm <storm@cua.dk>
3605
3606 * net/telnet.el (telnet): Add optional port arg.
3607
3608 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
3609
3610 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3611 Minor sanity check on the `hyperlink' slot.
3612
3613 * Makefile.in (recompile): Compile new files.
3614
3615 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
3616 Add byte-recompile-directory's optional `arg'.
3617
3618 * cvs-status.el (cvs-tree-use-charset): New var.
3619 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
3620 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
3621 (cvs-status-cvstrees): Use it.
3622
3623 * emacs-lisp/checkdoc.el (checkdoc-output-mode):
3624 Make it a normal major mode.
3625 (checkdoc-buffer-label): Make sure the file name is meaningful.
3626 (checkdoc-output-to-error-buffer): Remove.
3627 (checkdoc-error, checkdoc-start-section): Rewrite.
3628
3629 * info.el (info-node, info-menu-5, info-xref, info-header-node)
3630 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
3631 (Info-title-4-face): Use new syntax.
3632 (info-xref-visited): Inherit from info-xref.
3633
3634 * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
3635
3636 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
3637
3638 * simple.el (next-error-last-buffer, next-error-function):
3639 New variables for the next-error framework.
3640 (next-error-buffer-p): New function.
3641 (next-error-find-buffer): Generalize compilation-find-buffer.
3642 (next-error, previous-error, first-error, next-error-no-select)
3643 (previous-error-no-select): Move from compile.el.
3644
3645 * replace.el (occur-next-error, occur-1): Hook into the next-error
3646 framework.
3647
3648 * progmodes/compile.el (compilation-start):
3649 Set next-error-last-buffer so next-error knows where to jump.
3650 (compilation-setup): Set the buffer-local variable
3651 next-error-function to 'compilation-next-error-function.
3652 (compilation-buffer-p, compilation-buffer-internal-p): Use an
3653 alternate way to find if a buffer is a compilation buffer, for
3654 next-error convenience.
3655 (next-error-no-select, previous-error-no-select, next-error)
3656 (previous-error, first-error): Move to simple.el.
3657 (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
3658 (compilation-last-buffer): Remove.
3659 (compilation-start, compilation-next-error, compilation-setup)
3660 (compilation-next-error-function, compilation-find-buffer):
3661 Remove compilation-last-buffer use.
3662
3663 2004-04-21 Juanma Barranquero <lektu@terra.es>
3664
3665 * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
3666 (font-lock-warning-face): Fix spacing.
3667
3668 * makefile.w32-in (WINS): Add url/ directory.
3669
3670 2004-04-21 Lars Hansen <larsh@math.ku.dk>
3671
3672 * desktop.el (desktop-buffer-mode-handlers): New variable.
3673 Alist of major mode specific functions to restore a desktop buffer.
3674 (desktop-buffer-handlers): Make variable obsolete.
3675 (desktop-create-buffer): Use desktop-buffer-mode-handlers.
3676 Catch errors signaled in handlers. Update buffer count.
3677 Evaluate desktop-buffer-point.
3678 (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
3679 move to dired.el.
3680 (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
3681 move to info.el.
3682 (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
3683 move to mail/rmail.el.
3684 (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
3685 to mh-e/mh-e.el.
3686 (desktop-buffer-file): Rename to desktop-restore-file-buffer.
3687 On fail, print message (to message buffer) even if
3688 desktop-missing-file-warning is nil.
3689 (desktop-buffer-misc-data-function): New buffer local variable.
3690 Function returning major mode specific data.
3691 (desktop-buffer-misc-functions): Make variable obsolete.
3692 (desktop-save): Use desktop-buffer-misc-data-function.
3693 (desktop-buffer-dired-misc-data): Rename to
3694 dired-desktop-buffer-misc-data and move to dired.el.
3695 (desktop-buffer-info-misc-data): Rename to
3696 Info-desktop-buffer-misc-data and move to info.el.
3697 (desktop-read): Add message about number of buffers restored/failed.
3698
3699 * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
3700 Add parameters. Pause to display error only when
3701 desktop-missing-file-warning is non-nil.
3702 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
3703 (dired-mode): Bind desktop-buffer-misc-data-function.
3704
3705 * info.el (Info-restore-desktop-buffer): Move from desktop.el.
3706 Add Parameters.
3707 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
3708 (Info-mode): Bind desktop-buffer-misc-data-function.
3709
3710 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
3711 Add Parameters.
3712
3713 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
3714 Add Parameters.
3715
3716 2003-04-21 Paul Pogonyshev <pogonyshev@gmx.net>
3717
3718 * dabbrev.el (dabbrev--substitute-expansion): Don't lose
3719 the case of letters in case-insensitive expansions when the
3720 abbrev is preceded by characters with letter syntax.
3721
3722 2004-04-21 Richard M. Stallman <rms@gnu.org>
3723
3724 * progmodes/cperl-mode.el (cperl-putback-char):
3725 Delete Emacs 18 definition.
3726
3727 * international/mule.el (ctext-post-read-conversion):
3728 Use assoc-string, not assoc-ignore-case.
3729
3730 * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
3731
3732 * emacs-lisp/easymenu.el (easy-menu-add):
3733 Do call x-popup-menu, but only if it's defined.
3734
3735 * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
3736
3737 * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
3738 Handle multiple args: compile like progn.
3739
3740 * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
3741 take all args as &rest arg.
3742
3743 * autoinsert.el (auto-insert-alist): Insert the user's name in
3744 copyright notice, rather than Free Software Foundation.
3745
3746 2004-04-21 Kenichi Handa <handa@m17n.org>
3747
3748 * descr-text.el (describe-char): Make it work on *Help* buffer.
3749
3750 2004-04-21 Kim F. Storm <storm@cua.dk>
3751
3752 * image.el (insert-image): Add optional SLICE arg.
3753 (insert-sliced-image): New defun.
3754
3755 2004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change)
3756
3757 * subr.el (read-number): Check whether `default' is nil.
3758
3759 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
3760
3761 * progmodes/compile.el (compilation-error-properties):
3762 Split into two.
3763 (compilation-internal-error-properties): New one.
3764 (compilation-compat-error-properties): Use it. Fix the non-marker case.
3765
3766 2004-04-20 Richard M. Stallman <rms@gnu.org>
3767
3768 * window.el (split-window-save-restore-data):
3769 Don't update the data if OLD-INFO is nil.
3770
3771 * view.el (view-return-to-alist): Mark it permanent local.
3772
3773 * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
3774
3775 * recentf.el (recentf-save-list): Catch and warn about errors.
3776
3777 * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
3778 so "Buffers" won't be pure.
3779
3780 * help-mode.el (help-mode-finish): Set help-return-alist first
3781 thing, setting only the entry for the selected window.
3782
3783 * help-fns.el (describe-function-1): If many non-control non-meta
3784 keys run the command, don't list all of them.
3785
3786 2004-04-20 Juanma Barranquero <lektu@terra.es>
3787
3788 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
3789 arg. Copied from Andre Spiegel's patch of 2004-03-21.
3790
3791 * calendar/time-date.el (time-to-day-in-year): Fix docstring.
3792
3793 2004-04-20 Kenichi Handa <handa@m17n.org>
3794
3795 * international/quail.el (quail-lookup-key): New optional arg
3796 NOT-RESET-INDICES.
3797 (quail-get-translations): Call quail-lookup-key with
3798 NOT-RESET-INDICES t.
3799 (quail-completion): Likewise.
3800 (quail-lookup-map-and-concat): Likewise.
3801
3802 2004-04-20 Kenichi Handa <handa@m17n.org>
3803
3804 * international/quail.el (quail-update-translation): Don't insert
3805 such an unsupported multibyte char in a unibyte buffer.
3806
3807 2004-04-20 Nick Roberts <nick@nick.uklinux.net>
3808
3809 * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
3810 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
3811 (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
3812 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
3813 (gdb-frame-assembler-buffer): Improve behaviour with
3814 multiple frames.
3815 (gdb-display-buffer): Extend search to all visible frames.
3816
3817 2004-04-19 Eli Zaretskii <eliz@gnu.org>
3818
3819 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
3820 characters left after base64 decoding.
3821 (rmail-decode-region): Use -dos variety of `coding', to remove any
3822 ^M characters left after qp or base64 decoding.
3823
3824 2004-04-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3825
3826 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
3827 messages.
3828
3829 2004-04-19 Stephen Eglen <stephen@gnu.org>
3830
3831 * add-log.el (add-change-log-entry): Update doc string to mention
3832 add-log-full-name and add-log-mailing-address.
3833
3834 2004-04-18 Juri Linkov <juri@jurta.org>
3835
3836 * info.el (Info-find-file, Info-find-node-2): Add history and toc.
3837 (Info-find-node-2): Simplify error message.
3838 (Info-insert-dir): Use Info-following-node-name.
3839 (Info-goto-node): Remove *info-history* and *info-toc*.
3840 (Info-history): Create a node of the virtual history file.
3841 (Info-toc): Create a node of the virtual toc file.
3842 (Info-insert-toc): New arg `curr-file' for reference file names.
3843 (info-apropos): Remove redundant var binding for temp-file.
3844 (Info-index, Info-index-next, Info-mode): Doc fix.
3845 (Info-goto-emacs-command-node): Don't jump to *info* from
3846 non-*info* Info buffers.
3847 (Info-fontify-node): Don't show the file name of external
3848 references if `Info-hide-note-references' is `hide'. Don't hide
3849 newlines at the end of paragraphs.
3850
3851 * international/mule-diag.el (list-input-methods):
3852 Fix args to help-xref-button.
3853
3854 * help-fns.el (help-with-tutorial): Call `hack-local-variables'
3855 to put into effect local variables from TUTORIAL files.
3856
3857 * textmodes/paragraphs.el (sentence-end) <function>: New fun
3858 with default value taken from the variable `sentence-end'.
3859 (sentence-end) <defcustom>: Set default to nil. Doc fix.
3860 Add nil const to :type.
3861 (sentence-end-without-period, sentence-end-double-space)
3862 (sentence-end-without-space): Doc fix.
3863
3864 * textmodes/paragraphs.el (forward-sentence):
3865 * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
3866 (fill-delete-newlines):
3867 * progmodes/cc-cmds.el (c-beginning-of-statement):
3868 Use function `sentence-end' instead of variable `sentence-end'.
3869
3870 2004-04-18 Andreas Schwab <schwab@suse.de>
3871
3872 * progmodes/compile.el (compilation-start): Set window start to
3873 point-min if compilation-scroll-output is nil.
3874
3875 2004-04-18 John Wiegley <johnw@newartisans.com>
3876
3877 * iswitchb.el (iswitchb-completions): Remove dependency on cl.
3878
3879 2004-04-18 Nick Roberts <nick@nick.uklinux.net>
3880
3881 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
3882 (gdb-info-breakpoints-custom): Revert previous change.
3883 (gdb-view-assembler): Update assembler if necessary.
3884 (gdb-frame-handler): Parse correctly for gdb-current-frame.
3885 (gdb-display-source-buffer): Update properly when both source and
3886 assembler are visible.
3887
3888 2004-04-17 John Wiegley <johnw@newartisans.com>
3889
3890 * iswitchb.el (iswitchb-max-to-show): Add a new config variable
3891 which limits the number of names shown in the minibuffer. Off by
3892 default.
3893 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds
3894 up iswitchb for users with a multitude of open buffers by showing
3895 only the first and last N/2 buffers in the completion list (which
3896 is enough to aid C-s/C-r, and to know that more characters are
3897 needed to refine the completion list).
3898
3899 2004-04-17 Richard M. Stallman <rms@gnu.org>
3900
3901 * files.el (locate-file-completion): Handle nil in path-and-suffixes.
3902 (file-truename): Expand all ~ constructs directly.
3903 (insert-directory): Delete any error msg output by the
3904 `insert-directory-program'.
3905
3906 * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
3907 (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
3908 (allout-prior-bindings, allout-added-bindings): Defvars deleted.
3909 (allout-init): Use find-file-hook, not find-file-hooks.
3910 (allout-mode): Eliminate Emacs 18 support.
3911 Use write-contents-functions, not local-write-file-hooks.
3912
3913 2004-04-17 Daniel Pfeiffer <occitan@esperanto.org>
3914
3915 * progmodes/compile.el (compilation-error-properties): Fix for
3916 adding messages when there are already markers for their file.
3917 (compilation-fake-loc): New function.
3918
3919 2004-04-16 Dave Love <fx@gnu.org>
3920
3921 * progmodes/python.el (python-compilation-line-number): Fix braindamage.
3922 (python-load-file): Fix python-orig-start setting.
3923
3924 * progmodes/compile.el: Doc fixes.
3925 (compilation-error-regexp-alist-alist)
3926 (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
3927 (compilation-assq): Wrap in eval-when-compile.
3928 (compilation-mode-font-lock-keywords): Don't use list*.
3929 (compilation-start): Avoid warning.
3930 (compilation-compat-error-properties)
3931 (compilation-directory-properties): Add keymap property.
3932 (compilation-parsing-end): Make it a marker for better compatibility.
3933
3934 * progmodes/python.el (python-after-info-look): Use with-no-warnings.
3935
3936 2004-04-16 Mark A. Hershberger <mah@everybody.org>
3937
3938 * xml.el: Doc fixes.
3939 (xml-get-children): Only looks at sub-tags and ignore strings.
3940
3941 * xml.el (xml-parse-tag): Avoid overwriting node-name.
3942
3943 2004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
3944
3945 * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
3946
3947 2004-04-16 Andre Spiegel <spiegel@gnu.org>
3948
3949 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
3950
3951 * vc.el (vc-print-log): Likewise.
3952
3953 2004-04-16 Masatake YAMATO <jet@gyve.org>
3954
3955 * simple.el (completion-setup-function): Set an initial value
3956 to `element-common-end' before entering loop. Set a value
3957 to `element-common-end' at the end of loop.
3958 The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
3959 (completions-common-part): Rename from completion-de-emphasis.
3960 (completions-first-difference): Rename from completion-emphasis.
3961 Suggested by RMS.
3962
3963 2004-04-16 Juanma Barranquero <lektu@terra.es>
3964
3965 * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
3966 (bookmark-edit-annotation-mode): Add mode name.
3967
3968 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
3969
3970 * smerge-mode.el (smerge-match-conflict): Try to do something sensible
3971 for nested conflict markers.
3972 (smerge-find-conflict): Better handle errors in smerge-match-conflict.
3973
3974 2004-04-15 Nick Roberts <nick@nick.uklinux.net>
3975
3976 * progmodes/gdb-ui.el (gdb-goto-info): New function.
3977
3978 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
3979
3980 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
3981
3982 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
3983 Give a backtrace if requested.
3984
3985 * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
3986
3987 * progmodes/python.el (python-mouse-2-command, python-RET-command):
3988 Remove unused functions.
3989 (python-orig-start-line, python-orig-file): Remove.
3990 (python-orig-start): New var.
3991 (python-input-filter, python-compilation-line-number)
3992 (python-send-region, python-load-file): Use it.
3993
3994 * info.el (info): Always jump to *info*.
3995
3996 * subr.el (posn-set-point): New function.
3997
3998 * mouse.el (mouse-set-point): Use it.
3999
4000 * progmodes/compile.el (compile-goto-error): Use it.
4001 (compilation-button-map): New keymap.
4002 (compilation-error-properties): Use it.
4003 (compilation-shell-minor-mode-map): Don't bind mouse-2.
4004
4005 * smerge-mode.el (smerge-popup-context-menu): Use it.
4006
4007 * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
4008 (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
4009 mouse and non-mouse case.
4010
4011 * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
4012 (diff-mouse-goto-source): Make it an alias of diff-goto-source.
4013
4014 * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
4015 Make it work for non-mouse events.
4016
4017 * pcvs-info.el (cvs-status-map): Update binding name.
4018
4019 2004-04-14 Mark A. Hershberger <mah@everybody.org>
4020
4021 * xml.el (xml-maybe-do-ns): New function to handle namespace
4022 parsing of both attribute and element names.
4023 (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
4024 (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
4025 (xml-parse-tag): Update assumed namespaces. Clean up namespace parsing.
4026 (xml-parse-attlist): Make it do its own namespace parsing.
4027
4028 2004-04-14 Dave Love <fx@gnu.org>
4029
4030 * progmodes/python.el (run-python): Fix use of \n.
4031 (python-load-file): Remove `try' from Python fragment.
4032 (python-describe-symbol): Fix message.
4033
4034 * comint.el: Doc fixes.
4035 (comint-last-input-start, comint-last-input-end)
4036 (comint-last-output-start): Give them values.
4037 (comint-arguments): Avoid warning.
4038 (comint-skip-prompt): Use line-end-position.
4039 (comint-backward-matching-input): Rename arg to agree with doc.
4040 (comint-extract-string): Use syntax-ppss.
4041 (comint-dynamic-simple-complete): Delete useless list construction.
4042 (comint-redirect-subvert-readonly): New.
4043 (comint-redirect-preoutput-filter): Use it.
4044
4045 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
4046 Correctly handle negative arguments when calling hook functions.
4047
4048 2004-04-14 Jesper Harder <harder@ifa.au.dk>
4049
4050 * info.el (info-apropos): Don't clobber Info-history-list.
4051
4052 2004-04-14 Daniel Pfeiffer <occitan@esperanto.org>
4053
4054 * progmodes/compile.el (compilation-setup):
4055 Localize overlay-arrow-position.
4056 (compilation-sentinel): Restructure code equivalently.
4057 (compilation-next-error): Find message on same line after point if
4058 not found before point.
4059 (compile-mouse-goto-error): Restore function so that compilation
4060 buffer need not be current and use compile-goto-error.
4061 (compile-goto-error): Restore function.
4062 (next-error): Set overlay-arrow-position.
4063 (compilation-forget-errors): Don't localize already local
4064 compilation-locs and remove FIXME about refontifying.
4065
4066 2004-04-14 Kim F. Storm <storm@cua.dk>
4067
4068 * startup.el (emacs-quick-startup): New defvar (set by -Q).
4069 (command-line): New option -Q. Like -q --no-site-file, but
4070 in addition it also disables menu-bar, tool-bar, scroll-bars,
4071 tool-tips, and the blinking cursor.
4072 (command-line-1): Skip startup screen if -Q.
4073 (fancy-splash-head): Use ":align-to center" prop to center splash image.
4074
4075 * emulation/cua-base.el (cua-read-only-cursor-color)
4076 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
4077
4078 2004-04-13 Dave Love <fx@gnu.org>
4079
4080 * progmodes/python.el: Doc fixes. Changes for compiler warnings.
4081 (syntax): Don't require.
4082 (python) <defgroup>: Add :version.
4083 (python-quote-syntax): Re-written.
4084 (inferior-python-mode): Move stuff here from run-python and add
4085 some more.
4086 (python-preoutput-continuation, python-preoutput-result)
4087 (python-dotty-syntax-table): New.
4088 (python-describe-symbol): Use them.
4089 (run-python): Move stuff to inferior-python-mode. Modify code
4090 loaded into Python.
4091 (python-send-region): Use python-proc, python-send-string.
4092 (python-send-string): Send newlines too. Callers changed.
4093 (python-load-file): Re-written.
4094 (python-eldoc-function): New.
4095 (info-look): Don't require.
4096 (python-after-info-look): New. A modified version of former
4097 top-level code for use with eval-after-load.
4098 (python-maybe-jython, python-guess-indent): Use widened buffer.
4099 (python-fill-paragraph): Re-written.
4100 (python-mode): Fix outline-regexp. Set outline-heading-end-regexp,
4101 eldoc-print-current-symbol-info-function. Add to eldoc-mode-hook.
4102
4103 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
4104
4105 * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
4106 Set compilation-error-regexp-alist earlier.
4107
4108 * progmodes/compile.el (compilation-minor-mode-map)
4109 (compilation-shell-minor-mode-map, compile-mouse-goto-error)
4110 (compile-goto-error): Re-merge the mouse and non-mouse commands.
4111
4112 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
4113
4114 * progmodes/compile.el (compile-goto-error): Select the buffer/window
4115 corresponding to the event.
4116
4117 2004-04-12 Joe Buehler <jbuehler@hekiman.com>
4118
4119 * loadup.el: Add cygwin to system-type list, for unexec() support.
4120
4121 2004-04-12 John Paul Wallington <jpw@gnu.org>
4122
4123 * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
4124 (ibuffer-restore-window-config-on-quit): New variable to replace
4125 `ibuffer-delete-window-on-quit'. Update all references.
4126 (ibuffer-prev-window-config): New variable.
4127 (ibuffer-quit): Restore previous window configuration instead of
4128 deleting window.
4129 (ibuffer): Save window configuration before showing Ibuffer buffer.
4130
4131 * help.el (describe-mode): Doc fix.
4132
4133 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
4134
4135 * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
4136 not to treat nil as a function.
4137
4138 * vc-arch.el (vc-arch-root): Be a bit more careful.
4139 (vc-arch-register): Save the buffer if we modified it.
4140 (vc-arch-delete-rej-if-obsolete): Save excursion.
4141 (vc-arch-find-file-hook): Use the simpler after-save-hook.
4142 (vc-arch-responsible-p, vc-arch-init-version): New functions.
4143
4144 * net/ldap.el (ldap-search): Use list*.
4145
4146 2004-04-12 Juri Linkov <juri@jurta.org>
4147
4148 * info.el (Info-follow-reference): Allow multiline reference name.
4149
4150 2004-04-11 Dave Love <fx@gnu.org>
4151
4152 * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
4153
4154 * progmodes/python.el: New file.
4155
4156 2004-04-11 Andre Spiegel <spiegel@gnu.org>
4157
4158 * vc-hooks.el (vc-arg-list): Function removed.
4159 (vc-default-workfile-unchanged-p): Use condition-case to check for
4160 backward compatibility.
4161
4162 * vc.el (vc-print-log): Use condition-case to check for backward
4163 compatibility.
4164
4165 2004-04-11 Juri Linkov <juri@jurta.org>
4166
4167 * dired.el (dired-faces): New defgroup.
4168 (dired-header, dired-mark, dired-marked, dired-flagged)
4169 (dired-warning, dired-directory, dired-symlink, dired-ignored):
4170 New faces.
4171 (dired-header-face, dired-mark-face, dired-marked-face)
4172 (dired-flagged-face, dired-warning-face, dired-directory-face)
4173 (dired-symlink-face, dired-ignored-face): New face variables.
4174 (dired-font-lock-keywords): Use them instead of font-lock faces.
4175 Split the rule for dired marks into 3 separate rules: for marks,
4176 marked file names and flagged file names.
4177
4178 * help-mode.el (help-make-xrefs): Add a final newline to the
4179 *Help* buffer.
4180
4181 2004-04-11 John Paul Wallington <jpw@gnu.org>
4182
4183 * replace.el (occur-engine): Distinguish between one and several
4184 matches in the matches per buffer heading.
4185
4186 2004-04-11 Kim F. Storm <storm@cua.dk>
4187
4188 * ido.el (ido-confirm-unique-completion): New defcustom.
4189 (ido-complete): Use it.
4190 (ido-write-file): Set it to t unconditionally.
4191
4192 2004-04-10 Miles Bader <miles@gnu.org>
4193
4194 RCS keyword removal (only non-comment changes are enumerated here):
4195
4196 * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
4197 (byte-compile-insert-header): Don't use `byte-compile-version'.
4198 * forms.el (forms-version): Variable removed.
4199 (forms-mode): Don't use `forms-version'.
4200 * recentf.el (recentf-version): Variable removed.
4201 * progmodes/delphi.el (delphi-version): Variable removed.
4202 * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
4203
4204 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
4205
4206 * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
4207
4208 2004-04-09 Jesper Harder <harder@ifa.au.dk>
4209
4210 * info.el (info-apropos): Improve menu item regexp.
4211
4212 2004-04-09 Simon Josefsson <jas@extundo.com>
4213
4214 * mail/smtpmail.el: Add comment, based on report by
4215 kdc@rcn.com (Kevin D. Clark).
4216
4217 2004-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
4218
4219 * progmodes/compile.el (compilation-mode-font-lock-keywords):
4220 Redo one more thing that I didn't notice Daniel had undone.
4221
4222 2004-04-08 Nick Roberts <nick@nick.uklinux.net>
4223
4224 * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
4225 (gdb-goto-breakpoint, gdb-display-buffer)
4226 (gdb-display-source-buffer, gdb-view-source-function)
4227 (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
4228 (gdb-source-info, gdb-frame-handler): Don't specify a window
4229 for display.
4230 (gdb-info-breakpoints-custom): Remove superfluous update of
4231 assembler buffer.
4232 (gdb-many-windows): Make settable outside gdb.
4233
4234 2004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk>
4235
4236 * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
4237 Derive from fundamental-mode rather than text-mode.
4238
4239 2004-04-08 Juri Linkov <juri@jurta.org>
4240
4241 * info.el (Info-history): Doc fix.
4242 (Info-history-list): New var.
4243 (info-xref): Change magenta4 to blue, remove bold for dark and
4244 light backgrounds, change bold to underline for non-color classes.
4245 (info-xref-visited): New face.
4246 (Info-fontify-visited-nodes): New custom.
4247 (Info-hide-note-references): Add new value `hide'. Doc fix.
4248 (Info-reference-name): New var.
4249 (Info-selection-hook): New custom.
4250 (Info-edit-mode-hook): New var.
4251 (Info-find-file): New fun.
4252 (Info-find-node): Move part of code to Info-find-file.
4253 (Info-find-node-2): Add anchors to Info-history-list. Move point
4254 to the place with the reference name if name is defined.
4255 (Info-select-node): Add current node to Info-history-list.
4256 (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
4257 (Info-search-whitespace-regexp): New custom.
4258 (Info-search-case-fold): New var.
4259 (Info-search): Add "case-sensitively" to the prompt.
4260 Use Info-search-whitespace-regexp. Set Info-search-case-fold.
4261 (Info-search-case-sensitively, Info-search-next): New fun.
4262 (Info-up): Move point to the menu item of the current node.
4263 (Info-history): New fun. Add *info-history* to
4264 same-window-buffer-names.
4265 (Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
4266 (Info-insert-toc): New fun.
4267 (Info-build-toc): New fun.
4268 (Info-follow-reference): Add new arg `fork'. Doc fix.
4269 Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
4270 with the same name prefer the reference closest to point.
4271 (Info-next-reference): Replace * by + in the *Note regexp.
4272 Add regexp for http:// and ftp://. Skip the *Note prefix.
4273 (Info-prev-reference): Replace * by + in the *Note regexp.
4274 Add regexp for http:// and ftp://. Skip the *Note prefix.
4275 (Info-follow-nearest-node): Add new arg `fork'.
4276 (Info-try-follow-nearest-node): Add new arg `fork'.
4277 Call browse-url for http:// and ftp:// references.
4278 Set Info-reference-name for index entries.
4279 (Info-mode-menu): Add menu items for Info-search-case-sensitively,
4280 Info-search-next, Info-history, Info-toc, clone-buffer.
4281 (Info-menu-update): Replace * by + in the *Note regexp.
4282 (Info-mode): Add documentation for Info-history, Info-toc,
4283 Info-search-case-sensitively, Info-search-next, clone-buffer.
4284 (Info-fontify-menu-headers): Remove fun. Move code to
4285 Info-fontify-node.
4286 (Info-fontify-node): Add docstring. Add local vars
4287 fontify-visited-p and not-fontified-p. If not-fontified-p is t
4288 then fontify header line, titles, menu headers, http and ftp
4289 references, refill paragraphs. If not-fontified-p is t or
4290 fontify-visited-p is t then fontify cross references, menu items.
4291 Fontify menu headers. Fontify http and ftp references.
4292 Change regexp for cross references to require whitespace after *Note,
4293 add matching groups for file and node names. Remove hack for quote.
4294 Use display property for Info-hide-note-references=t. Use fifth
4295 or fourth match for help-echo. Display visited nodes in a
4296 different face. Unhide file names of external references.
4297 Unhide newlines. Display visited menu items in a different face.
4298
4299 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
4300
4301 * progmodes/compile.el: Require CL.
4302 (compilation-mode-font-lock-keywords): Re-install the "line as
4303 function" patch.
4304
4305 * help-fns.el (help-C-source-directory): New var.
4306 (help-subr-name, help-C-file-name, help-find-C-source): New funs.
4307 (describe-function-1, describe-variable): Use them.
4308
4309 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
4310 to C source files specially.
4311
4312 2004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
4313
4314 * info.el (Info-hide-cookies-node): New function.
4315 (Info-select-node): Use it.
4316 (Info-display-images-node): Remove message with image file name.
4317
4318 2004-04-07 Daniel Pfeiffer <occitan@esperanto.org>
4319
4320 * progmodes/compile.el (compilation-warning-face)
4321 (compilation-info-face, compilation-skip-threshold)
4322 (compilation-skip-visited, compilation-context-lines):
4323 Declare :version when added to Emacs.
4324 (compilation-error-regexp-alist-alist): Extend caml and irix.
4325 (compilation-setup): Fix if font-locked w/o font-lock-defaults.
4326 (compilation-mode-font-lock-keywords): Temporarily undo line as
4327 function patch, which wasn't ready.
4328
4329 2004-04-07 Kenichi Handa <handa@m17n.org>
4330
4331 * international/latin1-disp.el (latin1-display-setup): Check each
4332 character is displayable or not instead of calling
4333 latin1-display-check-font.
4334
4335 2004-04-06 Kenichi Handa <handa@m17n.org>
4336
4337 * language/ethio-util.el (ethio-sera-being-called-by-w3):
4338 New variable.
4339 (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
4340 instead of sera-being-called-by-w3.
4341 (ethio-fidel-to-sera-buffer): Likewise.
4342 (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
4343 instead of sera-being-called-by-w3.
4344 (ethio-write-file): Likewise.
4345
4346 2004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4347
4348 * printing.el: Doc fix.
4349
4350 2004-04-05 Nick Roberts <nick@nick.uklinux.net>
4351
4352 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
4353 (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
4354 (gdb-setup-windows): Only use separate IO buffer if required.
4355
4356 2004-04-06 Kim F. Storm <storm@cua.dk>
4357
4358 * term.el (term-is-xemacs): Remove.
4359 (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
4360 (term-window-width): New function.
4361 (term-mode, term-check-size): Use it.
4362 (term-mode): Disable overflow-newline-into-fringe in term buffer.
4363
4364 2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
4365
4366 * cus-edit.el (custom-add-parent-links): Change unbound variable
4367 `symbol' to `name'.
4368
4369 2004-04-05 Jesper Harder <harder@ifa.au.dk>
4370 * info.el (info-apropos): New function.
4371 (Info-mode-menu): Add it.
4372 (Info-find-node, Info-find-node-2): Grok apropos virtual file.
4373
4374 * help-mode.el (help-make-xrefs): Recognize aliased variable with
4375 inherited docstring.
4376
4377 * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
4378
4379 2004-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
4380
4381 * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
4382
4383 * progmodes/compile.el (font-lock): Don't require any more.
4384 (compilation-error-properties, compilation-start, compilation-sentinel)
4385 (compilation-filter, next-error): Use with-current-buffer.
4386 (compilation-skip-to-next-location, compilation-skip-threshold)
4387 (compilation-skip-visited): Move to silence the byte-compiler.
4388 (compilation-setup): Simplify.
4389 (compilation-next-error): Use line-(beginning|end)-position.
4390 Make sure `pt' is non-nil before using compilation-loop.
4391 (compile-goto-error): Add optional event arg. Use it.
4392 (compile-mouse-goto-error): Make it an alias of compile-goto-error.
4393 (compilation-minor-mode-map, compilation-shell-minor-mode-map):
4394 Update the binding for mouse-2.
4395 (first-error): Set compilation-current-error to nil rather than bob.
4396 (compilation-parsing-end, compilation-parse-errors-function)
4397 (compilation-error-list, compilation-old-error-list):
4398 "New" compatibility variables.
4399 (compile-buffer-substring, compilation-compat-error-properties)
4400 (compilation-compat-parse-errors, compilation-forget-errors):
4401 New compatibility functions.
4402 (compilation-mode-font-lock-keywords): Use them.
4403
4404 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
4405
4406 * autorevert.el (auto-revert-handler): If point (or a window
4407 point) is at the end of the buffer, keep it there after
4408 reverting. This allows to tail a file.
4409 Mention this in the `Commentary'.
4410
4411 * format.el (format-write-file): Add optional argument CONFIRM
4412 and make it behave like the analogous argument to `write-file'.
4413
4414 2004-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4415
4416 * progmodes/ebnf2ps.el: Doc fix.
4417 (ebnf-version): New version number (4.2).
4418 (ebnf-syntax): Customization and docstring fix.
4419 (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
4420 Put autoloaded funs before first use.
4421 (ebnf-style-database): Add dtd entry.
4422 (ebnf-syntax-alist): Add dtd initialization.
4423 (ebnf-token-sequence): New fun.
4424 (ebnf-comment-table): Add new comment action character.
4425 (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
4426
4427 * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
4428 Type Definition for XML).
4429
4430 * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
4431 * progmodes/ebnf-bnf.el (ebnf-sequence):
4432 * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
4433 * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
4434 * progmodes/ebnf-yac.el (ebnf-yac-sequence):
4435 Code simplification: call ebnf-token-sequence.
4436
4437 2004-04-04 Eli Zaretskii <eliz@gnu.org>
4438
4439 * calendar/timeclock.el (timeclock-relative)
4440 (timeclock-get-project-function, timeclock-get-workday-function)
4441 (timeclock-query-out, timeclock-when-to-leave)
4442 (timeclock-when-to-leave-string, timeclock-log-data)
4443 (timeclock-generate-report, timeclock-in): Doc fixes.
4444
4445 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
4446
4447 * url/: New dir. Import the URL package from its repository.
4448
4449 2004-04-03 Andreas Schwab <schwab@suse.de>
4450
4451 * diff-mode.el (diff-mode): Fix missing quote.
4452
4453 2004-04-03 Juri Linkov <juri@jurta.org>
4454
4455 * descr-text.el (describe-property-list): Add `font-lock-face'.
4456
4457 * dired.el (dired-font-lock-keywords): Fix permission regexps.
4458
4459 2004-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4460
4461 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
4462 Use utf-16le on little endian machines and utf-16be otherwise.
4463
4464 2004-04-02 David Kastrup <dak@gnu.org>
4465
4466 * net/browse-url.el (browse-url-generic): Use call-process
4467 instead of start-process to allow browsers that fork and detach.
4468
4469 2004-04-01 Daniel Pfeiffer <occitan@esperanto.org>
4470
4471 * compile.el (compilation-current-error): New var.
4472 (compilation-setup, compile-mouse-goto-error)
4473 (compile-goto-error, next-error): Use it.
4474 (compilation-skip-to-next-location): Default to t, which gives
4475 contiguous skipping like old compile (where this was redundant).
4476 (compilation-next-error): Prevent previous-* commands from moving
4477 back to message at or just before point.
4478
4479 2004-04-01 Nick Roberts <nick@nick.uklinux.net>
4480
4481 * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
4482 (gdb-source-info): Don't display source at startup, if required.
4483 (gdb-show-main): New option.
4484 (gdba): Update documentation.
4485 (gdb-source): Cover case of auto-display output.
4486
4487 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
4488
4489 * autorevert.el: Delete obsolete autoload's and defvar's.
4490 (auto-revert-check-vc-info): New user option.
4491 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
4492 (auto-revert-handler-vc): Delete.
4493 (auto-revert-handler): Treat return value `fast' of
4494 buffer-stale-function specially. Check `auto-revert-check-vc-info'.
4495
4496 * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
4497 return `fast'.
4498
4499 * files.el (buffer-stale-function): Doc change.
4500
4501 2004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4502
4503 * printing.el: New tip on Tips section.
4504 (pr-version): New version number (6.7.4).
4505 (pr-shell-file-name): Initialization fix.
4506
4507 2004-03-31 Juri Linkov <juri@jurta.org>
4508
4509 * dired.el: Add autoload for `dired-do-touch'.
4510 (dired-touch-program): New var.
4511 (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
4512 (dired-no-confirm): Add `touch' to docstring.
4513
4514 * dired-aux.el (dired-do-touch): New fun.
4515 (dired-do-chxxx): Add argument -t for touch operation.
4516
4517 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
4518 `dired-move-to-filename-regexp'.
4519
4520 2004-03-31 H\e,Ae\e(Bkan Granath <hakan.granath@kau.se> (tiny change)
4521
4522 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
4523
4524 2004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4525
4526 * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
4527 and only if the buffer was modified.
4528
4529 2004-03-30 Kenichi Handa <handa@m17n.org>
4530
4531 * international/characters.el: Delete pairs for U+2308..U+230B.
4532
4533 2004-03-29 Nick Roberts <nick@nick.uklinux.net>
4534
4535 * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
4536 to detect the beginning of a level 2 or 3 annotation.
4537
4538 2004-03-29 Kenichi Handa <handa@m17n.org>
4539
4540 * international/ucs-tables.el (ucs-insert): Fix the error message.
4541
4542 2004-03-29 Kenichi Handa <handa@m17n.org>
4543
4544 * international/mule-util.el (char-displayable-p): Fix generation
4545 of XLFD file name.
4546
4547 * Makefile.in (setwins, setwins_almost): Change directory to $wd
4548 before finding directories by `find'.
4549
4550 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4551
4552 * subr.el (interactive-form): Delete. Now implemented in C.
4553
4554 * pcvs.el (cvs-parse-process): Workaround for Darwin.
4555
4556 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
4557 (vc-diff-label): New fun.
4558 (vc-diff-internal): Use it.
4559
4560 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
4561
4562 2004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4563
4564 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
4565
4566 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
4567 specify XML (EBNFX).
4568
4569 * progmodes/ebnf2ps.el: Doc fix.
4570 (ebnf-version): New version number (4.1).
4571 (ebnf-syntax): Adjust customization.
4572 (ebnf-style-database): Add ebnfx entry.
4573 (ebnf-syntax-alist): Add ebnfx initialization.
4574 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
4575
4576 * printing.el: Doc fix.
4577 (pr-version): New version number (6.7.3).
4578 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
4579 returns nil for mouse position. Reported by Drew Adams
4580 <drew.adams@oracle.com>.
4581 (pr-update-menus): Modify interactive declaration. Reported by Drew
4582 Adams <drew.adams@oracle.com>.
4583
4584 2004-03-28 Nick Roberts <nick@nick.uklinux.net>
4585
4586 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
4587 (gud-gdba-marker-filter): Log the process input and output, if
4588 required. From Stefan Monnier.
4589 (gdb-debug-log, gdb-enable-debug-log): New variables.
4590 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
4591
4592 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4593
4594 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
4595 From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
4596
4597 2004-03-27 Luc Teirlinck <teirllm@auburn.edu>
4598
4599 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
4600 Call vc-find-file-hook here instead of in auto-revert-buffers.
4601 (auto-revert-buffers): Delete call to vc-find-file-hook.
4602 (auto-revert-verbose, global-auto-revert-non-file-buffers)
4603 (global-auto-revert-mode, auto-revert-set-timer)
4604 (auto-revert-handler, auto-revert-buffers): Doc fixes.
4605
4606 2004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk>
4607
4608 * woman.el (woman-change-fonts): Rename local variable
4609 woman-font-alist to font-alist to avoid a compiler warning.
4610
4611 2004-03-27 Dave Love <fx@gnu.org>
4612
4613 * emacs-lisp/rx.el (rx): Doc fix.
4614 Fix copyright years.
4615
4616 * strokes.el (strokes-global-set-stroke-string): New function.
4617 (strokes-list-strokes): Cope with strings, not just commands.
4618 Set foreground colour of image.
4619 (strokes-global-set-stroke): Doc fix.
4620
4621 2004-03-26 Luc Teirlinck <teirllm@auburn.edu>
4622
4623 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
4624 Auto Revert mode.
4625 (Buffer-menu-files-only): New variable.
4626 (Buffer-menu-toggle-files-only): New function.
4627 (Buffer-menu-mode-map): Bind it to `T'.
4628 (Buffer-menu-mode): Mention `T' in docstring.
4629 Set buffer-stale-function.
4630 (list-buffers-noselect): Mark buffer non-modified and set
4631 Buffer-menu-files-only.
4632
4633 * dired.el (buffer-stale-function): Remove no longer needed defvar.
4634
4635 * autorevert.el (auto-revert-handler): Print revert message
4636 before, rather than after, reverting.
4637 (buffer-stale-function): Move to files.el.
4638
4639 * files.el (buffer-stale-function): Move here from autorevert.el.
4640
4641 2004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
4642
4643 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
4644
4645 * calc/calc.el (calc-mode-map): Use mapc.
4646
4647 * apropos.el (apropos-mode): Don't autoload.
4648 (apropos-symbols-internal): New fun. Extracted from `apropos'.
4649 (apropos): Use it.
4650 (apropos-print): Add optional `text' argument.
4651 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
4652 Don't assume point-min == 1.
4653
4654 * bs.el (bs-buffer-list): Use buffer-local-value.
4655 (bs--set-toggle-to-show): Use with-current-buffer.
4656
4657 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
4658 New funs.
4659 (list-buffers-noselect): Use them. Adjust :align-to to new style.
4660
4661 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
4662
4663 * dabbrev.el (dabbrev-expand): Fix regexp construction.
4664 (dabbrev--find-expansion): Use pop.
4665 (dabbrev--search): Use match-string-no-properties.
4666
4667 * dired.el (dired-mode): Use run-mode-hooks.
4668 (dired-move-to-end-of-filename): Use match-string.
4669
4670 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
4671 is bound before using it.
4672 (ediff-verbose-p): Make it into a var since it's not constant.
4673
4674 * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
4675
4676 * faces.el (read-face-font): Don't cons up unnecessarily.
4677 (header-line, tool-bar): Share common parts.
4678
4679 * files.el (file-relative-name): Use compare-strings.
4680
4681 * finder.el (finder-mode): Follow coding convention.
4682
4683 * subr.el (read-number): New function.
4684
4685 * ses.el (ses-read-number): Move to subr.el.
4686 (ses-set-header-row): Use read-number.
4687
4688 2004-03-26 Andre Spiegel <spiegel@gnu.org>
4689
4690 * vc-hooks.el (vc-arg-list): New function, which handles both
4691 compiled and uncompiled code.
4692 (vc-default-workfile-unchanged-p): Use it.
4693
4694 * vc.el (vc-print-log): Undo prev change, use new function
4695 vc-arg-list from vc-hooks.el.
4696
4697 2004-03-26 Masatake YAMATO <jet@gyve.org>
4698
4699 * simple.el (completion-setup-function): Emphasize the
4700 first uncommon characters in the completions; and de-emphasize
4701 the common prefix substrings.
4702 (completion-emphasis): New face.
4703 (completion-de-emphasis): New face.
4704
4705 2004-03-25 Juanma Barranquero <lektu@terra.es>
4706
4707 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
4708 Comment out (it's unused and unfinished code).
4709
4710 2004-03-25 Sam Steingold <sds@gnu.org>
4711
4712 * vc.el (vc-print-log): Fix a bug in the last patch:
4713 backend-function may be a byte-compiled object, not a lambda.
4714
4715 2004-03-25 Juri Linkov <juri@jurta.org>
4716
4717 * descr-text.el (describe-property-list): Add a button
4718 for `face' property that calls `describe-face'.
4719 Suggested by luis fernandes <elf@ee.ryerson.ca>
4720
4721 * international/mule.el (keyboard-coding-system):
4722 * kmacro.el (kmacro-call-macro): Fix docstring.
4723
4724 * dired.el: Fix comments.
4725
4726 * textmodes/fill.el (fill): Fix Info link.
4727
4728 * font-lock.el (fast-lock, lazy-lock):
4729 * jit-lock.el (jit-lock): Remove links to removed Support Modes
4730 Info node.
4731
4732 * eshell/eshell.el (eshell): Fix broken info-link.
4733
4734 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
4735 * eshell/em-banner.el (eshell-banner):
4736 * eshell/em-smart.el (eshell-smart):
4737 * eshell/esh-cmd.el (eshell-cmd):
4738 Comment out broken info-links to incomplete Info manual.
4739
4740 * info-xref.el: Fix commentary.
4741
4742 2004-03-25 Kevin Ryde <user42@zip.com.au>
4743
4744 * info-xref.el (info-xref-check-buffer): Report empty filename parts.
4745 Remove spurious node duplicate suppression, doesn't work, not wanted.
4746 (info-xref-output): Take format style args, add "sit-for 0" to let
4747 user see the results as they progress.
4748 (info-xref-check-all-custom): New function.
4749
4750 2004-03-25 Nick Roberts <nick@nick.uklinux.net>
4751
4752 * gdb-ui.el: Moved to progmodes.
4753
4754 2004-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
4755
4756 * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
4757
4758 2004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
4759
4760 * calendar/appt.el (appt-check): Remove superfluous progn.
4761 When finished with diary buffer: if it was not being displayed
4762 before, kill it; otherwise restore its original state.
4763 Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
4764
4765 * calendar/calendar.el (calendar-set-mode-line): Use total
4766 available mode-line width, rather than frame-width.
4767
4768 * calendar/diary-lib.el (fancy-diary-display): Set mode-line
4769 after mode change so effect not lost.
4770
4771 2004-03-23 Dave Love <fx@gnu.org>
4772
4773 * dired.el (dired) <defgroup>: Add link to manual.
4774 (dired-font-lock-keywords): Add highlighting on unusual permissions.
4775 (dired-revert): Use dolist.
4776 (dired-mode-map): Add U binding.
4777 (dired-mode): Add font-lock-beginning-of-syntax-function.
4778 (dired-garbage-files-regexp): Make it a defcustom.
4779
4780 2004-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
4781
4782 * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
4783 is equivalent to nil.
4784 (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
4785 (vc-arch-mode-line-string): Accept `added' state.
4786 (vc-arch-state): Use inode-sigs if available.
4787 (vc-arch-add-tagline): Rename from vc-arch-add-tag.
4788 Copy&delete existing id file if any. Fallback if uuidgen is absent.
4789 (vc-arch-tagline-re): New var.
4790 (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
4791 New functions.
4792 (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
4793 (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
4794
4795 * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
4796 (vc-file-not-found-hook): Use it.
4797
4798 * diff-mode.el (diff-default-read-only): Change default.
4799 (diff-mode-hook): Make it a defcustom. Add some options.
4800 (diff-mode-map): Bind diff-refine-hook.
4801 (diff-yank-handler): New var.
4802 (diff-yank-function): New fun.
4803 (diff-font-lock-keywords): Use them.
4804 (diff-end-of-file): Handle case where file-header looks like diff text.
4805 (diff-hunk-kill): Adjust to "new" hunk-next behavior.
4806 (diff-file-kill): Delete a subsequent empty line, if applicable.
4807 (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
4808 (diff-find-file-name): Use it.
4809 (diff-tell-file-name): New command.
4810 (diff-mode): Be careful with view-mode.
4811 (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
4812 New functions, for use in diff-mode-hook.
4813 (diff-find-source-location): Catch "regex too large" errors.
4814 (diff-apply-hunk, diff-test-hunk): Go to old or new file.
4815 (diff-refine-hunk): New command.
4816
4817 * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
4818 (smerge-context-menu-map): Remove unused var.
4819 (smerge-keep-all): Preserve markers.
4820 (smerge-keep-n): New fun.
4821 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
4822 (smerge-keep-current, smerge-ediff): Use it.
4823 (smerge-kill-current): Use it. Make it work on some 3-part conflicts.
4824 (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
4825 (smerge-resolve): Resolve trivial 3-part conflicts.
4826
4827 2004-03-23 Juri Linkov <juri@jurta.org>
4828
4829 * man.el (Man-width): New var.
4830 (Man-getpage-in-background): Use it.
4831 (Man-support-local-filenames): New var and fun.
4832 (Man-build-man-command): Don't add a second %s.
4833 (Man-fontify-manpage): Clean up message.
4834 (Man-mode): Set outline-regexp, outline-level,
4835 imenu-generic-expression.
4836
4837 * woman.el (woman-fill-frame): Doc fix.
4838 (woman-decode-region): Use window-width instead of frame-width.
4839
4840 * abbrevlist.el (list-one-abbrev-table):
4841 * descr-text.el (describe-char):
4842 * international/mule-diag.el (describe-current-coding-system):
4843 * international/quail.el (quail-insert-decode-map):
4844 Use window-width instead of frame-width.
4845
4846 * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
4847 (jka-compr-mode-alist-additions): Add tbz.
4848 (jka-compr-write-region, jka-compr-insert-file-contents):
4849 Add message for undefined compress-program.
4850 (jka-compr-write-region): Remove redundant var bindings.
4851
4852 * dired-x.el (dired-guess-shell-alist-default): Add choices for
4853 extracting files into subdirectory. Add tbz and dz. Fix regexps.
4854 Add extensions .[0-9] for man and nroff, and .pod for perldoc.
4855 (dired-man): Use dired-guess-shell-command.
4856 (dired-guess-shell-case-fold-search): Change defvar to defcustom.
4857 Change default nil to t.
4858
4859 * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
4860 (dired-compare-directories): Add default value for empty input.
4861
4862 * help-at-pt.el: Move suggestions for key bindings to Commentary.
4863
4864 * time.el (display-time-string-forms): Fix help-echo date format.
4865
4866 2004-03-22 Luc Teirlinck <teirllm@auburn.edu>
4867
4868 * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
4869 (buffer-stale-function): New variable.
4870 (auto-revert-list-diff, auto-revert-dired-file-list)
4871 (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
4872 (auto-revert-handler): Take over some functionality of deleted
4873 functions.
4874 (auto-revert-buffers): Delete call to auto-revert-buffer-p.
4875
4876 * dired.el (dired-directory-changed-p): New fun, extracted from
4877 dired-internal-noselect.
4878 (dired-buffer-stale-p): New fun.
4879 (dired-internal-noselect): Use dired-directory-changed-p.
4880 Eliminate revert messages.
4881 (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
4882
4883 2004-03-23 Kenichi Handa <handa@m17n.org>
4884
4885 * international/characters.el: Setup syntaxes for more parentheses
4886 Unicode characters.
4887
4888 * international/mule-cmds.el (select-safe-coding-system):
4889 Merge coding-system and auto-cs before comparing them.
4890
4891 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
4892
4893 * emacs-lisp/pp.el (pp-eval-expression): Simplify.
4894
4895 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
4896 normal-auto-fill-function and comment-indent-function.
4897 The default values now work just as well.
4898 Don't set font-lock-beginning-of-syntax-function since we already set
4899 syntax-begin-function.
4900 (lisp-outline-level): Put ;;;###autoload at same level as (.
4901 (prin1-char): Quote special chars.
4902
4903 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
4904 than with-no-warnings.
4905
4906 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
4907 if the source location can't be found.
4908 (edebug-compute-previous-result): Use prin1-char.
4909
4910 * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
4911 (debug-ignored-errors): Add an entry.
4912
4913 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
4914 (byte-compile-file): Output warning when deleting a file.
4915
4916 * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
4917 (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
4918
4919 * emacs-lisp/byte-opt.el (byte-compile-log-lap)
4920 (byte-compile-inline-expand): Use backquote.
4921 (byte-optimize-pure-func): Rename from byte-optimize-concat.
4922 (symbol-name, regexp-opt, regexp-quote): Mark as pure.
4923
4924 * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
4925
4926 * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
4927
4928 2004-03-22 Juri Linkov <juri@jurta.org>
4929
4930 * finder.el (finder-known-keywords): Fix data, tex, unix.
4931
4932 * play/landmark.el: Fix keywords.
4933
4934 * language/ethio-util.el (ethio-find-file): Doc fix.
4935
4936 * emacs-lisp/warnings.el: Doc fix.
4937
4938 * textmodes/ispell.el (ispell-help): Doc fix.
4939
4940 2004-03-21 Luc Teirlinck <teirllm@auburn.edu>
4941
4942 * format.el (format-insert-file): Always return a list of two
4943 elements, like insert-file-contents does.
4944
4945 2004-03-21 Andre Spiegel <spiegel@gnu.org>
4946
4947 * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
4948 and vc-BACKEND-diff.
4949 (vc-print-log): If the print-log implementation supports it, use
4950 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
4951 (vc-version-diff, vc-diff-internal): Doc fixes.
4952
4953 * vc-hooks.el (vc-default-workfile-unchanged-p): If the
4954 implementation supports it, let diff output go to *vc*,
4955 not *vc-diff*, since this is an internal call.
4956
4957 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
4958
4959 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
4960
4961 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
4962
4963 2004-03-21 Dave Love <fx@gnu.org>
4964
4965 * progmodes/cfengine.el (cfengine-mode):
4966 Set parse-sexp-ignore-comments.
4967
4968 * emacs-lisp/rx.el (rx): Work at compile time, not run time.
4969
4970 2004-03-21 Juanma Barranquero <lektu@terra.es>
4971
4972 * allout.el (allout-mode): Fix docstring.
4973
4974 2004-03-20 Luc Teirlinck <teirllm@auburn.edu>
4975
4976 * files.el (insert-directory): Fix bug if SWITCHES is a list.
4977
4978 * autorevert.el (auto-revert-interval): Make new value take
4979 effect immediately when set through Custom.
4980 (auto-revert-set-timer): Add interactive declaration.
4981
4982 2004-03-19 David Ponce <david@dponce.com>
4983
4984 * ruler-mode.el (ruler-mode-header-line-format-old):
4985 Don't `make-variable-buffer-local'.
4986 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
4987 (ruler-mode-header-line-format): Simply funcall the above.
4988 (ruler-mode): Use `make-local-variable' and `kill-local-variable'
4989 to save/restore a previous header line format.
4990 (ruler-mode-space): Don't depend on a numeric WIDTH value.
4991 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
4992 fringes and margins width.
4993 (ruler-mode-ruler-function): Default to ruler-mode-ruler.
4994
4995 2004-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
4996
4997 * log-edit.el (log-edit-font-lock-keywords): Typo.
4998
4999 * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
5000 (tex-send-tex-command): Rather than here.
5001 (tex-compilation-parse-errors): Simplify.
5002
5003 * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
5004
5005 * time.el (display-time-string-forms): Add help-echo with date on time.
5006
5007 * composite.el (compose-region): Use restore-buffer-modified-p.
5008
5009 * disp-table.el (standard-display-8bit): Simplify.
5010
5011 * server.el (server-process-filter): Delete temp frame.
5012
5013 * add-log.el (add-change-log-entry): Simplify.
5014
5015 2004-03-19 Kim F. Storm <storm@cua.dk>
5016
5017 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
5018 (hexl-follow-line): Don't require 'fringe.
5019
5020 * progmodes/compile.el (compilation-start): Always set
5021 compilation-last-buffer and return it.
5022
5023 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
5024
5025 * simple.el (clone-buffer): Doc fix.
5026
5027 2004-03-18 Juanma Barranquero <lektu@terra.es>
5028
5029 * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
5030
5031 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
5032
5033 * log-edit.el (log-edit-font-lock-keywords): New var.
5034 (log-edit-mode): Use it.
5035
5036 2004-03-17 Nick Roberts <nick@nick.uklinux.net>
5037
5038 * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
5039 properly for watching in speedbar.
5040
5041 2004-03-17 Masatake YAMATO <jet@gyve.org>
5042
5043 * smerge-mode.el (smerge-popup-context-menu):
5044 Put `unwind-protect' around `overlay-put' and `popup-menu'.
5045
5046 2004-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
5047
5048 * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
5049 (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
5050 Take sealed revisions into account.
5051 (vc-arch-checkin): Extract a summary line from the message.
5052
5053 2004-03-16 Masatake YAMATO <jet@gyve.org>
5054
5055 * register.el (register): Provide `register' feature.
5056
5057 2004-03-15 Masatake YAMATO <jet@gyve.org>
5058
5059 Added context menu support in smerge mode.
5060 Most of the part is written by Stefan Monnier.
5061
5062 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
5063 New keymap and menu.
5064 (smerge-text-properties): New function.
5065 (smerge-remove-props): New function.
5066 (smerge-popup-context-menu): New function.
5067 (smerge-resolve): Call `smerge-remove-props'.
5068 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
5069 (smerge-keep-current): Ditto.
5070 (smerge-kill-current): New function.
5071 (smerge-match-conflict): Put text properties.
5072 Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
5073
5074 2004-03-15 David Ponce <david@dponce.com>
5075
5076 * ruler-mode.el: (ruler-mode-left-fringe-cols)
5077 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
5078 (ruler-mode-right-scroll-bar-cols): Remove.
5079 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
5080 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
5081 Use fringe-columns and scroll-bar-columns.
5082
5083 2004-03-15 Masatake YAMATO <jet@gyve.org>
5084
5085 * hl-line.el (hl-line-range-function): New variable.
5086 (hl-line-move): New function.
5087 (global-hl-line-highlight): Use `hl-line-move'.
5088 (hl-line-highlight): Ditto.
5089
5090 * scroll-bar.el (scroll-bar-columns):
5091 * fringe.el (fringe-columns): New function derived from ruler-mode.el.
5092
5093 * ruler-mode.el (top-level): Require scroll-bar and fringe.
5094 (ruler-mode-left-fringe-cols)
5095 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
5096 (ruler-mode-right-scroll-bar-cols)
5097 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
5098 (ruler-mode-ruler-function): New variable.
5099 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
5100 if the value for `ruler-mode-ruler-function'is given.
5101
5102 * hexl.el (hexl-mode-hook): Make the hook customizable.
5103 (hexl-address-area, hexl-ascii-area): New customize variables.
5104 (hexlify-buffer): Put font-lock-faces on the address area and
5105 the ascii area.
5106 (hexl-activate-ruler): New function.
5107 (hexl-follow-line): New function.
5108 (hexl-highlight-line-range): New function.
5109 (hexl-mode-ruler): New function.
5110
5111 2004-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
5112
5113 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
5114 (vc-default-find-file-hook): New fun.
5115 (vc-find-file-hook): Call new find-file-hook operation.
5116
5117 * vc-arch.el: New file.
5118
5119 2004-03-12 Jesper Harder <harder@ifa.au.dk>
5120
5121 * info-look.el (info-lookup): Reuse an existing Info window.
5122
5123 2004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>
5124
5125 * woman.el (woman-preserve-ascii): Default value changed to t and
5126 doc string revised.
5127
5128 2004-03-12 Richard M. Stallman <rms@gnu.org>
5129
5130 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
5131 Fix minor bug.
5132
5133 * replace.el (occur-engine): Change message for count of matches.
5134
5135 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
5136 For strings, do compare text properties.
5137
5138 2004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
5139
5140 * progmodes/compile.el (compile-auto-highlight)
5141 (compilation-error-list, compilation-old-error-list)
5142 (compilation-parse-errors-function, compilation-parsing-end)
5143 (compilation-error-message, compilation-directory-stack)
5144 (compilation-enter-directory-regexp-alist)
5145 (compilation-leave-directory-regexp-alist)
5146 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
5147 (compilation-current-file, compilation-regexps): Remove vars.
5148
5149 (compile-error-at-point, compilation-error-filedata)
5150 (compilation-error-filedata-file-name, compile-reinitialize-errors)
5151 (compilation-next-error-locus, compilation-forget-errors)
5152 (count-regexp-groupings, compilation-parse-errors)
5153 (compile-collect-regexps, compile-buffer-substring): Remove funs.
5154
5155 (compile-internal): Make obsolete.
5156
5157 (compilation-first-column, compilation-error)
5158 (compilation-directory-matcher, compilation-page-delimiter)
5159 (compilation-mode-font-lock-keywords, compilation-debug)
5160 (compilation-error-face, compilation-warning-face)
5161 (compilation-info-face, compilation-line-face)
5162 (compilation-column-face, compilation-enter-directory-face)
5163 (compilation-leave-directory-face, compilation-skip-threshold)
5164 (compilation-skip-visited, compilation-context-lines): New vars.
5165
5166 (compilation-warning-face, compilation-info-face)
5167 (compilation-message-face): New faces.
5168
5169 (compilation-error-regexp-alist-alist): New constant.
5170
5171 (compilation-face, compilation-directory-properties)
5172 (compilation-assq, compilation-error-properties, compilation-start)
5173 (define-compilation-mode, compilation-loop)
5174 (compilation-set-window): New functions.
5175
5176 (compile): Additional argument for interactive compiles like TeX.
5177
5178 * progmodes/grep.el (kill-grep): Move here from compile.el
5179 (grep-error, grep-hit-face, grep-error-face)
5180 (grep-mode-font-lock-keywords): New variables.
5181 (grep-regexp-alist): Simplify regexp and add `binary' case.
5182 (grep-mode): New mode.
5183 (grep-process-setup): Simplify.
5184
5185 2004-03-11 Jason Rumney <jasonr@gnu.org>
5186
5187 * net/ldap.el (ldap-search-internal): Handle file URLs with drive
5188 letters on DOS/Windows.
5189
5190 2004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
5191
5192 * server.el (server-name): New var.
5193 (server-socket-dir): New var to replace server-socket-name.
5194 (server-start): Use them.
5195
5196 2004-03-11 Simon Josefsson <jas@extundo.com>
5197
5198 * mail/smtpmail.el (smtpmail-read-response): Abort if process has
5199 died to avoid infloop. Reported by Jonathan Glauner
5200 <jglauner@sbum.org>.
5201
5202 2004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
5203
5204 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
5205 (smerge-mode-menu): Use it to deactivate menu entries.
5206 (smerge-keep-current): New fun.
5207 (smerge-keep-current): Use it.
5208
5209 2004-03-10 John Paul Wallington <jpw@gnu.org>
5210
5211 * foldout.el (foldout-fold-list, foldout-modeline-string):
5212 Declare them as variables, not constants.
5213
5214 2004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5215
5216 * ps-print.el: Modification to print *Messages* buffer.
5217 (ps-print-version): New version 6.6.4.
5218 (ps-message-log-max): New fun.
5219 (ps-spool-without-faces, ps-spool-with-faces)
5220 (ps-count-lines-preprint): Code fix.
5221
5222 * printing.el: New tips in Tips section.
5223
5224 2004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5225
5226 * delim-col.el: Doc fix.
5227
5228 * printing.el: Doc fix. New doc section (Tips).
5229
5230 2004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
5231
5232 * type-break.el (type-break-emacs-variant): Remove.
5233 (type-break-run-at-time, type-break-cancel-function-timers):
5234 Use fboundp rather than version name and number.
5235
5236 2004-03-09 Masatake YAMATO <jet@gyve.org>
5237
5238 * hexl.el (hexl-mode): Use `make-local-variable' instead of
5239 `make-variable-buffer-local'.
5240
5241 2004-03-08 Michael Albinus <Michael.Albinus@alcatel.de>
5242
5243 * find-dired.el (find-dired): Call `shell-command' instead of
5244 `start-process-shell-command'. By this, Tramp takes over
5245 handling of remote directories.
5246
5247 2004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
5248
5249 * newcomment.el (comment-use-global-state): New var.
5250 (comment-search-forward): Use it.
5251
5252 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
5253
5254 * cus-edit.el (fill) <defgroup>: Move to fill.el.
5255
5256 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
5257 (enable-kinsoku): Make it a defcustom.
5258 (fill-comment-paragraph): Don't rely on fill-prefix to bound the
5259 paragraph to same-comment-start-marker.
5260
5261 2004-03-07 Dave Love <fx@gnu.org>
5262
5263 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
5264 (browse-url-mail): Use it.
5265
5266 * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
5267 (rfc2368-unhexify-string): Use replace-regexp-in-string.
5268
5269 2004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
5270
5271 * woman.el (woman-man.conf-path): Doc fix.
5272 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
5273
5274 2004-03-07 Eli Zaretskii <eliz@gnu.org>
5275
5276 * sort.el (sort-columns): Remove ms-dos from the list of systems
5277 where the external `sort' command is not used.
5278
5279 2004-03-07 Kim F. Storm <storm@cua.dk>
5280
5281 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
5282 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
5283 from overlay-arrow-variable-list.
5284 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
5285
5286 2004-03-06 Nick Roberts <nick@nick.uklinux.net>
5287
5288 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
5289 overlay arrow string properly for the assembler buffer.
5290
5291 2004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
5292
5293 * mail/sendmail.el (mail-mode): Fix last change.
5294
5295 2004-03-05 Nick Roberts <nick@nick.uklinux.net>
5296
5297 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
5298 for the assembler buffer.
5299 (gdb-assembler-custom): Position the overlay arrow.
5300 (gdb-put-arrow, gdb-remove-arrow): Delete functions.
5301
5302 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
5303
5304 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
5305
5306 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
5307 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
5308
5309 * mail/sendmail.el (mail-mode): Set comment-start-skip.
5310
5311 * newcomment.el (uncomment-region): Allow non-terminated comment.
5312 (comment-normalize-vars): Check the user-specified comstart marker.
5313
5314 2004-03-04 Jesper Harder <harder@ifa.au.dk>
5315
5316 * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
5317 Otherwise, do use it if the region only contains font-lock text
5318 properties.
5319
5320 2004-03-04 Masatake YAMATO <jet@gyve.org>
5321
5322 * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
5323 as the callback function for eldoc.
5324 (hexl-print-current-point-info): New function.
5325 (hexl-current-address): Print the address in both decimal
5326 and hexadecimal format.
5327
5328 2004-03-04 Richard M. Stallman <rms@gnu.org>
5329
5330 * mail/rmail.el (rmail-convert-to-babyl-format):
5331 Specify t for UNIBYTE when calling mail-unquote-printable-region.
5332
5333 * mail/mail-utils.el (mail-unquote-printable-region):
5334 New arg UNIBYTE.
5335
5336 * startup.el (command-switch-alist): Doc fix.
5337
5338 * simple.el (undo): Temporarily set this-command to `undo-start',
5339 then set it to `undo' once undo-start returns without error.
5340
5341 * simple.el (minibuffer-history-sexp-flag): Doc fix.
5342
5343 * simple.el (kill-line): Don't disregard trailing whitespace
5344 in eol condition, if show-trailing-whitespace is set.
5345
5346 * mouse-sel.el (mouse-sel-has-been-enabled): New var.
5347 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
5348 When disabling, restore old values only if mouse-sel-has-been-enabled.
5349
5350 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
5351 (isearch-{-char): New function.
5352 (isearch-mode-map): Bind { to isearch-{-char.
5353
5354 * font-lock.el (lisp-font-lock-keywords-2):
5355 Turn off the CL with-... and do-... general patterns.
5356 Instead, recognize several specific with... and do... constructs.
5357
5358 * files.el (switch-to-buffer-other-window):
5359 Bind same-window-buffer-names and same-window-regexps to nil.
5360 (switch-to-buffer-other-frame): Likewise.
5361
5362 2004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
5363
5364 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
5365 recognizing leading comment on code line.
5366
5367 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
5368
5369 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
5370 hidden files/directories.
5371
5372 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
5373
5374 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
5375 only comment-start (in case the mode hasn't set it).
5376
5377 * Makefile.in (AUTOGENEL): New var.
5378 (bootstrap-prepare): Rename from bootstrap-clean.
5379 Don't remove elc files.
5380 (maintainer-clean): New target.
5381
5382 * xml.el (xml-get-attribute-or-nil): Simplify.
5383
5384 2004-03-02 Juri Linkov <juri@jurta.org>
5385
5386 * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
5387 (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
5388 URL to prevent their substitution with the environment variable
5389 values by browsers.
5390
5391 2004-03-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5392
5393 * ps-print.el: Doc fix.
5394 (ps-print-version): New version number (6.6.3).
5395 (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
5396 Docstring fix.
5397 (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
5398 before printing.
5399 (ps-time-stamp-yyyy-mm-dd): New fun.
5400 (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
5401
5402 2004-03-02 Kim F. Storm <storm@cua.dk>
5403
5404 * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
5405
5406 2004-03-01 Juanma Barranquero <lektu@terra.es>
5407
5408 * allout.el (allout-rebullet-heading): Fix typo in docstring.
5409
5410 * desktop.el (desktop-file-version)
5411 (desktop-after-read-hook): Fix typos.
5412 (desktop-clear-preserve-buffers): Remove redundant info in
5413 docstring already shown by the obsolescence message.
5414 (desktop-truncate, desktop-internal-v2s)
5415 (desktop-value-to-string): Change argument name to match docstring.
5416
5417 * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
5418
5419 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
5420 docstring.
5421
5422 2004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5423
5424 * printing.el: Replace "As Is..." in PostScript file print/preview by
5425 "No Preprocessing...". Suggested by Colin Marquardt
5426 <_marquardt_@zmd.de>.
5427 (pr-insert-section-4): Adjust buffer interface.
5428
5429 2004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
5430
5431 Version 2.0.39 of Tramp released.
5432
5433 * net/tramp.el (tramp-handle-file-local-copy)
5434 (tramp-handle-write-region, tramp-open-connection-rsh):
5435 Variable name typo. Small change. From Patrick Tullmann
5436 <tullmann@flux.utah.edu>.
5437 (tramp-process-connection-type): New variable.
5438 (tramp-maybe-open-connection): Use it.
5439 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
5440 (tramp-touch): Set last-modified time of a remote file.
5441 (tramp-handle-write-region): Say which function is used when encoding.
5442
5443 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
5444
5445 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
5446 case of non-existing filename, too. Reported by Christoph Bauer
5447 <c_bauer@informatik.uni-kl.de>.
5448 (tramp-smb-get-file-entries): The directory in question should
5449 have permissions "drwxrwxrwx". Just virtual, because we don't
5450 know the real permissions. Don't we know?
5451 (tramp-smb-prompt): Add virtual prompt from listing shares, too.
5452 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
5453 (tramp-smb-wait-for-output): Optimize algorithm getting pending
5454 output. If it was received chunkwise, there have been problems.
5455 Remove the "prompt not found" error message; it is obvious.
5456 Simplify algorithm.
5457 (tramp-smb-process-running): Remove. Since we acknowledge the
5458 virtual prompt for shares, there's no need for distinction of
5459 reading shares (process ends afterwards) and interactive mode of
5460 smblient.
5461 (tramp-smb-open-connection): Setting process sentinel removed.
5462 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
5463 "NT_STATUS_NETWORK_ACCESS_DENIED".
5464 (tramp-smb-maybe-open-connection): Set `process-connection-type'
5465 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>.
5466 (top-level): Setting default value in `tramp-default-method-alist'
5467 corrected. Order of USER and HOST have been wrong.
5468 Nobody complained for months ...
5469 (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
5470 (tramp-smb-open-connection): Clear password cache if login has failed.
5471
5472 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
5473 `tramp-unified-filenames'.
5474 (tramp-completion-mode): Make test for XEmacs explicitely.
5475 `event-to-character' can exists in Emacs packages too.
5476 Reported by Matt Swift <swift@alum.mit.edu>.
5477 (tramp-buffer-name): Buffer name must contain the user if exists.
5478 Reported by Adrian Phillips <a.phillips@met.no>.
5479 (tramp-do-copy-or-rename-file): Handle out-of-band methods.
5480 Call `tramp-do-copy-or-rename-file-out-of-band' this case.
5481 (tramp-do-copy-or-rename-file-out-of-band): Rename from
5482 `tramp-do-copy-or-rename-file-one-local', because it handles also
5483 the case both files use the same out-of-band method.
5484 Implementation added.
5485 (tramp-handle-file-local-copy, tramp-handle-write-region):
5486 Out-of-band handling removed. `copy-file' called instead, which
5487 calls `tramp-do-copy-or-rename-file-out-of-band'.
5488 (tramp-action-password): Check for out-of-band method removed.
5489 This function is used for 'login-program.
5490 (tramp-post-connection): Use `tramp-method-out-of-band-p' when
5491 appropriate.
5492 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
5493 and `tramp-parse-sknownhosts'.
5494 (tramp-completion-function-alist): It's a defvar now, because we
5495 want to apply the optimized `tramp-set-completion-function'
5496 instead of a static list.
5497 (tramp-set-completion-function): Implementation tuned.
5498 Avoid double entries, and entries where the function or the
5499 file/directory doesn't exist.
5500 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
5501 for SSH2.
5502 (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
5503 (tramp-handle-dired-compress-file): New function.
5504 (tramp-async-proc): New variable.
5505 (tramp-handle-shell-command): Adding asynchronous processes.
5506 They are far from being perfect, but it works at least for
5507 `find-grep-dired' and `find-name-dired' in Emacs 21.4.
5508 (top-level): Require password.el if visible. Should be mandatory
5509 once No Gnus has found its way into (X)Emacs.
5510 (tramp-read-passwd): Invoke `password-read' if available,
5511 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
5512 fallback any longer.
5513 (tramp-clear-passwd): New function.
5514 (tramp-process-actions, tramp-process-multi-actions):
5515 Clear password cache if login has failed.
5516
5517 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has
5518 its own module.
5519 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
5520 `ange-ftp-ftp-name-res'. There could be incorrect values from
5521 previous calls in case the "ftp" method is used in the Tramp file
5522 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
5523
5524 2004-02-28 Richard M. Stallman <rms@gnu.org>
5525
5526 * term.el (term-mouse-paste): Call mouse-set-point.
5527
5528 * thumbs.el: New file.
5529
5530 2004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5531
5532 * progmodes/ebnf-abn.el: Doc fix.
5533
5534 * progmodes/ebnf-bnf.el: Doc fix.
5535 (ebnf-repeat): Code fix.
5536
5537 * progmodes/ebnf2ps.el: Doc fix.
5538 (ebnf-syntax-directory, ebnf-syntax-file): New funs.
5539
5540 2004-02-28 Juri Linkov <juri@jurta.org>
5541
5542 * ffap.el (dired-at-point): Additional writability test for
5543 relative directory names.
5544 (dired-at-point-prompter): Treat directories as a directory, get
5545 the directory component from files.
5546 (ffap-string-at-point): Return string from region if region is active.
5547 (ffap-file-at-point): Remove redundant code.
5548
5549 2004-02-28 Kim F. Storm <storm@cua.dk>
5550
5551 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
5552 Initialize margin area images to nil.
5553 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
5554 (breakpoint-enabled-bitmap-face)
5555 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
5556 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
5557 (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
5558 (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
5559 (gdb-reset): Use gdb-remove-breakpoint-icons.
5560 (gdb-put-string): Add dprop arg to specify alternative display
5561 property (for setting fringe bitmap).
5562 (gdb-remove-strings): Doc fix.
5563 (gdb-put-breakpoint-icon): New defun which displays a breakpoint
5564 icon in fringe (if available), or else as icon or text in display
5565 margin. Creates necessary icons in breakpoint-bitmap,
5566 breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
5567 Also make left window margin if required.
5568 (gdb-remove-breakpoint-icons): New defun to remove breakpoint
5569 icons inserted by gdb-put-breakpoint-icon. Remove left margin if
5570 no longer needed.
5571 (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
5572 gdb-put-breakpoint-icon.
5573 (gdb-assembler-mode): Don't set left-margin-width here.
5574
5575 2004-02-27 Kevin Ryde <user42@zip.com.au>
5576
5577 * info-look.el: In scheme-mode symbol regexp, disallow backquote and
5578 comma, so that it DTRT in macros.
5579
5580 2004-02-27 Markus Rost <rost@mathematik.uni-bielefeld.de>
5581
5582 * progmodes/sh-script.el (sh-shell-arg)
5583 (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
5584 (sh-leading-keywords, sh-other-keywords): Fix custom type.
5585
5586 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
5587
5588 * faces.el (face-spec-set-match-display): Add a new attribute,
5589 `min-colors'.
5590 (region, highlight, secondary-selection): Use `min-colors'.
5591
5592 * custom.el (defface): Add documentation for `min-colors'.
5593
5594 * font-lock.el (font-lock-comment-face, font-lock-string-face)
5595 (font-lock-keyword-face, font-lock-function-name-face)
5596 (font-lock-variable-name-face, font-lock-constant-face):
5597 Use `min-colors'.
5598
5599 * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
5600
5601 2004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5602
5603 * progmodes/ebnf2ps.el: Doc fix. For compatibility with Emacs 20,
5604 define assq-delete-all if it's not defined.
5605 (ebnf-generate-region): Code fix.
5606
5607 * printing.el: Doc fix.
5608 (pr-version): New version number (6.7.2).
5609 (pr-command): Return empty string if command is an empty string.
5610
5611 2004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5612
5613 * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
5614
5615 * progmodes/ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New
5616 arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
5617 semi-down-full. Fix a bug on productions like test = {"test"}* | (
5618 "tt" ["test"] ). Reported by Markus Dreyer
5619 <mdreyer@ix.urz.uni-heidelberg.de>.
5620 (ebnf-version): New version number (4.0).
5621 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
5622 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
5623 (ebnf-delete-style): New commands.
5624 (ebnf-directory, ebnf-file): New funs.
5625 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
5626 (ebnf-production-name-p, ebnf-stop-on-error): New options.
5627 (ebnf-syntax-alist): New var.
5628 (ebnf-element-width): New fun replacing ebnf-list-width.
5629 (ebnf-arrow-shape, ebnf-syntax): Custom fix.
5630 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
5631 (ebnf-prologue): Adjust vars.
5632 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
5633 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
5634 (ebnf-check-style-values, ebnf-generate-production)
5635 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
5636 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
5637 (ebnf-token-repeat): Code fix.
5638
5639 * progmodes/ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc,
5640 %right, %left and %prec. Suggested by Matthew K. Junker
5641 <junker@alum.mit.edu>.
5642 (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
5643
5644 * progmodes/ebnf-iso.el: Doc fix.
5645 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
5646 (ebnf-iso-lex): Code fix.
5647
5648 * progmodes/ebnf-bnf.el: Doc fix.
5649 (ebnf-bnf-lex): Code fix.
5650
5651 * progmodes/ebnf-otz.el: Doc fix.
5652
5653 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
5654
5655 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
5656 (abbrev-prefix-mark): Doc fix.
5657
5658 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
5659
5660 * gdb-ui.el (gud-watch): Load tooltip, if necessary.
5661 (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
5662 (gdb-var-delete): Make interactive (really).
5663 (gdb-edit-value): Make non-interactive.
5664
5665 * progmodes/gud.el (gud-speedbar-menu-items):
5666 Add gdb-var-delete and, indirectly, gdb-edit-value.
5667 (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
5668 (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
5669 (gud-gdb-marker-filter): Add comment for annotations.
5670
5671 2004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk>
5672
5673 * calendar/calendar.el (generate-calendar)
5674 (calendar-read-date): Prevent display of BC calendars once more -
5675 reverts 2003-10-01 change.
5676 (generate-calendar-month): Doc fix.
5677
5678 2004-02-03 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
5679
5680 * calendar/diary-lib.el (fancy-diary-display): Don't rely on
5681 return value of increment-calendar-month.
5682
5683 2004-02-21 Stephen Compall <s11@member.fsf.org>
5684
5685 * saveplace.el (save-place-forget-unreadable-files)
5686 (save-place-save-skipped, save-place-skip-check-regexp): New vars.
5687 (save-place-forget-unreadable-files): New function.
5688 (save-place-alist-to-file): Use it to filter out files that are
5689 no longer readable.
5690
5691 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
5692 current Texinfo environment, using the same method as in
5693 `texinfo-insert-@end', and insert a space rather than a newline if
5694 point in a @table environment.
5695
5696 2004-02-21 Juri Linkov <juri@jurta.org>
5697
5698 * ffap.el (ffap-file-at-point): Try parent directories.
5699
5700 2004-02-21 Klaus Zeitler <kzeitler@lucent.com>
5701
5702 * vcursor.el (vcursor-modifiers): New defcustom.
5703 (vcursor-cs-binding): Use vcursor-modifiers instead of a
5704 hard-coded list.
5705
5706 2004-02-21 Masatake YAMATO <jet@gyve.org>
5707
5708 * play/animate.el (animate-birthday-present): Accept names other
5709 than `Sarah', too.
5710
5711 2004-02-21 Juri Linkov <juri@jurta.org>
5712
5713 * startup.el: Remove table of command line arguments from the
5714 Commentary section.
5715
5716 2004-02-20 John Wiegley <johnw@newartisans.com>
5717
5718 * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
5719 again" modifier from 'e' to 'E', since 'e' is also used by the
5720 "file extension" modifier.
5721
5722 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
5723
5724 * help-fns.el (describe-categories): Doc fix.
5725
5726 2003-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
5727
5728 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
5729 temporary file for buffer already visiting one. This change makes
5730 output likely to be directly usable by patch program.
5731 Suggested by Adrian Aichner <adrian@xemacs.org>
5732
5733 2004-02-20 Nick Roberts <nick@nick.uklinux.net>
5734
5735 * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
5736 case of variables defined in compound statements.
5737 (gdb-setup-windows, gdb-source-info, gdb-source-info):
5738 Simplify constructions using switch-to-buffer.
5739
5740 2004-02-19 Simon Josefsson <jas@extundo.com>
5741
5742 * play/morse.el: Fix typo.
5743 (morse-code): Add @.
5744
5745 2004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
5746
5747 * calendar/appt.el (appt-display-format): Change default to
5748 'ignore, for backwards compatibility.
5749 (appt-display-message): If appt-display-format is 'ignore,
5750 respect old vars appt-msg-window and appt-visible.
5751 (appt-activate): Don't depend on return value of cancel-timer.
5752
5753 * calendar/calendar.el (calendar-holidays): Doc fix.
5754
5755 * calendar/cal-coptic.el (coptic-prompt-for-date):
5756 Use assoc-string instead of assoc-ignore-case.
5757 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
5758 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
5759 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
5760 * calendar/cal-islam.el (calendar-goto-islamic-date)
5761 (mark-islamic-diary-entries): Ditto.
5762 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
5763 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
5764 (calendar-read-mayan-tzolkin-date): Ditto.
5765 * calendar/calendar.el (calendar-read-date): Ditto.
5766 * calendar/diary-lib.el (mark-diary-entries): Ditto.
5767
5768 2004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de>
5769
5770 * progmodes/executable.el (executable-command-find-posix-p):
5771 Fix choice of the directory.
5772
5773 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
5774
5775 * simple.el (interprogram-cut-function)
5776 (interprogram-paste-function, kill-new, kill-append):
5777 Doc fixes.
5778 (kill-region): Make it return nil. Doc fix.
5779 (yank-pop): Make its argument optional.
5780 (yank): Make ARG `-' equivalent to `-1'.
5781
5782 2004-02-17 Eli Zaretskii <eliz@gnu.org>
5783
5784 * mail/rmail.el (rmail-get-new-mail): Don't reference
5785 rmail-use-spam-filter if rmail-spam-filter is not loaded.
5786
5787 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
5788
5789 * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
5790 if one of global-auto-revert-non-file-buffers or autorevert-mode
5791 is non-nil.
5792
5793 2004-02-16 Eli Zaretskii <eliz@gnu.org>
5794
5795 * subr.el (delete-dups): A better implementation from Karl Heuer
5796 <kwzh@gnu.org>.
5797
5798 2004-02-16 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
5799
5800 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
5801 correct place.
5802 * progmodes/icon.el (icon-indent-command): Ditto.
5803 * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
5804
5805 2004-02-16 Eli Zaretskii <eliz@gnu.org>
5806
5807 * progmodes/grep.el (grep-compute-defaults): Undo change from
5808 2004-01-29: don't use executable-command-find-posix-p.
5809
5810 2004-02-16 Richard Sharman <rsharman@pobox.com>
5811
5812 * hilit-chg.el: Use require instead of eval-and-compile.
5813 (highlight-compare-buffers): New function.
5814
5815 2004-02-16 John Basrai <jbasrai@comcast.net> (tiny change)
5816
5817 * man.el (Man-fontify-manpage): Render section headings in
5818 `Man-overstrike-face' even when overstrike was not used by man
5819 formatter for section headings.
5820
5821 2004-02-16 Eli Tziperman <eli@deas.harvard.edu>
5822
5823 * rmail-spam-filter.el: (vm-use-spam-filter)
5824 (rsf-min-region-length-added-to-spam-list): New variables.
5825 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
5826 rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for
5827 spam testing. Don't delete spam message if automatic deletion
5828 after output via variable rmail-delete-after-output is turned on.
5829 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
5830 rsf-bbdb-dont-create-entries-for-spam.
5831 (check-field): New function, extracted from code in
5832 rmail-spam-filter to ease addition of header fields like content-type.
5833 (message-content-type): New variable to check the content-type:
5834 field added, also in defcustom of rsf-definitions-alist.
5835 (rmail-spam-filter): Replace repeated test code for header fields
5836 by calls to check-field; change the call to
5837 rmail-output-to-rmail-file such that rmail-current-message stays
5838 the same to avoid wrong deletion of unseen flags.
5839 (rsf-add-contents-type): New function to convert old format
5840 of rmail-spam-definitions-alist into new one.
5841 Change prefixes of all variables and functions from
5842 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
5843
5844 2004-02-16 Eli Zaretskii <eliz@gnu.org>
5845
5846 * loadhist.el (unload-hook-features-list): New defvar.
5847
5848 2004-02-16 Dave Love <fx@gnu.org>
5849
5850 * loadhist.el (unload-feature): Doc fix. Rename flist to
5851 unload-hook-features-list.
5852
5853 2004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
5854
5855 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
5856 cookie. Don't check if we are looking-at open-formula.
5857
5858 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
5859
5860 * subr.el (match-string-no-properties): Use substring-no-properties.
5861
5862 2004-02-16 Eli Zaretskii <eliz@gnu.org>
5863
5864 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
5865 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
5866 Use lower-case "rx" in all error message.
5867
5868 2004-02-16 Dave Love <fx@gnu.org>
5869
5870 * emacs-lisp/rx.el (rx-or): Put group around result.
5871 (rx-constituents): Add backref.
5872 (rx-syntax): Add string-delimiter, comment-delimiter.
5873 (rx-categories): Add combining-diacritic.
5874 (rx-check-not, rx-greedy, rx): Doc fix.
5875 (rx-backref, rx-check-backref): New.
5876
5877 2004-02-16 Jesper Harder <harder@ifa.au.dk>
5878
5879 * newcomment.el (uncomment-region): Allow eob as comment end.
5880
5881 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
5882
5883 * filecache.el: All message and error commands now use prefix
5884 "Filecache:" to make it easy to read *Messages* buffer.
5885
5886 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
5887
5888 * autorevert.el: Add support to detect changed dired and VC buffers.
5889 (auto-revert-active-p, auto-revert-list-diff)
5890 (auto-revert-dired-file-list, auto-revert-dired-changed-p)
5891 (auto-revert-handler, auto-revert-active-p): New functions.
5892 (auto-revert-buffers): Move revert logic to `auto-revert-handler'
5893 and `auto-revert-active-p'.
5894 (eval-when-compile): Defvar dired-directory and vc-mode.
5895 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
5896 (auto-revert-handler-vc): New functions.
5897
5898 2004-02-16 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
5899
5900 * progmodes/compile.el (compilation-directory): New defvar.
5901 (compile): Save current directory in compilation-directory.
5902 (recompile): Bind default-directory to compilation-directory if
5903 that is non-nil.
5904
5905 2004-02-16 Dave Love <fx@gnu.org>
5906
5907 * newcomment.el (comment-insert-comment-function)
5908 (comment-region-function, uncomment-region-function): New.
5909 (comment-indent): Use comment-insert-comment-function.
5910 (uncomment-region): Use uncomment-region-function.
5911 (comment-region): Use comment-region-function.
5912
5913 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
5914
5915 2004-02-16 Richard Stallman <rms@gnu.org>
5916
5917 * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
5918 loaddefs* and ldefs-boot*.
5919
5920 2004-02-16 Eli Zaretskii <eliz@gnu.org>
5921
5922 * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
5923 and email address at the beginning and end of the address.
5924
5925 * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
5926 anchored at the beginning of the email address.
5927
5928 2004-02-16 TAKAI Kousuke <tak@kmc.gr.jp> (tiny change)
5929
5930 * international/ccl.el (ccl-compile-write): Pass `left' to
5931 ccl-embed-code to generate correct code of write-expr-register.
5932
5933 2004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change)
5934
5935 * progmodes/grep.el (grep-compute-defaults): Fix typos.
5936
5937 2004-02-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5938
5939 * x-dnd.el: Mention support for Motif in commentary.
5940 (x-dnd-handle-drag-n-drop-event): Ditto.
5941
5942 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
5943
5944 * ses.el: Use "ses--" prefixes for buffer-local variables.
5945 Use (point-min) instead of 1, even when we know the buffer
5946 is unnarrowed.
5947 (ses-build-load-map): Delete. Distribute its content to defconst's for
5948 the three maps.
5949 (ses-menu, ses-header-line-menu): New menus.
5950 (ses-mode-map): Use them.
5951 (ses-read-number) New fun. Duplicates code from interactive "N" spec.
5952
5953 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
5954
5955 * Makefile.in: Fix the CC Mode recompile kludge so it works
5956 when building in a different directory.
5957
5958 2004-02-13 Luc Teirlinck <teirllm@auburn.edu>
5959
5960 * simple.el (kill-new): Put yank-handler property on the entire string.
5961
5962 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
5963
5964 * diff.el: Don't use compile any more, use diff-mode instead.
5965 (diff-regexp-alist, diff-old-file, diff-new-file)
5966 (diff-parse-differences, diff-process-setup): Remove.
5967 (diff-sentinel): New fun.
5968 (diff): Use it. Run the process ourselves.
5969 Use diff-mode for the rest of the processing.
5970
5971 * diff.el (diff): Simplify code handling `switch'.
5972
5973 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
5974
5975 * pcvs-defs.el (cvs-menu): Add `tag'.
5976
5977 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
5978
5979 * simple.el (kill-append): Doc fix.
5980
5981 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
5982 Adapt outline-regexp to the new conventions for commenting out code.
5983
5984 2004-02-11 John Paul Wallington <jpw@gnu.org>
5985
5986 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
5987
5988 2004-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
5989
5990 * diff.el (diff-switches): New fun.
5991 (diff, diff-backup): Use it.
5992 (diff): Clean up the args construction. Use backquote.
5993 Use listp instead of consp to avoid putting a nil arg.
5994 (diff): Add a revert-buffer function.
5995
5996 2004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5997
5998 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
5999 handled by x-dnd-handle-file-name.
6000 (x-dnd-known-types): Add COMPOUND_TEXT.
6001 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
6002 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
6003 x-dnd-empty-state.
6004 (x-dnd-forget-drop): Ditto.
6005 (x-dnd-save-state): Add optional parameter extra-data (for Motif).
6006 (x-dnd-handle-one-url): Return private when inserting text.
6007 (x-dnd-insert-ctext): New function.
6008 (x-dnd-handle-file-name): New function for FILE_NAME.
6009 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
6010 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
6011 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
6012
6013 2004-02-10 Kenichi Handa <handa@m17n.org>
6014
6015 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
6016 instead of while loop.
6017
6018 2004-02-10 Miles Bader <miles@gnu.org>
6019
6020 * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
6021
6022 2004-02-09 Kenichi Handa <handa@m17n.org>
6023
6024 * tar-mode.el (tar-extract): Fix for the case that a file doesn't
6025 have end-of-line.
6026
6027 2004-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
6028
6029 * Makefile.in: Added extra dependencies in the recompile target
6030 needed to cope with the compile time macro expansions in CC Mode.
6031
6032 2004-02-09 Kim F. Storm <storm@cua.dk>
6033
6034 * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
6035 (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
6036 (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
6037 (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
6038 (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
6039 (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
6040 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
6041 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
6042 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
6043 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
6044 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
6045
6046 2004-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
6047
6048 * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
6049 Don't allow shrink if there's a window on our right.
6050
6051 * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
6052 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
6053 Bring together declaration and initialization.
6054 (prolog-mode-variables): Don't set the syntax table.
6055 Don't set paragraph-start and comment-indent-function.
6056 Add /*..*/ to the comment regexps.
6057 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map.
6058 (prolog-mode-map): Don't bind TAB.
6059 (prolog-mode): Set the syntax table.
6060 (prolog-comment-indent): Remove.
6061 (inferior-prolog-mode-map): Initialize in the declaration.
6062 (inferior-prolog-mode-syntax-table)
6063 (inferior-prolog-mode-abbrev-table): New vars.
6064 (inferior-prolog-mode): Derive from comint-mode.
6065 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
6066 minibuffer windows.
6067
6068 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
6069 in file names, as long as it is unabmiguous.
6070
6071 2004-02-08 Andreas Schwab <schwab@suse.de>
6072
6073 * textmodes/reftex-toc.el
6074 (reftex-toc-load-all-files-for-promotion): Remove useless use of
6075 format. Doc fix.
6076
6077 * textmodes/refer.el (refer-find-entry-internal): Remove extra
6078 format string arguments.
6079
6080 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
6081 string argument.
6082
6083 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
6084
6085 * play/zone.el (zone-call): Fix format string.
6086
6087 * net/webjump.el (webjump-builtin): Add missing format string argument.
6088
6089 * midnight.el (midnight-delay-set): Remove extra format string argument.
6090
6091 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
6092
6093 * hexl.el (hexl-insert-char): Add missing format string argument.
6094
6095 * format.el (format-decode): Fix format string.
6096
6097 * emulation/vi.el (vi-mode): Remove extra format string argument.
6098 (vi-repeat-last-search): Likewise.
6099 (vi-reverse-last-search): Likewise.
6100 (vi-goto-mark): Likewise.
6101 (vi-reverse-last-find-char): Likewise.
6102 (vi-repeat-last-find-char): Likewise.
6103 (vi-locate-def): Likewise.
6104
6105 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
6106
6107 * ediff-util.el (ediff-toggle-read-only): Remove extra format
6108 string argument.
6109 (ediff-toggle-regexp-match): Likewise.
6110
6111 * dired-aux.el (dired-do-query-replace-regexp): Add missing
6112 format string argument.
6113
6114 * calc/calc-map.el (calc-get-operator): Remove extra format
6115 string argument.
6116
6117 * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
6118
6119 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
6120 string argument.
6121
6122 * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
6123
6124 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
6125
6126 * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
6127
6128 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
6129 (cl-struct-setf-expander): Likewise.
6130
6131 * vc.el (with-vc-file): Fix unsafe uses of error.
6132 (vc-cancel-version): Likewise.
6133
6134 2004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change)
6135
6136 * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
6137 thousands separator; fixes <class>:<line-number> regexp for
6138 non-english locales.
6139
6140 2004-02-08 Andreas Schwab <schwab@suse.de>
6141
6142 * view.el (view-mode-enable): Revert previous change.
6143
6144 2004-02-07 Kim F. Storm <storm@cua.dk>
6145
6146 * simple.el (line-number-at-pos): Rename from line-at-pos.
6147 Uses changed (what-line and vc-annotate-warp-version).
6148
6149 2004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
6150
6151 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
6152 (diff-mode): Remove aborted attempt at support for compile.el.
6153 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
6154
6155 2004-02-06 Andreas Schwab <schwab@suse.de>
6156
6157 * view.el (view-mode-enable): Add view-mode-map to
6158 minor-mode-overriding-map-alist.
6159
6160 2004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6161
6162 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
6163
6164 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
6165
6166 * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
6167 with point inside rather than after the paragraph.
6168
6169 2004-02-04 Sam Steingold <sds@gnu.org>
6170
6171 * mail/smtpmail.el (smtpmail-try-auth-methods):
6172 Do not try authentication when no mechanism is available.
6173 Pass port-name as defaultport to `netrc-machine'.
6174
6175 2004-02-04 Stephen Eglen <stephen@gnu.org>
6176
6177 * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
6178 to show how minibuffer height can be constrained.
6179
6180 2004-02-04 John Paul Wallington <jpw@gnu.org>
6181
6182 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
6183
6184 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6185
6186 * x-dnd.el: New file for drag and drop.
6187
6188 * term/x-win.el: require x-dnd, set after-make-frame-functions
6189 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
6190 drag-n-drop event.
6191
6192 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
6193 (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
6194 (dired-dnd-handle-file): New functions for drag and drop support.
6195 (dired-mode): Initialize drag and drop if x-dnd present.
6196
6197 2004-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
6198
6199 * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
6200 (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
6201 (cperl-mode): Set fill-paragraph-function.
6202 (cperl-fill-paragraph): Make it non-interactive.
6203
6204 2004-02-02 Benjamin Rutt <brutt@bloomington.in.us>
6205
6206 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
6207
6208 2004-02-02 David Kastrup <dak@gnu.org>
6209
6210 * replace.el (perform-replace): Allow 'literal argument in
6211 regexp-flag to indicate literal replacement.
6212 (query-replace-regexp-eval): Use it.
6213
6214 2004-02-01 Andreas Schwab <schwab@suse.de>
6215
6216 * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
6217
6218 2004-02-01 Stephen Eglen <stephen@gnu.org>
6219
6220 * info-look.el: Add support for maxima-mode. Update commentary
6221 because info-lookup-symbol is now bound to C-h S.
6222
6223 2004-01-31 Luc Teirlinck <teirllm@auburn.edu>
6224
6225 * simple.el (edit-and-eval-command): Bind print-level and
6226 minibuffer-history-sexp-flag around call to read-from-minibuffer.
6227 Correct initial position in command-history.
6228
6229 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
6230
6231 * files.el (read-directory-name): Adapt the docstring to recent
6232 change in Fread_file_name.
6233
6234 2004-01-30 Jonathan Yavner <jyavner@member.fsf.org>
6235
6236 * ses.el (ses-print-cell): If print format too wide for column
6237 width, truncate decimal places if that helps to avoid "#####" fill.
6238 * ses.el (ses-initial-column-width): Revert previous change.
6239
6240 2004-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
6241
6242 * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
6243 (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
6244 Add edebug info.
6245 (jit-lock-mode): Setup/cancel the new timer.
6246 (jit-lock-context-fontify): New fun. Extracted from
6247 context fontification code of jit-lock-stealth-fontify.
6248 (jit-lock-stealth-fontify): Don't do context fontification any more.
6249
6250 * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
6251 (jit-lock-fontify-now): Handle the `quit' case.
6252 (jit-lock-contextually): Rename from jit-lock-defer-contextually.
6253
6254 2004-01-29 Jari Aalto <jari.aalto@poboxes.com>
6255
6256 * progmodes/executable.el (executable-command-find-posix-p):
6257 New. Check if find handles arguments Posix-style.
6258
6259 * progmodes/grep.el (grep-compute-defaults):
6260 Use executable-command-find-posix-p.
6261 (grep-find): Check `grep-find-command'.
6262
6263 * filecache.el (file-cache-find-posix-p): Delete.
6264 (file-cache-add-directory-using-find):
6265 Use `executable-command-find-posix-p'.
6266
6267 2004-01-29 Dave Love <fx@gnu.org>
6268
6269 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
6270 Iterate the hook function if arg is given.
6271 (mark-defun, narrow-to-defun): Change order of finding the limits.
6272
6273 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
6274 (byte-compile-format-warn): New.
6275 (byte-compile-callargs-warn): Use it.
6276 (Format, message, error): Add byte-compile-format-like property.
6277 (byte-compile-maybe-guarded): New.
6278 (byte-compile-if, byte-compile-cond): Use it.
6279 (byte-compile-lambda): Compile interactive forms,
6280 just to make warnings about them.
6281
6282 2004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
6283
6284 * ses.el (ses-initial-column-width): Increase to 14, so it will
6285 work well with the default printer of "%.7g" for extreme values
6286 like "-1.234567e+07".
6287
6288 2004-01-29 Kenichi Handa <handa@m17n.org>
6289
6290 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
6291
6292 2004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
6293
6294 * dos-w32.el: Added support for the `default-printer-name' function.
6295
6296 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
6297
6298 * server.el (server-socket-name): Don't use the hostname in the
6299 socket name since /tmp is local to the host anyway.
6300
6301 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
6302 robust check of widening and fix var-naming.
6303
6304 2004-01-27 Eli Tziperman <eli@deas.harvard.edu>
6305
6306 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
6307 or rmail-spam- to rsf- in all function and variable names.
6308 (rsf-min-region-to-spam-list): New variable.
6309 (rsf-bbdb-auto-delete-spam-entries): Rename from
6310 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
6311 scanned together with the recipients field for spam testing; Don't
6312 delete spam message if rmail-delete-after-output is non-nil;
6313 (rsf-check-field): New function, extracted from code in
6314 rmail-spam-filter to ease addition of header fields like
6315 content-type:;
6316 (message-content-type): New variable. The content-type: field was
6317 added also in defcustom of rsf-definitions-alist;
6318 (rmail-spam-filter): Replace repeated test code for header fields
6319 by calls to check-field; change the call to
6320 rmail-output-to-rmail-file such that rmail-current-message stays
6321 the same to avoid wrong deletion of unseen flags.
6322 (rmail-use-spam-filter): Add autoload cookie.
6323
6324 2004-01-27 Jari Aalto <jari.aalto@poboxes.com>
6325
6326 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin.
6327 (file-cache-add-directory-using-find): Add Cygwin support.
6328 (file-cache-find-command-posix-flag): New user variable.
6329
6330 * filecache.el (file-cache-add-directory): Check for
6331 directories an remove them from dir-files.
6332
6333 2004-01-27 Richard M. Stallman <rms@gnu.org>
6334
6335 * man.el (Man-fontify-manpage): Clean up message.
6336
6337 2004-01-27 Kenichi Handa <handa@m17n.org>
6338
6339 * textmodes/paragraphs.el (sentence-end-without-space): New variable.
6340 (sentence-end): Define using sentence-end-without-space.
6341
6342 * textmodes/fill.el (fill-delete-newlines): Don't add a space if
6343 a sentence ends with one of a character in sentence-end-without-space.
6344
6345 2004-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
6346
6347 * font-lock.el (font-lock): Add jit-lock as explicit group member.
6348 (jit-lock): Group declaration moved to jit-lock.el.
6349 (toplevel): Don't explicitly require jit-lock, since it's autoloaded
6350 when necessary.
6351
6352 * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
6353 (jit-lock-context-unfontify-pos): Rename from
6354 jit-lock-first-unfontify-pos.
6355 (jit-lock-defer-buffers): Rename from jit-lock-buffers.
6356
6357 2004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk>
6358
6359 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
6360 (fortran-break-delimiters-re, fortran-no-break-re): New consts.
6361 (fortran-fill): When filling a string, adjust re-search-backward
6362 argument for special case of string just on fill-column.
6363 When filling non-string, allow one extra char if
6364 fortran-break-before-delimiters is non-nil.
6365 Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
6366 Use fortran-break-delimiters-re and fortran-no-break-re to
6367 correctly handle cases such as "**".
6368
6369 * progmodes/f90.el (f90-break-delimiters): Doc fix.
6370 (f90-no-break-re): Add some extra tokens. Doc fix.
6371
6372 2004-01-24 Thien-Thi Nguyen <ttn@gnu.org>
6373
6374 * mail/rmail-spam-filter.el:
6375 Use two semicolons as Commentary line prefix.
6376 Add ";;; Code:" stylized comment.
6377 Delete end-of-line whitespace.
6378 Wrap (require 'cl) with `eval-when-compile'.
6379
6380 2004-01-23 Benjamin Rutt <brutt@bloomington.in.us>
6381
6382 * vc.el (vc-annotate): Fix improper use of `make-local-variable'
6383 at the top level of vc.el.
6384
6385 2004-01-23 Andre Spiegel <spiegel@gnu.org>
6386
6387 * vc.el (vc-current-line): Function removed. This is now done by
6388 the new function line-at-pos in simple.el.
6389 (vc-annotate-warp-version): Use line-at-pos instead of
6390 vc-current-line.
6391
6392 2004-01-22 Kim F. Storm <storm@cua.dk>
6393
6394 * simple.el (line-at-pos): New defun.
6395 (what-line): Use it. Optimize by only counting lines in narrowed
6396 region once.
6397
6398 2004-01-22 Kenichi Handa <handa@m17n.org>
6399
6400 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
6401 point (register r1) only for charset mule-unicode-0100-24ff.
6402
6403 2004-01-21 Markus Rost <rost@mathematik.uni-bielefeld.de>
6404
6405 * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
6406 trailing white space and ensure a final newline.
6407
6408 * mail/rmail-spam-filter.el (rmail-use-spam-filter):
6409 Add autoload cookie.
6410
6411 2004-01-21 Benjamin Rutt <brutt@bloomington.in.us>
6412
6413 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
6414 activate view-mode explicitly.
6415
6416 2004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6417
6418 * term/x-win.el: Call menu-bar-enable-clipboard and make Paste
6419 use clipboard first.
6420
6421 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
6422
6423 * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work.
6424 (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
6425 (vc-mcvs-cvs): Remove.
6426 (vc-mcvs-command): Remove use of assert.
6427
6428 * outline.el (outline-insert-heading): Tighten up match.
6429 (outline-demote, outline-move-subtree-down): Don't assume anything
6430 about outline-regexp.
6431
6432 * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
6433 (texinfo-show-structure): Explicitly add ^, and simplify.
6434
6435 2004-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
6436
6437 * calendar/appt.el (appt-check): Restore usage of
6438 appt-issue-message deleted in previous change.
6439 (top-level): Activate package when loaded (needed for backwards
6440 compatibility).
6441
6442 2004-01-20 Jesper Harder <harder@ifa.au.dk>
6443
6444 * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
6445 following previous change to smtpmail-send-data.
6446
6447 2004-01-20 Benjamin Rutt <brutt@bloomington.in.us>
6448
6449 * vc.el (vc-default-previous-version): Doc enhancement.
6450 (vc-default-next-version): New function.
6451 (vc-print-log): New arg FOCUS-REV.
6452 (vc-annotate-mode): Derive from view-mode.
6453 (vc-annotate): New args REVISION, DISPLAY-MODE.
6454 (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
6455 (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
6456 (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
6457 (vc-annotate-show-diff-revision-at-line, vc-current-line)
6458 (vc-annotate-prev-version, vc-annotate-next-version): New functions.
6459
6460 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
6461
6462 2004-01-19 Karl Berry <karl@gnu.org>
6463
6464 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
6465 or "TexInfo".
6466
6467 2004-01-19 Luc Teirlinck <teirllm@auburn.edu>
6468
6469 * subr.el (delete-dups): New function.
6470
6471 2004-01-19 Karl Berry <karl@gnu.org>
6472
6473 * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
6474 with ^, since that's what texinfo-show-structure
6475 documentation says (plus it works much better in texinfo.txi).
6476
6477 2004-01-18 Jesper Harder <harder@ifa.au.dk>
6478
6479 * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
6480
6481 2004-01-18 David Ponce <david@dponce.com> (tiny change)
6482
6483 * progmodes/which-func.el (which-function-mode): Don't cancel
6484 which-func-update-timer if not set.
6485
6486 2004-01-17 Thien-Thi Nguyen <ttn@gnu.org>
6487
6488 * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
6489 Remove spurious left square bracket in XX:XXam regexp.
6490
6491 2004-01-16 Luc Teirlinck <teirllm@auburn.edu>
6492
6493 * progmodes/cc-defs.el: Do not require cl at run time.
6494
6495 2004-01-16 Richard M. Stallman <rms@gnu.org>
6496
6497 * emacs-lisp/cl.el (cl-cannot-unload): New function.
6498 (cl-unload-hook): Defvar this to run cl-cannot-unload.
6499
6500 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
6501 Call rmail-spam-filter. Delete and expunge spam.
6502 Print number of spam messages deleted.
6503 Save and restore the deletion status of old messages when reading
6504 new mail with spam filter, so that expunging spam does not expunge
6505 msgs deleted by the user.
6506 (rmail-only-expunge): Add an optional argument dont-show to
6507 prevent showing message after expunge.
6508
6509 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
6510
6511 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
6512 * subr.el (declare): New macro.
6513
6514 2004-01-15 Thien-Thi Nguyen <ttn@gnu.org>
6515
6516 * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
6517
6518 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
6519
6520 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
6521 Test window-system rather than system-type (for X11/Mac).
6522
6523 2004-01-12 Luc Teirlinck <teirllm@auburn.edu>
6524
6525 * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
6526
6527 2004-01-12 Richard M. Stallman <rms@gnu.org>
6528
6529 * mail/rmail.el (rmail-convert-to-babyl-format):
6530 Use mail-unquote-printable-region.
6531 (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
6532 (rmail-hex-char-to-integer): Functions deleted.
6533
6534 * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
6535 (mail-unquote-printable-region): New arg NOERROR.
6536 For invalid encoding, either signal an error to just return nil.
6537
6538 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
6539
6540 * calendar/appt.el: Update copyright and commentary.
6541 (appt-issue-message): Make obsolete.
6542 (appt-visible, appt-msg-window): Make obsolete, in favour of
6543 appt-display-format.
6544 (appt-display-mode-line, appt-display-duration)
6545 (appt-display-diary, appt-time-msg-list, appt-mode-string)
6546 (appt-prev-comp-time, appt-display-count, appt-timer)
6547 (appt-convert-time): Doc change.
6548 (appt-disp-window-function, appt-delete-window-function):
6549 Use defcustom rather than defvar.
6550 (appt-display-format): New variable.
6551 (appt-display-message): New function with display code from appt-check.
6552 (appt-check): Add optional FORCE argument. Doc change.
6553 Add appt-make-list to diary-hook if displaying diary.
6554 Remove checking of view-diary-entries-initially.
6555 Message display section removed to new function appt-display-message.
6556 (appt-display-window): Doc change. Remove unused internal var
6557 this-buffer. Do not beep, since appt-display-message does that.
6558 (appt-make-list): Doc change. Use caar.
6559 (appt-sort-list): Simplify by using builtin sort function.
6560 (appt-update-list): New function for updating appts when diary is
6561 saved.
6562 (appt-activate): New autoloaded function to toggle package
6563 functionality.
6564
6565 * calendar/cal-x.el: (calendar-one-frame-setup)
6566 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
6567
6568 * calendar/calendar.el: Update copyright.
6569 (view-diary-entries-initially, european-calendar-style): Doc change.
6570 (calendar-setup): Make defcustom rather than defvar.
6571 (mark-visible-calendar-date): Initialize temp-face and faceinfo
6572 in let binding so local to function.
6573
6574 * calendar/diary-lib.el: Update copyright.
6575 (diary, diary-entry-time): Doc change.
6576 (list-diary-entries): Doc change. Trivial logic change.
6577 (fancy-diary-display): Restore make-face command mistakenly
6578 deleted 2003-05-08.
6579 (show-all-diary-entries): Allow to pop-up frame if needed.
6580
6581 2004-01-09 John Paul Wallington <jpw@gnu.org>
6582
6583 * bindings.el (mode-line-change-eol): Add EVENT parameter.
6584 Temporarily select EVENT's window for changing eol type.
6585
6586 2004-01-09 Deepak Goel <deego@gnufans.org>
6587
6588 * calendar/diary-lib.el (diary-entry-time):
6589 Also accept time in the form XX[.XX][am/pm/AM/PM].
6590 (fancy-diary-font-lock-keywords): Likewise.
6591 (diary-font-lock-keywords): Likewise.
6592 * calendar/appt.el (appt-add): Likewise.
6593 (appt-make-list): Likewise.
6594 (appt-convert-time): Likewise.
6595
6596 2004-01-08 Nick Roberts <nick@nick.uklinux.net>
6597
6598 * gdb-ui.el (gdb-ann3): Revert previous change.
6599 (gdb-source-info): Allow for case of where compilation directory
6600 is not recorded.
6601
6602 2004-01-08 John Paul Wallington <jpw@gnu.org>
6603
6604 * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
6605
6606 2004-01-07 Nick Roberts <nick@nick.uklinux.net>
6607
6608 * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
6609
6610 * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
6611 (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
6612 problems.
6613 (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
6614
6615 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
6616
6617 * files.el (write-file-functions, write-contents-functions):
6618 Clarify docstrings.
6619
6620 2004-01-07 Kenichi Handa <handa@m17n.org>
6621
6622 * international/mule.el (set-auto-coding): Fix for the case that
6623 end-of-line is only CR.
6624
6625 2004-01-07 Kim F. Storm <storm@cua.dk>
6626
6627 * subr.el (event-start, event-end): Doc fix.
6628 (posn-string, posn-image): New defuns.
6629 (posn-object): Return either image or string object.
6630 (posn-object-x-y): Return 8th element of position.
6631 (posn-object-width-height): New defun.
6632
6633 2004-01-06 Andreas Schwab <schwab@suse.de>
6634
6635 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
6636 output.
6637
6638 2004-01-05 Karl Berry <karl@gnu.org>
6639
6640 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
6641 / and *, too.
6642
6643 2003-12-31 Simon Josefsson <jas@extundo.com>
6644
6645 * files.el (before-save-hook): Add.
6646 (basic-save-buffer): Use before-save-hook.
6647
6648 * emacs-lisp/copyright.el: Fix comment to recommend
6649 before-save-hook instead of write-file-functions.
6650
6651 2004-01-05 Richard M. Stallman <rms@gnu.org>
6652
6653 * finder.el (finder-commentary): Call delete-other-windows.
6654
6655 * net/ange-ftp.el (ange-ftp-file-attributes):
6656 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
6657
6658 2004-01-04 Karl Berry <karl@gnu.org>
6659
6660 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
6661 comment characters % and # in the copyright year notice,
6662 as well as ;.
6663
6664 2004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
6665
6666 * wid-edit.el (default): Define dummy :value-delete.
6667 Reported by Jesper Harder <harder@ifa.au.dk>.
6668
6669 2004-01-03 Richard M. Stallman <rms@gnu.org>
6670
6671 * progmodes/compile.el (compile-internal): Use point, not point-min,
6672 for set-window-point.
6673
6674 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
6675
6676 * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
6677
6678 * progmodes/grep.el (grep-mode-map):
6679 Don't remap next-line, previous-line.
6680
6681 2004-01-03 Eric M. Ludlam <eric@siege-engine.com>
6682
6683 * speedbar.el (speedbar-edit-line): Change regexp to position
6684 the cursor on the first character of this line's button.
6685
6686 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
6687
6688 * subr.el (functionp): Doc fix.
6689
6690 2004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change)
6691
6692 * progmodes/idlwave.el (idlwave-make-tags):
6693 * textmodes/flyspell.el (flyspell-large-region):.
6694 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
6695 * emulation/viper-util.el (viper-glob-unix-files):
6696 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
6697 * man.el (Man-init-defvars):
6698 * jka-compr.el (jka-compr-call-process):
6699 * files.el (get-free-disk-space,insert-directory):
6700 * ediff-ptch.el (ediff-test-patch-utility):
6701 * ediff-diff.el (ediff-test-utility):
6702 * dired-aux.el (dired-check-process):
6703 * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
6704 test the return value of call-process, because it can be a string.
6705
6706 2003-12-31 John Paul Wallington <jpw@gnu.org>
6707
6708 * bindings.el (completion-ignored-extensions): Add .pfsl.
6709
6710 2003-12-31 Kim F. Storm <storm@cua.dk>
6711
6712 * ido.el (ido-nonreadable-directory-p): New defun to check for
6713 nonreadable directory without activating tramp (to avoid problems
6714 with checking incomplete tramp paths).
6715 (ido-set-current-directory, ido-file-internal)
6716 (ido-file-name-all-completions1): Use it.
6717
6718 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
6719
6720 * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
6721 documentation if the anchor (or node) name is preceded by `info
6722 anchor' or `Info anchor' in addition to earlier `info node' and
6723 `Info node'.
6724 (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
6725
6726 2003-12-30 Eli Zaretskii <eliz@gnu.org>
6727
6728 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
6729 error in arguments to base64-decode-region. Remove ^M characters
6730 after decoding base64.
6731
6732 2003-12-30 Simon Josefsson <jas@extundo.com>
6733
6734 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
6735 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
6736 have only been distributed with Emacs for some years.
6737 (texinfo-mode-hook): Customize.
6738
6739 2003-12-30 Eli Zaretskii <eliz@gnu.org>
6740
6741 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
6742 cleaner (suggested by Richard Stallman).
6743
6744 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
6745 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
6746 file-name clashes on 8+3 DOS filesystems.
6747
6748 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
6749 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
6750 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
6751 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
6752 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
6753 file-name clashes on 8+3 filesystems.
6754
6755 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
6756 Renamed from testcover-unsafep.el and testcover-ses.el to avoid
6757 file-name clashes on 8+3 DOS filesystems.
6758
6759 2003-12-29 Richard M. Stallman <rms@gnu.org>
6760
6761 * mail/mail-utils.el (mail-unquote-printable-hexdigit):
6762 Upcase the character.
6763
6764 * textmodes/flyspell.el (mail-mode-flyspell-verify):
6765 Search for header separator alone on a line, literally,
6766 and search for it backward, not forward.
6767 (flyspell-abbrev-table): Always use global-abbrev-table
6768 if there is no local one.
6769
6770 * progmodes/sh-script.el (sh-get-indent-info):
6771 Don't move point back if at bob.
6772
6773 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
6774
6775 * play/handwrite.el (handwrite): Make the handwrite credit message
6776 a comment rather than an output command.
6777
6778 * obsolete/sc.el: Display message that this file is obsolete.
6779
6780 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
6781
6782 * mail/rfc822.el (rfc822-address-start): Declare variable.
6783 Renamed from address-start. All uses changed.
6784
6785 * term.el (term-exec): Set up sentinel.
6786 (term-sentinel): New function.
6787 (term-handle-exit): New function.
6788
6789 * subr.el (assoc-ignore-case, assoc-ignore-representation):
6790 Use assoc-string, and mark them obsolete.
6791 (delay-mode-hooks): Mark as permanent local.
6792
6793 * simple.el (sendmail-user-agent-compose): Use assoc-string.
6794
6795 * register.el (copy-rectangle-to-register): Doc fix.
6796
6797 * info.el (Info-insert-dir): Use assoc-string.
6798
6799 * info-look.el (info-lookup): Use assoc-string.
6800
6801 * frame.el (pop-up-frame-function): Use quote, not `function'.
6802 (frame-notice-user-settings): Calculate ADJUSTED-TOP
6803 copying with lists as coordinate values.
6804
6805 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
6806
6807 * find-dired.el (kill-find): New command.
6808 (find-dired): Make buffer read-only.
6809 Set up a keymap with C-c C-k running kill-find.
6810 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
6811
6812 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
6813
6814 * filecache.el (file-cache-ignore-case): New variable.
6815 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
6816
6817 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
6818 (comint-dynamic-complete-as-filename): Rename local vars.
6819 (comint-dynamic-list-filename-completions): Likewise.
6820
6821 * comint.el (comint-dynamic-list-completions-config): New var.
6822 (comint-dynamic-list-completions): Handle both SPC and TAB right.
6823
6824 * comint.el (comint-file-name-chars): Add [].
6825 (comint-word): Use skip-chars-backward, not search.
6826
6827 * shell.el (shell-file-name-chars): Add [].
6828
6829 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
6830
6831 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
6832
6833 * generic.el (define-generic-mode): Doc fix.
6834
6835 2003-12-29 Eli Zaretskii <eliz@gnu.org>
6836
6837 * files.el (kill-some-buffers): Doc fix.
6838
6839 2003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
6840
6841 * comint.el (comint-watch-for-password-prompt): Pass `string' as
6842 arg to send-invisible
6843 (send-invisible): Doc fix. The argument is now a prompt, not the
6844 string to send.
6845 (comint-read-noecho): Doc fix.
6846
6847 2003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
6848
6849 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
6850 "@", as required by some ISP hosting service. Fix defcustom
6851 argument syntax errors that prevented use of customization.
6852
6853 2003-12-29 Eli Zaretskii <eliz@gnu.org>
6854
6855 * xml.el (xml-get-attribute-or-nil): Doc fix.
6856
6857 2003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
6858
6859 * net/zone-mode.el (zone-mode): Use write-file-functions, not
6860 write-file-hooks.
6861
6862 2003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
6863
6864 * autorevert.el (auto-revert-interval): Doc fix.
6865
6866 2003-12-29 Mark A. Hershberger <mah@everybody.org>
6867
6868 * xml.el (xml-get-attribute-or-nil): New function, like
6869 xml-get-attribute, but returns nil if the attribute was not found.
6870 (xml-get-attribute): Convert to defsubst, uses
6871 xml-get-attribute-or-nil.
6872
6873 2003-12-29 Eli Zaretskii <eliz@gnu.org>
6874
6875 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
6876
6877 2003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
6878
6879 * custom.el (custom-declare-theme): Use `value' when putting
6880 properties on `theme'.
6881
6882 2003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
6883
6884 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
6885 for each yank-handler segment.
6886 (insert-for-yank-1): New function, with the body of the previous
6887 insert-for-yank.
6888
6889 * textmodes/table.el (table-yank-handler): New defcustom.
6890 (table--put-cell-indicator-property): Put yank-handler property
6891 that indicates the yank handler for the table cell.
6892
6893 2003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
6894
6895 * generic-x.el (etc-modules-conf-generic-mode): A more complete
6896 set of keywords.
6897
6898 2003-12-29 Eli Zaretskii <eliz@gnu.org>
6899
6900 * international/mule-cmds.el (reset-language-environment)
6901 (set-language-environment): Don't invoke fontset-related functions
6902 if fontset-list is not fboundp.
6903
6904 2003-12-29 Kenichi Handa <handa@m17n.org>
6905
6906 * international/mule-cmds.el (reset-language-environment):
6907 Call set-overriding-fontspec-internal with nil.
6908 (set-language-environment): Call set-overriding-fontspec-internal
6909 if the language environment specify `overriding-fontspec'.
6910 (language-info-alist): Doc added.
6911
6912 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
6913 characters of mule-unicode-0100-24ff.
6914 (ccl-encode-windows-1251-font): New CCL program.
6915 ("Bulgarian"): Specify overriding-fontspec.
6916 ("Belarusian"): Likewise.
6917
6918 2003-12-28 Sam Steingold <sds@gnu.org>
6919
6920 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
6921 parameter ID-FORMAT to conform with the 2003-11-30 patch.
6922
6923 2003-12-28 Nick Roberts <nick@nick.uklinux.net>
6924
6925 * progmodes/gud.el (gud-gdb-command-name): Set default to
6926 "gdb --annotate=3".
6927 (gud-gdb-marker-filter): Look out for annotations.
6928 (gdb-first-pre-prompt): New variable.
6929 Remove trailing white space.
6930
6931 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
6932 if necessary.
6933 (gdb-ann3): New function. Initialise M-x gdb as for M-x gdba if
6934 annotations are detected.
6935 (gud-gdba-marker-filter): Use global variable gud-marker-acc
6936 instead of a local one to allow transition from
6937 gud-gdb-marker-filter.
6938 Remove trailing white space.
6939
6940 2003-12-27 Kim F. Storm <storm@cua.dk>
6941
6942 * ido.el: Handle non-readable directories.
6943 (ido-decorations): Add 9th element for non-readable directory.
6944 (ido-directory-nonreadable): New dynamic var.
6945 (ido-set-current-directory): Set it.
6946 (ido-read-buffer, ido-file-internal):
6947 (ido-read-file-name, ido-read-directory-name): Let-bind it.
6948 (ido-file-name-all-completions1): Return empty list for
6949 non-readable directory.
6950 (ido-exhibit): Print [Not readable] if directory is not readable.
6951 (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
6952 (ido-read-file-name, ido-file-internal, ido-read-directory-name):
6953 Use it.
6954
6955 2003-12-27 Lars Hansen <larsh@math.ku.dk>
6956
6957 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
6958 calls to directory-files-and-attributes and file-attributes.
6959 (ls-lisp-format): Remove system dependent handling of user and
6960 group id's.
6961
6962 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
6963
6964 * ffap.el (ffap-read-file-or-url): Revert previous change.
6965
6966 2003-12-25 Robert J. Chassell <bob@rattlesnake.com>
6967
6968 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
6969 new list of included files called `files-with-node-lines', that
6970 only have node lines. This way @include commands can include any
6971 file, such as version and update files without node lines, not
6972 just files that are chapters.
6973
6974 2003-12-25 Andreas Schwab <schwab@suse.de>
6975
6976 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
6977 file not found.
6978
6979 2003-12-08 Miles Bader <miles@gnu.org>
6980
6981 * dired.el (dired-between-files): Always use dired-move-to-filename,
6982 which is more robust in non-english locales.
6983
6984 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
6985
6986 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
6987
6988 2003-12-24 Andreas Schwab <schwab@suse.de>
6989
6990 * shell.el (shell-file-name-quote-list): Add backslash.
6991
6992 * comint.el (comint-quote-filename): Correctly handle backslash
6993 in comint-file-name-quote-list.
6994
6995 2003-12-24 Kenichi Handa <handa@m17n.org>
6996
6997 * international/mule-cmds.el (set-default-coding-systems):
6998 Call ucs-set-table-for-input for all buffers that don't have local
6999 value of buffer-file-coding-system.
7000
7001 * international/ucs-tables.el (ucs-set-table-for-input):
7002 If translation-table-for-encode is a symbol, get its
7003 translation-table property.
7004
7005 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
7006
7007 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
7008 to `completing-read' on a recently fixed bug.
7009
7010 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
7011 instead of SPACE, to get the list of possible fringe modes.
7012 SPACE only works if both `partial-completion-mode' and
7013 `completion-auto-help' are nil.
7014
7015 * complete.el (PC-is-complete-p): Delete.
7016 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
7017 calls to `test-completion'.
7018
7019 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
7020
7021 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
7022 to edit values when there are no children.
7023
7024 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
7025 a mode called "Assembler" already exists.
7026 (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
7027 (gud-watch): Use format option. Remove font properties from string.
7028 (gdb-var-create-handler, gdb-var-list-children-handler):
7029 Don't bother about properties as there are none.
7030 (gdb-var-create-handler, gdb-var-list-children-handler)
7031 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
7032 with two arguments.
7033 (gdb-var-evaluate-expression-handler, gdb-post-prompt):
7034 Let speedbar show value changes with a different font.
7035 (gdb-edit-value): New defun.
7036 (gdb-clear-partial-output, gdb-clear-inferior-io)
7037 (def-gdb-auto-update-handler): Use erase-buffer.
7038 (gdb-frame-handler): Display watch expressions in
7039 FUNCTION::VARIABLE format if required.
7040
7041 2003-12-23 John Paul Wallington <jpw@gnu.org>
7042
7043 * info.el (Info-unescape-quotes, Info-split-parameter-string)
7044 (Info-goto-emacs-command-node): Doc fixes.
7045
7046 2003-12-12 Jesper Harder <harder@ifa.au.dk>
7047
7048 * cus-edit.el (custom-add-parent-links): Define "many".
7049
7050 2003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
7051
7052 * wid-edit.el (widget-child-value-get, widget-child-value-inline)
7053 (widget-child-validate, widget-type-value-create)
7054 (widget-type-default-get, widget-type-match): New functions.
7055 (lazy): New widget.
7056 (menu-choice, checklist, radio-button-choice, editable-list)
7057 (group, documentation-string): Remove redundant (per 2003-10-25
7058 change) calls to `widget-children-value-delete'.
7059 (widget-choice-value-get, widget-choice-value-inline): Remove.
7060 (menu-choice): Update widget.
7061
7062 2003-12-03 Kenichi Handa <handa@m17n.org>
7063
7064 * language/cyrillic.el: Register "microsoft-cp1251" in
7065 ctext-non-standard-encodings-alist.
7066 ("Bulgarian"): Add ctext-non-standard-encodings.
7067 ("Belarusian"): Likewise.
7068
7069 * international/mule-conf.el (compound-text-with-extensions):
7070 Change the type to 2 (iso-2022 base).
7071
7072 * international/mule.el (ctext-non-standard-encodings-alist):
7073 Change the format.
7074 (ctext-non-standard-encodings): New variable.
7075 (ctext-post-read-conversion): Fully re-written.
7076 (ctext-non-standard-designations-alist): Delete it.
7077 (ctext-non-standard-encodings-table): New function.
7078 (ctext-pre-write-conversion): Fully re-written.
7079
7080 2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
7081
7082 * cus-edit.el (custom-add-parent-links): Add documentation links
7083 for parent, if the item has none of its own.
7084
7085 2003-11-30 Richard M. Stallman <rms@gnu.org>
7086
7087 * dired-aux.el (dired-do-query-replace-regexp):
7088 Report files visited read-only.
7089
7090 2003-11-30 Juri Linkov <juri@jurta.org>
7091
7092 * dired-aux.el (dired-compare-directories): New command.
7093 (dired-file-set-difference, dired-files-attributes): New functions.
7094
7095 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
7096 Version 2.0.38 of Tramp released.
7097
7098 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
7099 Charles Curley <charlescurley@charlescurley.com>.
7100 (tramp-multi-connection-function-alist): Add ssht entry which adds
7101 "-e none -t -t" to the list of ssh args. Suggested by Adrian
7102 Aichner.
7103 (tramp-get-method-parameter): New function to retrieve a method
7104 parameter. This allows for omission of method parameters.
7105 Callers adjusted.
7106
7107 2003-11-30 Michael Albinus <Michael.Albinus@alcatel.de>
7108
7109 * net/tramp.el: Add new optional parameter ID-FORMAT to
7110 `file-attributes'. Calls of `file-attributes' won't use this
7111 parameter for backward compatibility reasons.
7112 (tramp-perl-file-attributes): Add a new parameter to Perl script
7113 in order to handle uid/gid as strings, if desired.
7114 (tramp-handle-file-truename, tramp-handle-file-symlink-p):
7115 Apply `file-attributes' instead of `tramp-handle-file-attributes' in
7116 order to make the function more general.
7117 (tramp-handle-file-attributes): Replace proprietary optional
7118 parameter NONNUMERIC by the recently (Emacs 21.4) introduced ID-FORMAT.
7119 (tramp-handle-file-attributes-with-perl): Handle parameter
7120 NONNUMERIC if set. This wasn't done in the past.
7121 (tramp-post-connection): Apply second parameter "$2" if
7122 `tramp-remote-perl' is called.
7123
7124 * net/tramp-smb.el (tramp-smb-handle-delete-file):
7125 Correct cut'n'waste error (`filename' instead of `directory').
7126 (tramp-smb-handle-directory-files-and-attributes)
7127 (tramp-smb-handle-file-attributes): Add recently (Emacs 21.4)
7128 introduced parameter ID-FORMAT.
7129 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
7130 error (`directory' instead of `ldir').
7131
7132 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
7133 `file-attributes' has a second parameter. If yes, apply it with
7134 value "'integer". Otherwise, don't use that parameter (default is
7135 integer format).
7136
7137 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
7138
7139 * help.el (help-map): Bind `display-local-help' to `C-h .'.
7140 (help-for-help): Add `C-h .' to the listed Help options.
7141 Remove trailing whitespace.
7142
7143 * help-at-pt.el: New file.
7144
7145 2003-11-30 Jonathan Yavner <jyavner@member.fsf.org>
7146
7147 * subr.el (noreturn, 1value): New macros for test coverage.
7148 See `testcover.el'.
7149
7150 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
7151
7152 * emacs-lisp/testcover.el (testcover-reinstrument): Special case
7153 for macro `1value'.
7154 (testcover-1value): New function. Checks that a 1value form
7155 actually returns only one value. Requested by RMS.
7156
7157 2003-11-29 Nick Roberts <nick@nick.uklinux.net>
7158
7159 * gdb-ui.el (gud-watch, gdb-var-create-handler)
7160 (gdb-var-list-children, gdb-var-list-children-handler)
7161 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
7162 gdb commands that use mi to keep them out of the command history.
7163
7164 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7165
7166 * cus-start.el (all): Add use-file-dialog.
7167
7168 2003-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
7169
7170 * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
7171
7172 2003-11-27 Kim F. Storm <storm@cua.dk>
7173
7174 * subr.el (posn-object-x-y): New defun.
7175
7176 2003-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
7177
7178 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
7179 Don't use `space' for \\\n.
7180 Be more selective as to which # are comment-starters.
7181
7182 2003-11-26 Luc Teirlinck <teirllm@auburn.edu>
7183
7184 * subr.el (number-sequence): Improve handling of floating point
7185 arguments (suggested by Kim Storm). Allow negative arguments.
7186
7187 2003-11-26 Kenichi Handa <handa@m17n.org>
7188
7189 * international/mule-cmds.el (standard-display-european-internal):
7190 Cancel the standard-display-table setting for ` and '.
7191
7192 2003-11-26 Kim F. Storm <storm@cua.dk>
7193
7194 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
7195 New defcustoms to add ffap-like functionality to ido.
7196 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
7197 (ido-no-final-slash): New defun.
7198 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
7199 (ido-read-file-name): ): Toggle VC checking via
7200 vc-handled-backends instead of vc-master-templates.
7201 (ido-file-internal): Handle ido-use-url-at-point and
7202 ido-use-filename-at-point via code borrowed from ffap-guesser.
7203 Handle new ido-exit code ffap.
7204 (ido-sort-list): Ignore final slash when sorting file names.
7205
7206 2003-11-25 Kim F. Storm <storm@cua.dk>
7207
7208 * emulation/cua-base.el (cua--standard-movement-commands):
7209 Add forward-sentence and backward-sentence.
7210
7211 2003-11-25 Stephen Eglen <stephen@gnu.org>
7212
7213 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
7214 iswitchb-exit is set to 'usefirst when user selects buffer at head
7215 of list using RET. (Selecting buffers at the head of the list was
7216 broken if the substring was also a complete buffername.)
7217
7218 2003-11-23 Kim F. Storm <storm@cua.dk>
7219
7220 * progmodes/compile.el (grep-command, grep-use-null-device)
7221 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
7222 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
7223 (grep-regexp-alist, grep-program, find-program)
7224 (grep-find-use-xargs, grep-history, grep-find-history)
7225 (grep-process-setup, grep-compute-defaults)
7226 (grep-default-command, grep, grep-tag-default, grep-find)
7227 (grep-expand-command-macros, grep-tree-last-regexp)
7228 (grep-tree-last-files, grep-tree): Move grep variables, functions
7229 and commands to new file grep.el.
7230 (compilation-mode-map): Remove grep commands from Compile sub-menu.
7231 (compilation-process-setup-function): Doc fix.
7232 (compilation-highlight-regexp, compilation-highlight-overlay): New
7233 defvars used for highlighting current compile error in source buffer.
7234 (compile-internal): New optional args HIGHLIGHT-REGEXP and
7235 LOCAL-MAP which overrides compilation-highlight-regexp and
7236 compilation-mode-map for this compilation.
7237 Delay calling compilation-set-window-height until after running
7238 compilation-process-setup-function so it can buffer-local override
7239 compilation-window-height.
7240 Check buffer-local value of compilation-scroll-output.
7241 (compilation-set-window-height): Use buffer-local value of
7242 compilation-window-height.
7243 (compilation-revert-buffer): Don't pass (undefined)
7244 preserve-modes arg to revert-buffer.
7245 (next-error-no-select, previous-error-no-select): New commands.
7246 (compilation-goto-locus): Temporarily highlight current match in
7247 source buffer using compilation-highlight-regexp.
7248
7249 * progmodes/grep.el: New file with grep code from compile.el.
7250 (grep): New defcustom group.
7251 (grep-window-height): New defcustom, like compilation-window-height.
7252 (grep-auto-highlight): New defcustom, like compile-auto-highlight.
7253 (grep-scroll-output): New defcustom, like compilation-scroll-output.
7254 (grep-command, grep-use-null-device, grep-find-command)
7255 (grep-tree-files-aliases, grep-tree-ignore-case)
7256 (grep-tree-ignore-CVS-directories): Move to grep custom group.
7257 (grep-setup-hook): New hook variable.
7258 (grep-mode-map): New keymap for grep commands. Add Grep menu.
7259 (grep-last-buffer): New defvar, override compilation-last-buffer.
7260 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
7261 Call compile-internal with args highlight-regexp and grep-mode-map.
7262
7263 2003-11-23 Kim F. Storm <storm@cua.dk>
7264
7265 * subr.el (event-start, event-end): Doc fix.
7266 (posn-window, posn-x-y, posn-timestamp): Simplify doc.
7267 (posn-area, posn-actual-col-row, posn-object): New defuns.
7268 (posn-col-row): Simplify doc. Rewrite to use cond.
7269 (posn-point): Also return buffer position for events outside text
7270 area (that info is now present in the event position).
7271
7272 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
7273 mouse-set-point so that hscroll still works now that clicks on
7274 fringes generate specific mouse events.
7275 (mouse-set-point): Note that it now works in fringes and margins
7276 too due to new semantics of posn-point in fringes and margins.
7277
7278 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
7279 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
7280
7281 2003-11-20 Kim F. Storm <storm@cua.dk>
7282
7283 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
7284 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
7285 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
7286 to 100 for icons to avoid increasing line height when shown.
7287
7288 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
7289
7290 * newcomment.el (comment-normalize-vars): Initialize properly if
7291 comment-start was nil.
7292
7293 2003-11-19 Andreas Schwab <schwab@suse.de>
7294
7295 * simple.el (set-variable): Fix indentation.
7296
7297 2003-11-17 Kenichi Handa <handa@m17n.org>
7298
7299 * international/latin1-disp.el (latin1-display-ucs-per-lynx):
7300 Fix docstring.
7301
7302 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
7303
7304 * international/latin1-disp.el (latin1-display): Fix docstring.
7305
7306 2003-11-16 John Wiegley <johnw@newartisans.com>
7307
7308 * eshell/em-ls.el (eshell-ls-file): There are times with
7309 size-width is nil and uncomputed (when directories are created in
7310 dired, for example); in this case, 4 is reasonable default value,
7311 although it may caused skewed new entries (which could be avoided
7312 by returning the original value of 8 in all cases, but 99% of the
7313 time this is a waste of whitespace).
7314
7315 2003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
7316
7317 * cc-engine.el (c-guess-continued-construct)
7318 (c-guess-basic-syntax): Check a little more carefully if it's a
7319 function declaration when an unknown construct followed by a block
7320 is found inside a statement context. This avoids macros followed
7321 by blocks to be taken as function declarations.
7322
7323 (c-guess-continued-construct): Change the analysis of a statement
7324 continuation with a brace open to `substatement-block', for
7325 consistency with recognized statements.
7326
7327 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
7328 start is in a position so that `c-beginning-of-statement-1' jumped
7329 to the beginning of the same statement.
7330
7331 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
7332 Don't accept binary operators in the arglist if we're in a function
7333 call context, i.e. if `c-restricted-<>-arglists' is set. That avoids
7334 template recognition in cases like "if (a < b || c > d)".
7335
7336 (c-restricted-<>-arglists): New more appropriate name for
7337 `c-disallow-comma-in-<>-arglists'.
7338
7339 Accessing functions updated for the variable name change.
7340
7341 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
7342 match data could get clobbered if NOT-INSIDE-TOKEN is used.
7343
7344 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
7345 labels.
7346
7347 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
7348 instead of duplicating parts of it. This fixes bogus label
7349 recognition.
7350
7351 * cc-align.el (c-gnu-impose-minimum): Revert to the old method
7352 of checking the context in which to apply the minimum indentation,
7353 so that it isn't enforced in e.g. namespace blocks.
7354
7355 * cc-vars.el (c-inside-block-syms): New constant used by
7356 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
7357 to somewhat reduce the risk of becoming stale.
7358
7359 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
7360 cc-cmds to cc-engine to allow use from cc-align.
7361
7362 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
7363 qualified identifiers containing "::".
7364
7365 * cc-defs.el (c-make-keywords-re): Add kludge for bug in
7366 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
7367
7368 * cc-vars.el (c-emacs-features): Use a space in front of the name
7369 of the temporary buffer. That also avoids dumping problems in
7370 XEmacs due to undo info being left around after the buffer is killed.
7371
7372 * cc-engine.el (c-in-knr-argdecl): Look closer at the function
7373 arglist to see if it's a K&R style declaration.
7374
7375 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
7376 before returning `knr-argdecl-intro'.
7377
7378 2003-11-16 John Wiegley <johnw@newartisans.com>
7379
7380 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
7381 field in a long-listing always 8 characters, use `size-width',
7382 which has already been computed.
7383
7384 2003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
7385
7386 * subr.el (minor-mode-list): Add `hs-minor-mode'.
7387
7388 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
7389
7390 * diff-mode.el (diff-hunk-prev, diff-hunk-next):
7391 Support operation while narrowed, with `diff-restrict-view'.
7392
7393 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
7394
7395 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7396 Take additional optional arg NARROWFUN. For the generated functions:
7397 Add local var `was-narrowed-p'. Also, if NARROWFUN is specified,
7398 include frags that arrange to check for and save narrowing state before
7399 the move and then conditionally call NARROWFUN after the move.
7400
7401 2003-11-14 John Wiegley <johnw@newartisans.com>
7402
7403 * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
7404 that was optional, but obviously missing based on surrounding code.
7405
7406 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
7407 string arguments to numbers unless the whole argument was seen as
7408 a number.
7409
7410 2003-11-14 Kenichi Handa <handa@m17n.org>
7411
7412 * international/mule.el (ctext-non-standard-encodings-alist):
7413 Fix coding systems.
7414
7415 2003-11-10 Kenichi Handa <handa@m17n.org>
7416
7417 * language/kannada.el ("Kannada"): Add sample-text.
7418
7419 * language/knd-util.el (kannada-compose-region)
7420 (kannada-compose-string, kannada-post-read-conversion):
7421 Add autoload cookie.
7422
7423 * international/quail.el (quail-completion): Change the message
7424 "corresponding translations" to "corresponding characters".
7425
7426 2003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
7427
7428 * descr-text.el (describe-char): Fix typo.
7429
7430 2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
7431
7432 These changes are to support Kannada language/script.
7433
7434 * Makefile.in (DONTCOMPILE): Add kannada.el.
7435
7436 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
7437
7438 * loadup.el: Preload kannada.el.
7439
7440 * language/ind-util.el (ucs-kannada-to-is13194-alist)
7441 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
7442 New variables.
7443
7444 * language/kannada.el: New file.
7445
7446 * language/knd-util.el: New file.
7447
7448 2003-11-07 Andreas Schwab <schwab@suse.de>
7449
7450 * progmodes/autoconf.el (autoconf-font-lock-keywords):
7451 Also highlight AH_*.
7452
7453 * xml.el (xml-parse-dtd): Fix misplaced paren.
7454
7455 2003-11-07 Kenichi Handa <handa@m17n.org>
7456
7457 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
7458
7459 2003-11-05 Juri Linkov <juri@jurta.org>
7460
7461 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
7462 (desktop-buffer-file): Use saved buffer-file-coding-system
7463 for file reading. Set auto-insert to nil to prevent automatic
7464 insertion into restored empty files.
7465
7466 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
7467
7468 * files.el (risky-local-variable-p): Make second argument optional.
7469
7470 2003-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
7471
7472 * subr.el (add-hook): Fix last change.
7473
7474 2003-11-03 Eli Zaretskii <eliz@gnu.org>
7475
7476 * mail/rmail.el (rmail-convert-to-babyl-format):
7477 If base64-decode-region signals an error, catch it and silently
7478 ignore it.
7479
7480 2003-11-01 Mark A. Hershberger <mah@everybody.org>
7481
7482 * xml.el (xml-parse-region): Allow comments to appear after the
7483 topmost element has closed.
7484 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
7485 (xml-ns-expand-attr): New functions to do namespace handling.
7486 (xml-intern-attrlist): Back-compatible handling of attribute names.
7487 (xml-parse-tag): Move namespace handling to separate functions.
7488 Now produces elements in the form ((:ns . "element") (attr-list)
7489 children) instead of ('ns:element (attr-list) children).
7490 (xml-parse-attlist): Fix attribute parsing.
7491 (xml-parse-dtd): Change parsing so that it produces strings
7492 instead of interned symbols.
7493
7494 2003-11-01 era@iki.fi <era@iki.fi> (tiny change)
7495
7496 * dired.el (dired-ls-sorting-switches): Doc fix.
7497
7498 2003-11-01 Oliver Scholz <epameinondas@gmx.de>
7499
7500 * emacs-lisp/rx.el (rx-or): Fix the case of
7501 "(rx (and ?a (or ?b ?c) ?d))".
7502
7503 2003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
7504
7505 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
7506 (texinfo-format-region): Use it.
7507 (texinfo-format-buffer-1): Ditto.
7508
7509 2003-11-01 Alan Mackenzie <acm@muc.de>
7510
7511 Changes to allow scrolling whilst in isearch mode:
7512 * isearch.el (isearch-unread-key-sequence): New function,
7513 extracted from isearch-other-meta-char.
7514 (top level): (put 'foo 'isearch-scroll) on all Emacs's
7515 "scrollable" standard functions.
7516 (isearch-allow-scroll): New customizable variable.
7517 (isearch-string-out-of-window, isearch-back-into-window)
7518 (isearch-reread-key-sequence-naturally)
7519 (isearch-lookup-scroll-key): New functions.
7520 (isearch-other-meta-char): Doc string and functionality enhanced.
7521 Now accepts a prefix argument.
7522 (isearch-lazy-highlight-window-end): New variable.
7523 (isearch-lazy-highlight-new-loop): Pay attention to the window's
7524 end (thru isearch-lazy-highlight-window-end), not only its start.
7525
7526 * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
7527 (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
7528 (universal-argument, universal-argument-more, negative-argument)
7529 (digit-argument, universal-argument-other-key): Minor changes.
7530
7531 2003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
7532
7533 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
7534 recursively if the last message is deleted, thus avoiding an
7535 infinite loop.
7536
7537 2003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
7538
7539 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
7540 (tex-main-file): Don't add .tex if the extension is already present.
7541 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
7542
7543 2003-10-29 Lute Kamstra <lute@gnu.org>
7544
7545 * progmodes/octave-inf.el (inferior-octave-prompt):
7546 Recognize version number in prompt.
7547
7548 2003-10-28 Dave Love <fx@gnu.org>
7549
7550 * international/characters.el: Fix some Unicode ranges.
7551
7552 2003-10-28 Kenichi Handa <handa@m17n.org>
7553
7554 * disp-table.el (standard-display-8bit)
7555 (standard-display-default, standard-display-ascii)
7556 (standard-display-g1, standard-display-graphic)
7557 (standard-display-underline): Assure that standard-display-table
7558 is a display table.
7559
7560 2003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
7561
7562 * simple.el (reindent-then-newline-and-indent): Delete space *after*
7563 reindenting the first line.
7564
7565 2003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
7566
7567 * wid-edit.el (widget-default-delete): Always delete child widgets.
7568
7569 2003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
7570
7571 * newcomment.el (comment-indent): Don't call indent-according-to-mode
7572 if the line has code.
7573 Don't try to line up with something that's too far left.
7574
7575 * progmodes/octave-mod.el (octave-comment-start): Simplify.
7576 (octave-mode-syntax-table): Add % as a comment starter.
7577 (octave-point): Remove.
7578 (octave-in-comment-p, octave-in-string-p)
7579 (octave-not-in-string-or-comment-p, calculate-octave-indent)
7580 (octave-blink-matching-block-open, octave-auto-fill):
7581 Use line-(beginning|end)-position instead.
7582
7583 2003-10-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
7584
7585 * emacs-lisp/authors.el (authors-aliases): Add correct realname
7586 for Francesco Potort\e,Al\e(B.
7587
7588 2003-10-23 Dave Love <fx@gnu.org>
7589
7590 * international/mule-cmds.el (locale-charset-to-coding-system):
7591 Don't rely on nil being a coding system.
7592
7593 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
7594 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
7595 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
7596
7597 2003-10-21 Nick Roberts <nick@nick.uklinux.net>
7598
7599 * gdb-ui.el (gdb-current-language): New variable.
7600 (gdb-update-flag): Remove variable.
7601 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
7602 (gdb-take-last-elt): Remove function.
7603 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
7604 (gdb-post-prompt): Check for variable object changes here.
7605
7606 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
7607 object changes in gdb-ui.el.
7608
7609 2003-10-21 Richard M. Stallman <rms@gnu.org>
7610
7611 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
7612
7613 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
7614 Don't check for foo*/ wildcard form here.
7615 (insert-directory): Recognize foo*/ as a wildcard.
7616 Separate wildcard-regexp variable from the arg, wildcard.
7617
7618 * subr.el (add-hook): Correctly detect when make-local-hook was used.
7619 (remove-hook): Correctly handle strange cases about local hooks.
7620
7621 2003-10-21 David Ponce <david@dponce.com>
7622
7623 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
7624 argument REAL, to return a real number instead of a rounded
7625 integer value. Define as inline function.
7626 (ruler-mode-right-fringe-cols): Likewise.
7627 (ruler-mode-scroll-bar-cols): New function.
7628 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
7629 (ruler-mode-right-scroll-bar-cols): Likewise.
7630 (ruler-mode-space): New function.
7631 (ruler-mode-ruler): Use it. Handle variations of fringe style,
7632 scroll bar mode and margins in a more robust way.
7633
7634 2003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
7635
7636 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
7637 (antlr-c-init-language-vars): New function.
7638 (antlr-mode): Use it with cc-mode before v5.29.
7639 (antlr-c-common-init): Don't set some local vars here.
7640 (antlr-mode): Set them here.
7641 (antlr-c-forward-sws): New function alias.
7642 (antlr-mode): Redefine with cc-mode before v5.30.
7643 (antlr-skip-sexps): Use it.
7644 (antlr-skip-exception-part): Ditto.
7645 (antlr-skip-file-prelude): Ditto.
7646 (antlr-outside-rule-p): Ditto.
7647 (antlr-end-of-body): Ditto.
7648 (antlr-option-kind): Ditto.
7649 (antlr-insert-option-area): Ditto.
7650 (antlr-file-dependencies): Ditto.
7651
7652 2003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7653
7654 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
7655 Move backward only if point was not inside an entry.
7656
7657 2003-10-21 Richard M. Stallman <rms@gnu.org>
7658
7659 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
7660
7661 2003-10-21 Juri Linkov <juri@jurta.org>
7662
7663 * compare-w.el: Automatically skip non-matching text to resync.
7664 (compare-windows-whitespace): Doc fix.
7665 (compare-windows-sync, compare-windows-sync-string-size)
7666 (compare-windows-recenter, compare-ignore-whitespace)
7667 (compare-windows-highlight, compare-windows-face): New variables.
7668 (compare-windows): Use compare-windows-sync.
7669 (compare-windows-highlight, compare-windows-dehighlight)
7670 (compare-windows-sync-regexp)
7671 (compare-windows-sync-default-function): New functions.
7672
7673 2003-10-21 Juri Linkov <juri@jurta.org>
7674
7675 * diff.el (diff-parse-differences): Don't visit the files now;
7676 instead, just record the error locus.
7677
7678 2003-10-21 Dave Love <fx@gnu.org>
7679
7680 * progmodes/cfengine.el: New file.
7681
7682 2003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
7683
7684 * complete.el (PC-do-completion): Do not forget to use `pred' as the
7685 default-directory when completing file names.
7686
7687 2003-10-20 Luc Teirlinck <teirllm@auburn.edu>
7688
7689 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
7690 followed by the word `face', it gets treated as a face, even if
7691 it is also defined as a variable or a function.
7692
7693 2003-10-20 Dave Love <fx@gnu.org>
7694
7695 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7696 Avoid incf in macro expansion.
7697
7698 2003-10-20 John Paul Wallington <jpw@gnu.org>
7699
7700 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
7701 `evenp' so we don't implicitly require cl library at runtime.
7702
7703 2003-10-18 Luc Teirlinck <teirllm@auburn.edu>
7704
7705 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
7706 (help-make-xrefs): Only make cross-references for faces if
7707 preceded or followed by the word `face'. Do not make a
7708 cross-reference for variables without variable documentation,
7709 unless preceded by the word `variable' or `option'. Update doc
7710 string accordingly.
7711
7712 2003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
7713
7714 * progmodes/hideshow.el: Rewrite one-armed `if'
7715 constructs using either `when' or `unless'.
7716 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
7717
7718 2003-10-16 Nick Roberts <nick@nick.uklinux.net>
7719
7720 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
7721 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
7722 instead of 12x12.
7723
7724 2003-10-16 Eli Zaretskii <eliz@gnu.org>
7725
7726 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
7727 message while converting to Babyl.
7728
7729 2003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
7730
7731 * allout.el (allout-mode): Doc fix.
7732
7733 2003-10-16 Lute Kamstra <lute@gnu.org>
7734
7735 * subr.el (force-mode-line-update): Fix docstring.
7736
7737 2003-10-14 Dave Love <fx@gnu.org>
7738
7739 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
7740 (default-input-method): Add :link, improve :type.
7741 (locale-charset-language-names): Fix utf-8 pattern.
7742 (locale-charset-match-p, locale-charset-alist)
7743 (locale-charset-to-coding-system): New.
7744 (set-locale-environment): Deal with codeset part of locale specs.
7745
7746 2003-10-14 Lute Kamstra <lute@gnu.org>
7747
7748 * fringe.el (fringe-mode): Use active voice in docstring.
7749 (set-fringe-style): Ditto.
7750
7751 2003-10-13 Lute Kamstra <lute@gnu.org>
7752
7753 * fringe.el (fringe-mode): Fix docstring.
7754 (set-fringe-style): Ditto.
7755
7756 2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
7757
7758 * ediff-mult.el (ediff-filegroup-action):
7759 Use ediff-default-filtering-regexp.
7760
7761 * ediff-util.el (ediff-recenter): Don't call
7762 ediff-restore-highlighting twice.
7763 (ediff-select-difference): Set current difference.
7764 (ediff-unselect-and-select-difference): Add comment.
7765
7766 * ediff.el (ediff-directories,ediff-directory-revisions)
7767 (ediff-directories3,ediff-merge-directories)
7768 (ediff-merge-directories-with-ancestor)
7769 (ediff-merge-directory-revisions)
7770 (ediff-merge-directory-revisions-with-ancestor):
7771 Use ediff-default-filtering-regexp.
7772
7773 2003-10-12 Andreas Schwab <schwab@suse.de>
7774
7775 * international/mule-cmds.el (locale-charset-language-names):
7776 Simplify regex by removing unused grouping.
7777
7778 2003-10-10 Dave Love <fx@gnu.org>
7779
7780 * bindings.el: Don't bind stop.
7781
7782 2003-10-08 Miles Bader <miles@gnu.org>
7783
7784 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
7785 face instead of attempting to emulate it.
7786
7787 2003-10-07 Kenichi Handa <handa@m17n.org>
7788
7789 * international/mule-diag.el (list-coding-systems-1): List coding
7790 systems that are loaded automatically.
7791
7792 * international/code-pages.el (iso-8859-11): Add autoload cookie.
7793
7794 * international/mule.el (autoload-coding-system): New function.
7795
7796 2003-10-07 Andreas Schwab <schwab@suse.de>
7797
7798 * log-edit.el (log-edit-changelog-entries): Prefer local value of
7799 change-log-default-name in the buffer visiting the file.
7800
7801 2003-10-06 Dave Love <fx@gnu.org>
7802
7803 * files.el (find-file-hook): Customize.
7804 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
7805
7806 * bindings.el (completion-ignored-extensions): Remove .log.
7807 (global-map): Add again, open, stop keys.
7808
7809 2003-10-05 Richard M. Stallman <rms@gnu.org>
7810
7811 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
7812 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
7813 Use sh-modify directly.
7814 (sh-select): Use sh-append, not eval.
7815
7816 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
7817
7818 * info.el (Info-following-node-name): New function.
7819
7820 * loadhist.el (unload-feature-special-hooks):
7821 Rename from loadhist-hook-functions.
7822 (loadhist-hook-functions): Now an alias.
7823
7824 2003-10-04 Eli Zaretskii <eliz@gnu.org>
7825
7826 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
7827 file-name clashes on 8+3 filesystems.
7828
7829 * Makefile.in (DONTCOMPILE, bootstrap-clean):
7830 Rename loaddefs-boot.el to ldefs-boot.el
7831
7832 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
7833 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
7834
7835 2003-10-03 Lute Kamstra <lute@gnu.org>
7836
7837 * info.el (Info-mode): Revert previous change.
7838 (Info-escape-percent): New function.
7839 (Info-fontify-node): Use it.
7840
7841 2003-10-02 Andreas Schwab <schwab@suse.de>
7842
7843 * loaddefs-boot.el: Regenerated.
7844
7845 2003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
7846
7847 * ffap.el: Remove defadvice related code from CVS since `complete'
7848 provides a `PC-completion-as-file-name-predicate' variable that
7849 ffap can override.
7850
7851 2003-10-02 Kenichi Handa <handa@m17n.org>
7852
7853 * international/utf-8.el (ccl-decode-mule-utf-8):
7854 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
7855
7856 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
7857 * international/subst-big5.el: Likewise.
7858 * international/subst-gb2312.el: Likewise.
7859 * international/subst-ksc.el: Likewise.
7860
7861 2003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
7862
7863 * calendar/calendar.el (increment-calendar-month)
7864 (calendar-leap-year-p, calendar-absolute-from-gregorian)
7865 (generate-calendar, calendar-read-date, calendar-interval)
7866 (calendar-day-of-week): Handle years BC.
7867 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
7868
7869 2003-10-01 Dave Love <fx@gnu.org>
7870
7871 * language/cyrillic.el (cp1251): Alias for windows-1251.
7872
7873 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
7874 bootstrap.
7875
7876 2003-10-01 Lute Kamstra <lute@gnu.org>
7877
7878 * files.el: Fix typo.
7879 * imenu.el (imenu--generic-function): Docstring fix.
7880
7881 2003-09-30 Richard M. Stallman <rms@gnu.org>
7882
7883 * dired.el (dired-mode): Handle dired-directory as a list.
7884
7885 2003-09-30 Nick Roberts <nick@nick.uklinux.net>
7886
7887 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
7888
7889 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
7890
7891 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
7892 Replace gud-display with gud-watch.
7893 (gud-speedbar-buttons): Add stuff for watching expressions
7894 in the speedbar when using M-x gdba. Use dolist on old part
7895 of this function.
7896
7897 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
7898 (gdb-update-flag): New variables.
7899 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
7900 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
7901 (gud-watch, gdb-var-create-handler) : New functions.
7902 (gdb-var-list-children, gdb-var-list-children-handler)
7903 (gdb-var-create-regexp, gdb-var-update-regexp)
7904 (gdb-var-list-children-regexp): New constants.
7905 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
7906 (gdb-annotation-rules): Reduce annotation set (level 3).
7907 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
7908 (gdb-post-prompt): Don't update GDB buffers every time speedbar
7909 updates.
7910 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
7911 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
7912 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
7913 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
7914 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
7915 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
7916 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
7917 (gud-display, gud-display1)
7918 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
7919 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
7920 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
7921 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
7922 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
7923 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
7924 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
7925 (gdb-display-display-buffer, gdb-toggle-display)
7926 (gdb-delete-display, gdb-expressions-popup-menu)
7927 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
7928 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
7929 to display buffer.
7930
7931 2003-09-30 Richard M. Stallman <rms@gnu.org>
7932
7933 * progmodes/ada-mode.el (ada-mode): Don't use advice.
7934 Instead, set which-func-functions.
7935
7936 * progmodes/which-func.el (which-func-modes): Add ada-mode.
7937 (which-func-functions): New variable.
7938 (which-function): Use that.
7939
7940 * info.el (Info-mode): Double each `%' in header line.
7941
7942 * emacs-lisp/lisp-mnt.el (lm-with-file):
7943 When FILE is nil, run BODY in current buffer.
7944
7945 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
7946
7947 * help.el (describe-mode): Start with a brief list of minor modes.
7948 Find them thru minor-mode-list so as to find them all.
7949 Show them in alphabetical order.
7950
7951 * mail/sendmail.el (mail-aliases): Doc fix.
7952
7953 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
7954
7955 2003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
7956
7957 * mail/rmailsum.el (rmail-make-summary-line-1):
7958 Change comma after last label to a space.
7959 (rmail-summary-font-lock-keywords): Adapt to that change.
7960
7961 2003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
7962
7963 * progmodes/scheme.el (scheme-mode-variables): When setting
7964 `font-lock-defaults', also specify that "#" should
7965 be interpreted with `word' syntax.
7966 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
7967
7968 2003-09-30 Lars Hansen <larsh@math.ku.dk>
7969
7970 * desktop.el: A lot of comments updated.
7971 (desktop-save-mode): Minor mode introduced.
7972 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
7973 (desktop-load-default): Function made obsolete.
7974 (desktop-locals-to-save): Variable made customizable.
7975 (desktop-read): Optional parameter `dirname' added.
7976 (desktop-change-dir, desktop-revert): Parameter `dirname' in
7977 `desktop-read' used.
7978 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
7979
7980 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
7981
7982 * whitespace.el (whitespace-clean-msg): Add user customizable message
7983 for displaying ``clean'' output.
7984 (whitespace-buffer): Use `whitespace-clean-msg'.
7985 (whitespace-global-mode): Fix typo.
7986
7987 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
7988
7989 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
7990
7991 2003-09-29 Lute Kamstra <lute@gnu.org>
7992
7993 * bindings.el (mode-line-modes): Remove superfluous :propertize
7994 construct in initialization.
7995 (mode-line-position): Change cons cell into proper list in
7996 initialization.
7997
7998 2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
7999
8000 * international/mule.el (decode-coding-inserted-region): Use car
8001 of the return value of find-operation-coding-system.
8002
8003 2003-09-29 Kenichi Handa <handa@m17n.org>
8004
8005 * descr-text.el (describe-char): Fix previous change.
8006
8007 2003-09-28 Kenichi Handa <handa@m17n.org>
8008
8009 * descr-text.el (describe-char-display): New function.
8010 (describe-char): Pay attention to display table on describing how
8011 a character is displayed.
8012
8013 * international/mule-cmds.el (encoded-string-description):
8014 Prepend "0x" to each encoded byte.
8015
8016 2003-09-28 Andreas Schwab <schwab@suse.de>
8017
8018 * find-file.el (ff-special-constructs): Add autoload cookie.
8019
8020 2003-09-28 Kevin Ryde <user42@zip.com.au>
8021
8022 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
8023 makeinfo appends to duplicate index entries.
8024
8025 2003-09-28 Eli Zaretskii <eliz@gnu.org>
8026
8027 * dired-x.el (dired-clean-tex): Doc fix.
8028
8029 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
8030 using a Chinese tutorial.
8031
8032 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
8033
8034 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
8035 between "MAIL FROM:" and "RCPT TO:" and the following address.
8036
8037 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
8038
8039 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
8040
8041 2003-09-28 David Ponce <david@dponce.com>
8042
8043 * recentf.el (recentf-initialize-file-name-history): New defcustom.
8044 (recentf-load-list): When `recentf-initialize-file-name-history'
8045 is non-nil, initialize an empty `file-name-history' with the
8046 recent list.
8047
8048 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
8049
8050 * man.el (Man-default-man-entry): Remove the leading `*' from the
8051 word at point.
8052
8053 2003-09-26 Lute Kamstra <lute@gnu.org>
8054
8055 * bindings.el (mode-line-position): Mention size indication in
8056 docstring.
8057
8058 2003-09-26 Andre Spiegel <spiegel@gnu.org>
8059
8060 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
8061
8062 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
8063 because it's autoloaded now.
8064
8065 2003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
8066
8067 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
8068 (sh-font-lock-keywords, sh-feature): Fix previous change of
8069 sh-feature to avoid infloop with sh-font-lock-keywords.
8070
8071 2003-09-25 Kim F. Storm <storm@cua.dk>
8072
8073 * frame.el (frame-current-scroll-bars): New defun.
8074
8075 * window.el (window-current-scroll-bars): New defun.
8076
8077 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8078
8079 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
8080 cause errors when the state cache contains info on parts that have
8081 been narrowed out.
8082
8083 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8084
8085 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
8086 `c-setup-paragraph-variables' has to be used when this variable is
8087 changed; it doesn't work to reinitialize the mode since that
8088 typically clobbers the variable.
8089
8090 * progmodes/cc-styles.el (c-setup-paragraph-variables):
8091 Make it interactive.
8092
8093 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8094
8095 * progmodes/cc-fonts.el (c-font-lock-declarations):
8096 Fix recognition of constructors and destructors for classes whose
8097 names are matched by `*-font-lock-extra-types'.
8098
8099 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
8100 followed by an identifier in C++ then it's a type.
8101
8102 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8103
8104 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
8105 problem that primarily affected XEmacs. Don't use faces to find
8106 unterminated strings since Emacs and XEmacs fontify strings
8107 differently - this function should now work better in XEmacs.
8108
8109 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8110
8111 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
8112 `expand-abbrev' workaround which caused braces to misbehave inside
8113 macros.
8114
8115 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
8116 handling. This bug could cause interactive font locking to bail out.
8117
8118 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8119
8120 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
8121 Handle paren-style types in Pike. Also fixed some cases of
8122 insufficient handling of unbalanced parens.
8123
8124 2003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
8125
8126 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
8127 common shell prompts that are not common filename or URL characters.
8128 (ffap-file-at-point): Use the new regexp to strip the prompts from
8129 the file names. This is an issue mostly for user prompts that
8130 don't have a trailing space and find-file-at-point is invoked from
8131 within a shell inside Emacs.
8132
8133 2003-09-24 Andre Spiegel <spiegel@gnu.org>
8134
8135 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
8136 stamps numerically, rather than textually.
8137
8138 2003-09-24 Kenichi Handa <handa@m17n.org>
8139
8140 * language/devan-util.el (devanagari-post-read-conversion):
8141 * language/mlm-util.el (malayalam-post-read-conversion):
8142 * language/tml-util.el (tamil-post-read-conversion):
8143 Add autoload cookie.
8144
8145 * international/utf-8.el (utf-8-post-read-conversion):
8146 Call post-read-conversion functions for Devanagari, Malayalam,
8147 and Tamil.
8148
8149 2003-09-23 Dave Love <fx@gnu.org>
8150
8151 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
8152
8153 2003-09-22 Nick Roberts <nick@nick.uklinux.net>
8154
8155 * progmodes/gud.el (perldb): Add gud-until to list of commands.
8156 Update gud-remove.
8157
8158 2003-09-22 Richard M. Stallman <rms@gnu.org>
8159
8160 * progmodes/sh-script.el (sh-mode-default-syntax-table):
8161 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
8162 (sh-mode-syntax-table-input): New variable.
8163 (sh-require-final-newline): Don't use eval.
8164 (sh-builtins, sh-leading-keywords, sh-other-keywords)
8165 (sh-variables, sh-font-lock-keywords): Don't use eval.
8166 (sh-set-shell): When setting require-final-newline,
8167 treat value = `require-final-newline' as don't change it.
8168 Set sh-mode-syntax-table locally based on
8169 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
8170
8171 * progmodes/compile.el (compile-internal):
8172 Call compilation-set-window-height before setting window start.
8173
8174 2003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
8175
8176 * emacs-lisp/bytecomp.el (byte-compile-log-file):
8177 Clear out byte-compile-last-warned-form.
8178
8179 2003-09-22 Richard M. Stallman <rms@gnu.org>
8180
8181 * woman.el (woman-file-name, woman-follow-word):
8182 If current-word returns nil, use "".
8183
8184 * simple.el (eval-expression): Bind standard-output in to-buffer case.
8185
8186 2003-09-22 Richard M. Stallman <rms@gnu.org>
8187
8188 * emacs-lisp/lisp-mnt.el (lm-with-file):
8189 Don't visit the file, just use insert-file-contents in temp buffer.
8190
8191 2003-09-22 Jari Aalto <jari.aalto@poboxes.com>
8192
8193 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
8194 Add surrounding \\( and \\) around the header, as in
8195 for lm-history-header 'Change Log\\|History'.
8196
8197 2003-09-22 John Paul Wallington <jpw@gnu.org>
8198
8199 * progmodes/ld-script.el: Add Commentary section,
8200 minor cleanup of file header.
8201 (ld-script-font-lock-keywords): Doc fix.
8202 (toplevel): Provide `ld-script' feature.
8203
8204 2003-09-21 Kim F. Storm <storm@cua.dk>
8205
8206 * scroll-bar.el (set-scroll-bar-mode): Initialize to
8207 new built-in variable default-frame-scroll-bars.
8208 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
8209 scroll-bar-mode; notably, use it instead of t when we toggle
8210 scroll-bars on.
8211 (toggle-scroll-bar): Use default-frame-scroll-bars.
8212
8213 2003-09-19 Masatake YAMATO <jet@gyve.org>
8214
8215 * pcvs.el (cvs-do-removal): Change the prompt depending on
8216 `filter' value.
8217
8218 2003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
8219
8220 * startup.el (command-line-1): Stop startup-echo-area-message
8221 being hidden by "Loading image..." message.
8222 (use-fancy-splash-screens-p, display-splash-screen):
8223 Move display-graphic-p test from latter to former.
8224
8225 * progmodes/sh-script.el (sh-font-lock-keywords):
8226 Highlight escaped EOLs differently from other backslash constructs.
8227
8228 2003-09-19 Richard M. Stallman <rms@gnu.org>
8229
8230 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
8231 New functions.
8232 (edebug-enter, edebug-outside-excursion): Use them.
8233
8234 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
8235 Fix the condition for whether to print "In WHERE".
8236
8237 2003-09-19 Jari Aalto <jari.aalto@poboxes.com>
8238
8239 * finder.el (finder-mode-hook): New variable.
8240 (finder-mode): Run hook finder-mode-hook
8241
8242 2003-09-18 Masatake YAMATO <jet@gyve.org>
8243
8244 * progmodes/ebrowse.el: Fix broken magic autoload comments.
8245
8246 2003-09-17 Mario Lang <mlang@delysid.org>
8247
8248 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
8249 "p %e" to actually print the value in the GUD buffer.
8250
8251 2003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
8252
8253 From David Ponce <david.ponce@wanadoo.fr>:
8254 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
8255 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
8256 from loaddefs-boot.el if necessary.
8257
8258 2003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
8259
8260 * progmodes/gud.el (gud-find-class): Make jdb work again since
8261 cc-mode changed the syntactic information.
8262
8263 2003-09-15 David Ponce <david@dponce.com>
8264
8265 * recentf.el: (recentf-exclude): Accept predicates too.
8266 (recentf-file-readable-p): New function.
8267 (recentf-include-p): Handle predicates in recentf-exclude.
8268 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
8269 (recentf-cleanup): Likewise.
8270 (recentf-save-list): Use write-file to handle backup of
8271 recentf-save-file.
8272
8273 2003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
8274
8275 * loaddefs-boot.el: Renamed from `loaddefs.el'
8276 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
8277 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
8278 necessary.
8279
8280 2003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
8281
8282 * electric.el (Electric-pop-up-window): For the `one-window' case,
8283 no longer disconcertingly move point in the original buffer.
8284
8285 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8286
8287 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
8288
8289 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
8290
8291 * dired.el (dired-mode-map): Fix typo.
8292
8293 2003-09-11 Richard M. Stallman <rms@gnu.org>
8294
8295 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
8296
8297 2003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
8298
8299 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
8300 the function is less noisy. Now only `kill-buffer' can ask questions.
8301
8302 2003-09-10 Mario Lang <mlang@delysid.org>
8303
8304 * battery.el: Update Commentary and Copyright.
8305 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
8306 appear due to wrong ordering of the expressions in `or'.
8307
8308 2003-09-09 Lute Kamstra <lute@gnu.org>
8309
8310 * misc.el (upcase-char): Fix docstring.
8311 (zap-up-to-char): New command.
8312
8313 2003-09-08 David Ponce <david@dponce.com>
8314
8315 Ensure that recentf correctly updates the menu bar.
8316 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
8317 (recentf-menu-bar): New function.
8318 (recentf-clear-data): Use it
8319 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
8320 of easy-menu-change.
8321
8322 2003-09-08 Lute Kamstra <lute@gnu.org>
8323
8324 * simple.el (size-indication-mode): New.
8325 * bindings.el (mode-line-position): Add buffer size indicator.
8326
8327 2003-09-04 Mario Lang <mlang@delysid.org>
8328
8329 * battery.el (battery-linux-proc-acpi): New function.
8330 (battery-status-function): Modify default value calculation to also
8331 check for availability of ACPI.
8332 (battery-echo-area-format): Ditto.
8333 (battery-mode-line-format): Ditto.
8334
8335 2003-09-06 Dave Love <fx@gnu.org>
8336
8337 * ielm.el (ielm-mode-hook): Add :options.
8338
8339 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
8340 (eldoc-print-current-symbol-info): Use it.
8341
8342 2003-09-04 Nick Roberts <nick@nick.uklinux.net>
8343
8344 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
8345 being displayed in GUD buffer.
8346 (gdb-idle-input-queue): Remove var. Use just one queue.
8347 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
8348 Remove functions. Use just one queue.
8349 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
8350 (gdb-invalidate-assembler, gdb-get-current-frame):
8351 Modify functions. Use just one queue.
8352
8353 2003-09-04 Dave Love <fx@gnu.org>
8354
8355 * cus-start.el: Add blink-cursor-alist.
8356
8357 * ruler-mode.el (ruler-mode-fill-column-char)
8358 (ruler-mode-current-column-char): Use char-displayable-p,
8359 not window-system.
8360
8361 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
8362
8363 * language/european.el (windows-1252): Move from code-pages.
8364
8365 * language/cyrillic.el ("Windows-1251"): Delete.
8366 ("Bulgarian", "Belarusian"): Remove `features'.
8367 (windows-1251): Move from code-pages.
8368
8369 * international/mule-diag.el (non-iso-charset-alist):
8370 Remove `codepage' stuff.
8371 (print-designation, list-coding-systems-1): Output fixes.
8372
8373 * international/code-pages.el (cp-make-translation-table)
8374 (cp-valid-codes): Made defsubsts.
8375 (cp-fix-safe-chars): Delete.
8376 (mule-diag): Don't require.
8377 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
8378 (top-level): Check for defined coding system when defining
8379 cp... aliases. Change w32-add-charset-info test to avoid warning.
8380 (non-iso-charset-alist): Defvar when compiling.
8381 (cp-make-coding-system): Doc fix.
8382
8383 2003-09-02 Jason Rumney <jasonr@gnu.org>
8384
8385 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
8386 line-ends from CVS before doing conversion.
8387
8388 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
8389
8390 * calendar/diary-lib.el (diary-header-line-flag)
8391 (diary-header-line-format): New variables.
8392 (list-diary-entries): Use them to set header line in simple diary.
8393
8394 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
8395 other than font-lock-string-face to highlight backslashes.
8396
8397 2003-09-01 Jason Rumney <jasonr@gnu.org>
8398
8399 * international/titdic-cnv.el (tit-read-key-value): Include \r in
8400 regexp.
8401
8402 2003-09-01 Dave Love <fx@gnu.org>
8403
8404 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
8405
8406 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
8407 and :help; also line and column numbers labels.
8408
8409 * international/mule-util.el (char-displayable-p): Move from
8410 latin1-disp, rename and autoload.
8411
8412 * international/latin1-disp.el (latin1-char-displayable-p):
8413 Now obsolete alias. Replace uses with char-displayable-p.
8414 (latin1-display-ucs-per-lynx): Fix last change.
8415
8416 * international/mule-cmds.el (standard-display-european-internal):
8417 Don't use char code for Latin-1 NBSP.
8418 <XFree86 4>: Unfrob NBSP display table. Set display table to use
8419 U+2018, U+2019 for `'.
8420 (select-safe-coding-system): Message fix.
8421
8422 2003-09-01 Kenichi Handa <handa@m17n.org>
8423
8424 * international/fontset.el (setup-default-fontset): For Thai
8425 font, specify "*" family.
8426
8427 2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
8428
8429 * progmodes/compile.el (previous-error): Accept a prefix
8430 argument, similarly to next-error.
8431
8432 2003-08-31 Masatake YAMATO <jet@gyve.org>
8433
8434 * pcvs.el (cvs-do-removal): Use = instead of eq to check
8435 the number of files. Bind the number of files to a local
8436 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
8437
8438 2003-08-30 Eli Zaretskii <eliz@gnu.org>
8439
8440 * vc-hooks.el (vc-make-version-backup): Fix the change made on
8441 2003-07-26: msdos-long-file-names is a function, not a variable.
8442
8443 2003-08-29 Richard M. Stallman <rms@gnu.org>
8444
8445 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
8446 Do nothing with mail-personal-alias-file if it is nil.
8447
8448 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
8449 Do nothing if mail-personal-alias-file is nil.
8450
8451 * term.el (term-exec-1): Bind coding-system-for-read.
8452
8453 * dired.el (dired-mouse-find-file-other-window):
8454 Use dired-view-command-alist here, as in dired-view-file.
8455 (dired-view-command-alist): Use %s to substitute file name.
8456 Handle .ps_pages, .eps, .jpg, .gif, .png.
8457
8458 2003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
8459
8460 * info.el (Info-mode-map): Bind S-tab and <backtab> to
8461 `Info-prev-reference', instead of M-tab.
8462
8463 2003-08-29 Martin Stjernholm <mast@lysator.liu.se>
8464
8465 * simple.el (blink-matching-open): Work correctly on chars that
8466 are designated as parens through the syntax-table text property.
8467
8468 2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
8469
8470 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
8471 line break position in the middle of a non-kinsoku (e.g. latin)
8472 word, making it skip until either a space or a character with
8473 category "|".
8474 (kinsoku-longer): Test for end of buffer.
8475
8476 2003-08-28 Eli Zaretskii <eliz@gnu.org>
8477
8478 * mail/rmail.el (rmail-convert-to-babyl-format):
8479 Detect quoted-printable- and base64-encoded messages and decode them
8480 automatically. Set the message's encoding from the charset=
8481 header, if any. Decode base64-encoded messages in Mail format as well.
8482
8483 2003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
8484
8485 * mail/smtpmail.el: Fix previous change.
8486 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
8487 calling smtpmail-via-smtp.
8488 (smtpmail-via-smtp): Add fall-back values for envelope-from.
8489
8490 2003-08-26 John Paul Wallington <jpw@gnu.org>
8491
8492 * image.el (image-jpeg-p): Don't search beyond length of data.
8493
8494 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
8495
8496 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
8497 misfeature in `expand-abbrev' which caused electric keywords like
8498 "else" to disappear if an open brace was typed directly afterwards.
8499
8500 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
8501
8502 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
8503 mandatory in `define-widget'.
8504
8505 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
8506 Don't align the operators "!=", "<=" and ">=" as assignment operators.
8507
8508 (c-assignment-operators): New language constant that only contains
8509 the assignment operators.
8510
8511 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
8512
8513 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
8514
8515 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
8516 Safeguard against unbalanced sexps.
8517
8518 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
8519
8520 * version.el (emacs-version): Check for gtk. Include gtk version info.
8521
8522 2003-08-25 John Paul Wallington <jpw@gnu.org>
8523
8524 * man.el (Man-default-man-entry): Don't whizz past the section
8525 number before looking for it.
8526
8527 2003-08-24 Nick Roberts <nick@nick.uklinux.net>
8528
8529 * progmodes/gud.el (gud-display-line): Don't set window-point if
8530 source buffer is not visible. (Only happens with M-x gdba.)
8531
8532 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
8533 documentation.
8534 (gdb-source, gdb-source-info): Update to assembler unnecessary
8535 as its done after each GDB command anyway.
8536 (gdb-pre-prompt): Use with-current-buffer.
8537 (gdb-insert-field): Add help-echo text.
8538 (gdb-invalidate-assembler): Re-display of assembler now done in
8539 gdb-info-breakpoints-custom.
8540 (gdb-info-breakpoints-custom): Force re-display of assembler to
8541 happen *after* update of breakpoints buffer.
8542 (gdb-display-source-buffer): Don't choke if gdb-source-window
8543 isn't visible.
8544 (gdb-put-string, gdb-put-arrow): Remove free variables.
8545
8546 2003-08-24 John Paul Wallington <jpw@gnu.org>
8547
8548 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
8549
8550 * man.el (Man-default-man-entry): Strip text properties when
8551 snarfing parts of entry because `format' preserves properties.
8552
8553 2003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
8554
8555 * files.el (file-newest-backup): Use `expand-file-name'.
8556
8557 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
8558 Allow the diary to pop up a new frame, if needed.
8559
8560 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
8561 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
8562 (smtpmail-send-it): Make treatment of envelope-from consistent with
8563 sendmail.el.
8564
8565 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
8566 (sh-leading-keywords): Add the bash `time' reserved word.
8567 (sh-variables): Add some bash variables.
8568 (sh-add-completer): Fix nil branch of case statement.
8569
8570 2003-08-24 Masatake YAMATO <jet@gyve.org>
8571
8572 * progmodes/ld-script.el: New file.
8573
8574 2003-08-23 Markus Rost <rost@math.ohio-state.edu>
8575
8576 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
8577
8578 2003-08-23 Andre Spiegel <spiegel@gnu.org>
8579
8580 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
8581 Better explain obsolescence, and what to use instead.
8582
8583 2003-08-23 Masatake YAMATO <jet@gyve.org>
8584
8585 * pcvs.el (cvs-do-removal): Show the deleted file name
8586 on the prompt.
8587
8588 2003-08-20 Dave Love <fx@gnu.org>
8589
8590 * international/mule.el (make-coding-system)
8591 (set-buffer-file-coding-system): Doc fix.
8592
8593 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
8594
8595 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
8596
8597 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
8598
8599 * international/utf-16.el: Add mime-text-unsuitable coding system
8600 properties.
8601
8602 * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
8603
8604 * cus-edit.el: Add some :links.
8605 (bib): Remove.
8606
8607 * textmodes/bib-mode.el (bib): Add :group external.
8608
8609 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
8610
8611 * wid-edit.el (widget-echo-help): Make it handle expressions that
8612 evaluate to strings.
8613
8614 2003-08-18 Michael Mauger <mmaug@yahoo.com>
8615
8616 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
8617
8618 Simplify selection of SQL products to define highlighting and
8619 interactive mode. Includes detailed instructions on adding
8620 support for new products.
8621
8622 * progmodes/sql.el (sql-product): New variable. Identifies SQL
8623 product for use in highlighting and interactive mode.
8624 (sql-interactive-product): New variable. SQL product for
8625 sql-interactive-mode.
8626 (sql-product-support): New variable. Specifies product-specific
8627 parameters to drive highlighting and interactive mode.
8628 (sql-imenu-generic-expression): Add more object types.
8629 (sql-sqlite-options): Correct comment.
8630 (sql-ms-program): Use "osql" rather than "isql".
8631 (sql-prompt-regexp, sql-prompt-length): Update comment.
8632 (sql-mode-menu): Add "Start SQLi session" entry.
8633 Replace Highlighting submenu with Product menu. Fix Send Region entry.
8634 (sql-mode-abbrev-table): Add abbreviations. Support of
8635 SYSTEM-FLAG on define-abbrev. Support was removed with last
8636 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
8637 (sql-mode-font-lock-object-name): Add font-lock pattern for object
8638 names.
8639 (sql-mode-ansi-font-lock-keywords): Set as default value.
8640 (sql-mode-oracle-font-lock-keywords): Set as default value.
8641 Support Oracle 9i keywords.
8642 (sql-mode-postgres-font-lock-keywords): Set as default value.
8643 (sql-mode-linter-font-lock-keywords): Set as default value.
8644 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
8645 SQLServer 2000.
8646 (sql-mode-sybase-font-lock-keywords)
8647 (sql-mode-interbase-font-lock-keywords)
8648 (sql-mode-sqlite-font-lock-keywords)
8649 (sql-mode-strong-font-lock-keywords)
8650 (sql-mode-mysql-font-lock-keywords)
8651 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
8652 keywords.
8653 (sql-mode-font-lock-defaults): Update comment.
8654 (sql-product-feature): New function. Returns feature associated
8655 with a product from `sql-product-support' alist.
8656 (sql-product-font-lock): New function. Set font-lock support
8657 based on `sql-product'.
8658 (sql-add-product-keywords): New function. Add font-lock rules to
8659 product-specific keyword variables.
8660 (sql-set-product): New function. Set `sql-product' and apply
8661 appropriate font-lock highlighting.
8662 (sql-highlight-product): New function. Set font-lock support
8663 based on a product. Also set mode name to include product name.
8664 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
8665 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
8666 Use `sql-set-product'.
8667 (sql-highlight-ms-keywords)
8668 (sql-highlight-sybase-keywords)
8669 (sql-highlight-interbase-keywords)
8670 (sql-highlight-strong-keywords)
8671 (sql-highlight-mysql-keywords)
8672 (sql-highlight-sqlite-keywords)
8673 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
8674 (sql-get-login): Prompt in the same order as the tokens.
8675 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
8676 (sql-product-interactive): New function. Common portions of
8677 product-specific interactive mode wrappers.
8678 (sql-interactive-mode): Rewritten to use product features.
8679 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
8680 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
8681 (sql-db2, sql-linter): Use `sql-product-interactive'.
8682 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
8683 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
8684 (sql-connect-ingres, sql-connect-postgres)
8685 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
8686 New functions. Format command line parameters and invoke comint on
8687 the appropriate interpreter. Code was in the corresponding
8688 `sql-xyz' function before.
8689 (sql-connect-ms): New function. Support -E argument to use
8690 operating system credentials for authentication.
8691
8692 2003-08-18 Kenichi Handa <handa@m17n.org>
8693
8694 * international/mule.el (encode-char): Fix for the ASCII case.
8695
8696 2003-08-15 Kenichi Handa <handa@m17n.org>
8697
8698 * international/fontset.el (setup-default-fontset): Change "*" to
8699 nil in the specifications of font family.
8700
8701 2003-08-18 Kim F. Storm <storm@cua.dk>
8702
8703 * kmacro.el (kmacro-keymap): Group related bindings in
8704 initialization for clarity. Bind C-s to start macro.
8705 Remove C-r binding.
8706 (kmacro-initial-counter-value): New defvar to hold initial counter
8707 value in case we set the value before defining a macro.
8708 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
8709 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
8710 not defining or executing macro. Doc fix.
8711 (kmacro-add-counter): Clear kmacro-initial-counter-value.
8712 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
8713 temporarily view older elements on the macro ring without cycling
8714 the ring.
8715 (kmacro-display): Doc fix.
8716 (kmacro-exec-ring-item): New helper function.
8717 (kmacro-call-ring-2nd): Use it.
8718 (kmacro-call-ring-2nd-repeat): Doc fix.
8719 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
8720 (kmacro-end-or-call-macro): Execute last viewed macro (using
8721 kmacro-exec-ring-item) from ring if this follows
8722 kmacro-view-macro. This allows us to find a macro on the ring
8723 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
8724 the ring to bring it to the head of the ring.
8725 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
8726 Allow binding to reserved keys without specifying C-x C-k prefix.
8727 Ask for confirmation if entered key sequence is already bound to
8728 a non-macro command.
8729 (kmacro-view-macro): Repeating command will show older elements
8730 on the macro ring; C-k will execute the last viewed macro.
8731 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
8732 property from 'ring to 'head.
8733
8734 2003-08-17 Alan Shutko <ats@acm.org>
8735
8736 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
8737 keeping December out of the alist.
8738
8739 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
8740
8741 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
8742 * calendar/calendar.el (calendar-mode-map): Bind it to key.
8743 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
8744 (calendar-flatten): New function.
8745 (calendar-mouse-view-other-diary-entries)
8746 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
8747 in the menu title and to show multi-line diary entries correctly
8748 in the menu.
8749
8750 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
8751
8752 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
8753 defcustom, because the default was recently changed.
8754
8755 2003-08-16 Richard M. Stallman <rms@gnu.org>
8756
8757 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
8758
8759 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
8760 New subroutine, broken out of eval-last-sexp-1.
8761 (eval-last-sexp-1): Use eval-last-sexp-print-value.
8762
8763 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
8764
8765 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
8766
8767 * simple.el (eval-expression): Use eval-last-sexp-print-value.
8768
8769 2003-08-14 Jari Aalto <jari.aalto@poboxes.com>
8770
8771 * progmodes/compile.el (compilation-error-regexp-alist):
8772 Add Java ANt error detection as described in document
8773 http://ant.apache.org/faq.html
8774
8775 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
8776
8777 * simple.el (backward-word, forward-to-indentation)
8778 (backward-to-indentation): Argument changed to optional.
8779 (next-line, previous-line): Use `or' instead of `unless'.
8780
8781 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8782
8783 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
8784 instead of a constant.
8785
8786 2003-08-12 Markus Rost <rost@math.ohio-state.edu>
8787
8788 * shell.el (shell): With prefix-arg, suggest a new buffer name.
8789
8790 2003-08-12 Andre Spiegel <spiegel@gnu.org>
8791
8792 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
8793 (vc-sccs-workfile-version): Search the entire delta table, rather
8794 than just the first entry, because that might be a deleted version.
8795
8796 2003-08-11 Karl Fogel <kfogel@red-bean.com>
8797
8798 * menu-bar.el (menu-bar-options-menu): Supply a body for the
8799 [save-place] binding in the Options menu. Have it require
8800 'saveplace' and then toggle the variable manually, to avoid an an
8801 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
8802 for the bug report.
8803
8804 2003-08-11 Nick Roberts <nick@nick.uklinux.net>
8805
8806 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
8807 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
8808 (gdb-info-threads-custom): Add help-echo text.
8809 (gdb-display-back): Don't use purecopy.
8810 (gdb-info-breakpoints-custom, gdb-reset)
8811 (gdb-assembler-custom): Use display-images-p to test if breakpoint
8812 icons can be displayed.
8813
8814 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
8815
8816 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
8817
8818 2003-08-11 Stefan Monnier <monnier@cs.yale.edu>
8819
8820 * bookmark.el (bookmark-completing-read):
8821 Return a string, instead of a list of one string.
8822 Use a popup menu if activated from the mouse.
8823 (bookmark-edit-annotation): Remove unused vars.
8824 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
8825 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
8826 to bookmark-completing-read.
8827 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
8828 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
8829 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
8830 and erase-buffer.
8831 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
8832 (bookmark-menu-jump, bookmark-menu-insert)
8833 (bookmark-popup-menu-and-apply-function)
8834 (bookmark-menu-popup-paned-bookmark-menu): Remove.
8835 (bookmark-menu-build-paned-menu): Remove by folding it into
8836 bookmark-menu-popup-paned-menu.
8837 (menu-bar-bookmark-map): Move the define-key statements here.
8838 Use the "non-menu" commands since they now pop up a menu if needed.
8839 (bookmark-exit-hook-internal): Simplify.
8840
8841 2003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
8842
8843 * reftex-toc.el (reftex-toc-rename-label): New function.
8844 (reftex-toc-check-docstruct): New function.
8845
8846 * reftex.el (reftex-region-active-p): New function.
8847
8848 * reftex-parse.el (reftex-locate-bibliography-files): Improved the
8849 regexp to find the \bibliography macro.
8850
8851 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
8852 which does not exist in LaTeX.
8853 (reftex-cite-format-builtin): Added amsrefs support.
8854 (reftex-toc-confirm-promotion): New option
8855
8856 * reftex-toc.el
8857 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
8858 (reftex-toc-demote, reftex-toc-promote)
8859 (reftex-toc-do-promote, reftex-toc-promote-prepare)
8860 (reftex-toc-promote-action, reftex-toc-extract-section-number)
8861 (reftex-toc-newhead-from-alist)
8862 (reftex-toc-load-all-files-for-promotion): New functions.
8863 (reftex-toc-help): Added description of new keys.
8864 (reftex-toc-split-windows-fraction): New option.
8865 (reftex-recenter-toc-when-idle): Search *toc* window on all
8866 visible frames.
8867 (reftex-toc): Additional parameter REUSE
8868 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
8869 with REUSE argument.
8870 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
8871 the call of `reftex-toc'.
8872 (reftex-make-separate-toc-frame): New function .
8873 (reftex-toc-recenter): When called with triple prefix arg, call
8874 `reftex-make-separate-toc-frame' first.
8875 (reftex-toc-toggle-dedicated-frame): New command.
8876 (reftex-toc-quit): Adapted to delete frame when called in
8877 dedicated frame.
8878
8879 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
8880 all enclosing macros.
8881
8882
8883 2003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8884
8885 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
8886 first use.
8887
8888 2003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8889
8890 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
8891
8892 2003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
8893
8894 * calendar/calendar.el (list-diary-entries-hook)
8895 (diary-display-hook, nongregorian-diary-listing-hook)
8896 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
8897 Add some customize options for these hooks.
8898 (calendar-abbrev-construct): Don't try to take a substring longer
8899 than the original string.
8900
8901 2003-08-05 Richard M. Stallman <rms@gnu.org>
8902
8903 * emacs-lisp/testcover.el (noreturn): Report error if does return.
8904 (testcover-reinstrument-clauses): Doc fix.
8905
8906 * emacs-lisp/warnings.el: Doc fixes, args renamed.
8907 (warning-type-format): Rename from warning-group-format.
8908
8909 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
8910 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
8911 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
8912 to prevent warnings about defvar for an obsolete variable.
8913
8914 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
8915 warning-group-format renamed to warning-type-format.
8916
8917 * subr.el (read-passwd): Use clear-string instead of fillarray.
8918
8919 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
8920 Use vconcat instead of concat.
8921 (edmacro-sanitize-for-string): New function.
8922
8923 2003-08-05 Dave Love <fx@gnu.org>
8924
8925 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
8926 line-number-display-limit-width.
8927
8928 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
8929
8930 2003-08-05 Kenichi Handa <handa@m17n.org>
8931
8932 * international/code-pages.el: Don't require mule-diag.
8933
8934 * international/mule-diag.el (non-iso-charset-alist):
8935 Add autoload cookie.
8936
8937 * language/devan-util.el (dev-glyph-order): Add an entry for the
8938 glyph code #xC4.
8939
8940 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
8941
8942 * calendar/calendar.el (diary-file, diary-file-name-prefix)
8943 (european-calendar-style, diary-date-forms)
8944 (calendar-day-name-array, calendar-month-name-array): Doc change.
8945 (generate-calendar-month): Adapt for new behaviour of
8946 `calendar-day-name' function.
8947 (calendar-abbrev-length, calendar-day-abbrev-array)
8948 (calendar-month-abbrev-array): New variables.
8949 (calendar-abbrev-construct): New function.
8950 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
8951 rather than fixing abbrevs at some width. Calling syntax change.
8952 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
8953 (calendar-date-string): Adapt for new behaviours of
8954 `calendar-day-name' and `calendar-month-name' functions.
8955
8956 * calendar/diary-lib.el (list-diary-entries): Adapt for new
8957 behaviour of `calendar-day-name' and `calendar-month-name' functions.
8958 (diary-name-pattern): Use abbrev arrays, rather than fixing
8959 abbrevs at three chars. Calling syntax change.
8960 (mark-diary-entries): Adapt for new behaviours of
8961 `diary-name-pattern' and `calendar-make-alist' functions.
8962 (fancy-diary-font-lock-keywords): Adapt for new behaviour of
8963 `diary-name-pattern' function.
8964 (font-lock-diary-date-forms): Use abbrev arrays, rather than
8965 fixing abbrevs at three chars. Calling syntax change.
8966 (cal-hebrew, cal-islam): Require when compiling.
8967 (diary-font-lock-keywords): Adapt for new behaviour of
8968 `font-lock-diary-date-forms' function.
8969
8970 * calendar/cal-hebrew.el: Reposition some code so defined before used.
8971 (calendar-hebrew-month-name-array-common-year)
8972 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
8973 (list-hebrew-diary-entries): Adapt for new behaviours of
8974 `calendar-day-name' and `add-to-diary-list' functions.
8975 (mark-hebrew-diary-entries): Adapt for new behaviours of
8976 `diary-name-pattern' and `calendar-make-alist' functions.
8977
8978 * calendar/cal-islam.el (calendar-islamic-month-name-array):
8979 Add doc string.
8980 (list-islamic-diary-entries): Adapt for new behaviours of
8981 `calendar-day-name' and `add-to-diary-list' functions.
8982 (mark-islamic-diary-entries): Adapt for new behaviours of
8983 `diary-name-pattern' and `calendar-make-alist' functions.
8984
8985 * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
8986 `calendar-month-name' function.
8987
8988 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
8989
8990 * calendar/solar.el (solar-seasons-data): Move definition before use.
8991
8992 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
8993 (cal-tex-LaTeX-hourbox): Move definition before use.
8994
8995 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
8996 cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
8997 lunar.el, solar.el
8998 (displayed-month, displayed-year): Define for compiler.
8999
9000 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
9001
9002 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
9003 MODE. Renamed from c-init-c-language-vars'.
9004 (c-initialize-cc-mode): Change accordingly.
9005 (c-common-init): Ditto.
9006 (c-mode): Ditto.
9007 (c++-mode): Use `c-init-language-vars-for'.
9008 (objc-mode): Ditto.
9009 (java-mode): Ditto.
9010 (idl-mode): Ditto.
9011 (pike-mode): Ditto.
9012 (awk-mode): Ditto.
9013
9014 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
9015
9016 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
9017 or not the point moved.
9018
9019 (c-search-decl-header-end): Don't trip up on operator identifiers
9020 in C++ and operators like == in all languages.
9021
9022 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
9023 Detect leading labels correctly.
9024
9025 2003-08-02 Andreas Schwab <schwab@suse.de>
9026
9027 * textmodes/ispell.el: Don't redo key bindings on loading, put
9028 them only in loaddefs.el.
9029 * bookmark.el: Likewise.
9030 * dabbrev.el: Likewise.
9031 * emerge.el: Likewise.
9032
9033 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
9034 has more than one member.
9035
9036 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
9037
9038 2003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9039
9040 * lpr.el (printify-region): It was ending conversion before the
9041 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
9042
9043 2003-07-31 John Paul Wallington <jpw@gnu.org>
9044
9045 * net/browse-url.el (browse-url-epiphany): Doc fix.
9046
9047 2003-07-30 Kenichi Handa <handa@m17n.org>
9048
9049 * international/fontset.el (setup-default-fontset):
9050 Change registry names of Akurti fonts.
9051
9052 2003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
9053
9054 * comint.el (comint-read-noecho): Use `clear-string' instead of
9055 `fillarray'.
9056
9057 2003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
9058
9059 * outline.el (outline-mode-hook): Add defvar.
9060
9061 2003-07-28 Nick Roberts <nick@nick.uklinux.net>
9062
9063 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
9064 Restore assembler in source window if that is what has been selected.
9065 (menu): Add gdb-restore-windows to menu. Make gdba
9066 specific menus only visible from gdba.
9067
9068 2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
9069
9070 * progmodes/compile.el (compilation-environment): New user variable.
9071 (compile-internal): Respect it.
9072
9073 2003-07-23 Masatake YAMATO <jet@gyve.org>
9074
9075 * progmodes/gud.el (gdb-script-font-lock-keywords):
9076 Put `font-lock-function-name-face' on a symbol which includes
9077 `-' like `hook-run'. Put font-lock-variable-name-face
9078 on a symbol starting with $.
9079
9080 2003-07-27 Markus Rost <rost@math.ohio-state.edu>
9081
9082 * files.el (set-visited-file-name): Use truename for buffer-file-name.
9083
9084 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
9085
9086 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
9087
9088 2003-07-26 Andre Spiegel <spiegel@gnu.org>
9089
9090 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
9091 Use with-no-warnings.
9092 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
9093 rather than to find-file-not-found-hook, which doesn't exist.
9094
9095 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
9096
9097 * international/quail.el (quail-translate-key): Fix previous change.
9098
9099 2003-07-25 John Paul Wallington <jpw@gnu.org>
9100
9101 * server.el (server-start): Check `server-process' is non-nil
9102 before killing it to avoid killing current buffer's process.
9103
9104 * simple.el (choose-completion-string): Use `minibufferp';
9105 test `completion-reference-buffer' if `buffer' arg is nil.
9106 (push-mark): Use `when' and `unless'.
9107 (pop-mark): Use `when'.
9108
9109 * mouse-sel.el (mouse-sel-get-selection-function):
9110 Check `x-last-selected-text-primary'. Don't barf if it or
9111 `x-last-selected-text' aren't bound.
9112
9113 2003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
9114
9115 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
9116
9117 2003-07-23 Stefan Monnier <monnier@cs.yale.edu>
9118
9119 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
9120
9121 2003-07-23 John Paul Wallington <jpw@gnu.org>
9122
9123 * tooltip.el (defface tooltip): Inherit from variable-pitch.
9124
9125 2003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
9126
9127 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
9128 string. Defvar the derived hook.
9129
9130 * macros.el (insert-kbd-macro): Escape double quote character.
9131 From Thomas W Murphy <twm@andrew.cmu.edu>.
9132
9133 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
9134
9135 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
9136 to match the specific mark rather than reusing comment-start-skip.
9137
9138 2003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
9139
9140 * progmodes/hideshow.el (hs-special-modes-alist):
9141 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
9142
9143 2003-07-21 Markus Rost <rost@math.ohio-state.edu>
9144
9145 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
9146 value using ?\s.
9147
9148 2003-07-21 John Paul Wallington <jpw@gnu.org>
9149
9150 * subr.el (with-selected-window): Add closing paren.
9151
9152 2003-07-21 Richard M. Stallman <rms@gnu.org>
9153
9154 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
9155 (lisp-mode): Likewise.
9156
9157 * subr.el (with-selected-window): Copy code form save-selected-window
9158 so as to call select-window with norecord arg.
9159 (dynamic-completion-table): Doc fix.
9160 (lazy-completion-table): Doc fix.
9161
9162 * international/mule-cmds.el (set-locale-environment):
9163 langinfo renamed to locale-info.
9164
9165 * international/mule.el (auto-coding-functions): Doc fix.
9166
9167 2003-07-21 Kenichi Handa <handa@m17n.org>
9168
9169 * international/quail.el (quail-translate-key):
9170 Update quail-current-str correctly.
9171
9172 2003-07-21 Andreas Schwab <schwab@suse.de>
9173
9174 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
9175 ?, to "_".
9176
9177 2003-07-20 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
9178 Version 2.0.36 of Tramp released.
9179
9180 * net/tramp.el (tramp-default-password-end-of-line): Rename from
9181 tramp-password-end-of-line.
9182 (tramp-password-end-of-line): New method parameter.
9183 (tramp-get-password-end-of-line): Function to access method
9184 parameter `tramp-password-end-of-line', or variable
9185 `tramp-default-password-end-of-line' (default value).
9186 (tramp-methods): Add entries for new parameter
9187 tramp-password-end-of-line.
9188 (tramp-enter-password): Use new function
9189 `tramp-get-password-end-of-line'.
9190 (tramp-handle-insert-file-contents): Do not
9191 unconditionally inhibit the file operation file-local-copy, only
9192 do that when the inhibit-file-name-operation is currently
9193 insert-file-contents. This fixes finding remote CVS-controlled
9194 files. (It would barf on inserting the CVS/Entries file
9195 literally, because the file-local-copy handler wasn't called.)
9196 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
9197 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
9198 (tramp-initial-commands): New variable.
9199 (tramp-process-initial-commands): New function, using the variable.
9200 (tramp-open-connection-setup-interactive-shell): Call the new function.
9201 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
9202 method into the buffer name, never use nil. Reported by Hanak
9203 David <dhanak@inf.bme.hu>.
9204 (tramp-open-connection-setup-interactive-shell): Erase buffer
9205 before sending "stty -onlcr".
9206
9207 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
9208
9209 2003-07-19 Markus Rost <rost@math.ohio-state.edu>
9210
9211 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
9212
9213 2003-07-19 John Paul Wallington <jpw@gnu.org>
9214
9215 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
9216 (artist-draw-rect, artist-draw-square): Doc fixes.
9217
9218 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
9219
9220 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
9221
9222 2003-07-19 Kenichi Handa <handa@m17n.org>
9223
9224 * international/kkc.el (kkc-show-conversion-list-update):
9225 Highlight the correct candidate in the message.
9226
9227 2003-07-18 John Paul Wallington <jpw@gnu.org>
9228
9229 * simple.el (current-word): Don't include punctuation char when
9230 `really-word' arg is non-nil.
9231
9232 2003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
9233
9234 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
9235 moved to the directory obsolete.
9236
9237 2003-07-16 Stefan Monnier <monnier@cs.yale.edu>
9238
9239 * info.el (Info-menu-entry-name-re): Allow newlines in
9240 menu entry names.
9241
9242 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
9243 syntax-ppss-after-change-function.
9244 (syntax-ppss-after-change-function): New alias. Update uses.
9245 (syntax-ppss): Catch the case where the buffer is narrowed.
9246
9247 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
9248
9249 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
9250 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
9251
9252 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
9253
9254 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
9255 since it might be modified.
9256
9257 * progmodes/cc-langs.el (c++-make-template-syntax-table)
9258 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
9259 names to these language constants.
9260
9261 2003-07-15 Kim F. Storm <storm@cua.dk>
9262
9263 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
9264 All uses changed.
9265
9266 2003-07-14 Mark A. Hershberger <mah@everybody.org>
9267
9268 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
9269 Namespace support.
9270
9271 2003-07-13 Juanma Barranquero <lektu@terra.es>
9272
9273 * frame.el (modify-all-frames-parameters): Reinstall (copyright
9274 papers received).
9275
9276 2003-07-13 Karl Eichwalder <ke@suse.de>
9277
9278 * textmodes/po.el (po-find-charset): White space at the start of the
9279 Content-Type field body is non-mandatory.
9280
9281 2003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
9282
9283 * textmodes/texinfo.el (texinfo-section-list):
9284 Append appendixsection; a synonym for appendixsec.
9285
9286 2003-07-13 Jari Aalto <jari.aalto@poboxes.com>
9287
9288 * man.el (Man-translate-cleanup): New.
9289 (Man-translate-references): Call `Man-translate-cleanup' to clean
9290 leading, trailing and middle spaces.
9291
9292 2003-07-13 Lars Hansen <larsh@math.ku.dk>
9293
9294 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
9295 Handle `dired-directory' being a list.
9296
9297 2003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
9298
9299 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
9300 it doesn't exist.
9301
9302 2003-07-12 Richard M. Stallman <rms@gnu.org>
9303
9304 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
9305
9306 * progmodes/cc-defs.el (c-make-keywords-re):
9307 Don't use delete-duplicates.
9308 (c-lang-const): Don't use mapcan.
9309
9310 * apropos.el (apropos-show-scores): Make it customizable.
9311 Document new meaning.
9312 (apropos): Compute scores from symbols.
9313 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
9314
9315 2003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9316
9317 * ps-bdf.el: Fix copyright line.
9318 (bdf-directory-list): Fix initialization code.
9319
9320 2003-07-11 John Paul Wallington <jpw@gnu.org>
9321
9322 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
9323 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
9324 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
9325
9326 2003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
9327
9328 * emacs-lisp/ring.el (ring-elements): Doc fix.
9329
9330 2003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
9331
9332 * calendar/timeclock.el (timeclock-relative)
9333 (timeclock-ask-before-exiting, timeclock-use-display-time):
9334 Doc changes.
9335 (timeclock-modeline-display): Give a message if
9336 `timeclock-use-display-time' is non-nil but `display-time-mode'
9337 is not active.
9338
9339 2003-07-11 Kenichi Handa <handa@m17n.org>
9340
9341 * international/mule-cmds.el (set-language-environment):
9342 Set current-language-environment to the correct string.
9343
9344 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9345
9346 * ps-print.el: Print line number correctly in a region. Reported by
9347 Tim Allen <timallen@ls83.fsnet.co.uk>.
9348 (ps-print-version): New version number (6.6.2).
9349 (ps-printing-region): Code fix.
9350
9351 2003-07-10 John Paul Wallington <jpw@gnu.org>
9352
9353 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
9354 this function can be called from `add-completions-from-tags-table'.
9355
9356 2003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
9357
9358 * calendar/timeclock.el (timeclock-use-display-time)
9359 (timeclock-day-over-hook, timeclock-workday-remaining)
9360 (timeclock-status-string, timeclock-when-to-leave)
9361 (timeclock-when-to-leave-string, timeclock-log-data)
9362 (timeclock-find-discrep, timeclock-day-base)
9363 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
9364 (timeclock-modeline-display): Set the variable
9365 `timeclock-modeline-display'.
9366 (timeclock-update-modeline): Doc fix. Respect value of
9367 `timeclock-relative'.
9368
9369 2003-07-09 Richard M. Stallman <rms@gnu.org>
9370
9371 * textmodes/reftex-parse.el (reftex-all-document-files):
9372 Add autoload cookie.
9373
9374 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
9375 (reftex-scanning-info-available-p): Add autoload cookie.
9376
9377 * international/mule-cmds.el
9378 (set-display-table-and-terminal-coding-system): Delete duplicate
9379 aset on standard-display-table.
9380
9381 * view.el (view-file): If existing buffer's major mode is special,
9382 don't go into view mode.
9383
9384 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
9385
9386 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9387
9388 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
9389 buffer changes; there's third party code that calls this function
9390 directly.
9391
9392 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9393
9394 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
9395 (autodoc-font-lock-keywords): Don't byte compile on font lock
9396 initialization when running from byte compiled files.
9397
9398 2003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9399
9400 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
9401 statement ends with auto-increment "++".
9402
9403 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9404
9405 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
9406 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
9407 these are changed, so declare them as variables and not constants.
9408
9409 2003-07-08 Markus Rost <rost@math.ohio-state.edu>
9410
9411 * subr.el (dolist, dotimes): Doc fix.
9412
9413 2003-07-08 Kim F. Storm <storm@cua.dk>
9414
9415 * international/mule-cmds.el
9416 (set-display-table-and-terminal-coding-system): Don't break
9417 bootstrap if standard-display-table isn't setup yet.
9418
9419 2003-07-07 Richard M. Stallman <rms@gnu.org>
9420
9421 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
9422 Give it a doc string, and autoload it.
9423
9424 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
9425 Use with-no-warnings.
9426
9427 * info.el (Info-search): If find invisible text, search again.
9428
9429 * isearch.el (search-whitespace-regexp): Add a shy group around it.
9430
9431 * man.el (Man-name-regexp): Match + as part of name.
9432
9433 * simple.el (visible-mode): Rename from vis-mode.
9434 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
9435
9436 * simple.el (current-word): New arg REALLY-WORD specifies
9437 don't include punctuation chars.
9438
9439 * emacs-lisp/debug.el (debug, debugger-env-macro):
9440 Use with-no-warnings while accessing and binding unread-command-char.
9441
9442 * international/mule-cmds.el
9443 (set-display-table-and-terminal-coding-system): Use explicit loop
9444 instead of calling standard-display-default.
9445
9446 * net/ange-ftp.el (ange-ftp-file-symlink-p):
9447 Use condition-case to catch error in ange-ftp-get-files.
9448
9449 * net/browse-url.el (browse-url-browser-function):
9450 Add alternative for Epiphany.
9451 (browse-url-epiphany-program, browse-url-epiphany-arguments)
9452 (browse-url-epiphany-startup-arguments)
9453 (browse-url-epiphany-new-window-is-tab): New variables.
9454 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
9455
9456 * progmodes/compile.el (compile-auto-highlight): Default now t.
9457 (compile): Doc fix.
9458 (compilation-next-error): Fix previous change.
9459
9460 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
9461
9462 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
9463
9464 2003-07-07 Nick Roberts <nick@nick.uklinux.net>
9465
9466 * gdb-ui.el (gdb-source-info): Display current frame when
9467 attaching to an existing process.
9468 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
9469 while laying out windows when attaching to an existing process.
9470
9471 2003-07-07 Stefan Monnier <monnier@cs.yale.edu>
9472
9473 * info.el (Info-menu): Use Info-menu-entry-name-re.
9474
9475 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
9476
9477 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
9478 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
9479
9480 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
9481 to match the same text.
9482
9483 2003-07-06 John Paul Wallington <jpw@gnu.org>
9484
9485 * vc.el (vc-annotate-offset): Move defvar up.
9486
9487 2003-07-06 Kim F. Storm <storm@cua.dk>
9488
9489 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
9490 This should fix the infinite loop when extracting menu names.
9491
9492 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
9493
9494 * files.el (auto-mode-alist, interpreter-mode-alist):
9495 Remove entries to CC Mode modes to avoid duplicates; they are now added
9496 with autoload directives in cc-mode.el.
9497
9498 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
9499
9500 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
9501 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
9502 these are changed, so declare them as variables and not constants.
9503
9504 * progmodes/cc-mode.el: Fix some autoload problems: Try to
9505 ensure that the entry for ".c" extension comes before the one for
9506 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
9507 Fix incorrect entries that were added to `interpreter-mode-alist'.
9508 Move the autoload directives for AWK to the top level since they
9509 aren't recognized anywhere else. Do not use the new AWK mode doc
9510 in the autoload form for the old AWK mode.
9511
9512 2003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9513
9514 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
9515 (bibtex-sort-ignore-string-entries): Default value t.
9516 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
9517 erroneously in previous version.
9518 (bibtex-string-files): Docstring reflects new parsing scheme.
9519 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
9520 docstring, add # as one of the chars to crush
9521 (bibtex-autokey-prefix-string, bibtex-autokey-names)
9522 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
9523 (bibtex-autokey-name-change-strings)
9524 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
9525 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
9526 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
9527 (bibtex-autokey-title-terminators)
9528 (bibtex-autokey-titlewords-stretch)
9529 (bibtex-autokey-titleword-ignore)
9530 (bibtex-autokey-titleword-case-convert)
9531 (bibtex-autokey-titleword-abbrevs)
9532 (bibtex-autokey-titleword-abbrevs)
9533 (bibtex-autokey-titleword-change-strings)
9534 (bibtex-autokey-titleword-length)
9535 (bibtex-autokey-titleword-separator)
9536 (bibtex-autokey-name-year-separator)
9537 (bibtex-autokey-year-title-separator)
9538 (bibtex-autokey-before-presentation-function)
9539 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
9540 Fix docstring.
9541 (bibtex-strings, bibtex-reference-keys):
9542 Use lazy-completion-table and make-variable-buffer-local.
9543 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
9544 (bibtex-braced-string-syntax-table)
9545 (bibtex-quoted-string-syntax-table): New variables.
9546 (bibtex-parse-nested-braces): Remove.
9547 (bibtex-parse-field-string): Use syntax table and forward-sexp.
9548 (bibtex-parse-association): Simplify.
9549 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
9550 (bibtex-parse-field-text): Simplify.
9551 (bibtex-search-forward-field, bibtex-search-backward-field):
9552 argument BOUND can take value t.
9553 (bibtex-start-of-field, bibtex-start-of-name-in-field)
9554 (bibtex-end-of-name-in-field, bibtex-end-of-field)
9555 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
9556 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
9557 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
9558 (bibtex-skip-to-valid-entry): Return buffer position of beginning
9559 and ending of entry. Update for changes of bibtex-search-entry.
9560 Simplify.
9561 (bibtex-map-entries): FUN is called with three arguments.
9562 (bibtex-search-entry): Return a cons pair with buffer positions of
9563 beginning and end of entry.
9564 (bibtex-enclosing-field): Simplify.
9565 (bibtex-format-entry): Use booktitle to set a missing title.
9566 (bibtex-autokey-get-names): Fiddle with regexps.
9567 (bibtex-generate-autokey): Use identity.
9568 (bibtex-parse-keys): Use simplified parsing algorithm if
9569 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
9570 arguments. Return alist of keys.
9571 (bibtex-parse-strings): Simplify. Return alist of strings.
9572 (bibtex-complete-string-cleanup): Fix docstring.
9573 (bibtex-read-key): New function.
9574 (bibtex-mode): Fix docstring. Do not parse for keys and
9575 strings when the mode is entered. Set fill-paragraph-function to
9576 bibtex-fill-field. Setup font-lock-mark-block-function the way
9577 font-lock intended.
9578 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
9579 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
9580 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
9581 (bibtex-Preamble): Avoid hard coded constants.
9582 (bibtex-make-field): Fix docstring. Simplify.
9583 (bibtex-beginning-of-entry): Always return new position of point.
9584 (bibtex-end-of-entry): Rearrange cond clauses.
9585 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
9586 Update for changes of bibtex-map-entries.
9587 (bibtex-ispell-abstract): Do not move point.
9588 (bibtex-entry-index): Use downcase. Simplify.
9589 (bibtex-lessp): Handle catch-all.
9590 (bibtex-find-crossref): Turn into a command.
9591 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
9592 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
9593 preamble entries.
9594 (bibtex-fill-field-bounds): New function.
9595 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
9596 (bibtex-fill-entry): Use bibtex-fill-field-bounds
9597 (bibtex-String): Use bibtex-strings. Always obey
9598 bibtex-sort-ignore-string-entries.
9599
9600 2003-07-05 John Paul Wallington <jpw@gnu.org>
9601
9602 * cus-theme.el (customize-create-theme):
9603 Call `customize-create-theme' in Reset widget's notify function.
9604
9605 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
9606 (ibuffer-mark-interactive): Use `or' instead of `unless'.
9607 (define-ibuffer-column name): Add summarizer.
9608 (define-ibuffer-column size): Likewise.
9609 (define-ibuffer-column filename): Likewise.
9610 (define-ibuffer-column process): Likewise. Change BODY's output too.
9611 (define-ibuffer-column filename-and-process): Likewise, likewise.
9612 (ibuffer): Remove local vars `already-in' and `need-update'.
9613
9614 * ibuf-ext.el: Don't require `derived' at compile-time.
9615
9616 2003-07-05 Kim F. Storm <storm@cua.dk>
9617
9618 * info.el: Disable paragraph refilling.
9619 (Info-refill-paragraphs): New defcustom.
9620 (Info-fontify-node): Use it.
9621
9622 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
9623
9624 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
9625 thingies from constructors created by defstruct.
9626
9627 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
9628 the default value of the variable.
9629 (byte-code-meter): Move declaration to top level.
9630
9631 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
9632
9633 * info.el (Info-following-node-name-re): New fun.
9634 (Info-following-node-name): Remove.
9635 (Info-insert-dir): Use the new fun.
9636 (Info-extract-pointer): Don't save restriction; use new fun.
9637 (Info-menu-entry-name-re): New const.
9638 (Info-menu-entry-name-re): Use it along with new fun.
9639 (Info-node-spec-re): Use new fun.
9640 (Info-complete-menu-item, Info-fontify-node): Use new const.
9641 (Info-goto-node, Info-follow-reference, Info-menu-update):
9642 Use match-string.
9643 (Info-follow-reference): Use assoc-string.
9644 Use a list of strings for the completion table.
9645 (Info-fontify-node): Use match-string, line-end-position.
9646 Limit the search for `node:' to the first line.
9647
9648 * newcomment.el (uncomment-region): Remove padding coming from
9649 comment-start rather than just from comment-padding.
9650
9651 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
9652 (vc-cvs-stay-local-p): Use vc-stay-local-p.
9653 (vc-cvs-rename-file): Remove (use the default).
9654 (vc-cvs-register): Register parent dir if needed.
9655 (vc-cvs-could-register): Return non-nil if parent can be registered.
9656 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
9657 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
9658
9659 * vc-svn.el (vc-svn-use-edit): Make it into a const.
9660 (vc-svn-update): Fix the arguments to `svn'.
9661 (vc-svn-diff-tree): Just use `vc-svn-diff'.
9662 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
9663 Simple implementations, assuming `name' is a URL.
9664
9665 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
9666 set of chars allowed unquoted in a case pattern.
9667
9668 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
9669
9670 * font-lock.el (font-lock-extra-types-widget)
9671 (c-font-lock-extra-types, c++-font-lock-extra-types)
9672 (objc-font-lock-extra-types, java-font-lock-extra-types)
9673 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
9674 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
9675 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
9676 (font-lock-match-c++-structor-declaration)
9677 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
9678 (c++-font-lock-keywords-3, c++-font-lock-keywords)
9679 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
9680 (objc-font-lock-keywords-3, objc-font-lock-keywords)
9681 (java-font-lock-keywords-1, java-font-lock-keywords-2)
9682 (java-font-lock-keywords-3, java-font-lock-keywords)
9683 (java-font-lock-syntactic-face-function): Remove obsolete code
9684 and constants. It's all in cc-fonts.el now.
9685
9686 2003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
9687
9688 * mail/sendmail.el (mail-specify-envelope-from)
9689 (mail-envelope-from): Doc fix.
9690
9691 2003-07-04 Martin Stjernholm <mast@lysator.liu.se>
9692
9693 * generic-x.el: Do away with the dependency on `c-emacs-features'
9694 when populating `rul-generic-mode-syntax-table'; we already know
9695 this isn't XEmacs.
9696
9697 See ChangeLog.10 for earlier changes.
9698
9699 ;; Local Variables:
9700 ;; coding: iso-2022-7bit
9701 ;; End:
9702
9703 Copyright (C) 2001, 02, 04 Free Software Foundation, Inc.
9704 Copying and distribution of this file, with or without modification,
9705 are permitted provided the copyright notice and this notice are preserved.
9706
9707 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1