]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(grep-highlight-matches): Change default from
[gnu-emacs] / lisp / ChangeLog
1 2004-09-07 Juri Linkov <juri@jurta.org>
2
3 * progmodes/grep.el (grep-highlight-matches): Change default from
4 `t' to `auto-detect', and type from `boolean' to `choice'.
5 (grep-compute-defaults): Set `grep-highlight-matches' to `t'
6 if grep option `--color' is available, or to `nil' otherwise.
7 (grep-use-null-device): Remove redundant type `boolean' (`choice'
8 is already defined).
9
10 2004-09-06 Eli Zaretskii <eliz@gnu.org>
11
12 * simple.el (next-error-follow-minor-mode): Fix last change.
13
14 2004-09-05 Luc Teirlinck <teirllm@auburn.edu>
15
16 * textmodes/paragraphs.el (use-hard-newlines): Make it into a
17 permanent local.
18
19 2004-09-04 Richard M. Stallman <rms@gnu.org>
20
21 * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
22 highlighting if the search string is empty.
23
24 2004-09-04 Luc Teirlinck <teirllm@auburn.edu>
25
26 * facemenu.el (facemenu-active-faces): Change condition of inner
27 `while' loop to also check the first two elements of `face-atts'
28 and `mask-atts'.
29
30 2004-09-04 John Paul Wallington <jpw@gnu.org>
31
32 * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
33 (thumbs-view-image-mode): Make buffer read-only.
34
35 2004-09-04 Christopher J. Madsen <cjm@pobox.com>
36
37 * textmodes/ispell.el (ispell-really-aspell): New defvar.
38 (ispell-check-version): Set it.
39 (ispell-send-replacement): New function.
40 (ispell-process-line): Call ispell-send-replacement.
41
42 2004-09-04 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
43
44 * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
45 Support choosing seconds with "s".
46
47 2004-09-04 Jari Aalto <jari.aalto@poboxes.com>
48
49 * terminal.el (te-escape): Show `?' in prompt for help key.
50
51 2004-09-04 Emilio C. Lopes <eclig@gmx.net>
52
53 * emacs-lisp/lisp.el (kill-backward-up-list): New function.
54
55 2004-09-04 Dan Nicolaescu <dann@ics.uci.edu>
56
57 * simple.el (next-error-follow-minor-mode)
58 (next-error-follow-mode-post-command-hook): New functions.
59 (next-error-follow-last-line): New defvar.
60
61 * diff-mode.el (diff-mode-map): Bind
62 toggle-next-error-follow-mode.
63 * progmodes/compile.el (compilation-mode-map): Likewise.
64 * progmodes/grep.el (grep-mode-map): Likewise.
65 * replace.el (occur-mode-map): Likewise.
66
67 * newcomment.el (uncomment-region): Bind comment-use-global-state
68 to nil.
69
70 2004-09-03 Luc Teirlinck <teirllm@auburn.edu>
71
72 * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
73 locally around the call to `revert-buffer'.
74
75 2004-09-03 Juri Linkov <juri@jurta.org>
76
77 * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
78 `isearch-adjusted' to `t'.
79 (isearch-toggle-case-fold): Set `isearch-success' to `t'.
80 (isearch-message-prefix): Add "pending" for isearch-adjusted.
81 (isearch-other-meta-char): Restore isearch-point unconditionally.
82 (isearch-query-replace): Add new arg `regexp-flag' and use it.
83 Set point to start of match if region is not active in transient
84 mark mode (to include the current match to region boundaries).
85 Push the search string to `query-replace-from-history-variable'.
86 Add prompt "Query replace regexp" for isearch-regexp.
87 Add region beginning/end as last arguments of `perform-replace.'
88 (isearch-query-replace-regexp): Replace code by the call to
89 `isearch-query-replace' with arg `t'.
90
91 2004-09-03 Richard M. Stallman <rms@gnu.org>
92
93 * startup.el (normal-top-level): Undo previous TERM change.
94
95 2004-09-03 Kim F. Storm <storm@cua.dk>
96
97 * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
98 highlight overlays; allow using RET when cursor is over a button.
99 (cua--highlight-rectangle): Use it.
100 (cua--rectangle-set-corners): Don't move backwards at eol.
101 (cua--forward-line): Don't move into void after eob.
102
103 * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
104 point is set (and displayed) inside rectangle.
105 (cua--rectangle-operation): Fix for highlight of empty lines.
106 (cua--highlight-rectangle): Fix highlight for tabs.
107 Position cursor at left/right edge of rectangle using new `cursor'
108 property on overlay strings.
109 (cua--indent-rectangle): Don't tabify.
110 (cua-rotate-rectangle): Ignore that point has moved.
111
112 2004-09-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
113
114 * term/mac-win.el: Add ASCII equivalents for some function keys.
115 (mode-line-frame-identification): Sync with x-win.el.
116
117 2004-09-02 Juri Linkov <juri@jurta.org>
118
119 * progmodes/compile.el (compilation-buffer-name): Compare major
120 mode with second element of compilation-arguments instead of third
121 to reflect latest changes in compilation-arguments structure.
122 (recompile): Use global variable `compilation-directory' to get
123 recent compilation directory only when `recompile' is invoked NOT
124 in the compilation buffer. Otherwise, use `default-directory' of
125 the compilation buffer.
126 (compilation-error-properties): Allow to funcall col and end-col.
127 (compilation-mode-font-lock-keywords): Check col and end-col by
128 `integerp'.
129 (compilation-goto-locus): If end-mk is non-nil in transient mark
130 mode don't activate the mark (and don't display message in
131 push-mark), but highlight overlay between mk and end-mk.
132
133 * progmodes/grep.el (grep-highlight-matches): New defcustom.
134 (grep-regexp-alist): Add rule to highlight grep matches.
135 (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
136
137 * info.el (Info-fontify-node): Don't compute other-tag
138 if Info-hide-note-references=hide.
139
140 * help.el (function-called-at-point):
141 * help-fns.el (variable-at-point):
142 Try `find-tag-default' when other methods failed.
143
144 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
145 Do not push mark if inhibit-mark-movement is non-nil.
146
147 * textmodes/ispell.el (ispell-html-skip-alists):
148 Fix backslashes in docstring.
149
150 2004-09-01 Juri Linkov <juri@jurta.org>
151
152 * isearch.el (isearch-wrap-function)
153 (isearch-push-state-function): New defvars.
154 (isearch-pop-fun-state): New defsubst.
155 (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
156 (isearch-push-state): Set the result of calling
157 `isearch-push-state-function' to the `isearch-pop-fun-state' field.
158 (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
159 restore the mode-specific starting point of terminated search.
160 (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
161 (isearch-repeat): Call `isearch-wrap-function' if defined.
162 (isearch-message-prefix): Don't add prefix "over" to the message
163 for wrapped search if `isearch-wrap-function' is defined.
164 (isearch-search): Call function saved in `isearch-pop-fun-state' to
165 restore the mode-specific starting point of failed search.
166
167 * info.el (Info-search-whitespace-regexp): Fix backslashes.
168 (Info-search): Add new optional arguments for the sake of isearch.
169 Replace whitespace in Info-search-whitespace-regexp literally.
170 Add backward search. Don't call `Info-select-node' if regexp is
171 found in the same Info node. Don't add node to Info-history for
172 wrapped isearch.
173 (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
174 (Info-isearch-push-state, Info-isearch-pop-state): New funs.
175 (Info-mode): Set local variables `isearch-search-fun-function',
176 `isearch-wrap-function', `isearch-push-state-function',
177 `search-whitespace-regexp'.
178
179 * isearch.el: Remove ancient Change Log section.
180 (isearch-string, isearch-message-string, isearch-point)
181 (isearch-success, isearch-forward-flag, isearch-other-end)
182 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
183 (isearch-barrier, isearch-within-brackets)
184 (isearch-case-fold-search): Add suffix `-state' to state-related
185 defsubsts to avoid name clashes with other function names.
186
187 * simple.el (next-error): New defgroup and defface.
188 (next-error-highlight, next-error-highlight-no-select):
189 New defcustoms.
190 (next-error-no-select): Let-bind next-error-highlight to the value
191 of next-error-highlight-no-select before calling `next-error'.
192
193 * progmodes/compile.el (compilation-goto-locus):
194 Use `next-error' face instead of `region'. Set 4-th argument of
195 `move-overlay' to `current-buffer' to move overlay to different
196 source buffers. Use new variable `next-error-highlight'.
197
198 * simple.el (next-error-find-buffer): Move the rule
199 "if current buffer is a next-error capable buffer" after the
200 rule "if next-error-last-buffer is set to a live buffer".
201 Simplify to test all rules in one `or'.
202 (next-error): Doc fix.
203 (next-error, previous-error, first-error)
204 (next-error-no-select, previous-error-no-select):
205 Make arguments optional.
206
207 2004-08-31 Luc Teirlinck <teirllm@auburn.edu>
208
209 * macros.el (apply-macro-to-region-lines): Make it operate on all
210 lines that begin in the region, rather than on all complete lines
211 in the region.
212
213 2004-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
214
215 * x-dnd.el (x-dnd-protocol-alist): Document update.
216 (x-dnd-known-types): Defcustom it.
217 (x-dnd-handle-motif): Print message-atom in error message.
218
219 2004-08-30 John Paul Wallington <jpw@gnu.org>
220
221 * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
222 strings rather than programatically constructing message.
223
224 2004-08-30 Richard M. Stallman <rms@gnu.org>
225
226 * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
227 Don't return a string that would read as the wrong character code.
228
229 2004-08-29 Kim F. Storm <storm@cua.dk>
230
231 * emulation/cua-base.el (cua-auto-expand-rectangles): Remove
232 automatic rectangle padding feature; replace by non-destructive
233 virtual rectangle edges feature.
234 (cua-virtual-rectangle-edges): New defcustom.
235 (cua-auto-tabify-rectangles): New defcustom.
236 (cua-paste): If paste into a marked rectangle, insert rectangle at
237 current column, even if virtual; also paste exactly as many lines
238 as has been marked (ignore additional lines or add empty lines),
239 but paste whole source if only one line is marked.
240 (cua--update-indications): No longer use overwrite-cursor to
241 indicate rectangle padding
242
243 * emulation/cua-rect.el (cua--rectangle-padding): Remove.
244 (cua--rectangle-virtual-edges): New defun.
245 (cua--rectangle-get-corners): Remove optional PAD arg.
246 (cua--rectangle-set-corners): Never do padding.
247 (cua--forward-line): Remove optional PAD arg. Simplify.
248 (cua-resize-rectangle-right, cua-resize-rectangle-left)
249 (cua-resize-rectangle-down, cua-resize-rectangle-up):
250 (cua-resize-rectangle-bot, cua-resize-rectangle-top)
251 (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
252 (cua--rectangle-move): Never do padding. Simplify.
253 (cua--tabify-start): New defun.
254 (cua--rectangle-operation): Add tabify arg. All callers changed.
255 (cua--pad-rectangle): Remove.
256 (cua--delete-rectangle): Handle delete with virtual edges.
257 (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
258 (cua--insert-rectangle): Handle insert at virtual column.
259 Perform auto-tabify if necessary.
260 (cua--activate-rectangle): Remove optional FORCE arg.
261 Never do padding. Simplify.
262 (cua--highlight-rectangle): Enhance for virtual edges.
263 (cua-toggle-rectangle-padding): Remove command.
264 (cua-toggle-rectangle-virtual-edges): New command.
265 (cua-sequence-rectangle): Add optional TABIFY arg. Callers changed.
266 (cua--rectangle-post-command): Don't force rectangle padding.
267 (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
268
269 2004-08-28 Luc Teirlinck <teirllm@auburn.edu>
270
271 * indent.el (edit-tab-stops-buffer): Doc fix.
272
273 2004-08-28 Richard M. Stallman <rms@gnu.org>
274
275 * progmodes/grep.el (grep-default-command): Use find-tag-default.
276 (grep-tag-default): Function deleted.
277
278 * subr.el (find-tag-default): Moved from etags.el.
279
280 * progmodes/etags.el (find-tag-default): Moved to subr.el.
281
282 * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
283 into the basic character if it has an uppercase form.
284
285 2004-08-27 Kenichi Handa <handa@m17n.org>
286
287 * international/utf-8.el (utf-8-post-read-conversion): If the
288 buffer is unibyte, temporarily make it multibyte.
289
290 2004-08-27 Masatake YAMATO <jet@gyve.org>
291
292 * calendar/time-date.el (time-to-seconds): Add autoload cookies.
293
294 2004-08-25 John Paul Wallington <jpw@gnu.org>
295
296 * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
297 0, 1, and many mismatches in message.
298 (tex-start-shell): Use `set-process-query-on-exit-flag'.
299
300 * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
301 (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
302
303 2004-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
304
305 * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
306 vc-diff-switches differently.
307
308 2004-08-22 Luc Teirlinck <teirllm@auburn.edu>
309
310 * speedbar.el (speedbar-file-regexp): Give it a phony defvar
311 before and a real defvar after
312 `speedbar-supported-extension-expressions'. This is to silence
313 the compiler without breaking bootstrapping.
314
315 2004-08-22 Richard M. Stallman <rms@gnu.org>
316
317 * textmodes/flyspell.el (flyspell-word):
318 Use set-process-query-on-exit-flag.
319 (flyspell-highlight-duplicate-region): Take POSS as arg.
320 (flyspell-word): Pass POSS as arg.
321
322 * progmodes/ada-xref.el: Many doc and style fixes.
323 (ada-find-any-references): Use compilation-start.
324 (ada-get-ali-file-name): Improve error msg.
325 (ada-get-ada-file-name): Likewise.
326
327 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
328 (ange-ftp-start-process): Use set-process-query-on-exit-flag.
329
330 * mail/mail-extr.el (mail-extr-all-top-level-domains):
331 Add forward defvar.
332
333 * whitespace.el (global-whitespace-mode): New alias
334 for whitespace-global-mode.
335
336 * speedbar.el (speedbar-file-regexp): Definition moved up.
337 (speedbar-mode, speedbar-set-mode-line-format):
338 Use with-no-warnings.
339 (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
340
341 * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
342 controls whether to display the error buffer.
343
344 * ps-mule.el: Delete compatibility code for old Emacses.
345 (ps-mule-find-wrappoint): Don't use chars-in-region.
346
347 * frame.el (display-mouse-p, display-selections-p):
348 Use with-no-warnings.
349
350 * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
351
352 2004-08-22 David Kastrup <dak@gnu.org>
353
354 * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
355 information.
356
357 * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
358
359 2004-08-22 Andreas Schwab <schwab@suse.de>
360
361 * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
362
363 2004-08-22 Masatake YAMATO <jet@gyve.org>
364
365 * cvs-status.el (cvs-status-checkout): New function.
366 (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
367
368 2004-08-21 David Kastrup <dak@gnu.org>
369
370 * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
371 (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
372 has been converted to use hashtables, the relation `nil=none' is
373 no longer valid, as `nil' is not a hashtable. This patch tries to
374 reduce the number of resulting errors.
375
376 2004-08-21 John Paul Wallington <jpw@gnu.org>
377
378 * subr.el (process-kill-without-query): Made obsolete in
379 version 21.4, not 21.5.
380
381 * log-edit.el (vc-comment-ring, vc-comment-ring-index)
382 (vc-previous-comment, vc-next-comment)
383 (vc-comment-search-reverse, vc-comment-search-forward)
384 (vc-comment-to-change-log): Likewise.
385
386 * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
387
388 2004-08-21 Peter Seibel <peter@javamonkey.com> (tiny patch)
389
390 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
391 Correct indentation of DEFMETHODS with non-standard method
392 combinations (e.g., PROGN, MIN, MAX).
393
394 2004-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
395
396 * startup.el (normal-top-level-add-subdirs-to-load-path):
397 Avoid unnecessarily checking system-type.
398 (normal-top-level): Set TERM to "dumb". Simplify.
399
400 * avoid.el (mouse-avoidance-ignore-p): New fun.
401 Also ignore switch-frame, select-window, double, and triple clicks.
402 (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
403 (mouse-avoidance-fancy-hook): Use it.
404
405 2004-08-20 Zoran Milojevic <zoran@sipquest.com> (tiny change)
406
407 * avoid.el (mouse-avoidance-nudge-mouse)
408 (mouse-avoidance-banish-destination): Stay within the current window
409 to avoid problems with mouse-autoselect-window.
410
411 2004-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
412
413 * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
414 the newer format of some messages in cvs-1.12.1.
415
416 2004-08-19 Masatake YAMATO <jet@gyve.org>
417
418 * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
419 (elp-results-jump-to-definition-by-mouse)
420 (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
421 (elp-output-result): Use elp-output-insert-symname.
422
423 2004-08-18 Kenichi Handa <handa@m17n.org>
424
425 * language/cyrillic.el: Register koi8-r in
426 ctext-non-standard-encodings-alist.
427 ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
428
429 2004-08-17 Luc Teirlinck <teirllm@auburn.edu>
430
431 * emacs-lisp/copyright.el (copyright-update-year): Delete code
432 that replaces 20xy with xy.
433
434 2004-08-17 John Paul Wallington <jpw@gnu.org>
435
436 * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
437 (reb-force-update): Doc fix.
438
439 2004-08-16 Richard M. Stallman <rms@gnu.org>
440
441 * progmodes/which-func.el (which-func-update-1): Doc fix.
442
443 * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
444 (sh-mode-abbrev-table): New variable.
445
446 * progmodes/compile.el (compilation-mode): Doc fix.
447
448 * emacs-lisp/lisp-mode.el (eval-last-sexp):
449 Don't cons a new symbol each time.
450 (eval-last-sexp-fake-value): New variable.
451
452 * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
453 (copyright-update-year): Detect continuation of list of years.
454
455 * term.el (term-default-fg-color, term-default-bg-color)
456 (ansi-term-color-vector): Use `unspecified', not nil, as default.
457
458 * imenu.el: Several doc fixes: don't say variables are buffer-local.
459
460 2004-08-16 Davis Herring <herring@lanl.gov>
461
462 * isearch.el (isearch-string, isearch-message-string, isearch-point)
463 (isearch-success, isearch-forward-flag, isearch-other-end)
464 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
465 (isearch-barrier, isearch-within-brackets)
466 (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
467
468 2004-08-16 Kenichi Handa <handa@m17n.org>
469
470 * ps-mule.el (ps-mule-font-info-database): Fix docstring.
471
472 2004-08-15 Kenichi Handa <handa@m17n.org>
473
474 * term/x-win.el (x-selection-value): If utf8 was successful but
475 ctext was not, use utf8 string.
476
477 2004-08-14 Davis Herring <herring@lanl.gov>
478
479 * isearch.el: Remove accidental changes of March 4. Fix backing
480 up when a regexp isearch is made more general. Use symbolic
481 accessor functions for isearch stack frames to make usage clearer.
482 (search-whitespace-regexp): Made groups in documentation shy (as
483 is the group in the default value).
484 (isearch-fallback): New function, addresses problems with regexps
485 liberalized by `\|', adds support for liberalization by `\}' (the
486 general repetition construct), and incorporates behavior for
487 `*'/`?'.
488 (isearch-}-char): New command, calls `isearch-fallback' with
489 arguments appropriate to a typed `}'.
490 (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
491 appropriately.
492 (isearch-mode-map): Bind `}' to `isearch-}-char'.
493 (isearch-string, isearch-message,string, isearch-point)
494 (isearch-success, isearch-forward-flag, isearch-other-end)
495 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
496 (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
497 New inline functions to read fields of a stack frame.
498
499 2004-08-14 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> (tiny change)
500
501 * battery.el (battery-linux-proc-acpi): Look into battery
502 directories matching the literal string "CMB", too (required for
503 Linux kernel version 2.6.7).
504
505 2004-08-14 John Paul Wallington <jpw@gnu.org>
506
507 * cus-start.el (read-file-name-completion-ignore-case): Add.
508 (blink-cursor-alist): Change version to "21.4".
509
510 * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
511
512 2004-08-11 Daniel Pfeiffer <occitan@esperanto.org>
513
514 * speedbar.el (speedbar-scan-subdirs): New option.
515 (speedbar-file-lists): Don't ignore file-name case on Unix and use
516 dolist.
517 (speedbar-insert-files-at-point): Take an extra argument and use
518 it to optionally find out if a subdir is empty. Also unreadable
519 files don't get expand buttons.
520 (speedbar-directory): New image (unused pixmap already existed).
521 (speedbar-expand-image-button-alist): Use it.
522
523 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
524
525 CC Mode update to 5.30.9:
526
527 * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
528 Move from cc-vars to cc-defs for dependency reasons. Fix the
529 POSIX char class test to check that it works in
530 `skip-chars-(forward|backward)' too.
531
532 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
533 first argument starts with a special brace list.
534
535 * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
536 when `c-opt-type-concat-key' is used (i.e. in Pike).
537
538 * progmodes/cc-engine.el (c-looking-at-special-brace-list):
539 Fix bug when the inner char pair doesn't have paren syntax, i.e. "(<
540 >)".
541
542 * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
543 whitespace safe.
544
545 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
546 position for `arglist-intro', `arglist-cont-nonempty' and
547 `arglist-close' when there are two arglist open parens on the same
548 line and there's nothing in front of the first.
549
550 * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
551 locking of qualified names in Java, which previously could fontify
552 common indexing expressions in many cases. The standard Java
553 naming conventions are used to tell them apart.
554
555 * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
556 Fix inconsistency wrt opening parens on the first line inside a paren
557 block.
558
559 * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
560 compile time for the sake of `c-major-mode-is'.
561
562 (c-mode-is-new-awk-p): Made it a macro to delay expansion of
563 `c-major-mode-is' in the event that this is used inside a
564 `c-lang-defconst'.
565
566 * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
567 `c-lang-defconst' so that it works better with fallback languages.
568
569 * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
570 it to fail to record the base mode.
571
572 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
573 Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
574 is used. Reordered the syntax checks to get more efficient
575 skipping in some situations.
576
577 * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
578 continuation which might precede the newly inserted '{'.
579
580 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
581 Fix cases where it could loop indefinitely.
582
583 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
584 size specs correctly. Only fontify identifiers in front of '('
585 with as functions - don't accept any paren char. Tightened up
586 initializer skipping to stop before function and class blocks.
587
588 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
589 the point could be left directly after an open paren when finding
590 the beginning of the first decl in the block.
591
592 * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
593 table when filtering out legitimate open parens to be recorded.
594 This could cause cache inconsistencies when e.g.
595 `c++-template-syntax-table' was temporarily in use.
596
597 * progmodes/cc-engine.el (c-on-identifier)
598 (c-simple-skip-symbol-backward): Small fix for handling "-"
599 correctly in `skip-chars-backward'. Affected the operator lfun
600 syntax in Pike.
601
602 * progmodes/cc-engine.el (c-invalidate-sws-region-after):
603 Fix bug that could cause an error from `after-change-functions' when
604 the changed region is at bob.
605
606 2004-08-11 Alan Mackenzie <bug-cc-mode@gnu.org>
607
608 CC Mode update to 5.30.9:
609
610 * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
611 to say that <TAB> doesn't insert WS into a CPP line.
612 (c-indent-command, c-tab-always-indent): Amend doc strings.
613
614 * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
615 checks for user errors, thus eliminating cryptic and unhelpful
616 Emacs error messages. (1) Check the arg to `c-set-style' is a
617 string. (2) Check that settings to `c-offsets-alist' are not
618 spuriously quoted.
619
620 * progmodes/cc-cmds.el: (c-electric-brace): Don't delete a comment
621 which precedes the newly inserted `{'.
622
623 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
624
625 Sync with Tramp 2.0.44.
626
627 * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
628 function "tramp_file_attributes". Otherwise, file names
629 containing spaces are misinterpreted. Reported by Magnus Henoch
630 <mange@freemail.hu>.
631 (tramp-handle-file-truename): FILENAME must be expanded first.
632 Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
633 obscure results. Reported by D. Goel <deego@gnufans.org>.
634 (tramp-handle-verify-visited-file-modtime): If file does not
635 exist, say it is not modified if and only if that agrees with the
636 buffer's record. Check whether a file is visiting the buffer, or
637 the buffer has no recorded last modification time. Return t in
638 case the visiting file doesn't exist. Suggested by Luc Teirlinck
639 <teirllm@auburn.edu>.
640 (tramp-handle-write-region): Pass modtime explicitely to
641 `set-visited-file-modtime', because filename can be different
642 from (buffer-file-name) if `file-precious-flag' is set.
643 `set-visited-file-modtime' must be called always when `visit' is t
644 or a string. Suggested by Luc Teirlinck <teirllm@auburn.edu>.
645 (tramp-handle-set-visited-file-modtime): If `time-list' is not
646 nil, don't apply the whole body. If the file doesn't exists, set
647 modtime to '(-1 65535). Suggested by Luc Teirlinck
648 <teirllm@auburn.edu>.
649
650 2004-08-09 Luc Teirlinck <teirllm@auburn.edu>
651
652 * help.el (describe-bindings): Doc fix.
653
654 * subr.el (kbd): Doc fix.
655
656 2004-08-08 John Paul Wallington <jpw@gnu.org>
657
658 * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
659 instead of `string-to-int'.
660 (define-ibuffer-column mode): Fix indentation.
661
662 2004-08-08 Lars Hansen <larsh@math.ku.dk>
663
664 * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
665
666 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
667
668 * subr.el (global-unset-key, local-unset-key): Doc fixes.
669
670 * novice.el (disabled-command-function): New variable renamed from
671 `disabled-command-hook'.
672 (disabled-command-hook): Keep the _variable_ as alias for
673 `disabled-command-function' and make obsolete.
674 (disabled-command-function): Function renamed from
675 `disabled-command-hook'. Adapt code to name change of the variable.
676
677 2004-08-07 Satyaki Das <satyaki@theforce.stanford.edu> (tiny change)
678
679 * simple.el (completion-root-regexp): New defvar.
680 (completion-setup-function): Use it instead of a literal string.
681
682 2004-08-07 John Paul Wallington <jpw@gnu.org>
683
684 * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
685 (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
686 (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
687 (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
688
689 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
690
691 * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
692 (mail-extr-voodoo): Check mail-extr-disable-voodoo.
693
694 2004-08-04 Kenichi Handa <handa@m17n.org>
695
696 * international/encoded-kb.el (encoded-kbd-setup-keymap):
697 Fix previous change.
698
699 2004-08-03 Kenichi Handa <handa@m17n.org>
700
701 * international/encoded-kb.el: The following changes are to
702 utilize key-translation-map instead of minor mode map.
703 (encoded-kbd-iso2022-non-ascii-map): Delete it.
704 (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
705 (encoded-kbd-last-key): New function.
706 (encoded-kbd-iso2022-single-shift): New function.
707 (encoded-kbd-iso2022-designation)
708 (encoded-kbd-self-insert-iso2022-7bit)
709 (encoded-kbd-self-insert-iso2022-8bit)
710 (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
711 (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
712 key-translation-map.
713 (encoded-kbd-setup-keymap): Setup key-translation-map.
714 (saved-key-translation-map): New variable.
715 (encoded-kbd-mode): Save/restore key-translation-map. Adjusted
716 for the change of encoded-kbd-setup-keymap.
717
718 2004-08-02 Kim F. Storm <storm@cua.dk>
719
720 * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
721 and call compute-motion with nil for topos and width to get proper
722 usable width and height for both window and non-window systems.
723
724 * windmove.el (windmove-coordinates-of-position): Let compute-motion
725 calculate usable window width and height.
726
727 * window.el (window-buffer-height): Call compute-motion with nil width.
728
729 2004-08-01 David Kastrup <dak@gnu.org>
730
731 * replace.el (query-replace-read-from):
732 Use `query-replace-compile-replacement'.
733 (query-replace-compile-replacement): New function.
734 (query-replace-read-to): Use `query-replace-compile-replacement'
735 for repeating the last command.
736
737 2004-08-01 John Paul Wallington <jpw@gnu.org>
738
739 * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
740 (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
741 (pr-switches): Remove period from end of error messages.
742
743 * help-mode.el (help-go-back): Likewise.
744
745 * abbrev.el (only-global-abbrevs): Doc fix.
746 (edit-abbrevs-map): Define within defvar.
747 (quietly-read-abbrev-file): Doc fix.
748
749 2004-07-31 Luc Teirlinck <teirllm@auburn.edu>
750
751 * novice.el (enable-command, disable-command): Doc fixes.
752
753 * subr.el (event-modifiers, event-basic-type): Doc fixes.
754
755 2004-07-30 Richard M. Stallman <rms@gnu.org>
756
757 * subr.el (with-local-quit): Doc fix.
758
759 2004-07-30 Luc Teirlinck <teirllm@auburn.edu>
760
761 * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
762
763 2004-07-28 Luc Teirlinck <teirllm@auburn.edu>
764
765 * custom.el (defcustom): Doc fix.
766
767 2004-07-28 Masatake YAMATO <jet@gyve.org>
768
769 * progmodes/etags.el (etags-tags-apropos): Show building progress.
770
771 2004-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
772
773 * imenu.el (imenu-prev-index-position-function)
774 (imenu-extract-index-name-function, imenu-name-lookup-function)
775 (imenu--index-alist): Docstring redundancy fix.
776
777 2004-07-25 Lars Hansen <larsh@math.ku.dk>
778
779 * wdired.el (wdired-finish-edit): Require dired-aux before locally
780 binding dired-backup-overwrite.
781
782 2004-07-25 John Paul Wallington <jpw@gnu.org>
783
784 * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
785
786 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
787
788 * term/tty-colors.el (tty-color-approximate): Doc fix.
789
790 * select.el (x-get-selection, x-set-selection): Doc fixes.
791
792 * frame.el (make-frame): Doc fix.
793
794 2004-07-24 Richard M. Stallman <rms@gnu.org>
795
796 * mail/rmail.el (rmail-mime-charset-pattern):
797 Don't include semicolon in the charset value.
798
799 * replace.el (occur-next-error): Call set-window-point.
800 (occur-engine): Handle negative NLINES.
801
802 2004-07-23 Luc Teirlinck <teirllm@auburn.edu>
803
804 * frame.el (modify-all-frames-parameters): Minor doc fix.
805 (set-frame-configuration): Doc fix.
806
807 2004-07-23 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
808
809 * simple.el (completion-setup-function): Compute the common parts
810 and the first difference place correctly when
811 partial-completion-mode is on.
812
813 2004-07-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
814
815 * ps-print.el: Doc fix.
816 (ps-print-version): New version 6.6.5.
817 (ps-printing-region): Doc fix.
818 (ps-generate-string-list): Comment fix.
819 (ps-message-log-max): Code fix.
820
821 2004-07-22 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
822
823 * ps-print.el (ps-begin-file): Improve the DSC compliance of the
824 generated PostScript.
825
826 2004-08-17 Reiner Steib <Reiner.Steib@gmx.de>
827
828 * net/tls.el (tls-process-connection-type): Fix docstring. (Sync
829 with Gnus v5_10 branch.)
830
831 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
832
833 * calendar/time-date.el (time-to-number-of-days): New function.
834 Imported from from Gnus.
835
836 2004-07-22 Kim F. Storm <storm@cua.dk>
837
838 * progmodes/make-mode.el: Fix comments.
839
840 2004-07-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
841
842 * printing.el: Doc fix.
843
844 2004-07-20 Luc Teirlinck <teirllm@auburn.edu>
845
846 * frame.el (modify-all-frames-parameters): Minor doc fix.
847
848 2004-07-20 Richard M. Stallman <rms@gnu.org>
849
850 * textmodes/fill.el (fill-nobreak-p): If this break point is
851 at the end of the line, don't consider the newline which follows
852 as a reason to return t.
853
854 2004-07-19 John Paul Wallington <jpw@gnu.org>
855
856 * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
857
858 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
859
860 * dired-aux.el (dired-do-kill-lines): Expand docstring.
861 Delete irrelevant code.
862
863 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
864
865 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
866 New docstring. From Luc Teirlinck.
867
868 2004-07-17 Luc Teirlinck <teirllm@auburn.edu>
869
870 * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
871 section.
872 (auto-revert-handler): Do not check `auto-revert-tail-mode' for
873 non-file buffers. We know it is nil.
874
875 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
876
877 Sync with Tramp 2.0.43.
878
879 * net/tramp.el (tramp-handle-verify-visited-file-modtime): Remove
880 outdated comment.
881 (tramp-locked, tramp-locker): New variables for implementing a
882 global lock.
883 (tramp-sh-file-name-handler): Use them to implement the global
884 lock.
885
886 2004-07-13 Michael Albinus <michael.albinus@gmx.de>
887
888 * net/tramp.el (all): Code cleanup. Change all `tramp-handle-xxx'
889 calls to respective `xxx` calls.
890 (tramp-process-alive-regexp): Precise doc string.
891 (tramp-multi-action-process-alive): New defun.
892 (tramp-multi-actions): Use it.
893 (tramp-handle-find-backup-file-name): `copy-tree' is available
894 since Emacs 21.4 only (XEmacs has it). Implementation rewritten
895 in order to avoid this function.
896 (tramp-handle-write-region): Set current buffer. If connection
897 wasn't open, `file-modes' has changed it accidently. Reported by
898 David Kastrup <dak@gnu.org>.
899 (tramp-enter-password, tramp-read-passwd): New arguments USER and
900 HOST.
901 (tramp-action-password, tramp-multi-action-password): Apply it.
902 (tramp-open-connection-rsh): If a port is given, the Tramp buffer
903 name must still contain the port number. Otherwise, we have two
904 Tramp buffers, with all the confusion. Reported by Myron Selby
905 <myron@xytech.com> and Rolf Dubitzky
906 <Dubitzky@physi.uni-heidelberg.de>.
907
908 * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
909 HOST to `tramp-enter-passwd'.
910
911 * net/tramp-vc.el (all): Code cleanup. Change all
912 `tramp-handle-xxx' calls to respective `xxx` calls.
913
914 2004-07-17 Jonathan Yavner <jyavner@member.fsf.org>
915
916 * emacs-lisp/testcover.el: New category "potentially-1valued" for
917 functions that are not erroneous if either 1-valued or
918 multi-valued. Detect functions in this class.
919 (testcover-1value-functions, testcover-compose-functions,
920 testcover-progn-functions) Added some additional functions to lists.
921 (testcover-mark): Bugfix when marking up the definition for an
922 empty function.
923
924 2004-07-17 Richard M. Stallman <rms@gnu.org>
925
926 * replace.el (occur-read-primary-args): Pass default to read-from-minibuffer.
927
928 * mail/footnote.el (footnote-section-tag): Use defcustom.
929
930 * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
931 Compile font-lock-keywords, not KEYWORDS.
932 (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
933 Add warn, check-type. Handle cerror like error.
934
935 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
936
937 * progmodes/which-func.el (which-func-keymap): New var.
938 (which-func-face): New face.
939 (which-func-format): Use them.
940
941 2004-07-16 Stephan Stahl <stahl@eos.franken.de> (tiny change)
942
943 * buff-menu.el (list-buffers-noselect): Append the buffer's
944 process status to its mode name.
945
946 2004-07-16 Kim F. Storm <storm@cua.dk>
947
948 * simple.el (inhibit-mark-movement): New defvar.
949 (beginning-of-buffer, end-of-buffer): Do not push mark if
950 inhibit-mark-movement is non-nil or C-u prefix is given.
951
952 * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
953 Init to beginning-of-buffer and end-of-buffer.
954 (cua--undo-push-mark): New defvar.
955 (cua--pre-command-handler): Set inhibit-mark-movement if mark is
956 already active and command is in cua--preserve-mark-commands.
957 Also fix check for shift modifier on non-window systems.
958 (cua--post-command-handler): Clear inhibit-mark-movement if set.
959
960 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
961
962 * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
963 of two integers, instead of a cons.
964
965 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
966 `visited-file-modtime' now returns a list of two integers, instead
967 of a cons.
968
969 * dired.el (dired-directory-changed-p): Ditto.
970
971 * progmodes/grep.el (grep): Doc fix.
972
973 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
974
975 * autorevert.el (auto-revert-tail-mode)
976 (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
977 (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
978 in both at the same time.
979 (auto-revert-tail-mode): New command.
980 (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
981 (auto-revert-handler): Revert only either tail or whole file.
982
983 * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
984 add auto-revert-tail-mode.
985
986 2004-07-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
987
988 * printing.el: Doc fix. Change name of some funs.
989 (pr-dosify-file-name): New fun. Replace ps-dosify-path.
990 (pr-unixify-file-name): New fun. Replace ps-unixify-path.
991 (pr-standard-file-name): New fun. Replace pr-standard-path.
992 (pr-call-process): Code fix.
993
994 2004-07-12 Luc Teirlinck <teirllm@auburn.edu>
995
996 * subr.el (with-selected-window): Doc fix.
997
998 2004-07-11 Luc Teirlinck <teirllm@auburn.edu>
999
1000 * subr.el (get-buffer-window-list): Doc fix.
1001
1002 2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
1003
1004 * files.el (switch-to-buffer-other-window): Doc fix.
1005
1006 * window.el (save-selected-window, one-window-p)
1007 (split-window-keep-point, split-window-vertically)
1008 (split-window-horizontally): Doc fixes.
1009
1010 2004-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1011
1012 * printing.el: Doc fix. Now it uses call-process instead of
1013 shell-command for low command execution.
1014 (pr-version): New version number (6.8).
1015 (pr-shell-file-name): Option removed.
1016 (pr-shell-command): Fun removed.
1017 (pr-call-process): New fun. Replace pr-shell-command.
1018 (pr-standard-path, pr-remove-nil-from-list): New funs.
1019 (zmacs-region-stays, current-mouse-event, current-menubar): New var.
1020 (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
1021 (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
1022 (pr-ps-utility-process, pr-txt-print): Code fix.
1023
1024 2004-07-10 Stephan Stahl <stahl@eos.franken.de> (tiny change)
1025
1026 * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
1027 boolean.
1028
1029 2004-07-09 Lars Hansen <larsh@math.ku.dk>
1030
1031 * wid-edit.el (widget-field-buffer): Doc fix.
1032
1033 2004-07-09 John Paul Wallington <jpw@gnu.org>
1034
1035 * emacs-lisp/re-builder.el (reb-update-overlays): Distinguish
1036 between one and several matches in message.
1037
1038 2004-07-09 Richard M. Stallman <rms@gnu.org>
1039
1040 * mouse.el (mouse-set-region-1): If transient-mark-mode
1041 is `identity', change it to `only'.
1042
1043 * simple.el (current-word): Doc fix.
1044
1045 2004-07-09 Mark A. Hershberger <mah@everybody.org>
1046
1047 * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
1048 so that it is more understanding of whitespace.
1049
1050 * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the
1051 form
1052 (("ns" . "element") (attr-list) children) instead of
1053 ((:ns . "element") (attr-list) children) in order to reduce the
1054 number of symbols used.
1055 (xml-skip-dtd): Change to use xml-parse-dtd but set
1056 xml-validating-parsing to nil.
1057 (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
1058 (xml-substitute-entity): Remove in favor of new entity substitution.
1059 (xml-substitute-special): Rewrite in to substitute complex
1060 entities from DOCTYPE declarations.
1061 (xml-parse-fragment): Parse fragments from entity deleclarations.
1062 (xml-parse-region, xml-parse-tag, xml-parse-attlist)
1063 (xml-parse-dtd, xml-substitute-special): Make validity checks
1064 conditioned on xml-validating-parser. Add "Not Well Formed" to
1065 error messages about well-formedness.
1066
1067 2004-07-08 Steven Tamm <steventamm@mac.com>
1068
1069 * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
1070 (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
1071 Do not treat double clicks and triple clicks specially in the
1072 scroll bar (preventing strange repositioning problems)
1073
1074 2004-07-06 Stefan <monnier@iro.umontreal.ca>
1075
1076 * replace.el (query-replace-regexp-eval): Fix last change.
1077
1078 2004-07-05 Stefan <monnier@iro.umontreal.ca>
1079
1080 * replace.el (query-replace-descr): New fun.
1081 (query-replace-read-from, query-replace-read-args): Default to the
1082 previous from&to.
1083 (query-replace-read-to): Quote the `from' string when displaying it.
1084 (query-replace-regexp-eval): Immediately check read-only status.
1085 Use query-replace-read-from to get the \n checking.
1086 Quote the `from' string when displaying it.
1087 (map-query-replace-regexp, occur-read-primary-args):
1088 Quote the `from' string when displaying it.
1089
1090 * isearch.el (isearch-query-replace): Pass the regexp-ness and
1091 delimited-ness of the search to query-replace.
1092
1093 * replace.el (query-replace-read-from, query-replace-read-to):
1094 New funs extracted from query-replace-read-args.
1095 (query-replace-read-args): Use them.
1096
1097 * replace.el (query-replace-interactive, query-replace-read-args):
1098 Remove the `initial' special value.
1099 (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
1100 (occur-engine): Remove unused var `matchend'.
1101
1102 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
1103 Use the search string without prompting.
1104
1105 2004-07-05 Kenichi Handa <handa@m17n.org>
1106
1107 * international/mule.el (decode-coding-inserted-region):
1108 Set last-coding-system-used only when coding is nil.
1109
1110 2004-07-03 Eli Zaretskii <eliz@gnu.org>
1111
1112 * progmodes/grep.el (grep-compute-defaults, grep-command)
1113 (grep-program, find-program, grep-find-use-xargs, grep-history)
1114 (grep-find-history, grep-tag-default, grep-find-command)
1115 (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
1116 Add autoload cookies, for unbundled packages that load `compile'
1117 and expect all grep-related symbols to become defined.
1118
1119 2004-07-03 KOSEKI Yoshinori <kose@meadowy.org>
1120
1121 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
1122 (iimage-mode-image-search-path): New user option to search the
1123 image file.
1124 (iimage-locate-file): New funcion. Emacs21.3 or earlier does not
1125 have locate-file.
1126 (iimage-mode-buffer): Use it.
1127
1128 2004-07-03 Nick Roberts <nickrob@gnu.org>
1129
1130 * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
1131 carefully.
1132 (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
1133
1134 2004-07-03 Juri Linkov <juri@jurta.org>
1135
1136 * replace.el (query-replace-read-args): Swallow space after 'foo,
1137 not after (quote foo). Match space only immediately after symbol,
1138 not anywhere in the whole string.
1139
1140 2004-07-02 Richard M. Stallman <rms@gnu.org>
1141
1142 * replace.el (query-replace-read-args): Swallow space after
1143 symbols, not after closeparens. But avoid error if string ends there.
1144
1145 * progmodes/python.el (python-beginning-of-statement):
1146 Exit the loop if backward-up-list gets error.
1147
1148 * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
1149
1150 2004-07-02 Andre Spiegel <spiegel@gnu.org>
1151
1152 * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
1153 only if vc-consult-headers is non-nil.
1154
1155 2004-07-02 Juri Linkov <juri@jurta.org>
1156
1157 * pcvs.el (cvs-mode-diff-repository): New command.
1158
1159 * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
1160
1161 2004-07-01 Juri Linkov <juri@jurta.org>
1162
1163 * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
1164 C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace,
1165 C-M-% to isearch-query-replace-regexp.
1166 (minibuffer-local-isearch-map): Add arrow key bindings.
1167 Bind C-f to isearch-yank-char-in-minibuffer.
1168 (isearch-forward): Doc fix.
1169 (isearch-edit-string): Doc fix.
1170 (isearch-query-replace, isearch-query-replace-regexp): New funs.
1171 (isearch-del-char): Add optional arg. Set isearch-yank-flag to t.
1172 (isearch-yank-char): Add optional arg.
1173 (isearch-yank-char-in-minibuffer): New fun.
1174
1175 * replace.el (query-replace-interactive): Change type from boolean
1176 to choice. Add value `initial'.
1177 (query-replace-read-args): Handle value `initial' of
1178 query-replace-interactive.
1179
1180 2004-06-29 Kim F. Storm <storm@cua.dk>
1181
1182 * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
1183 (breakpoint-disabled-bitmap-face): Add :group 'gud.
1184
1185 * progmodes/ada-xref.el (ada-tight-gvd-integration):
1186 Add :group 'ada.
1187
1188 * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
1189
1190 2004-06-29 Juri Linkov <juri@jurta.org>
1191
1192 * replace.el (query-replace-read-args): Swallow a space after
1193 everything except )]" which in most cases means after a symbol.
1194
1195 * emacs-lisp/pp.el (pp-buffer): Add autoload.
1196
1197 2004-06-28 Richard M. Stallman <rms@gnu.org>
1198
1199 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
1200 More changes to go with previous change in font-lock.el.
1201
1202 2004-06-26 David Kastrup <dak@gnu.org>
1203
1204 * replace.el (perform-replace): Highlight the match even in
1205 non-query mode if there is potential replace string editing.
1206
1207 2004-06-26 Kai Grossjohann <kai.grossjohann@gmx.net>
1208
1209 * net/tramp.el (tramp-handle-file-remote-p): New implementation to
1210 agree with new return value of `file-remote-p'.
1211 This syncs with Tramp 2.0.42.
1212
1213 * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
1214 according to new documentation of `file-remote-p'.
1215
1216 * files.el (file-remote-p): Fix doc to say that return value is
1217 identification of remote system, if not nil.
1218 (file-relative-name): Use new return value of `file-remote-p'.
1219
1220 2004-06-26 Nick Roberts <nickrob@gnu.org>
1221
1222 * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
1223 (gdb-goto-breakpoint): Fix breakage.
1224
1225 2004-06-26 Eli Zaretskii <eliz@gnu.org>
1226
1227 * man.el (Man-getpage-in-background): Add windows-nt to the list
1228 of systems where shell-file-name should be used instead of
1229 literal "sh".
1230
1231 2004-06-25 Sam Steingold <sds@gnu.org>
1232
1233 * add-log.el (change-log-font-lock-keywords): Support Common Lisp
1234 function names `(setf symbol)'.
1235
1236 2004-06-24 Richard M. Stallman <rms@gnu.org>
1237
1238 * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
1239
1240 * font-lock.el (font-lock-keywords): Change format of compiled values.
1241 Document it.
1242 (font-lock-add-keywords): If font-lock-keywords is compiled,
1243 extract the uncompiled version, modify, then recompile.
1244 (font-lock-remove-keywords): Likewise.
1245 (font-lock-fontify-keywords-region): Handle changed format.
1246 (font-lock-compile-keywords): Handle changed format.
1247 (font-lock-set-defaults): Compile the keywords explicitly here.
1248
1249 2004-06-24 David Kastrup <dak@gnu.org>
1250
1251 * replace.el (query-replace-read-args): Implement `\,' and `\#'
1252 replacements here.
1253 (query-replace-regexp): Doc string explaining this and the new
1254 `\?' replacement. Remove `\,' and `\#' implementation here, as it
1255 is better placed in `query-replace-read-args'.
1256 (replace-regexp): Explain `\,', `\#' and `\?'.
1257 (replace-match-data): New function for thorough reuse/destruction
1258 of old match-data.
1259 (replace-match-maybe-edit): Function for implementing `\?' editing.
1260 (perform-replace): Fix maintaining of the match stack including
1261 already matched regions, implement `\?', fix various problems
1262 with regions while editing and other stuff.
1263 (replace-highlight): Simplify.
1264
1265 2004-06-24 Daniel Pfeiffer <occitan@esperanto.org>
1266
1267 * progmodes/grep.el (grep-error-screen-columns): New variable.
1268 (grep-regexp-alist): Give it the full functionality of gnu style
1269 compilation messages with line and column ranges. Ask me for the
1270 perl script I'm working on, that uses these.
1271
1272 2004-06-23 Nick Roberts <nickrob@gnu.org>
1273
1274 * comint.el: (comint-insert-clicked-input, comint-copy-old-input):
1275 Remove.
1276 (comint-insert-input, comint-mouse-insert-input): New functions
1277 based on comint-insert-clicked-input for two bindings but just
1278 one functionality.
1279
1280 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
1281
1282 * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
1283
1284 2004-06-23 Lars Hansen <larsh@math.ku.dk>
1285
1286 * files.el (write-contents-functions): Doc fix.
1287
1288 2004-06-21 Juanma Barranquero <lektu@terra.es>
1289
1290 * image.el (image-library-alist): Rewrite docstring in active voice.
1291
1292 2004-06-20 Richard M. Stallman <rms@gnu.org>
1293
1294 * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
1295
1296 * isearch.el (isearch-repeat): Avoid testing old match data.
1297 (isearch-message): Display trailing space in special font
1298 when search is failing.
1299 (isearch-search-fun-function): Doc fix.
1300
1301 * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
1302
1303 2004-06-19 Luc Teirlinck <teirllm@auburn.edu>
1304
1305 * frame.el (show-trailing-whitespace): Doc fix.
1306
1307 * cus-edit.el (custom-variable-documentation): New function.
1308 (custom-variable): Use it.
1309
1310 2004-06-19 Nick Roberts <nickrob@gnu.org>
1311
1312 * man.el (Man-getpage-in-background): Revert previous change but
1313 make cygwin a special case.
1314
1315 2004-06-18 Luc Teirlinck <teirllm@auburn.edu>
1316
1317 * autorevert.el (global-auto-revert-non-file-buffers):
1318 Update docstring.
1319
1320 2004-06-19 Daniel Pfeiffer <occitan@esperanto.org>
1321
1322 * progmodes/compile.el (compilation-error-properties): Store one
1323 more than end-col, if present, so that transient-mark-mode will
1324 highlight last char too.
1325 * progmodes/grep.el (grep-regexp-alist): Match columns and column
1326 ranges, if present.
1327
1328 2004-06-18 Jason Rumney <jasonr@gnu.org>
1329
1330 * makefile.w32-in: Double percent signs in for loops.
1331
1332 2004-06-17 David Kastrup <dak@gnu.org>
1333
1334 * replace.el (query-replace-read-args): Only warn about use of \n
1335 and \t when we are doing a regexp replacement and the actual
1336 escaped character is n or t.
1337 (query-replace-regexp): Add \, and \# interpretation to
1338 interactive call and document it.
1339 (query-replace-regexp-eval, replace-match-string-symbols): Add \#
1340 as shortkey for replace-count.
1341 (replace-quote): New function for doubling backslashes.
1342
1343 2004-06-17 Juanma Barranquero <lektu@terra.es>
1344
1345 * files.el (parse-colon-path, cd): Mention in docstring that the
1346 path separator is colon in GNU-like systems.
1347
1348 * newcomment.el (comment-region-internal): Fix docstring.
1349
1350 * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
1351 (ewoc-invalidate, ewoc-collect): Doc fixes.
1352 (ewoc--create-node, ewoc--delete-node-internal):
1353 Fix typos in docstring.
1354
1355 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
1356
1357 * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
1358 manual to docstring.
1359
1360 2004-06-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1361
1362 * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
1363
1364 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
1365
1366 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
1367 Add hyperlink to emacs-xtra manual to docstring.
1368
1369 * autorevert.el (global-auto-revert-non-file-buffers):
1370 Add hyperlink to emacs-xtra manual to docstring, as well as an
1371 info-link.
1372
1373 2004-06-14 Juanma Barranquero <lektu@terra.es>
1374
1375 * image.el (image-library-alist): New variable to map image types
1376 to external libraries. Initialized to nil, unless system-specific
1377 configs change it.
1378 (image-type-available-p): Determine whether an image type is
1379 available by calling `init-image-library'.
1380
1381 * term/w32-win.el (image-library-alist): Initialize to a known set
1382 of probable library names.
1383
1384 2004-06-14 Kenichi Handa <handa@m17n.org>
1385
1386 * international/code-pages.el (windows-1256, cp1125): Fix tables
1387 for several characters.
1388
1389 * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
1390
1391 2004-06-13 Richard M. Stallman <rms@gnu.org>
1392
1393 * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
1394
1395 * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
1396 not "`pc-selection-mode'".
1397
1398 * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
1399
1400 * simple.el (previous-matching-history-element): Specify a default.
1401
1402 * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
1403
1404 * cus-face.el (custom-declare-face): Simplify code.
1405
1406 * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
1407
1408 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
1409
1410 * files.el (before-save-hook): Add `time-stamp' to the options.
1411
1412 * time-stamp.el (time-stamp): Recommend adding it to
1413 `before-save-hook', rather than `write-file-functions'.
1414 Make a similar change in `Commentary' section.
1415
1416 2004-06-13 Kai Grossjohann <kai.grossjohann@gmx.net>
1417
1418 * diff-mode.el (diff-current-defun): If at start of hunk, use
1419 position of first change.
1420
1421 2004-06-13 Lars Hansen <larsh@math.ku.dk>
1422
1423 * dired-x.el (dired-mark-omitted): Bind to "*O".
1424
1425 2004-06-12 Karl Fogel <kfogel@red-bean.com>
1426
1427 * bookmark.el (bookmark-bmenu-relocate): New function, as
1428 suggested by David J. Biesack <David.Biesack@sas.com>.
1429 (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
1430 (bookmark-bmenu-mode): Describe binding in doc string.
1431 (bookmark-set-filename): Save the bookmark list if it's time.
1432
1433 2004-06-13 Kenichi Handa <handa@m17n.org>
1434
1435 * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
1436 (ccl-untranslated-to-ucs): Fix typo.
1437
1438 2004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
1439
1440 * progmodes/python.el (python-open-block-statement-p):
1441 Fix indentation after a block opening that contains a comment.
1442
1443 2004-06-12 J\e,Ai\e(Br\e,At\e(Bme Marant <jerome@marant.org> (tiny change)
1444
1445 * bindings.el (completion-ignored-extensions): Add file extensions
1446 of Python byte-compiled files.
1447
1448 2004-06-12 Juri Linkov <juri@jurta.org>
1449
1450 * info.el (Info-goto-node): Add autoload.
1451 (Info-toc): Add substring-no-properties on Info file name.
1452 (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
1453 (Info-mode-map): Bind L to Info-history, T to Info-toc.
1454
1455 2004-06-12 Kenichi Handa <handa@m17n.org>
1456
1457 * international/mule-cmds.el (set-language-environment):
1458 Load subst tables if necessary.
1459
1460 * international/mule.el (decode-char): Load subst tables if necessary.
1461 (encode-char): Likewise.
1462
1463 * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
1464 pair correctly. Call ccl-mule-utf-untrans for untranslable chars.
1465 (utf-16le-decode-loop): Set r5 to -1 before loop.
1466 (utf-16be-decode-loop): Likewise.
1467 (ccl-decode-mule-utf-16le): Add EOF processing block.
1468 (ccl-decode-mule-utf-16be): Likewise.
1469 (ccl-decode-mule-utf-16le-with-signature): Likewise.
1470 (ccl-decode-mule-utf-16be-with-signature): Likewise.
1471 (ccl-decode-mule-utf-16): Likewise. Set r5 to -1 initially.
1472 (ccl-mule-utf-16-encode-untrans): New CCL.
1473 (utf-16-decode-to-ucs): Handle pre-read character.
1474 (utf-16le-encode-loop): Handle surrogate pair.
1475 (utf-16be-encode-loop): Likewise.
1476 (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
1477 of utf-16le-encode-loop.
1478 (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
1479 of utf-16be-encode-loop.
1480 (mule-utf-16-post-read-conversion):
1481 Call utf-8-post-read-conversion at first.
1482 (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
1483 Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
1484 Add post-read-conversion and pre-write-conversion.
1485
1486 * international/utf-8.el (utf-translate-cjk-charsets): New variable.
1487 (utf-translate-cjk-unicode-range): New variable.
1488 (utf-translate-cjk-load-tables): New function.
1489 (utf-lookup-subst-table-for-decode): New function.
1490 (utf-lookup-subst-table-for-encode): New function.
1491 (utf-translate-cjk-mode): Init-value changed to t. Don't load
1492 tables here. Update safe-charsets of utf-* coding systems.
1493 (ccl-mule-utf-untrans): New CCL.
1494 (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans. Use `repeat'
1495 at end of each branch.
1496 (ccl-mule-utf-8-encode-untrans): New CCL.
1497 (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
1498 (ccl-untranslated-to-ucs): Handle 2-byte encoding. Set r1 to the
1499 length of encoding. Don't return r0.
1500 (utf-8-compose): New arg hash-table. Handle 2-byte encoding.
1501 (utf-8-post-read-conversion): Narrow to region properly.
1502 If utf-translate-cjk-mode is on, load tables if necessary.
1503 Call utf-8-compose with hash-table arg if necessary.
1504 Call XXX-compose-region instead of XXX-post-read-convesion.
1505 (utf-8-pre-write-conversion): New function.
1506 (mule-utf-8): Include CJK charsets in safe-charsets if
1507 utf-translate-cjk-mode is on. Add pre-write-conversion.
1508
1509 * international/characters.el: Temporarily set
1510 utf-translate-cjk-mode to nil.
1511
1512 * language/devan-util.el (devanagari-compose-region):
1513 Add autoload cookie.
1514
1515 * international/ccl.el (ccl-dump-call): Fix printing the
1516 subroutine name.
1517
1518 2004-06-11 Luc Teirlinck <teirllm@auburn.edu>
1519
1520 * dired.el (dired-revert): If buffer is marked unmodified before
1521 reverting, keep it marked unmodified.
1522 Adapt to new conventions for commenting out code.
1523 (dired-make-relative): Adapt to new conventions for commenting out code.
1524
1525 2004-06-10 Miles Bader <miles@gnu.ai.mit.edu>
1526
1527 * eshell/esh-module.el (eshell-load-defgroups):
1528 Bind `vc-handled-backends' to nil when opening files.
1529
1530 2004-06-11 Juanma Barranquero <lektu@terra.es>
1531
1532 * files.el (parse-colon-path, cd): Doc fixes (refer to
1533 `path-separator', not colon).
1534
1535 2004-06-10 Juanma Barranquero <lektu@terra.es>
1536
1537 * newcomment.el (comment-search-forward)
1538 (comment-search-backward): Fix typos in docstring.
1539 (comment-region): Doc fix.
1540
1541 2004-06-10 Luc Teirlinck <teirllm@auburn.edu>
1542
1543 * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
1544 switch is no longer stored in `dired-switches-alist'.
1545
1546 * dired-aux.el (dired-insert-subdir): Do not store R switch in
1547 `dired-switches-alist'.
1548
1549 2004-06-10 Kim F. Storm <storm@cua.dk>
1550
1551 * pcvs.el (cvs-mode-diff-yesterday): New command.
1552
1553 * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
1554
1555 2004-06-10 Juri Linkov <juri@jurta.org>
1556
1557 * emacs-lisp/edebug.el (edebug-eval-defun):
1558 * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
1559 Fix docstring.
1560
1561 * simple.el (eval-expression-print-format): Don't print additional
1562 information on the first call to `eval-print-last-sexp'.
1563 (next-error-find-buffer): Fix punctuation.
1564 (killing) <defgroup>: Fix punctuation.
1565 (yank-excluded-properties): Change group from editing to killing.
1566
1567 * replace.el (perform-replace): Use `limit' to terminate the
1568 while-loop explicitly.
1569
1570 2004-06-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1571
1572 * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
1573 Use lc-*.xpm as prefix instead of *-locol.xpm.
1574
1575 * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
1576 * toolbar/lc-help.xpm, toolbar/lc-home.xpm
1577 * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
1578 * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
1579 * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
1580 * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
1581 * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
1582 * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
1583 * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
1584 * toolbar/lc-up_arrow.xpm:
1585 Renamed from *-locol.xpm.
1586
1587 2004-06-09 Rajesh Vaidheeswarran <rv@gnu.org>
1588
1589 * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
1590 include forms like &<str>; as valid url patterns.
1591
1592 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
1593
1594 * dired.el (dired-diff, dired-backup-diff)
1595 (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
1596 (dired-do-chown, dired-do-touch, dired-do-print)
1597 (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
1598 (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
1599 (dired-create-directory, dired-do-copy, dired-do-symlink)
1600 (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
1601 (dired-do-copy-regexp, dired-do-hardlink-regexp)
1602 (dired-do-symlink-regexp, dired-upcase, dired-downcase)
1603 (dired-maybe-insert-subdir, dired-next-subdir)
1604 (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
1605 (dired-kill-subdir, dired-tree-up, dired-tree-down)
1606 (dired-hide-subdir, dired-hide-all, dired-show-file-type)
1607 (dired-run-shell-command, dired-query): Remove redundant,
1608 or incorrect, autoloads.
1609
1610 * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
1611 does not end in a slash. Add optional argument KILL-ROOT.
1612 Update docstring.
1613 (dired-do-touch, dired-clean-directory, dired-run-shell-command)
1614 (dired-query): Add autoloads.
1615
1616 2004-06-08 Daniel Pfeiffer <occitan@esperanto.org>
1617
1618 * progmodes/compile.el (compilation-set-window-height):
1619 Rearrange the save-* functions because a buffer can have several current
1620 point in different windows.
1621 (compilation-error-regexp-alist-alist): Recognize {standard input}
1622 GNU messages (for gcc --pipe) and more kinds of Oracle messages.
1623
1624 2004-06-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1625
1626 * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
1627 * toolbar/help-locol.xpm, toolbar/home-locol.xpm
1628 * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
1629 * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
1630 * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
1631 * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
1632 * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
1633 * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
1634 * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
1635 * toolbar/up_arrow-locol.xpm:
1636 New versions of icons that uses fewer colors.
1637
1638 * toolbar/tool-bar.el (tool-bar-local-item)
1639 (tool-bar-local-item-from-menu): Try to use icons with fewer colors
1640 if display-color-cells is 256 or less.
1641
1642 2004-06-08 Kim F. Storm <storm@cua.dk>
1643
1644 * wid-edit.el (widget-specify-button): Use hand pointer rather
1645 than mouse-face as visible mouse-over effect.
1646
1647 2004-06-07 Karl Fogel <kfogel@red-bean.com>
1648
1649 * saveplace.el (save-place-alist-to-file): Bind `print-length'
1650 and `print-level' to nil when writing out `save-place-alist'.
1651 Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
1652
1653 2004-06-07 Juanma Barranquero <lektu@terra.es>
1654
1655 * completion.el (completion-kill-region): Doc fix.
1656
1657 * format.el (format-insert-annotations)
1658 (format-annotate-location): Doc fixes.
1659 (format-subtract-regions): Make arguments match their use in docstring.
1660
1661 * simple.el (kill-region): Doc fix.
1662
1663 * subr.el (insert-buffer-substring-no-properties)
1664 (insert-buffer-substring-as-yank): Doc fixes.
1665
1666 2004-06-07 Luc Teirlinck <teirllm@auburn.edu>
1667
1668 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
1669 Update docstring.
1670 (dired-reset-subdir-switches): New function.
1671
1672 * dired.el (dired-undo): Call `dired-build-subdir-alist'.
1673 Limit scope of `buffer-read-only' binding.
1674
1675 2004-06-06 Emilio C. Lopes <eclig@gmx.net>
1676
1677 * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
1678 eshell-explicit-command-char.
1679
1680 2004-06-06 Juanma Barranquero <lektu@terra.es>
1681
1682 * help-fns.el (help-argument-name): Inherit from italic face only
1683 if the frame supports it.
1684
1685 2004-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1686
1687 * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
1688 * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
1689 * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
1690 * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
1691 * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
1692 * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
1693 * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
1694 New conversions from xpm files.
1695
1696 * toolbar/README: New file.
1697
1698 2004-06-06 Richard M. Stallman <rms@gnu.org>
1699
1700 * isearch.el (isearch-mode-map): Undo previous change.
1701
1702 2004-06-05 Juri Linkov <juri@jurta.org>
1703
1704 * bindings.el (debug-ignored-errors): Add regexps for history
1705 related messages. Remove $ from "No further undo information".
1706 Move Ediff's messages to ediff.el.
1707
1708 * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
1709
1710 * cus-edit.el (custom-display): Add `min-colors'.
1711
1712 * custom.el (defface): Add `supports' to docstring.
1713
1714 * help-fns.el (help-argument-name): Add :group 'help.
1715
1716 2004-06-05 Luc Teirlinck <teirllm@auburn.edu>
1717
1718 * find-dired.el (find-ls-subdir-switches): New user option.
1719 (find-dired): No longer call `abbreviate-file-name' on DIR.
1720 Set `dired-subdir-switches' buffer-locally.
1721
1722 * locate.el: Merge the two `Commentary' sections.
1723 (locate-ls-subdir-switches): New user option.
1724 (locate): Update for other changes.
1725 (locate-mode-map): Restore Dired binding for mouse-2.
1726 Bind `locate-mouse-view-file' to M-mouse-2.
1727 Bind `l' to `locate-do-redisplay'.
1728 (locate-main-listing-line-p, locate-do-redisplay): New functions.
1729 (locate-mouse-view-file, locate-tags, locate-find-directory):
1730 Print message if used outside main listing.
1731 (locate-mode): Update docstring. Make `*Locate*' buffer read-only.
1732 Various changes to support inserted subdirectories.
1733 (locate-insert-header): Change header of *Locate* buffer.
1734
1735 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
1736 Change interactive default switches.
1737 (dired-rename-subdir-2): Update `dired-switches-alist'.
1738 (dired-insert-subdir, dired-kill-subdir):
1739 Handle `dired-switches-alist'. Do not mark buffer modified.
1740 (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
1741 (dired-insert-subdir-doinsert): Omit messages.
1742 Handle `dired-subdir-switches'.
1743 (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
1744
1745 * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
1746 (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
1747 subdirs if -R switch is used for a subdir.
1748 (dired-mode): Set `dired-switches-alist'.
1749 (dired-build-subdir-alist): Only print number of directories in
1750 echo area when invoked interactively.
1751
1752 2004-06-05 Lars Hansen <larsh@math.ku.dk>
1753
1754 * dired-x.el (dired-omit-mode): Rename from
1755 dired-omit-files-p. Use define-minor-mode to define it.
1756 (dired-omit-files-p): Add as alias for dired-omit-mode.
1757 (dired-omit-toggle): Delete. Replaced by dired-omit-mode and
1758 dired-mark-omitted.
1759 (dired-mark-omitted): Add. Bind to M-O.
1760
1761 2004-06-05 Kenichi Handa <handa@m17n.org>
1762
1763 * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
1764
1765 2004-06-05 Juanma Barranquero <lektu@terra.es>
1766
1767 * help-fns.el (help-argument-name): Reintroduce face.
1768 (help-default-arg-highlight): Use it, now that
1769 `face-differs-from-default-p' can be trusted.
1770
1771 2004-06-05 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
1772
1773 * textmodes/table.el: Sentence commands added to Point Motion
1774 group; kill and backward-kill commands added to Extraction group.
1775
1776 2004-06-04 Mario Lang <mlang@delysid.org>
1777
1778 * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
1779 systems appear to use mW, make the code handle this. Fix a
1780 division-by-zero bug while at it, and handle kernels with
1781 a slightly different layout in /proc/acpi.
1782
1783 2004-06-04 Karl Fogel <kfogel@red-bean.com>
1784
1785 * vc-svn.el (vc-svn-checkin): Use 'nconc' instead of 'list*',
1786 because the latter is a CL-ism. This fixes the bug reported by
1787 Shawn Boyette <mdxi@collapsar.net> in
1788 http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
1789
1790 2004-06-04 Miles Bader <miles@gnu.org>
1791
1792 * faces.el (display-supports-face-attributes-p): Function moved to
1793 C code. Previously only the tty-related portion of this function
1794 was done in C; however the previous attempt to do a halfway-proper
1795 job for non-tty displays in lisp didn't work properly because of
1796 funny conditions during Emacs startup.
1797 (face-differs-from-default-p): Simplify, now that
1798 display-supports-face-attributes-p works properly on all display
1799 types. Remove :stipple from comparison; it doesn't really work
1800 in emacs anyway.
1801
1802 2004-06-04 Miles Bader <miles@gnu.org>
1803
1804 * faces.el (face-differs-from-default-p): Use a different
1805 implementation, so we can really check whether FACE displays
1806 differently or not.
1807
1808 2004-06-04 Miles Bader <miles@gnu.org>
1809
1810 * faces.el (display-supports-face-attributes-p): Implement a
1811 `different from default' check for non-tty displays.
1812
1813 2004-06-03 David Kastrup <dak@gnu.org>
1814
1815 * woman.el (woman-mapcan): More concise code.
1816 (woman-topic-all-completions, woman-topic-all-completions-1)
1817 (woman-topic-all-completions-merge): Replace by a simpler and
1818 much faster implementation based on O(n log n) sort/merge instead
1819 of the old O(n^2) behavior.
1820
1821 2004-06-03 Miles Bader <miles@gnu.org>
1822
1823 * subr.el (read-number): Use canonical format for default in prompt.
1824
1825 * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
1826 Add regexp for " [...]" style defaults.
1827
1828 2004-06-02 Romain Francoise <romain@orebokech.com>
1829
1830 * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
1831 groups: if the user asks for a hidden buffer, open the
1832 corresponding filter group to expose it.
1833
1834 * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
1835 `ibuffer-jump-to-buffer'.
1836 (ibuffer-jump-offer-only-visible-buffers): New user option.
1837
1838 2004-06-02 Juanma Barranquero <lektu@terra.es>
1839
1840 * faces.el (frame-update-faces): Add empty docstring so the one
1841 for `ignore' doesn't show through.
1842
1843 * subr.el (process-kill-without-query): Remove spurious "\n" on
1844 obsolescence string.
1845 (focus-frame, unfocus-frame): Add obsolescence declaration and
1846 empty docstring.
1847
1848 * international/mule.el (register-char-codings): Make alias for
1849 `ignore'. Move docstring to obsolescence info and remove redundancy.
1850
1851 2004-06-02 Kim F. Storm <storm@cua.dk>
1852
1853 * frame.el (blink-cursor-start): Turn cursor off initially so blink
1854 starts after blink-cursor-delay rather than 2*blink-cursor-delay.
1855
1856 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
1857
1858 * comint.el (comint-replace-by-expanded-history-before-point):
1859 Obey `start' as the docstring says.
1860 (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
1861 (comint-update-fence): Prevent font-lock from running unnecessarily.
1862 (comint-dynamic-list-completions): Use with-current-buffer.
1863
1864 2004-06-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1865
1866 * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
1867 (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
1868 (bibtex-entry-update): Handle alternatives and optional fields.
1869 (bibtex-parse-entry): Bugfix, handle empty key.
1870
1871 2004-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
1872
1873 * vc-arch.el (vc-arch-state): Don't assume the file exists.
1874
1875 2004-05-31 Lars Hansen <larsh@math.ku.dk>
1876
1877 * desktop.el (desktop-save): Don't save minor modes without a
1878 known mode initialization function.
1879
1880 2004-05-30 Luc Teirlinck <teirllm@auburn.edu>
1881
1882 * replace.el (query-replace-interactive): Convert defvar -> defcustom.
1883
1884 * autorevert.el: Update `Commentary' section.
1885
1886 2004-05-30 Juanma Barranquero <lektu@terra.es>
1887
1888 * dos-fns.el (convert-standard-filename):
1889 * files.el (convert-standard-filename):
1890 * w32-fns.el (convert-standard-filename):
1891 Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
1892
1893 2004-05-30 Kai Grossjohann <kai.grossjohann@gmx.net>
1894
1895 Sync with Tramp.
1896
1897 * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
1898 (tramp-let-maybe): Move to an earlier spot in the file.
1899 Patch by Andreas Schwab.
1900
1901 2004-05-30 Andreas Schwab <schwab@suse.de>
1902
1903 * dired.el (dired-get-filename): Don't use dired-re-dot.
1904
1905 2004-05-30 Richard M. Stallman <rms@gnu.org>
1906
1907 * files.el (find-file): Doc fix.
1908
1909 * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
1910
1911 2004-05-30 Nick Roberts <nickrob@gnu.org>
1912
1913 * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
1914 (gdb-locals-mode, gdb-frame-handler): Display current frame in the
1915 modeline of the locals buffer.
1916 (gdb-goto-breakpoint): Handle gdbmi.
1917 (gdb-get-frame-number): Change for gdbmi.
1918
1919 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
1920
1921 * files.el (file-remote-p): Apply file name handler for operation
1922 `file-remote-p'. It isn' a property any longer.
1923 (file-relative-name): `fh' and `fd' get the required value via
1924 `find-file-name-handler' already.
1925
1926 * ange-ftp.el (ange-ftp-file-remote-p): New defun.
1927 (top): Remove setting of `file-remote-p' property for
1928 `ange-ftp-hook-function'. Add `ange-ftp' property to `file-remote-p'.
1929
1930 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
1931
1932 Version 2.0.41 of Tramp released.
1933
1934 * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
1935 Throw away if process has died.
1936 Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
1937 (tramp-out-of-band-prompt-regexp): Rename to
1938 `tramp-process-alive-regexp', because its usage is widen.
1939 (tramp-actions-copy-out-of-band): Apply it.
1940 (tramp-actions-before-shell, tramp-multi-actions):
1941 Add `tramp-action-process-alive' action.
1942 (tramp-action-process-alive): New defun.
1943 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
1944 Add entry for `file-remote-p'.
1945 (tramp-handle-file-remote-p): New defun.
1946 (top): Remove setting of `file-remote-p'. Don't set
1947 `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
1948
1949 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
1950 `file-remote-p'.
1951
1952 * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
1953 counted for (last) line. [They should or they shouldn't? --Stef]
1954 Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
1955
1956 2004-05-29 Kai Grossjohann <kai.grossjohann@gmx.net>
1957
1958 * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
1959 not really necessary but seems to keep the shell history smaller
1960 in some cases. It is no substitute for setting HISTFILE and
1961 HISTSIZE from tramp-open-connection-setup-interactive-shell,
1962 though. Suggested by Luc Teirlinck.
1963 (tramp-open-connection-setup-interactive-shell): Export variables
1964 HISTFILE and HISTSIZE, do not just set them. From Luc Teirlinck.
1965 (tramp-set-process-query-on-exit-flag): New compat function.
1966 (tramp-open-connection-multi, tramp-open-connection-su)
1967 (tramp-open-connection-rsh, tramp-open-connection-telnet)
1968 (tramp-do-copy-or-rename-file-out-of-band): Use it.
1969 (tramp-let-maybe): New macro, let-binds a variable only if it
1970 isn't obsolete.
1971 (tramp-check-ls-commands, tramp-handle-expand-file-name)
1972 (tramp-handle-file-truename): Use it.
1973 (tramp-completion-file-name-regexp-unified): Avoid matching
1974 filenames starting with "/:" -- those are reserved for
1975 file-name-non-special.
1976
1977 * tramp-smb.el (tramp-smb-open-connection):
1978 Use tramp-set-process-query-on-exit-flag compat function.
1979
1980 2004-05-29 Richard M. Stallman <rms@gnu.org>
1981
1982 * net/browse-url.el (browse-url-interactive-arg): Doc fix.
1983
1984 * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
1985 (eval-last-sexp-print-value): Print char equivalent regardless
1986 of standard-output value.
1987
1988 * thumbs.el (thumbs-subst-char-in-string): Delete.
1989 (thumbs-thumbname): Use subst-char-in-string.
1990 (thumbs-resize-image): Use condition-case, not ignore-errors.
1991 (thumbs-kill-buffer): Likewise.
1992
1993 * thumbs.el: Don't include cl. Don't bother with old Emacs versions.
1994 (thumbs-mode): Make buffer read-only.
1995 (thumbs-make-thumb): Unconditionally accept an existing file.
1996 (thumbs-insert-thumb): Add thumb-image-file property to the image.
1997 (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
1998 (thumbs-show-thumbs-list): Error if images not supported.
1999 (thumbs-save-current-image): Improve prompt string.
2000 (thumbs-mode-map): Define u, R, x.
2001 (thumbs-unmark): New command.
2002 (thumbs-emboss-image): Minor cleanup.
2003 (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
2004 (thumbs-rename-images): New command.
2005 (thumbs-show-image-num): Rewrite. Don't rename the buffer.
2006
2007 * thumbs.el (thumbs-current-image): New function.
2008 (thumbs-file-list, thumbs-file-alist): New functions.
2009 (thumbs-find-image): Delete arg L.
2010 Don't set up thumbs-fileL as buffer-local global var.
2011 (thumbs-find-image-at-point): Use thumbs-current-image.
2012 (thumbs-set-image-at-point-to-root-window): Likewise.
2013 (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
2014 Record and warn about errors. Update thumbs-markedL for deletions.
2015 (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
2016 (thumbs-redraw-buffer): Use thumbs-file-list.
2017 (thumbs-mark): Use thumbs-current-image.
2018 (thumbs-show-name): Use thumbs-current-image.
2019
2020 * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
2021 and imenu--last-menubar-index-alist.
2022
2023 * subr.el (with-selected-window): Undo previous change.
2024
2025 2004-05-29 John Paul Wallington <jpw@gnu.org>
2026
2027 * thumbs.el (thumbs-show-name): Do nothing if no image at point.
2028 (thumbs-mouse-find-image): New command.
2029 (thumbs-mode-map): Bind it to mouse-2.
2030 (thumbs-mode): Make mode-class special.
2031 (thumbs-view-image-mode): Likewise.
2032
2033 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
2034
2035 * flymake.el: New file.
2036
2037 2004-05-28 Luc Teirlinck <teirllm@auburn.edu>
2038
2039 * files.el (find-file-noselect-1): Do not bind
2040 `inhibit-read-only' to t during execution of
2041 `find-file-not-found-functions'.
2042
2043 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
2044
2045 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
2046 * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
2047
2048 2004-05-28 Juri Linkov <juri@jurta.org>
2049
2050 * simple.el (eval-expression-print-format): New fun.
2051
2052 * simple.el (eval-expression):
2053 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
2054 * emacs-lisp/edebug.el (edebug-compute-previous-result)
2055 (edebug-eval-expression): Print additionally the value returned by
2056 `eval-expression-print-format'.
2057
2058 * emacs-lisp/lisp.el (insert-pair-alist): New var.
2059 (insert-pair): Make arguments optional. Find character pair
2060 from `insert-pair-alist' according to the last input event.
2061 (insert-parentheses): Make arguments optional.
2062 (raise-sexp, delete-pair): New funs.
2063
2064 * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
2065 (emacs-lisp-mode-map, lisp-interaction-mode-map):
2066 Bind C-M-q to `indent-pp-sexp'.
2067
2068 * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
2069 `pp-to-string' modified to be able to format text with newlines.
2070 (pp-to-string): Move the buffer-formatting part of the code to
2071 `pp-buffer'. Call `pp-buffer'.
2072
2073 * info.el (Info-desktop-buffer-misc-data): Don't save information
2074 about virtual files.
2075 (Info-restore-desktop-buffer): Restore Info buffers in prepared
2076 buffers with names obtained from the desktop file instead of the
2077 default *info* buffer.
2078
2079 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
2080
2081 * subr.el (with-selected-window): Only save/restore the selected window.
2082
2083 * progmodes/compile.el (compilation-error-regexp-alist):
2084 Use expand-file-name and data-directory.
2085
2086 * progmodes/grep.el (grep-tree): Rework previous fix.
2087
2088 * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
2089 after the user marked text with the mouse.
2090
2091 * startup.el (command-line): Keep the first regexp of
2092 auto-save-file-name-transforms intact.
2093
2094 2004-05-28 Juanma Barranquero <lektu@terra.es>
2095
2096 * cus-edit.el (customize-face, customize-face-other-window)
2097 (custom-face-edit-delete): Make arguments match their use in
2098 docstring.
2099 (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
2100 docstring.
2101
2102 * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
2103 not `cvs-butlast'.
2104
2105 * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
2106 `nbutlast' are in subr.el).
2107
2108 * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
2109 (set-w32-system-coding-system): Doc fixes.
2110
2111 * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
2112 (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
2113 Make arguments match their use in docstring.
2114 (artist-draw-region-trim-line-endings)
2115 (artist-mouse-choose-operation): Fix typo in docstring.
2116 (artist-key-set-point-common): Doc fix.
2117
2118 2004-05-28 Simon Josefsson <jas@extundo.com>
2119
2120 * mail/smtpmail.el (smtpmail-open-stream):
2121 Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
2122
2123 2004-05-26 Simon Josefsson <jas@extundo.com>
2124
2125 * starttls.el: Merge with my GNUTLS based starttls.el.
2126 (starttls-gnutls-program, starttls-use-gnutls)
2127 (starttls-extra-arguments, starttls-process-connection-type)
2128 (starttls-connect, starttls-failure, starttls-success): New variables.
2129 (starttls-program, starttls-extra-args): Doc fix.
2130 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
2131 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
2132 and pass on to corresponding *-gnutls function if it is set.
2133
2134 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
2135
2136 * autorevert.el (auto-revert-handler): Disable auto-reverting of
2137 remote files.
2138
2139 2004-05-27 Michael Albinus <michael.albinus@gmx.de>
2140
2141 * files.el (file-name-non-special): There are more operations
2142 which need handling: `find-backup-file-name',
2143 `insert-file-contents', `verify-visited-file-modtime',
2144 `write-region'. Rename t value of method to `add'. Add new
2145 methods `quote' and `unquote-then-quote' to file-arg-indices.
2146
2147 2004-05-25 Juri Linkov <juri@jurta.org>
2148
2149 * info.el (Info-toc): Call Info-mode on intermediate buffer.
2150 (Info-index-nodes): Enclose code in condition-case to catch errors.
2151 (Info-index-node): Don't search all index nodes if request is only
2152 for the current node and file is not in the cache of index nodes.
2153 (Info-mode-map): Bind Info-copy-current-node-name to `w'
2154 for consistency with dired-copy-filename-as-kill.
2155 Bind `S' to Info-search-case-sensitively.
2156 (Info-copy-current-node-name): New arg. With zero prefix arg put
2157 the name inside a function call to `info'. Display copied text in
2158 the echo area.
2159
2160 2004-05-25 Sam Steingold <sds@gnu.org>
2161
2162 * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
2163 strip the package prefix from the symbol name, if any.
2164 Make it the `find-tag-default-function' for `lisp-mode'.
2165
2166 2004-05-25 John Paul Wallington <jpw@gnu.org>
2167
2168 * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
2169 instead of obsolete `process-kill-without-query'.
2170
2171 * textmodes/texinfmt.el (texinfo-indexvar-alist):
2172 Declare as variable, not constant.
2173
2174 2004-05-25 Luc Teirlinck <teirllm@auburn.edu>
2175
2176 * files.el (find-file-noselect-1): Fix bug introduced by
2177 Revision 1.694. As a side effect, `inhibit-read-only'
2178 is again, by default, t during execution of
2179 `find-file-not-found-functions'.
2180 (insert-directory): Check that lines were really inserted by
2181 the --dired switch, before erasing them.
2182
2183 2004-05-24 Nick Roberts <nickrob@gnu.org>
2184
2185 * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
2186 (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
2187 (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
2188 (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
2189 gud-minor-mode (gdbmi).
2190
2191 2004-05-24 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
2192
2193 * net/browse-url.el (browse-url-interactive-arg): Enable user to
2194 explicitly select the text to be taken as URL.
2195
2196 2004-05-23 Juri Linkov <juri@jurta.org>
2197
2198 * info.el (Info-index-nodes): New var and fun.
2199 (Info-goto-index, Info-index, info-apropos)
2200 (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
2201 (Info-index): Fix docstring. Store and restore Info-history-list.
2202 (Info-complete-nodes): New var.
2203 (Info-complete-menu-item): Use it.
2204 (Info-index-node): New fun.
2205 (Info-final-node, Info-forward-node, Info-backward-node)
2206 (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
2207 Use Info-index-node.
2208 (Info-extract-menu-item, Info-extract-menu-counting): Set second
2209 arg of `Info-extract-menu-node-name' to non-nil for index nodes.
2210 (Info-find-node-2): If a node with period in its name not found,
2211 try to find a node without the name part after period.
2212 (Info-select-node): Call Info-fontify-node only if
2213 Info-fontify-maximum-menu-size is not nil.
2214 (info-apropos): Set Info-fontify-maximum-menu-size to nil.
2215 (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
2216 Preserve Info-history-list.
2217 (Info-toc): Set Info-current-file.
2218 (Info-build-toc): Move point to the beginning of the buffer.
2219 Add main-file variable.
2220 (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
2221 Use backslashed representation of the control character ^_.
2222
2223 * textmodes/texinfmt.el (texinfo-print-index): Print index line
2224 numbers in the new Texinfo 4.7 format.
2225
2226 * add-log.el (change-log-font-lock-keywords): Remove `:' from
2227 regexps for function and variable names.
2228
2229 * descr-text.el (describe-property-list): Add [show] button for
2230 `syntax-table' property with action to pp to a separate buffer.
2231 (describe-char): Replace search-forward by re-search-forward with
2232 whitespace regexp after "character:" to not fail in too narrow windows.
2233
2234 * simple.el (next-error-find-buffer): Add a rule to return
2235 next-error capable buffer if one window on the selected frame
2236 displays such buffer.
2237
2238 2004-05-23 Nick Roberts <nickrob@gnu.org>
2239
2240 * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
2241 (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
2242 (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
2243 (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
2244 (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
2245 Handle new value for gud-minor-mode (gdbmi).
2246 (gdb-buffer-type, gdb-input-queue, gdb-prompting)
2247 (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
2248 Change from local to global gdb variable set.
2249 (gdb-ann3): Initialise above gdb variable set.
2250 (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
2251 (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
2252 (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
2253 (gdb-stopped, gdb-post-prompt, gdb-concat-output)
2254 (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
2255 (gdb-info-locals-handler, gdb-invalidate-assembler)
2256 (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
2257 set as global variables.
2258 (gdb-get-create-buffer): Don't make gud-comint buffer-local.
2259 Handle gdbmi.
2260 (gdb-info-breakpoints-custom): Fix regexp.
2261 (def-gdb-var): Delete.
2262
2263 * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
2264 (gud-speedbar-buttons, gud-sentinel, gud-display-line)
2265 (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
2266 a new mode. The file (gdb-mi.el) for this mode will be included
2267 with the GDB distribution (6.2 onwards) and will use GDB/MI as its
2268 primary interface.
2269
2270 2004-05-23 Jesper Harder <harder@ifa.au.dk>
2271
2272 * progmodes/grep.el (grep-tree): Ensure that DIR argument is
2273 interpreted as a directory.
2274
2275 2004-05-22 Richard M. Stallman <rms@gnu.org>
2276
2277 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
2278 as a close quote.
2279
2280 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
2281
2282 * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
2283 Use assoc-string, not assoc-ignore-case.
2284
2285 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
2286
2287 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
2288 If moving back then fwd gets a defun that ends before point,
2289 try again moving fwd then back.
2290
2291 * files.el (file-name-non-special): Allow t in file-arg-indices
2292 to mean requote the return value. Use `identity' as an element
2293 rather than as the whole value.
2294
2295 * gs.el (gs-options): Add -dSAFER. Mark it risky.
2296
2297 2004-05-22 Juanma Barranquero <lektu@terra.es>
2298
2299 * help-fns.el (help-add-fundoc-usage): Use %S only for output of
2300 `help-make-usage'.
2301 (help-highlight-arguments): Skip function name before searching
2302 for arguments.
2303
2304 2004-05-21 Juanma Barranquero <lektu@terra.es>
2305
2306 * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
2307 Don't mention in the docstring these arguments meant for
2308 internal (recursive) use only.
2309 (allout-char-spec): Comment out (it's not implemented).
2310 (allout-old-expose-topic, allout-exposure): Fix docstring and add
2311 obsolescence declaration.
2312 (allout-flatten-exposed-to-buffer)
2313 (allout-indented-exposed-to-buffer): Fix typos in docstring.
2314 (my-mark-marker): Doc fix.
2315 (produce-allout-mode-map, allout-sibling-index)
2316 (allout-isearch-expose, allout-distinctive-bullet)
2317 (allout-open-topic, allout-reindent-body)
2318 (allout-rebullet-heading, allout-process-exposed)
2319 (allout-insert-listified, allout-latex-verb-quote)
2320 (allout-insert-latex-header, allout-insert-latex-trailer):
2321 Make arguments match their use in docstring.
2322 (allout-primary-bullet, allout-old-style-prefixes)
2323 (allout-inhibit-protection, allout-init, allout-mode)
2324 (allout-before-change-protect, allout-flag-region):
2325 Use "Emacs" instead of "emacs" in docstrings.
2326
2327 2004-05-21 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
2328
2329 * international/characters.el: Modify syntax of more characters.
2330
2331 2004-05-21 Masatake YAMATO <jet@gyve.org>
2332
2333 * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
2334 (etags-tags-completion-table): Show parsing progress.
2335
2336 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
2337
2338 * locate.el (locate-prompt-for-command): Shorten first line of
2339 docstring.
2340 (locate-mode): Expand docstring and include keymap summary.
2341
2342 * files.el (find-file-noselect-1): Limit the scope of the
2343 `inhibit-read-only' binding. Make sure that `inhibit-read-only'
2344 is, by default, nil during the execution of
2345 `find-file-not-found-functions' and `find-file-hook'.
2346
2347 2004-05-20 Michael Mauger <mmaug@yahoo.com>
2348
2349 * facemenu.el (facemenu-color-name-equal): New function.
2350 (list-colors-display): Use it to compare colors instead of
2351 facemenu-color-equal.
2352
2353 2004-05-20 Dan Nicolaescu <dann@ics.uci.edu>
2354
2355 * compare-w.el (compare-windows-face): Use min-colors instead of
2356 checking for tty or pc types.
2357
2358 2004-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
2359
2360 * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
2361 (completion-setup-function): Use with-current-buffer.
2362 Properly save excursion. Simplify.
2363 Don't assume there is necessarily a `mouse-face' property somewhere.
2364
2365 * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
2366
2367 * progmodes/gdb-ui.el (gdb-reset): Use unless. Fix regexp.
2368
2369 * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
2370 (byte-compile-log-1): Don't call (byte-goto-log-buffer).
2371 Use with-current-buffer.
2372 (byte-goto-log-buffer): Delete.
2373 (byte-compile-log-file): Call compilation-forget-errors.
2374
2375 2004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
2376
2377 * net/ldap.el (ldap-search-internal): Avoid mixing standard error
2378 output messages into the search result.
2379
2380 2004-05-19 Masatake YAMATO <jet@gyve.org>
2381
2382 * wid-edit.el (widget-radio-button-notify): Revert my last
2383 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
2384
2385 2004-05-19 Kenichi Handa <handa@m17n.org>
2386
2387 * international/characters.el: Fix syntax (open/close) of CJK chars.
2388
2389 2004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
2390
2391 * help-mode.el (help-go-back): Don't depend on position of back button.
2392
2393 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
2394
2395 * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
2396 files files don't contain an accidental additional /.
2397
2398 * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
2399 in source buffer.
2400
2401 2004-05-18 Masatake YAMATO <jet@gyve.org>
2402
2403 * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
2404 to widget-apply. :action method assumes 2 arguments, not 3.
2405
2406 2004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk>
2407
2408 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
2409 New constants.
2410 (hs-special-modes-alist): Add an f90-mode entry.
2411
2412 2004-05-17 Sam Steingold <sds@gnu.org>
2413
2414 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
2415 Indent "without-" forms just like "with-" and "do-". Use regexp-opt.
2416
2417 2004-05-16 Kim F. Storm <storm@cua.dk>
2418
2419 * emacs-lisp/timer.el (timer-event-handler): Fix last change.
2420
2421 2004-05-15 John Wiegley <johnw@newartisans.com>
2422
2423 * eshell/esh-io.el (eshell-get-target): Whitespace changes.
2424 (eshell-output-object-to-target): Improve output speed 20% by not
2425 calling `eshell-stringify' if something is already known to be a string.
2426
2427 2004-05-15 Alex Ott <ott@jet.msk.su>
2428
2429 * textmodes/ispell.el (ispell-local-dictionary-alist):
2430 Add windows-1251 to the choice of coding systems.
2431 (ispell-dictionary-alist-6): Add support for "russianw.aff",
2432 encoded in cp1251.
2433
2434 2004-05-15 Dan Nicolaescu <dann@ics.uci.edu>
2435
2436 * progmodes/compile.el (compilation-warning-face)
2437 (compilation-info-face): Use min-colors.
2438
2439 2004-05-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2440
2441 * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
2442 * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
2443 * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
2444 * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
2445 * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
2446 * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
2447 * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
2448 * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
2449 * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
2450 * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
2451 * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
2452 * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
2453 * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
2454 * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
2455
2456 2004-05-15 Kim F. Storm <storm@cua.dk>
2457
2458 * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
2459 Use it to set triggered-p element of timer.
2460 (timer-event-handler): Set triggered-p element non-nil while running
2461 the timer function.
2462
2463 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
2464
2465 * descr-text.el (describe-char-unicode-data)
2466 (describe-char-unicodedata-file): Re-enable the unicode code now that
2467 the licensing issues have been cleared in the unicode-4 license.
2468 (describe-text-properties-1): Remove unused `overlay' var.
2469 (describe-char): Remove unused var `buffer'.
2470
2471 2004-05-14 David Ponce <david@dponce.com>
2472
2473 * tree-widget.el: New file.
2474
2475 2004-05-13 Marcelo Toledo <marcelo@marcelotoledo.org>
2476
2477 * language/european.el ("Brazilian Portuguese"): Add support for
2478 Brazilian Portuguese.
2479
2480 2004-05-13 John Wiegley <johnw@newartisans.com>
2481
2482 * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
2483 `recentf-mode' if this variable has been customized to t.
2484
2485 * eshell/esh-test.el (eshell-test): Call the function
2486 `emacs-version' rather than trying to build a custom version string.
2487
2488 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
2489
2490 * net/telnet.el (telnet-mode): Use define-derived-mode.
2491 Don't modify the global value of comint-prompt-regexp.
2492
2493 2004-05-13 John Paul Wallington <jpw@gnu.org>
2494
2495 * version.el (emacs-version): Check for `gtk' feature before
2496 `x-toolkit' feature.
2497
2498 2004-05-13 Juanma Barranquero <lektu@terra.es>
2499
2500 * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
2501 arguments in the docstring, they're used only in recursive calls.
2502
2503 * help-fns.el (help-arg-highlighting-function)
2504 (help-argument-name): Delete.
2505 (help-default-arg-highlight): New function.
2506 (help-do-arg-highlighting): Use it.
2507
2508 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
2509
2510 * calendar/appt.el (appt-disp-window):
2511 Use `calendar-set-mode-line' for a centered mode-line.
2512
2513 2004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
2514
2515 * calendar/appt.el (appt-disp-window): Do not split window
2516 excessively when `split-height-threshold' is low.
2517
2518 2004-05-12 Nick Roberts <nickrob@gnu.org>
2519
2520 * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
2521 kill-buffer-hook here and make it local.
2522 (gud-kill-buffer-hook): Use kill-process for a sure kill.
2523
2524 2004-05-12 Daniel Pfeiffer <occitan@esperanto.org>
2525
2526 * progmodes/compile.el (compilation-set-window-height):
2527 Use save-excursion to protect against misplaced marker.
2528
2529 2004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2530
2531 * custom.el (defface): Document that type can have value gtk.
2532
2533 * faces.el (face-spec-set-match-display): Handle type gtk in display.
2534
2535 2004-05-12 Kenichi Handa <handa@m17n.org>
2536
2537 * descr-text.el: Require quail at comile time.
2538 (describe-char): If an input method is on and it supports the
2539 character, show how to input it.
2540
2541 * international/quail.el (quail-install-decode-map): Accept a
2542 char-table whose subtype is `quail-decode-map'.
2543 (quail-store-decode-map-key, quail-gen-decode-map1)
2544 (quail-gen-decode-map, quail-find-key1, quail-find-key)
2545 (quail-show-key): New functions.
2546
2547 2004-05-12 Juanma Barranquero <lektu@terra.es>
2548
2549 * generic.el (define-generic-mode): Remove redundant arglist info.
2550
2551 * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
2552 Make arguments match their use in docstring.
2553 (help-arg-highlighting-function): New variable.
2554 (help-argument-name): Mention it in the docstring.
2555 (help-do-arg-highlight): Use it. Expand regexp to accept also
2556 ARG-xxx and xxx-ARG references.
2557
2558 2004-05-11 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
2559
2560 * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
2561 parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
2562 and "mailto:addr1?to=addr2" equal.
2563
2564 2004-05-11 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
2565
2566 * man.el (Man-getpage-in-background): Use shell-file-name
2567 and shell-command-switch variables instead of hard-coded values.
2568
2569 2004-05-11 Eli Zaretskii <eliz@gnu.org>
2570
2571 * iimage.el: New file.
2572
2573 2004-05-11 Juanma Barranquero <lektu@terra.es>
2574
2575 * custom.el (custom-initialize-default, defcustom):
2576 Fix typo in docstring.
2577
2578 * files.el (set-visited-file-name, file-expand-wildcards):
2579 Fix docstring.
2580
2581 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
2582
2583 * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
2584
2585 * subr.el (eventp): Be more discriminating with integers.
2586
2587 2004-05-10 Daniel Pfeiffer <occitan@esperanto.org>
2588
2589 * progmodes/compile.el (compile): Add universal prefix arg.
2590 (compilation-error-regexp-alist-alist): Add edg patterns.
2591
2592 2004-05-10 Sam Steingold <sds@gnu.org>
2593
2594 * textmodes/ispell.el (ispell-message):
2595 Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
2596
2597 2004-05-10 Dave Love <fx@gnu.org>
2598
2599 * progmodes/python.el (help-buffer): Autoload when compiling.
2600 (python-after-info-look): Don't assume Info-goto-node returns non-nil.
2601 (run-python): Prepend to any existing PYTHONPATH.
2602
2603 2004-05-10 Nick Roberts <nick@nick.uklinux.net>
2604
2605 * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
2606 for pending breakpoints.
2607
2608 2004-05-10 Richard M. Stallman <rms@gnu.org>
2609
2610 * mail/unrmail.el (unrmail): Mostly rewritten. Parses the file
2611 directly without calling any functions in Rmail.
2612 (unrmail-unprune): Function deleted.
2613
2614 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
2615
2616 * progmodes/python.el (inferior-python-mode-map): Remove erroneous
2617 C-c C-z binding.
2618
2619 2004-05-10 Kenichi Handa <handa@m17n.org>
2620
2621 * descr-text.el (describe-char): Fix previous change. Don't make
2622 a unibyte character to multibyte in the *Help* buffer.
2623
2624 2004-05-10 Miles Bader <miles@gnu.org>
2625
2626 * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
2627 buffer an error if the debugger process is actually running.
2628
2629 2004-05-10 Juanma Barranquero <lektu@terra.es>
2630
2631 * help-fns.el (help-argument-name): Default to italic.
2632 (help-highlight-arguments): Return always (usage . doc), even when
2633 usage is nil.
2634
2635 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
2636 (define-ibuffer-filter): Add usage info.
2637 (define-ibuffer-op): Add usage info (but CL-style defaults for
2638 keyword args are not shown).
2639
2640 * subr.el (remove-overlays, read-passwd): Fix docstring.
2641 (start-process-shell-command): Fix docstring. Put usage info in a
2642 format usable by `describe-function'.
2643 (open-network-stream, open-network-stream-nowait)
2644 (open-network-stream-server): Fix docstring.
2645
2646 2004-05-09 Jason Rumney <jasonr@gnu.org>
2647
2648 * international/code-pages (cp932, cp936, cp949, c950): Remove.
2649 Only define cp125* if windows-125* is already defined.
2650
2651 * language/korean.el (cp949): Add alias.
2652
2653 * language/chinese.el (cp936, cp950): Add aliases.
2654
2655 * language/japanese.el (cp932): Add alias.
2656
2657 * term/w32-win.el: Require code-pages.
2658
2659 * international/mule-cmds.el (set-locale-environment):
2660 On MS-Windows use ansi code-page for default coding-systems.
2661 Set up paper sizes for Windows 3 letter languages.
2662
2663 * international/code-pages.el (cp932, cp936, cp949, cp950):
2664 Add aliases. Also add cp125* if not already defined.
2665
2666 2004-05-09 Juanma Barranquero <lektu@terra.es>
2667
2668 * help-fns.el (help-highlight-arguments): Don't try to highlight
2669 missing or autoloaded arglists. Accept structured arguments, like
2670 the first ones of `do' and `flet'.
2671
2672 * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
2673 (cvs-get-marked): Remove redundant arglist info.
2674
2675 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
2676 Don't use CL-style default args.
2677
2678 2004-05-08 Andreas Schwab <schwab@suse.de>
2679
2680 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
2681
2682 * international/subst-ksc.el: Fix references to utf-translate-cjk
2683 into utf-translate-cjk-mode.
2684 * international/subst-big5.el: Likewise.
2685 * international/subst-gb2312.el: Likewise.
2686 * international/subst-jis.el: Likewise.
2687 * international/utf-16.el: Likewise.
2688 * international/utf-8.el: Likewise.
2689
2690 2004-05-08 John Wiegley <johnw@newartisans.com>
2691
2692 * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
2693 "virtual buffers" (off by default), which makes it possible to
2694 switch to the "virtual" buffers of recently visited files. When a
2695 buffer name search fails, and this option is on, iswitchb will
2696 look at the list of recently visited files, and permit matching
2697 against those names. When the user hits RET on a match, it will
2698 revisit that file.
2699 (iswitchb-read-buffer): Add two optional arguments, which makes
2700 isearchb.el possible.
2701 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
2702 (iswitchb-next-match): Add support for virtual buffers.
2703
2704 * isearchb.el: This module extends iswitchb to provide "as you
2705 type" buffer selection.
2706
2707 * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
2708 Ignore the read-only property when flyspell highlighting is on.
2709 Not ignoring it leads to a series of confusing errors.
2710 (flyspell-highlight-duplicate-region): Ignore read-only, as above,
2711 but also make sure to call flyspell-incorrect-hook.
2712 (flyspell-maybe-correct-transposition): Perform transposition test
2713 by bit twiddling a string, rather than using a temp buffer.
2714 (flyspell-maybe-correct-doubling): Use a string rather than a temp
2715 buffer. This is also the original version of the code, which
2716 could not be checked in before due to a previous lack of
2717 assignment papers. This version has seen heavy usage on my system
2718 for several years now.
2719
2720 * calendar/cal-bahai.el: New file, which adds support for the
2721 Baha'i calendar to Emacs. This calendar is based on a solar year
2722 of 19 months of 19 days, with 4 intercalary days. Each year
2723 begins on March 21, with the calendar starting in 1844.
2724
2725 * calendar/cal-menu.el, calendar/calendar.el,
2726 calendar/diary-lib.el, calendar/holidays.el: Added support for
2727 using cal-bahai.el.
2728
2729 * eshell/em-glob.el (eshell-glob-initialize): Move initialization
2730 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
2731 function can be used outside of eshell buffers.
2732 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
2733
2734 2004-05-08 Juanma Barranquero <lektu@terra.es>
2735
2736 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
2737 word constituent so FOO-ARG is not recognized as an arg.
2738 (help-highlight-arguments): Don't skip lists in mandatory arguments.
2739
2740 * simple.el (next-error): Fix typo in docstring.
2741 (open-line): Make argument names match their use in docstring.
2742 (split-line): Fix docstring.
2743
2744 * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
2745 usable by `describe-function'.
2746 (gensym, gentemp, typep, ignore-errors): Make argument names match
2747 their use in docstring.
2748
2749 * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
2750 argument to `help-setup-xref'.
2751
2752 2004-05-07 Kai Grossjohann <kai@emptydomain.de>
2753
2754 Version 2.0.40 of Tramp released.
2755
2756 * net/tramp.el (tramp-completion-mode, tramp-md5-function):
2757 Use symbol-function to invoke functions only known on some Emacs
2758 flavors. This avoids byte-compiler warnings. Reported by Kevin
2759 Scaldeferri <kevin@scaldeferri.com>.
2760 (tramp-do-copy-or-rename-file-via-buffer): Rename from
2761 tramp-do-copy-or-rename-via-buffer (without `file'), to make it
2762 consistent with the other tramp-do-* functions.
2763 (tramp-do-copy-or-rename-file): Calls adjusted.
2764 (tramp-process-initial-commands): Avoid liveness check on shell --
2765 we know that it must be alive since we're opening a connection at
2766 this moment.
2767 (tramp-last-cmd): New internal variable.
2768 (tramp-process-echoes): New tunable.
2769 (tramp-send-command): Set tramp-last-cmd.
2770 (tramp-wait-for-output): Delete echo, if applicable.
2771 (tramp-read-passwd): Construct the key for the password cache in a
2772 way that works for multi methods, too.
2773 (tramp-bug): Add backup-directory-alist and
2774 bkup-backup-directory-info to bug reports, with Tramp counterparts.
2775
2776 2004-05-07 Michael Albinus <michael.albinus@gmx.de>
2777
2778 * net/tramp*.el: Suppress byte-compiler warnings where possible.
2779
2780 * net/tramp.el (tramp-out-of-band-prompt-regexp)
2781 (tramp-actions-copy-out-of-band): New defcustoms.
2782 (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
2783 used instead of a synchronous one. Allows password entering.
2784 (tramp-action-out-of-band): New defun.
2785 (tramp-open-connection-rsh, tramp-method-out-of-band-p):
2786 Remove restriction with password from doc string.
2787 (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
2788 `tramp-out-of-band-prompt-regexp',
2789 `tramp-actions-copy-out-of-band', `password-cache' and
2790 `password-cache-expiry'.
2791 (toplevel): Remove todo item wrt ssh-agent. Obsolete due to
2792 password caching.
2793 (tramp-touch): FILE can be a local file, too.
2794 (TODO): Remove items done.
2795 (tramp-handle-insert-directory): Properly quote file name also if
2796 not full-directory-p. Handle wildcard case. Reported by Andreas
2797 Schwab <schwab@suse.de>.
2798 (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
2799 new file.
2800 (tramp-handle-file-local-copy, tramp-handle-write-region):
2801 The permissions of the temporary file are set if filename exists.
2802 Reported by Ted Stern <stern@cray.com>.
2803 (tramp-backup-directory-alist)
2804 (tramp-bkup-backup-directory-info): New defcustoms.
2805 (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
2806 (tramp-handle-find-backup-file-name): New function.
2807 Implements Tramp's find-backup-file-name.
2808
2809 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
2810 for `find-backup-file-name'.
2811
2812 * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
2813 ("file" -> "filename"). Reported by Kim F. Storm <storm@cua.dk>.
2814
2815 2004-05-07 Lars Hansen <larsh@math.ku.dk>
2816
2817 * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
2818
2819 2004-05-07 Juanma Barranquero <lektu@terra.es>
2820
2821 * subr.el (lambda): Add arglist description to docstring.
2822 (declare): Fix typo in docstring.
2823 (open-network-stream): Fix docstring.
2824 (process-kill-without-query): Fix docstring and add obsolescence info.
2825 (last, butlast, nbutlast): Make arguments match their use in docstring.
2826 (insert-buffer-substring-no-properties): Likewise.
2827 (insert-buffer-substring-as-yank): Likewise.
2828 (split-string): Fix docstring.
2829
2830 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
2831 Make argument names match their use in docstring.
2832
2833 * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
2834
2835 2004-05-06 Nick Roberts <nickrob@gnu.org>
2836
2837 * progmodes/gdb-ui.el: Improve/extend documentation strings.
2838 Fit first sentence on one line for apropos-command.
2839
2840 2004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
2841
2842 Changes largely merged in from Dave Love's code.
2843 * progmodes/python.el: Doc fixes.
2844 (python-mode-map): Add python-complete-symbol.
2845 (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
2846 (python-comment-indent, python-complete-symbol)
2847 (python-symbol-completions, python-partial-symbol)
2848 (python-try-complete): New.
2849 (python-indent-line): Remove optional arg. Use python-block-end-p.
2850 (python-check): Bind compilation-error-regexp-alist.
2851 (inferior-python-mode): Use rx. Move keybindings to top level.
2852 Set comint-input-filter.
2853 (python-preoutput-filter): Use rx.
2854 (python-input-filter): Re-introduce.
2855 (python-proc): Start new process if necessary.
2856 Check python-buffer non-nil.
2857 (view-return-to-alist): Defvar.
2858 (python-send-receive): New.
2859 (python-eldoc-function): Use it.
2860 (python-mode-running): Don't defvar.
2861 (python-mode): Set comment-indent-function.
2862 Maybe update hippie-expand-try-functions-list.
2863 (python-indentation-levels): Initialize differently.
2864 (python-block-end-p): New.
2865 (python-indent-line): Use it.
2866 (python-compilation-regexp-alist): Augment.
2867 (run-python): Import `emacs' module to Python rather than loading
2868 code directly. Set python-buffer differently.
2869 (python-send-region): Use emacs.eexecfile. Fix orig-start calculation.
2870 Use python-proc.
2871 (python-send-command): Go to end of comint buffer.
2872 (python-load-file): Use python-proc, emacs.eimport.
2873 (python-describe-symbol): Simplify interactive form.
2874 Use emacs.help. Do use temp-buffer-show-hook.
2875 Call print-help-return-message.
2876 (hippie-exp): Require when compiling.
2877 (python-preoutput-continuation): Use rx.
2878
2879 * diff-mode.el (diff-make-unified): Fix regexp.
2880
2881 2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
2882
2883 * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
2884 filter groups from the buffer when rebuilding the Ibuffer buffer
2885 and `ibuffer-show-empty-filter-groups' is nil.
2886
2887 2004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2888
2889 * ps-print.el (ps-print-quote): Call ps-value-string.
2890 (ps-setup): Call ps-comment-string.
2891 (ps-value-string, ps-comment-string): New funs.
2892
2893 2004-05-06 Juanma Barranquero <lektu@terra.es>
2894
2895 * ehelp.el (electric-help-command-loop): Check whether the last
2896 character is visible, not (point-max).
2897
2898 * help-fns.el (help-argument-name): Default to bold; don't inherit
2899 from font-lock-variable-name-face.
2900 (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
2901
2902 2004-05-05 Kenichi Handa <handa@m17n.org>
2903
2904 * descr-text.el (describe-char): Copy the character with text
2905 properties and overlays into the first line, and call
2906 describe-text-properties on it.
2907
2908 2004-05-05 Stephen Eglen <stephen@anc.ed.ac.uk>
2909
2910 * iswitchb.el (iswitchb-global-map): Fix typo.
2911 Remove unwanted ###autoloads from source file.
2912
2913 2004-05-05 Lars Hansen <larsh@math.ku.dk>
2914
2915 * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
2916 in run-hooks. Use substitute-command-keys in message.
2917 (wdired-abort-changes): Add message.
2918
2919 2004-05-03 Michael Mauger <mmaug@yahoo.com>
2920
2921 * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
2922 (sql-emacs20-p): Remove.
2923 (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
2924 (sql-builtin-face, sql-doc-face): Remove.
2925 (sql-mode-ansi-font-lock-keywords)
2926 (sql-mode-oracle-font-lock-keywords)
2927 (sql-mode-postgres-font-lock-keywords)
2928 (sql-mode-linter-font-lock-keywords)
2929 (sql-mode-ms-font-lock-keywords)
2930 (sql-mode-mysql-font-lock-keywords): Use standard fonts.
2931 (sql-product-font-lock): Fix font-lock reset when font rules change.
2932 (sql-highlight-product): Remove incorrect font-lock reset logic.
2933
2934 2004-05-04 Jonathan Yavner <jyavner@member.fsf.org>
2935
2936 * ses.el (ses-set-parameter): Fix typo.
2937
2938 2004-05-04 Kim F. Storm <storm@cua.dk>
2939
2940 * ido.el (ido-read-internal): Fix call to read-file-name for edit.
2941 Must expand directory for completion to work; and don't mess with
2942 process-environment.
2943 (ido-read-file-name): If command has ido property, don't use ido
2944 if value is ignore, or read as directory if value is dir.
2945 Set ido ignore property for dired-do-rename command.
2946
2947 2004-05-04 Juanma Barranquero <lektu@terra.es>
2948
2949 * ehelp.el (electric-help-command-loop, electric-help-undefined)
2950 (electric-help-help): Check against unmapped commands.
2951
2952 * help-fns.el (help-argument-name): New face, inheriting from
2953 font-lock-variable-name-face, to highlight function arguments in
2954 `describe-function' and `describe-key'.
2955 (help-do-arg-highlight): Auxiliary function to highlight a given
2956 list of arguments in a string.
2957 (help-highlight-arguments): Highlight the function arguments and
2958 all uses of them in the docstring.
2959 (describe-function-1): Use it. Do docstring output via `insert',
2960 not 'princ', so text attributes are preserved.
2961
2962 * winner.el (winner-mode-map): Move `winner-undo' and
2963 `winner-redo' to C-c <left> and C-c <right>, respectively (the
2964 previous bindings conflict with `prev-buffer', `next-buffer').
2965
2966 2004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2967
2968 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
2969 (bibtex-entry-update): New command bound to C-c C-u.
2970 (bibtex-text-in-string): Fix regexp.
2971 (bibtex-assoc-of-regexp): Remove.
2972 (bibtex-progress-message): Fix docstring.
2973 (bibtex-inside-field): Use if.
2974 (bibtex-assoc-regexp): New function.
2975 (bibtex-format-entry): Make code more robust so that it formats
2976 also old entries.
2977 (bibtex-autokey-demangle-title): Merge with obsolete function
2978 bibtex-assoc-of-regexp.
2979 (bibtex-field-list): New function.
2980 (bibtex-entry): Use bibtex-field-list.
2981 (bibtex-parse-entry): Fix docstring.
2982 (bibtex-print-help-message): Use bibtex-field-list.
2983 (bibtex-make-field): Use bibtex-field-list.
2984 (bibtex-entry-index): Bugfix. Return crossref key if required.
2985 (bibtex-lessp): Fix docstring.
2986
2987 2004-05-03 Luc Teirlinck <teirllm@auburn.edu>
2988
2989 * select.el (xselect-convert-to-string): Move comment to intended line.
2990
2991 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2992
2993 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
2994 cut/copy/paste in case menu-bar-enable-clipboard is in effect.
2995
2996 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2997
2998 * term/x-win.el (x-clipboard-yank): Don't exit on error from
2999 x-get-selection.
3000
3001 2004-05-03 Jason Rumney <jasonr@gnu.org>
3002
3003 * makefile.nt: Remove.
3004
3005 2004-05-03 Kim F. Storm <storm@cua.dk>
3006
3007 * emulation/cua-base.el (cua--update-indications): Fix last change.
3008 (cua-mode): Deactivate mark when cua-mode is enabled.
3009
3010 2004-05-02 Luc Teirlinck <teirllm@auburn.edu>
3011
3012 * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
3013
3014 2004-05-03 Nick Roberts <nickrob@gnu.org>
3015
3016 * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
3017 (gdb-display-source-buffer, gdb-put-breakpoint-icon)
3018 (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
3019 window over visible frames.
3020 (gdb-goto-breakpoint): Make buffer display file at breakpoint.
3021
3022 2004-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
3023
3024 * progmodes/compile.el (compilation-gcpro): New var.
3025 (compilation-fake-loc): Use it.
3026 (compilation-forget-errors): Reset it.
3027
3028 2004-05-02 Dan Nicolaescu <dann@ics.uci.edu>
3029
3030 * diff-mode.el (diff-header-face, diff-file-header-face):
3031 Use min-colors.
3032
3033 2004-05-02 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3034
3035 * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
3036 (bibtex-clean-entry): Disentangle code.
3037 (bibtex-realign): New function.
3038 (bibtex-reformat): Use mapcar and bibtex-realign. Do not use
3039 bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
3040 Remove undocumented optional arg called-by-convert-alien.
3041 (bibtex-convert-alien): Use bibtex-realign. Use bibtex-reformat
3042 for sorting instead of bibtex-sort-buffer.
3043
3044 2004-05-02 Eli Zaretskii <eliz@gnu.org>
3045
3046 * progmodes/compile.el (compilation-start): In the
3047 no-async-subprocesses branch, call sit-for to give redisplay a
3048 chance to show the updated process status in the mode line, and
3049 fontify the buffer explicitly after the process exits.
3050
3051 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
3052
3053 * progmodes/python.el (python-compilation-line-number): Remove.
3054 (python-compilation-regexp-alist): Don't use it any more.
3055 (python-orig-start, python-input-filter): Remove.
3056 (inferior-python-mode): Don't set up comint-input-filter-functions.
3057 (python-send-region): Use compilation-fake-loc.
3058
3059 * progmodes/compile.el (compilation-messages-start): New var.
3060 (compilation-mode): Don't setup next-error-function here.
3061 (compilation-setup): Set it up here instead (for minor modes as well).
3062 Make compilation-messages-start buffer local.
3063 (compilation-next-error-function): Use it.
3064 (compilation-forget-errors): Set compilation-messages-start.
3065
3066 2004-05-01 Luc Teirlinck <teirllm@auburn.edu>
3067
3068 * ielm.el (ielm-prompt-read-only): Update docstring.
3069
3070 * comint.el (comint-prompt-read-only): Update docstring.
3071 (comint-update-fence, comint-kill-whole-line)
3072 (comint-kill-region): New functions.
3073
3074 * simple.el (kill-whole-line): Use "p" instead of "P" in
3075 interactive form.
3076
3077 2004-05-01 Juanma Barranquero <lektu@terra.es>
3078
3079 * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
3080 format arglist so default values in CL-style argument lists are
3081 correctly shown.
3082
3083 2004-05-01 Jason Rumney <jasonr@gnu.org>
3084
3085 * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
3086
3087 2004-05-01 Kenichi Handa <handa@m17n.org>
3088
3089 * international/titdic-cnv.el (miscdic-convert): Don't generate a
3090 quail file if it is up to date.
3091
3092 2004-04-30 Juri Linkov <juri@jurta.org>
3093
3094 * cus-edit.el (custom-mode-map):
3095 Add key binding `C-x C-s' to `Custom-save'.
3096
3097 * outline.el (outline-blank-line): New var.
3098 (outline-next-preface, outline-show-heading)
3099 (outline-end-of-subtree): Use it.
3100
3101 * dired-aux.el (dired-touch-initial): New fun.
3102 (dired-do-chxxx): Call it for op-symbol `touch'.
3103 (dired-diff): Use `dired-dwim-target-directory'
3104 if current dired buffer has no buffer mark.
3105
3106 * bindings.el (propertized-buffer-identification):
3107 Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
3108 Add C-M-arrow keys for consistency.
3109
3110 * files.el (confirm-kill-emacs):
3111 Change group from top-level `emacs' to `convenience'.
3112
3113 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
3114 Push mark on the first call of successive command calls.
3115 (insert-pair): New fun created from `insert-parentheses' with
3116 `open' and `close' arguments added. Enclose active regions
3117 in paired characters. Compare adjacent characters syntax with
3118 inserted characters syntax before inserting a space.
3119 (insert-parentheses): Call `insert-pair' with ?\( ?\).
3120
3121 * delsel.el: Don't put `delete-selection' property
3122 on `insert-parentheses' symbol to take advantage of
3123 region handling in `insert-pair' function.
3124 Suggested by Stephan Stahl <stahl@eos.franken.de>.
3125
3126 2004-04-30 Kim F. Storm <storm@cua.dk>
3127
3128 * emulation/cua-base.el: Add support for changing cursor types;
3129 based on patch from Michael Mauger.
3130 (cua-normal-cursor-color, cua-read-only-cursor-color)
3131 (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
3132 Customization cursor type and/or cursor color.
3133 (cua--update-indications): Handle cursor type changes.
3134 (cua-mode): Update cursor indications if enabled.
3135
3136 * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
3137
3138 * mouse.el (mouse-drag-copy-region): New defcustom.
3139 (mouse-set-region, mouse-drag-region-1): Use it.
3140
3141 * simple.el (kill-ring-save): If region face background color is
3142 unspecified (if no highlighting), show extent of fully visible
3143 region even if transient-mark-mode is enabled.
3144
3145 * emulation/cua-base.el (cua--standard-movement-commands):
3146 Add cua-scroll-up and cua-scroll-down.
3147 (cua-scroll-up, cua-scroll-down): New commands.
3148 (cua--init-keymaps): Remap scroll-up and scroll-down.
3149
3150 * emulation/cua-rect.el (cua--convert-rectangle-as):
3151 New defmacro.
3152 (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
3153 (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
3154 New commands (suggested by Jordan Breeding).
3155
3156 2004-04-30 Juanma Barranquero <lektu@terra.es>
3157
3158 * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
3159
3160 2004-04-30 Mario Lang <mlang@delysid.org>
3161
3162 * diff.el (diff-switches): Fix typo in docstring.
3163
3164 2004-04-30 Alex Schroeder <alex@gnu.org>
3165
3166 * xml.el (xml-debug-print-internal): Don't add newline and
3167 indentation to text nodes and write empty elements as empty tags
3168 instead of opening and closing tags.
3169 (xml-debug-print): Take optional indent-string argument.
3170 (xml-print): Alias for xml-debug-print.
3171
3172 2004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk>
3173
3174 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
3175 than duplicate call to `line-beginning-position'.
3176
3177 * progmodes/f90.el (f90-get-present-comment-type):
3178 Return whitespace, as well as comment chars, for consistent filling
3179 of comment blocks. Use `match-string-no-properties'.
3180 (f90-break-line): Trim trailing whitespace when filling comments.
3181
3182 2004-04-30 Dave Love <fx@gnu.org>
3183
3184 * calendar/diary-lib.el (diary-outlook-formats): New variable.
3185 (diary-from-outlook-internal, diary-from-outlook)
3186 (diary-from-outlook-gnus, diary-from-outlook-rmail):
3187 New functions to import diary entries from Outlook-format
3188 appointments in mail messages.
3189
3190 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
3191
3192 * progmodes/python.el (python-send-command): New fun.
3193 (python-send-region, python-load-file): Use it.
3194
3195 * progmodes/compile.el (compilation-last-buffer): Add var alias.
3196
3197 * help-fns.el (help-C-file-name): Use new subr-name.
3198 Prepend `src/' to the file name.
3199 (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
3200 (describe-function-1, describe-variable): Only find a C source file
3201 name if DOC is already loaded.
3202
3203 * help-mode.el (help-function-def, help-variable-def):
3204 Use the new find-function-search-for-symbol functionality.
3205 Allow FILE to be `C-source'.
3206
3207 * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
3208 (find-function-C-source): New fun.
3209 (find-function-search-for-symbol): Use it.
3210
3211 2004-03-29 Michael Mauger <mmaug@yahoo.com>
3212
3213 * progmodes/sql.el (sql-product-alist): Rename variable
3214 `sql-product-support'. Add Postgres login parameters.
3215 (sql-set-product, sql-product-feature): Update with renamed variable.
3216 (sql-connect-postgres): Add username prompt.
3217 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
3218 Make patterns less product specific.
3219 (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
3220 (sql-mode-abbrev-table): Modify initialization.
3221 (sql-builtin-face): Add variable.
3222 (sql-keywords-re): Add macro.
3223 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
3224 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
3225 (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
3226 (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
3227 (sql-mode-linter-font-lock-keywords)
3228 (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
3229 (sql-mode-sybase-font-lock-keywords)
3230 (sql-mode-informix-font-lock-keywords)
3231 (sql-mode-interbase-font-lock-keywords)
3232 (sql-mode-ingres-font-lock-keywords)
3233 (sql-mode-solid-font-lock-keywords)
3234 (sql-mode-sqlite-font-lock-keywords)
3235 (sql-mode-db2-font-lock-keywords): Default to nil.
3236 (sql-product-font-lock): Always highlight ANSI keywords.
3237 (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
3238 (sql-send-string): Add function.
3239
3240 2004-04-29 Dave Love <fx@gnu.org>
3241
3242 * progmodes/cfengine.el (cfengine-beginning-of-defun)
3243 (cfengine-end-of-defun): Ensure progress through buffer.
3244
3245 * info-look.el (cfengine-mode): Accept a terminal ().
3246
3247 2004-04-29 Juri Linkov <juri@jurta.org>
3248
3249 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
3250 instead of isearch-yank-word-or-char. Add new key bindings for
3251 isearch-yank-char to \C-f, and isearch-del-char to \C-b.
3252 (isearch-del-char): New fun.
3253 (isearch-forward, isearch-edit-string): Update docstring.
3254 (isearch-yank-char): Doc fix.
3255 (isearch-other-meta-char): Restore point after scrolling.
3256
3257 * progmodes/compile.el (compilation-context-lines): Add nil option
3258 to disable compilation output window scrolling.
3259 (compilation-set-window): Use it.
3260
3261 * outline.el (outline-next-preface, outline-show-heading):
3262 Don't leave unhidden blank line before heading.
3263 (outline-end-of-subtree): Include last newline into subtree.
3264 (hide-entry): Leave point at beginning of heading instead of end.
3265 (outline-up-heading): Push mark for the first call of successive
3266 command calls.
3267
3268 2004-04-28 Luc Teirlinck <teirllm@auburn.edu>
3269
3270 * comint.el (comint-prompt-read-only): New variable.
3271 (comint-output-filter): Implement it.
3272
3273 * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
3274 (ielm-prompt-internal): New variable.
3275 (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
3276 (ielm-send-input): Delete unused variable `buf'.
3277 (ielm-eval-input): Use `ielm-prompt-internal'.
3278 (inferior-emacs-lisp-mode): Use new variables
3279 `comint-prompt-read-only' and `ielm-prompt-internal'.
3280 Get rid of obsolete variable `directory-sep-char'.
3281 (ielm): Use `zerop'.
3282
3283 2004-04-29 John Paul Wallington <jpw@gnu.org>
3284
3285 * thumbs.el (toplevel): Require cl at compile time.
3286 Remove conditional definitions of `ignore-errors' and `caddar'
3287 because they occur at run time.
3288
3289 2004-04-28 Nick Roberts <nickrob@gnu.org>
3290
3291 * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
3292 (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
3293 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
3294 (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
3295
3296 * progmodes/gud.el (gud-common-init): Throw an error if program is
3297 already running under gdb.
3298
3299 2004-04-28 John Paul Wallington <jpw@gnu.org>
3300
3301 * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
3302 (thumbs-show-image-num): Move assignment of
3303 `thumbs-current-image-filename' within scope of `i'.
3304 (thumbs-emboss-image): Don't use `evenp'.
3305
3306 2004-04-28 Richard M. Stallman <rms@gnu.org>
3307
3308 * progmodes/compile.el (compilation-context-lines): Default now 0.
3309
3310 2004-04-28 Juanma Barranquero <lektu@terra.es>
3311
3312 Use `time-less-p' from calendar/time-date.el instead of defining
3313 custom versions of it.
3314
3315 * pcomplete.el (pcomplete-time-less-p): Remove.
3316
3317 * thumbs.el (time-less-p): Remove.
3318
3319 * calendar/timeclock.el (timeclock-time-less-p): Remove.
3320 (timeclock-generate-report): Use `time-less-p'.
3321
3322 * emacs-lisp/autoload.el (autoload-before-p): Remove.
3323 (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
3324
3325 2004-04-28 Masatake YAMATO <jet@gyve.org>
3326
3327 * subr.el (remove-overlays): Make arguments optional.
3328
3329 * wid-edit.el (widget-specify-button): Put evaporate to the
3330 overlay for sample.
3331 (widget-specify-sample): Put evaporate to the overlay for sample.
3332 (widget-specify-doc): Put evaporate to the overlay for documentation.
3333
3334 2004-04-27 Jesper Harder <harder@ifa.au.dk>
3335
3336 * info.el (info-apropos): Make it an index node. Align node names
3337 like makeinfo.
3338
3339 2004-04-27 Eli Zaretskii <eliz@gnu.org>
3340
3341 * net/browse-url.el (browse-url-netscape-sentinel)
3342 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
3343 (browse-url-epiphany-sentinel, browse-url-mosaic):
3344 Use browse-url-*-program instead of a literal program name.
3345
3346 2004-04-27 Kevin Ryde <user42@zip.com.au>
3347
3348 * eshell/em-alias.el:
3349 * eshell/em-dirs.el:
3350 * eshell/em-hist.el:
3351 * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
3352 features when M-x customize-group loads modules before the main
3353 eshell.el.
3354
3355 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
3356
3357 * subr.el (momentary-string-display): Support EXIT-CHAR that is
3358 either a character representation of an event or an event
3359 description list.
3360
3361 * type-break.el: Capitalise Emacs and Lisp.
3362 (type-break-good-break-interval, type-break-demo-boring-stats)
3363 (type-break-terse-messages, type-break-file-name): New defcustoms.
3364 (type-break-post-command-hook)
3365 (type-break-warning-countdown-string): Quote variable names in doc.
3366 (type-break-interval-start, type-break-auto-save-file-name): New vars.
3367 (type-break-mode): Document type-break-good-break-interval and the
3368 "session" file. Schedule break according to the session file.
3369 Kill session file buffer on exit. Organise for save-some-buffers
3370 to always save the session file.
3371 (type-break-mode-line-message-mode, type-break-query-mode):
3372 Uppercase arguments.
3373 (type-break-file-time, type-break-file-keystroke-count, timep)
3374 (type-break-choose-file, type-break-get-previous-time)
3375 (type-break-get-previous-count): New defuns.
3376 (type-break): Avoid break querying after a completed break in the
3377 case where the query was initiated during user invocation of the
3378 break. Optional terse messages.
3379 Use type-break-good-break-interval if type-break-good-rest-interval is
3380 nil. File the break time.
3381 (type-break-schedule): New optional args for overriding the use of
3382 the current time.
3383 (type-break-cancel-time-warning-schedule): Avoid leftover warnings
3384 after a break.
3385 (type-break-check): File the keystroke count.
3386 (type-break-do-query): Prevent a second query when the break is
3387 interrupted. Optional terse message.
3388 (type-break-keystroke-reset): Record the start of a typing interval.
3389 (type-break-demo-boring): Optional terse messages. Display word
3390 per minute and keystroke counts according to
3391 type-break-demo-boring-stats.
3392
3393 2004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change)
3394
3395 * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
3396 directories, make sure they exist under archive-tmpdir.
3397
3398 2004-04-27 Juri Linkov <juri@jurta.org>
3399
3400 * help.el (view-emacs-news): With argument, display info for the
3401 selected version by finding it among different NEWS files, and
3402 narrowing the buffer to the selected version.
3403
3404 * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
3405 same-window-buffer-names.
3406 (info): New arg `buffer'. Use it. Doc fix. Read file name for
3407 non-numeric prefix argument, append the number to the buffer name
3408 for numeric prefix argument.
3409 (info-other-window): Bind same-window-regexps to nil.
3410 (Info-reference-name): Rename to Info-point-loc.
3411 (Info-find-node-2): Call forward-line for numeric Info-point-loc,
3412 and Info-find-index-name for stringy Info-point-loc.
3413 (Info-extract-menu-node-name): New arg `index-node'. Use regexp
3414 without middle `.', but with final `.' and optional line number
3415 for it. Set Info-point-loc for index nodes.
3416 (Info-index): Remove middle `.' from index entry regexp.
3417 Modify line number regexp.
3418 (Info-index-next): Decrement line number.
3419 (info-apropos): Remove middle `.' from index entry regexp.
3420 Add optional line number regexp at the end. Add matched value
3421 for line number to the result list and insert it to the buffer.
3422 Replace match-string by match-string-no-properties.
3423 Reorder result list.
3424 (Info-fontify-node): Hide index line numbers.
3425 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
3426 empty matches.
3427 (Info-follow-reference): Use `str' instead of
3428 Info-following-node-name-re.
3429 (Info-toc): Use full file names. Set Info-current-node to "Top".
3430 (Info-fontify-node): Compare file names without directory name.
3431 (Info-try-follow-nearest-node): Don't set Info-reference-name.
3432 Set second arg of Info-extract-menu-node-name for index nodes.
3433 (info-xref-visited): Use magenta3 instead of magenta4.
3434 (Info-mode): Add info-apropos to docstring.
3435
3436 * log-view.el (log-view-diff): Replace interactive code "r"
3437 by a list to allow to call it even if region is not active.
3438
3439 * paren.el (show-paren-highlight-openparen): New var.
3440 (show-paren-function): Turn on openparen highlighting when
3441 matching forward if show-paren-highlight-openparen is non-nil.
3442
3443 * simple.el (kill-ring-save): Use blink-matching-delay instead of
3444 the constant value 1.
3445 (completions-common-part): Expand docstring.
3446
3447 * textmodes/picture.el (picture-mode-map): Add arrow keys.
3448
3449 2004-04-27 Kim F. Storm <storm@cua.dk>
3450
3451 * image.el (insert-sliced-image): Use line-height instead of
3452 line-spacing property on newline.
3453
3454 2004-04-26 Lars Hansen <larsh@math.ku.dk>
3455
3456 * desktop.el (desktop-buffer-misc-data-function): Rename to
3457 desktop-save-buffer and change docstring.
3458 (desktop-buffer-modes-to-save): Delete.
3459 (desktop-save-buffer-p): Use desktop-save-buffer instead of
3460 desktop-buffer-modes-to-save.
3461 (desktop-save): Rename desktop-buffer-misc-data-function to
3462 desktop-save-buffer and allow non-function value.
3463 (desktop-missing-file-warning): Correct docstring.
3464
3465 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
3466 to desktop-save-buffer.
3467
3468 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
3469 desktop-save-buffer.
3470
3471 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
3472
3473 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
3474
3475 2004-04-26 Eli Zaretskii <eliz@gnu.org>
3476
3477 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
3478
3479 2004-04-25 Luc Teirlinck <teirllm@auburn.edu>
3480
3481 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
3482 (ielm): Only go to the end of the buffer when starting a new process.
3483
3484 2004-04-25 Juanma Barranquero <lektu@terra.es>
3485
3486 * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
3487 mode line. Bind `inhibit-read-only' to t before modifying
3488 properties of text in the buffer.
3489 (ielm): Force point to the end of buffer, even when running ielm
3490 from inside itself.
3491
3492 2004-04-25 Jesper Harder <harder@ifa.au.dk>
3493
3494 * info.el (info-apropos): Reset Info-complete-cache.
3495
3496 2004-04-25 Daniel Pfeiffer <occitan@esperanto.org>
3497
3498 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3499 Also recognize severe Irix et al. messages.
3500 (compilation-normalize-filename, compile-abbreviate-directory):
3501 Delete functions.
3502 (compilation-get-file-structure): New function inherits
3503 functionality of the two preceding ones.
3504 (compilation-internal-error-properties, compilation-fake-loc):
3505 Use it so that different paths to the same file share the same
3506 markers. Also optimize finding adjacent marker slightly.
3507
3508 2004-04-25 Kim F. Storm <storm@cua.dk>
3509
3510 * image.el (insert-sliced-image): Add line-spacing t property
3511 to newlines separating image lines.
3512
3513 2004-04-24 Luc Teirlinck <teirllm@auburn.edu>
3514
3515 * comint.el (comint-delete-output): Bind inhibit-read-only to t.
3516
3517 * ielm.el (ielm-prompt-read-only): New user option.
3518 (ielm-prompt): Expand docstring to describe new behavior.
3519 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
3520 mention it in the docstring.
3521
3522 2004-04-24 Andreas Schwab <schwab@suse.de>
3523
3524 * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
3525
3526 * diff.el (diff): Set default-directory in diff buffer.
3527
3528 2004-04-24 Eli Zaretskii <eliz@gnu.org>
3529
3530 * mail/sendmail.el (mail-bury): Don't delete the frame where the
3531 mail was being composed if the terminal cannot display more than
3532 one frame; instead, switch to previous frame.
3533
3534 * mail/rmail.el (rmail-mail-new-frame): Doc fix.
3535 (rmail-start-mail): Support rmail-mail-new-frame even on
3536 terminals that can display only one frame at a time.
3537
3538 2004-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
3539
3540 * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
3541 (checkdoc-output-font-lock-keywords): Remove error regexp.
3542 (checkdoc-output-mode-map): Remove.
3543 (checkdoc-output-mode): Derive from compilation-mode.
3544 (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
3545
3546 * dired.el (dired-mode-map): Add a menu entry for wdired.
3547
3548 * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
3549 (rx-bracket, rx-check-any, rx-any): Clean up name space.
3550
3551 * wdired.el: (wdired-mode-map): Move init into declaration.
3552 Fix `return' binding.
3553 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
3554 Use force-mode-line-update.
3555 (wdired-get-filename): Use `unless'.
3556 (wdired-preprocess-files): Don't assume names have no \n and use / for
3557 dir separator.
3558 (wdired-normalize-filename): Use replace-regexp-in-string.
3559 (wdired-load-hooks): Remove.
3560 (wdired-mode-hooks): Rename to wdired-mode-hook.
3561
3562 * info-look.el: Add support for cfengine-mode.
3563 (info-lookup-setup-mode): Use dolist.
3564
3565 2004-04-23 Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba <juan-leon.lahoz@tecsidel.es>
3566
3567 * wdired.el: New file.
3568
3569 2004-04-23 Juanma Barranquero <lektu@terra.es>
3570
3571 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
3572
3573 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
3574 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
3575 (pcomplete--help, pcomplete--here): Doc fixes.
3576
3577 2004-04-23 Andre Spiegel <spiegel@gnu.org>
3578
3579 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
3580 handles wrong-number-of-arguments in backend call.
3581
3582 * vc.el (vc-print-log): Likewise.
3583
3584 2004-04-20 Dave Love <fx@gnu.org>
3585
3586 * emacs-lisp/rx.el: Doc fixes.
3587 (rx-constituents): Add/extend many forms.
3588 (rx-check): Check form is a list.
3589 (bracket): Defvar.
3590 (rx-check-any, rx-any, rx-check-not): Modify.
3591 (rx-not): Simplify.
3592 (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
3593 (rx-kleene): Use rx-trans-forms.
3594 (rx-quote-for-set): Delete.
3595 (rx): Allow multiple args.
3596
3597 2004-04-23 Kenichi Handa <handa@m17n.org>
3598
3599 * international/mule-util.el (char-displayable-p): Simplify by
3600 using internal-char-font.
3601
3602 2004-04-23 Juanma Barranquero <lektu@terra.es>
3603
3604 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
3605
3606 2004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
3607
3608 * diff-mode.el (diff-next-error): New fun.
3609 (diff-mode): Use it.
3610
3611 * simple.el (next-error): Change arg name.
3612 Add support for the documented C-u C-x ` usage.
3613
3614 * frame.el (special-display-popup-frame, next-multiframe-window)
3615 (previous-multiframe-window): Only consider frames on same display.
3616
3617 2004-04-22 Lars Hansen <larsh@math.ku.dk>
3618
3619 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
3620 * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
3621
3622 2004-04-22 Kim F. Storm <storm@cua.dk>
3623
3624 * net/telnet.el (telnet): Add optional port arg.
3625
3626 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
3627
3628 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3629 Minor sanity check on the `hyperlink' slot.
3630
3631 * Makefile.in (recompile): Compile new files.
3632
3633 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
3634 Add byte-recompile-directory's optional `arg'.
3635
3636 * cvs-status.el (cvs-tree-use-charset): New var.
3637 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
3638 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
3639 (cvs-status-cvstrees): Use it.
3640
3641 * emacs-lisp/checkdoc.el (checkdoc-output-mode):
3642 Make it a normal major mode.
3643 (checkdoc-buffer-label): Make sure the file name is meaningful.
3644 (checkdoc-output-to-error-buffer): Remove.
3645 (checkdoc-error, checkdoc-start-section): Rewrite.
3646
3647 * info.el (info-node, info-menu-5, info-xref, info-header-node)
3648 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
3649 (Info-title-4-face): Use new syntax.
3650 (info-xref-visited): Inherit from info-xref.
3651
3652 * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
3653
3654 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
3655
3656 * simple.el (next-error-last-buffer, next-error-function):
3657 New variables for the next-error framework.
3658 (next-error-buffer-p): New function.
3659 (next-error-find-buffer): Generalize compilation-find-buffer.
3660 (next-error, previous-error, first-error, next-error-no-select)
3661 (previous-error-no-select): Move from compile.el.
3662
3663 * replace.el (occur-next-error, occur-1): Hook into the next-error
3664 framework.
3665
3666 * progmodes/compile.el (compilation-start):
3667 Set next-error-last-buffer so next-error knows where to jump.
3668 (compilation-setup): Set the buffer-local variable
3669 next-error-function to 'compilation-next-error-function.
3670 (compilation-buffer-p, compilation-buffer-internal-p): Use an
3671 alternate way to find if a buffer is a compilation buffer, for
3672 next-error convenience.
3673 (next-error-no-select, previous-error-no-select, next-error)
3674 (previous-error, first-error): Move to simple.el.
3675 (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
3676 (compilation-last-buffer): Remove.
3677 (compilation-start, compilation-next-error, compilation-setup)
3678 (compilation-next-error-function, compilation-find-buffer):
3679 Remove compilation-last-buffer use.
3680
3681 2004-04-21 Juanma Barranquero <lektu@terra.es>
3682
3683 * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
3684 (font-lock-warning-face): Fix spacing.
3685
3686 * makefile.w32-in (WINS): Add url/ directory.
3687
3688 2004-04-21 Lars Hansen <larsh@math.ku.dk>
3689
3690 * desktop.el (desktop-buffer-mode-handlers): New variable.
3691 Alist of major mode specific functions to restore a desktop buffer.
3692 (desktop-buffer-handlers): Make variable obsolete.
3693 (desktop-create-buffer): Use desktop-buffer-mode-handlers.
3694 Catch errors signaled in handlers. Update buffer count.
3695 Evaluate desktop-buffer-point.
3696 (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
3697 move to dired.el.
3698 (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
3699 move to info.el.
3700 (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
3701 move to mail/rmail.el.
3702 (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
3703 to mh-e/mh-e.el.
3704 (desktop-buffer-file): Rename to desktop-restore-file-buffer.
3705 On fail, print message (to message buffer) even if
3706 desktop-missing-file-warning is nil.
3707 (desktop-buffer-misc-data-function): New buffer local variable.
3708 Function returning major mode specific data.
3709 (desktop-buffer-misc-functions): Make variable obsolete.
3710 (desktop-save): Use desktop-buffer-misc-data-function.
3711 (desktop-buffer-dired-misc-data): Rename to
3712 dired-desktop-buffer-misc-data and move to dired.el.
3713 (desktop-buffer-info-misc-data): Rename to
3714 Info-desktop-buffer-misc-data and move to info.el.
3715 (desktop-read): Add message about number of buffers restored/failed.
3716
3717 * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
3718 Add parameters. Pause to display error only when
3719 desktop-missing-file-warning is non-nil.
3720 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
3721 (dired-mode): Bind desktop-buffer-misc-data-function.
3722
3723 * info.el (Info-restore-desktop-buffer): Move from desktop.el.
3724 Add Parameters.
3725 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
3726 (Info-mode): Bind desktop-buffer-misc-data-function.
3727
3728 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
3729 Add Parameters.
3730
3731 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
3732 Add Parameters.
3733
3734 2003-04-21 Paul Pogonyshev <pogonyshev@gmx.net>
3735
3736 * dabbrev.el (dabbrev--substitute-expansion): Don't lose
3737 the case of letters in case-insensitive expansions when the
3738 abbrev is preceded by characters with letter syntax.
3739
3740 2004-04-21 Richard M. Stallman <rms@gnu.org>
3741
3742 * progmodes/cperl-mode.el (cperl-putback-char):
3743 Delete Emacs 18 definition.
3744
3745 * international/mule.el (ctext-post-read-conversion):
3746 Use assoc-string, not assoc-ignore-case.
3747
3748 * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
3749
3750 * emacs-lisp/easymenu.el (easy-menu-add):
3751 Do call x-popup-menu, but only if it's defined.
3752
3753 * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
3754
3755 * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
3756 Handle multiple args: compile like progn.
3757
3758 * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
3759 take all args as &rest arg.
3760
3761 * autoinsert.el (auto-insert-alist): Insert the user's name in
3762 copyright notice, rather than Free Software Foundation.
3763
3764 2004-04-21 Kenichi Handa <handa@m17n.org>
3765
3766 * descr-text.el (describe-char): Make it work on *Help* buffer.
3767
3768 2004-04-21 Kim F. Storm <storm@cua.dk>
3769
3770 * image.el (insert-image): Add optional SLICE arg.
3771 (insert-sliced-image): New defun.
3772
3773 2004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change)
3774
3775 * subr.el (read-number): Check whether `default' is nil.
3776
3777 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
3778
3779 * progmodes/compile.el (compilation-error-properties):
3780 Split into two.
3781 (compilation-internal-error-properties): New one.
3782 (compilation-compat-error-properties): Use it. Fix the non-marker case.
3783
3784 2004-04-20 Richard M. Stallman <rms@gnu.org>
3785
3786 * window.el (split-window-save-restore-data):
3787 Don't update the data if OLD-INFO is nil.
3788
3789 * view.el (view-return-to-alist): Mark it permanent local.
3790
3791 * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
3792
3793 * recentf.el (recentf-save-list): Catch and warn about errors.
3794
3795 * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
3796 so "Buffers" won't be pure.
3797
3798 * help-mode.el (help-mode-finish): Set help-return-alist first
3799 thing, setting only the entry for the selected window.
3800
3801 * help-fns.el (describe-function-1): If many non-control non-meta
3802 keys run the command, don't list all of them.
3803
3804 2004-04-20 Juanma Barranquero <lektu@terra.es>
3805
3806 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
3807 arg. Copied from Andre Spiegel's patch of 2004-03-21.
3808
3809 * calendar/time-date.el (time-to-day-in-year): Fix docstring.
3810
3811 2004-04-20 Kenichi Handa <handa@m17n.org>
3812
3813 * international/quail.el (quail-lookup-key): New optional arg
3814 NOT-RESET-INDICES.
3815 (quail-get-translations): Call quail-lookup-key with
3816 NOT-RESET-INDICES t.
3817 (quail-completion): Likewise.
3818 (quail-lookup-map-and-concat): Likewise.
3819
3820 2004-04-20 Kenichi Handa <handa@m17n.org>
3821
3822 * international/quail.el (quail-update-translation): Don't insert
3823 such an unsupported multibyte char in a unibyte buffer.
3824
3825 2004-04-20 Nick Roberts <nick@nick.uklinux.net>
3826
3827 * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
3828 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
3829 (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
3830 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
3831 (gdb-frame-assembler-buffer): Improve behaviour with
3832 multiple frames.
3833 (gdb-display-buffer): Extend search to all visible frames.
3834
3835 2004-04-19 Eli Zaretskii <eliz@gnu.org>
3836
3837 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
3838 characters left after base64 decoding.
3839 (rmail-decode-region): Use -dos variety of `coding', to remove any
3840 ^M characters left after qp or base64 decoding.
3841
3842 2004-04-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3843
3844 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
3845 messages.
3846
3847 2004-04-19 Stephen Eglen <stephen@gnu.org>
3848
3849 * add-log.el (add-change-log-entry): Update doc string to mention
3850 add-log-full-name and add-log-mailing-address.
3851
3852 2004-04-18 Juri Linkov <juri@jurta.org>
3853
3854 * info.el (Info-find-file, Info-find-node-2): Add history and toc.
3855 (Info-find-node-2): Simplify error message.
3856 (Info-insert-dir): Use Info-following-node-name.
3857 (Info-goto-node): Remove *info-history* and *info-toc*.
3858 (Info-history): Create a node of the virtual history file.
3859 (Info-toc): Create a node of the virtual toc file.
3860 (Info-insert-toc): New arg `curr-file' for reference file names.
3861 (info-apropos): Remove redundant var binding for temp-file.
3862 (Info-index, Info-index-next, Info-mode): Doc fix.
3863 (Info-goto-emacs-command-node): Don't jump to *info* from
3864 non-*info* Info buffers.
3865 (Info-fontify-node): Don't show the file name of external
3866 references if `Info-hide-note-references' is `hide'. Don't hide
3867 newlines at the end of paragraphs.
3868
3869 * international/mule-diag.el (list-input-methods):
3870 Fix args to help-xref-button.
3871
3872 * help-fns.el (help-with-tutorial): Call `hack-local-variables'
3873 to put into effect local variables from TUTORIAL files.
3874
3875 * textmodes/paragraphs.el (sentence-end) <function>: New fun
3876 with default value taken from the variable `sentence-end'.
3877 (sentence-end) <defcustom>: Set default to nil. Doc fix.
3878 Add nil const to :type.
3879 (sentence-end-without-period, sentence-end-double-space)
3880 (sentence-end-without-space): Doc fix.
3881
3882 * textmodes/paragraphs.el (forward-sentence):
3883 * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
3884 (fill-delete-newlines):
3885 * progmodes/cc-cmds.el (c-beginning-of-statement):
3886 Use function `sentence-end' instead of variable `sentence-end'.
3887
3888 2004-04-18 Andreas Schwab <schwab@suse.de>
3889
3890 * progmodes/compile.el (compilation-start): Set window start to
3891 point-min if compilation-scroll-output is nil.
3892
3893 2004-04-18 John Wiegley <johnw@newartisans.com>
3894
3895 * iswitchb.el (iswitchb-completions): Remove dependency on cl.
3896
3897 2004-04-18 Nick Roberts <nick@nick.uklinux.net>
3898
3899 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
3900 (gdb-info-breakpoints-custom): Revert previous change.
3901 (gdb-view-assembler): Update assembler if necessary.
3902 (gdb-frame-handler): Parse correctly for gdb-current-frame.
3903 (gdb-display-source-buffer): Update properly when both source and
3904 assembler are visible.
3905
3906 2004-04-17 John Wiegley <johnw@newartisans.com>
3907
3908 * iswitchb.el (iswitchb-max-to-show): Add a new config variable
3909 which limits the number of names shown in the minibuffer. Off by
3910 default.
3911 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds
3912 up iswitchb for users with a multitude of open buffers by showing
3913 only the first and last N/2 buffers in the completion list (which
3914 is enough to aid C-s/C-r, and to know that more characters are
3915 needed to refine the completion list).
3916
3917 2004-04-17 Richard M. Stallman <rms@gnu.org>
3918
3919 * files.el (locate-file-completion): Handle nil in path-and-suffixes.
3920 (file-truename): Expand all ~ constructs directly.
3921 (insert-directory): Delete any error msg output by the
3922 `insert-directory-program'.
3923
3924 * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
3925 (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
3926 (allout-prior-bindings, allout-added-bindings): Defvars deleted.
3927 (allout-init): Use find-file-hook, not find-file-hooks.
3928 (allout-mode): Eliminate Emacs 18 support.
3929 Use write-contents-functions, not local-write-file-hooks.
3930
3931 2004-04-17 Daniel Pfeiffer <occitan@esperanto.org>
3932
3933 * progmodes/compile.el (compilation-error-properties): Fix for
3934 adding messages when there are already markers for their file.
3935 (compilation-fake-loc): New function.
3936
3937 2004-04-16 Dave Love <fx@gnu.org>
3938
3939 * progmodes/python.el (python-compilation-line-number): Fix braindamage.
3940 (python-load-file): Fix python-orig-start setting.
3941
3942 * progmodes/compile.el: Doc fixes.
3943 (compilation-error-regexp-alist-alist)
3944 (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
3945 (compilation-assq): Wrap in eval-when-compile.
3946 (compilation-mode-font-lock-keywords): Don't use list*.
3947 (compilation-start): Avoid warning.
3948 (compilation-compat-error-properties)
3949 (compilation-directory-properties): Add keymap property.
3950 (compilation-parsing-end): Make it a marker for better compatibility.
3951
3952 * progmodes/python.el (python-after-info-look): Use with-no-warnings.
3953
3954 2004-04-16 Mark A. Hershberger <mah@everybody.org>
3955
3956 * xml.el: Doc fixes.
3957 (xml-get-children): Only looks at sub-tags and ignore strings.
3958
3959 * xml.el (xml-parse-tag): Avoid overwriting node-name.
3960
3961 2004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
3962
3963 * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
3964
3965 2004-04-16 Andre Spiegel <spiegel@gnu.org>
3966
3967 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
3968
3969 * vc.el (vc-print-log): Likewise.
3970
3971 2004-04-16 Masatake YAMATO <jet@gyve.org>
3972
3973 * simple.el (completion-setup-function): Set an initial value
3974 to `element-common-end' before entering loop. Set a value
3975 to `element-common-end' at the end of loop.
3976 The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
3977 (completions-common-part): Rename from completion-de-emphasis.
3978 (completions-first-difference): Rename from completion-emphasis.
3979 Suggested by RMS.
3980
3981 2004-04-16 Juanma Barranquero <lektu@terra.es>
3982
3983 * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
3984 (bookmark-edit-annotation-mode): Add mode name.
3985
3986 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
3987
3988 * smerge-mode.el (smerge-match-conflict): Try to do something sensible
3989 for nested conflict markers.
3990 (smerge-find-conflict): Better handle errors in smerge-match-conflict.
3991
3992 2004-04-15 Nick Roberts <nick@nick.uklinux.net>
3993
3994 * progmodes/gdb-ui.el (gdb-goto-info): New function.
3995
3996 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
3997
3998 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
3999
4000 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
4001 Give a backtrace if requested.
4002
4003 * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
4004
4005 * progmodes/python.el (python-mouse-2-command, python-RET-command):
4006 Remove unused functions.
4007 (python-orig-start-line, python-orig-file): Remove.
4008 (python-orig-start): New var.
4009 (python-input-filter, python-compilation-line-number)
4010 (python-send-region, python-load-file): Use it.
4011
4012 * info.el (info): Always jump to *info*.
4013
4014 * subr.el (posn-set-point): New function.
4015
4016 * mouse.el (mouse-set-point): Use it.
4017
4018 * progmodes/compile.el (compile-goto-error): Use it.
4019 (compilation-button-map): New keymap.
4020 (compilation-error-properties): Use it.
4021 (compilation-shell-minor-mode-map): Don't bind mouse-2.
4022
4023 * smerge-mode.el (smerge-popup-context-menu): Use it.
4024
4025 * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
4026 (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
4027 mouse and non-mouse case.
4028
4029 * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
4030 (diff-mouse-goto-source): Make it an alias of diff-goto-source.
4031
4032 * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
4033 Make it work for non-mouse events.
4034
4035 * pcvs-info.el (cvs-status-map): Update binding name.
4036
4037 2004-04-14 Mark A. Hershberger <mah@everybody.org>
4038
4039 * xml.el (xml-maybe-do-ns): New function to handle namespace
4040 parsing of both attribute and element names.
4041 (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
4042 (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
4043 (xml-parse-tag): Update assumed namespaces. Clean up namespace parsing.
4044 (xml-parse-attlist): Make it do its own namespace parsing.
4045
4046 2004-04-14 Dave Love <fx@gnu.org>
4047
4048 * progmodes/python.el (run-python): Fix use of \n.
4049 (python-load-file): Remove `try' from Python fragment.
4050 (python-describe-symbol): Fix message.
4051
4052 * comint.el: Doc fixes.
4053 (comint-last-input-start, comint-last-input-end)
4054 (comint-last-output-start): Give them values.
4055 (comint-arguments): Avoid warning.
4056 (comint-skip-prompt): Use line-end-position.
4057 (comint-backward-matching-input): Rename arg to agree with doc.
4058 (comint-extract-string): Use syntax-ppss.
4059 (comint-dynamic-simple-complete): Delete useless list construction.
4060 (comint-redirect-subvert-readonly): New.
4061 (comint-redirect-preoutput-filter): Use it.
4062
4063 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
4064 Correctly handle negative arguments when calling hook functions.
4065
4066 2004-04-14 Jesper Harder <harder@ifa.au.dk>
4067
4068 * info.el (info-apropos): Don't clobber Info-history-list.
4069
4070 2004-04-14 Daniel Pfeiffer <occitan@esperanto.org>
4071
4072 * progmodes/compile.el (compilation-setup):
4073 Localize overlay-arrow-position.
4074 (compilation-sentinel): Restructure code equivalently.
4075 (compilation-next-error): Find message on same line after point if
4076 not found before point.
4077 (compile-mouse-goto-error): Restore function so that compilation
4078 buffer need not be current and use compile-goto-error.
4079 (compile-goto-error): Restore function.
4080 (next-error): Set overlay-arrow-position.
4081 (compilation-forget-errors): Don't localize already local
4082 compilation-locs and remove FIXME about refontifying.
4083
4084 2004-04-14 Kim F. Storm <storm@cua.dk>
4085
4086 * startup.el (emacs-quick-startup): New defvar (set by -Q).
4087 (command-line): New option -Q. Like -q --no-site-file, but
4088 in addition it also disables menu-bar, tool-bar, scroll-bars,
4089 tool-tips, and the blinking cursor.
4090 (command-line-1): Skip startup screen if -Q.
4091 (fancy-splash-head): Use ":align-to center" prop to center splash image.
4092
4093 * emulation/cua-base.el (cua-read-only-cursor-color)
4094 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
4095
4096 2004-04-13 Dave Love <fx@gnu.org>
4097
4098 * progmodes/python.el: Doc fixes. Changes for compiler warnings.
4099 (syntax): Don't require.
4100 (python) <defgroup>: Add :version.
4101 (python-quote-syntax): Re-written.
4102 (inferior-python-mode): Move stuff here from run-python and add
4103 some more.
4104 (python-preoutput-continuation, python-preoutput-result)
4105 (python-dotty-syntax-table): New.
4106 (python-describe-symbol): Use them.
4107 (run-python): Move stuff to inferior-python-mode. Modify code
4108 loaded into Python.
4109 (python-send-region): Use python-proc, python-send-string.
4110 (python-send-string): Send newlines too. Callers changed.
4111 (python-load-file): Re-written.
4112 (python-eldoc-function): New.
4113 (info-look): Don't require.
4114 (python-after-info-look): New. A modified version of former
4115 top-level code for use with eval-after-load.
4116 (python-maybe-jython, python-guess-indent): Use widened buffer.
4117 (python-fill-paragraph): Re-written.
4118 (python-mode): Fix outline-regexp. Set outline-heading-end-regexp,
4119 eldoc-print-current-symbol-info-function. Add to eldoc-mode-hook.
4120
4121 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
4122
4123 * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
4124 Set compilation-error-regexp-alist earlier.
4125
4126 * progmodes/compile.el (compilation-minor-mode-map)
4127 (compilation-shell-minor-mode-map, compile-mouse-goto-error)
4128 (compile-goto-error): Re-merge the mouse and non-mouse commands.
4129
4130 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
4131
4132 * progmodes/compile.el (compile-goto-error): Select the buffer/window
4133 corresponding to the event.
4134
4135 2004-04-12 Joe Buehler <jbuehler@hekiman.com>
4136
4137 * loadup.el: Add cygwin to system-type list, for unexec() support.
4138
4139 2004-04-12 John Paul Wallington <jpw@gnu.org>
4140
4141 * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
4142 (ibuffer-restore-window-config-on-quit): New variable to replace
4143 `ibuffer-delete-window-on-quit'. Update all references.
4144 (ibuffer-prev-window-config): New variable.
4145 (ibuffer-quit): Restore previous window configuration instead of
4146 deleting window.
4147 (ibuffer): Save window configuration before showing Ibuffer buffer.
4148
4149 * help.el (describe-mode): Doc fix.
4150
4151 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
4152
4153 * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
4154 not to treat nil as a function.
4155
4156 * vc-arch.el (vc-arch-root): Be a bit more careful.
4157 (vc-arch-register): Save the buffer if we modified it.
4158 (vc-arch-delete-rej-if-obsolete): Save excursion.
4159 (vc-arch-find-file-hook): Use the simpler after-save-hook.
4160 (vc-arch-responsible-p, vc-arch-init-version): New functions.
4161
4162 * net/ldap.el (ldap-search): Use list*.
4163
4164 2004-04-12 Juri Linkov <juri@jurta.org>
4165
4166 * info.el (Info-follow-reference): Allow multiline reference name.
4167
4168 2004-04-11 Dave Love <fx@gnu.org>
4169
4170 * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
4171
4172 * progmodes/python.el: New file.
4173
4174 2004-04-11 Andre Spiegel <spiegel@gnu.org>
4175
4176 * vc-hooks.el (vc-arg-list): Function removed.
4177 (vc-default-workfile-unchanged-p): Use condition-case to check for
4178 backward compatibility.
4179
4180 * vc.el (vc-print-log): Use condition-case to check for backward
4181 compatibility.
4182
4183 2004-04-11 Juri Linkov <juri@jurta.org>
4184
4185 * dired.el (dired-faces): New defgroup.
4186 (dired-header, dired-mark, dired-marked, dired-flagged)
4187 (dired-warning, dired-directory, dired-symlink, dired-ignored):
4188 New faces.
4189 (dired-header-face, dired-mark-face, dired-marked-face)
4190 (dired-flagged-face, dired-warning-face, dired-directory-face)
4191 (dired-symlink-face, dired-ignored-face): New face variables.
4192 (dired-font-lock-keywords): Use them instead of font-lock faces.
4193 Split the rule for dired marks into 3 separate rules: for marks,
4194 marked file names and flagged file names.
4195
4196 * help-mode.el (help-make-xrefs): Add a final newline to the
4197 *Help* buffer.
4198
4199 2004-04-11 John Paul Wallington <jpw@gnu.org>
4200
4201 * replace.el (occur-engine): Distinguish between one and several
4202 matches in the matches per buffer heading.
4203
4204 2004-04-11 Kim F. Storm <storm@cua.dk>
4205
4206 * ido.el (ido-confirm-unique-completion): New defcustom.
4207 (ido-complete): Use it.
4208 (ido-write-file): Set it to t unconditionally.
4209
4210 2004-04-10 Miles Bader <miles@gnu.org>
4211
4212 RCS keyword removal (only non-comment changes are enumerated here):
4213
4214 * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
4215 (byte-compile-insert-header): Don't use `byte-compile-version'.
4216 * forms.el (forms-version): Variable removed.
4217 (forms-mode): Don't use `forms-version'.
4218 * recentf.el (recentf-version): Variable removed.
4219 * progmodes/delphi.el (delphi-version): Variable removed.
4220 * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
4221
4222 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
4223
4224 * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
4225
4226 2004-04-09 Jesper Harder <harder@ifa.au.dk>
4227
4228 * info.el (info-apropos): Improve menu item regexp.
4229
4230 2004-04-09 Simon Josefsson <jas@extundo.com>
4231
4232 * mail/smtpmail.el: Add comment, based on report by
4233 kdc@rcn.com (Kevin D. Clark).
4234
4235 2004-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
4236
4237 * progmodes/compile.el (compilation-mode-font-lock-keywords):
4238 Redo one more thing that I didn't notice Daniel had undone.
4239
4240 2004-04-08 Nick Roberts <nick@nick.uklinux.net>
4241
4242 * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
4243 (gdb-goto-breakpoint, gdb-display-buffer)
4244 (gdb-display-source-buffer, gdb-view-source-function)
4245 (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
4246 (gdb-source-info, gdb-frame-handler): Don't specify a window
4247 for display.
4248 (gdb-info-breakpoints-custom): Remove superfluous update of
4249 assembler buffer.
4250 (gdb-many-windows): Make settable outside gdb.
4251
4252 2004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk>
4253
4254 * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
4255 Derive from fundamental-mode rather than text-mode.
4256
4257 2004-04-08 Juri Linkov <juri@jurta.org>
4258
4259 * info.el (Info-history): Doc fix.
4260 (Info-history-list): New var.
4261 (info-xref): Change magenta4 to blue, remove bold for dark and
4262 light backgrounds, change bold to underline for non-color classes.
4263 (info-xref-visited): New face.
4264 (Info-fontify-visited-nodes): New custom.
4265 (Info-hide-note-references): Add new value `hide'. Doc fix.
4266 (Info-reference-name): New var.
4267 (Info-selection-hook): New custom.
4268 (Info-edit-mode-hook): New var.
4269 (Info-find-file): New fun.
4270 (Info-find-node): Move part of code to Info-find-file.
4271 (Info-find-node-2): Add anchors to Info-history-list. Move point
4272 to the place with the reference name if name is defined.
4273 (Info-select-node): Add current node to Info-history-list.
4274 (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
4275 (Info-search-whitespace-regexp): New custom.
4276 (Info-search-case-fold): New var.
4277 (Info-search): Add "case-sensitively" to the prompt.
4278 Use Info-search-whitespace-regexp. Set Info-search-case-fold.
4279 (Info-search-case-sensitively, Info-search-next): New fun.
4280 (Info-up): Move point to the menu item of the current node.
4281 (Info-history): New fun. Add *info-history* to
4282 same-window-buffer-names.
4283 (Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
4284 (Info-insert-toc): New fun.
4285 (Info-build-toc): New fun.
4286 (Info-follow-reference): Add new arg `fork'. Doc fix.
4287 Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
4288 with the same name prefer the reference closest to point.
4289 (Info-next-reference): Replace * by + in the *Note regexp.
4290 Add regexp for http:// and ftp://. Skip the *Note prefix.
4291 (Info-prev-reference): Replace * by + in the *Note regexp.
4292 Add regexp for http:// and ftp://. Skip the *Note prefix.
4293 (Info-follow-nearest-node): Add new arg `fork'.
4294 (Info-try-follow-nearest-node): Add new arg `fork'.
4295 Call browse-url for http:// and ftp:// references.
4296 Set Info-reference-name for index entries.
4297 (Info-mode-menu): Add menu items for Info-search-case-sensitively,
4298 Info-search-next, Info-history, Info-toc, clone-buffer.
4299 (Info-menu-update): Replace * by + in the *Note regexp.
4300 (Info-mode): Add documentation for Info-history, Info-toc,
4301 Info-search-case-sensitively, Info-search-next, clone-buffer.
4302 (Info-fontify-menu-headers): Remove fun. Move code to
4303 Info-fontify-node.
4304 (Info-fontify-node): Add docstring. Add local vars
4305 fontify-visited-p and not-fontified-p. If not-fontified-p is t
4306 then fontify header line, titles, menu headers, http and ftp
4307 references, refill paragraphs. If not-fontified-p is t or
4308 fontify-visited-p is t then fontify cross references, menu items.
4309 Fontify menu headers. Fontify http and ftp references.
4310 Change regexp for cross references to require whitespace after *Note,
4311 add matching groups for file and node names. Remove hack for quote.
4312 Use display property for Info-hide-note-references=t. Use fifth
4313 or fourth match for help-echo. Display visited nodes in a
4314 different face. Unhide file names of external references.
4315 Unhide newlines. Display visited menu items in a different face.
4316
4317 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
4318
4319 * progmodes/compile.el: Require CL.
4320 (compilation-mode-font-lock-keywords): Re-install the "line as
4321 function" patch.
4322
4323 * help-fns.el (help-C-source-directory): New var.
4324 (help-subr-name, help-C-file-name, help-find-C-source): New funs.
4325 (describe-function-1, describe-variable): Use them.
4326
4327 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
4328 to C source files specially.
4329
4330 2004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
4331
4332 * info.el (Info-hide-cookies-node): New function.
4333 (Info-select-node): Use it.
4334 (Info-display-images-node): Remove message with image file name.
4335
4336 2004-04-07 Daniel Pfeiffer <occitan@esperanto.org>
4337
4338 * progmodes/compile.el (compilation-warning-face)
4339 (compilation-info-face, compilation-skip-threshold)
4340 (compilation-skip-visited, compilation-context-lines):
4341 Declare :version when added to Emacs.
4342 (compilation-error-regexp-alist-alist): Extend caml and irix.
4343 (compilation-setup): Fix if font-locked w/o font-lock-defaults.
4344 (compilation-mode-font-lock-keywords): Temporarily undo line as
4345 function patch, which wasn't ready.
4346
4347 2004-04-07 Kenichi Handa <handa@m17n.org>
4348
4349 * international/latin1-disp.el (latin1-display-setup): Check each
4350 character is displayable or not instead of calling
4351 latin1-display-check-font.
4352
4353 2004-04-06 Kenichi Handa <handa@m17n.org>
4354
4355 * language/ethio-util.el (ethio-sera-being-called-by-w3):
4356 New variable.
4357 (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
4358 instead of sera-being-called-by-w3.
4359 (ethio-fidel-to-sera-buffer): Likewise.
4360 (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
4361 instead of sera-being-called-by-w3.
4362 (ethio-write-file): Likewise.
4363
4364 2004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4365
4366 * printing.el: Doc fix.
4367
4368 2004-04-05 Nick Roberts <nick@nick.uklinux.net>
4369
4370 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
4371 (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
4372 (gdb-setup-windows): Only use separate IO buffer if required.
4373
4374 2004-04-06 Kim F. Storm <storm@cua.dk>
4375
4376 * term.el (term-is-xemacs): Remove.
4377 (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
4378 (term-window-width): New function.
4379 (term-mode, term-check-size): Use it.
4380 (term-mode): Disable overflow-newline-into-fringe in term buffer.
4381
4382 2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
4383
4384 * cus-edit.el (custom-add-parent-links): Change unbound variable
4385 `symbol' to `name'.
4386
4387 2004-04-05 Jesper Harder <harder@ifa.au.dk>
4388 * info.el (info-apropos): New function.
4389 (Info-mode-menu): Add it.
4390 (Info-find-node, Info-find-node-2): Grok apropos virtual file.
4391
4392 * help-mode.el (help-make-xrefs): Recognize aliased variable with
4393 inherited docstring.
4394
4395 * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
4396
4397 2004-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
4398
4399 * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
4400
4401 * progmodes/compile.el (font-lock): Don't require any more.
4402 (compilation-error-properties, compilation-start, compilation-sentinel)
4403 (compilation-filter, next-error): Use with-current-buffer.
4404 (compilation-skip-to-next-location, compilation-skip-threshold)
4405 (compilation-skip-visited): Move to silence the byte-compiler.
4406 (compilation-setup): Simplify.
4407 (compilation-next-error): Use line-(beginning|end)-position.
4408 Make sure `pt' is non-nil before using compilation-loop.
4409 (compile-goto-error): Add optional event arg. Use it.
4410 (compile-mouse-goto-error): Make it an alias of compile-goto-error.
4411 (compilation-minor-mode-map, compilation-shell-minor-mode-map):
4412 Update the binding for mouse-2.
4413 (first-error): Set compilation-current-error to nil rather than bob.
4414 (compilation-parsing-end, compilation-parse-errors-function)
4415 (compilation-error-list, compilation-old-error-list):
4416 "New" compatibility variables.
4417 (compile-buffer-substring, compilation-compat-error-properties)
4418 (compilation-compat-parse-errors, compilation-forget-errors):
4419 New compatibility functions.
4420 (compilation-mode-font-lock-keywords): Use them.
4421
4422 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
4423
4424 * autorevert.el (auto-revert-handler): If point (or a window
4425 point) is at the end of the buffer, keep it there after
4426 reverting. This allows to tail a file.
4427 Mention this in the `Commentary'.
4428
4429 * format.el (format-write-file): Add optional argument CONFIRM
4430 and make it behave like the analogous argument to `write-file'.
4431
4432 2004-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4433
4434 * progmodes/ebnf2ps.el: Doc fix.
4435 (ebnf-version): New version number (4.2).
4436 (ebnf-syntax): Customization and docstring fix.
4437 (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
4438 Put autoloaded funs before first use.
4439 (ebnf-style-database): Add dtd entry.
4440 (ebnf-syntax-alist): Add dtd initialization.
4441 (ebnf-token-sequence): New fun.
4442 (ebnf-comment-table): Add new comment action character.
4443 (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
4444
4445 * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
4446 Type Definition for XML).
4447
4448 * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
4449 * progmodes/ebnf-bnf.el (ebnf-sequence):
4450 * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
4451 * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
4452 * progmodes/ebnf-yac.el (ebnf-yac-sequence):
4453 Code simplification: call ebnf-token-sequence.
4454
4455 2004-04-04 Eli Zaretskii <eliz@gnu.org>
4456
4457 * calendar/timeclock.el (timeclock-relative)
4458 (timeclock-get-project-function, timeclock-get-workday-function)
4459 (timeclock-query-out, timeclock-when-to-leave)
4460 (timeclock-when-to-leave-string, timeclock-log-data)
4461 (timeclock-generate-report, timeclock-in): Doc fixes.
4462
4463 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
4464
4465 * url/: New dir. Import the URL package from its repository.
4466
4467 2004-04-03 Andreas Schwab <schwab@suse.de>
4468
4469 * diff-mode.el (diff-mode): Fix missing quote.
4470
4471 2004-04-03 Juri Linkov <juri@jurta.org>
4472
4473 * descr-text.el (describe-property-list): Add `font-lock-face'.
4474
4475 * dired.el (dired-font-lock-keywords): Fix permission regexps.
4476
4477 2004-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4478
4479 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
4480 Use utf-16le on little endian machines and utf-16be otherwise.
4481
4482 2004-04-02 David Kastrup <dak@gnu.org>
4483
4484 * net/browse-url.el (browse-url-generic): Use call-process
4485 instead of start-process to allow browsers that fork and detach.
4486
4487 2004-04-01 Daniel Pfeiffer <occitan@esperanto.org>
4488
4489 * compile.el (compilation-current-error): New var.
4490 (compilation-setup, compile-mouse-goto-error)
4491 (compile-goto-error, next-error): Use it.
4492 (compilation-skip-to-next-location): Default to t, which gives
4493 contiguous skipping like old compile (where this was redundant).
4494 (compilation-next-error): Prevent previous-* commands from moving
4495 back to message at or just before point.
4496
4497 2004-04-01 Nick Roberts <nick@nick.uklinux.net>
4498
4499 * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
4500 (gdb-source-info): Don't display source at startup, if required.
4501 (gdb-show-main): New option.
4502 (gdba): Update documentation.
4503 (gdb-source): Cover case of auto-display output.
4504
4505 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
4506
4507 * autorevert.el: Delete obsolete autoload's and defvar's.
4508 (auto-revert-check-vc-info): New user option.
4509 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
4510 (auto-revert-handler-vc): Delete.
4511 (auto-revert-handler): Treat return value `fast' of
4512 buffer-stale-function specially. Check `auto-revert-check-vc-info'.
4513
4514 * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
4515 return `fast'.
4516
4517 * files.el (buffer-stale-function): Doc change.
4518
4519 2004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4520
4521 * printing.el: New tip on Tips section.
4522 (pr-version): New version number (6.7.4).
4523 (pr-shell-file-name): Initialization fix.
4524
4525 2004-03-31 Juri Linkov <juri@jurta.org>
4526
4527 * dired.el: Add autoload for `dired-do-touch'.
4528 (dired-touch-program): New var.
4529 (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
4530 (dired-no-confirm): Add `touch' to docstring.
4531
4532 * dired-aux.el (dired-do-touch): New fun.
4533 (dired-do-chxxx): Add argument -t for touch operation.
4534
4535 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
4536 `dired-move-to-filename-regexp'.
4537
4538 2004-03-31 H\e,Ae\e(Bkan Granath <hakan.granath@kau.se> (tiny change)
4539
4540 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
4541
4542 2004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4543
4544 * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
4545 and only if the buffer was modified.
4546
4547 2004-03-30 Kenichi Handa <handa@m17n.org>
4548
4549 * international/characters.el: Delete pairs for U+2308..U+230B.
4550
4551 2004-03-29 Nick Roberts <nick@nick.uklinux.net>
4552
4553 * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
4554 to detect the beginning of a level 2 or 3 annotation.
4555
4556 2004-03-29 Kenichi Handa <handa@m17n.org>
4557
4558 * international/ucs-tables.el (ucs-insert): Fix the error message.
4559
4560 2004-03-29 Kenichi Handa <handa@m17n.org>
4561
4562 * international/mule-util.el (char-displayable-p): Fix generation
4563 of XLFD file name.
4564
4565 * Makefile.in (setwins, setwins_almost): Change directory to $wd
4566 before finding directories by `find'.
4567
4568 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4569
4570 * subr.el (interactive-form): Delete. Now implemented in C.
4571
4572 * pcvs.el (cvs-parse-process): Workaround for Darwin.
4573
4574 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
4575 (vc-diff-label): New fun.
4576 (vc-diff-internal): Use it.
4577
4578 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
4579
4580 2004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4581
4582 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
4583
4584 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
4585 specify XML (EBNFX).
4586
4587 * progmodes/ebnf2ps.el: Doc fix.
4588 (ebnf-version): New version number (4.1).
4589 (ebnf-syntax): Adjust customization.
4590 (ebnf-style-database): Add ebnfx entry.
4591 (ebnf-syntax-alist): Add ebnfx initialization.
4592 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
4593
4594 * printing.el: Doc fix.
4595 (pr-version): New version number (6.7.3).
4596 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
4597 returns nil for mouse position. Reported by Drew Adams
4598 <drew.adams@oracle.com>.
4599 (pr-update-menus): Modify interactive declaration. Reported by Drew
4600 Adams <drew.adams@oracle.com>.
4601
4602 2004-03-28 Nick Roberts <nick@nick.uklinux.net>
4603
4604 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
4605 (gud-gdba-marker-filter): Log the process input and output, if
4606 required. From Stefan Monnier.
4607 (gdb-debug-log, gdb-enable-debug-log): New variables.
4608 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
4609
4610 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4611
4612 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
4613 From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
4614
4615 2004-03-27 Luc Teirlinck <teirllm@auburn.edu>
4616
4617 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
4618 Call vc-find-file-hook here instead of in auto-revert-buffers.
4619 (auto-revert-buffers): Delete call to vc-find-file-hook.
4620 (auto-revert-verbose, global-auto-revert-non-file-buffers)
4621 (global-auto-revert-mode, auto-revert-set-timer)
4622 (auto-revert-handler, auto-revert-buffers): Doc fixes.
4623
4624 2004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk>
4625
4626 * woman.el (woman-change-fonts): Rename local variable
4627 woman-font-alist to font-alist to avoid a compiler warning.
4628
4629 2004-03-27 Dave Love <fx@gnu.org>
4630
4631 * emacs-lisp/rx.el (rx): Doc fix.
4632 Fix copyright years.
4633
4634 * strokes.el (strokes-global-set-stroke-string): New function.
4635 (strokes-list-strokes): Cope with strings, not just commands.
4636 Set foreground colour of image.
4637 (strokes-global-set-stroke): Doc fix.
4638
4639 2004-03-26 Luc Teirlinck <teirllm@auburn.edu>
4640
4641 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
4642 Auto Revert mode.
4643 (Buffer-menu-files-only): New variable.
4644 (Buffer-menu-toggle-files-only): New function.
4645 (Buffer-menu-mode-map): Bind it to `T'.
4646 (Buffer-menu-mode): Mention `T' in docstring.
4647 Set buffer-stale-function.
4648 (list-buffers-noselect): Mark buffer non-modified and set
4649 Buffer-menu-files-only.
4650
4651 * dired.el (buffer-stale-function): Remove no longer needed defvar.
4652
4653 * autorevert.el (auto-revert-handler): Print revert message
4654 before, rather than after, reverting.
4655 (buffer-stale-function): Move to files.el.
4656
4657 * files.el (buffer-stale-function): Move here from autorevert.el.
4658
4659 2004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
4660
4661 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
4662
4663 * calc/calc.el (calc-mode-map): Use mapc.
4664
4665 * apropos.el (apropos-mode): Don't autoload.
4666 (apropos-symbols-internal): New fun. Extracted from `apropos'.
4667 (apropos): Use it.
4668 (apropos-print): Add optional `text' argument.
4669 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
4670 Don't assume point-min == 1.
4671
4672 * bs.el (bs-buffer-list): Use buffer-local-value.
4673 (bs--set-toggle-to-show): Use with-current-buffer.
4674
4675 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
4676 New funs.
4677 (list-buffers-noselect): Use them. Adjust :align-to to new style.
4678
4679 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
4680
4681 * dabbrev.el (dabbrev-expand): Fix regexp construction.
4682 (dabbrev--find-expansion): Use pop.
4683 (dabbrev--search): Use match-string-no-properties.
4684
4685 * dired.el (dired-mode): Use run-mode-hooks.
4686 (dired-move-to-end-of-filename): Use match-string.
4687
4688 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
4689 is bound before using it.
4690 (ediff-verbose-p): Make it into a var since it's not constant.
4691
4692 * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
4693
4694 * faces.el (read-face-font): Don't cons up unnecessarily.
4695 (header-line, tool-bar): Share common parts.
4696
4697 * files.el (file-relative-name): Use compare-strings.
4698
4699 * finder.el (finder-mode): Follow coding convention.
4700
4701 * subr.el (read-number): New function.
4702
4703 * ses.el (ses-read-number): Move to subr.el.
4704 (ses-set-header-row): Use read-number.
4705
4706 2004-03-26 Andre Spiegel <spiegel@gnu.org>
4707
4708 * vc-hooks.el (vc-arg-list): New function, which handles both
4709 compiled and uncompiled code.
4710 (vc-default-workfile-unchanged-p): Use it.
4711
4712 * vc.el (vc-print-log): Undo prev change, use new function
4713 vc-arg-list from vc-hooks.el.
4714
4715 2004-03-26 Masatake YAMATO <jet@gyve.org>
4716
4717 * simple.el (completion-setup-function): Emphasize the
4718 first uncommon characters in the completions; and de-emphasize
4719 the common prefix substrings.
4720 (completion-emphasis): New face.
4721 (completion-de-emphasis): New face.
4722
4723 2004-03-25 Juanma Barranquero <lektu@terra.es>
4724
4725 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
4726 Comment out (it's unused and unfinished code).
4727
4728 2004-03-25 Sam Steingold <sds@gnu.org>
4729
4730 * vc.el (vc-print-log): Fix a bug in the last patch:
4731 backend-function may be a byte-compiled object, not a lambda.
4732
4733 2004-03-25 Juri Linkov <juri@jurta.org>
4734
4735 * descr-text.el (describe-property-list): Add a button
4736 for `face' property that calls `describe-face'.
4737 Suggested by luis fernandes <elf@ee.ryerson.ca>
4738
4739 * international/mule.el (keyboard-coding-system):
4740 * kmacro.el (kmacro-call-macro): Fix docstring.
4741
4742 * dired.el: Fix comments.
4743
4744 * textmodes/fill.el (fill): Fix Info link.
4745
4746 * font-lock.el (fast-lock, lazy-lock):
4747 * jit-lock.el (jit-lock): Remove links to removed Support Modes
4748 Info node.
4749
4750 * eshell/eshell.el (eshell): Fix broken info-link.
4751
4752 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
4753 * eshell/em-banner.el (eshell-banner):
4754 * eshell/em-smart.el (eshell-smart):
4755 * eshell/esh-cmd.el (eshell-cmd):
4756 Comment out broken info-links to incomplete Info manual.
4757
4758 * info-xref.el: Fix commentary.
4759
4760 2004-03-25 Kevin Ryde <user42@zip.com.au>
4761
4762 * info-xref.el (info-xref-check-buffer): Report empty filename parts.
4763 Remove spurious node duplicate suppression, doesn't work, not wanted.
4764 (info-xref-output): Take format style args, add "sit-for 0" to let
4765 user see the results as they progress.
4766 (info-xref-check-all-custom): New function.
4767
4768 2004-03-25 Nick Roberts <nick@nick.uklinux.net>
4769
4770 * gdb-ui.el: Moved to progmodes.
4771
4772 2004-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
4773
4774 * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
4775
4776 2004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
4777
4778 * calendar/appt.el (appt-check): Remove superfluous progn.
4779 When finished with diary buffer: if it was not being displayed
4780 before, kill it; otherwise restore its original state.
4781 Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
4782
4783 * calendar/calendar.el (calendar-set-mode-line): Use total
4784 available mode-line width, rather than frame-width.
4785
4786 * calendar/diary-lib.el (fancy-diary-display): Set mode-line
4787 after mode change so effect not lost.
4788
4789 2004-03-23 Dave Love <fx@gnu.org>
4790
4791 * dired.el (dired) <defgroup>: Add link to manual.
4792 (dired-font-lock-keywords): Add highlighting on unusual permissions.
4793 (dired-revert): Use dolist.
4794 (dired-mode-map): Add U binding.
4795 (dired-mode): Add font-lock-beginning-of-syntax-function.
4796 (dired-garbage-files-regexp): Make it a defcustom.
4797
4798 2004-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
4799
4800 * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
4801 is equivalent to nil.
4802 (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
4803 (vc-arch-mode-line-string): Accept `added' state.
4804 (vc-arch-state): Use inode-sigs if available.
4805 (vc-arch-add-tagline): Rename from vc-arch-add-tag.
4806 Copy&delete existing id file if any. Fallback if uuidgen is absent.
4807 (vc-arch-tagline-re): New var.
4808 (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
4809 New functions.
4810 (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
4811 (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
4812
4813 * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
4814 (vc-file-not-found-hook): Use it.
4815
4816 * diff-mode.el (diff-default-read-only): Change default.
4817 (diff-mode-hook): Make it a defcustom. Add some options.
4818 (diff-mode-map): Bind diff-refine-hook.
4819 (diff-yank-handler): New var.
4820 (diff-yank-function): New fun.
4821 (diff-font-lock-keywords): Use them.
4822 (diff-end-of-file): Handle case where file-header looks like diff text.
4823 (diff-hunk-kill): Adjust to "new" hunk-next behavior.
4824 (diff-file-kill): Delete a subsequent empty line, if applicable.
4825 (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
4826 (diff-find-file-name): Use it.
4827 (diff-tell-file-name): New command.
4828 (diff-mode): Be careful with view-mode.
4829 (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
4830 New functions, for use in diff-mode-hook.
4831 (diff-find-source-location): Catch "regex too large" errors.
4832 (diff-apply-hunk, diff-test-hunk): Go to old or new file.
4833 (diff-refine-hunk): New command.
4834
4835 * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
4836 (smerge-context-menu-map): Remove unused var.
4837 (smerge-keep-all): Preserve markers.
4838 (smerge-keep-n): New fun.
4839 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
4840 (smerge-keep-current, smerge-ediff): Use it.
4841 (smerge-kill-current): Use it. Make it work on some 3-part conflicts.
4842 (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
4843 (smerge-resolve): Resolve trivial 3-part conflicts.
4844
4845 2004-03-23 Juri Linkov <juri@jurta.org>
4846
4847 * man.el (Man-width): New var.
4848 (Man-getpage-in-background): Use it.
4849 (Man-support-local-filenames): New var and fun.
4850 (Man-build-man-command): Don't add a second %s.
4851 (Man-fontify-manpage): Clean up message.
4852 (Man-mode): Set outline-regexp, outline-level,
4853 imenu-generic-expression.
4854
4855 * woman.el (woman-fill-frame): Doc fix.
4856 (woman-decode-region): Use window-width instead of frame-width.
4857
4858 * abbrevlist.el (list-one-abbrev-table):
4859 * descr-text.el (describe-char):
4860 * international/mule-diag.el (describe-current-coding-system):
4861 * international/quail.el (quail-insert-decode-map):
4862 Use window-width instead of frame-width.
4863
4864 * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
4865 (jka-compr-mode-alist-additions): Add tbz.
4866 (jka-compr-write-region, jka-compr-insert-file-contents):
4867 Add message for undefined compress-program.
4868 (jka-compr-write-region): Remove redundant var bindings.
4869
4870 * dired-x.el (dired-guess-shell-alist-default): Add choices for
4871 extracting files into subdirectory. Add tbz and dz. Fix regexps.
4872 Add extensions .[0-9] for man and nroff, and .pod for perldoc.
4873 (dired-man): Use dired-guess-shell-command.
4874 (dired-guess-shell-case-fold-search): Change defvar to defcustom.
4875 Change default nil to t.
4876
4877 * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
4878 (dired-compare-directories): Add default value for empty input.
4879
4880 * help-at-pt.el: Move suggestions for key bindings to Commentary.
4881
4882 * time.el (display-time-string-forms): Fix help-echo date format.
4883
4884 2004-03-22 Luc Teirlinck <teirllm@auburn.edu>
4885
4886 * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
4887 (buffer-stale-function): New variable.
4888 (auto-revert-list-diff, auto-revert-dired-file-list)
4889 (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
4890 (auto-revert-handler): Take over some functionality of deleted
4891 functions.
4892 (auto-revert-buffers): Delete call to auto-revert-buffer-p.
4893
4894 * dired.el (dired-directory-changed-p): New fun, extracted from
4895 dired-internal-noselect.
4896 (dired-buffer-stale-p): New fun.
4897 (dired-internal-noselect): Use dired-directory-changed-p.
4898 Eliminate revert messages.
4899 (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
4900
4901 2004-03-23 Kenichi Handa <handa@m17n.org>
4902
4903 * international/characters.el: Setup syntaxes for more parentheses
4904 Unicode characters.
4905
4906 * international/mule-cmds.el (select-safe-coding-system):
4907 Merge coding-system and auto-cs before comparing them.
4908
4909 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
4910
4911 * emacs-lisp/pp.el (pp-eval-expression): Simplify.
4912
4913 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
4914 normal-auto-fill-function and comment-indent-function.
4915 The default values now work just as well.
4916 Don't set font-lock-beginning-of-syntax-function since we already set
4917 syntax-begin-function.
4918 (lisp-outline-level): Put ;;;###autoload at same level as (.
4919 (prin1-char): Quote special chars.
4920
4921 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
4922 than with-no-warnings.
4923
4924 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
4925 if the source location can't be found.
4926 (edebug-compute-previous-result): Use prin1-char.
4927
4928 * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
4929 (debug-ignored-errors): Add an entry.
4930
4931 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
4932 (byte-compile-file): Output warning when deleting a file.
4933
4934 * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
4935 (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
4936
4937 * emacs-lisp/byte-opt.el (byte-compile-log-lap)
4938 (byte-compile-inline-expand): Use backquote.
4939 (byte-optimize-pure-func): Rename from byte-optimize-concat.
4940 (symbol-name, regexp-opt, regexp-quote): Mark as pure.
4941
4942 * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
4943
4944 * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
4945
4946 2004-03-22 Juri Linkov <juri@jurta.org>
4947
4948 * finder.el (finder-known-keywords): Fix data, tex, unix.
4949
4950 * play/landmark.el: Fix keywords.
4951
4952 * language/ethio-util.el (ethio-find-file): Doc fix.
4953
4954 * emacs-lisp/warnings.el: Doc fix.
4955
4956 * textmodes/ispell.el (ispell-help): Doc fix.
4957
4958 2004-03-21 Luc Teirlinck <teirllm@auburn.edu>
4959
4960 * format.el (format-insert-file): Always return a list of two
4961 elements, like insert-file-contents does.
4962
4963 2004-03-21 Andre Spiegel <spiegel@gnu.org>
4964
4965 * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
4966 and vc-BACKEND-diff.
4967 (vc-print-log): If the print-log implementation supports it, use
4968 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
4969 (vc-version-diff, vc-diff-internal): Doc fixes.
4970
4971 * vc-hooks.el (vc-default-workfile-unchanged-p): If the
4972 implementation supports it, let diff output go to *vc*,
4973 not *vc-diff*, since this is an internal call.
4974
4975 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
4976
4977 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
4978
4979 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
4980
4981 2004-03-21 Dave Love <fx@gnu.org>
4982
4983 * progmodes/cfengine.el (cfengine-mode):
4984 Set parse-sexp-ignore-comments.
4985
4986 * emacs-lisp/rx.el (rx): Work at compile time, not run time.
4987
4988 2004-03-21 Juanma Barranquero <lektu@terra.es>
4989
4990 * allout.el (allout-mode): Fix docstring.
4991
4992 2004-03-20 Luc Teirlinck <teirllm@auburn.edu>
4993
4994 * files.el (insert-directory): Fix bug if SWITCHES is a list.
4995
4996 * autorevert.el (auto-revert-interval): Make new value take
4997 effect immediately when set through Custom.
4998 (auto-revert-set-timer): Add interactive declaration.
4999
5000 2004-03-19 David Ponce <david@dponce.com>
5001
5002 * ruler-mode.el (ruler-mode-header-line-format-old):
5003 Don't `make-variable-buffer-local'.
5004 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
5005 (ruler-mode-header-line-format): Simply funcall the above.
5006 (ruler-mode): Use `make-local-variable' and `kill-local-variable'
5007 to save/restore a previous header line format.
5008 (ruler-mode-space): Don't depend on a numeric WIDTH value.
5009 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
5010 fringes and margins width.
5011 (ruler-mode-ruler-function): Default to ruler-mode-ruler.
5012
5013 2004-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
5014
5015 * log-edit.el (log-edit-font-lock-keywords): Typo.
5016
5017 * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
5018 (tex-send-tex-command): Rather than here.
5019 (tex-compilation-parse-errors): Simplify.
5020
5021 * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
5022
5023 * time.el (display-time-string-forms): Add help-echo with date on time.
5024
5025 * composite.el (compose-region): Use restore-buffer-modified-p.
5026
5027 * disp-table.el (standard-display-8bit): Simplify.
5028
5029 * server.el (server-process-filter): Delete temp frame.
5030
5031 * add-log.el (add-change-log-entry): Simplify.
5032
5033 2004-03-19 Kim F. Storm <storm@cua.dk>
5034
5035 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
5036 (hexl-follow-line): Don't require 'fringe.
5037
5038 * progmodes/compile.el (compilation-start): Always set
5039 compilation-last-buffer and return it.
5040
5041 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
5042
5043 * simple.el (clone-buffer): Doc fix.
5044
5045 2004-03-18 Juanma Barranquero <lektu@terra.es>
5046
5047 * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
5048
5049 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
5050
5051 * log-edit.el (log-edit-font-lock-keywords): New var.
5052 (log-edit-mode): Use it.
5053
5054 2004-03-17 Nick Roberts <nick@nick.uklinux.net>
5055
5056 * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
5057 properly for watching in speedbar.
5058
5059 2004-03-17 Masatake YAMATO <jet@gyve.org>
5060
5061 * smerge-mode.el (smerge-popup-context-menu):
5062 Put `unwind-protect' around `overlay-put' and `popup-menu'.
5063
5064 2004-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
5065
5066 * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
5067 (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
5068 Take sealed revisions into account.
5069 (vc-arch-checkin): Extract a summary line from the message.
5070
5071 2004-03-16 Masatake YAMATO <jet@gyve.org>
5072
5073 * register.el (register): Provide `register' feature.
5074
5075 2004-03-15 Masatake YAMATO <jet@gyve.org>
5076
5077 Added context menu support in smerge mode.
5078 Most of the part is written by Stefan Monnier.
5079
5080 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
5081 New keymap and menu.
5082 (smerge-text-properties): New function.
5083 (smerge-remove-props): New function.
5084 (smerge-popup-context-menu): New function.
5085 (smerge-resolve): Call `smerge-remove-props'.
5086 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
5087 (smerge-keep-current): Ditto.
5088 (smerge-kill-current): New function.
5089 (smerge-match-conflict): Put text properties.
5090 Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
5091
5092 2004-03-15 David Ponce <david@dponce.com>
5093
5094 * ruler-mode.el: (ruler-mode-left-fringe-cols)
5095 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
5096 (ruler-mode-right-scroll-bar-cols): Remove.
5097 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
5098 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
5099 Use fringe-columns and scroll-bar-columns.
5100
5101 2004-03-15 Masatake YAMATO <jet@gyve.org>
5102
5103 * hl-line.el (hl-line-range-function): New variable.
5104 (hl-line-move): New function.
5105 (global-hl-line-highlight): Use `hl-line-move'.
5106 (hl-line-highlight): Ditto.
5107
5108 * scroll-bar.el (scroll-bar-columns):
5109 * fringe.el (fringe-columns): New function derived from ruler-mode.el.
5110
5111 * ruler-mode.el (top-level): Require scroll-bar and fringe.
5112 (ruler-mode-left-fringe-cols)
5113 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
5114 (ruler-mode-right-scroll-bar-cols)
5115 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
5116 (ruler-mode-ruler-function): New variable.
5117 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
5118 if the value for `ruler-mode-ruler-function'is given.
5119
5120 * hexl.el (hexl-mode-hook): Make the hook customizable.
5121 (hexl-address-area, hexl-ascii-area): New customize variables.
5122 (hexlify-buffer): Put font-lock-faces on the address area and
5123 the ascii area.
5124 (hexl-activate-ruler): New function.
5125 (hexl-follow-line): New function.
5126 (hexl-highlight-line-range): New function.
5127 (hexl-mode-ruler): New function.
5128
5129 2004-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
5130
5131 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
5132 (vc-default-find-file-hook): New fun.
5133 (vc-find-file-hook): Call new find-file-hook operation.
5134
5135 * vc-arch.el: New file.
5136
5137 2004-03-12 Jesper Harder <harder@ifa.au.dk>
5138
5139 * info-look.el (info-lookup): Reuse an existing Info window.
5140
5141 2004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>
5142
5143 * woman.el (woman-preserve-ascii): Default value changed to t and
5144 doc string revised.
5145
5146 2004-03-12 Richard M. Stallman <rms@gnu.org>
5147
5148 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
5149 Fix minor bug.
5150
5151 * replace.el (occur-engine): Change message for count of matches.
5152
5153 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
5154 For strings, do compare text properties.
5155
5156 2004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
5157
5158 * progmodes/compile.el (compile-auto-highlight)
5159 (compilation-error-list, compilation-old-error-list)
5160 (compilation-parse-errors-function, compilation-parsing-end)
5161 (compilation-error-message, compilation-directory-stack)
5162 (compilation-enter-directory-regexp-alist)
5163 (compilation-leave-directory-regexp-alist)
5164 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
5165 (compilation-current-file, compilation-regexps): Remove vars.
5166
5167 (compile-error-at-point, compilation-error-filedata)
5168 (compilation-error-filedata-file-name, compile-reinitialize-errors)
5169 (compilation-next-error-locus, compilation-forget-errors)
5170 (count-regexp-groupings, compilation-parse-errors)
5171 (compile-collect-regexps, compile-buffer-substring): Remove funs.
5172
5173 (compile-internal): Make obsolete.
5174
5175 (compilation-first-column, compilation-error)
5176 (compilation-directory-matcher, compilation-page-delimiter)
5177 (compilation-mode-font-lock-keywords, compilation-debug)
5178 (compilation-error-face, compilation-warning-face)
5179 (compilation-info-face, compilation-line-face)
5180 (compilation-column-face, compilation-enter-directory-face)
5181 (compilation-leave-directory-face, compilation-skip-threshold)
5182 (compilation-skip-visited, compilation-context-lines): New vars.
5183
5184 (compilation-warning-face, compilation-info-face)
5185 (compilation-message-face): New faces.
5186
5187 (compilation-error-regexp-alist-alist): New constant.
5188
5189 (compilation-face, compilation-directory-properties)
5190 (compilation-assq, compilation-error-properties, compilation-start)
5191 (define-compilation-mode, compilation-loop)
5192 (compilation-set-window): New functions.
5193
5194 (compile): Additional argument for interactive compiles like TeX.
5195
5196 * progmodes/grep.el (kill-grep): Move here from compile.el
5197 (grep-error, grep-hit-face, grep-error-face)
5198 (grep-mode-font-lock-keywords): New variables.
5199 (grep-regexp-alist): Simplify regexp and add `binary' case.
5200 (grep-mode): New mode.
5201 (grep-process-setup): Simplify.
5202
5203 2004-03-11 Jason Rumney <jasonr@gnu.org>
5204
5205 * net/ldap.el (ldap-search-internal): Handle file URLs with drive
5206 letters on DOS/Windows.
5207
5208 2004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
5209
5210 * server.el (server-name): New var.
5211 (server-socket-dir): New var to replace server-socket-name.
5212 (server-start): Use them.
5213
5214 2004-03-11 Simon Josefsson <jas@extundo.com>
5215
5216 * mail/smtpmail.el (smtpmail-read-response): Abort if process has
5217 died to avoid infloop. Reported by Jonathan Glauner
5218 <jglauner@sbum.org>.
5219
5220 2004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
5221
5222 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
5223 (smerge-mode-menu): Use it to deactivate menu entries.
5224 (smerge-keep-current): New fun.
5225 (smerge-keep-current): Use it.
5226
5227 2004-03-10 John Paul Wallington <jpw@gnu.org>
5228
5229 * foldout.el (foldout-fold-list, foldout-modeline-string):
5230 Declare them as variables, not constants.
5231
5232 2004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5233
5234 * ps-print.el: Modification to print *Messages* buffer.
5235 (ps-print-version): New version 6.6.4.
5236 (ps-message-log-max): New fun.
5237 (ps-spool-without-faces, ps-spool-with-faces)
5238 (ps-count-lines-preprint): Code fix.
5239
5240 * printing.el: New tips in Tips section.
5241
5242 2004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5243
5244 * delim-col.el: Doc fix.
5245
5246 * printing.el: Doc fix. New doc section (Tips).
5247
5248 2004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
5249
5250 * type-break.el (type-break-emacs-variant): Remove.
5251 (type-break-run-at-time, type-break-cancel-function-timers):
5252 Use fboundp rather than version name and number.
5253
5254 2004-03-09 Masatake YAMATO <jet@gyve.org>
5255
5256 * hexl.el (hexl-mode): Use `make-local-variable' instead of
5257 `make-variable-buffer-local'.
5258
5259 2004-03-08 Michael Albinus <Michael.Albinus@alcatel.de>
5260
5261 * find-dired.el (find-dired): Call `shell-command' instead of
5262 `start-process-shell-command'. By this, Tramp takes over
5263 handling of remote directories.
5264
5265 2004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
5266
5267 * newcomment.el (comment-use-global-state): New var.
5268 (comment-search-forward): Use it.
5269
5270 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
5271
5272 * cus-edit.el (fill) <defgroup>: Move to fill.el.
5273
5274 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
5275 (enable-kinsoku): Make it a defcustom.
5276 (fill-comment-paragraph): Don't rely on fill-prefix to bound the
5277 paragraph to same-comment-start-marker.
5278
5279 2004-03-07 Dave Love <fx@gnu.org>
5280
5281 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
5282 (browse-url-mail): Use it.
5283
5284 * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
5285 (rfc2368-unhexify-string): Use replace-regexp-in-string.
5286
5287 2004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
5288
5289 * woman.el (woman-man.conf-path): Doc fix.
5290 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
5291
5292 2004-03-07 Eli Zaretskii <eliz@gnu.org>
5293
5294 * sort.el (sort-columns): Remove ms-dos from the list of systems
5295 where the external `sort' command is not used.
5296
5297 2004-03-07 Kim F. Storm <storm@cua.dk>
5298
5299 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
5300 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
5301 from overlay-arrow-variable-list.
5302 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
5303
5304 2004-03-06 Nick Roberts <nick@nick.uklinux.net>
5305
5306 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
5307 overlay arrow string properly for the assembler buffer.
5308
5309 2004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
5310
5311 * mail/sendmail.el (mail-mode): Fix last change.
5312
5313 2004-03-05 Nick Roberts <nick@nick.uklinux.net>
5314
5315 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
5316 for the assembler buffer.
5317 (gdb-assembler-custom): Position the overlay arrow.
5318 (gdb-put-arrow, gdb-remove-arrow): Delete functions.
5319
5320 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
5321
5322 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
5323
5324 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
5325 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
5326
5327 * mail/sendmail.el (mail-mode): Set comment-start-skip.
5328
5329 * newcomment.el (uncomment-region): Allow non-terminated comment.
5330 (comment-normalize-vars): Check the user-specified comstart marker.
5331
5332 2004-03-04 Jesper Harder <harder@ifa.au.dk>
5333
5334 * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
5335 Otherwise, do use it if the region only contains font-lock text
5336 properties.
5337
5338 2004-03-04 Masatake YAMATO <jet@gyve.org>
5339
5340 * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
5341 as the callback function for eldoc.
5342 (hexl-print-current-point-info): New function.
5343 (hexl-current-address): Print the address in both decimal
5344 and hexadecimal format.
5345
5346 2004-03-04 Richard M. Stallman <rms@gnu.org>
5347
5348 * mail/rmail.el (rmail-convert-to-babyl-format):
5349 Specify t for UNIBYTE when calling mail-unquote-printable-region.
5350
5351 * mail/mail-utils.el (mail-unquote-printable-region):
5352 New arg UNIBYTE.
5353
5354 * startup.el (command-switch-alist): Doc fix.
5355
5356 * simple.el (undo): Temporarily set this-command to `undo-start',
5357 then set it to `undo' once undo-start returns without error.
5358
5359 * simple.el (minibuffer-history-sexp-flag): Doc fix.
5360
5361 * simple.el (kill-line): Don't disregard trailing whitespace
5362 in eol condition, if show-trailing-whitespace is set.
5363
5364 * mouse-sel.el (mouse-sel-has-been-enabled): New var.
5365 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
5366 When disabling, restore old values only if mouse-sel-has-been-enabled.
5367
5368 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
5369 (isearch-{-char): New function.
5370 (isearch-mode-map): Bind { to isearch-{-char.
5371
5372 * font-lock.el (lisp-font-lock-keywords-2):
5373 Turn off the CL with-... and do-... general patterns.
5374 Instead, recognize several specific with... and do... constructs.
5375
5376 * files.el (switch-to-buffer-other-window):
5377 Bind same-window-buffer-names and same-window-regexps to nil.
5378 (switch-to-buffer-other-frame): Likewise.
5379
5380 2004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
5381
5382 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
5383 recognizing leading comment on code line.
5384
5385 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
5386
5387 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
5388 hidden files/directories.
5389
5390 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
5391
5392 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
5393 only comment-start (in case the mode hasn't set it).
5394
5395 * Makefile.in (AUTOGENEL): New var.
5396 (bootstrap-prepare): Rename from bootstrap-clean.
5397 Don't remove elc files.
5398 (maintainer-clean): New target.
5399
5400 * xml.el (xml-get-attribute-or-nil): Simplify.
5401
5402 2004-03-02 Juri Linkov <juri@jurta.org>
5403
5404 * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
5405 (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
5406 URL to prevent their substitution with the environment variable
5407 values by browsers.
5408
5409 2004-03-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5410
5411 * ps-print.el: Doc fix.
5412 (ps-print-version): New version number (6.6.3).
5413 (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
5414 Docstring fix.
5415 (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
5416 before printing.
5417 (ps-time-stamp-yyyy-mm-dd): New fun.
5418 (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
5419
5420 2004-03-02 Kim F. Storm <storm@cua.dk>
5421
5422 * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
5423
5424 2004-03-01 Juanma Barranquero <lektu@terra.es>
5425
5426 * allout.el (allout-rebullet-heading): Fix typo in docstring.
5427
5428 * desktop.el (desktop-file-version)
5429 (desktop-after-read-hook): Fix typos.
5430 (desktop-clear-preserve-buffers): Remove redundant info in
5431 docstring already shown by the obsolescence message.
5432 (desktop-truncate, desktop-internal-v2s)
5433 (desktop-value-to-string): Change argument name to match docstring.
5434
5435 * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
5436
5437 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
5438 docstring.
5439
5440 2004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5441
5442 * printing.el: Replace "As Is..." in PostScript file print/preview by
5443 "No Preprocessing...". Suggested by Colin Marquardt
5444 <_marquardt_@zmd.de>.
5445 (pr-insert-section-4): Adjust buffer interface.
5446
5447 2004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
5448
5449 Version 2.0.39 of Tramp released.
5450
5451 * net/tramp.el (tramp-handle-file-local-copy)
5452 (tramp-handle-write-region, tramp-open-connection-rsh):
5453 Variable name typo. Small change. From Patrick Tullmann
5454 <tullmann@flux.utah.edu>.
5455 (tramp-process-connection-type): New variable.
5456 (tramp-maybe-open-connection): Use it.
5457 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
5458 (tramp-touch): Set last-modified time of a remote file.
5459 (tramp-handle-write-region): Say which function is used when encoding.
5460
5461 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
5462
5463 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
5464 case of non-existing filename, too. Reported by Christoph Bauer
5465 <c_bauer@informatik.uni-kl.de>.
5466 (tramp-smb-get-file-entries): The directory in question should
5467 have permissions "drwxrwxrwx". Just virtual, because we don't
5468 know the real permissions. Don't we know?
5469 (tramp-smb-prompt): Add virtual prompt from listing shares, too.
5470 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
5471 (tramp-smb-wait-for-output): Optimize algorithm getting pending
5472 output. If it was received chunkwise, there have been problems.
5473 Remove the "prompt not found" error message; it is obvious.
5474 Simplify algorithm.
5475 (tramp-smb-process-running): Remove. Since we acknowledge the
5476 virtual prompt for shares, there's no need for distinction of
5477 reading shares (process ends afterwards) and interactive mode of
5478 smblient.
5479 (tramp-smb-open-connection): Setting process sentinel removed.
5480 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
5481 "NT_STATUS_NETWORK_ACCESS_DENIED".
5482 (tramp-smb-maybe-open-connection): Set `process-connection-type'
5483 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>.
5484 (top-level): Setting default value in `tramp-default-method-alist'
5485 corrected. Order of USER and HOST have been wrong.
5486 Nobody complained for months ...
5487 (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
5488 (tramp-smb-open-connection): Clear password cache if login has failed.
5489
5490 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
5491 `tramp-unified-filenames'.
5492 (tramp-completion-mode): Make test for XEmacs explicitely.
5493 `event-to-character' can exists in Emacs packages too.
5494 Reported by Matt Swift <swift@alum.mit.edu>.
5495 (tramp-buffer-name): Buffer name must contain the user if exists.
5496 Reported by Adrian Phillips <a.phillips@met.no>.
5497 (tramp-do-copy-or-rename-file): Handle out-of-band methods.
5498 Call `tramp-do-copy-or-rename-file-out-of-band' this case.
5499 (tramp-do-copy-or-rename-file-out-of-band): Rename from
5500 `tramp-do-copy-or-rename-file-one-local', because it handles also
5501 the case both files use the same out-of-band method.
5502 Implementation added.
5503 (tramp-handle-file-local-copy, tramp-handle-write-region):
5504 Out-of-band handling removed. `copy-file' called instead, which
5505 calls `tramp-do-copy-or-rename-file-out-of-band'.
5506 (tramp-action-password): Check for out-of-band method removed.
5507 This function is used for 'login-program.
5508 (tramp-post-connection): Use `tramp-method-out-of-band-p' when
5509 appropriate.
5510 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
5511 and `tramp-parse-sknownhosts'.
5512 (tramp-completion-function-alist): It's a defvar now, because we
5513 want to apply the optimized `tramp-set-completion-function'
5514 instead of a static list.
5515 (tramp-set-completion-function): Implementation tuned.
5516 Avoid double entries, and entries where the function or the
5517 file/directory doesn't exist.
5518 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
5519 for SSH2.
5520 (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
5521 (tramp-handle-dired-compress-file): New function.
5522 (tramp-async-proc): New variable.
5523 (tramp-handle-shell-command): Adding asynchronous processes.
5524 They are far from being perfect, but it works at least for
5525 `find-grep-dired' and `find-name-dired' in Emacs 21.4.
5526 (top-level): Require password.el if visible. Should be mandatory
5527 once No Gnus has found its way into (X)Emacs.
5528 (tramp-read-passwd): Invoke `password-read' if available,
5529 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
5530 fallback any longer.
5531 (tramp-clear-passwd): New function.
5532 (tramp-process-actions, tramp-process-multi-actions):
5533 Clear password cache if login has failed.
5534
5535 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has
5536 its own module.
5537 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
5538 `ange-ftp-ftp-name-res'. There could be incorrect values from
5539 previous calls in case the "ftp" method is used in the Tramp file
5540 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
5541
5542 2004-02-28 Richard M. Stallman <rms@gnu.org>
5543
5544 * term.el (term-mouse-paste): Call mouse-set-point.
5545
5546 * thumbs.el: New file.
5547
5548 2004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5549
5550 * progmodes/ebnf-abn.el: Doc fix.
5551
5552 * progmodes/ebnf-bnf.el: Doc fix.
5553 (ebnf-repeat): Code fix.
5554
5555 * progmodes/ebnf2ps.el: Doc fix.
5556 (ebnf-syntax-directory, ebnf-syntax-file): New funs.
5557
5558 2004-02-28 Juri Linkov <juri@jurta.org>
5559
5560 * ffap.el (dired-at-point): Additional writability test for
5561 relative directory names.
5562 (dired-at-point-prompter): Treat directories as a directory, get
5563 the directory component from files.
5564 (ffap-string-at-point): Return string from region if region is active.
5565 (ffap-file-at-point): Remove redundant code.
5566
5567 2004-02-28 Kim F. Storm <storm@cua.dk>
5568
5569 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
5570 Initialize margin area images to nil.
5571 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
5572 (breakpoint-enabled-bitmap-face)
5573 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
5574 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
5575 (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
5576 (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
5577 (gdb-reset): Use gdb-remove-breakpoint-icons.
5578 (gdb-put-string): Add dprop arg to specify alternative display
5579 property (for setting fringe bitmap).
5580 (gdb-remove-strings): Doc fix.
5581 (gdb-put-breakpoint-icon): New defun which displays a breakpoint
5582 icon in fringe (if available), or else as icon or text in display
5583 margin. Creates necessary icons in breakpoint-bitmap,
5584 breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
5585 Also make left window margin if required.
5586 (gdb-remove-breakpoint-icons): New defun to remove breakpoint
5587 icons inserted by gdb-put-breakpoint-icon. Remove left margin if
5588 no longer needed.
5589 (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
5590 gdb-put-breakpoint-icon.
5591 (gdb-assembler-mode): Don't set left-margin-width here.
5592
5593 2004-02-27 Kevin Ryde <user42@zip.com.au>
5594
5595 * info-look.el: In scheme-mode symbol regexp, disallow backquote and
5596 comma, so that it DTRT in macros.
5597
5598 2004-02-27 Markus Rost <rost@mathematik.uni-bielefeld.de>
5599
5600 * progmodes/sh-script.el (sh-shell-arg)
5601 (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
5602 (sh-leading-keywords, sh-other-keywords): Fix custom type.
5603
5604 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
5605
5606 * faces.el (face-spec-set-match-display): Add a new attribute,
5607 `min-colors'.
5608 (region, highlight, secondary-selection): Use `min-colors'.
5609
5610 * custom.el (defface): Add documentation for `min-colors'.
5611
5612 * font-lock.el (font-lock-comment-face, font-lock-string-face)
5613 (font-lock-keyword-face, font-lock-function-name-face)
5614 (font-lock-variable-name-face, font-lock-constant-face):
5615 Use `min-colors'.
5616
5617 * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
5618
5619 2004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5620
5621 * progmodes/ebnf2ps.el: Doc fix. For compatibility with Emacs 20,
5622 define assq-delete-all if it's not defined.
5623 (ebnf-generate-region): Code fix.
5624
5625 * printing.el: Doc fix.
5626 (pr-version): New version number (6.7.2).
5627 (pr-command): Return empty string if command is an empty string.
5628
5629 2004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5630
5631 * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
5632
5633 * progmodes/ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New
5634 arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
5635 semi-down-full. Fix a bug on productions like test = {"test"}* | (
5636 "tt" ["test"] ). Reported by Markus Dreyer
5637 <mdreyer@ix.urz.uni-heidelberg.de>.
5638 (ebnf-version): New version number (4.0).
5639 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
5640 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
5641 (ebnf-delete-style): New commands.
5642 (ebnf-directory, ebnf-file): New funs.
5643 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
5644 (ebnf-production-name-p, ebnf-stop-on-error): New options.
5645 (ebnf-syntax-alist): New var.
5646 (ebnf-element-width): New fun replacing ebnf-list-width.
5647 (ebnf-arrow-shape, ebnf-syntax): Custom fix.
5648 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
5649 (ebnf-prologue): Adjust vars.
5650 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
5651 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
5652 (ebnf-check-style-values, ebnf-generate-production)
5653 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
5654 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
5655 (ebnf-token-repeat): Code fix.
5656
5657 * progmodes/ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc,
5658 %right, %left and %prec. Suggested by Matthew K. Junker
5659 <junker@alum.mit.edu>.
5660 (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
5661
5662 * progmodes/ebnf-iso.el: Doc fix.
5663 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
5664 (ebnf-iso-lex): Code fix.
5665
5666 * progmodes/ebnf-bnf.el: Doc fix.
5667 (ebnf-bnf-lex): Code fix.
5668
5669 * progmodes/ebnf-otz.el: Doc fix.
5670
5671 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
5672
5673 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
5674 (abbrev-prefix-mark): Doc fix.
5675
5676 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
5677
5678 * gdb-ui.el (gud-watch): Load tooltip, if necessary.
5679 (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
5680 (gdb-var-delete): Make interactive (really).
5681 (gdb-edit-value): Make non-interactive.
5682
5683 * progmodes/gud.el (gud-speedbar-menu-items):
5684 Add gdb-var-delete and, indirectly, gdb-edit-value.
5685 (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
5686 (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
5687 (gud-gdb-marker-filter): Add comment for annotations.
5688
5689 2004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk>
5690
5691 * calendar/calendar.el (generate-calendar)
5692 (calendar-read-date): Prevent display of BC calendars once more -
5693 reverts 2003-10-01 change.
5694 (generate-calendar-month): Doc fix.
5695
5696 2004-02-03 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
5697
5698 * calendar/diary-lib.el (fancy-diary-display): Don't rely on
5699 return value of increment-calendar-month.
5700
5701 2004-02-21 Stephen Compall <s11@member.fsf.org>
5702
5703 * saveplace.el (save-place-forget-unreadable-files)
5704 (save-place-save-skipped, save-place-skip-check-regexp): New vars.
5705 (save-place-forget-unreadable-files): New function.
5706 (save-place-alist-to-file): Use it to filter out files that are
5707 no longer readable.
5708
5709 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
5710 current Texinfo environment, using the same method as in
5711 `texinfo-insert-@end', and insert a space rather than a newline if
5712 point in a @table environment.
5713
5714 2004-02-21 Juri Linkov <juri@jurta.org>
5715
5716 * ffap.el (ffap-file-at-point): Try parent directories.
5717
5718 2004-02-21 Klaus Zeitler <kzeitler@lucent.com>
5719
5720 * vcursor.el (vcursor-modifiers): New defcustom.
5721 (vcursor-cs-binding): Use vcursor-modifiers instead of a
5722 hard-coded list.
5723
5724 2004-02-21 Masatake YAMATO <jet@gyve.org>
5725
5726 * play/animate.el (animate-birthday-present): Accept names other
5727 than `Sarah', too.
5728
5729 2004-02-21 Juri Linkov <juri@jurta.org>
5730
5731 * startup.el: Remove table of command line arguments from the
5732 Commentary section.
5733
5734 2004-02-20 John Wiegley <johnw@newartisans.com>
5735
5736 * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
5737 again" modifier from 'e' to 'E', since 'e' is also used by the
5738 "file extension" modifier.
5739
5740 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
5741
5742 * help-fns.el (describe-categories): Doc fix.
5743
5744 2003-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
5745
5746 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
5747 temporary file for buffer already visiting one. This change makes
5748 output likely to be directly usable by patch program.
5749 Suggested by Adrian Aichner <adrian@xemacs.org>
5750
5751 2004-02-20 Nick Roberts <nick@nick.uklinux.net>
5752
5753 * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
5754 case of variables defined in compound statements.
5755 (gdb-setup-windows, gdb-source-info, gdb-source-info):
5756 Simplify constructions using switch-to-buffer.
5757
5758 2004-02-19 Simon Josefsson <jas@extundo.com>
5759
5760 * play/morse.el: Fix typo.
5761 (morse-code): Add @.
5762
5763 2004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
5764
5765 * calendar/appt.el (appt-display-format): Change default to
5766 'ignore, for backwards compatibility.
5767 (appt-display-message): If appt-display-format is 'ignore,
5768 respect old vars appt-msg-window and appt-visible.
5769 (appt-activate): Don't depend on return value of cancel-timer.
5770
5771 * calendar/calendar.el (calendar-holidays): Doc fix.
5772
5773 * calendar/cal-coptic.el (coptic-prompt-for-date):
5774 Use assoc-string instead of assoc-ignore-case.
5775 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
5776 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
5777 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
5778 * calendar/cal-islam.el (calendar-goto-islamic-date)
5779 (mark-islamic-diary-entries): Ditto.
5780 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
5781 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
5782 (calendar-read-mayan-tzolkin-date): Ditto.
5783 * calendar/calendar.el (calendar-read-date): Ditto.
5784 * calendar/diary-lib.el (mark-diary-entries): Ditto.
5785
5786 2004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de>
5787
5788 * progmodes/executable.el (executable-command-find-posix-p):
5789 Fix choice of the directory.
5790
5791 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
5792
5793 * simple.el (interprogram-cut-function)
5794 (interprogram-paste-function, kill-new, kill-append):
5795 Doc fixes.
5796 (kill-region): Make it return nil. Doc fix.
5797 (yank-pop): Make its argument optional.
5798 (yank): Make ARG `-' equivalent to `-1'.
5799
5800 2004-02-17 Eli Zaretskii <eliz@gnu.org>
5801
5802 * mail/rmail.el (rmail-get-new-mail): Don't reference
5803 rmail-use-spam-filter if rmail-spam-filter is not loaded.
5804
5805 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
5806
5807 * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
5808 if one of global-auto-revert-non-file-buffers or autorevert-mode
5809 is non-nil.
5810
5811 2004-02-16 Eli Zaretskii <eliz@gnu.org>
5812
5813 * subr.el (delete-dups): A better implementation from Karl Heuer
5814 <kwzh@gnu.org>.
5815
5816 2004-02-16 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
5817
5818 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
5819 correct place.
5820 * progmodes/icon.el (icon-indent-command): Ditto.
5821 * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
5822
5823 2004-02-16 Eli Zaretskii <eliz@gnu.org>
5824
5825 * progmodes/grep.el (grep-compute-defaults): Undo change from
5826 2004-01-29: don't use executable-command-find-posix-p.
5827
5828 2004-02-16 Richard Sharman <rsharman@pobox.com>
5829
5830 * hilit-chg.el: Use require instead of eval-and-compile.
5831 (highlight-compare-buffers): New function.
5832
5833 2004-02-16 John Basrai <jbasrai@comcast.net> (tiny change)
5834
5835 * man.el (Man-fontify-manpage): Render section headings in
5836 `Man-overstrike-face' even when overstrike was not used by man
5837 formatter for section headings.
5838
5839 2004-02-16 Eli Tziperman <eli@deas.harvard.edu>
5840
5841 * rmail-spam-filter.el: (vm-use-spam-filter)
5842 (rsf-min-region-length-added-to-spam-list): New variables.
5843 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
5844 rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for
5845 spam testing. Don't delete spam message if automatic deletion
5846 after output via variable rmail-delete-after-output is turned on.
5847 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
5848 rsf-bbdb-dont-create-entries-for-spam.
5849 (check-field): New function, extracted from code in
5850 rmail-spam-filter to ease addition of header fields like content-type.
5851 (message-content-type): New variable to check the content-type:
5852 field added, also in defcustom of rsf-definitions-alist.
5853 (rmail-spam-filter): Replace repeated test code for header fields
5854 by calls to check-field; change the call to
5855 rmail-output-to-rmail-file such that rmail-current-message stays
5856 the same to avoid wrong deletion of unseen flags.
5857 (rsf-add-contents-type): New function to convert old format
5858 of rmail-spam-definitions-alist into new one.
5859 Change prefixes of all variables and functions from
5860 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
5861
5862 2004-02-16 Eli Zaretskii <eliz@gnu.org>
5863
5864 * loadhist.el (unload-hook-features-list): New defvar.
5865
5866 2004-02-16 Dave Love <fx@gnu.org>
5867
5868 * loadhist.el (unload-feature): Doc fix. Rename flist to
5869 unload-hook-features-list.
5870
5871 2004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
5872
5873 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
5874 cookie. Don't check if we are looking-at open-formula.
5875
5876 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
5877
5878 * subr.el (match-string-no-properties): Use substring-no-properties.
5879
5880 2004-02-16 Eli Zaretskii <eliz@gnu.org>
5881
5882 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
5883 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
5884 Use lower-case "rx" in all error message.
5885
5886 2004-02-16 Dave Love <fx@gnu.org>
5887
5888 * emacs-lisp/rx.el (rx-or): Put group around result.
5889 (rx-constituents): Add backref.
5890 (rx-syntax): Add string-delimiter, comment-delimiter.
5891 (rx-categories): Add combining-diacritic.
5892 (rx-check-not, rx-greedy, rx): Doc fix.
5893 (rx-backref, rx-check-backref): New.
5894
5895 2004-02-16 Jesper Harder <harder@ifa.au.dk>
5896
5897 * newcomment.el (uncomment-region): Allow eob as comment end.
5898
5899 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
5900
5901 * filecache.el: All message and error commands now use prefix
5902 "Filecache:" to make it easy to read *Messages* buffer.
5903
5904 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
5905
5906 * autorevert.el: Add support to detect changed dired and VC buffers.
5907 (auto-revert-active-p, auto-revert-list-diff)
5908 (auto-revert-dired-file-list, auto-revert-dired-changed-p)
5909 (auto-revert-handler, auto-revert-active-p): New functions.
5910 (auto-revert-buffers): Move revert logic to `auto-revert-handler'
5911 and `auto-revert-active-p'.
5912 (eval-when-compile): Defvar dired-directory and vc-mode.
5913 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
5914 (auto-revert-handler-vc): New functions.
5915
5916 2004-02-16 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
5917
5918 * progmodes/compile.el (compilation-directory): New defvar.
5919 (compile): Save current directory in compilation-directory.
5920 (recompile): Bind default-directory to compilation-directory if
5921 that is non-nil.
5922
5923 2004-02-16 Dave Love <fx@gnu.org>
5924
5925 * newcomment.el (comment-insert-comment-function)
5926 (comment-region-function, uncomment-region-function): New.
5927 (comment-indent): Use comment-insert-comment-function.
5928 (uncomment-region): Use uncomment-region-function.
5929 (comment-region): Use comment-region-function.
5930
5931 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
5932
5933 2004-02-16 Richard Stallman <rms@gnu.org>
5934
5935 * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
5936 loaddefs* and ldefs-boot*.
5937
5938 2004-02-16 Eli Zaretskii <eliz@gnu.org>
5939
5940 * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
5941 and email address at the beginning and end of the address.
5942
5943 * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
5944 anchored at the beginning of the email address.
5945
5946 2004-02-16 TAKAI Kousuke <tak@kmc.gr.jp> (tiny change)
5947
5948 * international/ccl.el (ccl-compile-write): Pass `left' to
5949 ccl-embed-code to generate correct code of write-expr-register.
5950
5951 2004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change)
5952
5953 * progmodes/grep.el (grep-compute-defaults): Fix typos.
5954
5955 2004-02-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5956
5957 * x-dnd.el: Mention support for Motif in commentary.
5958 (x-dnd-handle-drag-n-drop-event): Ditto.
5959
5960 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
5961
5962 * ses.el: Use "ses--" prefixes for buffer-local variables.
5963 Use (point-min) instead of 1, even when we know the buffer
5964 is unnarrowed.
5965 (ses-build-load-map): Delete. Distribute its content to defconst's for
5966 the three maps.
5967 (ses-menu, ses-header-line-menu): New menus.
5968 (ses-mode-map): Use them.
5969 (ses-read-number) New fun. Duplicates code from interactive "N" spec.
5970
5971 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
5972
5973 * Makefile.in: Fix the CC Mode recompile kludge so it works
5974 when building in a different directory.
5975
5976 2004-02-13 Luc Teirlinck <teirllm@auburn.edu>
5977
5978 * simple.el (kill-new): Put yank-handler property on the entire string.
5979
5980 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
5981
5982 * diff.el: Don't use compile any more, use diff-mode instead.
5983 (diff-regexp-alist, diff-old-file, diff-new-file)
5984 (diff-parse-differences, diff-process-setup): Remove.
5985 (diff-sentinel): New fun.
5986 (diff): Use it. Run the process ourselves.
5987 Use diff-mode for the rest of the processing.
5988
5989 * diff.el (diff): Simplify code handling `switch'.
5990
5991 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
5992
5993 * pcvs-defs.el (cvs-menu): Add `tag'.
5994
5995 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
5996
5997 * simple.el (kill-append): Doc fix.
5998
5999 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
6000 Adapt outline-regexp to the new conventions for commenting out code.
6001
6002 2004-02-11 John Paul Wallington <jpw@gnu.org>
6003
6004 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
6005
6006 2004-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
6007
6008 * diff.el (diff-switches): New fun.
6009 (diff, diff-backup): Use it.
6010 (diff): Clean up the args construction. Use backquote.
6011 Use listp instead of consp to avoid putting a nil arg.
6012 (diff): Add a revert-buffer function.
6013
6014 2004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6015
6016 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
6017 handled by x-dnd-handle-file-name.
6018 (x-dnd-known-types): Add COMPOUND_TEXT.
6019 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
6020 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
6021 x-dnd-empty-state.
6022 (x-dnd-forget-drop): Ditto.
6023 (x-dnd-save-state): Add optional parameter extra-data (for Motif).
6024 (x-dnd-handle-one-url): Return private when inserting text.
6025 (x-dnd-insert-ctext): New function.
6026 (x-dnd-handle-file-name): New function for FILE_NAME.
6027 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
6028 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
6029 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
6030
6031 2004-02-10 Kenichi Handa <handa@m17n.org>
6032
6033 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
6034 instead of while loop.
6035
6036 2004-02-10 Miles Bader <miles@gnu.org>
6037
6038 * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
6039
6040 2004-02-09 Kenichi Handa <handa@m17n.org>
6041
6042 * tar-mode.el (tar-extract): Fix for the case that a file doesn't
6043 have end-of-line.
6044
6045 2004-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
6046
6047 * Makefile.in: Added extra dependencies in the recompile target
6048 needed to cope with the compile time macro expansions in CC Mode.
6049
6050 2004-02-09 Kim F. Storm <storm@cua.dk>
6051
6052 * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
6053 (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
6054 (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
6055 (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
6056 (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
6057 (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
6058 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
6059 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
6060 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
6061 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
6062 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
6063
6064 2004-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
6065
6066 * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
6067 Don't allow shrink if there's a window on our right.
6068
6069 * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
6070 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
6071 Bring together declaration and initialization.
6072 (prolog-mode-variables): Don't set the syntax table.
6073 Don't set paragraph-start and comment-indent-function.
6074 Add /*..*/ to the comment regexps.
6075 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map.
6076 (prolog-mode-map): Don't bind TAB.
6077 (prolog-mode): Set the syntax table.
6078 (prolog-comment-indent): Remove.
6079 (inferior-prolog-mode-map): Initialize in the declaration.
6080 (inferior-prolog-mode-syntax-table)
6081 (inferior-prolog-mode-abbrev-table): New vars.
6082 (inferior-prolog-mode): Derive from comint-mode.
6083 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
6084 minibuffer windows.
6085
6086 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
6087 in file names, as long as it is unabmiguous.
6088
6089 2004-02-08 Andreas Schwab <schwab@suse.de>
6090
6091 * textmodes/reftex-toc.el
6092 (reftex-toc-load-all-files-for-promotion): Remove useless use of
6093 format. Doc fix.
6094
6095 * textmodes/refer.el (refer-find-entry-internal): Remove extra
6096 format string arguments.
6097
6098 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
6099 string argument.
6100
6101 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
6102
6103 * play/zone.el (zone-call): Fix format string.
6104
6105 * net/webjump.el (webjump-builtin): Add missing format string argument.
6106
6107 * midnight.el (midnight-delay-set): Remove extra format string argument.
6108
6109 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
6110
6111 * hexl.el (hexl-insert-char): Add missing format string argument.
6112
6113 * format.el (format-decode): Fix format string.
6114
6115 * emulation/vi.el (vi-mode): Remove extra format string argument.
6116 (vi-repeat-last-search): Likewise.
6117 (vi-reverse-last-search): Likewise.
6118 (vi-goto-mark): Likewise.
6119 (vi-reverse-last-find-char): Likewise.
6120 (vi-repeat-last-find-char): Likewise.
6121 (vi-locate-def): Likewise.
6122
6123 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
6124
6125 * ediff-util.el (ediff-toggle-read-only): Remove extra format
6126 string argument.
6127 (ediff-toggle-regexp-match): Likewise.
6128
6129 * dired-aux.el (dired-do-query-replace-regexp): Add missing
6130 format string argument.
6131
6132 * calc/calc-map.el (calc-get-operator): Remove extra format
6133 string argument.
6134
6135 * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
6136
6137 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
6138 string argument.
6139
6140 * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
6141
6142 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
6143
6144 * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
6145
6146 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
6147 (cl-struct-setf-expander): Likewise.
6148
6149 * vc.el (with-vc-file): Fix unsafe uses of error.
6150 (vc-cancel-version): Likewise.
6151
6152 2004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change)
6153
6154 * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
6155 thousands separator; fixes <class>:<line-number> regexp for
6156 non-english locales.
6157
6158 2004-02-08 Andreas Schwab <schwab@suse.de>
6159
6160 * view.el (view-mode-enable): Revert previous change.
6161
6162 2004-02-07 Kim F. Storm <storm@cua.dk>
6163
6164 * simple.el (line-number-at-pos): Rename from line-at-pos.
6165 Uses changed (what-line and vc-annotate-warp-version).
6166
6167 2004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
6168
6169 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
6170 (diff-mode): Remove aborted attempt at support for compile.el.
6171 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
6172
6173 2004-02-06 Andreas Schwab <schwab@suse.de>
6174
6175 * view.el (view-mode-enable): Add view-mode-map to
6176 minor-mode-overriding-map-alist.
6177
6178 2004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6179
6180 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
6181
6182 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
6183
6184 * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
6185 with point inside rather than after the paragraph.
6186
6187 2004-02-04 Sam Steingold <sds@gnu.org>
6188
6189 * mail/smtpmail.el (smtpmail-try-auth-methods):
6190 Do not try authentication when no mechanism is available.
6191 Pass port-name as defaultport to `netrc-machine'.
6192
6193 2004-02-04 Stephen Eglen <stephen@gnu.org>
6194
6195 * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
6196 to show how minibuffer height can be constrained.
6197
6198 2004-02-04 John Paul Wallington <jpw@gnu.org>
6199
6200 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
6201
6202 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6203
6204 * x-dnd.el: New file for drag and drop.
6205
6206 * term/x-win.el: require x-dnd, set after-make-frame-functions
6207 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
6208 drag-n-drop event.
6209
6210 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
6211 (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
6212 (dired-dnd-handle-file): New functions for drag and drop support.
6213 (dired-mode): Initialize drag and drop if x-dnd present.
6214
6215 2004-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
6216
6217 * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
6218 (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
6219 (cperl-mode): Set fill-paragraph-function.
6220 (cperl-fill-paragraph): Make it non-interactive.
6221
6222 2004-02-02 Benjamin Rutt <brutt@bloomington.in.us>
6223
6224 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
6225
6226 2004-02-02 David Kastrup <dak@gnu.org>
6227
6228 * replace.el (perform-replace): Allow 'literal argument in
6229 regexp-flag to indicate literal replacement.
6230 (query-replace-regexp-eval): Use it.
6231
6232 2004-02-01 Andreas Schwab <schwab@suse.de>
6233
6234 * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
6235
6236 2004-02-01 Stephen Eglen <stephen@gnu.org>
6237
6238 * info-look.el: Add support for maxima-mode. Update commentary
6239 because info-lookup-symbol is now bound to C-h S.
6240
6241 2004-01-31 Luc Teirlinck <teirllm@auburn.edu>
6242
6243 * simple.el (edit-and-eval-command): Bind print-level and
6244 minibuffer-history-sexp-flag around call to read-from-minibuffer.
6245 Correct initial position in command-history.
6246
6247 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
6248
6249 * files.el (read-directory-name): Adapt the docstring to recent
6250 change in Fread_file_name.
6251
6252 2004-01-30 Jonathan Yavner <jyavner@member.fsf.org>
6253
6254 * ses.el (ses-print-cell): If print format too wide for column
6255 width, truncate decimal places if that helps to avoid "#####" fill.
6256 * ses.el (ses-initial-column-width): Revert previous change.
6257
6258 2004-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
6259
6260 * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
6261 (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
6262 Add edebug info.
6263 (jit-lock-mode): Setup/cancel the new timer.
6264 (jit-lock-context-fontify): New fun. Extracted from
6265 context fontification code of jit-lock-stealth-fontify.
6266 (jit-lock-stealth-fontify): Don't do context fontification any more.
6267
6268 * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
6269 (jit-lock-fontify-now): Handle the `quit' case.
6270 (jit-lock-contextually): Rename from jit-lock-defer-contextually.
6271
6272 2004-01-29 Jari Aalto <jari.aalto@poboxes.com>
6273
6274 * progmodes/executable.el (executable-command-find-posix-p):
6275 New. Check if find handles arguments Posix-style.
6276
6277 * progmodes/grep.el (grep-compute-defaults):
6278 Use executable-command-find-posix-p.
6279 (grep-find): Check `grep-find-command'.
6280
6281 * filecache.el (file-cache-find-posix-p): Delete.
6282 (file-cache-add-directory-using-find):
6283 Use `executable-command-find-posix-p'.
6284
6285 2004-01-29 Dave Love <fx@gnu.org>
6286
6287 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
6288 Iterate the hook function if arg is given.
6289 (mark-defun, narrow-to-defun): Change order of finding the limits.
6290
6291 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
6292 (byte-compile-format-warn): New.
6293 (byte-compile-callargs-warn): Use it.
6294 (Format, message, error): Add byte-compile-format-like property.
6295 (byte-compile-maybe-guarded): New.
6296 (byte-compile-if, byte-compile-cond): Use it.
6297 (byte-compile-lambda): Compile interactive forms,
6298 just to make warnings about them.
6299
6300 2004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
6301
6302 * ses.el (ses-initial-column-width): Increase to 14, so it will
6303 work well with the default printer of "%.7g" for extreme values
6304 like "-1.234567e+07".
6305
6306 2004-01-29 Kenichi Handa <handa@m17n.org>
6307
6308 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
6309
6310 2004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
6311
6312 * dos-w32.el: Added support for the `default-printer-name' function.
6313
6314 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
6315
6316 * server.el (server-socket-name): Don't use the hostname in the
6317 socket name since /tmp is local to the host anyway.
6318
6319 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
6320 robust check of widening and fix var-naming.
6321
6322 2004-01-27 Eli Tziperman <eli@deas.harvard.edu>
6323
6324 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
6325 or rmail-spam- to rsf- in all function and variable names.
6326 (rsf-min-region-to-spam-list): New variable.
6327 (rsf-bbdb-auto-delete-spam-entries): Rename from
6328 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
6329 scanned together with the recipients field for spam testing; Don't
6330 delete spam message if rmail-delete-after-output is non-nil;
6331 (rsf-check-field): New function, extracted from code in
6332 rmail-spam-filter to ease addition of header fields like
6333 content-type:;
6334 (message-content-type): New variable. The content-type: field was
6335 added also in defcustom of rsf-definitions-alist;
6336 (rmail-spam-filter): Replace repeated test code for header fields
6337 by calls to check-field; change the call to
6338 rmail-output-to-rmail-file such that rmail-current-message stays
6339 the same to avoid wrong deletion of unseen flags.
6340 (rmail-use-spam-filter): Add autoload cookie.
6341
6342 2004-01-27 Jari Aalto <jari.aalto@poboxes.com>
6343
6344 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin.
6345 (file-cache-add-directory-using-find): Add Cygwin support.
6346 (file-cache-find-command-posix-flag): New user variable.
6347
6348 * filecache.el (file-cache-add-directory): Check for
6349 directories an remove them from dir-files.
6350
6351 2004-01-27 Richard M. Stallman <rms@gnu.org>
6352
6353 * man.el (Man-fontify-manpage): Clean up message.
6354
6355 2004-01-27 Kenichi Handa <handa@m17n.org>
6356
6357 * textmodes/paragraphs.el (sentence-end-without-space): New variable.
6358 (sentence-end): Define using sentence-end-without-space.
6359
6360 * textmodes/fill.el (fill-delete-newlines): Don't add a space if
6361 a sentence ends with one of a character in sentence-end-without-space.
6362
6363 2004-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
6364
6365 * font-lock.el (font-lock): Add jit-lock as explicit group member.
6366 (jit-lock): Group declaration moved to jit-lock.el.
6367 (toplevel): Don't explicitly require jit-lock, since it's autoloaded
6368 when necessary.
6369
6370 * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
6371 (jit-lock-context-unfontify-pos): Rename from
6372 jit-lock-first-unfontify-pos.
6373 (jit-lock-defer-buffers): Rename from jit-lock-buffers.
6374
6375 2004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk>
6376
6377 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
6378 (fortran-break-delimiters-re, fortran-no-break-re): New consts.
6379 (fortran-fill): When filling a string, adjust re-search-backward
6380 argument for special case of string just on fill-column.
6381 When filling non-string, allow one extra char if
6382 fortran-break-before-delimiters is non-nil.
6383 Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
6384 Use fortran-break-delimiters-re and fortran-no-break-re to
6385 correctly handle cases such as "**".
6386
6387 * progmodes/f90.el (f90-break-delimiters): Doc fix.
6388 (f90-no-break-re): Add some extra tokens. Doc fix.
6389
6390 2004-01-24 Thien-Thi Nguyen <ttn@gnu.org>
6391
6392 * mail/rmail-spam-filter.el:
6393 Use two semicolons as Commentary line prefix.
6394 Add ";;; Code:" stylized comment.
6395 Delete end-of-line whitespace.
6396 Wrap (require 'cl) with `eval-when-compile'.
6397
6398 2004-01-23 Benjamin Rutt <brutt@bloomington.in.us>
6399
6400 * vc.el (vc-annotate): Fix improper use of `make-local-variable'
6401 at the top level of vc.el.
6402
6403 2004-01-23 Andre Spiegel <spiegel@gnu.org>
6404
6405 * vc.el (vc-current-line): Function removed. This is now done by
6406 the new function line-at-pos in simple.el.
6407 (vc-annotate-warp-version): Use line-at-pos instead of
6408 vc-current-line.
6409
6410 2004-01-22 Kim F. Storm <storm@cua.dk>
6411
6412 * simple.el (line-at-pos): New defun.
6413 (what-line): Use it. Optimize by only counting lines in narrowed
6414 region once.
6415
6416 2004-01-22 Kenichi Handa <handa@m17n.org>
6417
6418 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
6419 point (register r1) only for charset mule-unicode-0100-24ff.
6420
6421 2004-01-21 Markus Rost <rost@mathematik.uni-bielefeld.de>
6422
6423 * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
6424 trailing white space and ensure a final newline.
6425
6426 * mail/rmail-spam-filter.el (rmail-use-spam-filter):
6427 Add autoload cookie.
6428
6429 2004-01-21 Benjamin Rutt <brutt@bloomington.in.us>
6430
6431 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
6432 activate view-mode explicitly.
6433
6434 2004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6435
6436 * term/x-win.el: Call menu-bar-enable-clipboard and make Paste
6437 use clipboard first.
6438
6439 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
6440
6441 * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work.
6442 (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
6443 (vc-mcvs-cvs): Remove.
6444 (vc-mcvs-command): Remove use of assert.
6445
6446 * outline.el (outline-insert-heading): Tighten up match.
6447 (outline-demote, outline-move-subtree-down): Don't assume anything
6448 about outline-regexp.
6449
6450 * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
6451 (texinfo-show-structure): Explicitly add ^, and simplify.
6452
6453 2004-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
6454
6455 * calendar/appt.el (appt-check): Restore usage of
6456 appt-issue-message deleted in previous change.
6457 (top-level): Activate package when loaded (needed for backwards
6458 compatibility).
6459
6460 2004-01-20 Jesper Harder <harder@ifa.au.dk>
6461
6462 * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
6463 following previous change to smtpmail-send-data.
6464
6465 2004-01-20 Benjamin Rutt <brutt@bloomington.in.us>
6466
6467 * vc.el (vc-default-previous-version): Doc enhancement.
6468 (vc-default-next-version): New function.
6469 (vc-print-log): New arg FOCUS-REV.
6470 (vc-annotate-mode): Derive from view-mode.
6471 (vc-annotate): New args REVISION, DISPLAY-MODE.
6472 (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
6473 (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
6474 (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
6475 (vc-annotate-show-diff-revision-at-line, vc-current-line)
6476 (vc-annotate-prev-version, vc-annotate-next-version): New functions.
6477
6478 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
6479
6480 2004-01-19 Karl Berry <karl@gnu.org>
6481
6482 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
6483 or "TexInfo".
6484
6485 2004-01-19 Luc Teirlinck <teirllm@auburn.edu>
6486
6487 * subr.el (delete-dups): New function.
6488
6489 2004-01-19 Karl Berry <karl@gnu.org>
6490
6491 * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
6492 with ^, since that's what texinfo-show-structure
6493 documentation says (plus it works much better in texinfo.txi).
6494
6495 2004-01-18 Jesper Harder <harder@ifa.au.dk>
6496
6497 * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
6498
6499 2004-01-18 David Ponce <david@dponce.com> (tiny change)
6500
6501 * progmodes/which-func.el (which-function-mode): Don't cancel
6502 which-func-update-timer if not set.
6503
6504 2004-01-17 Thien-Thi Nguyen <ttn@gnu.org>
6505
6506 * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
6507 Remove spurious left square bracket in XX:XXam regexp.
6508
6509 2004-01-16 Luc Teirlinck <teirllm@auburn.edu>
6510
6511 * progmodes/cc-defs.el: Do not require cl at run time.
6512
6513 2004-01-16 Richard M. Stallman <rms@gnu.org>
6514
6515 * emacs-lisp/cl.el (cl-cannot-unload): New function.
6516 (cl-unload-hook): Defvar this to run cl-cannot-unload.
6517
6518 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
6519 Call rmail-spam-filter. Delete and expunge spam.
6520 Print number of spam messages deleted.
6521 Save and restore the deletion status of old messages when reading
6522 new mail with spam filter, so that expunging spam does not expunge
6523 msgs deleted by the user.
6524 (rmail-only-expunge): Add an optional argument dont-show to
6525 prevent showing message after expunge.
6526
6527 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
6528
6529 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
6530 * subr.el (declare): New macro.
6531
6532 2004-01-15 Thien-Thi Nguyen <ttn@gnu.org>
6533
6534 * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
6535
6536 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
6537
6538 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
6539 Test window-system rather than system-type (for X11/Mac).
6540
6541 2004-01-12 Luc Teirlinck <teirllm@auburn.edu>
6542
6543 * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
6544
6545 2004-01-12 Richard M. Stallman <rms@gnu.org>
6546
6547 * mail/rmail.el (rmail-convert-to-babyl-format):
6548 Use mail-unquote-printable-region.
6549 (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
6550 (rmail-hex-char-to-integer): Functions deleted.
6551
6552 * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
6553 (mail-unquote-printable-region): New arg NOERROR.
6554 For invalid encoding, either signal an error to just return nil.
6555
6556 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
6557
6558 * calendar/appt.el: Update copyright and commentary.
6559 (appt-issue-message): Make obsolete.
6560 (appt-visible, appt-msg-window): Make obsolete, in favour of
6561 appt-display-format.
6562 (appt-display-mode-line, appt-display-duration)
6563 (appt-display-diary, appt-time-msg-list, appt-mode-string)
6564 (appt-prev-comp-time, appt-display-count, appt-timer)
6565 (appt-convert-time): Doc change.
6566 (appt-disp-window-function, appt-delete-window-function):
6567 Use defcustom rather than defvar.
6568 (appt-display-format): New variable.
6569 (appt-display-message): New function with display code from appt-check.
6570 (appt-check): Add optional FORCE argument. Doc change.
6571 Add appt-make-list to diary-hook if displaying diary.
6572 Remove checking of view-diary-entries-initially.
6573 Message display section removed to new function appt-display-message.
6574 (appt-display-window): Doc change. Remove unused internal var
6575 this-buffer. Do not beep, since appt-display-message does that.
6576 (appt-make-list): Doc change. Use caar.
6577 (appt-sort-list): Simplify by using builtin sort function.
6578 (appt-update-list): New function for updating appts when diary is
6579 saved.
6580 (appt-activate): New autoloaded function to toggle package
6581 functionality.
6582
6583 * calendar/cal-x.el: (calendar-one-frame-setup)
6584 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
6585
6586 * calendar/calendar.el: Update copyright.
6587 (view-diary-entries-initially, european-calendar-style): Doc change.
6588 (calendar-setup): Make defcustom rather than defvar.
6589 (mark-visible-calendar-date): Initialize temp-face and faceinfo
6590 in let binding so local to function.
6591
6592 * calendar/diary-lib.el: Update copyright.
6593 (diary, diary-entry-time): Doc change.
6594 (list-diary-entries): Doc change. Trivial logic change.
6595 (fancy-diary-display): Restore make-face command mistakenly
6596 deleted 2003-05-08.
6597 (show-all-diary-entries): Allow to pop-up frame if needed.
6598
6599 2004-01-09 John Paul Wallington <jpw@gnu.org>
6600
6601 * bindings.el (mode-line-change-eol): Add EVENT parameter.
6602 Temporarily select EVENT's window for changing eol type.
6603
6604 2004-01-09 Deepak Goel <deego@gnufans.org>
6605
6606 * calendar/diary-lib.el (diary-entry-time):
6607 Also accept time in the form XX[.XX][am/pm/AM/PM].
6608 (fancy-diary-font-lock-keywords): Likewise.
6609 (diary-font-lock-keywords): Likewise.
6610 * calendar/appt.el (appt-add): Likewise.
6611 (appt-make-list): Likewise.
6612 (appt-convert-time): Likewise.
6613
6614 2004-01-08 Nick Roberts <nick@nick.uklinux.net>
6615
6616 * gdb-ui.el (gdb-ann3): Revert previous change.
6617 (gdb-source-info): Allow for case of where compilation directory
6618 is not recorded.
6619
6620 2004-01-08 John Paul Wallington <jpw@gnu.org>
6621
6622 * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
6623
6624 2004-01-07 Nick Roberts <nick@nick.uklinux.net>
6625
6626 * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
6627
6628 * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
6629 (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
6630 problems.
6631 (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
6632
6633 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
6634
6635 * files.el (write-file-functions, write-contents-functions):
6636 Clarify docstrings.
6637
6638 2004-01-07 Kenichi Handa <handa@m17n.org>
6639
6640 * international/mule.el (set-auto-coding): Fix for the case that
6641 end-of-line is only CR.
6642
6643 2004-01-07 Kim F. Storm <storm@cua.dk>
6644
6645 * subr.el (event-start, event-end): Doc fix.
6646 (posn-string, posn-image): New defuns.
6647 (posn-object): Return either image or string object.
6648 (posn-object-x-y): Return 8th element of position.
6649 (posn-object-width-height): New defun.
6650
6651 2004-01-06 Andreas Schwab <schwab@suse.de>
6652
6653 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
6654 output.
6655
6656 2004-01-05 Karl Berry <karl@gnu.org>
6657
6658 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
6659 / and *, too.
6660
6661 2003-12-31 Simon Josefsson <jas@extundo.com>
6662
6663 * files.el (before-save-hook): Add.
6664 (basic-save-buffer): Use before-save-hook.
6665
6666 * emacs-lisp/copyright.el: Fix comment to recommend
6667 before-save-hook instead of write-file-functions.
6668
6669 2004-01-05 Richard M. Stallman <rms@gnu.org>
6670
6671 * finder.el (finder-commentary): Call delete-other-windows.
6672
6673 * net/ange-ftp.el (ange-ftp-file-attributes):
6674 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
6675
6676 2004-01-04 Karl Berry <karl@gnu.org>
6677
6678 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
6679 comment characters % and # in the copyright year notice,
6680 as well as ;.
6681
6682 2004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
6683
6684 * wid-edit.el (default): Define dummy :value-delete.
6685 Reported by Jesper Harder <harder@ifa.au.dk>.
6686
6687 2004-01-03 Richard M. Stallman <rms@gnu.org>
6688
6689 * progmodes/compile.el (compile-internal): Use point, not point-min,
6690 for set-window-point.
6691
6692 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
6693
6694 * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
6695
6696 * progmodes/grep.el (grep-mode-map):
6697 Don't remap next-line, previous-line.
6698
6699 2004-01-03 Eric M. Ludlam <eric@siege-engine.com>
6700
6701 * speedbar.el (speedbar-edit-line): Change regexp to position
6702 the cursor on the first character of this line's button.
6703
6704 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
6705
6706 * subr.el (functionp): Doc fix.
6707
6708 2004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change)
6709
6710 * progmodes/idlwave.el (idlwave-make-tags):
6711 * textmodes/flyspell.el (flyspell-large-region):.
6712 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
6713 * emulation/viper-util.el (viper-glob-unix-files):
6714 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
6715 * man.el (Man-init-defvars):
6716 * jka-compr.el (jka-compr-call-process):
6717 * files.el (get-free-disk-space,insert-directory):
6718 * ediff-ptch.el (ediff-test-patch-utility):
6719 * ediff-diff.el (ediff-test-utility):
6720 * dired-aux.el (dired-check-process):
6721 * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
6722 test the return value of call-process, because it can be a string.
6723
6724 2003-12-31 John Paul Wallington <jpw@gnu.org>
6725
6726 * bindings.el (completion-ignored-extensions): Add .pfsl.
6727
6728 2003-12-31 Kim F. Storm <storm@cua.dk>
6729
6730 * ido.el (ido-nonreadable-directory-p): New defun to check for
6731 nonreadable directory without activating tramp (to avoid problems
6732 with checking incomplete tramp paths).
6733 (ido-set-current-directory, ido-file-internal)
6734 (ido-file-name-all-completions1): Use it.
6735
6736 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
6737
6738 * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
6739 documentation if the anchor (or node) name is preceded by `info
6740 anchor' or `Info anchor' in addition to earlier `info node' and
6741 `Info node'.
6742 (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
6743
6744 2003-12-30 Eli Zaretskii <eliz@gnu.org>
6745
6746 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
6747 error in arguments to base64-decode-region. Remove ^M characters
6748 after decoding base64.
6749
6750 2003-12-30 Simon Josefsson <jas@extundo.com>
6751
6752 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
6753 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
6754 have only been distributed with Emacs for some years.
6755 (texinfo-mode-hook): Customize.
6756
6757 2003-12-30 Eli Zaretskii <eliz@gnu.org>
6758
6759 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
6760 cleaner (suggested by Richard Stallman).
6761
6762 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
6763 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
6764 file-name clashes on 8+3 DOS filesystems.
6765
6766 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
6767 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
6768 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
6769 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
6770 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
6771 file-name clashes on 8+3 filesystems.
6772
6773 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
6774 Renamed from testcover-unsafep.el and testcover-ses.el to avoid
6775 file-name clashes on 8+3 DOS filesystems.
6776
6777 2003-12-29 Richard M. Stallman <rms@gnu.org>
6778
6779 * mail/mail-utils.el (mail-unquote-printable-hexdigit):
6780 Upcase the character.
6781
6782 * textmodes/flyspell.el (mail-mode-flyspell-verify):
6783 Search for header separator alone on a line, literally,
6784 and search for it backward, not forward.
6785 (flyspell-abbrev-table): Always use global-abbrev-table
6786 if there is no local one.
6787
6788 * progmodes/sh-script.el (sh-get-indent-info):
6789 Don't move point back if at bob.
6790
6791 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
6792
6793 * play/handwrite.el (handwrite): Make the handwrite credit message
6794 a comment rather than an output command.
6795
6796 * obsolete/sc.el: Display message that this file is obsolete.
6797
6798 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
6799
6800 * mail/rfc822.el (rfc822-address-start): Declare variable.
6801 Renamed from address-start. All uses changed.
6802
6803 * term.el (term-exec): Set up sentinel.
6804 (term-sentinel): New function.
6805 (term-handle-exit): New function.
6806
6807 * subr.el (assoc-ignore-case, assoc-ignore-representation):
6808 Use assoc-string, and mark them obsolete.
6809 (delay-mode-hooks): Mark as permanent local.
6810
6811 * simple.el (sendmail-user-agent-compose): Use assoc-string.
6812
6813 * register.el (copy-rectangle-to-register): Doc fix.
6814
6815 * info.el (Info-insert-dir): Use assoc-string.
6816
6817 * info-look.el (info-lookup): Use assoc-string.
6818
6819 * frame.el (pop-up-frame-function): Use quote, not `function'.
6820 (frame-notice-user-settings): Calculate ADJUSTED-TOP
6821 copying with lists as coordinate values.
6822
6823 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
6824
6825 * find-dired.el (kill-find): New command.
6826 (find-dired): Make buffer read-only.
6827 Set up a keymap with C-c C-k running kill-find.
6828 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
6829
6830 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
6831
6832 * filecache.el (file-cache-ignore-case): New variable.
6833 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
6834
6835 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
6836 (comint-dynamic-complete-as-filename): Rename local vars.
6837 (comint-dynamic-list-filename-completions): Likewise.
6838
6839 * comint.el (comint-dynamic-list-completions-config): New var.
6840 (comint-dynamic-list-completions): Handle both SPC and TAB right.
6841
6842 * comint.el (comint-file-name-chars): Add [].
6843 (comint-word): Use skip-chars-backward, not search.
6844
6845 * shell.el (shell-file-name-chars): Add [].
6846
6847 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
6848
6849 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
6850
6851 * generic.el (define-generic-mode): Doc fix.
6852
6853 2003-12-29 Eli Zaretskii <eliz@gnu.org>
6854
6855 * files.el (kill-some-buffers): Doc fix.
6856
6857 2003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
6858
6859 * comint.el (comint-watch-for-password-prompt): Pass `string' as
6860 arg to send-invisible
6861 (send-invisible): Doc fix. The argument is now a prompt, not the
6862 string to send.
6863 (comint-read-noecho): Doc fix.
6864
6865 2003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
6866
6867 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
6868 "@", as required by some ISP hosting service. Fix defcustom
6869 argument syntax errors that prevented use of customization.
6870
6871 2003-12-29 Eli Zaretskii <eliz@gnu.org>
6872
6873 * xml.el (xml-get-attribute-or-nil): Doc fix.
6874
6875 2003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
6876
6877 * net/zone-mode.el (zone-mode): Use write-file-functions, not
6878 write-file-hooks.
6879
6880 2003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
6881
6882 * autorevert.el (auto-revert-interval): Doc fix.
6883
6884 2003-12-29 Mark A. Hershberger <mah@everybody.org>
6885
6886 * xml.el (xml-get-attribute-or-nil): New function, like
6887 xml-get-attribute, but returns nil if the attribute was not found.
6888 (xml-get-attribute): Convert to defsubst, uses
6889 xml-get-attribute-or-nil.
6890
6891 2003-12-29 Eli Zaretskii <eliz@gnu.org>
6892
6893 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
6894
6895 2003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
6896
6897 * custom.el (custom-declare-theme): Use `value' when putting
6898 properties on `theme'.
6899
6900 2003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
6901
6902 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
6903 for each yank-handler segment.
6904 (insert-for-yank-1): New function, with the body of the previous
6905 insert-for-yank.
6906
6907 * textmodes/table.el (table-yank-handler): New defcustom.
6908 (table--put-cell-indicator-property): Put yank-handler property
6909 that indicates the yank handler for the table cell.
6910
6911 2003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
6912
6913 * generic-x.el (etc-modules-conf-generic-mode): A more complete
6914 set of keywords.
6915
6916 2003-12-29 Eli Zaretskii <eliz@gnu.org>
6917
6918 * international/mule-cmds.el (reset-language-environment)
6919 (set-language-environment): Don't invoke fontset-related functions
6920 if fontset-list is not fboundp.
6921
6922 2003-12-29 Kenichi Handa <handa@m17n.org>
6923
6924 * international/mule-cmds.el (reset-language-environment):
6925 Call set-overriding-fontspec-internal with nil.
6926 (set-language-environment): Call set-overriding-fontspec-internal
6927 if the language environment specify `overriding-fontspec'.
6928 (language-info-alist): Doc added.
6929
6930 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
6931 characters of mule-unicode-0100-24ff.
6932 (ccl-encode-windows-1251-font): New CCL program.
6933 ("Bulgarian"): Specify overriding-fontspec.
6934 ("Belarusian"): Likewise.
6935
6936 2003-12-28 Sam Steingold <sds@gnu.org>
6937
6938 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
6939 parameter ID-FORMAT to conform with the 2003-11-30 patch.
6940
6941 2003-12-28 Nick Roberts <nick@nick.uklinux.net>
6942
6943 * progmodes/gud.el (gud-gdb-command-name): Set default to
6944 "gdb --annotate=3".
6945 (gud-gdb-marker-filter): Look out for annotations.
6946 (gdb-first-pre-prompt): New variable.
6947 Remove trailing white space.
6948
6949 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
6950 if necessary.
6951 (gdb-ann3): New function. Initialise M-x gdb as for M-x gdba if
6952 annotations are detected.
6953 (gud-gdba-marker-filter): Use global variable gud-marker-acc
6954 instead of a local one to allow transition from
6955 gud-gdb-marker-filter.
6956 Remove trailing white space.
6957
6958 2003-12-27 Kim F. Storm <storm@cua.dk>
6959
6960 * ido.el: Handle non-readable directories.
6961 (ido-decorations): Add 9th element for non-readable directory.
6962 (ido-directory-nonreadable): New dynamic var.
6963 (ido-set-current-directory): Set it.
6964 (ido-read-buffer, ido-file-internal):
6965 (ido-read-file-name, ido-read-directory-name): Let-bind it.
6966 (ido-file-name-all-completions1): Return empty list for
6967 non-readable directory.
6968 (ido-exhibit): Print [Not readable] if directory is not readable.
6969 (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
6970 (ido-read-file-name, ido-file-internal, ido-read-directory-name):
6971 Use it.
6972
6973 2003-12-27 Lars Hansen <larsh@math.ku.dk>
6974
6975 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
6976 calls to directory-files-and-attributes and file-attributes.
6977 (ls-lisp-format): Remove system dependent handling of user and
6978 group id's.
6979
6980 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
6981
6982 * ffap.el (ffap-read-file-or-url): Revert previous change.
6983
6984 2003-12-25 Robert J. Chassell <bob@rattlesnake.com>
6985
6986 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
6987 new list of included files called `files-with-node-lines', that
6988 only have node lines. This way @include commands can include any
6989 file, such as version and update files without node lines, not
6990 just files that are chapters.
6991
6992 2003-12-25 Andreas Schwab <schwab@suse.de>
6993
6994 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
6995 file not found.
6996
6997 2003-12-08 Miles Bader <miles@gnu.org>
6998
6999 * dired.el (dired-between-files): Always use dired-move-to-filename,
7000 which is more robust in non-english locales.
7001
7002 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
7003
7004 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
7005
7006 2003-12-24 Andreas Schwab <schwab@suse.de>
7007
7008 * shell.el (shell-file-name-quote-list): Add backslash.
7009
7010 * comint.el (comint-quote-filename): Correctly handle backslash
7011 in comint-file-name-quote-list.
7012
7013 2003-12-24 Kenichi Handa <handa@m17n.org>
7014
7015 * international/mule-cmds.el (set-default-coding-systems):
7016 Call ucs-set-table-for-input for all buffers that don't have local
7017 value of buffer-file-coding-system.
7018
7019 * international/ucs-tables.el (ucs-set-table-for-input):
7020 If translation-table-for-encode is a symbol, get its
7021 translation-table property.
7022
7023 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
7024
7025 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
7026 to `completing-read' on a recently fixed bug.
7027
7028 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
7029 instead of SPACE, to get the list of possible fringe modes.
7030 SPACE only works if both `partial-completion-mode' and
7031 `completion-auto-help' are nil.
7032
7033 * complete.el (PC-is-complete-p): Delete.
7034 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
7035 calls to `test-completion'.
7036
7037 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
7038
7039 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
7040 to edit values when there are no children.
7041
7042 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
7043 a mode called "Assembler" already exists.
7044 (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
7045 (gud-watch): Use format option. Remove font properties from string.
7046 (gdb-var-create-handler, gdb-var-list-children-handler):
7047 Don't bother about properties as there are none.
7048 (gdb-var-create-handler, gdb-var-list-children-handler)
7049 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
7050 with two arguments.
7051 (gdb-var-evaluate-expression-handler, gdb-post-prompt):
7052 Let speedbar show value changes with a different font.
7053 (gdb-edit-value): New defun.
7054 (gdb-clear-partial-output, gdb-clear-inferior-io)
7055 (def-gdb-auto-update-handler): Use erase-buffer.
7056 (gdb-frame-handler): Display watch expressions in
7057 FUNCTION::VARIABLE format if required.
7058
7059 2003-12-23 John Paul Wallington <jpw@gnu.org>
7060
7061 * info.el (Info-unescape-quotes, Info-split-parameter-string)
7062 (Info-goto-emacs-command-node): Doc fixes.
7063
7064 2003-12-12 Jesper Harder <harder@ifa.au.dk>
7065
7066 * cus-edit.el (custom-add-parent-links): Define "many".
7067
7068 2003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
7069
7070 * wid-edit.el (widget-child-value-get, widget-child-value-inline)
7071 (widget-child-validate, widget-type-value-create)
7072 (widget-type-default-get, widget-type-match): New functions.
7073 (lazy): New widget.
7074 (menu-choice, checklist, radio-button-choice, editable-list)
7075 (group, documentation-string): Remove redundant (per 2003-10-25
7076 change) calls to `widget-children-value-delete'.
7077 (widget-choice-value-get, widget-choice-value-inline): Remove.
7078 (menu-choice): Update widget.
7079
7080 2003-12-03 Kenichi Handa <handa@m17n.org>
7081
7082 * language/cyrillic.el: Register "microsoft-cp1251" in
7083 ctext-non-standard-encodings-alist.
7084 ("Bulgarian"): Add ctext-non-standard-encodings.
7085 ("Belarusian"): Likewise.
7086
7087 * international/mule-conf.el (compound-text-with-extensions):
7088 Change the type to 2 (iso-2022 base).
7089
7090 * international/mule.el (ctext-non-standard-encodings-alist):
7091 Change the format.
7092 (ctext-non-standard-encodings): New variable.
7093 (ctext-post-read-conversion): Fully re-written.
7094 (ctext-non-standard-designations-alist): Delete it.
7095 (ctext-non-standard-encodings-table): New function.
7096 (ctext-pre-write-conversion): Fully re-written.
7097
7098 2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
7099
7100 * cus-edit.el (custom-add-parent-links): Add documentation links
7101 for parent, if the item has none of its own.
7102
7103 2003-11-30 Richard M. Stallman <rms@gnu.org>
7104
7105 * dired-aux.el (dired-do-query-replace-regexp):
7106 Report files visited read-only.
7107
7108 2003-11-30 Juri Linkov <juri@jurta.org>
7109
7110 * dired-aux.el (dired-compare-directories): New command.
7111 (dired-file-set-difference, dired-files-attributes): New functions.
7112
7113 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
7114 Version 2.0.38 of Tramp released.
7115
7116 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
7117 Charles Curley <charlescurley@charlescurley.com>.
7118 (tramp-multi-connection-function-alist): Add ssht entry which adds
7119 "-e none -t -t" to the list of ssh args. Suggested by Adrian
7120 Aichner.
7121 (tramp-get-method-parameter): New function to retrieve a method
7122 parameter. This allows for omission of method parameters.
7123 Callers adjusted.
7124
7125 2003-11-30 Michael Albinus <Michael.Albinus@alcatel.de>
7126
7127 * net/tramp.el: Add new optional parameter ID-FORMAT to
7128 `file-attributes'. Calls of `file-attributes' won't use this
7129 parameter for backward compatibility reasons.
7130 (tramp-perl-file-attributes): Add a new parameter to Perl script
7131 in order to handle uid/gid as strings, if desired.
7132 (tramp-handle-file-truename, tramp-handle-file-symlink-p):
7133 Apply `file-attributes' instead of `tramp-handle-file-attributes' in
7134 order to make the function more general.
7135 (tramp-handle-file-attributes): Replace proprietary optional
7136 parameter NONNUMERIC by the recently (Emacs 21.4) introduced ID-FORMAT.
7137 (tramp-handle-file-attributes-with-perl): Handle parameter
7138 NONNUMERIC if set. This wasn't done in the past.
7139 (tramp-post-connection): Apply second parameter "$2" if
7140 `tramp-remote-perl' is called.
7141
7142 * net/tramp-smb.el (tramp-smb-handle-delete-file):
7143 Correct cut'n'waste error (`filename' instead of `directory').
7144 (tramp-smb-handle-directory-files-and-attributes)
7145 (tramp-smb-handle-file-attributes): Add recently (Emacs 21.4)
7146 introduced parameter ID-FORMAT.
7147 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
7148 error (`directory' instead of `ldir').
7149
7150 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
7151 `file-attributes' has a second parameter. If yes, apply it with
7152 value "'integer". Otherwise, don't use that parameter (default is
7153 integer format).
7154
7155 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
7156
7157 * help.el (help-map): Bind `display-local-help' to `C-h .'.
7158 (help-for-help): Add `C-h .' to the listed Help options.
7159 Remove trailing whitespace.
7160
7161 * help-at-pt.el: New file.
7162
7163 2003-11-30 Jonathan Yavner <jyavner@member.fsf.org>
7164
7165 * subr.el (noreturn, 1value): New macros for test coverage.
7166 See `testcover.el'.
7167
7168 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
7169
7170 * emacs-lisp/testcover.el (testcover-reinstrument): Special case
7171 for macro `1value'.
7172 (testcover-1value): New function. Checks that a 1value form
7173 actually returns only one value. Requested by RMS.
7174
7175 2003-11-29 Nick Roberts <nick@nick.uklinux.net>
7176
7177 * gdb-ui.el (gud-watch, gdb-var-create-handler)
7178 (gdb-var-list-children, gdb-var-list-children-handler)
7179 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
7180 gdb commands that use mi to keep them out of the command history.
7181
7182 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7183
7184 * cus-start.el (all): Add use-file-dialog.
7185
7186 2003-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
7187
7188 * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
7189
7190 2003-11-27 Kim F. Storm <storm@cua.dk>
7191
7192 * subr.el (posn-object-x-y): New defun.
7193
7194 2003-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
7195
7196 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
7197 Don't use `space' for \\\n.
7198 Be more selective as to which # are comment-starters.
7199
7200 2003-11-26 Luc Teirlinck <teirllm@auburn.edu>
7201
7202 * subr.el (number-sequence): Improve handling of floating point
7203 arguments (suggested by Kim Storm). Allow negative arguments.
7204
7205 2003-11-26 Kenichi Handa <handa@m17n.org>
7206
7207 * international/mule-cmds.el (standard-display-european-internal):
7208 Cancel the standard-display-table setting for ` and '.
7209
7210 2003-11-26 Kim F. Storm <storm@cua.dk>
7211
7212 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
7213 New defcustoms to add ffap-like functionality to ido.
7214 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
7215 (ido-no-final-slash): New defun.
7216 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
7217 (ido-read-file-name): ): Toggle VC checking via
7218 vc-handled-backends instead of vc-master-templates.
7219 (ido-file-internal): Handle ido-use-url-at-point and
7220 ido-use-filename-at-point via code borrowed from ffap-guesser.
7221 Handle new ido-exit code ffap.
7222 (ido-sort-list): Ignore final slash when sorting file names.
7223
7224 2003-11-25 Kim F. Storm <storm@cua.dk>
7225
7226 * emulation/cua-base.el (cua--standard-movement-commands):
7227 Add forward-sentence and backward-sentence.
7228
7229 2003-11-25 Stephen Eglen <stephen@gnu.org>
7230
7231 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
7232 iswitchb-exit is set to 'usefirst when user selects buffer at head
7233 of list using RET. (Selecting buffers at the head of the list was
7234 broken if the substring was also a complete buffername.)
7235
7236 2003-11-23 Kim F. Storm <storm@cua.dk>
7237
7238 * progmodes/compile.el (grep-command, grep-use-null-device)
7239 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
7240 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
7241 (grep-regexp-alist, grep-program, find-program)
7242 (grep-find-use-xargs, grep-history, grep-find-history)
7243 (grep-process-setup, grep-compute-defaults)
7244 (grep-default-command, grep, grep-tag-default, grep-find)
7245 (grep-expand-command-macros, grep-tree-last-regexp)
7246 (grep-tree-last-files, grep-tree): Move grep variables, functions
7247 and commands to new file grep.el.
7248 (compilation-mode-map): Remove grep commands from Compile sub-menu.
7249 (compilation-process-setup-function): Doc fix.
7250 (compilation-highlight-regexp, compilation-highlight-overlay): New
7251 defvars used for highlighting current compile error in source buffer.
7252 (compile-internal): New optional args HIGHLIGHT-REGEXP and
7253 LOCAL-MAP which overrides compilation-highlight-regexp and
7254 compilation-mode-map for this compilation.
7255 Delay calling compilation-set-window-height until after running
7256 compilation-process-setup-function so it can buffer-local override
7257 compilation-window-height.
7258 Check buffer-local value of compilation-scroll-output.
7259 (compilation-set-window-height): Use buffer-local value of
7260 compilation-window-height.
7261 (compilation-revert-buffer): Don't pass (undefined)
7262 preserve-modes arg to revert-buffer.
7263 (next-error-no-select, previous-error-no-select): New commands.
7264 (compilation-goto-locus): Temporarily highlight current match in
7265 source buffer using compilation-highlight-regexp.
7266
7267 * progmodes/grep.el: New file with grep code from compile.el.
7268 (grep): New defcustom group.
7269 (grep-window-height): New defcustom, like compilation-window-height.
7270 (grep-auto-highlight): New defcustom, like compile-auto-highlight.
7271 (grep-scroll-output): New defcustom, like compilation-scroll-output.
7272 (grep-command, grep-use-null-device, grep-find-command)
7273 (grep-tree-files-aliases, grep-tree-ignore-case)
7274 (grep-tree-ignore-CVS-directories): Move to grep custom group.
7275 (grep-setup-hook): New hook variable.
7276 (grep-mode-map): New keymap for grep commands. Add Grep menu.
7277 (grep-last-buffer): New defvar, override compilation-last-buffer.
7278 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
7279 Call compile-internal with args highlight-regexp and grep-mode-map.
7280
7281 2003-11-23 Kim F. Storm <storm@cua.dk>
7282
7283 * subr.el (event-start, event-end): Doc fix.
7284 (posn-window, posn-x-y, posn-timestamp): Simplify doc.
7285 (posn-area, posn-actual-col-row, posn-object): New defuns.
7286 (posn-col-row): Simplify doc. Rewrite to use cond.
7287 (posn-point): Also return buffer position for events outside text
7288 area (that info is now present in the event position).
7289
7290 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
7291 mouse-set-point so that hscroll still works now that clicks on
7292 fringes generate specific mouse events.
7293 (mouse-set-point): Note that it now works in fringes and margins
7294 too due to new semantics of posn-point in fringes and margins.
7295
7296 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
7297 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
7298
7299 2003-11-20 Kim F. Storm <storm@cua.dk>
7300
7301 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
7302 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
7303 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
7304 to 100 for icons to avoid increasing line height when shown.
7305
7306 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
7307
7308 * newcomment.el (comment-normalize-vars): Initialize properly if
7309 comment-start was nil.
7310
7311 2003-11-19 Andreas Schwab <schwab@suse.de>
7312
7313 * simple.el (set-variable): Fix indentation.
7314
7315 2003-11-17 Kenichi Handa <handa@m17n.org>
7316
7317 * international/latin1-disp.el (latin1-display-ucs-per-lynx):
7318 Fix docstring.
7319
7320 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
7321
7322 * international/latin1-disp.el (latin1-display): Fix docstring.
7323
7324 2003-11-16 John Wiegley <johnw@newartisans.com>
7325
7326 * eshell/em-ls.el (eshell-ls-file): There are times with
7327 size-width is nil and uncomputed (when directories are created in
7328 dired, for example); in this case, 4 is reasonable default value,
7329 although it may caused skewed new entries (which could be avoided
7330 by returning the original value of 8 in all cases, but 99% of the
7331 time this is a waste of whitespace).
7332
7333 2003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
7334
7335 * cc-engine.el (c-guess-continued-construct)
7336 (c-guess-basic-syntax): Check a little more carefully if it's a
7337 function declaration when an unknown construct followed by a block
7338 is found inside a statement context. This avoids macros followed
7339 by blocks to be taken as function declarations.
7340
7341 (c-guess-continued-construct): Change the analysis of a statement
7342 continuation with a brace open to `substatement-block', for
7343 consistency with recognized statements.
7344
7345 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
7346 start is in a position so that `c-beginning-of-statement-1' jumped
7347 to the beginning of the same statement.
7348
7349 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
7350 Don't accept binary operators in the arglist if we're in a function
7351 call context, i.e. if `c-restricted-<>-arglists' is set. That avoids
7352 template recognition in cases like "if (a < b || c > d)".
7353
7354 (c-restricted-<>-arglists): New more appropriate name for
7355 `c-disallow-comma-in-<>-arglists'.
7356
7357 Accessing functions updated for the variable name change.
7358
7359 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
7360 match data could get clobbered if NOT-INSIDE-TOKEN is used.
7361
7362 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
7363 labels.
7364
7365 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
7366 instead of duplicating parts of it. This fixes bogus label
7367 recognition.
7368
7369 * cc-align.el (c-gnu-impose-minimum): Revert to the old method
7370 of checking the context in which to apply the minimum indentation,
7371 so that it isn't enforced in e.g. namespace blocks.
7372
7373 * cc-vars.el (c-inside-block-syms): New constant used by
7374 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
7375 to somewhat reduce the risk of becoming stale.
7376
7377 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
7378 cc-cmds to cc-engine to allow use from cc-align.
7379
7380 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
7381 qualified identifiers containing "::".
7382
7383 * cc-defs.el (c-make-keywords-re): Add kludge for bug in
7384 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
7385
7386 * cc-vars.el (c-emacs-features): Use a space in front of the name
7387 of the temporary buffer. That also avoids dumping problems in
7388 XEmacs due to undo info being left around after the buffer is killed.
7389
7390 * cc-engine.el (c-in-knr-argdecl): Look closer at the function
7391 arglist to see if it's a K&R style declaration.
7392
7393 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
7394 before returning `knr-argdecl-intro'.
7395
7396 2003-11-16 John Wiegley <johnw@newartisans.com>
7397
7398 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
7399 field in a long-listing always 8 characters, use `size-width',
7400 which has already been computed.
7401
7402 2003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
7403
7404 * subr.el (minor-mode-list): Add `hs-minor-mode'.
7405
7406 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
7407
7408 * diff-mode.el (diff-hunk-prev, diff-hunk-next):
7409 Support operation while narrowed, with `diff-restrict-view'.
7410
7411 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
7412
7413 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7414 Take additional optional arg NARROWFUN. For the generated functions:
7415 Add local var `was-narrowed-p'. Also, if NARROWFUN is specified,
7416 include frags that arrange to check for and save narrowing state before
7417 the move and then conditionally call NARROWFUN after the move.
7418
7419 2003-11-14 John Wiegley <johnw@newartisans.com>
7420
7421 * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
7422 that was optional, but obviously missing based on surrounding code.
7423
7424 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
7425 string arguments to numbers unless the whole argument was seen as
7426 a number.
7427
7428 2003-11-14 Kenichi Handa <handa@m17n.org>
7429
7430 * international/mule.el (ctext-non-standard-encodings-alist):
7431 Fix coding systems.
7432
7433 2003-11-10 Kenichi Handa <handa@m17n.org>
7434
7435 * language/kannada.el ("Kannada"): Add sample-text.
7436
7437 * language/knd-util.el (kannada-compose-region)
7438 (kannada-compose-string, kannada-post-read-conversion):
7439 Add autoload cookie.
7440
7441 * international/quail.el (quail-completion): Change the message
7442 "corresponding translations" to "corresponding characters".
7443
7444 2003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
7445
7446 * descr-text.el (describe-char): Fix typo.
7447
7448 2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
7449
7450 These changes are to support Kannada language/script.
7451
7452 * Makefile.in (DONTCOMPILE): Add kannada.el.
7453
7454 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
7455
7456 * loadup.el: Preload kannada.el.
7457
7458 * language/ind-util.el (ucs-kannada-to-is13194-alist)
7459 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
7460 New variables.
7461
7462 * language/kannada.el: New file.
7463
7464 * language/knd-util.el: New file.
7465
7466 2003-11-07 Andreas Schwab <schwab@suse.de>
7467
7468 * progmodes/autoconf.el (autoconf-font-lock-keywords):
7469 Also highlight AH_*.
7470
7471 * xml.el (xml-parse-dtd): Fix misplaced paren.
7472
7473 2003-11-07 Kenichi Handa <handa@m17n.org>
7474
7475 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
7476
7477 2003-11-05 Juri Linkov <juri@jurta.org>
7478
7479 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
7480 (desktop-buffer-file): Use saved buffer-file-coding-system
7481 for file reading. Set auto-insert to nil to prevent automatic
7482 insertion into restored empty files.
7483
7484 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
7485
7486 * files.el (risky-local-variable-p): Make second argument optional.
7487
7488 2003-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
7489
7490 * subr.el (add-hook): Fix last change.
7491
7492 2003-11-03 Eli Zaretskii <eliz@gnu.org>
7493
7494 * mail/rmail.el (rmail-convert-to-babyl-format):
7495 If base64-decode-region signals an error, catch it and silently
7496 ignore it.
7497
7498 2003-11-01 Mark A. Hershberger <mah@everybody.org>
7499
7500 * xml.el (xml-parse-region): Allow comments to appear after the
7501 topmost element has closed.
7502 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
7503 (xml-ns-expand-attr): New functions to do namespace handling.
7504 (xml-intern-attrlist): Back-compatible handling of attribute names.
7505 (xml-parse-tag): Move namespace handling to separate functions.
7506 Now produces elements in the form ((:ns . "element") (attr-list)
7507 children) instead of ('ns:element (attr-list) children).
7508 (xml-parse-attlist): Fix attribute parsing.
7509 (xml-parse-dtd): Change parsing so that it produces strings
7510 instead of interned symbols.
7511
7512 2003-11-01 era@iki.fi <era@iki.fi> (tiny change)
7513
7514 * dired.el (dired-ls-sorting-switches): Doc fix.
7515
7516 2003-11-01 Oliver Scholz <epameinondas@gmx.de>
7517
7518 * emacs-lisp/rx.el (rx-or): Fix the case of
7519 "(rx (and ?a (or ?b ?c) ?d))".
7520
7521 2003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
7522
7523 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
7524 (texinfo-format-region): Use it.
7525 (texinfo-format-buffer-1): Ditto.
7526
7527 2003-11-01 Alan Mackenzie <acm@muc.de>
7528
7529 Changes to allow scrolling whilst in isearch mode:
7530 * isearch.el (isearch-unread-key-sequence): New function,
7531 extracted from isearch-other-meta-char.
7532 (top level): (put 'foo 'isearch-scroll) on all Emacs's
7533 "scrollable" standard functions.
7534 (isearch-allow-scroll): New customizable variable.
7535 (isearch-string-out-of-window, isearch-back-into-window)
7536 (isearch-reread-key-sequence-naturally)
7537 (isearch-lookup-scroll-key): New functions.
7538 (isearch-other-meta-char): Doc string and functionality enhanced.
7539 Now accepts a prefix argument.
7540 (isearch-lazy-highlight-window-end): New variable.
7541 (isearch-lazy-highlight-new-loop): Pay attention to the window's
7542 end (thru isearch-lazy-highlight-window-end), not only its start.
7543
7544 * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
7545 (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
7546 (universal-argument, universal-argument-more, negative-argument)
7547 (digit-argument, universal-argument-other-key): Minor changes.
7548
7549 2003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
7550
7551 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
7552 recursively if the last message is deleted, thus avoiding an
7553 infinite loop.
7554
7555 2003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
7556
7557 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
7558 (tex-main-file): Don't add .tex if the extension is already present.
7559 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
7560
7561 2003-10-29 Lute Kamstra <lute@gnu.org>
7562
7563 * progmodes/octave-inf.el (inferior-octave-prompt):
7564 Recognize version number in prompt.
7565
7566 2003-10-28 Dave Love <fx@gnu.org>
7567
7568 * international/characters.el: Fix some Unicode ranges.
7569
7570 2003-10-28 Kenichi Handa <handa@m17n.org>
7571
7572 * disp-table.el (standard-display-8bit)
7573 (standard-display-default, standard-display-ascii)
7574 (standard-display-g1, standard-display-graphic)
7575 (standard-display-underline): Assure that standard-display-table
7576 is a display table.
7577
7578 2003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
7579
7580 * simple.el (reindent-then-newline-and-indent): Delete space *after*
7581 reindenting the first line.
7582
7583 2003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
7584
7585 * wid-edit.el (widget-default-delete): Always delete child widgets.
7586
7587 2003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
7588
7589 * newcomment.el (comment-indent): Don't call indent-according-to-mode
7590 if the line has code.
7591 Don't try to line up with something that's too far left.
7592
7593 * progmodes/octave-mod.el (octave-comment-start): Simplify.
7594 (octave-mode-syntax-table): Add % as a comment starter.
7595 (octave-point): Remove.
7596 (octave-in-comment-p, octave-in-string-p)
7597 (octave-not-in-string-or-comment-p, calculate-octave-indent)
7598 (octave-blink-matching-block-open, octave-auto-fill):
7599 Use line-(beginning|end)-position instead.
7600
7601 2003-10-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
7602
7603 * emacs-lisp/authors.el (authors-aliases): Add correct realname
7604 for Francesco Potort\e,Al\e(B.
7605
7606 2003-10-23 Dave Love <fx@gnu.org>
7607
7608 * international/mule-cmds.el (locale-charset-to-coding-system):
7609 Don't rely on nil being a coding system.
7610
7611 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
7612 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
7613 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
7614
7615 2003-10-21 Nick Roberts <nick@nick.uklinux.net>
7616
7617 * gdb-ui.el (gdb-current-language): New variable.
7618 (gdb-update-flag): Remove variable.
7619 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
7620 (gdb-take-last-elt): Remove function.
7621 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
7622 (gdb-post-prompt): Check for variable object changes here.
7623
7624 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
7625 object changes in gdb-ui.el.
7626
7627 2003-10-21 Richard M. Stallman <rms@gnu.org>
7628
7629 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
7630
7631 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
7632 Don't check for foo*/ wildcard form here.
7633 (insert-directory): Recognize foo*/ as a wildcard.
7634 Separate wildcard-regexp variable from the arg, wildcard.
7635
7636 * subr.el (add-hook): Correctly detect when make-local-hook was used.
7637 (remove-hook): Correctly handle strange cases about local hooks.
7638
7639 2003-10-21 David Ponce <david@dponce.com>
7640
7641 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
7642 argument REAL, to return a real number instead of a rounded
7643 integer value. Define as inline function.
7644 (ruler-mode-right-fringe-cols): Likewise.
7645 (ruler-mode-scroll-bar-cols): New function.
7646 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
7647 (ruler-mode-right-scroll-bar-cols): Likewise.
7648 (ruler-mode-space): New function.
7649 (ruler-mode-ruler): Use it. Handle variations of fringe style,
7650 scroll bar mode and margins in a more robust way.
7651
7652 2003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
7653
7654 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
7655 (antlr-c-init-language-vars): New function.
7656 (antlr-mode): Use it with cc-mode before v5.29.
7657 (antlr-c-common-init): Don't set some local vars here.
7658 (antlr-mode): Set them here.
7659 (antlr-c-forward-sws): New function alias.
7660 (antlr-mode): Redefine with cc-mode before v5.30.
7661 (antlr-skip-sexps): Use it.
7662 (antlr-skip-exception-part): Ditto.
7663 (antlr-skip-file-prelude): Ditto.
7664 (antlr-outside-rule-p): Ditto.
7665 (antlr-end-of-body): Ditto.
7666 (antlr-option-kind): Ditto.
7667 (antlr-insert-option-area): Ditto.
7668 (antlr-file-dependencies): Ditto.
7669
7670 2003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7671
7672 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
7673 Move backward only if point was not inside an entry.
7674
7675 2003-10-21 Richard M. Stallman <rms@gnu.org>
7676
7677 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
7678
7679 2003-10-21 Juri Linkov <juri@jurta.org>
7680
7681 * compare-w.el: Automatically skip non-matching text to resync.
7682 (compare-windows-whitespace): Doc fix.
7683 (compare-windows-sync, compare-windows-sync-string-size)
7684 (compare-windows-recenter, compare-ignore-whitespace)
7685 (compare-windows-highlight, compare-windows-face): New variables.
7686 (compare-windows): Use compare-windows-sync.
7687 (compare-windows-highlight, compare-windows-dehighlight)
7688 (compare-windows-sync-regexp)
7689 (compare-windows-sync-default-function): New functions.
7690
7691 2003-10-21 Juri Linkov <juri@jurta.org>
7692
7693 * diff.el (diff-parse-differences): Don't visit the files now;
7694 instead, just record the error locus.
7695
7696 2003-10-21 Dave Love <fx@gnu.org>
7697
7698 * progmodes/cfengine.el: New file.
7699
7700 2003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
7701
7702 * complete.el (PC-do-completion): Do not forget to use `pred' as the
7703 default-directory when completing file names.
7704
7705 2003-10-20 Luc Teirlinck <teirllm@auburn.edu>
7706
7707 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
7708 followed by the word `face', it gets treated as a face, even if
7709 it is also defined as a variable or a function.
7710
7711 2003-10-20 Dave Love <fx@gnu.org>
7712
7713 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7714 Avoid incf in macro expansion.
7715
7716 2003-10-20 John Paul Wallington <jpw@gnu.org>
7717
7718 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
7719 `evenp' so we don't implicitly require cl library at runtime.
7720
7721 2003-10-18 Luc Teirlinck <teirllm@auburn.edu>
7722
7723 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
7724 (help-make-xrefs): Only make cross-references for faces if
7725 preceded or followed by the word `face'. Do not make a
7726 cross-reference for variables without variable documentation,
7727 unless preceded by the word `variable' or `option'. Update doc
7728 string accordingly.
7729
7730 2003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
7731
7732 * progmodes/hideshow.el: Rewrite one-armed `if'
7733 constructs using either `when' or `unless'.
7734 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
7735
7736 2003-10-16 Nick Roberts <nick@nick.uklinux.net>
7737
7738 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
7739 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
7740 instead of 12x12.
7741
7742 2003-10-16 Eli Zaretskii <eliz@gnu.org>
7743
7744 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
7745 message while converting to Babyl.
7746
7747 2003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
7748
7749 * allout.el (allout-mode): Doc fix.
7750
7751 2003-10-16 Lute Kamstra <lute@gnu.org>
7752
7753 * subr.el (force-mode-line-update): Fix docstring.
7754
7755 2003-10-14 Dave Love <fx@gnu.org>
7756
7757 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
7758 (default-input-method): Add :link, improve :type.
7759 (locale-charset-language-names): Fix utf-8 pattern.
7760 (locale-charset-match-p, locale-charset-alist)
7761 (locale-charset-to-coding-system): New.
7762 (set-locale-environment): Deal with codeset part of locale specs.
7763
7764 2003-10-14 Lute Kamstra <lute@gnu.org>
7765
7766 * fringe.el (fringe-mode): Use active voice in docstring.
7767 (set-fringe-style): Ditto.
7768
7769 2003-10-13 Lute Kamstra <lute@gnu.org>
7770
7771 * fringe.el (fringe-mode): Fix docstring.
7772 (set-fringe-style): Ditto.
7773
7774 2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
7775
7776 * ediff-mult.el (ediff-filegroup-action):
7777 Use ediff-default-filtering-regexp.
7778
7779 * ediff-util.el (ediff-recenter): Don't call
7780 ediff-restore-highlighting twice.
7781 (ediff-select-difference): Set current difference.
7782 (ediff-unselect-and-select-difference): Add comment.
7783
7784 * ediff.el (ediff-directories,ediff-directory-revisions)
7785 (ediff-directories3,ediff-merge-directories)
7786 (ediff-merge-directories-with-ancestor)
7787 (ediff-merge-directory-revisions)
7788 (ediff-merge-directory-revisions-with-ancestor):
7789 Use ediff-default-filtering-regexp.
7790
7791 2003-10-12 Andreas Schwab <schwab@suse.de>
7792
7793 * international/mule-cmds.el (locale-charset-language-names):
7794 Simplify regex by removing unused grouping.
7795
7796 2003-10-10 Dave Love <fx@gnu.org>
7797
7798 * bindings.el: Don't bind stop.
7799
7800 2003-10-08 Miles Bader <miles@gnu.org>
7801
7802 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
7803 face instead of attempting to emulate it.
7804
7805 2003-10-07 Kenichi Handa <handa@m17n.org>
7806
7807 * international/mule-diag.el (list-coding-systems-1): List coding
7808 systems that are loaded automatically.
7809
7810 * international/code-pages.el (iso-8859-11): Add autoload cookie.
7811
7812 * international/mule.el (autoload-coding-system): New function.
7813
7814 2003-10-07 Andreas Schwab <schwab@suse.de>
7815
7816 * log-edit.el (log-edit-changelog-entries): Prefer local value of
7817 change-log-default-name in the buffer visiting the file.
7818
7819 2003-10-06 Dave Love <fx@gnu.org>
7820
7821 * files.el (find-file-hook): Customize.
7822 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
7823
7824 * bindings.el (completion-ignored-extensions): Remove .log.
7825 (global-map): Add again, open, stop keys.
7826
7827 2003-10-05 Richard M. Stallman <rms@gnu.org>
7828
7829 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
7830 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
7831 Use sh-modify directly.
7832 (sh-select): Use sh-append, not eval.
7833
7834 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
7835
7836 * info.el (Info-following-node-name): New function.
7837
7838 * loadhist.el (unload-feature-special-hooks):
7839 Rename from loadhist-hook-functions.
7840 (loadhist-hook-functions): Now an alias.
7841
7842 2003-10-04 Eli Zaretskii <eliz@gnu.org>
7843
7844 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
7845 file-name clashes on 8+3 filesystems.
7846
7847 * Makefile.in (DONTCOMPILE, bootstrap-clean):
7848 Rename loaddefs-boot.el to ldefs-boot.el
7849
7850 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
7851 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
7852
7853 2003-10-03 Lute Kamstra <lute@gnu.org>
7854
7855 * info.el (Info-mode): Revert previous change.
7856 (Info-escape-percent): New function.
7857 (Info-fontify-node): Use it.
7858
7859 2003-10-02 Andreas Schwab <schwab@suse.de>
7860
7861 * loaddefs-boot.el: Regenerated.
7862
7863 2003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
7864
7865 * ffap.el: Remove defadvice related code from CVS since `complete'
7866 provides a `PC-completion-as-file-name-predicate' variable that
7867 ffap can override.
7868
7869 2003-10-02 Kenichi Handa <handa@m17n.org>
7870
7871 * international/utf-8.el (ccl-decode-mule-utf-8):
7872 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
7873
7874 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
7875 * international/subst-big5.el: Likewise.
7876 * international/subst-gb2312.el: Likewise.
7877 * international/subst-ksc.el: Likewise.
7878
7879 2003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
7880
7881 * calendar/calendar.el (increment-calendar-month)
7882 (calendar-leap-year-p, calendar-absolute-from-gregorian)
7883 (generate-calendar, calendar-read-date, calendar-interval)
7884 (calendar-day-of-week): Handle years BC.
7885 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
7886
7887 2003-10-01 Dave Love <fx@gnu.org>
7888
7889 * language/cyrillic.el (cp1251): Alias for windows-1251.
7890
7891 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
7892 bootstrap.
7893
7894 2003-10-01 Lute Kamstra <lute@gnu.org>
7895
7896 * files.el: Fix typo.
7897 * imenu.el (imenu--generic-function): Docstring fix.
7898
7899 2003-09-30 Richard M. Stallman <rms@gnu.org>
7900
7901 * dired.el (dired-mode): Handle dired-directory as a list.
7902
7903 2003-09-30 Nick Roberts <nick@nick.uklinux.net>
7904
7905 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
7906
7907 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
7908
7909 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
7910 Replace gud-display with gud-watch.
7911 (gud-speedbar-buttons): Add stuff for watching expressions
7912 in the speedbar when using M-x gdba. Use dolist on old part
7913 of this function.
7914
7915 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
7916 (gdb-update-flag): New variables.
7917 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
7918 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
7919 (gud-watch, gdb-var-create-handler) : New functions.
7920 (gdb-var-list-children, gdb-var-list-children-handler)
7921 (gdb-var-create-regexp, gdb-var-update-regexp)
7922 (gdb-var-list-children-regexp): New constants.
7923 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
7924 (gdb-annotation-rules): Reduce annotation set (level 3).
7925 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
7926 (gdb-post-prompt): Don't update GDB buffers every time speedbar
7927 updates.
7928 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
7929 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
7930 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
7931 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
7932 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
7933 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
7934 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
7935 (gud-display, gud-display1)
7936 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
7937 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
7938 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
7939 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
7940 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
7941 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
7942 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
7943 (gdb-display-display-buffer, gdb-toggle-display)
7944 (gdb-delete-display, gdb-expressions-popup-menu)
7945 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
7946 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
7947 to display buffer.
7948
7949 2003-09-30 Richard M. Stallman <rms@gnu.org>
7950
7951 * progmodes/ada-mode.el (ada-mode): Don't use advice.
7952 Instead, set which-func-functions.
7953
7954 * progmodes/which-func.el (which-func-modes): Add ada-mode.
7955 (which-func-functions): New variable.
7956 (which-function): Use that.
7957
7958 * info.el (Info-mode): Double each `%' in header line.
7959
7960 * emacs-lisp/lisp-mnt.el (lm-with-file):
7961 When FILE is nil, run BODY in current buffer.
7962
7963 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
7964
7965 * help.el (describe-mode): Start with a brief list of minor modes.
7966 Find them thru minor-mode-list so as to find them all.
7967 Show them in alphabetical order.
7968
7969 * mail/sendmail.el (mail-aliases): Doc fix.
7970
7971 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
7972
7973 2003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
7974
7975 * mail/rmailsum.el (rmail-make-summary-line-1):
7976 Change comma after last label to a space.
7977 (rmail-summary-font-lock-keywords): Adapt to that change.
7978
7979 2003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
7980
7981 * progmodes/scheme.el (scheme-mode-variables): When setting
7982 `font-lock-defaults', also specify that "#" should
7983 be interpreted with `word' syntax.
7984 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
7985
7986 2003-09-30 Lars Hansen <larsh@math.ku.dk>
7987
7988 * desktop.el: A lot of comments updated.
7989 (desktop-save-mode): Minor mode introduced.
7990 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
7991 (desktop-load-default): Function made obsolete.
7992 (desktop-locals-to-save): Variable made customizable.
7993 (desktop-read): Optional parameter `dirname' added.
7994 (desktop-change-dir, desktop-revert): Parameter `dirname' in
7995 `desktop-read' used.
7996 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
7997
7998 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
7999
8000 * whitespace.el (whitespace-clean-msg): Add user customizable message
8001 for displaying ``clean'' output.
8002 (whitespace-buffer): Use `whitespace-clean-msg'.
8003 (whitespace-global-mode): Fix typo.
8004
8005 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
8006
8007 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
8008
8009 2003-09-29 Lute Kamstra <lute@gnu.org>
8010
8011 * bindings.el (mode-line-modes): Remove superfluous :propertize
8012 construct in initialization.
8013 (mode-line-position): Change cons cell into proper list in
8014 initialization.
8015
8016 2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
8017
8018 * international/mule.el (decode-coding-inserted-region): Use car
8019 of the return value of find-operation-coding-system.
8020
8021 2003-09-29 Kenichi Handa <handa@m17n.org>
8022
8023 * descr-text.el (describe-char): Fix previous change.
8024
8025 2003-09-28 Kenichi Handa <handa@m17n.org>
8026
8027 * descr-text.el (describe-char-display): New function.
8028 (describe-char): Pay attention to display table on describing how
8029 a character is displayed.
8030
8031 * international/mule-cmds.el (encoded-string-description):
8032 Prepend "0x" to each encoded byte.
8033
8034 2003-09-28 Andreas Schwab <schwab@suse.de>
8035
8036 * find-file.el (ff-special-constructs): Add autoload cookie.
8037
8038 2003-09-28 Kevin Ryde <user42@zip.com.au>
8039
8040 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
8041 makeinfo appends to duplicate index entries.
8042
8043 2003-09-28 Eli Zaretskii <eliz@gnu.org>
8044
8045 * dired-x.el (dired-clean-tex): Doc fix.
8046
8047 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
8048 using a Chinese tutorial.
8049
8050 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
8051
8052 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
8053 between "MAIL FROM:" and "RCPT TO:" and the following address.
8054
8055 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
8056
8057 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
8058
8059 2003-09-28 David Ponce <david@dponce.com>
8060
8061 * recentf.el (recentf-initialize-file-name-history): New defcustom.
8062 (recentf-load-list): When `recentf-initialize-file-name-history'
8063 is non-nil, initialize an empty `file-name-history' with the
8064 recent list.
8065
8066 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
8067
8068 * man.el (Man-default-man-entry): Remove the leading `*' from the
8069 word at point.
8070
8071 2003-09-26 Lute Kamstra <lute@gnu.org>
8072
8073 * bindings.el (mode-line-position): Mention size indication in
8074 docstring.
8075
8076 2003-09-26 Andre Spiegel <spiegel@gnu.org>
8077
8078 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
8079
8080 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
8081 because it's autoloaded now.
8082
8083 2003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
8084
8085 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
8086 (sh-font-lock-keywords, sh-feature): Fix previous change of
8087 sh-feature to avoid infloop with sh-font-lock-keywords.
8088
8089 2003-09-25 Kim F. Storm <storm@cua.dk>
8090
8091 * frame.el (frame-current-scroll-bars): New defun.
8092
8093 * window.el (window-current-scroll-bars): New defun.
8094
8095 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8096
8097 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
8098 cause errors when the state cache contains info on parts that have
8099 been narrowed out.
8100
8101 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8102
8103 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
8104 `c-setup-paragraph-variables' has to be used when this variable is
8105 changed; it doesn't work to reinitialize the mode since that
8106 typically clobbers the variable.
8107
8108 * progmodes/cc-styles.el (c-setup-paragraph-variables):
8109 Make it interactive.
8110
8111 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8112
8113 * progmodes/cc-fonts.el (c-font-lock-declarations):
8114 Fix recognition of constructors and destructors for classes whose
8115 names are matched by `*-font-lock-extra-types'.
8116
8117 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
8118 followed by an identifier in C++ then it's a type.
8119
8120 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8121
8122 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
8123 problem that primarily affected XEmacs. Don't use faces to find
8124 unterminated strings since Emacs and XEmacs fontify strings
8125 differently - this function should now work better in XEmacs.
8126
8127 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8128
8129 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
8130 `expand-abbrev' workaround which caused braces to misbehave inside
8131 macros.
8132
8133 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
8134 handling. This bug could cause interactive font locking to bail out.
8135
8136 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8137
8138 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
8139 Handle paren-style types in Pike. Also fixed some cases of
8140 insufficient handling of unbalanced parens.
8141
8142 2003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
8143
8144 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
8145 common shell prompts that are not common filename or URL characters.
8146 (ffap-file-at-point): Use the new regexp to strip the prompts from
8147 the file names. This is an issue mostly for user prompts that
8148 don't have a trailing space and find-file-at-point is invoked from
8149 within a shell inside Emacs.
8150
8151 2003-09-24 Andre Spiegel <spiegel@gnu.org>
8152
8153 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
8154 stamps numerically, rather than textually.
8155
8156 2003-09-24 Kenichi Handa <handa@m17n.org>
8157
8158 * language/devan-util.el (devanagari-post-read-conversion):
8159 * language/mlm-util.el (malayalam-post-read-conversion):
8160 * language/tml-util.el (tamil-post-read-conversion):
8161 Add autoload cookie.
8162
8163 * international/utf-8.el (utf-8-post-read-conversion):
8164 Call post-read-conversion functions for Devanagari, Malayalam,
8165 and Tamil.
8166
8167 2003-09-23 Dave Love <fx@gnu.org>
8168
8169 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
8170
8171 2003-09-22 Nick Roberts <nick@nick.uklinux.net>
8172
8173 * progmodes/gud.el (perldb): Add gud-until to list of commands.
8174 Update gud-remove.
8175
8176 2003-09-22 Richard M. Stallman <rms@gnu.org>
8177
8178 * progmodes/sh-script.el (sh-mode-default-syntax-table):
8179 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
8180 (sh-mode-syntax-table-input): New variable.
8181 (sh-require-final-newline): Don't use eval.
8182 (sh-builtins, sh-leading-keywords, sh-other-keywords)
8183 (sh-variables, sh-font-lock-keywords): Don't use eval.
8184 (sh-set-shell): When setting require-final-newline,
8185 treat value = `require-final-newline' as don't change it.
8186 Set sh-mode-syntax-table locally based on
8187 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
8188
8189 * progmodes/compile.el (compile-internal):
8190 Call compilation-set-window-height before setting window start.
8191
8192 2003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
8193
8194 * emacs-lisp/bytecomp.el (byte-compile-log-file):
8195 Clear out byte-compile-last-warned-form.
8196
8197 2003-09-22 Richard M. Stallman <rms@gnu.org>
8198
8199 * woman.el (woman-file-name, woman-follow-word):
8200 If current-word returns nil, use "".
8201
8202 * simple.el (eval-expression): Bind standard-output in to-buffer case.
8203
8204 2003-09-22 Richard M. Stallman <rms@gnu.org>
8205
8206 * emacs-lisp/lisp-mnt.el (lm-with-file):
8207 Don't visit the file, just use insert-file-contents in temp buffer.
8208
8209 2003-09-22 Jari Aalto <jari.aalto@poboxes.com>
8210
8211 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
8212 Add surrounding \\( and \\) around the header, as in
8213 for lm-history-header 'Change Log\\|History'.
8214
8215 2003-09-22 John Paul Wallington <jpw@gnu.org>
8216
8217 * progmodes/ld-script.el: Add Commentary section,
8218 minor cleanup of file header.
8219 (ld-script-font-lock-keywords): Doc fix.
8220 (toplevel): Provide `ld-script' feature.
8221
8222 2003-09-21 Kim F. Storm <storm@cua.dk>
8223
8224 * scroll-bar.el (set-scroll-bar-mode): Initialize to
8225 new built-in variable default-frame-scroll-bars.
8226 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
8227 scroll-bar-mode; notably, use it instead of t when we toggle
8228 scroll-bars on.
8229 (toggle-scroll-bar): Use default-frame-scroll-bars.
8230
8231 2003-09-19 Masatake YAMATO <jet@gyve.org>
8232
8233 * pcvs.el (cvs-do-removal): Change the prompt depending on
8234 `filter' value.
8235
8236 2003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
8237
8238 * startup.el (command-line-1): Stop startup-echo-area-message
8239 being hidden by "Loading image..." message.
8240 (use-fancy-splash-screens-p, display-splash-screen):
8241 Move display-graphic-p test from latter to former.
8242
8243 * progmodes/sh-script.el (sh-font-lock-keywords):
8244 Highlight escaped EOLs differently from other backslash constructs.
8245
8246 2003-09-19 Richard M. Stallman <rms@gnu.org>
8247
8248 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
8249 New functions.
8250 (edebug-enter, edebug-outside-excursion): Use them.
8251
8252 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
8253 Fix the condition for whether to print "In WHERE".
8254
8255 2003-09-19 Jari Aalto <jari.aalto@poboxes.com>
8256
8257 * finder.el (finder-mode-hook): New variable.
8258 (finder-mode): Run hook finder-mode-hook
8259
8260 2003-09-18 Masatake YAMATO <jet@gyve.org>
8261
8262 * progmodes/ebrowse.el: Fix broken magic autoload comments.
8263
8264 2003-09-17 Mario Lang <mlang@delysid.org>
8265
8266 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
8267 "p %e" to actually print the value in the GUD buffer.
8268
8269 2003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
8270
8271 From David Ponce <david.ponce@wanadoo.fr>:
8272 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
8273 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
8274 from loaddefs-boot.el if necessary.
8275
8276 2003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
8277
8278 * progmodes/gud.el (gud-find-class): Make jdb work again since
8279 cc-mode changed the syntactic information.
8280
8281 2003-09-15 David Ponce <david@dponce.com>
8282
8283 * recentf.el: (recentf-exclude): Accept predicates too.
8284 (recentf-file-readable-p): New function.
8285 (recentf-include-p): Handle predicates in recentf-exclude.
8286 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
8287 (recentf-cleanup): Likewise.
8288 (recentf-save-list): Use write-file to handle backup of
8289 recentf-save-file.
8290
8291 2003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
8292
8293 * loaddefs-boot.el: Renamed from `loaddefs.el'
8294 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
8295 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
8296 necessary.
8297
8298 2003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
8299
8300 * electric.el (Electric-pop-up-window): For the `one-window' case,
8301 no longer disconcertingly move point in the original buffer.
8302
8303 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8304
8305 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
8306
8307 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
8308
8309 * dired.el (dired-mode-map): Fix typo.
8310
8311 2003-09-11 Richard M. Stallman <rms@gnu.org>
8312
8313 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
8314
8315 2003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
8316
8317 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
8318 the function is less noisy. Now only `kill-buffer' can ask questions.
8319
8320 2003-09-10 Mario Lang <mlang@delysid.org>
8321
8322 * battery.el: Update Commentary and Copyright.
8323 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
8324 appear due to wrong ordering of the expressions in `or'.
8325
8326 2003-09-09 Lute Kamstra <lute@gnu.org>
8327
8328 * misc.el (upcase-char): Fix docstring.
8329 (zap-up-to-char): New command.
8330
8331 2003-09-08 David Ponce <david@dponce.com>
8332
8333 Ensure that recentf correctly updates the menu bar.
8334 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
8335 (recentf-menu-bar): New function.
8336 (recentf-clear-data): Use it
8337 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
8338 of easy-menu-change.
8339
8340 2003-09-08 Lute Kamstra <lute@gnu.org>
8341
8342 * simple.el (size-indication-mode): New.
8343 * bindings.el (mode-line-position): Add buffer size indicator.
8344
8345 2003-09-04 Mario Lang <mlang@delysid.org>
8346
8347 * battery.el (battery-linux-proc-acpi): New function.
8348 (battery-status-function): Modify default value calculation to also
8349 check for availability of ACPI.
8350 (battery-echo-area-format): Ditto.
8351 (battery-mode-line-format): Ditto.
8352
8353 2003-09-06 Dave Love <fx@gnu.org>
8354
8355 * ielm.el (ielm-mode-hook): Add :options.
8356
8357 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
8358 (eldoc-print-current-symbol-info): Use it.
8359
8360 2003-09-04 Nick Roberts <nick@nick.uklinux.net>
8361
8362 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
8363 being displayed in GUD buffer.
8364 (gdb-idle-input-queue): Remove var. Use just one queue.
8365 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
8366 Remove functions. Use just one queue.
8367 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
8368 (gdb-invalidate-assembler, gdb-get-current-frame):
8369 Modify functions. Use just one queue.
8370
8371 2003-09-04 Dave Love <fx@gnu.org>
8372
8373 * cus-start.el: Add blink-cursor-alist.
8374
8375 * ruler-mode.el (ruler-mode-fill-column-char)
8376 (ruler-mode-current-column-char): Use char-displayable-p,
8377 not window-system.
8378
8379 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
8380
8381 * language/european.el (windows-1252): Move from code-pages.
8382
8383 * language/cyrillic.el ("Windows-1251"): Delete.
8384 ("Bulgarian", "Belarusian"): Remove `features'.
8385 (windows-1251): Move from code-pages.
8386
8387 * international/mule-diag.el (non-iso-charset-alist):
8388 Remove `codepage' stuff.
8389 (print-designation, list-coding-systems-1): Output fixes.
8390
8391 * international/code-pages.el (cp-make-translation-table)
8392 (cp-valid-codes): Made defsubsts.
8393 (cp-fix-safe-chars): Delete.
8394 (mule-diag): Don't require.
8395 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
8396 (top-level): Check for defined coding system when defining
8397 cp... aliases. Change w32-add-charset-info test to avoid warning.
8398 (non-iso-charset-alist): Defvar when compiling.
8399 (cp-make-coding-system): Doc fix.
8400
8401 2003-09-02 Jason Rumney <jasonr@gnu.org>
8402
8403 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
8404 line-ends from CVS before doing conversion.
8405
8406 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
8407
8408 * calendar/diary-lib.el (diary-header-line-flag)
8409 (diary-header-line-format): New variables.
8410 (list-diary-entries): Use them to set header line in simple diary.
8411
8412 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
8413 other than font-lock-string-face to highlight backslashes.
8414
8415 2003-09-01 Jason Rumney <jasonr@gnu.org>
8416
8417 * international/titdic-cnv.el (tit-read-key-value): Include \r in
8418 regexp.
8419
8420 2003-09-01 Dave Love <fx@gnu.org>
8421
8422 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
8423
8424 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
8425 and :help; also line and column numbers labels.
8426
8427 * international/mule-util.el (char-displayable-p): Move from
8428 latin1-disp, rename and autoload.
8429
8430 * international/latin1-disp.el (latin1-char-displayable-p):
8431 Now obsolete alias. Replace uses with char-displayable-p.
8432 (latin1-display-ucs-per-lynx): Fix last change.
8433
8434 * international/mule-cmds.el (standard-display-european-internal):
8435 Don't use char code for Latin-1 NBSP.
8436 <XFree86 4>: Unfrob NBSP display table. Set display table to use
8437 U+2018, U+2019 for `'.
8438 (select-safe-coding-system): Message fix.
8439
8440 2003-09-01 Kenichi Handa <handa@m17n.org>
8441
8442 * international/fontset.el (setup-default-fontset): For Thai
8443 font, specify "*" family.
8444
8445 2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
8446
8447 * progmodes/compile.el (previous-error): Accept a prefix
8448 argument, similarly to next-error.
8449
8450 2003-08-31 Masatake YAMATO <jet@gyve.org>
8451
8452 * pcvs.el (cvs-do-removal): Use = instead of eq to check
8453 the number of files. Bind the number of files to a local
8454 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
8455
8456 2003-08-30 Eli Zaretskii <eliz@gnu.org>
8457
8458 * vc-hooks.el (vc-make-version-backup): Fix the change made on
8459 2003-07-26: msdos-long-file-names is a function, not a variable.
8460
8461 2003-08-29 Richard M. Stallman <rms@gnu.org>
8462
8463 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
8464 Do nothing with mail-personal-alias-file if it is nil.
8465
8466 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
8467 Do nothing if mail-personal-alias-file is nil.
8468
8469 * term.el (term-exec-1): Bind coding-system-for-read.
8470
8471 * dired.el (dired-mouse-find-file-other-window):
8472 Use dired-view-command-alist here, as in dired-view-file.
8473 (dired-view-command-alist): Use %s to substitute file name.
8474 Handle .ps_pages, .eps, .jpg, .gif, .png.
8475
8476 2003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
8477
8478 * info.el (Info-mode-map): Bind S-tab and <backtab> to
8479 `Info-prev-reference', instead of M-tab.
8480
8481 2003-08-29 Martin Stjernholm <mast@lysator.liu.se>
8482
8483 * simple.el (blink-matching-open): Work correctly on chars that
8484 are designated as parens through the syntax-table text property.
8485
8486 2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
8487
8488 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
8489 line break position in the middle of a non-kinsoku (e.g. latin)
8490 word, making it skip until either a space or a character with
8491 category "|".
8492 (kinsoku-longer): Test for end of buffer.
8493
8494 2003-08-28 Eli Zaretskii <eliz@gnu.org>
8495
8496 * mail/rmail.el (rmail-convert-to-babyl-format):
8497 Detect quoted-printable- and base64-encoded messages and decode them
8498 automatically. Set the message's encoding from the charset=
8499 header, if any. Decode base64-encoded messages in Mail format as well.
8500
8501 2003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
8502
8503 * mail/smtpmail.el: Fix previous change.
8504 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
8505 calling smtpmail-via-smtp.
8506 (smtpmail-via-smtp): Add fall-back values for envelope-from.
8507
8508 2003-08-26 John Paul Wallington <jpw@gnu.org>
8509
8510 * image.el (image-jpeg-p): Don't search beyond length of data.
8511
8512 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
8513
8514 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
8515 misfeature in `expand-abbrev' which caused electric keywords like
8516 "else" to disappear if an open brace was typed directly afterwards.
8517
8518 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
8519
8520 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
8521 mandatory in `define-widget'.
8522
8523 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
8524 Don't align the operators "!=", "<=" and ">=" as assignment operators.
8525
8526 (c-assignment-operators): New language constant that only contains
8527 the assignment operators.
8528
8529 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
8530
8531 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
8532
8533 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
8534 Safeguard against unbalanced sexps.
8535
8536 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
8537
8538 * version.el (emacs-version): Check for gtk. Include gtk version info.
8539
8540 2003-08-25 John Paul Wallington <jpw@gnu.org>
8541
8542 * man.el (Man-default-man-entry): Don't whizz past the section
8543 number before looking for it.
8544
8545 2003-08-24 Nick Roberts <nick@nick.uklinux.net>
8546
8547 * progmodes/gud.el (gud-display-line): Don't set window-point if
8548 source buffer is not visible. (Only happens with M-x gdba.)
8549
8550 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
8551 documentation.
8552 (gdb-source, gdb-source-info): Update to assembler unnecessary
8553 as its done after each GDB command anyway.
8554 (gdb-pre-prompt): Use with-current-buffer.
8555 (gdb-insert-field): Add help-echo text.
8556 (gdb-invalidate-assembler): Re-display of assembler now done in
8557 gdb-info-breakpoints-custom.
8558 (gdb-info-breakpoints-custom): Force re-display of assembler to
8559 happen *after* update of breakpoints buffer.
8560 (gdb-display-source-buffer): Don't choke if gdb-source-window
8561 isn't visible.
8562 (gdb-put-string, gdb-put-arrow): Remove free variables.
8563
8564 2003-08-24 John Paul Wallington <jpw@gnu.org>
8565
8566 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
8567
8568 * man.el (Man-default-man-entry): Strip text properties when
8569 snarfing parts of entry because `format' preserves properties.
8570
8571 2003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
8572
8573 * files.el (file-newest-backup): Use `expand-file-name'.
8574
8575 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
8576 Allow the diary to pop up a new frame, if needed.
8577
8578 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
8579 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
8580 (smtpmail-send-it): Make treatment of envelope-from consistent with
8581 sendmail.el.
8582
8583 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
8584 (sh-leading-keywords): Add the bash `time' reserved word.
8585 (sh-variables): Add some bash variables.
8586 (sh-add-completer): Fix nil branch of case statement.
8587
8588 2003-08-24 Masatake YAMATO <jet@gyve.org>
8589
8590 * progmodes/ld-script.el: New file.
8591
8592 2003-08-23 Markus Rost <rost@math.ohio-state.edu>
8593
8594 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
8595
8596 2003-08-23 Andre Spiegel <spiegel@gnu.org>
8597
8598 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
8599 Better explain obsolescence, and what to use instead.
8600
8601 2003-08-23 Masatake YAMATO <jet@gyve.org>
8602
8603 * pcvs.el (cvs-do-removal): Show the deleted file name
8604 on the prompt.
8605
8606 2003-08-20 Dave Love <fx@gnu.org>
8607
8608 * international/mule.el (make-coding-system)
8609 (set-buffer-file-coding-system): Doc fix.
8610
8611 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
8612
8613 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
8614
8615 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
8616
8617 * international/utf-16.el: Add mime-text-unsuitable coding system
8618 properties.
8619
8620 * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
8621
8622 * cus-edit.el: Add some :links.
8623 (bib): Remove.
8624
8625 * textmodes/bib-mode.el (bib): Add :group external.
8626
8627 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
8628
8629 * wid-edit.el (widget-echo-help): Make it handle expressions that
8630 evaluate to strings.
8631
8632 2003-08-18 Michael Mauger <mmaug@yahoo.com>
8633
8634 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
8635
8636 Simplify selection of SQL products to define highlighting and
8637 interactive mode. Includes detailed instructions on adding
8638 support for new products.
8639
8640 * progmodes/sql.el (sql-product): New variable. Identifies SQL
8641 product for use in highlighting and interactive mode.
8642 (sql-interactive-product): New variable. SQL product for
8643 sql-interactive-mode.
8644 (sql-product-support): New variable. Specifies product-specific
8645 parameters to drive highlighting and interactive mode.
8646 (sql-imenu-generic-expression): Add more object types.
8647 (sql-sqlite-options): Correct comment.
8648 (sql-ms-program): Use "osql" rather than "isql".
8649 (sql-prompt-regexp, sql-prompt-length): Update comment.
8650 (sql-mode-menu): Add "Start SQLi session" entry.
8651 Replace Highlighting submenu with Product menu. Fix Send Region entry.
8652 (sql-mode-abbrev-table): Add abbreviations. Support of
8653 SYSTEM-FLAG on define-abbrev. Support was removed with last
8654 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
8655 (sql-mode-font-lock-object-name): Add font-lock pattern for object
8656 names.
8657 (sql-mode-ansi-font-lock-keywords): Set as default value.
8658 (sql-mode-oracle-font-lock-keywords): Set as default value.
8659 Support Oracle 9i keywords.
8660 (sql-mode-postgres-font-lock-keywords): Set as default value.
8661 (sql-mode-linter-font-lock-keywords): Set as default value.
8662 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
8663 SQLServer 2000.
8664 (sql-mode-sybase-font-lock-keywords)
8665 (sql-mode-interbase-font-lock-keywords)
8666 (sql-mode-sqlite-font-lock-keywords)
8667 (sql-mode-strong-font-lock-keywords)
8668 (sql-mode-mysql-font-lock-keywords)
8669 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
8670 keywords.
8671 (sql-mode-font-lock-defaults): Update comment.
8672 (sql-product-feature): New function. Returns feature associated
8673 with a product from `sql-product-support' alist.
8674 (sql-product-font-lock): New function. Set font-lock support
8675 based on `sql-product'.
8676 (sql-add-product-keywords): New function. Add font-lock rules to
8677 product-specific keyword variables.
8678 (sql-set-product): New function. Set `sql-product' and apply
8679 appropriate font-lock highlighting.
8680 (sql-highlight-product): New function. Set font-lock support
8681 based on a product. Also set mode name to include product name.
8682 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
8683 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
8684 Use `sql-set-product'.
8685 (sql-highlight-ms-keywords)
8686 (sql-highlight-sybase-keywords)
8687 (sql-highlight-interbase-keywords)
8688 (sql-highlight-strong-keywords)
8689 (sql-highlight-mysql-keywords)
8690 (sql-highlight-sqlite-keywords)
8691 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
8692 (sql-get-login): Prompt in the same order as the tokens.
8693 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
8694 (sql-product-interactive): New function. Common portions of
8695 product-specific interactive mode wrappers.
8696 (sql-interactive-mode): Rewritten to use product features.
8697 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
8698 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
8699 (sql-db2, sql-linter): Use `sql-product-interactive'.
8700 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
8701 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
8702 (sql-connect-ingres, sql-connect-postgres)
8703 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
8704 New functions. Format command line parameters and invoke comint on
8705 the appropriate interpreter. Code was in the corresponding
8706 `sql-xyz' function before.
8707 (sql-connect-ms): New function. Support -E argument to use
8708 operating system credentials for authentication.
8709
8710 2003-08-18 Kenichi Handa <handa@m17n.org>
8711
8712 * international/mule.el (encode-char): Fix for the ASCII case.
8713
8714 2003-08-15 Kenichi Handa <handa@m17n.org>
8715
8716 * international/fontset.el (setup-default-fontset): Change "*" to
8717 nil in the specifications of font family.
8718
8719 2003-08-18 Kim F. Storm <storm@cua.dk>
8720
8721 * kmacro.el (kmacro-keymap): Group related bindings in
8722 initialization for clarity. Bind C-s to start macro.
8723 Remove C-r binding.
8724 (kmacro-initial-counter-value): New defvar to hold initial counter
8725 value in case we set the value before defining a macro.
8726 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
8727 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
8728 not defining or executing macro. Doc fix.
8729 (kmacro-add-counter): Clear kmacro-initial-counter-value.
8730 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
8731 temporarily view older elements on the macro ring without cycling
8732 the ring.
8733 (kmacro-display): Doc fix.
8734 (kmacro-exec-ring-item): New helper function.
8735 (kmacro-call-ring-2nd): Use it.
8736 (kmacro-call-ring-2nd-repeat): Doc fix.
8737 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
8738 (kmacro-end-or-call-macro): Execute last viewed macro (using
8739 kmacro-exec-ring-item) from ring if this follows
8740 kmacro-view-macro. This allows us to find a macro on the ring
8741 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
8742 the ring to bring it to the head of the ring.
8743 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
8744 Allow binding to reserved keys without specifying C-x C-k prefix.
8745 Ask for confirmation if entered key sequence is already bound to
8746 a non-macro command.
8747 (kmacro-view-macro): Repeating command will show older elements
8748 on the macro ring; C-k will execute the last viewed macro.
8749 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
8750 property from 'ring to 'head.
8751
8752 2003-08-17 Alan Shutko <ats@acm.org>
8753
8754 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
8755 keeping December out of the alist.
8756
8757 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
8758
8759 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
8760 * calendar/calendar.el (calendar-mode-map): Bind it to key.
8761 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
8762 (calendar-flatten): New function.
8763 (calendar-mouse-view-other-diary-entries)
8764 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
8765 in the menu title and to show multi-line diary entries correctly
8766 in the menu.
8767
8768 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
8769
8770 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
8771 defcustom, because the default was recently changed.
8772
8773 2003-08-16 Richard M. Stallman <rms@gnu.org>
8774
8775 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
8776
8777 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
8778 New subroutine, broken out of eval-last-sexp-1.
8779 (eval-last-sexp-1): Use eval-last-sexp-print-value.
8780
8781 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
8782
8783 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
8784
8785 * simple.el (eval-expression): Use eval-last-sexp-print-value.
8786
8787 2003-08-14 Jari Aalto <jari.aalto@poboxes.com>
8788
8789 * progmodes/compile.el (compilation-error-regexp-alist):
8790 Add Java ANt error detection as described in document
8791 http://ant.apache.org/faq.html
8792
8793 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
8794
8795 * simple.el (backward-word, forward-to-indentation)
8796 (backward-to-indentation): Argument changed to optional.
8797 (next-line, previous-line): Use `or' instead of `unless'.
8798
8799 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8800
8801 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
8802 instead of a constant.
8803
8804 2003-08-12 Markus Rost <rost@math.ohio-state.edu>
8805
8806 * shell.el (shell): With prefix-arg, suggest a new buffer name.
8807
8808 2003-08-12 Andre Spiegel <spiegel@gnu.org>
8809
8810 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
8811 (vc-sccs-workfile-version): Search the entire delta table, rather
8812 than just the first entry, because that might be a deleted version.
8813
8814 2003-08-11 Karl Fogel <kfogel@red-bean.com>
8815
8816 * menu-bar.el (menu-bar-options-menu): Supply a body for the
8817 [save-place] binding in the Options menu. Have it require
8818 'saveplace' and then toggle the variable manually, to avoid an an
8819 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
8820 for the bug report.
8821
8822 2003-08-11 Nick Roberts <nick@nick.uklinux.net>
8823
8824 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
8825 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
8826 (gdb-info-threads-custom): Add help-echo text.
8827 (gdb-display-back): Don't use purecopy.
8828 (gdb-info-breakpoints-custom, gdb-reset)
8829 (gdb-assembler-custom): Use display-images-p to test if breakpoint
8830 icons can be displayed.
8831
8832 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
8833
8834 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
8835
8836 2003-08-11 Stefan Monnier <monnier@cs.yale.edu>
8837
8838 * bookmark.el (bookmark-completing-read):
8839 Return a string, instead of a list of one string.
8840 Use a popup menu if activated from the mouse.
8841 (bookmark-edit-annotation): Remove unused vars.
8842 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
8843 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
8844 to bookmark-completing-read.
8845 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
8846 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
8847 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
8848 and erase-buffer.
8849 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
8850 (bookmark-menu-jump, bookmark-menu-insert)
8851 (bookmark-popup-menu-and-apply-function)
8852 (bookmark-menu-popup-paned-bookmark-menu): Remove.
8853 (bookmark-menu-build-paned-menu): Remove by folding it into
8854 bookmark-menu-popup-paned-menu.
8855 (menu-bar-bookmark-map): Move the define-key statements here.
8856 Use the "non-menu" commands since they now pop up a menu if needed.
8857 (bookmark-exit-hook-internal): Simplify.
8858
8859 2003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
8860
8861 * reftex-toc.el (reftex-toc-rename-label): New function.
8862 (reftex-toc-check-docstruct): New function.
8863
8864 * reftex.el (reftex-region-active-p): New function.
8865
8866 * reftex-parse.el (reftex-locate-bibliography-files): Improved the
8867 regexp to find the \bibliography macro.
8868
8869 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
8870 which does not exist in LaTeX.
8871 (reftex-cite-format-builtin): Added amsrefs support.
8872 (reftex-toc-confirm-promotion): New option
8873
8874 * reftex-toc.el
8875 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
8876 (reftex-toc-demote, reftex-toc-promote)
8877 (reftex-toc-do-promote, reftex-toc-promote-prepare)
8878 (reftex-toc-promote-action, reftex-toc-extract-section-number)
8879 (reftex-toc-newhead-from-alist)
8880 (reftex-toc-load-all-files-for-promotion): New functions.
8881 (reftex-toc-help): Added description of new keys.
8882 (reftex-toc-split-windows-fraction): New option.
8883 (reftex-recenter-toc-when-idle): Search *toc* window on all
8884 visible frames.
8885 (reftex-toc): Additional parameter REUSE
8886 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
8887 with REUSE argument.
8888 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
8889 the call of `reftex-toc'.
8890 (reftex-make-separate-toc-frame): New function .
8891 (reftex-toc-recenter): When called with triple prefix arg, call
8892 `reftex-make-separate-toc-frame' first.
8893 (reftex-toc-toggle-dedicated-frame): New command.
8894 (reftex-toc-quit): Adapted to delete frame when called in
8895 dedicated frame.
8896
8897 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
8898 all enclosing macros.
8899
8900
8901 2003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8902
8903 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
8904 first use.
8905
8906 2003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8907
8908 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
8909
8910 2003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
8911
8912 * calendar/calendar.el (list-diary-entries-hook)
8913 (diary-display-hook, nongregorian-diary-listing-hook)
8914 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
8915 Add some customize options for these hooks.
8916 (calendar-abbrev-construct): Don't try to take a substring longer
8917 than the original string.
8918
8919 2003-08-05 Richard M. Stallman <rms@gnu.org>
8920
8921 * emacs-lisp/testcover.el (noreturn): Report error if does return.
8922 (testcover-reinstrument-clauses): Doc fix.
8923
8924 * emacs-lisp/warnings.el: Doc fixes, args renamed.
8925 (warning-type-format): Rename from warning-group-format.
8926
8927 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
8928 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
8929 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
8930 to prevent warnings about defvar for an obsolete variable.
8931
8932 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
8933 warning-group-format renamed to warning-type-format.
8934
8935 * subr.el (read-passwd): Use clear-string instead of fillarray.
8936
8937 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
8938 Use vconcat instead of concat.
8939 (edmacro-sanitize-for-string): New function.
8940
8941 2003-08-05 Dave Love <fx@gnu.org>
8942
8943 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
8944 line-number-display-limit-width.
8945
8946 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
8947
8948 2003-08-05 Kenichi Handa <handa@m17n.org>
8949
8950 * international/code-pages.el: Don't require mule-diag.
8951
8952 * international/mule-diag.el (non-iso-charset-alist):
8953 Add autoload cookie.
8954
8955 * language/devan-util.el (dev-glyph-order): Add an entry for the
8956 glyph code #xC4.
8957
8958 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
8959
8960 * calendar/calendar.el (diary-file, diary-file-name-prefix)
8961 (european-calendar-style, diary-date-forms)
8962 (calendar-day-name-array, calendar-month-name-array): Doc change.
8963 (generate-calendar-month): Adapt for new behaviour of
8964 `calendar-day-name' function.
8965 (calendar-abbrev-length, calendar-day-abbrev-array)
8966 (calendar-month-abbrev-array): New variables.
8967 (calendar-abbrev-construct): New function.
8968 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
8969 rather than fixing abbrevs at some width. Calling syntax change.
8970 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
8971 (calendar-date-string): Adapt for new behaviours of
8972 `calendar-day-name' and `calendar-month-name' functions.
8973
8974 * calendar/diary-lib.el (list-diary-entries): Adapt for new
8975 behaviour of `calendar-day-name' and `calendar-month-name' functions.
8976 (diary-name-pattern): Use abbrev arrays, rather than fixing
8977 abbrevs at three chars. Calling syntax change.
8978 (mark-diary-entries): Adapt for new behaviours of
8979 `diary-name-pattern' and `calendar-make-alist' functions.
8980 (fancy-diary-font-lock-keywords): Adapt for new behaviour of
8981 `diary-name-pattern' function.
8982 (font-lock-diary-date-forms): Use abbrev arrays, rather than
8983 fixing abbrevs at three chars. Calling syntax change.
8984 (cal-hebrew, cal-islam): Require when compiling.
8985 (diary-font-lock-keywords): Adapt for new behaviour of
8986 `font-lock-diary-date-forms' function.
8987
8988 * calendar/cal-hebrew.el: Reposition some code so defined before used.
8989 (calendar-hebrew-month-name-array-common-year)
8990 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
8991 (list-hebrew-diary-entries): Adapt for new behaviours of
8992 `calendar-day-name' and `add-to-diary-list' functions.
8993 (mark-hebrew-diary-entries): Adapt for new behaviours of
8994 `diary-name-pattern' and `calendar-make-alist' functions.
8995
8996 * calendar/cal-islam.el (calendar-islamic-month-name-array):
8997 Add doc string.
8998 (list-islamic-diary-entries): Adapt for new behaviours of
8999 `calendar-day-name' and `add-to-diary-list' functions.
9000 (mark-islamic-diary-entries): Adapt for new behaviours of
9001 `diary-name-pattern' and `calendar-make-alist' functions.
9002
9003 * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
9004 `calendar-month-name' function.
9005
9006 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
9007
9008 * calendar/solar.el (solar-seasons-data): Move definition before use.
9009
9010 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
9011 (cal-tex-LaTeX-hourbox): Move definition before use.
9012
9013 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
9014 cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
9015 lunar.el, solar.el
9016 (displayed-month, displayed-year): Define for compiler.
9017
9018 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
9019
9020 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
9021 MODE. Renamed from c-init-c-language-vars'.
9022 (c-initialize-cc-mode): Change accordingly.
9023 (c-common-init): Ditto.
9024 (c-mode): Ditto.
9025 (c++-mode): Use `c-init-language-vars-for'.
9026 (objc-mode): Ditto.
9027 (java-mode): Ditto.
9028 (idl-mode): Ditto.
9029 (pike-mode): Ditto.
9030 (awk-mode): Ditto.
9031
9032 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
9033
9034 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
9035 or not the point moved.
9036
9037 (c-search-decl-header-end): Don't trip up on operator identifiers
9038 in C++ and operators like == in all languages.
9039
9040 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
9041 Detect leading labels correctly.
9042
9043 2003-08-02 Andreas Schwab <schwab@suse.de>
9044
9045 * textmodes/ispell.el: Don't redo key bindings on loading, put
9046 them only in loaddefs.el.
9047 * bookmark.el: Likewise.
9048 * dabbrev.el: Likewise.
9049 * emerge.el: Likewise.
9050
9051 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
9052 has more than one member.
9053
9054 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
9055
9056 2003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9057
9058 * lpr.el (printify-region): It was ending conversion before the
9059 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
9060
9061 2003-07-31 John Paul Wallington <jpw@gnu.org>
9062
9063 * net/browse-url.el (browse-url-epiphany): Doc fix.
9064
9065 2003-07-30 Kenichi Handa <handa@m17n.org>
9066
9067 * international/fontset.el (setup-default-fontset):
9068 Change registry names of Akurti fonts.
9069
9070 2003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
9071
9072 * comint.el (comint-read-noecho): Use `clear-string' instead of
9073 `fillarray'.
9074
9075 2003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
9076
9077 * outline.el (outline-mode-hook): Add defvar.
9078
9079 2003-07-28 Nick Roberts <nick@nick.uklinux.net>
9080
9081 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
9082 Restore assembler in source window if that is what has been selected.
9083 (menu): Add gdb-restore-windows to menu. Make gdba
9084 specific menus only visible from gdba.
9085
9086 2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
9087
9088 * progmodes/compile.el (compilation-environment): New user variable.
9089 (compile-internal): Respect it.
9090
9091 2003-07-23 Masatake YAMATO <jet@gyve.org>
9092
9093 * progmodes/gud.el (gdb-script-font-lock-keywords):
9094 Put `font-lock-function-name-face' on a symbol which includes
9095 `-' like `hook-run'. Put font-lock-variable-name-face
9096 on a symbol starting with $.
9097
9098 2003-07-27 Markus Rost <rost@math.ohio-state.edu>
9099
9100 * files.el (set-visited-file-name): Use truename for buffer-file-name.
9101
9102 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
9103
9104 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
9105
9106 2003-07-26 Andre Spiegel <spiegel@gnu.org>
9107
9108 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
9109 Use with-no-warnings.
9110 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
9111 rather than to find-file-not-found-hook, which doesn't exist.
9112
9113 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
9114
9115 * international/quail.el (quail-translate-key): Fix previous change.
9116
9117 2003-07-25 John Paul Wallington <jpw@gnu.org>
9118
9119 * server.el (server-start): Check `server-process' is non-nil
9120 before killing it to avoid killing current buffer's process.
9121
9122 * simple.el (choose-completion-string): Use `minibufferp';
9123 test `completion-reference-buffer' if `buffer' arg is nil.
9124 (push-mark): Use `when' and `unless'.
9125 (pop-mark): Use `when'.
9126
9127 * mouse-sel.el (mouse-sel-get-selection-function):
9128 Check `x-last-selected-text-primary'. Don't barf if it or
9129 `x-last-selected-text' aren't bound.
9130
9131 2003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
9132
9133 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
9134
9135 2003-07-23 Stefan Monnier <monnier@cs.yale.edu>
9136
9137 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
9138
9139 2003-07-23 John Paul Wallington <jpw@gnu.org>
9140
9141 * tooltip.el (defface tooltip): Inherit from variable-pitch.
9142
9143 2003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
9144
9145 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
9146 string. Defvar the derived hook.
9147
9148 * macros.el (insert-kbd-macro): Escape double quote character.
9149 From Thomas W Murphy <twm@andrew.cmu.edu>.
9150
9151 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
9152
9153 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
9154 to match the specific mark rather than reusing comment-start-skip.
9155
9156 2003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
9157
9158 * progmodes/hideshow.el (hs-special-modes-alist):
9159 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
9160
9161 2003-07-21 Markus Rost <rost@math.ohio-state.edu>
9162
9163 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
9164 value using ?\s.
9165
9166 2003-07-21 John Paul Wallington <jpw@gnu.org>
9167
9168 * subr.el (with-selected-window): Add closing paren.
9169
9170 2003-07-21 Richard M. Stallman <rms@gnu.org>
9171
9172 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
9173 (lisp-mode): Likewise.
9174
9175 * subr.el (with-selected-window): Copy code form save-selected-window
9176 so as to call select-window with norecord arg.
9177 (dynamic-completion-table): Doc fix.
9178 (lazy-completion-table): Doc fix.
9179
9180 * international/mule-cmds.el (set-locale-environment):
9181 langinfo renamed to locale-info.
9182
9183 * international/mule.el (auto-coding-functions): Doc fix.
9184
9185 2003-07-21 Kenichi Handa <handa@m17n.org>
9186
9187 * international/quail.el (quail-translate-key):
9188 Update quail-current-str correctly.
9189
9190 2003-07-21 Andreas Schwab <schwab@suse.de>
9191
9192 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
9193 ?, to "_".
9194
9195 2003-07-20 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
9196 Version 2.0.36 of Tramp released.
9197
9198 * net/tramp.el (tramp-default-password-end-of-line): Rename from
9199 tramp-password-end-of-line.
9200 (tramp-password-end-of-line): New method parameter.
9201 (tramp-get-password-end-of-line): Function to access method
9202 parameter `tramp-password-end-of-line', or variable
9203 `tramp-default-password-end-of-line' (default value).
9204 (tramp-methods): Add entries for new parameter
9205 tramp-password-end-of-line.
9206 (tramp-enter-password): Use new function
9207 `tramp-get-password-end-of-line'.
9208 (tramp-handle-insert-file-contents): Do not
9209 unconditionally inhibit the file operation file-local-copy, only
9210 do that when the inhibit-file-name-operation is currently
9211 insert-file-contents. This fixes finding remote CVS-controlled
9212 files. (It would barf on inserting the CVS/Entries file
9213 literally, because the file-local-copy handler wasn't called.)
9214 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
9215 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
9216 (tramp-initial-commands): New variable.
9217 (tramp-process-initial-commands): New function, using the variable.
9218 (tramp-open-connection-setup-interactive-shell): Call the new function.
9219 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
9220 method into the buffer name, never use nil. Reported by Hanak
9221 David <dhanak@inf.bme.hu>.
9222 (tramp-open-connection-setup-interactive-shell): Erase buffer
9223 before sending "stty -onlcr".
9224
9225 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
9226
9227 2003-07-19 Markus Rost <rost@math.ohio-state.edu>
9228
9229 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
9230
9231 2003-07-19 John Paul Wallington <jpw@gnu.org>
9232
9233 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
9234 (artist-draw-rect, artist-draw-square): Doc fixes.
9235
9236 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
9237
9238 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
9239
9240 2003-07-19 Kenichi Handa <handa@m17n.org>
9241
9242 * international/kkc.el (kkc-show-conversion-list-update):
9243 Highlight the correct candidate in the message.
9244
9245 2003-07-18 John Paul Wallington <jpw@gnu.org>
9246
9247 * simple.el (current-word): Don't include punctuation char when
9248 `really-word' arg is non-nil.
9249
9250 2003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
9251
9252 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
9253 moved to the directory obsolete.
9254
9255 2003-07-16 Stefan Monnier <monnier@cs.yale.edu>
9256
9257 * info.el (Info-menu-entry-name-re): Allow newlines in
9258 menu entry names.
9259
9260 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
9261 syntax-ppss-after-change-function.
9262 (syntax-ppss-after-change-function): New alias. Update uses.
9263 (syntax-ppss): Catch the case where the buffer is narrowed.
9264
9265 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
9266
9267 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
9268 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
9269
9270 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
9271
9272 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
9273 since it might be modified.
9274
9275 * progmodes/cc-langs.el (c++-make-template-syntax-table)
9276 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
9277 names to these language constants.
9278
9279 2003-07-15 Kim F. Storm <storm@cua.dk>
9280
9281 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
9282 All uses changed.
9283
9284 2003-07-14 Mark A. Hershberger <mah@everybody.org>
9285
9286 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
9287 Namespace support.
9288
9289 2003-07-13 Juanma Barranquero <lektu@terra.es>
9290
9291 * frame.el (modify-all-frames-parameters): Reinstall (copyright
9292 papers received).
9293
9294 2003-07-13 Karl Eichwalder <ke@suse.de>
9295
9296 * textmodes/po.el (po-find-charset): White space at the start of the
9297 Content-Type field body is non-mandatory.
9298
9299 2003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
9300
9301 * textmodes/texinfo.el (texinfo-section-list):
9302 Append appendixsection; a synonym for appendixsec.
9303
9304 2003-07-13 Jari Aalto <jari.aalto@poboxes.com>
9305
9306 * man.el (Man-translate-cleanup): New.
9307 (Man-translate-references): Call `Man-translate-cleanup' to clean
9308 leading, trailing and middle spaces.
9309
9310 2003-07-13 Lars Hansen <larsh@math.ku.dk>
9311
9312 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
9313 Handle `dired-directory' being a list.
9314
9315 2003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
9316
9317 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
9318 it doesn't exist.
9319
9320 2003-07-12 Richard M. Stallman <rms@gnu.org>
9321
9322 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
9323
9324 * progmodes/cc-defs.el (c-make-keywords-re):
9325 Don't use delete-duplicates.
9326 (c-lang-const): Don't use mapcan.
9327
9328 * apropos.el (apropos-show-scores): Make it customizable.
9329 Document new meaning.
9330 (apropos): Compute scores from symbols.
9331 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
9332
9333 2003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9334
9335 * ps-bdf.el: Fix copyright line.
9336 (bdf-directory-list): Fix initialization code.
9337
9338 2003-07-11 John Paul Wallington <jpw@gnu.org>
9339
9340 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
9341 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
9342 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
9343
9344 2003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
9345
9346 * emacs-lisp/ring.el (ring-elements): Doc fix.
9347
9348 2003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
9349
9350 * calendar/timeclock.el (timeclock-relative)
9351 (timeclock-ask-before-exiting, timeclock-use-display-time):
9352 Doc changes.
9353 (timeclock-modeline-display): Give a message if
9354 `timeclock-use-display-time' is non-nil but `display-time-mode'
9355 is not active.
9356
9357 2003-07-11 Kenichi Handa <handa@m17n.org>
9358
9359 * international/mule-cmds.el (set-language-environment):
9360 Set current-language-environment to the correct string.
9361
9362 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9363
9364 * ps-print.el: Print line number correctly in a region. Reported by
9365 Tim Allen <timallen@ls83.fsnet.co.uk>.
9366 (ps-print-version): New version number (6.6.2).
9367 (ps-printing-region): Code fix.
9368
9369 2003-07-10 John Paul Wallington <jpw@gnu.org>
9370
9371 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
9372 this function can be called from `add-completions-from-tags-table'.
9373
9374 2003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
9375
9376 * calendar/timeclock.el (timeclock-use-display-time)
9377 (timeclock-day-over-hook, timeclock-workday-remaining)
9378 (timeclock-status-string, timeclock-when-to-leave)
9379 (timeclock-when-to-leave-string, timeclock-log-data)
9380 (timeclock-find-discrep, timeclock-day-base)
9381 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
9382 (timeclock-modeline-display): Set the variable
9383 `timeclock-modeline-display'.
9384 (timeclock-update-modeline): Doc fix. Respect value of
9385 `timeclock-relative'.
9386
9387 2003-07-09 Richard M. Stallman <rms@gnu.org>
9388
9389 * textmodes/reftex-parse.el (reftex-all-document-files):
9390 Add autoload cookie.
9391
9392 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
9393 (reftex-scanning-info-available-p): Add autoload cookie.
9394
9395 * international/mule-cmds.el
9396 (set-display-table-and-terminal-coding-system): Delete duplicate
9397 aset on standard-display-table.
9398
9399 * view.el (view-file): If existing buffer's major mode is special,
9400 don't go into view mode.
9401
9402 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
9403
9404 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9405
9406 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
9407 buffer changes; there's third party code that calls this function
9408 directly.
9409
9410 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9411
9412 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
9413 (autodoc-font-lock-keywords): Don't byte compile on font lock
9414 initialization when running from byte compiled files.
9415
9416 2003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9417
9418 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
9419 statement ends with auto-increment "++".
9420
9421 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9422
9423 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
9424 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
9425 these are changed, so declare them as variables and not constants.
9426
9427 2003-07-08 Markus Rost <rost@math.ohio-state.edu>
9428
9429 * subr.el (dolist, dotimes): Doc fix.
9430
9431 2003-07-08 Kim F. Storm <storm@cua.dk>
9432
9433 * international/mule-cmds.el
9434 (set-display-table-and-terminal-coding-system): Don't break
9435 bootstrap if standard-display-table isn't setup yet.
9436
9437 2003-07-07 Richard M. Stallman <rms@gnu.org>
9438
9439 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
9440 Give it a doc string, and autoload it.
9441
9442 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
9443 Use with-no-warnings.
9444
9445 * info.el (Info-search): If find invisible text, search again.
9446
9447 * isearch.el (search-whitespace-regexp): Add a shy group around it.
9448
9449 * man.el (Man-name-regexp): Match + as part of name.
9450
9451 * simple.el (visible-mode): Rename from vis-mode.
9452 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
9453
9454 * simple.el (current-word): New arg REALLY-WORD specifies
9455 don't include punctuation chars.
9456
9457 * emacs-lisp/debug.el (debug, debugger-env-macro):
9458 Use with-no-warnings while accessing and binding unread-command-char.
9459
9460 * international/mule-cmds.el
9461 (set-display-table-and-terminal-coding-system): Use explicit loop
9462 instead of calling standard-display-default.
9463
9464 * net/ange-ftp.el (ange-ftp-file-symlink-p):
9465 Use condition-case to catch error in ange-ftp-get-files.
9466
9467 * net/browse-url.el (browse-url-browser-function):
9468 Add alternative for Epiphany.
9469 (browse-url-epiphany-program, browse-url-epiphany-arguments)
9470 (browse-url-epiphany-startup-arguments)
9471 (browse-url-epiphany-new-window-is-tab): New variables.
9472 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
9473
9474 * progmodes/compile.el (compile-auto-highlight): Default now t.
9475 (compile): Doc fix.
9476 (compilation-next-error): Fix previous change.
9477
9478 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
9479
9480 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
9481
9482 2003-07-07 Nick Roberts <nick@nick.uklinux.net>
9483
9484 * gdb-ui.el (gdb-source-info): Display current frame when
9485 attaching to an existing process.
9486 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
9487 while laying out windows when attaching to an existing process.
9488
9489 2003-07-07 Stefan Monnier <monnier@cs.yale.edu>
9490
9491 * info.el (Info-menu): Use Info-menu-entry-name-re.
9492
9493 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
9494
9495 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
9496 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
9497
9498 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
9499 to match the same text.
9500
9501 2003-07-06 John Paul Wallington <jpw@gnu.org>
9502
9503 * vc.el (vc-annotate-offset): Move defvar up.
9504
9505 2003-07-06 Kim F. Storm <storm@cua.dk>
9506
9507 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
9508 This should fix the infinite loop when extracting menu names.
9509
9510 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
9511
9512 * files.el (auto-mode-alist, interpreter-mode-alist):
9513 Remove entries to CC Mode modes to avoid duplicates; they are now added
9514 with autoload directives in cc-mode.el.
9515
9516 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
9517
9518 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
9519 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
9520 these are changed, so declare them as variables and not constants.
9521
9522 * progmodes/cc-mode.el: Fix some autoload problems: Try to
9523 ensure that the entry for ".c" extension comes before the one for
9524 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
9525 Fix incorrect entries that were added to `interpreter-mode-alist'.
9526 Move the autoload directives for AWK to the top level since they
9527 aren't recognized anywhere else. Do not use the new AWK mode doc
9528 in the autoload form for the old AWK mode.
9529
9530 2003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9531
9532 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
9533 (bibtex-sort-ignore-string-entries): Default value t.
9534 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
9535 erroneously in previous version.
9536 (bibtex-string-files): Docstring reflects new parsing scheme.
9537 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
9538 docstring, add # as one of the chars to crush
9539 (bibtex-autokey-prefix-string, bibtex-autokey-names)
9540 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
9541 (bibtex-autokey-name-change-strings)
9542 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
9543 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
9544 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
9545 (bibtex-autokey-title-terminators)
9546 (bibtex-autokey-titlewords-stretch)
9547 (bibtex-autokey-titleword-ignore)
9548 (bibtex-autokey-titleword-case-convert)
9549 (bibtex-autokey-titleword-abbrevs)
9550 (bibtex-autokey-titleword-abbrevs)
9551 (bibtex-autokey-titleword-change-strings)
9552 (bibtex-autokey-titleword-length)
9553 (bibtex-autokey-titleword-separator)
9554 (bibtex-autokey-name-year-separator)
9555 (bibtex-autokey-year-title-separator)
9556 (bibtex-autokey-before-presentation-function)
9557 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
9558 Fix docstring.
9559 (bibtex-strings, bibtex-reference-keys):
9560 Use lazy-completion-table and make-variable-buffer-local.
9561 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
9562 (bibtex-braced-string-syntax-table)
9563 (bibtex-quoted-string-syntax-table): New variables.
9564 (bibtex-parse-nested-braces): Remove.
9565 (bibtex-parse-field-string): Use syntax table and forward-sexp.
9566 (bibtex-parse-association): Simplify.
9567 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
9568 (bibtex-parse-field-text): Simplify.
9569 (bibtex-search-forward-field, bibtex-search-backward-field):
9570 argument BOUND can take value t.
9571 (bibtex-start-of-field, bibtex-start-of-name-in-field)
9572 (bibtex-end-of-name-in-field, bibtex-end-of-field)
9573 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
9574 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
9575 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
9576 (bibtex-skip-to-valid-entry): Return buffer position of beginning
9577 and ending of entry. Update for changes of bibtex-search-entry.
9578 Simplify.
9579 (bibtex-map-entries): FUN is called with three arguments.
9580 (bibtex-search-entry): Return a cons pair with buffer positions of
9581 beginning and end of entry.
9582 (bibtex-enclosing-field): Simplify.
9583 (bibtex-format-entry): Use booktitle to set a missing title.
9584 (bibtex-autokey-get-names): Fiddle with regexps.
9585 (bibtex-generate-autokey): Use identity.
9586 (bibtex-parse-keys): Use simplified parsing algorithm if
9587 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
9588 arguments. Return alist of keys.
9589 (bibtex-parse-strings): Simplify. Return alist of strings.
9590 (bibtex-complete-string-cleanup): Fix docstring.
9591 (bibtex-read-key): New function.
9592 (bibtex-mode): Fix docstring. Do not parse for keys and
9593 strings when the mode is entered. Set fill-paragraph-function to
9594 bibtex-fill-field. Setup font-lock-mark-block-function the way
9595 font-lock intended.
9596 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
9597 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
9598 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
9599 (bibtex-Preamble): Avoid hard coded constants.
9600 (bibtex-make-field): Fix docstring. Simplify.
9601 (bibtex-beginning-of-entry): Always return new position of point.
9602 (bibtex-end-of-entry): Rearrange cond clauses.
9603 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
9604 Update for changes of bibtex-map-entries.
9605 (bibtex-ispell-abstract): Do not move point.
9606 (bibtex-entry-index): Use downcase. Simplify.
9607 (bibtex-lessp): Handle catch-all.
9608 (bibtex-find-crossref): Turn into a command.
9609 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
9610 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
9611 preamble entries.
9612 (bibtex-fill-field-bounds): New function.
9613 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
9614 (bibtex-fill-entry): Use bibtex-fill-field-bounds
9615 (bibtex-String): Use bibtex-strings. Always obey
9616 bibtex-sort-ignore-string-entries.
9617
9618 2003-07-05 John Paul Wallington <jpw@gnu.org>
9619
9620 * cus-theme.el (customize-create-theme):
9621 Call `customize-create-theme' in Reset widget's notify function.
9622
9623 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
9624 (ibuffer-mark-interactive): Use `or' instead of `unless'.
9625 (define-ibuffer-column name): Add summarizer.
9626 (define-ibuffer-column size): Likewise.
9627 (define-ibuffer-column filename): Likewise.
9628 (define-ibuffer-column process): Likewise. Change BODY's output too.
9629 (define-ibuffer-column filename-and-process): Likewise, likewise.
9630 (ibuffer): Remove local vars `already-in' and `need-update'.
9631
9632 * ibuf-ext.el: Don't require `derived' at compile-time.
9633
9634 2003-07-05 Kim F. Storm <storm@cua.dk>
9635
9636 * info.el: Disable paragraph refilling.
9637 (Info-refill-paragraphs): New defcustom.
9638 (Info-fontify-node): Use it.
9639
9640 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
9641
9642 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
9643 thingies from constructors created by defstruct.
9644
9645 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
9646 the default value of the variable.
9647 (byte-code-meter): Move declaration to top level.
9648
9649 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
9650
9651 * info.el (Info-following-node-name-re): New fun.
9652 (Info-following-node-name): Remove.
9653 (Info-insert-dir): Use the new fun.
9654 (Info-extract-pointer): Don't save restriction; use new fun.
9655 (Info-menu-entry-name-re): New const.
9656 (Info-menu-entry-name-re): Use it along with new fun.
9657 (Info-node-spec-re): Use new fun.
9658 (Info-complete-menu-item, Info-fontify-node): Use new const.
9659 (Info-goto-node, Info-follow-reference, Info-menu-update):
9660 Use match-string.
9661 (Info-follow-reference): Use assoc-string.
9662 Use a list of strings for the completion table.
9663 (Info-fontify-node): Use match-string, line-end-position.
9664 Limit the search for `node:' to the first line.
9665
9666 * newcomment.el (uncomment-region): Remove padding coming from
9667 comment-start rather than just from comment-padding.
9668
9669 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
9670 (vc-cvs-stay-local-p): Use vc-stay-local-p.
9671 (vc-cvs-rename-file): Remove (use the default).
9672 (vc-cvs-register): Register parent dir if needed.
9673 (vc-cvs-could-register): Return non-nil if parent can be registered.
9674 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
9675 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
9676
9677 * vc-svn.el (vc-svn-use-edit): Make it into a const.
9678 (vc-svn-update): Fix the arguments to `svn'.
9679 (vc-svn-diff-tree): Just use `vc-svn-diff'.
9680 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
9681 Simple implementations, assuming `name' is a URL.
9682
9683 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
9684 set of chars allowed unquoted in a case pattern.
9685
9686 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
9687
9688 * font-lock.el (font-lock-extra-types-widget)
9689 (c-font-lock-extra-types, c++-font-lock-extra-types)
9690 (objc-font-lock-extra-types, java-font-lock-extra-types)
9691 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
9692 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
9693 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
9694 (font-lock-match-c++-structor-declaration)
9695 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
9696 (c++-font-lock-keywords-3, c++-font-lock-keywords)
9697 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
9698 (objc-font-lock-keywords-3, objc-font-lock-keywords)
9699 (java-font-lock-keywords-1, java-font-lock-keywords-2)
9700 (java-font-lock-keywords-3, java-font-lock-keywords)
9701 (java-font-lock-syntactic-face-function): Remove obsolete code
9702 and constants. It's all in cc-fonts.el now.
9703
9704 2003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
9705
9706 * mail/sendmail.el (mail-specify-envelope-from)
9707 (mail-envelope-from): Doc fix.
9708
9709 2003-07-04 Martin Stjernholm <mast@lysator.liu.se>
9710
9711 * generic-x.el: Do away with the dependency on `c-emacs-features'
9712 when populating `rul-generic-mode-syntax-table'; we already know
9713 this isn't XEmacs.
9714
9715 See ChangeLog.10 for earlier changes.
9716
9717 ;; Local Variables:
9718 ;; coding: iso-2022-7bit
9719 ;; End:
9720
9721 Copyright (C) 2001, 02, 04 Free Software Foundation, Inc.
9722 Copying and distribution of this file, with or without modification,
9723 are permitted provided the copyright notice and this notice are preserved.
9724
9725 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1