]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(facemenu-active-faces): Change condition of inner `while' loop to
[gnu-emacs] / lisp / ChangeLog
1 2004-09-04 Luc Teirlinck <teirllm@auburn.edu>
2
3 * facemenu.el (facemenu-active-faces): Change condition of inner
4 `while' loop to also check the first two elements of `face-atts'
5 and `mask-atts'.
6
7 2004-09-04 John Paul Wallington <jpw@gnu.org>
8
9 * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
10 (thumbs-view-image-mode): Make buffer read-only.
11
12 2004-09-04 Christopher J. Madsen <cjm@pobox.com>
13
14 * textmodes/ispell.el (ispell-really-aspell): New defvar.
15 (ispell-check-version): Set it.
16 (ispell-send-replacement): New function.
17 (ispell-process-line): Call ispell-send-replacement.
18
19 2004-09-04 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
20
21 * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
22 Support choosing seconds with "s".
23
24 2004-09-04 Jari Aalto <jari.aalto@poboxes.com>
25
26 * terminal.el (te-escape): Show `?' in prompt for help key.
27
28 2004-09-04 Emilio C. Lopes <eclig@gmx.net>
29
30 * emacs-lisp/lisp.el (kill-backward-up-list): New function.
31
32 2004-09-04 Dan Nicolaescu <dann@ics.uci.edu>
33
34 * simple.el (next-error-follow-minor-mode)
35 (next-error-follow-mode-post-command-hook): New functions.
36 (next-error-follow-last-line): New defvar.
37
38 * diff-mode.el (diff-mode-map): Bind
39 toggle-next-error-follow-mode.
40 * progmodes/compile.el (compilation-mode-map): Likewise.
41 * progmodes/grep.el (grep-mode-map): Likewise.
42 * replace.el (occur-mode-map): Likewise.
43
44 * newcomment.el (uncomment-region): Bind comment-use-global-state
45 to nil.
46
47 2004-09-03 Luc Teirlinck <teirllm@auburn.edu>
48
49 * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
50 locally around the call to `revert-buffer'.
51
52 2004-09-03 Juri Linkov <juri@jurta.org>
53
54 * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
55 `isearch-adjusted' to `t'.
56 (isearch-toggle-case-fold): Set `isearch-success' to `t'.
57 (isearch-message-prefix): Add "pending" for isearch-adjusted.
58 (isearch-other-meta-char): Restore isearch-point unconditionally.
59 (isearch-query-replace): Add new arg `regexp-flag' and use it.
60 Set point to start of match if region is not active in transient
61 mark mode (to include the current match to region boundaries).
62 Push the search string to `query-replace-from-history-variable'.
63 Add prompt "Query replace regexp" for isearch-regexp.
64 Add region beginning/end as last arguments of `perform-replace.'
65 (isearch-query-replace-regexp): Replace code by the call to
66 `isearch-query-replace' with arg `t'.
67
68 2004-09-03 Richard M. Stallman <rms@gnu.org>
69
70 * startup.el (normal-top-level): Undo previous TERM change.
71
72 2004-09-03 Kim F. Storm <storm@cua.dk>
73
74 * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
75 highlight overlays; allow using RET when cursor is over a button.
76 (cua--highlight-rectangle): Use it.
77 (cua--rectangle-set-corners): Don't move backwards at eol.
78 (cua--forward-line): Don't move into void after eob.
79
80 * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
81 point is set (and displayed) inside rectangle.
82 (cua--rectangle-operation): Fix for highlight of empty lines.
83 (cua--highlight-rectangle): Fix highlight for tabs.
84 Position cursor at left/right edge of rectangle using new `cursor'
85 property on overlay strings.
86 (cua--indent-rectangle): Don't tabify.
87 (cua-rotate-rectangle): Ignore that point has moved.
88
89 2004-09-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
90
91 * term/mac-win.el: Add ASCII equivalents for some function keys.
92 (mode-line-frame-identification): Sync with x-win.el.
93
94 2004-09-02 Juri Linkov <juri@jurta.org>
95
96 * progmodes/compile.el (compilation-buffer-name): Compare major
97 mode with second element of compilation-arguments instead of third
98 to reflect latest changes in compilation-arguments structure.
99 (recompile): Use global variable `compilation-directory' to get
100 recent compilation directory only when `recompile' is invoked NOT
101 in the compilation buffer. Otherwise, use `default-directory' of
102 the compilation buffer.
103 (compilation-error-properties): Allow to funcall col and end-col.
104 (compilation-mode-font-lock-keywords): Check col and end-col by
105 `integerp'.
106 (compilation-goto-locus): If end-mk is non-nil in transient mark
107 mode don't activate the mark (and don't display message in
108 push-mark), but highlight overlay between mk and end-mk.
109
110 * progmodes/grep.el (grep-highlight-matches): New defcustom.
111 (grep-regexp-alist): Add rule to highlight grep matches.
112 (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
113
114 * info.el (Info-fontify-node): Don't compute other-tag
115 if Info-hide-note-references=hide.
116
117 * help.el (function-called-at-point):
118 * help-fns.el (variable-at-point):
119 Try `find-tag-default' when other methods failed.
120
121 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
122 Do not push mark if inhibit-mark-movement is non-nil.
123
124 * textmodes/ispell.el (ispell-html-skip-alists):
125 Fix backslashes in docstring.
126
127 2004-09-01 Juri Linkov <juri@jurta.org>
128
129 * isearch.el (isearch-wrap-function)
130 (isearch-push-state-function): New defvars.
131 (isearch-pop-fun-state): New defsubst.
132 (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
133 (isearch-push-state): Set the result of calling
134 `isearch-push-state-function' to the `isearch-pop-fun-state' field.
135 (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
136 restore the mode-specific starting point of terminated search.
137 (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
138 (isearch-repeat): Call `isearch-wrap-function' if defined.
139 (isearch-message-prefix): Don't add prefix "over" to the message
140 for wrapped search if `isearch-wrap-function' is defined.
141 (isearch-search): Call function saved in `isearch-pop-fun-state' to
142 restore the mode-specific starting point of failed search.
143
144 * info.el (Info-search-whitespace-regexp): Fix backslashes.
145 (Info-search): Add new optional arguments for the sake of isearch.
146 Replace whitespace in Info-search-whitespace-regexp literally.
147 Add backward search. Don't call `Info-select-node' if regexp is
148 found in the same Info node. Don't add node to Info-history for
149 wrapped isearch.
150 (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
151 (Info-isearch-push-state, Info-isearch-pop-state): New funs.
152 (Info-mode): Set local variables `isearch-search-fun-function',
153 `isearch-wrap-function', `isearch-push-state-function',
154 `search-whitespace-regexp'.
155
156 * isearch.el: Remove ancient Change Log section.
157 (isearch-string, isearch-message-string, isearch-point)
158 (isearch-success, isearch-forward-flag, isearch-other-end)
159 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
160 (isearch-barrier, isearch-within-brackets)
161 (isearch-case-fold-search): Add suffix `-state' to state-related
162 defsubsts to avoid name clashes with other function names.
163
164 * simple.el (next-error): New defgroup and defface.
165 (next-error-highlight, next-error-highlight-no-select):
166 New defcustoms.
167 (next-error-no-select): Let-bind next-error-highlight to the value
168 of next-error-highlight-no-select before calling `next-error'.
169
170 * progmodes/compile.el (compilation-goto-locus):
171 Use `next-error' face instead of `region'. Set 4-th argument of
172 `move-overlay' to `current-buffer' to move overlay to different
173 source buffers. Use new variable `next-error-highlight'.
174
175 * simple.el (next-error-find-buffer): Move the rule
176 "if current buffer is a next-error capable buffer" after the
177 rule "if next-error-last-buffer is set to a live buffer".
178 Simplify to test all rules in one `or'.
179 (next-error): Doc fix.
180 (next-error, previous-error, first-error)
181 (next-error-no-select, previous-error-no-select):
182 Make arguments optional.
183
184 2004-08-31 Luc Teirlinck <teirllm@auburn.edu>
185
186 * macros.el (apply-macro-to-region-lines): Make it operate on all
187 lines that begin in the region, rather than on all complete lines
188 in the region.
189
190 2004-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
191
192 * x-dnd.el (x-dnd-protocol-alist): Document update.
193 (x-dnd-known-types): Defcustom it.
194 (x-dnd-handle-motif): Print message-atom in error message.
195
196 2004-08-30 John Paul Wallington <jpw@gnu.org>
197
198 * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
199 strings rather than programatically constructing message.
200
201 2004-08-30 Richard M. Stallman <rms@gnu.org>
202
203 * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
204 Don't return a string that would read as the wrong character code.
205
206 2004-08-29 Kim F. Storm <storm@cua.dk>
207
208 * emulation/cua-base.el (cua-auto-expand-rectangles): Remove
209 automatic rectangle padding feature; replace by non-destructive
210 virtual rectangle edges feature.
211 (cua-virtual-rectangle-edges): New defcustom.
212 (cua-auto-tabify-rectangles): New defcustom.
213 (cua-paste): If paste into a marked rectangle, insert rectangle at
214 current column, even if virtual; also paste exactly as many lines
215 as has been marked (ignore additional lines or add empty lines),
216 but paste whole source if only one line is marked.
217 (cua--update-indications): No longer use overwrite-cursor to
218 indicate rectangle padding
219
220 * emulation/cua-rect.el (cua--rectangle-padding): Remove.
221 (cua--rectangle-virtual-edges): New defun.
222 (cua--rectangle-get-corners): Remove optional PAD arg.
223 (cua--rectangle-set-corners): Never do padding.
224 (cua--forward-line): Remove optional PAD arg. Simplify.
225 (cua-resize-rectangle-right, cua-resize-rectangle-left)
226 (cua-resize-rectangle-down, cua-resize-rectangle-up):
227 (cua-resize-rectangle-bot, cua-resize-rectangle-top)
228 (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
229 (cua--rectangle-move): Never do padding. Simplify.
230 (cua--tabify-start): New defun.
231 (cua--rectangle-operation): Add tabify arg. All callers changed.
232 (cua--pad-rectangle): Remove.
233 (cua--delete-rectangle): Handle delete with virtual edges.
234 (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
235 (cua--insert-rectangle): Handle insert at virtual column.
236 Perform auto-tabify if necessary.
237 (cua--activate-rectangle): Remove optional FORCE arg.
238 Never do padding. Simplify.
239 (cua--highlight-rectangle): Enhance for virtual edges.
240 (cua-toggle-rectangle-padding): Remove command.
241 (cua-toggle-rectangle-virtual-edges): New command.
242 (cua-sequence-rectangle): Add optional TABIFY arg. Callers changed.
243 (cua--rectangle-post-command): Don't force rectangle padding.
244 (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
245
246 2004-08-28 Luc Teirlinck <teirllm@auburn.edu>
247
248 * indent.el (edit-tab-stops-buffer): Doc fix.
249
250 2004-08-28 Richard M. Stallman <rms@gnu.org>
251
252 * progmodes/grep.el (grep-default-command): Use find-tag-default.
253 (grep-tag-default): Function deleted.
254
255 * subr.el (find-tag-default): Moved from etags.el.
256
257 * progmodes/etags.el (find-tag-default): Moved to subr.el.
258
259 * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
260 into the basic character if it has an uppercase form.
261
262 2004-08-27 Kenichi Handa <handa@m17n.org>
263
264 * international/utf-8.el (utf-8-post-read-conversion): If the
265 buffer is unibyte, temporarily make it multibyte.
266
267 2004-08-27 Masatake YAMATO <jet@gyve.org>
268
269 * calendar/time-date.el (time-to-seconds): Add autoload cookies.
270
271 2004-08-25 John Paul Wallington <jpw@gnu.org>
272
273 * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
274 0, 1, and many mismatches in message.
275 (tex-start-shell): Use `set-process-query-on-exit-flag'.
276
277 * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
278 (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
279
280 2004-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
281
282 * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
283 vc-diff-switches differently.
284
285 2004-08-22 Luc Teirlinck <teirllm@auburn.edu>
286
287 * speedbar.el (speedbar-file-regexp): Give it a phony defvar
288 before and a real defvar after
289 `speedbar-supported-extension-expressions'. This is to silence
290 the compiler without breaking bootstrapping.
291
292 2004-08-22 Richard M. Stallman <rms@gnu.org>
293
294 * textmodes/flyspell.el (flyspell-word):
295 Use set-process-query-on-exit-flag.
296 (flyspell-highlight-duplicate-region): Take POSS as arg.
297 (flyspell-word): Pass POSS as arg.
298
299 * progmodes/ada-xref.el: Many doc and style fixes.
300 (ada-find-any-references): Use compilation-start.
301 (ada-get-ali-file-name): Improve error msg.
302 (ada-get-ada-file-name): Likewise.
303
304 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
305 (ange-ftp-start-process): Use set-process-query-on-exit-flag.
306
307 * mail/mail-extr.el (mail-extr-all-top-level-domains):
308 Add forward defvar.
309
310 * whitespace.el (global-whitespace-mode): New alias
311 for whitespace-global-mode.
312
313 * speedbar.el (speedbar-file-regexp): Definition moved up.
314 (speedbar-mode, speedbar-set-mode-line-format):
315 Use with-no-warnings.
316 (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
317
318 * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
319 controls whether to display the error buffer.
320
321 * ps-mule.el: Delete compatibility code for old Emacses.
322 (ps-mule-find-wrappoint): Don't use chars-in-region.
323
324 * frame.el (display-mouse-p, display-selections-p):
325 Use with-no-warnings.
326
327 * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
328
329 2004-08-22 David Kastrup <dak@gnu.org>
330
331 * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
332 information.
333
334 * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
335
336 2004-08-22 Andreas Schwab <schwab@suse.de>
337
338 * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
339
340 2004-08-22 Masatake YAMATO <jet@gyve.org>
341
342 * cvs-status.el (cvs-status-checkout): New function.
343 (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
344
345 2004-08-21 David Kastrup <dak@gnu.org>
346
347 * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
348 (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
349 has been converted to use hashtables, the relation `nil=none' is
350 no longer valid, as `nil' is not a hashtable. This patch tries to
351 reduce the number of resulting errors.
352
353 2004-08-21 John Paul Wallington <jpw@gnu.org>
354
355 * subr.el (process-kill-without-query): Made obsolete in
356 version 21.4, not 21.5.
357
358 * log-edit.el (vc-comment-ring, vc-comment-ring-index)
359 (vc-previous-comment, vc-next-comment)
360 (vc-comment-search-reverse, vc-comment-search-forward)
361 (vc-comment-to-change-log): Likewise.
362
363 * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
364
365 2004-08-21 Peter Seibel <peter@javamonkey.com> (tiny patch)
366
367 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
368 Correct indentation of DEFMETHODS with non-standard method
369 combinations (e.g., PROGN, MIN, MAX).
370
371 2004-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
372
373 * startup.el (normal-top-level-add-subdirs-to-load-path):
374 Avoid unnecessarily checking system-type.
375 (normal-top-level): Set TERM to "dumb". Simplify.
376
377 * avoid.el (mouse-avoidance-ignore-p): New fun.
378 Also ignore switch-frame, select-window, double, and triple clicks.
379 (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
380 (mouse-avoidance-fancy-hook): Use it.
381
382 2004-08-20 Zoran Milojevic <zoran@sipquest.com> (tiny change)
383
384 * avoid.el (mouse-avoidance-nudge-mouse)
385 (mouse-avoidance-banish-destination): Stay within the current window
386 to avoid problems with mouse-autoselect-window.
387
388 2004-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
389
390 * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
391 the newer format of some messages in cvs-1.12.1.
392
393 2004-08-19 Masatake YAMATO <jet@gyve.org>
394
395 * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
396 (elp-results-jump-to-definition-by-mouse)
397 (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
398 (elp-output-result): Use elp-output-insert-symname.
399
400 2004-08-18 Kenichi Handa <handa@m17n.org>
401
402 * language/cyrillic.el: Register koi8-r in
403 ctext-non-standard-encodings-alist.
404 ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
405
406 2004-08-17 Luc Teirlinck <teirllm@auburn.edu>
407
408 * emacs-lisp/copyright.el (copyright-update-year): Delete code
409 that replaces 20xy with xy.
410
411 2004-08-17 John Paul Wallington <jpw@gnu.org>
412
413 * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
414 (reb-force-update): Doc fix.
415
416 2004-08-16 Richard M. Stallman <rms@gnu.org>
417
418 * progmodes/which-func.el (which-func-update-1): Doc fix.
419
420 * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
421 (sh-mode-abbrev-table): New variable.
422
423 * progmodes/compile.el (compilation-mode): Doc fix.
424
425 * emacs-lisp/lisp-mode.el (eval-last-sexp):
426 Don't cons a new symbol each time.
427 (eval-last-sexp-fake-value): New variable.
428
429 * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
430 (copyright-update-year): Detect continuation of list of years.
431
432 * term.el (term-default-fg-color, term-default-bg-color)
433 (ansi-term-color-vector): Use `unspecified', not nil, as default.
434
435 * imenu.el: Several doc fixes: don't say variables are buffer-local.
436
437 2004-08-16 Davis Herring <herring@lanl.gov>
438
439 * isearch.el (isearch-string, isearch-message-string, isearch-point)
440 (isearch-success, isearch-forward-flag, isearch-other-end)
441 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
442 (isearch-barrier, isearch-within-brackets)
443 (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
444
445 2004-08-16 Kenichi Handa <handa@m17n.org>
446
447 * ps-mule.el (ps-mule-font-info-database): Fix docstring.
448
449 2004-08-15 Kenichi Handa <handa@m17n.org>
450
451 * term/x-win.el (x-selection-value): If utf8 was successful but
452 ctext was not, use utf8 string.
453
454 2004-08-14 Davis Herring <herring@lanl.gov>
455
456 * isearch.el: Remove accidental changes of March 4. Fix backing
457 up when a regexp isearch is made more general. Use symbolic
458 accessor functions for isearch stack frames to make usage clearer.
459 (search-whitespace-regexp): Made groups in documentation shy (as
460 is the group in the default value).
461 (isearch-fallback): New function, addresses problems with regexps
462 liberalized by `\|', adds support for liberalization by `\}' (the
463 general repetition construct), and incorporates behavior for
464 `*'/`?'.
465 (isearch-}-char): New command, calls `isearch-fallback' with
466 arguments appropriate to a typed `}'.
467 (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
468 appropriately.
469 (isearch-mode-map): Bind `}' to `isearch-}-char'.
470 (isearch-string, isearch-message,string, isearch-point)
471 (isearch-success, isearch-forward-flag, isearch-other-end)
472 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
473 (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
474 New inline functions to read fields of a stack frame.
475
476 2004-08-14 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> (tiny change)
477
478 * battery.el (battery-linux-proc-acpi): Look into battery
479 directories matching the literal string "CMB", too (required for
480 Linux kernel version 2.6.7).
481
482 2004-08-14 John Paul Wallington <jpw@gnu.org>
483
484 * cus-start.el (read-file-name-completion-ignore-case): Add.
485 (blink-cursor-alist): Change version to "21.4".
486
487 * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
488
489 2004-08-11 Daniel Pfeiffer <occitan@esperanto.org>
490
491 * speedbar.el (speedbar-scan-subdirs): New option.
492 (speedbar-file-lists): Don't ignore file-name case on Unix and use
493 dolist.
494 (speedbar-insert-files-at-point): Take an extra argument and use
495 it to optionally find out if a subdir is empty. Also unreadable
496 files don't get expand buttons.
497 (speedbar-directory): New image (unused pixmap already existed).
498 (speedbar-expand-image-button-alist): Use it.
499
500 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
501
502 CC Mode update to 5.30.9:
503
504 * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
505 Move from cc-vars to cc-defs for dependency reasons. Fix the
506 POSIX char class test to check that it works in
507 `skip-chars-(forward|backward)' too.
508
509 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
510 first argument starts with a special brace list.
511
512 * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
513 when `c-opt-type-concat-key' is used (i.e. in Pike).
514
515 * progmodes/cc-engine.el (c-looking-at-special-brace-list):
516 Fix bug when the inner char pair doesn't have paren syntax, i.e. "(<
517 >)".
518
519 * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
520 whitespace safe.
521
522 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
523 position for `arglist-intro', `arglist-cont-nonempty' and
524 `arglist-close' when there are two arglist open parens on the same
525 line and there's nothing in front of the first.
526
527 * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
528 locking of qualified names in Java, which previously could fontify
529 common indexing expressions in many cases. The standard Java
530 naming conventions are used to tell them apart.
531
532 * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
533 Fix inconsistency wrt opening parens on the first line inside a paren
534 block.
535
536 * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
537 compile time for the sake of `c-major-mode-is'.
538
539 (c-mode-is-new-awk-p): Made it a macro to delay expansion of
540 `c-major-mode-is' in the event that this is used inside a
541 `c-lang-defconst'.
542
543 * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
544 `c-lang-defconst' so that it works better with fallback languages.
545
546 * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
547 it to fail to record the base mode.
548
549 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
550 Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
551 is used. Reordered the syntax checks to get more efficient
552 skipping in some situations.
553
554 * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
555 continuation which might precede the newly inserted '{'.
556
557 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
558 Fix cases where it could loop indefinitely.
559
560 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
561 size specs correctly. Only fontify identifiers in front of '('
562 with as functions - don't accept any paren char. Tightened up
563 initializer skipping to stop before function and class blocks.
564
565 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
566 the point could be left directly after an open paren when finding
567 the beginning of the first decl in the block.
568
569 * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
570 table when filtering out legitimate open parens to be recorded.
571 This could cause cache inconsistencies when e.g.
572 `c++-template-syntax-table' was temporarily in use.
573
574 * progmodes/cc-engine.el (c-on-identifier)
575 (c-simple-skip-symbol-backward): Small fix for handling "-"
576 correctly in `skip-chars-backward'. Affected the operator lfun
577 syntax in Pike.
578
579 * progmodes/cc-engine.el (c-invalidate-sws-region-after):
580 Fix bug that could cause an error from `after-change-functions' when
581 the changed region is at bob.
582
583 2004-08-11 Alan Mackenzie <bug-cc-mode@gnu.org>
584
585 CC Mode update to 5.30.9:
586
587 * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
588 to say that <TAB> doesn't insert WS into a CPP line.
589 (c-indent-command, c-tab-always-indent): Amend doc strings.
590
591 * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
592 checks for user errors, thus eliminating cryptic and unhelpful
593 Emacs error messages. (1) Check the arg to `c-set-style' is a
594 string. (2) Check that settings to `c-offsets-alist' are not
595 spuriously quoted.
596
597 * progmodes/cc-cmds.el: (c-electric-brace): Don't delete a comment
598 which precedes the newly inserted `{'.
599
600 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
601
602 Sync with Tramp 2.0.44.
603
604 * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
605 function "tramp_file_attributes". Otherwise, file names
606 containing spaces are misinterpreted. Reported by Magnus Henoch
607 <mange@freemail.hu>.
608 (tramp-handle-file-truename): FILENAME must be expanded first.
609 Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
610 obscure results. Reported by D. Goel <deego@gnufans.org>.
611 (tramp-handle-verify-visited-file-modtime): If file does not
612 exist, say it is not modified if and only if that agrees with the
613 buffer's record. Check whether a file is visiting the buffer, or
614 the buffer has no recorded last modification time. Return t in
615 case the visiting file doesn't exist. Suggested by Luc Teirlinck
616 <teirllm@auburn.edu>.
617 (tramp-handle-write-region): Pass modtime explicitely to
618 `set-visited-file-modtime', because filename can be different
619 from (buffer-file-name) if `file-precious-flag' is set.
620 `set-visited-file-modtime' must be called always when `visit' is t
621 or a string. Suggested by Luc Teirlinck <teirllm@auburn.edu>.
622 (tramp-handle-set-visited-file-modtime): If `time-list' is not
623 nil, don't apply the whole body. If the file doesn't exists, set
624 modtime to '(-1 65535). Suggested by Luc Teirlinck
625 <teirllm@auburn.edu>.
626
627 2004-08-09 Luc Teirlinck <teirllm@auburn.edu>
628
629 * help.el (describe-bindings): Doc fix.
630
631 * subr.el (kbd): Doc fix.
632
633 2004-08-08 John Paul Wallington <jpw@gnu.org>
634
635 * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
636 instead of `string-to-int'.
637 (define-ibuffer-column mode): Fix indentation.
638
639 2004-08-08 Lars Hansen <larsh@math.ku.dk>
640
641 * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
642
643 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
644
645 * subr.el (global-unset-key, local-unset-key): Doc fixes.
646
647 * novice.el (disabled-command-function): New variable renamed from
648 `disabled-command-hook'.
649 (disabled-command-hook): Keep the _variable_ as alias for
650 `disabled-command-function' and make obsolete.
651 (disabled-command-function): Function renamed from
652 `disabled-command-hook'. Adapt code to name change of the variable.
653
654 2004-08-07 Satyaki Das <satyaki@theforce.stanford.edu> (tiny change)
655
656 * simple.el (completion-root-regexp): New defvar.
657 (completion-setup-function): Use it instead of a literal string.
658
659 2004-08-07 John Paul Wallington <jpw@gnu.org>
660
661 * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
662 (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
663 (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
664 (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
665
666 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
667
668 * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
669 (mail-extr-voodoo): Check mail-extr-disable-voodoo.
670
671 2004-08-04 Kenichi Handa <handa@m17n.org>
672
673 * international/encoded-kb.el (encoded-kbd-setup-keymap):
674 Fix previous change.
675
676 2004-08-03 Kenichi Handa <handa@m17n.org>
677
678 * international/encoded-kb.el: The following changes are to
679 utilize key-translation-map instead of minor mode map.
680 (encoded-kbd-iso2022-non-ascii-map): Delete it.
681 (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
682 (encoded-kbd-last-key): New function.
683 (encoded-kbd-iso2022-single-shift): New function.
684 (encoded-kbd-iso2022-designation)
685 (encoded-kbd-self-insert-iso2022-7bit)
686 (encoded-kbd-self-insert-iso2022-8bit)
687 (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
688 (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
689 key-translation-map.
690 (encoded-kbd-setup-keymap): Setup key-translation-map.
691 (saved-key-translation-map): New variable.
692 (encoded-kbd-mode): Save/restore key-translation-map. Adjusted
693 for the change of encoded-kbd-setup-keymap.
694
695 2004-08-02 Kim F. Storm <storm@cua.dk>
696
697 * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
698 and call compute-motion with nil for topos and width to get proper
699 usable width and height for both window and non-window systems.
700
701 * windmove.el (windmove-coordinates-of-position): Let compute-motion
702 calculate usable window width and height.
703
704 * window.el (window-buffer-height): Call compute-motion with nil width.
705
706 2004-08-01 David Kastrup <dak@gnu.org>
707
708 * replace.el (query-replace-read-from):
709 Use `query-replace-compile-replacement'.
710 (query-replace-compile-replacement): New function.
711 (query-replace-read-to): Use `query-replace-compile-replacement'
712 for repeating the last command.
713
714 2004-08-01 John Paul Wallington <jpw@gnu.org>
715
716 * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
717 (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
718 (pr-switches): Remove period from end of error messages.
719
720 * help-mode.el (help-go-back): Likewise.
721
722 * abbrev.el (only-global-abbrevs): Doc fix.
723 (edit-abbrevs-map): Define within defvar.
724 (quietly-read-abbrev-file): Doc fix.
725
726 2004-07-31 Luc Teirlinck <teirllm@auburn.edu>
727
728 * novice.el (enable-command, disable-command): Doc fixes.
729
730 * subr.el (event-modifiers, event-basic-type): Doc fixes.
731
732 2004-07-30 Richard M. Stallman <rms@gnu.org>
733
734 * subr.el (with-local-quit): Doc fix.
735
736 2004-07-30 Luc Teirlinck <teirllm@auburn.edu>
737
738 * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
739
740 2004-07-28 Luc Teirlinck <teirllm@auburn.edu>
741
742 * custom.el (defcustom): Doc fix.
743
744 2004-07-28 Masatake YAMATO <jet@gyve.org>
745
746 * progmodes/etags.el (etags-tags-apropos): Show building progress.
747
748 2004-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
749
750 * imenu.el (imenu-prev-index-position-function)
751 (imenu-extract-index-name-function, imenu-name-lookup-function)
752 (imenu--index-alist): Docstring redundancy fix.
753
754 2004-07-25 Lars Hansen <larsh@math.ku.dk>
755
756 * wdired.el (wdired-finish-edit): Require dired-aux before locally
757 binding dired-backup-overwrite.
758
759 2004-07-25 John Paul Wallington <jpw@gnu.org>
760
761 * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
762
763 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
764
765 * term/tty-colors.el (tty-color-approximate): Doc fix.
766
767 * select.el (x-get-selection, x-set-selection): Doc fixes.
768
769 * frame.el (make-frame): Doc fix.
770
771 2004-07-24 Richard M. Stallman <rms@gnu.org>
772
773 * mail/rmail.el (rmail-mime-charset-pattern):
774 Don't include semicolon in the charset value.
775
776 * replace.el (occur-next-error): Call set-window-point.
777 (occur-engine): Handle negative NLINES.
778
779 2004-07-23 Luc Teirlinck <teirllm@auburn.edu>
780
781 * frame.el (modify-all-frames-parameters): Minor doc fix.
782 (set-frame-configuration): Doc fix.
783
784 2004-07-23 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
785
786 * simple.el (completion-setup-function): Compute the common parts
787 and the first difference place correctly when
788 partial-completion-mode is on.
789
790 2004-07-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
791
792 * ps-print.el: Doc fix.
793 (ps-print-version): New version 6.6.5.
794 (ps-printing-region): Doc fix.
795 (ps-generate-string-list): Comment fix.
796 (ps-message-log-max): Code fix.
797
798 2004-07-22 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
799
800 * ps-print.el (ps-begin-file): Improve the DSC compliance of the
801 generated PostScript.
802
803 2004-08-17 Reiner Steib <Reiner.Steib@gmx.de>
804
805 * net/tls.el (tls-process-connection-type): Fix docstring. (Sync
806 with Gnus v5_10 branch.)
807
808 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
809
810 * calendar/time-date.el (time-to-number-of-days): New function.
811 Imported from from Gnus.
812
813 2004-07-22 Kim F. Storm <storm@cua.dk>
814
815 * progmodes/make-mode.el: Fix comments.
816
817 2004-07-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
818
819 * printing.el: Doc fix.
820
821 2004-07-20 Luc Teirlinck <teirllm@auburn.edu>
822
823 * frame.el (modify-all-frames-parameters): Minor doc fix.
824
825 2004-07-20 Richard M. Stallman <rms@gnu.org>
826
827 * textmodes/fill.el (fill-nobreak-p): If this break point is
828 at the end of the line, don't consider the newline which follows
829 as a reason to return t.
830
831 2004-07-19 John Paul Wallington <jpw@gnu.org>
832
833 * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
834
835 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
836
837 * dired-aux.el (dired-do-kill-lines): Expand docstring.
838 Delete irrelevant code.
839
840 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
841
842 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
843 New docstring. From Luc Teirlinck.
844
845 2004-07-17 Luc Teirlinck <teirllm@auburn.edu>
846
847 * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
848 section.
849 (auto-revert-handler): Do not check `auto-revert-tail-mode' for
850 non-file buffers. We know it is nil.
851
852 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
853
854 Sync with Tramp 2.0.43.
855
856 * net/tramp.el (tramp-handle-verify-visited-file-modtime): Remove
857 outdated comment.
858 (tramp-locked, tramp-locker): New variables for implementing a
859 global lock.
860 (tramp-sh-file-name-handler): Use them to implement the global
861 lock.
862
863 2004-07-13 Michael Albinus <michael.albinus@gmx.de>
864
865 * net/tramp.el (all): Code cleanup. Change all `tramp-handle-xxx'
866 calls to respective `xxx` calls.
867 (tramp-process-alive-regexp): Precise doc string.
868 (tramp-multi-action-process-alive): New defun.
869 (tramp-multi-actions): Use it.
870 (tramp-handle-find-backup-file-name): `copy-tree' is available
871 since Emacs 21.4 only (XEmacs has it). Implementation rewritten
872 in order to avoid this function.
873 (tramp-handle-write-region): Set current buffer. If connection
874 wasn't open, `file-modes' has changed it accidently. Reported by
875 David Kastrup <dak@gnu.org>.
876 (tramp-enter-password, tramp-read-passwd): New arguments USER and
877 HOST.
878 (tramp-action-password, tramp-multi-action-password): Apply it.
879 (tramp-open-connection-rsh): If a port is given, the Tramp buffer
880 name must still contain the port number. Otherwise, we have two
881 Tramp buffers, with all the confusion. Reported by Myron Selby
882 <myron@xytech.com> and Rolf Dubitzky
883 <Dubitzky@physi.uni-heidelberg.de>.
884
885 * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
886 HOST to `tramp-enter-passwd'.
887
888 * net/tramp-vc.el (all): Code cleanup. Change all
889 `tramp-handle-xxx' calls to respective `xxx` calls.
890
891 2004-07-17 Jonathan Yavner <jyavner@member.fsf.org>
892
893 * emacs-lisp/testcover.el: New category "potentially-1valued" for
894 functions that are not erroneous if either 1-valued or
895 multi-valued. Detect functions in this class.
896 (testcover-1value-functions, testcover-compose-functions,
897 testcover-progn-functions) Added some additional functions to lists.
898 (testcover-mark): Bugfix when marking up the definition for an
899 empty function.
900
901 2004-07-17 Richard M. Stallman <rms@gnu.org>
902
903 * replace.el (occur-read-primary-args): Pass default to read-from-minibuffer.
904
905 * mail/footnote.el (footnote-section-tag): Use defcustom.
906
907 * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
908 Compile font-lock-keywords, not KEYWORDS.
909 (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
910 Add warn, check-type. Handle cerror like error.
911
912 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
913
914 * progmodes/which-func.el (which-func-keymap): New var.
915 (which-func-face): New face.
916 (which-func-format): Use them.
917
918 2004-07-16 Stephan Stahl <stahl@eos.franken.de> (tiny change)
919
920 * buff-menu.el (list-buffers-noselect): Append the buffer's
921 process status to its mode name.
922
923 2004-07-16 Kim F. Storm <storm@cua.dk>
924
925 * simple.el (inhibit-mark-movement): New defvar.
926 (beginning-of-buffer, end-of-buffer): Do not push mark if
927 inhibit-mark-movement is non-nil or C-u prefix is given.
928
929 * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
930 Init to beginning-of-buffer and end-of-buffer.
931 (cua--undo-push-mark): New defvar.
932 (cua--pre-command-handler): Set inhibit-mark-movement if mark is
933 already active and command is in cua--preserve-mark-commands.
934 Also fix check for shift modifier on non-window systems.
935 (cua--post-command-handler): Clear inhibit-mark-movement if set.
936
937 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
938
939 * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
940 of two integers, instead of a cons.
941
942 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
943 `visited-file-modtime' now returns a list of two integers, instead
944 of a cons.
945
946 * dired.el (dired-directory-changed-p): Ditto.
947
948 * progmodes/grep.el (grep): Doc fix.
949
950 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
951
952 * autorevert.el (auto-revert-tail-mode)
953 (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
954 (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
955 in both at the same time.
956 (auto-revert-tail-mode): New command.
957 (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
958 (auto-revert-handler): Revert only either tail or whole file.
959
960 * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
961 add auto-revert-tail-mode.
962
963 2004-07-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
964
965 * printing.el: Doc fix. Change name of some funs.
966 (pr-dosify-file-name): New fun. Replace ps-dosify-path.
967 (pr-unixify-file-name): New fun. Replace ps-unixify-path.
968 (pr-standard-file-name): New fun. Replace pr-standard-path.
969 (pr-call-process): Code fix.
970
971 2004-07-12 Luc Teirlinck <teirllm@auburn.edu>
972
973 * subr.el (with-selected-window): Doc fix.
974
975 2004-07-11 Luc Teirlinck <teirllm@auburn.edu>
976
977 * subr.el (get-buffer-window-list): Doc fix.
978
979 2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
980
981 * files.el (switch-to-buffer-other-window): Doc fix.
982
983 * window.el (save-selected-window, one-window-p)
984 (split-window-keep-point, split-window-vertically)
985 (split-window-horizontally): Doc fixes.
986
987 2004-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
988
989 * printing.el: Doc fix. Now it uses call-process instead of
990 shell-command for low command execution.
991 (pr-version): New version number (6.8).
992 (pr-shell-file-name): Option removed.
993 (pr-shell-command): Fun removed.
994 (pr-call-process): New fun. Replace pr-shell-command.
995 (pr-standard-path, pr-remove-nil-from-list): New funs.
996 (zmacs-region-stays, current-mouse-event, current-menubar): New var.
997 (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
998 (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
999 (pr-ps-utility-process, pr-txt-print): Code fix.
1000
1001 2004-07-10 Stephan Stahl <stahl@eos.franken.de> (tiny change)
1002
1003 * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
1004 boolean.
1005
1006 2004-07-09 Lars Hansen <larsh@math.ku.dk>
1007
1008 * wid-edit.el (widget-field-buffer): Doc fix.
1009
1010 2004-07-09 John Paul Wallington <jpw@gnu.org>
1011
1012 * emacs-lisp/re-builder.el (reb-update-overlays): Distinguish
1013 between one and several matches in message.
1014
1015 2004-07-09 Richard M. Stallman <rms@gnu.org>
1016
1017 * mouse.el (mouse-set-region-1): If transient-mark-mode
1018 is `identity', change it to `only'.
1019
1020 * simple.el (current-word): Doc fix.
1021
1022 2004-07-09 Mark A. Hershberger <mah@everybody.org>
1023
1024 * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
1025 so that it is more understanding of whitespace.
1026
1027 * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the
1028 form
1029 (("ns" . "element") (attr-list) children) instead of
1030 ((:ns . "element") (attr-list) children) in order to reduce the
1031 number of symbols used.
1032 (xml-skip-dtd): Change to use xml-parse-dtd but set
1033 xml-validating-parsing to nil.
1034 (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
1035 (xml-substitute-entity): Remove in favor of new entity substitution.
1036 (xml-substitute-special): Rewrite in to substitute complex
1037 entities from DOCTYPE declarations.
1038 (xml-parse-fragment): Parse fragments from entity deleclarations.
1039 (xml-parse-region, xml-parse-tag, xml-parse-attlist)
1040 (xml-parse-dtd, xml-substitute-special): Make validity checks
1041 conditioned on xml-validating-parser. Add "Not Well Formed" to
1042 error messages about well-formedness.
1043
1044 2004-07-08 Steven Tamm <steventamm@mac.com>
1045
1046 * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
1047 (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
1048 Do not treat double clicks and triple clicks specially in the
1049 scroll bar (preventing strange repositioning problems)
1050
1051 2004-07-06 Stefan <monnier@iro.umontreal.ca>
1052
1053 * replace.el (query-replace-regexp-eval): Fix last change.
1054
1055 2004-07-05 Stefan <monnier@iro.umontreal.ca>
1056
1057 * replace.el (query-replace-descr): New fun.
1058 (query-replace-read-from, query-replace-read-args): Default to the
1059 previous from&to.
1060 (query-replace-read-to): Quote the `from' string when displaying it.
1061 (query-replace-regexp-eval): Immediately check read-only status.
1062 Use query-replace-read-from to get the \n checking.
1063 Quote the `from' string when displaying it.
1064 (map-query-replace-regexp, occur-read-primary-args):
1065 Quote the `from' string when displaying it.
1066
1067 * isearch.el (isearch-query-replace): Pass the regexp-ness and
1068 delimited-ness of the search to query-replace.
1069
1070 * replace.el (query-replace-read-from, query-replace-read-to):
1071 New funs extracted from query-replace-read-args.
1072 (query-replace-read-args): Use them.
1073
1074 * replace.el (query-replace-interactive, query-replace-read-args):
1075 Remove the `initial' special value.
1076 (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
1077 (occur-engine): Remove unused var `matchend'.
1078
1079 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
1080 Use the search string without prompting.
1081
1082 2004-07-05 Kenichi Handa <handa@m17n.org>
1083
1084 * international/mule.el (decode-coding-inserted-region):
1085 Set last-coding-system-used only when coding is nil.
1086
1087 2004-07-03 Eli Zaretskii <eliz@gnu.org>
1088
1089 * progmodes/grep.el (grep-compute-defaults, grep-command)
1090 (grep-program, find-program, grep-find-use-xargs, grep-history)
1091 (grep-find-history, grep-tag-default, grep-find-command)
1092 (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
1093 Add autoload cookies, for unbundled packages that load `compile'
1094 and expect all grep-related symbols to become defined.
1095
1096 2004-07-03 KOSEKI Yoshinori <kose@meadowy.org>
1097
1098 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
1099 (iimage-mode-image-search-path): New user option to search the
1100 image file.
1101 (iimage-locate-file): New funcion. Emacs21.3 or earlier does not
1102 have locate-file.
1103 (iimage-mode-buffer): Use it.
1104
1105 2004-07-03 Nick Roberts <nickrob@gnu.org>
1106
1107 * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
1108 carefully.
1109 (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
1110
1111 2004-07-03 Juri Linkov <juri@jurta.org>
1112
1113 * replace.el (query-replace-read-args): Swallow space after 'foo,
1114 not after (quote foo). Match space only immediately after symbol,
1115 not anywhere in the whole string.
1116
1117 2004-07-02 Richard M. Stallman <rms@gnu.org>
1118
1119 * replace.el (query-replace-read-args): Swallow space after
1120 symbols, not after closeparens. But avoid error if string ends there.
1121
1122 * progmodes/python.el (python-beginning-of-statement):
1123 Exit the loop if backward-up-list gets error.
1124
1125 * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
1126
1127 2004-07-02 Andre Spiegel <spiegel@gnu.org>
1128
1129 * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
1130 only if vc-consult-headers is non-nil.
1131
1132 2004-07-02 Juri Linkov <juri@jurta.org>
1133
1134 * pcvs.el (cvs-mode-diff-repository): New command.
1135
1136 * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
1137
1138 2004-07-01 Juri Linkov <juri@jurta.org>
1139
1140 * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
1141 C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace,
1142 C-M-% to isearch-query-replace-regexp.
1143 (minibuffer-local-isearch-map): Add arrow key bindings.
1144 Bind C-f to isearch-yank-char-in-minibuffer.
1145 (isearch-forward): Doc fix.
1146 (isearch-edit-string): Doc fix.
1147 (isearch-query-replace, isearch-query-replace-regexp): New funs.
1148 (isearch-del-char): Add optional arg. Set isearch-yank-flag to t.
1149 (isearch-yank-char): Add optional arg.
1150 (isearch-yank-char-in-minibuffer): New fun.
1151
1152 * replace.el (query-replace-interactive): Change type from boolean
1153 to choice. Add value `initial'.
1154 (query-replace-read-args): Handle value `initial' of
1155 query-replace-interactive.
1156
1157 2004-06-29 Kim F. Storm <storm@cua.dk>
1158
1159 * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
1160 (breakpoint-disabled-bitmap-face): Add :group 'gud.
1161
1162 * progmodes/ada-xref.el (ada-tight-gvd-integration):
1163 Add :group 'ada.
1164
1165 * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
1166
1167 2004-06-29 Juri Linkov <juri@jurta.org>
1168
1169 * replace.el (query-replace-read-args): Swallow a space after
1170 everything except )]" which in most cases means after a symbol.
1171
1172 * emacs-lisp/pp.el (pp-buffer): Add autoload.
1173
1174 2004-06-28 Richard M. Stallman <rms@gnu.org>
1175
1176 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
1177 More changes to go with previous change in font-lock.el.
1178
1179 2004-06-26 David Kastrup <dak@gnu.org>
1180
1181 * replace.el (perform-replace): Highlight the match even in
1182 non-query mode if there is potential replace string editing.
1183
1184 2004-06-26 Kai Grossjohann <kai.grossjohann@gmx.net>
1185
1186 * net/tramp.el (tramp-handle-file-remote-p): New implementation to
1187 agree with new return value of `file-remote-p'.
1188 This syncs with Tramp 2.0.42.
1189
1190 * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
1191 according to new documentation of `file-remote-p'.
1192
1193 * files.el (file-remote-p): Fix doc to say that return value is
1194 identification of remote system, if not nil.
1195 (file-relative-name): Use new return value of `file-remote-p'.
1196
1197 2004-06-26 Nick Roberts <nickrob@gnu.org>
1198
1199 * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
1200 (gdb-goto-breakpoint): Fix breakage.
1201
1202 2004-06-26 Eli Zaretskii <eliz@gnu.org>
1203
1204 * man.el (Man-getpage-in-background): Add windows-nt to the list
1205 of systems where shell-file-name should be used instead of
1206 literal "sh".
1207
1208 2004-06-25 Sam Steingold <sds@gnu.org>
1209
1210 * add-log.el (change-log-font-lock-keywords): Support Common Lisp
1211 function names `(setf symbol)'.
1212
1213 2004-06-24 Richard M. Stallman <rms@gnu.org>
1214
1215 * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
1216
1217 * font-lock.el (font-lock-keywords): Change format of compiled values.
1218 Document it.
1219 (font-lock-add-keywords): If font-lock-keywords is compiled,
1220 extract the uncompiled version, modify, then recompile.
1221 (font-lock-remove-keywords): Likewise.
1222 (font-lock-fontify-keywords-region): Handle changed format.
1223 (font-lock-compile-keywords): Handle changed format.
1224 (font-lock-set-defaults): Compile the keywords explicitly here.
1225
1226 2004-06-24 David Kastrup <dak@gnu.org>
1227
1228 * replace.el (query-replace-read-args): Implement `\,' and `\#'
1229 replacements here.
1230 (query-replace-regexp): Doc string explaining this and the new
1231 `\?' replacement. Remove `\,' and `\#' implementation here, as it
1232 is better placed in `query-replace-read-args'.
1233 (replace-regexp): Explain `\,', `\#' and `\?'.
1234 (replace-match-data): New function for thorough reuse/destruction
1235 of old match-data.
1236 (replace-match-maybe-edit): Function for implementing `\?' editing.
1237 (perform-replace): Fix maintaining of the match stack including
1238 already matched regions, implement `\?', fix various problems
1239 with regions while editing and other stuff.
1240 (replace-highlight): Simplify.
1241
1242 2004-06-24 Daniel Pfeiffer <occitan@esperanto.org>
1243
1244 * progmodes/grep.el (grep-error-screen-columns): New variable.
1245 (grep-regexp-alist): Give it the full functionality of gnu style
1246 compilation messages with line and column ranges. Ask me for the
1247 perl script I'm working on, that uses these.
1248
1249 2004-06-23 Nick Roberts <nickrob@gnu.org>
1250
1251 * comint.el: (comint-insert-clicked-input, comint-copy-old-input):
1252 Remove.
1253 (comint-insert-input, comint-mouse-insert-input): New functions
1254 based on comint-insert-clicked-input for two bindings but just
1255 one functionality.
1256
1257 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
1258
1259 * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
1260
1261 2004-06-23 Lars Hansen <larsh@math.ku.dk>
1262
1263 * files.el (write-contents-functions): Doc fix.
1264
1265 2004-06-21 Juanma Barranquero <lektu@terra.es>
1266
1267 * image.el (image-library-alist): Rewrite docstring in active voice.
1268
1269 2004-06-20 Richard M. Stallman <rms@gnu.org>
1270
1271 * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
1272
1273 * isearch.el (isearch-repeat): Avoid testing old match data.
1274 (isearch-message): Display trailing space in special font
1275 when search is failing.
1276 (isearch-search-fun-function): Doc fix.
1277
1278 * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
1279
1280 2004-06-19 Luc Teirlinck <teirllm@auburn.edu>
1281
1282 * frame.el (show-trailing-whitespace): Doc fix.
1283
1284 * cus-edit.el (custom-variable-documentation): New function.
1285 (custom-variable): Use it.
1286
1287 2004-06-19 Nick Roberts <nickrob@gnu.org>
1288
1289 * man.el (Man-getpage-in-background): Revert previous change but
1290 make cygwin a special case.
1291
1292 2004-06-18 Luc Teirlinck <teirllm@auburn.edu>
1293
1294 * autorevert.el (global-auto-revert-non-file-buffers):
1295 Update docstring.
1296
1297 2004-06-19 Daniel Pfeiffer <occitan@esperanto.org>
1298
1299 * progmodes/compile.el (compilation-error-properties): Store one
1300 more than end-col, if present, so that transient-mark-mode will
1301 highlight last char too.
1302 * progmodes/grep.el (grep-regexp-alist): Match columns and column
1303 ranges, if present.
1304
1305 2004-06-18 Jason Rumney <jasonr@gnu.org>
1306
1307 * makefile.w32-in: Double percent signs in for loops.
1308
1309 2004-06-17 David Kastrup <dak@gnu.org>
1310
1311 * replace.el (query-replace-read-args): Only warn about use of \n
1312 and \t when we are doing a regexp replacement and the actual
1313 escaped character is n or t.
1314 (query-replace-regexp): Add \, and \# interpretation to
1315 interactive call and document it.
1316 (query-replace-regexp-eval, replace-match-string-symbols): Add \#
1317 as shortkey for replace-count.
1318 (replace-quote): New function for doubling backslashes.
1319
1320 2004-06-17 Juanma Barranquero <lektu@terra.es>
1321
1322 * files.el (parse-colon-path, cd): Mention in docstring that the
1323 path separator is colon in GNU-like systems.
1324
1325 * newcomment.el (comment-region-internal): Fix docstring.
1326
1327 * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
1328 (ewoc-invalidate, ewoc-collect): Doc fixes.
1329 (ewoc--create-node, ewoc--delete-node-internal):
1330 Fix typos in docstring.
1331
1332 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
1333
1334 * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
1335 manual to docstring.
1336
1337 2004-06-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1338
1339 * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
1340
1341 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
1342
1343 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
1344 Add hyperlink to emacs-xtra manual to docstring.
1345
1346 * autorevert.el (global-auto-revert-non-file-buffers):
1347 Add hyperlink to emacs-xtra manual to docstring, as well as an
1348 info-link.
1349
1350 2004-06-14 Juanma Barranquero <lektu@terra.es>
1351
1352 * image.el (image-library-alist): New variable to map image types
1353 to external libraries. Initialized to nil, unless system-specific
1354 configs change it.
1355 (image-type-available-p): Determine whether an image type is
1356 available by calling `init-image-library'.
1357
1358 * term/w32-win.el (image-library-alist): Initialize to a known set
1359 of probable library names.
1360
1361 2004-06-14 Kenichi Handa <handa@m17n.org>
1362
1363 * international/code-pages.el (windows-1256, cp1125): Fix tables
1364 for several characters.
1365
1366 * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
1367
1368 2004-06-13 Richard M. Stallman <rms@gnu.org>
1369
1370 * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
1371
1372 * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
1373 not "`pc-selection-mode'".
1374
1375 * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
1376
1377 * simple.el (previous-matching-history-element): Specify a default.
1378
1379 * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
1380
1381 * cus-face.el (custom-declare-face): Simplify code.
1382
1383 * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
1384
1385 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
1386
1387 * files.el (before-save-hook): Add `time-stamp' to the options.
1388
1389 * time-stamp.el (time-stamp): Recommend adding it to
1390 `before-save-hook', rather than `write-file-functions'.
1391 Make a similar change in `Commentary' section.
1392
1393 2004-06-13 Kai Grossjohann <kai.grossjohann@gmx.net>
1394
1395 * diff-mode.el (diff-current-defun): If at start of hunk, use
1396 position of first change.
1397
1398 2004-06-13 Lars Hansen <larsh@math.ku.dk>
1399
1400 * dired-x.el (dired-mark-omitted): Bind to "*O".
1401
1402 2004-06-12 Karl Fogel <kfogel@red-bean.com>
1403
1404 * bookmark.el (bookmark-bmenu-relocate): New function, as
1405 suggested by David J. Biesack <David.Biesack@sas.com>.
1406 (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
1407 (bookmark-bmenu-mode): Describe binding in doc string.
1408 (bookmark-set-filename): Save the bookmark list if it's time.
1409
1410 2004-06-13 Kenichi Handa <handa@m17n.org>
1411
1412 * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
1413 (ccl-untranslated-to-ucs): Fix typo.
1414
1415 2004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
1416
1417 * progmodes/python.el (python-open-block-statement-p):
1418 Fix indentation after a block opening that contains a comment.
1419
1420 2004-06-12 J\e,Ai\e(Br\e,At\e(Bme Marant <jerome@marant.org> (tiny change)
1421
1422 * bindings.el (completion-ignored-extensions): Add file extensions
1423 of Python byte-compiled files.
1424
1425 2004-06-12 Juri Linkov <juri@jurta.org>
1426
1427 * info.el (Info-goto-node): Add autoload.
1428 (Info-toc): Add substring-no-properties on Info file name.
1429 (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
1430 (Info-mode-map): Bind L to Info-history, T to Info-toc.
1431
1432 2004-06-12 Kenichi Handa <handa@m17n.org>
1433
1434 * international/mule-cmds.el (set-language-environment):
1435 Load subst tables if necessary.
1436
1437 * international/mule.el (decode-char): Load subst tables if necessary.
1438 (encode-char): Likewise.
1439
1440 * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
1441 pair correctly. Call ccl-mule-utf-untrans for untranslable chars.
1442 (utf-16le-decode-loop): Set r5 to -1 before loop.
1443 (utf-16be-decode-loop): Likewise.
1444 (ccl-decode-mule-utf-16le): Add EOF processing block.
1445 (ccl-decode-mule-utf-16be): Likewise.
1446 (ccl-decode-mule-utf-16le-with-signature): Likewise.
1447 (ccl-decode-mule-utf-16be-with-signature): Likewise.
1448 (ccl-decode-mule-utf-16): Likewise. Set r5 to -1 initially.
1449 (ccl-mule-utf-16-encode-untrans): New CCL.
1450 (utf-16-decode-to-ucs): Handle pre-read character.
1451 (utf-16le-encode-loop): Handle surrogate pair.
1452 (utf-16be-encode-loop): Likewise.
1453 (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
1454 of utf-16le-encode-loop.
1455 (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
1456 of utf-16be-encode-loop.
1457 (mule-utf-16-post-read-conversion):
1458 Call utf-8-post-read-conversion at first.
1459 (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
1460 Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
1461 Add post-read-conversion and pre-write-conversion.
1462
1463 * international/utf-8.el (utf-translate-cjk-charsets): New variable.
1464 (utf-translate-cjk-unicode-range): New variable.
1465 (utf-translate-cjk-load-tables): New function.
1466 (utf-lookup-subst-table-for-decode): New function.
1467 (utf-lookup-subst-table-for-encode): New function.
1468 (utf-translate-cjk-mode): Init-value changed to t. Don't load
1469 tables here. Update safe-charsets of utf-* coding systems.
1470 (ccl-mule-utf-untrans): New CCL.
1471 (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans. Use `repeat'
1472 at end of each branch.
1473 (ccl-mule-utf-8-encode-untrans): New CCL.
1474 (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
1475 (ccl-untranslated-to-ucs): Handle 2-byte encoding. Set r1 to the
1476 length of encoding. Don't return r0.
1477 (utf-8-compose): New arg hash-table. Handle 2-byte encoding.
1478 (utf-8-post-read-conversion): Narrow to region properly.
1479 If utf-translate-cjk-mode is on, load tables if necessary.
1480 Call utf-8-compose with hash-table arg if necessary.
1481 Call XXX-compose-region instead of XXX-post-read-convesion.
1482 (utf-8-pre-write-conversion): New function.
1483 (mule-utf-8): Include CJK charsets in safe-charsets if
1484 utf-translate-cjk-mode is on. Add pre-write-conversion.
1485
1486 * international/characters.el: Temporarily set
1487 utf-translate-cjk-mode to nil.
1488
1489 * language/devan-util.el (devanagari-compose-region):
1490 Add autoload cookie.
1491
1492 * international/ccl.el (ccl-dump-call): Fix printing the
1493 subroutine name.
1494
1495 2004-06-11 Luc Teirlinck <teirllm@auburn.edu>
1496
1497 * dired.el (dired-revert): If buffer is marked unmodified before
1498 reverting, keep it marked unmodified.
1499 Adapt to new conventions for commenting out code.
1500 (dired-make-relative): Adapt to new conventions for commenting out code.
1501
1502 2004-06-10 Miles Bader <miles@gnu.ai.mit.edu>
1503
1504 * eshell/esh-module.el (eshell-load-defgroups):
1505 Bind `vc-handled-backends' to nil when opening files.
1506
1507 2004-06-11 Juanma Barranquero <lektu@terra.es>
1508
1509 * files.el (parse-colon-path, cd): Doc fixes (refer to
1510 `path-separator', not colon).
1511
1512 2004-06-10 Juanma Barranquero <lektu@terra.es>
1513
1514 * newcomment.el (comment-search-forward)
1515 (comment-search-backward): Fix typos in docstring.
1516 (comment-region): Doc fix.
1517
1518 2004-06-10 Luc Teirlinck <teirllm@auburn.edu>
1519
1520 * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
1521 switch is no longer stored in `dired-switches-alist'.
1522
1523 * dired-aux.el (dired-insert-subdir): Do not store R switch in
1524 `dired-switches-alist'.
1525
1526 2004-06-10 Kim F. Storm <storm@cua.dk>
1527
1528 * pcvs.el (cvs-mode-diff-yesterday): New command.
1529
1530 * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
1531
1532 2004-06-10 Juri Linkov <juri@jurta.org>
1533
1534 * emacs-lisp/edebug.el (edebug-eval-defun):
1535 * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
1536 Fix docstring.
1537
1538 * simple.el (eval-expression-print-format): Don't print additional
1539 information on the first call to `eval-print-last-sexp'.
1540 (next-error-find-buffer): Fix punctuation.
1541 (killing) <defgroup>: Fix punctuation.
1542 (yank-excluded-properties): Change group from editing to killing.
1543
1544 * replace.el (perform-replace): Use `limit' to terminate the
1545 while-loop explicitly.
1546
1547 2004-06-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1548
1549 * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
1550 Use lc-*.xpm as prefix instead of *-locol.xpm.
1551
1552 * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
1553 * toolbar/lc-help.xpm, toolbar/lc-home.xpm
1554 * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
1555 * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
1556 * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
1557 * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
1558 * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
1559 * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
1560 * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
1561 * toolbar/lc-up_arrow.xpm:
1562 Renamed from *-locol.xpm.
1563
1564 2004-06-09 Rajesh Vaidheeswarran <rv@gnu.org>
1565
1566 * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
1567 include forms like &<str>; as valid url patterns.
1568
1569 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
1570
1571 * dired.el (dired-diff, dired-backup-diff)
1572 (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
1573 (dired-do-chown, dired-do-touch, dired-do-print)
1574 (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
1575 (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
1576 (dired-create-directory, dired-do-copy, dired-do-symlink)
1577 (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
1578 (dired-do-copy-regexp, dired-do-hardlink-regexp)
1579 (dired-do-symlink-regexp, dired-upcase, dired-downcase)
1580 (dired-maybe-insert-subdir, dired-next-subdir)
1581 (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
1582 (dired-kill-subdir, dired-tree-up, dired-tree-down)
1583 (dired-hide-subdir, dired-hide-all, dired-show-file-type)
1584 (dired-run-shell-command, dired-query): Remove redundant,
1585 or incorrect, autoloads.
1586
1587 * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
1588 does not end in a slash. Add optional argument KILL-ROOT.
1589 Update docstring.
1590 (dired-do-touch, dired-clean-directory, dired-run-shell-command)
1591 (dired-query): Add autoloads.
1592
1593 2004-06-08 Daniel Pfeiffer <occitan@esperanto.org>
1594
1595 * progmodes/compile.el (compilation-set-window-height):
1596 Rearrange the save-* functions because a buffer can have several current
1597 point in different windows.
1598 (compilation-error-regexp-alist-alist): Recognize {standard input}
1599 GNU messages (for gcc --pipe) and more kinds of Oracle messages.
1600
1601 2004-06-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1602
1603 * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
1604 * toolbar/help-locol.xpm, toolbar/home-locol.xpm
1605 * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
1606 * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
1607 * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
1608 * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
1609 * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
1610 * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
1611 * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
1612 * toolbar/up_arrow-locol.xpm:
1613 New versions of icons that uses fewer colors.
1614
1615 * toolbar/tool-bar.el (tool-bar-local-item)
1616 (tool-bar-local-item-from-menu): Try to use icons with fewer colors
1617 if display-color-cells is 256 or less.
1618
1619 2004-06-08 Kim F. Storm <storm@cua.dk>
1620
1621 * wid-edit.el (widget-specify-button): Use hand pointer rather
1622 than mouse-face as visible mouse-over effect.
1623
1624 2004-06-07 Karl Fogel <kfogel@red-bean.com>
1625
1626 * saveplace.el (save-place-alist-to-file): Bind `print-length'
1627 and `print-level' to nil when writing out `save-place-alist'.
1628 Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
1629
1630 2004-06-07 Juanma Barranquero <lektu@terra.es>
1631
1632 * completion.el (completion-kill-region): Doc fix.
1633
1634 * format.el (format-insert-annotations)
1635 (format-annotate-location): Doc fixes.
1636 (format-subtract-regions): Make arguments match their use in docstring.
1637
1638 * simple.el (kill-region): Doc fix.
1639
1640 * subr.el (insert-buffer-substring-no-properties)
1641 (insert-buffer-substring-as-yank): Doc fixes.
1642
1643 2004-06-07 Luc Teirlinck <teirllm@auburn.edu>
1644
1645 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
1646 Update docstring.
1647 (dired-reset-subdir-switches): New function.
1648
1649 * dired.el (dired-undo): Call `dired-build-subdir-alist'.
1650 Limit scope of `buffer-read-only' binding.
1651
1652 2004-06-06 Emilio C. Lopes <eclig@gmx.net>
1653
1654 * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
1655 eshell-explicit-command-char.
1656
1657 2004-06-06 Juanma Barranquero <lektu@terra.es>
1658
1659 * help-fns.el (help-argument-name): Inherit from italic face only
1660 if the frame supports it.
1661
1662 2004-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1663
1664 * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
1665 * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
1666 * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
1667 * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
1668 * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
1669 * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
1670 * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
1671 New conversions from xpm files.
1672
1673 * toolbar/README: New file.
1674
1675 2004-06-06 Richard M. Stallman <rms@gnu.org>
1676
1677 * isearch.el (isearch-mode-map): Undo previous change.
1678
1679 2004-06-05 Juri Linkov <juri@jurta.org>
1680
1681 * bindings.el (debug-ignored-errors): Add regexps for history
1682 related messages. Remove $ from "No further undo information".
1683 Move Ediff's messages to ediff.el.
1684
1685 * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
1686
1687 * cus-edit.el (custom-display): Add `min-colors'.
1688
1689 * custom.el (defface): Add `supports' to docstring.
1690
1691 * help-fns.el (help-argument-name): Add :group 'help.
1692
1693 2004-06-05 Luc Teirlinck <teirllm@auburn.edu>
1694
1695 * find-dired.el (find-ls-subdir-switches): New user option.
1696 (find-dired): No longer call `abbreviate-file-name' on DIR.
1697 Set `dired-subdir-switches' buffer-locally.
1698
1699 * locate.el: Merge the two `Commentary' sections.
1700 (locate-ls-subdir-switches): New user option.
1701 (locate): Update for other changes.
1702 (locate-mode-map): Restore Dired binding for mouse-2.
1703 Bind `locate-mouse-view-file' to M-mouse-2.
1704 Bind `l' to `locate-do-redisplay'.
1705 (locate-main-listing-line-p, locate-do-redisplay): New functions.
1706 (locate-mouse-view-file, locate-tags, locate-find-directory):
1707 Print message if used outside main listing.
1708 (locate-mode): Update docstring. Make `*Locate*' buffer read-only.
1709 Various changes to support inserted subdirectories.
1710 (locate-insert-header): Change header of *Locate* buffer.
1711
1712 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
1713 Change interactive default switches.
1714 (dired-rename-subdir-2): Update `dired-switches-alist'.
1715 (dired-insert-subdir, dired-kill-subdir):
1716 Handle `dired-switches-alist'. Do not mark buffer modified.
1717 (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
1718 (dired-insert-subdir-doinsert): Omit messages.
1719 Handle `dired-subdir-switches'.
1720 (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
1721
1722 * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
1723 (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
1724 subdirs if -R switch is used for a subdir.
1725 (dired-mode): Set `dired-switches-alist'.
1726 (dired-build-subdir-alist): Only print number of directories in
1727 echo area when invoked interactively.
1728
1729 2004-06-05 Lars Hansen <larsh@math.ku.dk>
1730
1731 * dired-x.el (dired-omit-mode): Rename from
1732 dired-omit-files-p. Use define-minor-mode to define it.
1733 (dired-omit-files-p): Add as alias for dired-omit-mode.
1734 (dired-omit-toggle): Delete. Replaced by dired-omit-mode and
1735 dired-mark-omitted.
1736 (dired-mark-omitted): Add. Bind to M-O.
1737
1738 2004-06-05 Kenichi Handa <handa@m17n.org>
1739
1740 * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
1741
1742 2004-06-05 Juanma Barranquero <lektu@terra.es>
1743
1744 * help-fns.el (help-argument-name): Reintroduce face.
1745 (help-default-arg-highlight): Use it, now that
1746 `face-differs-from-default-p' can be trusted.
1747
1748 2004-06-05 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
1749
1750 * textmodes/table.el: Sentence commands added to Point Motion
1751 group; kill and backward-kill commands added to Extraction group.
1752
1753 2004-06-04 Mario Lang <mlang@delysid.org>
1754
1755 * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
1756 systems appear to use mW, make the code handle this. Fix a
1757 division-by-zero bug while at it, and handle kernels with
1758 a slightly different layout in /proc/acpi.
1759
1760 2004-06-04 Karl Fogel <kfogel@red-bean.com>
1761
1762 * vc-svn.el (vc-svn-checkin): Use 'nconc' instead of 'list*',
1763 because the latter is a CL-ism. This fixes the bug reported by
1764 Shawn Boyette <mdxi@collapsar.net> in
1765 http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
1766
1767 2004-06-04 Miles Bader <miles@gnu.org>
1768
1769 * faces.el (display-supports-face-attributes-p): Function moved to
1770 C code. Previously only the tty-related portion of this function
1771 was done in C; however the previous attempt to do a halfway-proper
1772 job for non-tty displays in lisp didn't work properly because of
1773 funny conditions during Emacs startup.
1774 (face-differs-from-default-p): Simplify, now that
1775 display-supports-face-attributes-p works properly on all display
1776 types. Remove :stipple from comparison; it doesn't really work
1777 in emacs anyway.
1778
1779 2004-06-04 Miles Bader <miles@gnu.org>
1780
1781 * faces.el (face-differs-from-default-p): Use a different
1782 implementation, so we can really check whether FACE displays
1783 differently or not.
1784
1785 2004-06-04 Miles Bader <miles@gnu.org>
1786
1787 * faces.el (display-supports-face-attributes-p): Implement a
1788 `different from default' check for non-tty displays.
1789
1790 2004-06-03 David Kastrup <dak@gnu.org>
1791
1792 * woman.el (woman-mapcan): More concise code.
1793 (woman-topic-all-completions, woman-topic-all-completions-1)
1794 (woman-topic-all-completions-merge): Replace by a simpler and
1795 much faster implementation based on O(n log n) sort/merge instead
1796 of the old O(n^2) behavior.
1797
1798 2004-06-03 Miles Bader <miles@gnu.org>
1799
1800 * subr.el (read-number): Use canonical format for default in prompt.
1801
1802 * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
1803 Add regexp for " [...]" style defaults.
1804
1805 2004-06-02 Romain Francoise <romain@orebokech.com>
1806
1807 * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
1808 groups: if the user asks for a hidden buffer, open the
1809 corresponding filter group to expose it.
1810
1811 * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
1812 `ibuffer-jump-to-buffer'.
1813 (ibuffer-jump-offer-only-visible-buffers): New user option.
1814
1815 2004-06-02 Juanma Barranquero <lektu@terra.es>
1816
1817 * faces.el (frame-update-faces): Add empty docstring so the one
1818 for `ignore' doesn't show through.
1819
1820 * subr.el (process-kill-without-query): Remove spurious "\n" on
1821 obsolescence string.
1822 (focus-frame, unfocus-frame): Add obsolescence declaration and
1823 empty docstring.
1824
1825 * international/mule.el (register-char-codings): Make alias for
1826 `ignore'. Move docstring to obsolescence info and remove redundancy.
1827
1828 2004-06-02 Kim F. Storm <storm@cua.dk>
1829
1830 * frame.el (blink-cursor-start): Turn cursor off initially so blink
1831 starts after blink-cursor-delay rather than 2*blink-cursor-delay.
1832
1833 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
1834
1835 * comint.el (comint-replace-by-expanded-history-before-point):
1836 Obey `start' as the docstring says.
1837 (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
1838 (comint-update-fence): Prevent font-lock from running unnecessarily.
1839 (comint-dynamic-list-completions): Use with-current-buffer.
1840
1841 2004-06-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1842
1843 * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
1844 (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
1845 (bibtex-entry-update): Handle alternatives and optional fields.
1846 (bibtex-parse-entry): Bugfix, handle empty key.
1847
1848 2004-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
1849
1850 * vc-arch.el (vc-arch-state): Don't assume the file exists.
1851
1852 2004-05-31 Lars Hansen <larsh@math.ku.dk>
1853
1854 * desktop.el (desktop-save): Don't save minor modes without a
1855 known mode initialization function.
1856
1857 2004-05-30 Luc Teirlinck <teirllm@auburn.edu>
1858
1859 * replace.el (query-replace-interactive): Convert defvar -> defcustom.
1860
1861 * autorevert.el: Update `Commentary' section.
1862
1863 2004-05-30 Juanma Barranquero <lektu@terra.es>
1864
1865 * dos-fns.el (convert-standard-filename):
1866 * files.el (convert-standard-filename):
1867 * w32-fns.el (convert-standard-filename):
1868 Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
1869
1870 2004-05-30 Kai Grossjohann <kai.grossjohann@gmx.net>
1871
1872 Sync with Tramp.
1873
1874 * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
1875 (tramp-let-maybe): Move to an earlier spot in the file.
1876 Patch by Andreas Schwab.
1877
1878 2004-05-30 Andreas Schwab <schwab@suse.de>
1879
1880 * dired.el (dired-get-filename): Don't use dired-re-dot.
1881
1882 2004-05-30 Richard M. Stallman <rms@gnu.org>
1883
1884 * files.el (find-file): Doc fix.
1885
1886 * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
1887
1888 2004-05-30 Nick Roberts <nickrob@gnu.org>
1889
1890 * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
1891 (gdb-locals-mode, gdb-frame-handler): Display current frame in the
1892 modeline of the locals buffer.
1893 (gdb-goto-breakpoint): Handle gdbmi.
1894 (gdb-get-frame-number): Change for gdbmi.
1895
1896 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
1897
1898 * files.el (file-remote-p): Apply file name handler for operation
1899 `file-remote-p'. It isn' a property any longer.
1900 (file-relative-name): `fh' and `fd' get the required value via
1901 `find-file-name-handler' already.
1902
1903 * ange-ftp.el (ange-ftp-file-remote-p): New defun.
1904 (top): Remove setting of `file-remote-p' property for
1905 `ange-ftp-hook-function'. Add `ange-ftp' property to `file-remote-p'.
1906
1907 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
1908
1909 Version 2.0.41 of Tramp released.
1910
1911 * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
1912 Throw away if process has died.
1913 Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
1914 (tramp-out-of-band-prompt-regexp): Rename to
1915 `tramp-process-alive-regexp', because its usage is widen.
1916 (tramp-actions-copy-out-of-band): Apply it.
1917 (tramp-actions-before-shell, tramp-multi-actions):
1918 Add `tramp-action-process-alive' action.
1919 (tramp-action-process-alive): New defun.
1920 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
1921 Add entry for `file-remote-p'.
1922 (tramp-handle-file-remote-p): New defun.
1923 (top): Remove setting of `file-remote-p'. Don't set
1924 `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
1925
1926 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
1927 `file-remote-p'.
1928
1929 * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
1930 counted for (last) line. [They should or they shouldn't? --Stef]
1931 Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
1932
1933 2004-05-29 Kai Grossjohann <kai.grossjohann@gmx.net>
1934
1935 * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
1936 not really necessary but seems to keep the shell history smaller
1937 in some cases. It is no substitute for setting HISTFILE and
1938 HISTSIZE from tramp-open-connection-setup-interactive-shell,
1939 though. Suggested by Luc Teirlinck.
1940 (tramp-open-connection-setup-interactive-shell): Export variables
1941 HISTFILE and HISTSIZE, do not just set them. From Luc Teirlinck.
1942 (tramp-set-process-query-on-exit-flag): New compat function.
1943 (tramp-open-connection-multi, tramp-open-connection-su)
1944 (tramp-open-connection-rsh, tramp-open-connection-telnet)
1945 (tramp-do-copy-or-rename-file-out-of-band): Use it.
1946 (tramp-let-maybe): New macro, let-binds a variable only if it
1947 isn't obsolete.
1948 (tramp-check-ls-commands, tramp-handle-expand-file-name)
1949 (tramp-handle-file-truename): Use it.
1950 (tramp-completion-file-name-regexp-unified): Avoid matching
1951 filenames starting with "/:" -- those are reserved for
1952 file-name-non-special.
1953
1954 * tramp-smb.el (tramp-smb-open-connection):
1955 Use tramp-set-process-query-on-exit-flag compat function.
1956
1957 2004-05-29 Richard M. Stallman <rms@gnu.org>
1958
1959 * net/browse-url.el (browse-url-interactive-arg): Doc fix.
1960
1961 * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
1962 (eval-last-sexp-print-value): Print char equivalent regardless
1963 of standard-output value.
1964
1965 * thumbs.el (thumbs-subst-char-in-string): Delete.
1966 (thumbs-thumbname): Use subst-char-in-string.
1967 (thumbs-resize-image): Use condition-case, not ignore-errors.
1968 (thumbs-kill-buffer): Likewise.
1969
1970 * thumbs.el: Don't include cl. Don't bother with old Emacs versions.
1971 (thumbs-mode): Make buffer read-only.
1972 (thumbs-make-thumb): Unconditionally accept an existing file.
1973 (thumbs-insert-thumb): Add thumb-image-file property to the image.
1974 (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
1975 (thumbs-show-thumbs-list): Error if images not supported.
1976 (thumbs-save-current-image): Improve prompt string.
1977 (thumbs-mode-map): Define u, R, x.
1978 (thumbs-unmark): New command.
1979 (thumbs-emboss-image): Minor cleanup.
1980 (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
1981 (thumbs-rename-images): New command.
1982 (thumbs-show-image-num): Rewrite. Don't rename the buffer.
1983
1984 * thumbs.el (thumbs-current-image): New function.
1985 (thumbs-file-list, thumbs-file-alist): New functions.
1986 (thumbs-find-image): Delete arg L.
1987 Don't set up thumbs-fileL as buffer-local global var.
1988 (thumbs-find-image-at-point): Use thumbs-current-image.
1989 (thumbs-set-image-at-point-to-root-window): Likewise.
1990 (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
1991 Record and warn about errors. Update thumbs-markedL for deletions.
1992 (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
1993 (thumbs-redraw-buffer): Use thumbs-file-list.
1994 (thumbs-mark): Use thumbs-current-image.
1995 (thumbs-show-name): Use thumbs-current-image.
1996
1997 * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
1998 and imenu--last-menubar-index-alist.
1999
2000 * subr.el (with-selected-window): Undo previous change.
2001
2002 2004-05-29 John Paul Wallington <jpw@gnu.org>
2003
2004 * thumbs.el (thumbs-show-name): Do nothing if no image at point.
2005 (thumbs-mouse-find-image): New command.
2006 (thumbs-mode-map): Bind it to mouse-2.
2007 (thumbs-mode): Make mode-class special.
2008 (thumbs-view-image-mode): Likewise.
2009
2010 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
2011
2012 * flymake.el: New file.
2013
2014 2004-05-28 Luc Teirlinck <teirllm@auburn.edu>
2015
2016 * files.el (find-file-noselect-1): Do not bind
2017 `inhibit-read-only' to t during execution of
2018 `find-file-not-found-functions'.
2019
2020 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
2021
2022 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
2023 * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
2024
2025 2004-05-28 Juri Linkov <juri@jurta.org>
2026
2027 * simple.el (eval-expression-print-format): New fun.
2028
2029 * simple.el (eval-expression):
2030 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
2031 * emacs-lisp/edebug.el (edebug-compute-previous-result)
2032 (edebug-eval-expression): Print additionally the value returned by
2033 `eval-expression-print-format'.
2034
2035 * emacs-lisp/lisp.el (insert-pair-alist): New var.
2036 (insert-pair): Make arguments optional. Find character pair
2037 from `insert-pair-alist' according to the last input event.
2038 (insert-parentheses): Make arguments optional.
2039 (raise-sexp, delete-pair): New funs.
2040
2041 * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
2042 (emacs-lisp-mode-map, lisp-interaction-mode-map):
2043 Bind C-M-q to `indent-pp-sexp'.
2044
2045 * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
2046 `pp-to-string' modified to be able to format text with newlines.
2047 (pp-to-string): Move the buffer-formatting part of the code to
2048 `pp-buffer'. Call `pp-buffer'.
2049
2050 * info.el (Info-desktop-buffer-misc-data): Don't save information
2051 about virtual files.
2052 (Info-restore-desktop-buffer): Restore Info buffers in prepared
2053 buffers with names obtained from the desktop file instead of the
2054 default *info* buffer.
2055
2056 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
2057
2058 * subr.el (with-selected-window): Only save/restore the selected window.
2059
2060 * progmodes/compile.el (compilation-error-regexp-alist):
2061 Use expand-file-name and data-directory.
2062
2063 * progmodes/grep.el (grep-tree): Rework previous fix.
2064
2065 * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
2066 after the user marked text with the mouse.
2067
2068 * startup.el (command-line): Keep the first regexp of
2069 auto-save-file-name-transforms intact.
2070
2071 2004-05-28 Juanma Barranquero <lektu@terra.es>
2072
2073 * cus-edit.el (customize-face, customize-face-other-window)
2074 (custom-face-edit-delete): Make arguments match their use in
2075 docstring.
2076 (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
2077 docstring.
2078
2079 * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
2080 not `cvs-butlast'.
2081
2082 * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
2083 `nbutlast' are in subr.el).
2084
2085 * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
2086 (set-w32-system-coding-system): Doc fixes.
2087
2088 * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
2089 (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
2090 Make arguments match their use in docstring.
2091 (artist-draw-region-trim-line-endings)
2092 (artist-mouse-choose-operation): Fix typo in docstring.
2093 (artist-key-set-point-common): Doc fix.
2094
2095 2004-05-28 Simon Josefsson <jas@extundo.com>
2096
2097 * mail/smtpmail.el (smtpmail-open-stream):
2098 Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
2099
2100 2004-05-26 Simon Josefsson <jas@extundo.com>
2101
2102 * starttls.el: Merge with my GNUTLS based starttls.el.
2103 (starttls-gnutls-program, starttls-use-gnutls)
2104 (starttls-extra-arguments, starttls-process-connection-type)
2105 (starttls-connect, starttls-failure, starttls-success): New variables.
2106 (starttls-program, starttls-extra-args): Doc fix.
2107 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
2108 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
2109 and pass on to corresponding *-gnutls function if it is set.
2110
2111 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
2112
2113 * autorevert.el (auto-revert-handler): Disable auto-reverting of
2114 remote files.
2115
2116 2004-05-27 Michael Albinus <michael.albinus@gmx.de>
2117
2118 * files.el (file-name-non-special): There are more operations
2119 which need handling: `find-backup-file-name',
2120 `insert-file-contents', `verify-visited-file-modtime',
2121 `write-region'. Rename t value of method to `add'. Add new
2122 methods `quote' and `unquote-then-quote' to file-arg-indices.
2123
2124 2004-05-25 Juri Linkov <juri@jurta.org>
2125
2126 * info.el (Info-toc): Call Info-mode on intermediate buffer.
2127 (Info-index-nodes): Enclose code in condition-case to catch errors.
2128 (Info-index-node): Don't search all index nodes if request is only
2129 for the current node and file is not in the cache of index nodes.
2130 (Info-mode-map): Bind Info-copy-current-node-name to `w'
2131 for consistency with dired-copy-filename-as-kill.
2132 Bind `S' to Info-search-case-sensitively.
2133 (Info-copy-current-node-name): New arg. With zero prefix arg put
2134 the name inside a function call to `info'. Display copied text in
2135 the echo area.
2136
2137 2004-05-25 Sam Steingold <sds@gnu.org>
2138
2139 * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
2140 strip the package prefix from the symbol name, if any.
2141 Make it the `find-tag-default-function' for `lisp-mode'.
2142
2143 2004-05-25 John Paul Wallington <jpw@gnu.org>
2144
2145 * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
2146 instead of obsolete `process-kill-without-query'.
2147
2148 * textmodes/texinfmt.el (texinfo-indexvar-alist):
2149 Declare as variable, not constant.
2150
2151 2004-05-25 Luc Teirlinck <teirllm@auburn.edu>
2152
2153 * files.el (find-file-noselect-1): Fix bug introduced by
2154 Revision 1.694. As a side effect, `inhibit-read-only'
2155 is again, by default, t during execution of
2156 `find-file-not-found-functions'.
2157 (insert-directory): Check that lines were really inserted by
2158 the --dired switch, before erasing them.
2159
2160 2004-05-24 Nick Roberts <nickrob@gnu.org>
2161
2162 * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
2163 (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
2164 (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
2165 (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
2166 gud-minor-mode (gdbmi).
2167
2168 2004-05-24 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
2169
2170 * net/browse-url.el (browse-url-interactive-arg): Enable user to
2171 explicitly select the text to be taken as URL.
2172
2173 2004-05-23 Juri Linkov <juri@jurta.org>
2174
2175 * info.el (Info-index-nodes): New var and fun.
2176 (Info-goto-index, Info-index, info-apropos)
2177 (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
2178 (Info-index): Fix docstring. Store and restore Info-history-list.
2179 (Info-complete-nodes): New var.
2180 (Info-complete-menu-item): Use it.
2181 (Info-index-node): New fun.
2182 (Info-final-node, Info-forward-node, Info-backward-node)
2183 (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
2184 Use Info-index-node.
2185 (Info-extract-menu-item, Info-extract-menu-counting): Set second
2186 arg of `Info-extract-menu-node-name' to non-nil for index nodes.
2187 (Info-find-node-2): If a node with period in its name not found,
2188 try to find a node without the name part after period.
2189 (Info-select-node): Call Info-fontify-node only if
2190 Info-fontify-maximum-menu-size is not nil.
2191 (info-apropos): Set Info-fontify-maximum-menu-size to nil.
2192 (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
2193 Preserve Info-history-list.
2194 (Info-toc): Set Info-current-file.
2195 (Info-build-toc): Move point to the beginning of the buffer.
2196 Add main-file variable.
2197 (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
2198 Use backslashed representation of the control character ^_.
2199
2200 * textmodes/texinfmt.el (texinfo-print-index): Print index line
2201 numbers in the new Texinfo 4.7 format.
2202
2203 * add-log.el (change-log-font-lock-keywords): Remove `:' from
2204 regexps for function and variable names.
2205
2206 * descr-text.el (describe-property-list): Add [show] button for
2207 `syntax-table' property with action to pp to a separate buffer.
2208 (describe-char): Replace search-forward by re-search-forward with
2209 whitespace regexp after "character:" to not fail in too narrow windows.
2210
2211 * simple.el (next-error-find-buffer): Add a rule to return
2212 next-error capable buffer if one window on the selected frame
2213 displays such buffer.
2214
2215 2004-05-23 Nick Roberts <nickrob@gnu.org>
2216
2217 * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
2218 (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
2219 (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
2220 (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
2221 (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
2222 Handle new value for gud-minor-mode (gdbmi).
2223 (gdb-buffer-type, gdb-input-queue, gdb-prompting)
2224 (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
2225 Change from local to global gdb variable set.
2226 (gdb-ann3): Initialise above gdb variable set.
2227 (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
2228 (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
2229 (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
2230 (gdb-stopped, gdb-post-prompt, gdb-concat-output)
2231 (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
2232 (gdb-info-locals-handler, gdb-invalidate-assembler)
2233 (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
2234 set as global variables.
2235 (gdb-get-create-buffer): Don't make gud-comint buffer-local.
2236 Handle gdbmi.
2237 (gdb-info-breakpoints-custom): Fix regexp.
2238 (def-gdb-var): Delete.
2239
2240 * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
2241 (gud-speedbar-buttons, gud-sentinel, gud-display-line)
2242 (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
2243 a new mode. The file (gdb-mi.el) for this mode will be included
2244 with the GDB distribution (6.2 onwards) and will use GDB/MI as its
2245 primary interface.
2246
2247 2004-05-23 Jesper Harder <harder@ifa.au.dk>
2248
2249 * progmodes/grep.el (grep-tree): Ensure that DIR argument is
2250 interpreted as a directory.
2251
2252 2004-05-22 Richard M. Stallman <rms@gnu.org>
2253
2254 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
2255 as a close quote.
2256
2257 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
2258
2259 * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
2260 Use assoc-string, not assoc-ignore-case.
2261
2262 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
2263
2264 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
2265 If moving back then fwd gets a defun that ends before point,
2266 try again moving fwd then back.
2267
2268 * files.el (file-name-non-special): Allow t in file-arg-indices
2269 to mean requote the return value. Use `identity' as an element
2270 rather than as the whole value.
2271
2272 * gs.el (gs-options): Add -dSAFER. Mark it risky.
2273
2274 2004-05-22 Juanma Barranquero <lektu@terra.es>
2275
2276 * help-fns.el (help-add-fundoc-usage): Use %S only for output of
2277 `help-make-usage'.
2278 (help-highlight-arguments): Skip function name before searching
2279 for arguments.
2280
2281 2004-05-21 Juanma Barranquero <lektu@terra.es>
2282
2283 * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
2284 Don't mention in the docstring these arguments meant for
2285 internal (recursive) use only.
2286 (allout-char-spec): Comment out (it's not implemented).
2287 (allout-old-expose-topic, allout-exposure): Fix docstring and add
2288 obsolescence declaration.
2289 (allout-flatten-exposed-to-buffer)
2290 (allout-indented-exposed-to-buffer): Fix typos in docstring.
2291 (my-mark-marker): Doc fix.
2292 (produce-allout-mode-map, allout-sibling-index)
2293 (allout-isearch-expose, allout-distinctive-bullet)
2294 (allout-open-topic, allout-reindent-body)
2295 (allout-rebullet-heading, allout-process-exposed)
2296 (allout-insert-listified, allout-latex-verb-quote)
2297 (allout-insert-latex-header, allout-insert-latex-trailer):
2298 Make arguments match their use in docstring.
2299 (allout-primary-bullet, allout-old-style-prefixes)
2300 (allout-inhibit-protection, allout-init, allout-mode)
2301 (allout-before-change-protect, allout-flag-region):
2302 Use "Emacs" instead of "emacs" in docstrings.
2303
2304 2004-05-21 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
2305
2306 * international/characters.el: Modify syntax of more characters.
2307
2308 2004-05-21 Masatake YAMATO <jet@gyve.org>
2309
2310 * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
2311 (etags-tags-completion-table): Show parsing progress.
2312
2313 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
2314
2315 * locate.el (locate-prompt-for-command): Shorten first line of
2316 docstring.
2317 (locate-mode): Expand docstring and include keymap summary.
2318
2319 * files.el (find-file-noselect-1): Limit the scope of the
2320 `inhibit-read-only' binding. Make sure that `inhibit-read-only'
2321 is, by default, nil during the execution of
2322 `find-file-not-found-functions' and `find-file-hook'.
2323
2324 2004-05-20 Michael Mauger <mmaug@yahoo.com>
2325
2326 * facemenu.el (facemenu-color-name-equal): New function.
2327 (list-colors-display): Use it to compare colors instead of
2328 facemenu-color-equal.
2329
2330 2004-05-20 Dan Nicolaescu <dann@ics.uci.edu>
2331
2332 * compare-w.el (compare-windows-face): Use min-colors instead of
2333 checking for tty or pc types.
2334
2335 2004-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
2336
2337 * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
2338 (completion-setup-function): Use with-current-buffer.
2339 Properly save excursion. Simplify.
2340 Don't assume there is necessarily a `mouse-face' property somewhere.
2341
2342 * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
2343
2344 * progmodes/gdb-ui.el (gdb-reset): Use unless. Fix regexp.
2345
2346 * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
2347 (byte-compile-log-1): Don't call (byte-goto-log-buffer).
2348 Use with-current-buffer.
2349 (byte-goto-log-buffer): Delete.
2350 (byte-compile-log-file): Call compilation-forget-errors.
2351
2352 2004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
2353
2354 * net/ldap.el (ldap-search-internal): Avoid mixing standard error
2355 output messages into the search result.
2356
2357 2004-05-19 Masatake YAMATO <jet@gyve.org>
2358
2359 * wid-edit.el (widget-radio-button-notify): Revert my last
2360 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
2361
2362 2004-05-19 Kenichi Handa <handa@m17n.org>
2363
2364 * international/characters.el: Fix syntax (open/close) of CJK chars.
2365
2366 2004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
2367
2368 * help-mode.el (help-go-back): Don't depend on position of back button.
2369
2370 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
2371
2372 * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
2373 files files don't contain an accidental additional /.
2374
2375 * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
2376 in source buffer.
2377
2378 2004-05-18 Masatake YAMATO <jet@gyve.org>
2379
2380 * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
2381 to widget-apply. :action method assumes 2 arguments, not 3.
2382
2383 2004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk>
2384
2385 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
2386 New constants.
2387 (hs-special-modes-alist): Add an f90-mode entry.
2388
2389 2004-05-17 Sam Steingold <sds@gnu.org>
2390
2391 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
2392 Indent "without-" forms just like "with-" and "do-". Use regexp-opt.
2393
2394 2004-05-16 Kim F. Storm <storm@cua.dk>
2395
2396 * emacs-lisp/timer.el (timer-event-handler): Fix last change.
2397
2398 2004-05-15 John Wiegley <johnw@newartisans.com>
2399
2400 * eshell/esh-io.el (eshell-get-target): Whitespace changes.
2401 (eshell-output-object-to-target): Improve output speed 20% by not
2402 calling `eshell-stringify' if something is already known to be a string.
2403
2404 2004-05-15 Alex Ott <ott@jet.msk.su>
2405
2406 * textmodes/ispell.el (ispell-local-dictionary-alist):
2407 Add windows-1251 to the choice of coding systems.
2408 (ispell-dictionary-alist-6): Add support for "russianw.aff",
2409 encoded in cp1251.
2410
2411 2004-05-15 Dan Nicolaescu <dann@ics.uci.edu>
2412
2413 * progmodes/compile.el (compilation-warning-face)
2414 (compilation-info-face): Use min-colors.
2415
2416 2004-05-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2417
2418 * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
2419 * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
2420 * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
2421 * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
2422 * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
2423 * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
2424 * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
2425 * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
2426 * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
2427 * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
2428 * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
2429 * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
2430 * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
2431 * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
2432
2433 2004-05-15 Kim F. Storm <storm@cua.dk>
2434
2435 * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
2436 Use it to set triggered-p element of timer.
2437 (timer-event-handler): Set triggered-p element non-nil while running
2438 the timer function.
2439
2440 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
2441
2442 * descr-text.el (describe-char-unicode-data)
2443 (describe-char-unicodedata-file): Re-enable the unicode code now that
2444 the licensing issues have been cleared in the unicode-4 license.
2445 (describe-text-properties-1): Remove unused `overlay' var.
2446 (describe-char): Remove unused var `buffer'.
2447
2448 2004-05-14 David Ponce <david@dponce.com>
2449
2450 * tree-widget.el: New file.
2451
2452 2004-05-13 Marcelo Toledo <marcelo@marcelotoledo.org>
2453
2454 * language/european.el ("Brazilian Portuguese"): Add support for
2455 Brazilian Portuguese.
2456
2457 2004-05-13 John Wiegley <johnw@newartisans.com>
2458
2459 * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
2460 `recentf-mode' if this variable has been customized to t.
2461
2462 * eshell/esh-test.el (eshell-test): Call the function
2463 `emacs-version' rather than trying to build a custom version string.
2464
2465 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
2466
2467 * net/telnet.el (telnet-mode): Use define-derived-mode.
2468 Don't modify the global value of comint-prompt-regexp.
2469
2470 2004-05-13 John Paul Wallington <jpw@gnu.org>
2471
2472 * version.el (emacs-version): Check for `gtk' feature before
2473 `x-toolkit' feature.
2474
2475 2004-05-13 Juanma Barranquero <lektu@terra.es>
2476
2477 * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
2478 arguments in the docstring, they're used only in recursive calls.
2479
2480 * help-fns.el (help-arg-highlighting-function)
2481 (help-argument-name): Delete.
2482 (help-default-arg-highlight): New function.
2483 (help-do-arg-highlighting): Use it.
2484
2485 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
2486
2487 * calendar/appt.el (appt-disp-window):
2488 Use `calendar-set-mode-line' for a centered mode-line.
2489
2490 2004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
2491
2492 * calendar/appt.el (appt-disp-window): Do not split window
2493 excessively when `split-height-threshold' is low.
2494
2495 2004-05-12 Nick Roberts <nickrob@gnu.org>
2496
2497 * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
2498 kill-buffer-hook here and make it local.
2499 (gud-kill-buffer-hook): Use kill-process for a sure kill.
2500
2501 2004-05-12 Daniel Pfeiffer <occitan@esperanto.org>
2502
2503 * progmodes/compile.el (compilation-set-window-height):
2504 Use save-excursion to protect against misplaced marker.
2505
2506 2004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2507
2508 * custom.el (defface): Document that type can have value gtk.
2509
2510 * faces.el (face-spec-set-match-display): Handle type gtk in display.
2511
2512 2004-05-12 Kenichi Handa <handa@m17n.org>
2513
2514 * descr-text.el: Require quail at comile time.
2515 (describe-char): If an input method is on and it supports the
2516 character, show how to input it.
2517
2518 * international/quail.el (quail-install-decode-map): Accept a
2519 char-table whose subtype is `quail-decode-map'.
2520 (quail-store-decode-map-key, quail-gen-decode-map1)
2521 (quail-gen-decode-map, quail-find-key1, quail-find-key)
2522 (quail-show-key): New functions.
2523
2524 2004-05-12 Juanma Barranquero <lektu@terra.es>
2525
2526 * generic.el (define-generic-mode): Remove redundant arglist info.
2527
2528 * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
2529 Make arguments match their use in docstring.
2530 (help-arg-highlighting-function): New variable.
2531 (help-argument-name): Mention it in the docstring.
2532 (help-do-arg-highlight): Use it. Expand regexp to accept also
2533 ARG-xxx and xxx-ARG references.
2534
2535 2004-05-11 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
2536
2537 * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
2538 parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
2539 and "mailto:addr1?to=addr2" equal.
2540
2541 2004-05-11 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
2542
2543 * man.el (Man-getpage-in-background): Use shell-file-name
2544 and shell-command-switch variables instead of hard-coded values.
2545
2546 2004-05-11 Eli Zaretskii <eliz@gnu.org>
2547
2548 * iimage.el: New file.
2549
2550 2004-05-11 Juanma Barranquero <lektu@terra.es>
2551
2552 * custom.el (custom-initialize-default, defcustom):
2553 Fix typo in docstring.
2554
2555 * files.el (set-visited-file-name, file-expand-wildcards):
2556 Fix docstring.
2557
2558 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
2559
2560 * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
2561
2562 * subr.el (eventp): Be more discriminating with integers.
2563
2564 2004-05-10 Daniel Pfeiffer <occitan@esperanto.org>
2565
2566 * progmodes/compile.el (compile): Add universal prefix arg.
2567 (compilation-error-regexp-alist-alist): Add edg patterns.
2568
2569 2004-05-10 Sam Steingold <sds@gnu.org>
2570
2571 * textmodes/ispell.el (ispell-message):
2572 Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
2573
2574 2004-05-10 Dave Love <fx@gnu.org>
2575
2576 * progmodes/python.el (help-buffer): Autoload when compiling.
2577 (python-after-info-look): Don't assume Info-goto-node returns non-nil.
2578 (run-python): Prepend to any existing PYTHONPATH.
2579
2580 2004-05-10 Nick Roberts <nick@nick.uklinux.net>
2581
2582 * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
2583 for pending breakpoints.
2584
2585 2004-05-10 Richard M. Stallman <rms@gnu.org>
2586
2587 * mail/unrmail.el (unrmail): Mostly rewritten. Parses the file
2588 directly without calling any functions in Rmail.
2589 (unrmail-unprune): Function deleted.
2590
2591 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
2592
2593 * progmodes/python.el (inferior-python-mode-map): Remove erroneous
2594 C-c C-z binding.
2595
2596 2004-05-10 Kenichi Handa <handa@m17n.org>
2597
2598 * descr-text.el (describe-char): Fix previous change. Don't make
2599 a unibyte character to multibyte in the *Help* buffer.
2600
2601 2004-05-10 Miles Bader <miles@gnu.org>
2602
2603 * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
2604 buffer an error if the debugger process is actually running.
2605
2606 2004-05-10 Juanma Barranquero <lektu@terra.es>
2607
2608 * help-fns.el (help-argument-name): Default to italic.
2609 (help-highlight-arguments): Return always (usage . doc), even when
2610 usage is nil.
2611
2612 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
2613 (define-ibuffer-filter): Add usage info.
2614 (define-ibuffer-op): Add usage info (but CL-style defaults for
2615 keyword args are not shown).
2616
2617 * subr.el (remove-overlays, read-passwd): Fix docstring.
2618 (start-process-shell-command): Fix docstring. Put usage info in a
2619 format usable by `describe-function'.
2620 (open-network-stream, open-network-stream-nowait)
2621 (open-network-stream-server): Fix docstring.
2622
2623 2004-05-09 Jason Rumney <jasonr@gnu.org>
2624
2625 * international/code-pages (cp932, cp936, cp949, c950): Remove.
2626 Only define cp125* if windows-125* is already defined.
2627
2628 * language/korean.el (cp949): Add alias.
2629
2630 * language/chinese.el (cp936, cp950): Add aliases.
2631
2632 * language/japanese.el (cp932): Add alias.
2633
2634 * term/w32-win.el: Require code-pages.
2635
2636 * international/mule-cmds.el (set-locale-environment):
2637 On MS-Windows use ansi code-page for default coding-systems.
2638 Set up paper sizes for Windows 3 letter languages.
2639
2640 * international/code-pages.el (cp932, cp936, cp949, cp950):
2641 Add aliases. Also add cp125* if not already defined.
2642
2643 2004-05-09 Juanma Barranquero <lektu@terra.es>
2644
2645 * help-fns.el (help-highlight-arguments): Don't try to highlight
2646 missing or autoloaded arglists. Accept structured arguments, like
2647 the first ones of `do' and `flet'.
2648
2649 * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
2650 (cvs-get-marked): Remove redundant arglist info.
2651
2652 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
2653 Don't use CL-style default args.
2654
2655 2004-05-08 Andreas Schwab <schwab@suse.de>
2656
2657 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
2658
2659 * international/subst-ksc.el: Fix references to utf-translate-cjk
2660 into utf-translate-cjk-mode.
2661 * international/subst-big5.el: Likewise.
2662 * international/subst-gb2312.el: Likewise.
2663 * international/subst-jis.el: Likewise.
2664 * international/utf-16.el: Likewise.
2665 * international/utf-8.el: Likewise.
2666
2667 2004-05-08 John Wiegley <johnw@newartisans.com>
2668
2669 * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
2670 "virtual buffers" (off by default), which makes it possible to
2671 switch to the "virtual" buffers of recently visited files. When a
2672 buffer name search fails, and this option is on, iswitchb will
2673 look at the list of recently visited files, and permit matching
2674 against those names. When the user hits RET on a match, it will
2675 revisit that file.
2676 (iswitchb-read-buffer): Add two optional arguments, which makes
2677 isearchb.el possible.
2678 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
2679 (iswitchb-next-match): Add support for virtual buffers.
2680
2681 * isearchb.el: This module extends iswitchb to provide "as you
2682 type" buffer selection.
2683
2684 * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
2685 Ignore the read-only property when flyspell highlighting is on.
2686 Not ignoring it leads to a series of confusing errors.
2687 (flyspell-highlight-duplicate-region): Ignore read-only, as above,
2688 but also make sure to call flyspell-incorrect-hook.
2689 (flyspell-maybe-correct-transposition): Perform transposition test
2690 by bit twiddling a string, rather than using a temp buffer.
2691 (flyspell-maybe-correct-doubling): Use a string rather than a temp
2692 buffer. This is also the original version of the code, which
2693 could not be checked in before due to a previous lack of
2694 assignment papers. This version has seen heavy usage on my system
2695 for several years now.
2696
2697 * calendar/cal-bahai.el: New file, which adds support for the
2698 Baha'i calendar to Emacs. This calendar is based on a solar year
2699 of 19 months of 19 days, with 4 intercalary days. Each year
2700 begins on March 21, with the calendar starting in 1844.
2701
2702 * calendar/cal-menu.el, calendar/calendar.el,
2703 calendar/diary-lib.el, calendar/holidays.el: Added support for
2704 using cal-bahai.el.
2705
2706 * eshell/em-glob.el (eshell-glob-initialize): Move initialization
2707 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
2708 function can be used outside of eshell buffers.
2709 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
2710
2711 2004-05-08 Juanma Barranquero <lektu@terra.es>
2712
2713 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
2714 word constituent so FOO-ARG is not recognized as an arg.
2715 (help-highlight-arguments): Don't skip lists in mandatory arguments.
2716
2717 * simple.el (next-error): Fix typo in docstring.
2718 (open-line): Make argument names match their use in docstring.
2719 (split-line): Fix docstring.
2720
2721 * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
2722 usable by `describe-function'.
2723 (gensym, gentemp, typep, ignore-errors): Make argument names match
2724 their use in docstring.
2725
2726 * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
2727 argument to `help-setup-xref'.
2728
2729 2004-05-07 Kai Grossjohann <kai@emptydomain.de>
2730
2731 Version 2.0.40 of Tramp released.
2732
2733 * net/tramp.el (tramp-completion-mode, tramp-md5-function):
2734 Use symbol-function to invoke functions only known on some Emacs
2735 flavors. This avoids byte-compiler warnings. Reported by Kevin
2736 Scaldeferri <kevin@scaldeferri.com>.
2737 (tramp-do-copy-or-rename-file-via-buffer): Rename from
2738 tramp-do-copy-or-rename-via-buffer (without `file'), to make it
2739 consistent with the other tramp-do-* functions.
2740 (tramp-do-copy-or-rename-file): Calls adjusted.
2741 (tramp-process-initial-commands): Avoid liveness check on shell --
2742 we know that it must be alive since we're opening a connection at
2743 this moment.
2744 (tramp-last-cmd): New internal variable.
2745 (tramp-process-echoes): New tunable.
2746 (tramp-send-command): Set tramp-last-cmd.
2747 (tramp-wait-for-output): Delete echo, if applicable.
2748 (tramp-read-passwd): Construct the key for the password cache in a
2749 way that works for multi methods, too.
2750 (tramp-bug): Add backup-directory-alist and
2751 bkup-backup-directory-info to bug reports, with Tramp counterparts.
2752
2753 2004-05-07 Michael Albinus <michael.albinus@gmx.de>
2754
2755 * net/tramp*.el: Suppress byte-compiler warnings where possible.
2756
2757 * net/tramp.el (tramp-out-of-band-prompt-regexp)
2758 (tramp-actions-copy-out-of-band): New defcustoms.
2759 (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
2760 used instead of a synchronous one. Allows password entering.
2761 (tramp-action-out-of-band): New defun.
2762 (tramp-open-connection-rsh, tramp-method-out-of-band-p):
2763 Remove restriction with password from doc string.
2764 (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
2765 `tramp-out-of-band-prompt-regexp',
2766 `tramp-actions-copy-out-of-band', `password-cache' and
2767 `password-cache-expiry'.
2768 (toplevel): Remove todo item wrt ssh-agent. Obsolete due to
2769 password caching.
2770 (tramp-touch): FILE can be a local file, too.
2771 (TODO): Remove items done.
2772 (tramp-handle-insert-directory): Properly quote file name also if
2773 not full-directory-p. Handle wildcard case. Reported by Andreas
2774 Schwab <schwab@suse.de>.
2775 (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
2776 new file.
2777 (tramp-handle-file-local-copy, tramp-handle-write-region):
2778 The permissions of the temporary file are set if filename exists.
2779 Reported by Ted Stern <stern@cray.com>.
2780 (tramp-backup-directory-alist)
2781 (tramp-bkup-backup-directory-info): New defcustoms.
2782 (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
2783 (tramp-handle-find-backup-file-name): New function.
2784 Implements Tramp's find-backup-file-name.
2785
2786 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
2787 for `find-backup-file-name'.
2788
2789 * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
2790 ("file" -> "filename"). Reported by Kim F. Storm <storm@cua.dk>.
2791
2792 2004-05-07 Lars Hansen <larsh@math.ku.dk>
2793
2794 * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
2795
2796 2004-05-07 Juanma Barranquero <lektu@terra.es>
2797
2798 * subr.el (lambda): Add arglist description to docstring.
2799 (declare): Fix typo in docstring.
2800 (open-network-stream): Fix docstring.
2801 (process-kill-without-query): Fix docstring and add obsolescence info.
2802 (last, butlast, nbutlast): Make arguments match their use in docstring.
2803 (insert-buffer-substring-no-properties): Likewise.
2804 (insert-buffer-substring-as-yank): Likewise.
2805 (split-string): Fix docstring.
2806
2807 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
2808 Make argument names match their use in docstring.
2809
2810 * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
2811
2812 2004-05-06 Nick Roberts <nickrob@gnu.org>
2813
2814 * progmodes/gdb-ui.el: Improve/extend documentation strings.
2815 Fit first sentence on one line for apropos-command.
2816
2817 2004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
2818
2819 Changes largely merged in from Dave Love's code.
2820 * progmodes/python.el: Doc fixes.
2821 (python-mode-map): Add python-complete-symbol.
2822 (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
2823 (python-comment-indent, python-complete-symbol)
2824 (python-symbol-completions, python-partial-symbol)
2825 (python-try-complete): New.
2826 (python-indent-line): Remove optional arg. Use python-block-end-p.
2827 (python-check): Bind compilation-error-regexp-alist.
2828 (inferior-python-mode): Use rx. Move keybindings to top level.
2829 Set comint-input-filter.
2830 (python-preoutput-filter): Use rx.
2831 (python-input-filter): Re-introduce.
2832 (python-proc): Start new process if necessary.
2833 Check python-buffer non-nil.
2834 (view-return-to-alist): Defvar.
2835 (python-send-receive): New.
2836 (python-eldoc-function): Use it.
2837 (python-mode-running): Don't defvar.
2838 (python-mode): Set comment-indent-function.
2839 Maybe update hippie-expand-try-functions-list.
2840 (python-indentation-levels): Initialize differently.
2841 (python-block-end-p): New.
2842 (python-indent-line): Use it.
2843 (python-compilation-regexp-alist): Augment.
2844 (run-python): Import `emacs' module to Python rather than loading
2845 code directly. Set python-buffer differently.
2846 (python-send-region): Use emacs.eexecfile. Fix orig-start calculation.
2847 Use python-proc.
2848 (python-send-command): Go to end of comint buffer.
2849 (python-load-file): Use python-proc, emacs.eimport.
2850 (python-describe-symbol): Simplify interactive form.
2851 Use emacs.help. Do use temp-buffer-show-hook.
2852 Call print-help-return-message.
2853 (hippie-exp): Require when compiling.
2854 (python-preoutput-continuation): Use rx.
2855
2856 * diff-mode.el (diff-make-unified): Fix regexp.
2857
2858 2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
2859
2860 * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
2861 filter groups from the buffer when rebuilding the Ibuffer buffer
2862 and `ibuffer-show-empty-filter-groups' is nil.
2863
2864 2004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2865
2866 * ps-print.el (ps-print-quote): Call ps-value-string.
2867 (ps-setup): Call ps-comment-string.
2868 (ps-value-string, ps-comment-string): New funs.
2869
2870 2004-05-06 Juanma Barranquero <lektu@terra.es>
2871
2872 * ehelp.el (electric-help-command-loop): Check whether the last
2873 character is visible, not (point-max).
2874
2875 * help-fns.el (help-argument-name): Default to bold; don't inherit
2876 from font-lock-variable-name-face.
2877 (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
2878
2879 2004-05-05 Kenichi Handa <handa@m17n.org>
2880
2881 * descr-text.el (describe-char): Copy the character with text
2882 properties and overlays into the first line, and call
2883 describe-text-properties on it.
2884
2885 2004-05-05 Stephen Eglen <stephen@anc.ed.ac.uk>
2886
2887 * iswitchb.el (iswitchb-global-map): Fix typo.
2888 Remove unwanted ###autoloads from source file.
2889
2890 2004-05-05 Lars Hansen <larsh@math.ku.dk>
2891
2892 * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
2893 in run-hooks. Use substitute-command-keys in message.
2894 (wdired-abort-changes): Add message.
2895
2896 2004-05-03 Michael Mauger <mmaug@yahoo.com>
2897
2898 * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
2899 (sql-emacs20-p): Remove.
2900 (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
2901 (sql-builtin-face, sql-doc-face): Remove.
2902 (sql-mode-ansi-font-lock-keywords)
2903 (sql-mode-oracle-font-lock-keywords)
2904 (sql-mode-postgres-font-lock-keywords)
2905 (sql-mode-linter-font-lock-keywords)
2906 (sql-mode-ms-font-lock-keywords)
2907 (sql-mode-mysql-font-lock-keywords): Use standard fonts.
2908 (sql-product-font-lock): Fix font-lock reset when font rules change.
2909 (sql-highlight-product): Remove incorrect font-lock reset logic.
2910
2911 2004-05-04 Jonathan Yavner <jyavner@member.fsf.org>
2912
2913 * ses.el (ses-set-parameter): Fix typo.
2914
2915 2004-05-04 Kim F. Storm <storm@cua.dk>
2916
2917 * ido.el (ido-read-internal): Fix call to read-file-name for edit.
2918 Must expand directory for completion to work; and don't mess with
2919 process-environment.
2920 (ido-read-file-name): If command has ido property, don't use ido
2921 if value is ignore, or read as directory if value is dir.
2922 Set ido ignore property for dired-do-rename command.
2923
2924 2004-05-04 Juanma Barranquero <lektu@terra.es>
2925
2926 * ehelp.el (electric-help-command-loop, electric-help-undefined)
2927 (electric-help-help): Check against unmapped commands.
2928
2929 * help-fns.el (help-argument-name): New face, inheriting from
2930 font-lock-variable-name-face, to highlight function arguments in
2931 `describe-function' and `describe-key'.
2932 (help-do-arg-highlight): Auxiliary function to highlight a given
2933 list of arguments in a string.
2934 (help-highlight-arguments): Highlight the function arguments and
2935 all uses of them in the docstring.
2936 (describe-function-1): Use it. Do docstring output via `insert',
2937 not 'princ', so text attributes are preserved.
2938
2939 * winner.el (winner-mode-map): Move `winner-undo' and
2940 `winner-redo' to C-c <left> and C-c <right>, respectively (the
2941 previous bindings conflict with `prev-buffer', `next-buffer').
2942
2943 2004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2944
2945 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
2946 (bibtex-entry-update): New command bound to C-c C-u.
2947 (bibtex-text-in-string): Fix regexp.
2948 (bibtex-assoc-of-regexp): Remove.
2949 (bibtex-progress-message): Fix docstring.
2950 (bibtex-inside-field): Use if.
2951 (bibtex-assoc-regexp): New function.
2952 (bibtex-format-entry): Make code more robust so that it formats
2953 also old entries.
2954 (bibtex-autokey-demangle-title): Merge with obsolete function
2955 bibtex-assoc-of-regexp.
2956 (bibtex-field-list): New function.
2957 (bibtex-entry): Use bibtex-field-list.
2958 (bibtex-parse-entry): Fix docstring.
2959 (bibtex-print-help-message): Use bibtex-field-list.
2960 (bibtex-make-field): Use bibtex-field-list.
2961 (bibtex-entry-index): Bugfix. Return crossref key if required.
2962 (bibtex-lessp): Fix docstring.
2963
2964 2004-05-03 Luc Teirlinck <teirllm@auburn.edu>
2965
2966 * select.el (xselect-convert-to-string): Move comment to intended line.
2967
2968 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2969
2970 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
2971 cut/copy/paste in case menu-bar-enable-clipboard is in effect.
2972
2973 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2974
2975 * term/x-win.el (x-clipboard-yank): Don't exit on error from
2976 x-get-selection.
2977
2978 2004-05-03 Jason Rumney <jasonr@gnu.org>
2979
2980 * makefile.nt: Remove.
2981
2982 2004-05-03 Kim F. Storm <storm@cua.dk>
2983
2984 * emulation/cua-base.el (cua--update-indications): Fix last change.
2985 (cua-mode): Deactivate mark when cua-mode is enabled.
2986
2987 2004-05-02 Luc Teirlinck <teirllm@auburn.edu>
2988
2989 * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
2990
2991 2004-05-03 Nick Roberts <nickrob@gnu.org>
2992
2993 * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
2994 (gdb-display-source-buffer, gdb-put-breakpoint-icon)
2995 (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
2996 window over visible frames.
2997 (gdb-goto-breakpoint): Make buffer display file at breakpoint.
2998
2999 2004-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
3000
3001 * progmodes/compile.el (compilation-gcpro): New var.
3002 (compilation-fake-loc): Use it.
3003 (compilation-forget-errors): Reset it.
3004
3005 2004-05-02 Dan Nicolaescu <dann@ics.uci.edu>
3006
3007 * diff-mode.el (diff-header-face, diff-file-header-face):
3008 Use min-colors.
3009
3010 2004-05-02 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3011
3012 * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
3013 (bibtex-clean-entry): Disentangle code.
3014 (bibtex-realign): New function.
3015 (bibtex-reformat): Use mapcar and bibtex-realign. Do not use
3016 bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
3017 Remove undocumented optional arg called-by-convert-alien.
3018 (bibtex-convert-alien): Use bibtex-realign. Use bibtex-reformat
3019 for sorting instead of bibtex-sort-buffer.
3020
3021 2004-05-02 Eli Zaretskii <eliz@gnu.org>
3022
3023 * progmodes/compile.el (compilation-start): In the
3024 no-async-subprocesses branch, call sit-for to give redisplay a
3025 chance to show the updated process status in the mode line, and
3026 fontify the buffer explicitly after the process exits.
3027
3028 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
3029
3030 * progmodes/python.el (python-compilation-line-number): Remove.
3031 (python-compilation-regexp-alist): Don't use it any more.
3032 (python-orig-start, python-input-filter): Remove.
3033 (inferior-python-mode): Don't set up comint-input-filter-functions.
3034 (python-send-region): Use compilation-fake-loc.
3035
3036 * progmodes/compile.el (compilation-messages-start): New var.
3037 (compilation-mode): Don't setup next-error-function here.
3038 (compilation-setup): Set it up here instead (for minor modes as well).
3039 Make compilation-messages-start buffer local.
3040 (compilation-next-error-function): Use it.
3041 (compilation-forget-errors): Set compilation-messages-start.
3042
3043 2004-05-01 Luc Teirlinck <teirllm@auburn.edu>
3044
3045 * ielm.el (ielm-prompt-read-only): Update docstring.
3046
3047 * comint.el (comint-prompt-read-only): Update docstring.
3048 (comint-update-fence, comint-kill-whole-line)
3049 (comint-kill-region): New functions.
3050
3051 * simple.el (kill-whole-line): Use "p" instead of "P" in
3052 interactive form.
3053
3054 2004-05-01 Juanma Barranquero <lektu@terra.es>
3055
3056 * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
3057 format arglist so default values in CL-style argument lists are
3058 correctly shown.
3059
3060 2004-05-01 Jason Rumney <jasonr@gnu.org>
3061
3062 * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
3063
3064 2004-05-01 Kenichi Handa <handa@m17n.org>
3065
3066 * international/titdic-cnv.el (miscdic-convert): Don't generate a
3067 quail file if it is up to date.
3068
3069 2004-04-30 Juri Linkov <juri@jurta.org>
3070
3071 * cus-edit.el (custom-mode-map):
3072 Add key binding `C-x C-s' to `Custom-save'.
3073
3074 * outline.el (outline-blank-line): New var.
3075 (outline-next-preface, outline-show-heading)
3076 (outline-end-of-subtree): Use it.
3077
3078 * dired-aux.el (dired-touch-initial): New fun.
3079 (dired-do-chxxx): Call it for op-symbol `touch'.
3080 (dired-diff): Use `dired-dwim-target-directory'
3081 if current dired buffer has no buffer mark.
3082
3083 * bindings.el (propertized-buffer-identification):
3084 Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
3085 Add C-M-arrow keys for consistency.
3086
3087 * files.el (confirm-kill-emacs):
3088 Change group from top-level `emacs' to `convenience'.
3089
3090 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
3091 Push mark on the first call of successive command calls.
3092 (insert-pair): New fun created from `insert-parentheses' with
3093 `open' and `close' arguments added. Enclose active regions
3094 in paired characters. Compare adjacent characters syntax with
3095 inserted characters syntax before inserting a space.
3096 (insert-parentheses): Call `insert-pair' with ?\( ?\).
3097
3098 * delsel.el: Don't put `delete-selection' property
3099 on `insert-parentheses' symbol to take advantage of
3100 region handling in `insert-pair' function.
3101 Suggested by Stephan Stahl <stahl@eos.franken.de>.
3102
3103 2004-04-30 Kim F. Storm <storm@cua.dk>
3104
3105 * emulation/cua-base.el: Add support for changing cursor types;
3106 based on patch from Michael Mauger.
3107 (cua-normal-cursor-color, cua-read-only-cursor-color)
3108 (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
3109 Customization cursor type and/or cursor color.
3110 (cua--update-indications): Handle cursor type changes.
3111 (cua-mode): Update cursor indications if enabled.
3112
3113 * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
3114
3115 * mouse.el (mouse-drag-copy-region): New defcustom.
3116 (mouse-set-region, mouse-drag-region-1): Use it.
3117
3118 * simple.el (kill-ring-save): If region face background color is
3119 unspecified (if no highlighting), show extent of fully visible
3120 region even if transient-mark-mode is enabled.
3121
3122 * emulation/cua-base.el (cua--standard-movement-commands):
3123 Add cua-scroll-up and cua-scroll-down.
3124 (cua-scroll-up, cua-scroll-down): New commands.
3125 (cua--init-keymaps): Remap scroll-up and scroll-down.
3126
3127 * emulation/cua-rect.el (cua--convert-rectangle-as):
3128 New defmacro.
3129 (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
3130 (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
3131 New commands (suggested by Jordan Breeding).
3132
3133 2004-04-30 Juanma Barranquero <lektu@terra.es>
3134
3135 * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
3136
3137 2004-04-30 Mario Lang <mlang@delysid.org>
3138
3139 * diff.el (diff-switches): Fix typo in docstring.
3140
3141 2004-04-30 Alex Schroeder <alex@gnu.org>
3142
3143 * xml.el (xml-debug-print-internal): Don't add newline and
3144 indentation to text nodes and write empty elements as empty tags
3145 instead of opening and closing tags.
3146 (xml-debug-print): Take optional indent-string argument.
3147 (xml-print): Alias for xml-debug-print.
3148
3149 2004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk>
3150
3151 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
3152 than duplicate call to `line-beginning-position'.
3153
3154 * progmodes/f90.el (f90-get-present-comment-type):
3155 Return whitespace, as well as comment chars, for consistent filling
3156 of comment blocks. Use `match-string-no-properties'.
3157 (f90-break-line): Trim trailing whitespace when filling comments.
3158
3159 2004-04-30 Dave Love <fx@gnu.org>
3160
3161 * calendar/diary-lib.el (diary-outlook-formats): New variable.
3162 (diary-from-outlook-internal, diary-from-outlook)
3163 (diary-from-outlook-gnus, diary-from-outlook-rmail):
3164 New functions to import diary entries from Outlook-format
3165 appointments in mail messages.
3166
3167 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
3168
3169 * progmodes/python.el (python-send-command): New fun.
3170 (python-send-region, python-load-file): Use it.
3171
3172 * progmodes/compile.el (compilation-last-buffer): Add var alias.
3173
3174 * help-fns.el (help-C-file-name): Use new subr-name.
3175 Prepend `src/' to the file name.
3176 (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
3177 (describe-function-1, describe-variable): Only find a C source file
3178 name if DOC is already loaded.
3179
3180 * help-mode.el (help-function-def, help-variable-def):
3181 Use the new find-function-search-for-symbol functionality.
3182 Allow FILE to be `C-source'.
3183
3184 * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
3185 (find-function-C-source): New fun.
3186 (find-function-search-for-symbol): Use it.
3187
3188 2004-03-29 Michael Mauger <mmaug@yahoo.com>
3189
3190 * progmodes/sql.el (sql-product-alist): Rename variable
3191 `sql-product-support'. Add Postgres login parameters.
3192 (sql-set-product, sql-product-feature): Update with renamed variable.
3193 (sql-connect-postgres): Add username prompt.
3194 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
3195 Make patterns less product specific.
3196 (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
3197 (sql-mode-abbrev-table): Modify initialization.
3198 (sql-builtin-face): Add variable.
3199 (sql-keywords-re): Add macro.
3200 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
3201 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
3202 (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
3203 (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
3204 (sql-mode-linter-font-lock-keywords)
3205 (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
3206 (sql-mode-sybase-font-lock-keywords)
3207 (sql-mode-informix-font-lock-keywords)
3208 (sql-mode-interbase-font-lock-keywords)
3209 (sql-mode-ingres-font-lock-keywords)
3210 (sql-mode-solid-font-lock-keywords)
3211 (sql-mode-sqlite-font-lock-keywords)
3212 (sql-mode-db2-font-lock-keywords): Default to nil.
3213 (sql-product-font-lock): Always highlight ANSI keywords.
3214 (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
3215 (sql-send-string): Add function.
3216
3217 2004-04-29 Dave Love <fx@gnu.org>
3218
3219 * progmodes/cfengine.el (cfengine-beginning-of-defun)
3220 (cfengine-end-of-defun): Ensure progress through buffer.
3221
3222 * info-look.el (cfengine-mode): Accept a terminal ().
3223
3224 2004-04-29 Juri Linkov <juri@jurta.org>
3225
3226 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
3227 instead of isearch-yank-word-or-char. Add new key bindings for
3228 isearch-yank-char to \C-f, and isearch-del-char to \C-b.
3229 (isearch-del-char): New fun.
3230 (isearch-forward, isearch-edit-string): Update docstring.
3231 (isearch-yank-char): Doc fix.
3232 (isearch-other-meta-char): Restore point after scrolling.
3233
3234 * progmodes/compile.el (compilation-context-lines): Add nil option
3235 to disable compilation output window scrolling.
3236 (compilation-set-window): Use it.
3237
3238 * outline.el (outline-next-preface, outline-show-heading):
3239 Don't leave unhidden blank line before heading.
3240 (outline-end-of-subtree): Include last newline into subtree.
3241 (hide-entry): Leave point at beginning of heading instead of end.
3242 (outline-up-heading): Push mark for the first call of successive
3243 command calls.
3244
3245 2004-04-28 Luc Teirlinck <teirllm@auburn.edu>
3246
3247 * comint.el (comint-prompt-read-only): New variable.
3248 (comint-output-filter): Implement it.
3249
3250 * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
3251 (ielm-prompt-internal): New variable.
3252 (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
3253 (ielm-send-input): Delete unused variable `buf'.
3254 (ielm-eval-input): Use `ielm-prompt-internal'.
3255 (inferior-emacs-lisp-mode): Use new variables
3256 `comint-prompt-read-only' and `ielm-prompt-internal'.
3257 Get rid of obsolete variable `directory-sep-char'.
3258 (ielm): Use `zerop'.
3259
3260 2004-04-29 John Paul Wallington <jpw@gnu.org>
3261
3262 * thumbs.el (toplevel): Require cl at compile time.
3263 Remove conditional definitions of `ignore-errors' and `caddar'
3264 because they occur at run time.
3265
3266 2004-04-28 Nick Roberts <nickrob@gnu.org>
3267
3268 * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
3269 (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
3270 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
3271 (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
3272
3273 * progmodes/gud.el (gud-common-init): Throw an error if program is
3274 already running under gdb.
3275
3276 2004-04-28 John Paul Wallington <jpw@gnu.org>
3277
3278 * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
3279 (thumbs-show-image-num): Move assignment of
3280 `thumbs-current-image-filename' within scope of `i'.
3281 (thumbs-emboss-image): Don't use `evenp'.
3282
3283 2004-04-28 Richard M. Stallman <rms@gnu.org>
3284
3285 * progmodes/compile.el (compilation-context-lines): Default now 0.
3286
3287 2004-04-28 Juanma Barranquero <lektu@terra.es>
3288
3289 Use `time-less-p' from calendar/time-date.el instead of defining
3290 custom versions of it.
3291
3292 * pcomplete.el (pcomplete-time-less-p): Remove.
3293
3294 * thumbs.el (time-less-p): Remove.
3295
3296 * calendar/timeclock.el (timeclock-time-less-p): Remove.
3297 (timeclock-generate-report): Use `time-less-p'.
3298
3299 * emacs-lisp/autoload.el (autoload-before-p): Remove.
3300 (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
3301
3302 2004-04-28 Masatake YAMATO <jet@gyve.org>
3303
3304 * subr.el (remove-overlays): Make arguments optional.
3305
3306 * wid-edit.el (widget-specify-button): Put evaporate to the
3307 overlay for sample.
3308 (widget-specify-sample): Put evaporate to the overlay for sample.
3309 (widget-specify-doc): Put evaporate to the overlay for documentation.
3310
3311 2004-04-27 Jesper Harder <harder@ifa.au.dk>
3312
3313 * info.el (info-apropos): Make it an index node. Align node names
3314 like makeinfo.
3315
3316 2004-04-27 Eli Zaretskii <eliz@gnu.org>
3317
3318 * net/browse-url.el (browse-url-netscape-sentinel)
3319 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
3320 (browse-url-epiphany-sentinel, browse-url-mosaic):
3321 Use browse-url-*-program instead of a literal program name.
3322
3323 2004-04-27 Kevin Ryde <user42@zip.com.au>
3324
3325 * eshell/em-alias.el:
3326 * eshell/em-dirs.el:
3327 * eshell/em-hist.el:
3328 * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
3329 features when M-x customize-group loads modules before the main
3330 eshell.el.
3331
3332 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
3333
3334 * subr.el (momentary-string-display): Support EXIT-CHAR that is
3335 either a character representation of an event or an event
3336 description list.
3337
3338 * type-break.el: Capitalise Emacs and Lisp.
3339 (type-break-good-break-interval, type-break-demo-boring-stats)
3340 (type-break-terse-messages, type-break-file-name): New defcustoms.
3341 (type-break-post-command-hook)
3342 (type-break-warning-countdown-string): Quote variable names in doc.
3343 (type-break-interval-start, type-break-auto-save-file-name): New vars.
3344 (type-break-mode): Document type-break-good-break-interval and the
3345 "session" file. Schedule break according to the session file.
3346 Kill session file buffer on exit. Organise for save-some-buffers
3347 to always save the session file.
3348 (type-break-mode-line-message-mode, type-break-query-mode):
3349 Uppercase arguments.
3350 (type-break-file-time, type-break-file-keystroke-count, timep)
3351 (type-break-choose-file, type-break-get-previous-time)
3352 (type-break-get-previous-count): New defuns.
3353 (type-break): Avoid break querying after a completed break in the
3354 case where the query was initiated during user invocation of the
3355 break. Optional terse messages.
3356 Use type-break-good-break-interval if type-break-good-rest-interval is
3357 nil. File the break time.
3358 (type-break-schedule): New optional args for overriding the use of
3359 the current time.
3360 (type-break-cancel-time-warning-schedule): Avoid leftover warnings
3361 after a break.
3362 (type-break-check): File the keystroke count.
3363 (type-break-do-query): Prevent a second query when the break is
3364 interrupted. Optional terse message.
3365 (type-break-keystroke-reset): Record the start of a typing interval.
3366 (type-break-demo-boring): Optional terse messages. Display word
3367 per minute and keystroke counts according to
3368 type-break-demo-boring-stats.
3369
3370 2004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change)
3371
3372 * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
3373 directories, make sure they exist under archive-tmpdir.
3374
3375 2004-04-27 Juri Linkov <juri@jurta.org>
3376
3377 * help.el (view-emacs-news): With argument, display info for the
3378 selected version by finding it among different NEWS files, and
3379 narrowing the buffer to the selected version.
3380
3381 * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
3382 same-window-buffer-names.
3383 (info): New arg `buffer'. Use it. Doc fix. Read file name for
3384 non-numeric prefix argument, append the number to the buffer name
3385 for numeric prefix argument.
3386 (info-other-window): Bind same-window-regexps to nil.
3387 (Info-reference-name): Rename to Info-point-loc.
3388 (Info-find-node-2): Call forward-line for numeric Info-point-loc,
3389 and Info-find-index-name for stringy Info-point-loc.
3390 (Info-extract-menu-node-name): New arg `index-node'. Use regexp
3391 without middle `.', but with final `.' and optional line number
3392 for it. Set Info-point-loc for index nodes.
3393 (Info-index): Remove middle `.' from index entry regexp.
3394 Modify line number regexp.
3395 (Info-index-next): Decrement line number.
3396 (info-apropos): Remove middle `.' from index entry regexp.
3397 Add optional line number regexp at the end. Add matched value
3398 for line number to the result list and insert it to the buffer.
3399 Replace match-string by match-string-no-properties.
3400 Reorder result list.
3401 (Info-fontify-node): Hide index line numbers.
3402 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
3403 empty matches.
3404 (Info-follow-reference): Use `str' instead of
3405 Info-following-node-name-re.
3406 (Info-toc): Use full file names. Set Info-current-node to "Top".
3407 (Info-fontify-node): Compare file names without directory name.
3408 (Info-try-follow-nearest-node): Don't set Info-reference-name.
3409 Set second arg of Info-extract-menu-node-name for index nodes.
3410 (info-xref-visited): Use magenta3 instead of magenta4.
3411 (Info-mode): Add info-apropos to docstring.
3412
3413 * log-view.el (log-view-diff): Replace interactive code "r"
3414 by a list to allow to call it even if region is not active.
3415
3416 * paren.el (show-paren-highlight-openparen): New var.
3417 (show-paren-function): Turn on openparen highlighting when
3418 matching forward if show-paren-highlight-openparen is non-nil.
3419
3420 * simple.el (kill-ring-save): Use blink-matching-delay instead of
3421 the constant value 1.
3422 (completions-common-part): Expand docstring.
3423
3424 * textmodes/picture.el (picture-mode-map): Add arrow keys.
3425
3426 2004-04-27 Kim F. Storm <storm@cua.dk>
3427
3428 * image.el (insert-sliced-image): Use line-height instead of
3429 line-spacing property on newline.
3430
3431 2004-04-26 Lars Hansen <larsh@math.ku.dk>
3432
3433 * desktop.el (desktop-buffer-misc-data-function): Rename to
3434 desktop-save-buffer and change docstring.
3435 (desktop-buffer-modes-to-save): Delete.
3436 (desktop-save-buffer-p): Use desktop-save-buffer instead of
3437 desktop-buffer-modes-to-save.
3438 (desktop-save): Rename desktop-buffer-misc-data-function to
3439 desktop-save-buffer and allow non-function value.
3440 (desktop-missing-file-warning): Correct docstring.
3441
3442 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
3443 to desktop-save-buffer.
3444
3445 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
3446 desktop-save-buffer.
3447
3448 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
3449
3450 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
3451
3452 2004-04-26 Eli Zaretskii <eliz@gnu.org>
3453
3454 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
3455
3456 2004-04-25 Luc Teirlinck <teirllm@auburn.edu>
3457
3458 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
3459 (ielm): Only go to the end of the buffer when starting a new process.
3460
3461 2004-04-25 Juanma Barranquero <lektu@terra.es>
3462
3463 * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
3464 mode line. Bind `inhibit-read-only' to t before modifying
3465 properties of text in the buffer.
3466 (ielm): Force point to the end of buffer, even when running ielm
3467 from inside itself.
3468
3469 2004-04-25 Jesper Harder <harder@ifa.au.dk>
3470
3471 * info.el (info-apropos): Reset Info-complete-cache.
3472
3473 2004-04-25 Daniel Pfeiffer <occitan@esperanto.org>
3474
3475 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3476 Also recognize severe Irix et al. messages.
3477 (compilation-normalize-filename, compile-abbreviate-directory):
3478 Delete functions.
3479 (compilation-get-file-structure): New function inherits
3480 functionality of the two preceding ones.
3481 (compilation-internal-error-properties, compilation-fake-loc):
3482 Use it so that different paths to the same file share the same
3483 markers. Also optimize finding adjacent marker slightly.
3484
3485 2004-04-25 Kim F. Storm <storm@cua.dk>
3486
3487 * image.el (insert-sliced-image): Add line-spacing t property
3488 to newlines separating image lines.
3489
3490 2004-04-24 Luc Teirlinck <teirllm@auburn.edu>
3491
3492 * comint.el (comint-delete-output): Bind inhibit-read-only to t.
3493
3494 * ielm.el (ielm-prompt-read-only): New user option.
3495 (ielm-prompt): Expand docstring to describe new behavior.
3496 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
3497 mention it in the docstring.
3498
3499 2004-04-24 Andreas Schwab <schwab@suse.de>
3500
3501 * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
3502
3503 * diff.el (diff): Set default-directory in diff buffer.
3504
3505 2004-04-24 Eli Zaretskii <eliz@gnu.org>
3506
3507 * mail/sendmail.el (mail-bury): Don't delete the frame where the
3508 mail was being composed if the terminal cannot display more than
3509 one frame; instead, switch to previous frame.
3510
3511 * mail/rmail.el (rmail-mail-new-frame): Doc fix.
3512 (rmail-start-mail): Support rmail-mail-new-frame even on
3513 terminals that can display only one frame at a time.
3514
3515 2004-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
3516
3517 * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
3518 (checkdoc-output-font-lock-keywords): Remove error regexp.
3519 (checkdoc-output-mode-map): Remove.
3520 (checkdoc-output-mode): Derive from compilation-mode.
3521 (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
3522
3523 * dired.el (dired-mode-map): Add a menu entry for wdired.
3524
3525 * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
3526 (rx-bracket, rx-check-any, rx-any): Clean up name space.
3527
3528 * wdired.el: (wdired-mode-map): Move init into declaration.
3529 Fix `return' binding.
3530 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
3531 Use force-mode-line-update.
3532 (wdired-get-filename): Use `unless'.
3533 (wdired-preprocess-files): Don't assume names have no \n and use / for
3534 dir separator.
3535 (wdired-normalize-filename): Use replace-regexp-in-string.
3536 (wdired-load-hooks): Remove.
3537 (wdired-mode-hooks): Rename to wdired-mode-hook.
3538
3539 * info-look.el: Add support for cfengine-mode.
3540 (info-lookup-setup-mode): Use dolist.
3541
3542 2004-04-23 Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba <juan-leon.lahoz@tecsidel.es>
3543
3544 * wdired.el: New file.
3545
3546 2004-04-23 Juanma Barranquero <lektu@terra.es>
3547
3548 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
3549
3550 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
3551 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
3552 (pcomplete--help, pcomplete--here): Doc fixes.
3553
3554 2004-04-23 Andre Spiegel <spiegel@gnu.org>
3555
3556 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
3557 handles wrong-number-of-arguments in backend call.
3558
3559 * vc.el (vc-print-log): Likewise.
3560
3561 2004-04-20 Dave Love <fx@gnu.org>
3562
3563 * emacs-lisp/rx.el: Doc fixes.
3564 (rx-constituents): Add/extend many forms.
3565 (rx-check): Check form is a list.
3566 (bracket): Defvar.
3567 (rx-check-any, rx-any, rx-check-not): Modify.
3568 (rx-not): Simplify.
3569 (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
3570 (rx-kleene): Use rx-trans-forms.
3571 (rx-quote-for-set): Delete.
3572 (rx): Allow multiple args.
3573
3574 2004-04-23 Kenichi Handa <handa@m17n.org>
3575
3576 * international/mule-util.el (char-displayable-p): Simplify by
3577 using internal-char-font.
3578
3579 2004-04-23 Juanma Barranquero <lektu@terra.es>
3580
3581 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
3582
3583 2004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
3584
3585 * diff-mode.el (diff-next-error): New fun.
3586 (diff-mode): Use it.
3587
3588 * simple.el (next-error): Change arg name.
3589 Add support for the documented C-u C-x ` usage.
3590
3591 * frame.el (special-display-popup-frame, next-multiframe-window)
3592 (previous-multiframe-window): Only consider frames on same display.
3593
3594 2004-04-22 Lars Hansen <larsh@math.ku.dk>
3595
3596 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
3597 * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
3598
3599 2004-04-22 Kim F. Storm <storm@cua.dk>
3600
3601 * net/telnet.el (telnet): Add optional port arg.
3602
3603 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
3604
3605 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3606 Minor sanity check on the `hyperlink' slot.
3607
3608 * Makefile.in (recompile): Compile new files.
3609
3610 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
3611 Add byte-recompile-directory's optional `arg'.
3612
3613 * cvs-status.el (cvs-tree-use-charset): New var.
3614 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
3615 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
3616 (cvs-status-cvstrees): Use it.
3617
3618 * emacs-lisp/checkdoc.el (checkdoc-output-mode):
3619 Make it a normal major mode.
3620 (checkdoc-buffer-label): Make sure the file name is meaningful.
3621 (checkdoc-output-to-error-buffer): Remove.
3622 (checkdoc-error, checkdoc-start-section): Rewrite.
3623
3624 * info.el (info-node, info-menu-5, info-xref, info-header-node)
3625 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
3626 (Info-title-4-face): Use new syntax.
3627 (info-xref-visited): Inherit from info-xref.
3628
3629 * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
3630
3631 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
3632
3633 * simple.el (next-error-last-buffer, next-error-function):
3634 New variables for the next-error framework.
3635 (next-error-buffer-p): New function.
3636 (next-error-find-buffer): Generalize compilation-find-buffer.
3637 (next-error, previous-error, first-error, next-error-no-select)
3638 (previous-error-no-select): Move from compile.el.
3639
3640 * replace.el (occur-next-error, occur-1): Hook into the next-error
3641 framework.
3642
3643 * progmodes/compile.el (compilation-start):
3644 Set next-error-last-buffer so next-error knows where to jump.
3645 (compilation-setup): Set the buffer-local variable
3646 next-error-function to 'compilation-next-error-function.
3647 (compilation-buffer-p, compilation-buffer-internal-p): Use an
3648 alternate way to find if a buffer is a compilation buffer, for
3649 next-error convenience.
3650 (next-error-no-select, previous-error-no-select, next-error)
3651 (previous-error, first-error): Move to simple.el.
3652 (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
3653 (compilation-last-buffer): Remove.
3654 (compilation-start, compilation-next-error, compilation-setup)
3655 (compilation-next-error-function, compilation-find-buffer):
3656 Remove compilation-last-buffer use.
3657
3658 2004-04-21 Juanma Barranquero <lektu@terra.es>
3659
3660 * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
3661 (font-lock-warning-face): Fix spacing.
3662
3663 * makefile.w32-in (WINS): Add url/ directory.
3664
3665 2004-04-21 Lars Hansen <larsh@math.ku.dk>
3666
3667 * desktop.el (desktop-buffer-mode-handlers): New variable.
3668 Alist of major mode specific functions to restore a desktop buffer.
3669 (desktop-buffer-handlers): Make variable obsolete.
3670 (desktop-create-buffer): Use desktop-buffer-mode-handlers.
3671 Catch errors signaled in handlers. Update buffer count.
3672 Evaluate desktop-buffer-point.
3673 (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
3674 move to dired.el.
3675 (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
3676 move to info.el.
3677 (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
3678 move to mail/rmail.el.
3679 (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
3680 to mh-e/mh-e.el.
3681 (desktop-buffer-file): Rename to desktop-restore-file-buffer.
3682 On fail, print message (to message buffer) even if
3683 desktop-missing-file-warning is nil.
3684 (desktop-buffer-misc-data-function): New buffer local variable.
3685 Function returning major mode specific data.
3686 (desktop-buffer-misc-functions): Make variable obsolete.
3687 (desktop-save): Use desktop-buffer-misc-data-function.
3688 (desktop-buffer-dired-misc-data): Rename to
3689 dired-desktop-buffer-misc-data and move to dired.el.
3690 (desktop-buffer-info-misc-data): Rename to
3691 Info-desktop-buffer-misc-data and move to info.el.
3692 (desktop-read): Add message about number of buffers restored/failed.
3693
3694 * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
3695 Add parameters. Pause to display error only when
3696 desktop-missing-file-warning is non-nil.
3697 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
3698 (dired-mode): Bind desktop-buffer-misc-data-function.
3699
3700 * info.el (Info-restore-desktop-buffer): Move from desktop.el.
3701 Add Parameters.
3702 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
3703 (Info-mode): Bind desktop-buffer-misc-data-function.
3704
3705 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
3706 Add Parameters.
3707
3708 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
3709 Add Parameters.
3710
3711 2003-04-21 Paul Pogonyshev <pogonyshev@gmx.net>
3712
3713 * dabbrev.el (dabbrev--substitute-expansion): Don't lose
3714 the case of letters in case-insensitive expansions when the
3715 abbrev is preceded by characters with letter syntax.
3716
3717 2004-04-21 Richard M. Stallman <rms@gnu.org>
3718
3719 * progmodes/cperl-mode.el (cperl-putback-char):
3720 Delete Emacs 18 definition.
3721
3722 * international/mule.el (ctext-post-read-conversion):
3723 Use assoc-string, not assoc-ignore-case.
3724
3725 * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
3726
3727 * emacs-lisp/easymenu.el (easy-menu-add):
3728 Do call x-popup-menu, but only if it's defined.
3729
3730 * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
3731
3732 * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
3733 Handle multiple args: compile like progn.
3734
3735 * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
3736 take all args as &rest arg.
3737
3738 * autoinsert.el (auto-insert-alist): Insert the user's name in
3739 copyright notice, rather than Free Software Foundation.
3740
3741 2004-04-21 Kenichi Handa <handa@m17n.org>
3742
3743 * descr-text.el (describe-char): Make it work on *Help* buffer.
3744
3745 2004-04-21 Kim F. Storm <storm@cua.dk>
3746
3747 * image.el (insert-image): Add optional SLICE arg.
3748 (insert-sliced-image): New defun.
3749
3750 2004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change)
3751
3752 * subr.el (read-number): Check whether `default' is nil.
3753
3754 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
3755
3756 * progmodes/compile.el (compilation-error-properties):
3757 Split into two.
3758 (compilation-internal-error-properties): New one.
3759 (compilation-compat-error-properties): Use it. Fix the non-marker case.
3760
3761 2004-04-20 Richard M. Stallman <rms@gnu.org>
3762
3763 * window.el (split-window-save-restore-data):
3764 Don't update the data if OLD-INFO is nil.
3765
3766 * view.el (view-return-to-alist): Mark it permanent local.
3767
3768 * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
3769
3770 * recentf.el (recentf-save-list): Catch and warn about errors.
3771
3772 * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
3773 so "Buffers" won't be pure.
3774
3775 * help-mode.el (help-mode-finish): Set help-return-alist first
3776 thing, setting only the entry for the selected window.
3777
3778 * help-fns.el (describe-function-1): If many non-control non-meta
3779 keys run the command, don't list all of them.
3780
3781 2004-04-20 Juanma Barranquero <lektu@terra.es>
3782
3783 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
3784 arg. Copied from Andre Spiegel's patch of 2004-03-21.
3785
3786 * calendar/time-date.el (time-to-day-in-year): Fix docstring.
3787
3788 2004-04-20 Kenichi Handa <handa@m17n.org>
3789
3790 * international/quail.el (quail-lookup-key): New optional arg
3791 NOT-RESET-INDICES.
3792 (quail-get-translations): Call quail-lookup-key with
3793 NOT-RESET-INDICES t.
3794 (quail-completion): Likewise.
3795 (quail-lookup-map-and-concat): Likewise.
3796
3797 2004-04-20 Kenichi Handa <handa@m17n.org>
3798
3799 * international/quail.el (quail-update-translation): Don't insert
3800 such an unsupported multibyte char in a unibyte buffer.
3801
3802 2004-04-20 Nick Roberts <nick@nick.uklinux.net>
3803
3804 * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
3805 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
3806 (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
3807 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
3808 (gdb-frame-assembler-buffer): Improve behaviour with
3809 multiple frames.
3810 (gdb-display-buffer): Extend search to all visible frames.
3811
3812 2004-04-19 Eli Zaretskii <eliz@gnu.org>
3813
3814 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
3815 characters left after base64 decoding.
3816 (rmail-decode-region): Use -dos variety of `coding', to remove any
3817 ^M characters left after qp or base64 decoding.
3818
3819 2004-04-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3820
3821 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
3822 messages.
3823
3824 2004-04-19 Stephen Eglen <stephen@gnu.org>
3825
3826 * add-log.el (add-change-log-entry): Update doc string to mention
3827 add-log-full-name and add-log-mailing-address.
3828
3829 2004-04-18 Juri Linkov <juri@jurta.org>
3830
3831 * info.el (Info-find-file, Info-find-node-2): Add history and toc.
3832 (Info-find-node-2): Simplify error message.
3833 (Info-insert-dir): Use Info-following-node-name.
3834 (Info-goto-node): Remove *info-history* and *info-toc*.
3835 (Info-history): Create a node of the virtual history file.
3836 (Info-toc): Create a node of the virtual toc file.
3837 (Info-insert-toc): New arg `curr-file' for reference file names.
3838 (info-apropos): Remove redundant var binding for temp-file.
3839 (Info-index, Info-index-next, Info-mode): Doc fix.
3840 (Info-goto-emacs-command-node): Don't jump to *info* from
3841 non-*info* Info buffers.
3842 (Info-fontify-node): Don't show the file name of external
3843 references if `Info-hide-note-references' is `hide'. Don't hide
3844 newlines at the end of paragraphs.
3845
3846 * international/mule-diag.el (list-input-methods):
3847 Fix args to help-xref-button.
3848
3849 * help-fns.el (help-with-tutorial): Call `hack-local-variables'
3850 to put into effect local variables from TUTORIAL files.
3851
3852 * textmodes/paragraphs.el (sentence-end) <function>: New fun
3853 with default value taken from the variable `sentence-end'.
3854 (sentence-end) <defcustom>: Set default to nil. Doc fix.
3855 Add nil const to :type.
3856 (sentence-end-without-period, sentence-end-double-space)
3857 (sentence-end-without-space): Doc fix.
3858
3859 * textmodes/paragraphs.el (forward-sentence):
3860 * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
3861 (fill-delete-newlines):
3862 * progmodes/cc-cmds.el (c-beginning-of-statement):
3863 Use function `sentence-end' instead of variable `sentence-end'.
3864
3865 2004-04-18 Andreas Schwab <schwab@suse.de>
3866
3867 * progmodes/compile.el (compilation-start): Set window start to
3868 point-min if compilation-scroll-output is nil.
3869
3870 2004-04-18 John Wiegley <johnw@newartisans.com>
3871
3872 * iswitchb.el (iswitchb-completions): Remove dependency on cl.
3873
3874 2004-04-18 Nick Roberts <nick@nick.uklinux.net>
3875
3876 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
3877 (gdb-info-breakpoints-custom): Revert previous change.
3878 (gdb-view-assembler): Update assembler if necessary.
3879 (gdb-frame-handler): Parse correctly for gdb-current-frame.
3880 (gdb-display-source-buffer): Update properly when both source and
3881 assembler are visible.
3882
3883 2004-04-17 John Wiegley <johnw@newartisans.com>
3884
3885 * iswitchb.el (iswitchb-max-to-show): Add a new config variable
3886 which limits the number of names shown in the minibuffer. Off by
3887 default.
3888 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds
3889 up iswitchb for users with a multitude of open buffers by showing
3890 only the first and last N/2 buffers in the completion list (which
3891 is enough to aid C-s/C-r, and to know that more characters are
3892 needed to refine the completion list).
3893
3894 2004-04-17 Richard M. Stallman <rms@gnu.org>
3895
3896 * files.el (locate-file-completion): Handle nil in path-and-suffixes.
3897 (file-truename): Expand all ~ constructs directly.
3898 (insert-directory): Delete any error msg output by the
3899 `insert-directory-program'.
3900
3901 * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
3902 (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
3903 (allout-prior-bindings, allout-added-bindings): Defvars deleted.
3904 (allout-init): Use find-file-hook, not find-file-hooks.
3905 (allout-mode): Eliminate Emacs 18 support.
3906 Use write-contents-functions, not local-write-file-hooks.
3907
3908 2004-04-17 Daniel Pfeiffer <occitan@esperanto.org>
3909
3910 * progmodes/compile.el (compilation-error-properties): Fix for
3911 adding messages when there are already markers for their file.
3912 (compilation-fake-loc): New function.
3913
3914 2004-04-16 Dave Love <fx@gnu.org>
3915
3916 * progmodes/python.el (python-compilation-line-number): Fix braindamage.
3917 (python-load-file): Fix python-orig-start setting.
3918
3919 * progmodes/compile.el: Doc fixes.
3920 (compilation-error-regexp-alist-alist)
3921 (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
3922 (compilation-assq): Wrap in eval-when-compile.
3923 (compilation-mode-font-lock-keywords): Don't use list*.
3924 (compilation-start): Avoid warning.
3925 (compilation-compat-error-properties)
3926 (compilation-directory-properties): Add keymap property.
3927 (compilation-parsing-end): Make it a marker for better compatibility.
3928
3929 * progmodes/python.el (python-after-info-look): Use with-no-warnings.
3930
3931 2004-04-16 Mark A. Hershberger <mah@everybody.org>
3932
3933 * xml.el: Doc fixes.
3934 (xml-get-children): Only looks at sub-tags and ignore strings.
3935
3936 * xml.el (xml-parse-tag): Avoid overwriting node-name.
3937
3938 2004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
3939
3940 * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
3941
3942 2004-04-16 Andre Spiegel <spiegel@gnu.org>
3943
3944 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
3945
3946 * vc.el (vc-print-log): Likewise.
3947
3948 2004-04-16 Masatake YAMATO <jet@gyve.org>
3949
3950 * simple.el (completion-setup-function): Set an initial value
3951 to `element-common-end' before entering loop. Set a value
3952 to `element-common-end' at the end of loop.
3953 The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
3954 (completions-common-part): Rename from completion-de-emphasis.
3955 (completions-first-difference): Rename from completion-emphasis.
3956 Suggested by RMS.
3957
3958 2004-04-16 Juanma Barranquero <lektu@terra.es>
3959
3960 * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
3961 (bookmark-edit-annotation-mode): Add mode name.
3962
3963 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
3964
3965 * smerge-mode.el (smerge-match-conflict): Try to do something sensible
3966 for nested conflict markers.
3967 (smerge-find-conflict): Better handle errors in smerge-match-conflict.
3968
3969 2004-04-15 Nick Roberts <nick@nick.uklinux.net>
3970
3971 * progmodes/gdb-ui.el (gdb-goto-info): New function.
3972
3973 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
3974
3975 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
3976
3977 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
3978 Give a backtrace if requested.
3979
3980 * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
3981
3982 * progmodes/python.el (python-mouse-2-command, python-RET-command):
3983 Remove unused functions.
3984 (python-orig-start-line, python-orig-file): Remove.
3985 (python-orig-start): New var.
3986 (python-input-filter, python-compilation-line-number)
3987 (python-send-region, python-load-file): Use it.
3988
3989 * info.el (info): Always jump to *info*.
3990
3991 * subr.el (posn-set-point): New function.
3992
3993 * mouse.el (mouse-set-point): Use it.
3994
3995 * progmodes/compile.el (compile-goto-error): Use it.
3996 (compilation-button-map): New keymap.
3997 (compilation-error-properties): Use it.
3998 (compilation-shell-minor-mode-map): Don't bind mouse-2.
3999
4000 * smerge-mode.el (smerge-popup-context-menu): Use it.
4001
4002 * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
4003 (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
4004 mouse and non-mouse case.
4005
4006 * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
4007 (diff-mouse-goto-source): Make it an alias of diff-goto-source.
4008
4009 * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
4010 Make it work for non-mouse events.
4011
4012 * pcvs-info.el (cvs-status-map): Update binding name.
4013
4014 2004-04-14 Mark A. Hershberger <mah@everybody.org>
4015
4016 * xml.el (xml-maybe-do-ns): New function to handle namespace
4017 parsing of both attribute and element names.
4018 (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
4019 (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
4020 (xml-parse-tag): Update assumed namespaces. Clean up namespace parsing.
4021 (xml-parse-attlist): Make it do its own namespace parsing.
4022
4023 2004-04-14 Dave Love <fx@gnu.org>
4024
4025 * progmodes/python.el (run-python): Fix use of \n.
4026 (python-load-file): Remove `try' from Python fragment.
4027 (python-describe-symbol): Fix message.
4028
4029 * comint.el: Doc fixes.
4030 (comint-last-input-start, comint-last-input-end)
4031 (comint-last-output-start): Give them values.
4032 (comint-arguments): Avoid warning.
4033 (comint-skip-prompt): Use line-end-position.
4034 (comint-backward-matching-input): Rename arg to agree with doc.
4035 (comint-extract-string): Use syntax-ppss.
4036 (comint-dynamic-simple-complete): Delete useless list construction.
4037 (comint-redirect-subvert-readonly): New.
4038 (comint-redirect-preoutput-filter): Use it.
4039
4040 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
4041 Correctly handle negative arguments when calling hook functions.
4042
4043 2004-04-14 Jesper Harder <harder@ifa.au.dk>
4044
4045 * info.el (info-apropos): Don't clobber Info-history-list.
4046
4047 2004-04-14 Daniel Pfeiffer <occitan@esperanto.org>
4048
4049 * progmodes/compile.el (compilation-setup):
4050 Localize overlay-arrow-position.
4051 (compilation-sentinel): Restructure code equivalently.
4052 (compilation-next-error): Find message on same line after point if
4053 not found before point.
4054 (compile-mouse-goto-error): Restore function so that compilation
4055 buffer need not be current and use compile-goto-error.
4056 (compile-goto-error): Restore function.
4057 (next-error): Set overlay-arrow-position.
4058 (compilation-forget-errors): Don't localize already local
4059 compilation-locs and remove FIXME about refontifying.
4060
4061 2004-04-14 Kim F. Storm <storm@cua.dk>
4062
4063 * startup.el (emacs-quick-startup): New defvar (set by -Q).
4064 (command-line): New option -Q. Like -q --no-site-file, but
4065 in addition it also disables menu-bar, tool-bar, scroll-bars,
4066 tool-tips, and the blinking cursor.
4067 (command-line-1): Skip startup screen if -Q.
4068 (fancy-splash-head): Use ":align-to center" prop to center splash image.
4069
4070 * emulation/cua-base.el (cua-read-only-cursor-color)
4071 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
4072
4073 2004-04-13 Dave Love <fx@gnu.org>
4074
4075 * progmodes/python.el: Doc fixes. Changes for compiler warnings.
4076 (syntax): Don't require.
4077 (python) <defgroup>: Add :version.
4078 (python-quote-syntax): Re-written.
4079 (inferior-python-mode): Move stuff here from run-python and add
4080 some more.
4081 (python-preoutput-continuation, python-preoutput-result)
4082 (python-dotty-syntax-table): New.
4083 (python-describe-symbol): Use them.
4084 (run-python): Move stuff to inferior-python-mode. Modify code
4085 loaded into Python.
4086 (python-send-region): Use python-proc, python-send-string.
4087 (python-send-string): Send newlines too. Callers changed.
4088 (python-load-file): Re-written.
4089 (python-eldoc-function): New.
4090 (info-look): Don't require.
4091 (python-after-info-look): New. A modified version of former
4092 top-level code for use with eval-after-load.
4093 (python-maybe-jython, python-guess-indent): Use widened buffer.
4094 (python-fill-paragraph): Re-written.
4095 (python-mode): Fix outline-regexp. Set outline-heading-end-regexp,
4096 eldoc-print-current-symbol-info-function. Add to eldoc-mode-hook.
4097
4098 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
4099
4100 * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
4101 Set compilation-error-regexp-alist earlier.
4102
4103 * progmodes/compile.el (compilation-minor-mode-map)
4104 (compilation-shell-minor-mode-map, compile-mouse-goto-error)
4105 (compile-goto-error): Re-merge the mouse and non-mouse commands.
4106
4107 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
4108
4109 * progmodes/compile.el (compile-goto-error): Select the buffer/window
4110 corresponding to the event.
4111
4112 2004-04-12 Joe Buehler <jbuehler@hekiman.com>
4113
4114 * loadup.el: Add cygwin to system-type list, for unexec() support.
4115
4116 2004-04-12 John Paul Wallington <jpw@gnu.org>
4117
4118 * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
4119 (ibuffer-restore-window-config-on-quit): New variable to replace
4120 `ibuffer-delete-window-on-quit'. Update all references.
4121 (ibuffer-prev-window-config): New variable.
4122 (ibuffer-quit): Restore previous window configuration instead of
4123 deleting window.
4124 (ibuffer): Save window configuration before showing Ibuffer buffer.
4125
4126 * help.el (describe-mode): Doc fix.
4127
4128 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
4129
4130 * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
4131 not to treat nil as a function.
4132
4133 * vc-arch.el (vc-arch-root): Be a bit more careful.
4134 (vc-arch-register): Save the buffer if we modified it.
4135 (vc-arch-delete-rej-if-obsolete): Save excursion.
4136 (vc-arch-find-file-hook): Use the simpler after-save-hook.
4137 (vc-arch-responsible-p, vc-arch-init-version): New functions.
4138
4139 * net/ldap.el (ldap-search): Use list*.
4140
4141 2004-04-12 Juri Linkov <juri@jurta.org>
4142
4143 * info.el (Info-follow-reference): Allow multiline reference name.
4144
4145 2004-04-11 Dave Love <fx@gnu.org>
4146
4147 * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
4148
4149 * progmodes/python.el: New file.
4150
4151 2004-04-11 Andre Spiegel <spiegel@gnu.org>
4152
4153 * vc-hooks.el (vc-arg-list): Function removed.
4154 (vc-default-workfile-unchanged-p): Use condition-case to check for
4155 backward compatibility.
4156
4157 * vc.el (vc-print-log): Use condition-case to check for backward
4158 compatibility.
4159
4160 2004-04-11 Juri Linkov <juri@jurta.org>
4161
4162 * dired.el (dired-faces): New defgroup.
4163 (dired-header, dired-mark, dired-marked, dired-flagged)
4164 (dired-warning, dired-directory, dired-symlink, dired-ignored):
4165 New faces.
4166 (dired-header-face, dired-mark-face, dired-marked-face)
4167 (dired-flagged-face, dired-warning-face, dired-directory-face)
4168 (dired-symlink-face, dired-ignored-face): New face variables.
4169 (dired-font-lock-keywords): Use them instead of font-lock faces.
4170 Split the rule for dired marks into 3 separate rules: for marks,
4171 marked file names and flagged file names.
4172
4173 * help-mode.el (help-make-xrefs): Add a final newline to the
4174 *Help* buffer.
4175
4176 2004-04-11 John Paul Wallington <jpw@gnu.org>
4177
4178 * replace.el (occur-engine): Distinguish between one and several
4179 matches in the matches per buffer heading.
4180
4181 2004-04-11 Kim F. Storm <storm@cua.dk>
4182
4183 * ido.el (ido-confirm-unique-completion): New defcustom.
4184 (ido-complete): Use it.
4185 (ido-write-file): Set it to t unconditionally.
4186
4187 2004-04-10 Miles Bader <miles@gnu.org>
4188
4189 RCS keyword removal (only non-comment changes are enumerated here):
4190
4191 * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
4192 (byte-compile-insert-header): Don't use `byte-compile-version'.
4193 * forms.el (forms-version): Variable removed.
4194 (forms-mode): Don't use `forms-version'.
4195 * recentf.el (recentf-version): Variable removed.
4196 * progmodes/delphi.el (delphi-version): Variable removed.
4197 * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
4198
4199 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
4200
4201 * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
4202
4203 2004-04-09 Jesper Harder <harder@ifa.au.dk>
4204
4205 * info.el (info-apropos): Improve menu item regexp.
4206
4207 2004-04-09 Simon Josefsson <jas@extundo.com>
4208
4209 * mail/smtpmail.el: Add comment, based on report by
4210 kdc@rcn.com (Kevin D. Clark).
4211
4212 2004-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
4213
4214 * progmodes/compile.el (compilation-mode-font-lock-keywords):
4215 Redo one more thing that I didn't notice Daniel had undone.
4216
4217 2004-04-08 Nick Roberts <nick@nick.uklinux.net>
4218
4219 * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
4220 (gdb-goto-breakpoint, gdb-display-buffer)
4221 (gdb-display-source-buffer, gdb-view-source-function)
4222 (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
4223 (gdb-source-info, gdb-frame-handler): Don't specify a window
4224 for display.
4225 (gdb-info-breakpoints-custom): Remove superfluous update of
4226 assembler buffer.
4227 (gdb-many-windows): Make settable outside gdb.
4228
4229 2004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk>
4230
4231 * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
4232 Derive from fundamental-mode rather than text-mode.
4233
4234 2004-04-08 Juri Linkov <juri@jurta.org>
4235
4236 * info.el (Info-history): Doc fix.
4237 (Info-history-list): New var.
4238 (info-xref): Change magenta4 to blue, remove bold for dark and
4239 light backgrounds, change bold to underline for non-color classes.
4240 (info-xref-visited): New face.
4241 (Info-fontify-visited-nodes): New custom.
4242 (Info-hide-note-references): Add new value `hide'. Doc fix.
4243 (Info-reference-name): New var.
4244 (Info-selection-hook): New custom.
4245 (Info-edit-mode-hook): New var.
4246 (Info-find-file): New fun.
4247 (Info-find-node): Move part of code to Info-find-file.
4248 (Info-find-node-2): Add anchors to Info-history-list. Move point
4249 to the place with the reference name if name is defined.
4250 (Info-select-node): Add current node to Info-history-list.
4251 (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
4252 (Info-search-whitespace-regexp): New custom.
4253 (Info-search-case-fold): New var.
4254 (Info-search): Add "case-sensitively" to the prompt.
4255 Use Info-search-whitespace-regexp. Set Info-search-case-fold.
4256 (Info-search-case-sensitively, Info-search-next): New fun.
4257 (Info-up): Move point to the menu item of the current node.
4258 (Info-history): New fun. Add *info-history* to
4259 same-window-buffer-names.
4260 (Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
4261 (Info-insert-toc): New fun.
4262 (Info-build-toc): New fun.
4263 (Info-follow-reference): Add new arg `fork'. Doc fix.
4264 Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
4265 with the same name prefer the reference closest to point.
4266 (Info-next-reference): Replace * by + in the *Note regexp.
4267 Add regexp for http:// and ftp://. Skip the *Note prefix.
4268 (Info-prev-reference): Replace * by + in the *Note regexp.
4269 Add regexp for http:// and ftp://. Skip the *Note prefix.
4270 (Info-follow-nearest-node): Add new arg `fork'.
4271 (Info-try-follow-nearest-node): Add new arg `fork'.
4272 Call browse-url for http:// and ftp:// references.
4273 Set Info-reference-name for index entries.
4274 (Info-mode-menu): Add menu items for Info-search-case-sensitively,
4275 Info-search-next, Info-history, Info-toc, clone-buffer.
4276 (Info-menu-update): Replace * by + in the *Note regexp.
4277 (Info-mode): Add documentation for Info-history, Info-toc,
4278 Info-search-case-sensitively, Info-search-next, clone-buffer.
4279 (Info-fontify-menu-headers): Remove fun. Move code to
4280 Info-fontify-node.
4281 (Info-fontify-node): Add docstring. Add local vars
4282 fontify-visited-p and not-fontified-p. If not-fontified-p is t
4283 then fontify header line, titles, menu headers, http and ftp
4284 references, refill paragraphs. If not-fontified-p is t or
4285 fontify-visited-p is t then fontify cross references, menu items.
4286 Fontify menu headers. Fontify http and ftp references.
4287 Change regexp for cross references to require whitespace after *Note,
4288 add matching groups for file and node names. Remove hack for quote.
4289 Use display property for Info-hide-note-references=t. Use fifth
4290 or fourth match for help-echo. Display visited nodes in a
4291 different face. Unhide file names of external references.
4292 Unhide newlines. Display visited menu items in a different face.
4293
4294 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
4295
4296 * progmodes/compile.el: Require CL.
4297 (compilation-mode-font-lock-keywords): Re-install the "line as
4298 function" patch.
4299
4300 * help-fns.el (help-C-source-directory): New var.
4301 (help-subr-name, help-C-file-name, help-find-C-source): New funs.
4302 (describe-function-1, describe-variable): Use them.
4303
4304 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
4305 to C source files specially.
4306
4307 2004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
4308
4309 * info.el (Info-hide-cookies-node): New function.
4310 (Info-select-node): Use it.
4311 (Info-display-images-node): Remove message with image file name.
4312
4313 2004-04-07 Daniel Pfeiffer <occitan@esperanto.org>
4314
4315 * progmodes/compile.el (compilation-warning-face)
4316 (compilation-info-face, compilation-skip-threshold)
4317 (compilation-skip-visited, compilation-context-lines):
4318 Declare :version when added to Emacs.
4319 (compilation-error-regexp-alist-alist): Extend caml and irix.
4320 (compilation-setup): Fix if font-locked w/o font-lock-defaults.
4321 (compilation-mode-font-lock-keywords): Temporarily undo line as
4322 function patch, which wasn't ready.
4323
4324 2004-04-07 Kenichi Handa <handa@m17n.org>
4325
4326 * international/latin1-disp.el (latin1-display-setup): Check each
4327 character is displayable or not instead of calling
4328 latin1-display-check-font.
4329
4330 2004-04-06 Kenichi Handa <handa@m17n.org>
4331
4332 * language/ethio-util.el (ethio-sera-being-called-by-w3):
4333 New variable.
4334 (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
4335 instead of sera-being-called-by-w3.
4336 (ethio-fidel-to-sera-buffer): Likewise.
4337 (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
4338 instead of sera-being-called-by-w3.
4339 (ethio-write-file): Likewise.
4340
4341 2004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4342
4343 * printing.el: Doc fix.
4344
4345 2004-04-05 Nick Roberts <nick@nick.uklinux.net>
4346
4347 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
4348 (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
4349 (gdb-setup-windows): Only use separate IO buffer if required.
4350
4351 2004-04-06 Kim F. Storm <storm@cua.dk>
4352
4353 * term.el (term-is-xemacs): Remove.
4354 (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
4355 (term-window-width): New function.
4356 (term-mode, term-check-size): Use it.
4357 (term-mode): Disable overflow-newline-into-fringe in term buffer.
4358
4359 2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
4360
4361 * cus-edit.el (custom-add-parent-links): Change unbound variable
4362 `symbol' to `name'.
4363
4364 2004-04-05 Jesper Harder <harder@ifa.au.dk>
4365 * info.el (info-apropos): New function.
4366 (Info-mode-menu): Add it.
4367 (Info-find-node, Info-find-node-2): Grok apropos virtual file.
4368
4369 * help-mode.el (help-make-xrefs): Recognize aliased variable with
4370 inherited docstring.
4371
4372 * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
4373
4374 2004-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
4375
4376 * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
4377
4378 * progmodes/compile.el (font-lock): Don't require any more.
4379 (compilation-error-properties, compilation-start, compilation-sentinel)
4380 (compilation-filter, next-error): Use with-current-buffer.
4381 (compilation-skip-to-next-location, compilation-skip-threshold)
4382 (compilation-skip-visited): Move to silence the byte-compiler.
4383 (compilation-setup): Simplify.
4384 (compilation-next-error): Use line-(beginning|end)-position.
4385 Make sure `pt' is non-nil before using compilation-loop.
4386 (compile-goto-error): Add optional event arg. Use it.
4387 (compile-mouse-goto-error): Make it an alias of compile-goto-error.
4388 (compilation-minor-mode-map, compilation-shell-minor-mode-map):
4389 Update the binding for mouse-2.
4390 (first-error): Set compilation-current-error to nil rather than bob.
4391 (compilation-parsing-end, compilation-parse-errors-function)
4392 (compilation-error-list, compilation-old-error-list):
4393 "New" compatibility variables.
4394 (compile-buffer-substring, compilation-compat-error-properties)
4395 (compilation-compat-parse-errors, compilation-forget-errors):
4396 New compatibility functions.
4397 (compilation-mode-font-lock-keywords): Use them.
4398
4399 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
4400
4401 * autorevert.el (auto-revert-handler): If point (or a window
4402 point) is at the end of the buffer, keep it there after
4403 reverting. This allows to tail a file.
4404 Mention this in the `Commentary'.
4405
4406 * format.el (format-write-file): Add optional argument CONFIRM
4407 and make it behave like the analogous argument to `write-file'.
4408
4409 2004-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4410
4411 * progmodes/ebnf2ps.el: Doc fix.
4412 (ebnf-version): New version number (4.2).
4413 (ebnf-syntax): Customization and docstring fix.
4414 (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
4415 Put autoloaded funs before first use.
4416 (ebnf-style-database): Add dtd entry.
4417 (ebnf-syntax-alist): Add dtd initialization.
4418 (ebnf-token-sequence): New fun.
4419 (ebnf-comment-table): Add new comment action character.
4420 (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
4421
4422 * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
4423 Type Definition for XML).
4424
4425 * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
4426 * progmodes/ebnf-bnf.el (ebnf-sequence):
4427 * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
4428 * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
4429 * progmodes/ebnf-yac.el (ebnf-yac-sequence):
4430 Code simplification: call ebnf-token-sequence.
4431
4432 2004-04-04 Eli Zaretskii <eliz@gnu.org>
4433
4434 * calendar/timeclock.el (timeclock-relative)
4435 (timeclock-get-project-function, timeclock-get-workday-function)
4436 (timeclock-query-out, timeclock-when-to-leave)
4437 (timeclock-when-to-leave-string, timeclock-log-data)
4438 (timeclock-generate-report, timeclock-in): Doc fixes.
4439
4440 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
4441
4442 * url/: New dir. Import the URL package from its repository.
4443
4444 2004-04-03 Andreas Schwab <schwab@suse.de>
4445
4446 * diff-mode.el (diff-mode): Fix missing quote.
4447
4448 2004-04-03 Juri Linkov <juri@jurta.org>
4449
4450 * descr-text.el (describe-property-list): Add `font-lock-face'.
4451
4452 * dired.el (dired-font-lock-keywords): Fix permission regexps.
4453
4454 2004-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4455
4456 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
4457 Use utf-16le on little endian machines and utf-16be otherwise.
4458
4459 2004-04-02 David Kastrup <dak@gnu.org>
4460
4461 * net/browse-url.el (browse-url-generic): Use call-process
4462 instead of start-process to allow browsers that fork and detach.
4463
4464 2004-04-01 Daniel Pfeiffer <occitan@esperanto.org>
4465
4466 * compile.el (compilation-current-error): New var.
4467 (compilation-setup, compile-mouse-goto-error)
4468 (compile-goto-error, next-error): Use it.
4469 (compilation-skip-to-next-location): Default to t, which gives
4470 contiguous skipping like old compile (where this was redundant).
4471 (compilation-next-error): Prevent previous-* commands from moving
4472 back to message at or just before point.
4473
4474 2004-04-01 Nick Roberts <nick@nick.uklinux.net>
4475
4476 * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
4477 (gdb-source-info): Don't display source at startup, if required.
4478 (gdb-show-main): New option.
4479 (gdba): Update documentation.
4480 (gdb-source): Cover case of auto-display output.
4481
4482 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
4483
4484 * autorevert.el: Delete obsolete autoload's and defvar's.
4485 (auto-revert-check-vc-info): New user option.
4486 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
4487 (auto-revert-handler-vc): Delete.
4488 (auto-revert-handler): Treat return value `fast' of
4489 buffer-stale-function specially. Check `auto-revert-check-vc-info'.
4490
4491 * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
4492 return `fast'.
4493
4494 * files.el (buffer-stale-function): Doc change.
4495
4496 2004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4497
4498 * printing.el: New tip on Tips section.
4499 (pr-version): New version number (6.7.4).
4500 (pr-shell-file-name): Initialization fix.
4501
4502 2004-03-31 Juri Linkov <juri@jurta.org>
4503
4504 * dired.el: Add autoload for `dired-do-touch'.
4505 (dired-touch-program): New var.
4506 (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
4507 (dired-no-confirm): Add `touch' to docstring.
4508
4509 * dired-aux.el (dired-do-touch): New fun.
4510 (dired-do-chxxx): Add argument -t for touch operation.
4511
4512 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
4513 `dired-move-to-filename-regexp'.
4514
4515 2004-03-31 H\e,Ae\e(Bkan Granath <hakan.granath@kau.se> (tiny change)
4516
4517 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
4518
4519 2004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4520
4521 * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
4522 and only if the buffer was modified.
4523
4524 2004-03-30 Kenichi Handa <handa@m17n.org>
4525
4526 * international/characters.el: Delete pairs for U+2308..U+230B.
4527
4528 2004-03-29 Nick Roberts <nick@nick.uklinux.net>
4529
4530 * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
4531 to detect the beginning of a level 2 or 3 annotation.
4532
4533 2004-03-29 Kenichi Handa <handa@m17n.org>
4534
4535 * international/ucs-tables.el (ucs-insert): Fix the error message.
4536
4537 2004-03-29 Kenichi Handa <handa@m17n.org>
4538
4539 * international/mule-util.el (char-displayable-p): Fix generation
4540 of XLFD file name.
4541
4542 * Makefile.in (setwins, setwins_almost): Change directory to $wd
4543 before finding directories by `find'.
4544
4545 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4546
4547 * subr.el (interactive-form): Delete. Now implemented in C.
4548
4549 * pcvs.el (cvs-parse-process): Workaround for Darwin.
4550
4551 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
4552 (vc-diff-label): New fun.
4553 (vc-diff-internal): Use it.
4554
4555 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
4556
4557 2004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4558
4559 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
4560
4561 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
4562 specify XML (EBNFX).
4563
4564 * progmodes/ebnf2ps.el: Doc fix.
4565 (ebnf-version): New version number (4.1).
4566 (ebnf-syntax): Adjust customization.
4567 (ebnf-style-database): Add ebnfx entry.
4568 (ebnf-syntax-alist): Add ebnfx initialization.
4569 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
4570
4571 * printing.el: Doc fix.
4572 (pr-version): New version number (6.7.3).
4573 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
4574 returns nil for mouse position. Reported by Drew Adams
4575 <drew.adams@oracle.com>.
4576 (pr-update-menus): Modify interactive declaration. Reported by Drew
4577 Adams <drew.adams@oracle.com>.
4578
4579 2004-03-28 Nick Roberts <nick@nick.uklinux.net>
4580
4581 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
4582 (gud-gdba-marker-filter): Log the process input and output, if
4583 required. From Stefan Monnier.
4584 (gdb-debug-log, gdb-enable-debug-log): New variables.
4585 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
4586
4587 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4588
4589 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
4590 From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
4591
4592 2004-03-27 Luc Teirlinck <teirllm@auburn.edu>
4593
4594 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
4595 Call vc-find-file-hook here instead of in auto-revert-buffers.
4596 (auto-revert-buffers): Delete call to vc-find-file-hook.
4597 (auto-revert-verbose, global-auto-revert-non-file-buffers)
4598 (global-auto-revert-mode, auto-revert-set-timer)
4599 (auto-revert-handler, auto-revert-buffers): Doc fixes.
4600
4601 2004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk>
4602
4603 * woman.el (woman-change-fonts): Rename local variable
4604 woman-font-alist to font-alist to avoid a compiler warning.
4605
4606 2004-03-27 Dave Love <fx@gnu.org>
4607
4608 * emacs-lisp/rx.el (rx): Doc fix.
4609 Fix copyright years.
4610
4611 * strokes.el (strokes-global-set-stroke-string): New function.
4612 (strokes-list-strokes): Cope with strings, not just commands.
4613 Set foreground colour of image.
4614 (strokes-global-set-stroke): Doc fix.
4615
4616 2004-03-26 Luc Teirlinck <teirllm@auburn.edu>
4617
4618 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
4619 Auto Revert mode.
4620 (Buffer-menu-files-only): New variable.
4621 (Buffer-menu-toggle-files-only): New function.
4622 (Buffer-menu-mode-map): Bind it to `T'.
4623 (Buffer-menu-mode): Mention `T' in docstring.
4624 Set buffer-stale-function.
4625 (list-buffers-noselect): Mark buffer non-modified and set
4626 Buffer-menu-files-only.
4627
4628 * dired.el (buffer-stale-function): Remove no longer needed defvar.
4629
4630 * autorevert.el (auto-revert-handler): Print revert message
4631 before, rather than after, reverting.
4632 (buffer-stale-function): Move to files.el.
4633
4634 * files.el (buffer-stale-function): Move here from autorevert.el.
4635
4636 2004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
4637
4638 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
4639
4640 * calc/calc.el (calc-mode-map): Use mapc.
4641
4642 * apropos.el (apropos-mode): Don't autoload.
4643 (apropos-symbols-internal): New fun. Extracted from `apropos'.
4644 (apropos): Use it.
4645 (apropos-print): Add optional `text' argument.
4646 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
4647 Don't assume point-min == 1.
4648
4649 * bs.el (bs-buffer-list): Use buffer-local-value.
4650 (bs--set-toggle-to-show): Use with-current-buffer.
4651
4652 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
4653 New funs.
4654 (list-buffers-noselect): Use them. Adjust :align-to to new style.
4655
4656 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
4657
4658 * dabbrev.el (dabbrev-expand): Fix regexp construction.
4659 (dabbrev--find-expansion): Use pop.
4660 (dabbrev--search): Use match-string-no-properties.
4661
4662 * dired.el (dired-mode): Use run-mode-hooks.
4663 (dired-move-to-end-of-filename): Use match-string.
4664
4665 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
4666 is bound before using it.
4667 (ediff-verbose-p): Make it into a var since it's not constant.
4668
4669 * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
4670
4671 * faces.el (read-face-font): Don't cons up unnecessarily.
4672 (header-line, tool-bar): Share common parts.
4673
4674 * files.el (file-relative-name): Use compare-strings.
4675
4676 * finder.el (finder-mode): Follow coding convention.
4677
4678 * subr.el (read-number): New function.
4679
4680 * ses.el (ses-read-number): Move to subr.el.
4681 (ses-set-header-row): Use read-number.
4682
4683 2004-03-26 Andre Spiegel <spiegel@gnu.org>
4684
4685 * vc-hooks.el (vc-arg-list): New function, which handles both
4686 compiled and uncompiled code.
4687 (vc-default-workfile-unchanged-p): Use it.
4688
4689 * vc.el (vc-print-log): Undo prev change, use new function
4690 vc-arg-list from vc-hooks.el.
4691
4692 2004-03-26 Masatake YAMATO <jet@gyve.org>
4693
4694 * simple.el (completion-setup-function): Emphasize the
4695 first uncommon characters in the completions; and de-emphasize
4696 the common prefix substrings.
4697 (completion-emphasis): New face.
4698 (completion-de-emphasis): New face.
4699
4700 2004-03-25 Juanma Barranquero <lektu@terra.es>
4701
4702 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
4703 Comment out (it's unused and unfinished code).
4704
4705 2004-03-25 Sam Steingold <sds@gnu.org>
4706
4707 * vc.el (vc-print-log): Fix a bug in the last patch:
4708 backend-function may be a byte-compiled object, not a lambda.
4709
4710 2004-03-25 Juri Linkov <juri@jurta.org>
4711
4712 * descr-text.el (describe-property-list): Add a button
4713 for `face' property that calls `describe-face'.
4714 Suggested by luis fernandes <elf@ee.ryerson.ca>
4715
4716 * international/mule.el (keyboard-coding-system):
4717 * kmacro.el (kmacro-call-macro): Fix docstring.
4718
4719 * dired.el: Fix comments.
4720
4721 * textmodes/fill.el (fill): Fix Info link.
4722
4723 * font-lock.el (fast-lock, lazy-lock):
4724 * jit-lock.el (jit-lock): Remove links to removed Support Modes
4725 Info node.
4726
4727 * eshell/eshell.el (eshell): Fix broken info-link.
4728
4729 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
4730 * eshell/em-banner.el (eshell-banner):
4731 * eshell/em-smart.el (eshell-smart):
4732 * eshell/esh-cmd.el (eshell-cmd):
4733 Comment out broken info-links to incomplete Info manual.
4734
4735 * info-xref.el: Fix commentary.
4736
4737 2004-03-25 Kevin Ryde <user42@zip.com.au>
4738
4739 * info-xref.el (info-xref-check-buffer): Report empty filename parts.
4740 Remove spurious node duplicate suppression, doesn't work, not wanted.
4741 (info-xref-output): Take format style args, add "sit-for 0" to let
4742 user see the results as they progress.
4743 (info-xref-check-all-custom): New function.
4744
4745 2004-03-25 Nick Roberts <nick@nick.uklinux.net>
4746
4747 * gdb-ui.el: Moved to progmodes.
4748
4749 2004-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
4750
4751 * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
4752
4753 2004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
4754
4755 * calendar/appt.el (appt-check): Remove superfluous progn.
4756 When finished with diary buffer: if it was not being displayed
4757 before, kill it; otherwise restore its original state.
4758 Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
4759
4760 * calendar/calendar.el (calendar-set-mode-line): Use total
4761 available mode-line width, rather than frame-width.
4762
4763 * calendar/diary-lib.el (fancy-diary-display): Set mode-line
4764 after mode change so effect not lost.
4765
4766 2004-03-23 Dave Love <fx@gnu.org>
4767
4768 * dired.el (dired) <defgroup>: Add link to manual.
4769 (dired-font-lock-keywords): Add highlighting on unusual permissions.
4770 (dired-revert): Use dolist.
4771 (dired-mode-map): Add U binding.
4772 (dired-mode): Add font-lock-beginning-of-syntax-function.
4773 (dired-garbage-files-regexp): Make it a defcustom.
4774
4775 2004-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
4776
4777 * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
4778 is equivalent to nil.
4779 (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
4780 (vc-arch-mode-line-string): Accept `added' state.
4781 (vc-arch-state): Use inode-sigs if available.
4782 (vc-arch-add-tagline): Rename from vc-arch-add-tag.
4783 Copy&delete existing id file if any. Fallback if uuidgen is absent.
4784 (vc-arch-tagline-re): New var.
4785 (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
4786 New functions.
4787 (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
4788 (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
4789
4790 * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
4791 (vc-file-not-found-hook): Use it.
4792
4793 * diff-mode.el (diff-default-read-only): Change default.
4794 (diff-mode-hook): Make it a defcustom. Add some options.
4795 (diff-mode-map): Bind diff-refine-hook.
4796 (diff-yank-handler): New var.
4797 (diff-yank-function): New fun.
4798 (diff-font-lock-keywords): Use them.
4799 (diff-end-of-file): Handle case where file-header looks like diff text.
4800 (diff-hunk-kill): Adjust to "new" hunk-next behavior.
4801 (diff-file-kill): Delete a subsequent empty line, if applicable.
4802 (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
4803 (diff-find-file-name): Use it.
4804 (diff-tell-file-name): New command.
4805 (diff-mode): Be careful with view-mode.
4806 (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
4807 New functions, for use in diff-mode-hook.
4808 (diff-find-source-location): Catch "regex too large" errors.
4809 (diff-apply-hunk, diff-test-hunk): Go to old or new file.
4810 (diff-refine-hunk): New command.
4811
4812 * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
4813 (smerge-context-menu-map): Remove unused var.
4814 (smerge-keep-all): Preserve markers.
4815 (smerge-keep-n): New fun.
4816 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
4817 (smerge-keep-current, smerge-ediff): Use it.
4818 (smerge-kill-current): Use it. Make it work on some 3-part conflicts.
4819 (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
4820 (smerge-resolve): Resolve trivial 3-part conflicts.
4821
4822 2004-03-23 Juri Linkov <juri@jurta.org>
4823
4824 * man.el (Man-width): New var.
4825 (Man-getpage-in-background): Use it.
4826 (Man-support-local-filenames): New var and fun.
4827 (Man-build-man-command): Don't add a second %s.
4828 (Man-fontify-manpage): Clean up message.
4829 (Man-mode): Set outline-regexp, outline-level,
4830 imenu-generic-expression.
4831
4832 * woman.el (woman-fill-frame): Doc fix.
4833 (woman-decode-region): Use window-width instead of frame-width.
4834
4835 * abbrevlist.el (list-one-abbrev-table):
4836 * descr-text.el (describe-char):
4837 * international/mule-diag.el (describe-current-coding-system):
4838 * international/quail.el (quail-insert-decode-map):
4839 Use window-width instead of frame-width.
4840
4841 * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
4842 (jka-compr-mode-alist-additions): Add tbz.
4843 (jka-compr-write-region, jka-compr-insert-file-contents):
4844 Add message for undefined compress-program.
4845 (jka-compr-write-region): Remove redundant var bindings.
4846
4847 * dired-x.el (dired-guess-shell-alist-default): Add choices for
4848 extracting files into subdirectory. Add tbz and dz. Fix regexps.
4849 Add extensions .[0-9] for man and nroff, and .pod for perldoc.
4850 (dired-man): Use dired-guess-shell-command.
4851 (dired-guess-shell-case-fold-search): Change defvar to defcustom.
4852 Change default nil to t.
4853
4854 * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
4855 (dired-compare-directories): Add default value for empty input.
4856
4857 * help-at-pt.el: Move suggestions for key bindings to Commentary.
4858
4859 * time.el (display-time-string-forms): Fix help-echo date format.
4860
4861 2004-03-22 Luc Teirlinck <teirllm@auburn.edu>
4862
4863 * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
4864 (buffer-stale-function): New variable.
4865 (auto-revert-list-diff, auto-revert-dired-file-list)
4866 (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
4867 (auto-revert-handler): Take over some functionality of deleted
4868 functions.
4869 (auto-revert-buffers): Delete call to auto-revert-buffer-p.
4870
4871 * dired.el (dired-directory-changed-p): New fun, extracted from
4872 dired-internal-noselect.
4873 (dired-buffer-stale-p): New fun.
4874 (dired-internal-noselect): Use dired-directory-changed-p.
4875 Eliminate revert messages.
4876 (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
4877
4878 2004-03-23 Kenichi Handa <handa@m17n.org>
4879
4880 * international/characters.el: Setup syntaxes for more parentheses
4881 Unicode characters.
4882
4883 * international/mule-cmds.el (select-safe-coding-system):
4884 Merge coding-system and auto-cs before comparing them.
4885
4886 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
4887
4888 * emacs-lisp/pp.el (pp-eval-expression): Simplify.
4889
4890 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
4891 normal-auto-fill-function and comment-indent-function.
4892 The default values now work just as well.
4893 Don't set font-lock-beginning-of-syntax-function since we already set
4894 syntax-begin-function.
4895 (lisp-outline-level): Put ;;;###autoload at same level as (.
4896 (prin1-char): Quote special chars.
4897
4898 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
4899 than with-no-warnings.
4900
4901 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
4902 if the source location can't be found.
4903 (edebug-compute-previous-result): Use prin1-char.
4904
4905 * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
4906 (debug-ignored-errors): Add an entry.
4907
4908 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
4909 (byte-compile-file): Output warning when deleting a file.
4910
4911 * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
4912 (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
4913
4914 * emacs-lisp/byte-opt.el (byte-compile-log-lap)
4915 (byte-compile-inline-expand): Use backquote.
4916 (byte-optimize-pure-func): Rename from byte-optimize-concat.
4917 (symbol-name, regexp-opt, regexp-quote): Mark as pure.
4918
4919 * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
4920
4921 * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
4922
4923 2004-03-22 Juri Linkov <juri@jurta.org>
4924
4925 * finder.el (finder-known-keywords): Fix data, tex, unix.
4926
4927 * play/landmark.el: Fix keywords.
4928
4929 * language/ethio-util.el (ethio-find-file): Doc fix.
4930
4931 * emacs-lisp/warnings.el: Doc fix.
4932
4933 * textmodes/ispell.el (ispell-help): Doc fix.
4934
4935 2004-03-21 Luc Teirlinck <teirllm@auburn.edu>
4936
4937 * format.el (format-insert-file): Always return a list of two
4938 elements, like insert-file-contents does.
4939
4940 2004-03-21 Andre Spiegel <spiegel@gnu.org>
4941
4942 * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
4943 and vc-BACKEND-diff.
4944 (vc-print-log): If the print-log implementation supports it, use
4945 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
4946 (vc-version-diff, vc-diff-internal): Doc fixes.
4947
4948 * vc-hooks.el (vc-default-workfile-unchanged-p): If the
4949 implementation supports it, let diff output go to *vc*,
4950 not *vc-diff*, since this is an internal call.
4951
4952 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
4953
4954 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
4955
4956 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
4957
4958 2004-03-21 Dave Love <fx@gnu.org>
4959
4960 * progmodes/cfengine.el (cfengine-mode):
4961 Set parse-sexp-ignore-comments.
4962
4963 * emacs-lisp/rx.el (rx): Work at compile time, not run time.
4964
4965 2004-03-21 Juanma Barranquero <lektu@terra.es>
4966
4967 * allout.el (allout-mode): Fix docstring.
4968
4969 2004-03-20 Luc Teirlinck <teirllm@auburn.edu>
4970
4971 * files.el (insert-directory): Fix bug if SWITCHES is a list.
4972
4973 * autorevert.el (auto-revert-interval): Make new value take
4974 effect immediately when set through Custom.
4975 (auto-revert-set-timer): Add interactive declaration.
4976
4977 2004-03-19 David Ponce <david@dponce.com>
4978
4979 * ruler-mode.el (ruler-mode-header-line-format-old):
4980 Don't `make-variable-buffer-local'.
4981 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
4982 (ruler-mode-header-line-format): Simply funcall the above.
4983 (ruler-mode): Use `make-local-variable' and `kill-local-variable'
4984 to save/restore a previous header line format.
4985 (ruler-mode-space): Don't depend on a numeric WIDTH value.
4986 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
4987 fringes and margins width.
4988 (ruler-mode-ruler-function): Default to ruler-mode-ruler.
4989
4990 2004-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
4991
4992 * log-edit.el (log-edit-font-lock-keywords): Typo.
4993
4994 * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
4995 (tex-send-tex-command): Rather than here.
4996 (tex-compilation-parse-errors): Simplify.
4997
4998 * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
4999
5000 * time.el (display-time-string-forms): Add help-echo with date on time.
5001
5002 * composite.el (compose-region): Use restore-buffer-modified-p.
5003
5004 * disp-table.el (standard-display-8bit): Simplify.
5005
5006 * server.el (server-process-filter): Delete temp frame.
5007
5008 * add-log.el (add-change-log-entry): Simplify.
5009
5010 2004-03-19 Kim F. Storm <storm@cua.dk>
5011
5012 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
5013 (hexl-follow-line): Don't require 'fringe.
5014
5015 * progmodes/compile.el (compilation-start): Always set
5016 compilation-last-buffer and return it.
5017
5018 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
5019
5020 * simple.el (clone-buffer): Doc fix.
5021
5022 2004-03-18 Juanma Barranquero <lektu@terra.es>
5023
5024 * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
5025
5026 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
5027
5028 * log-edit.el (log-edit-font-lock-keywords): New var.
5029 (log-edit-mode): Use it.
5030
5031 2004-03-17 Nick Roberts <nick@nick.uklinux.net>
5032
5033 * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
5034 properly for watching in speedbar.
5035
5036 2004-03-17 Masatake YAMATO <jet@gyve.org>
5037
5038 * smerge-mode.el (smerge-popup-context-menu):
5039 Put `unwind-protect' around `overlay-put' and `popup-menu'.
5040
5041 2004-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
5042
5043 * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
5044 (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
5045 Take sealed revisions into account.
5046 (vc-arch-checkin): Extract a summary line from the message.
5047
5048 2004-03-16 Masatake YAMATO <jet@gyve.org>
5049
5050 * register.el (register): Provide `register' feature.
5051
5052 2004-03-15 Masatake YAMATO <jet@gyve.org>
5053
5054 Added context menu support in smerge mode.
5055 Most of the part is written by Stefan Monnier.
5056
5057 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
5058 New keymap and menu.
5059 (smerge-text-properties): New function.
5060 (smerge-remove-props): New function.
5061 (smerge-popup-context-menu): New function.
5062 (smerge-resolve): Call `smerge-remove-props'.
5063 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
5064 (smerge-keep-current): Ditto.
5065 (smerge-kill-current): New function.
5066 (smerge-match-conflict): Put text properties.
5067 Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
5068
5069 2004-03-15 David Ponce <david@dponce.com>
5070
5071 * ruler-mode.el: (ruler-mode-left-fringe-cols)
5072 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
5073 (ruler-mode-right-scroll-bar-cols): Remove.
5074 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
5075 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
5076 Use fringe-columns and scroll-bar-columns.
5077
5078 2004-03-15 Masatake YAMATO <jet@gyve.org>
5079
5080 * hl-line.el (hl-line-range-function): New variable.
5081 (hl-line-move): New function.
5082 (global-hl-line-highlight): Use `hl-line-move'.
5083 (hl-line-highlight): Ditto.
5084
5085 * scroll-bar.el (scroll-bar-columns):
5086 * fringe.el (fringe-columns): New function derived from ruler-mode.el.
5087
5088 * ruler-mode.el (top-level): Require scroll-bar and fringe.
5089 (ruler-mode-left-fringe-cols)
5090 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
5091 (ruler-mode-right-scroll-bar-cols)
5092 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
5093 (ruler-mode-ruler-function): New variable.
5094 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
5095 if the value for `ruler-mode-ruler-function'is given.
5096
5097 * hexl.el (hexl-mode-hook): Make the hook customizable.
5098 (hexl-address-area, hexl-ascii-area): New customize variables.
5099 (hexlify-buffer): Put font-lock-faces on the address area and
5100 the ascii area.
5101 (hexl-activate-ruler): New function.
5102 (hexl-follow-line): New function.
5103 (hexl-highlight-line-range): New function.
5104 (hexl-mode-ruler): New function.
5105
5106 2004-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
5107
5108 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
5109 (vc-default-find-file-hook): New fun.
5110 (vc-find-file-hook): Call new find-file-hook operation.
5111
5112 * vc-arch.el: New file.
5113
5114 2004-03-12 Jesper Harder <harder@ifa.au.dk>
5115
5116 * info-look.el (info-lookup): Reuse an existing Info window.
5117
5118 2004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>
5119
5120 * woman.el (woman-preserve-ascii): Default value changed to t and
5121 doc string revised.
5122
5123 2004-03-12 Richard M. Stallman <rms@gnu.org>
5124
5125 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
5126 Fix minor bug.
5127
5128 * replace.el (occur-engine): Change message for count of matches.
5129
5130 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
5131 For strings, do compare text properties.
5132
5133 2004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
5134
5135 * progmodes/compile.el (compile-auto-highlight)
5136 (compilation-error-list, compilation-old-error-list)
5137 (compilation-parse-errors-function, compilation-parsing-end)
5138 (compilation-error-message, compilation-directory-stack)
5139 (compilation-enter-directory-regexp-alist)
5140 (compilation-leave-directory-regexp-alist)
5141 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
5142 (compilation-current-file, compilation-regexps): Remove vars.
5143
5144 (compile-error-at-point, compilation-error-filedata)
5145 (compilation-error-filedata-file-name, compile-reinitialize-errors)
5146 (compilation-next-error-locus, compilation-forget-errors)
5147 (count-regexp-groupings, compilation-parse-errors)
5148 (compile-collect-regexps, compile-buffer-substring): Remove funs.
5149
5150 (compile-internal): Make obsolete.
5151
5152 (compilation-first-column, compilation-error)
5153 (compilation-directory-matcher, compilation-page-delimiter)
5154 (compilation-mode-font-lock-keywords, compilation-debug)
5155 (compilation-error-face, compilation-warning-face)
5156 (compilation-info-face, compilation-line-face)
5157 (compilation-column-face, compilation-enter-directory-face)
5158 (compilation-leave-directory-face, compilation-skip-threshold)
5159 (compilation-skip-visited, compilation-context-lines): New vars.
5160
5161 (compilation-warning-face, compilation-info-face)
5162 (compilation-message-face): New faces.
5163
5164 (compilation-error-regexp-alist-alist): New constant.
5165
5166 (compilation-face, compilation-directory-properties)
5167 (compilation-assq, compilation-error-properties, compilation-start)
5168 (define-compilation-mode, compilation-loop)
5169 (compilation-set-window): New functions.
5170
5171 (compile): Additional argument for interactive compiles like TeX.
5172
5173 * progmodes/grep.el (kill-grep): Move here from compile.el
5174 (grep-error, grep-hit-face, grep-error-face)
5175 (grep-mode-font-lock-keywords): New variables.
5176 (grep-regexp-alist): Simplify regexp and add `binary' case.
5177 (grep-mode): New mode.
5178 (grep-process-setup): Simplify.
5179
5180 2004-03-11 Jason Rumney <jasonr@gnu.org>
5181
5182 * net/ldap.el (ldap-search-internal): Handle file URLs with drive
5183 letters on DOS/Windows.
5184
5185 2004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
5186
5187 * server.el (server-name): New var.
5188 (server-socket-dir): New var to replace server-socket-name.
5189 (server-start): Use them.
5190
5191 2004-03-11 Simon Josefsson <jas@extundo.com>
5192
5193 * mail/smtpmail.el (smtpmail-read-response): Abort if process has
5194 died to avoid infloop. Reported by Jonathan Glauner
5195 <jglauner@sbum.org>.
5196
5197 2004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
5198
5199 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
5200 (smerge-mode-menu): Use it to deactivate menu entries.
5201 (smerge-keep-current): New fun.
5202 (smerge-keep-current): Use it.
5203
5204 2004-03-10 John Paul Wallington <jpw@gnu.org>
5205
5206 * foldout.el (foldout-fold-list, foldout-modeline-string):
5207 Declare them as variables, not constants.
5208
5209 2004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5210
5211 * ps-print.el: Modification to print *Messages* buffer.
5212 (ps-print-version): New version 6.6.4.
5213 (ps-message-log-max): New fun.
5214 (ps-spool-without-faces, ps-spool-with-faces)
5215 (ps-count-lines-preprint): Code fix.
5216
5217 * printing.el: New tips in Tips section.
5218
5219 2004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5220
5221 * delim-col.el: Doc fix.
5222
5223 * printing.el: Doc fix. New doc section (Tips).
5224
5225 2004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
5226
5227 * type-break.el (type-break-emacs-variant): Remove.
5228 (type-break-run-at-time, type-break-cancel-function-timers):
5229 Use fboundp rather than version name and number.
5230
5231 2004-03-09 Masatake YAMATO <jet@gyve.org>
5232
5233 * hexl.el (hexl-mode): Use `make-local-variable' instead of
5234 `make-variable-buffer-local'.
5235
5236 2004-03-08 Michael Albinus <Michael.Albinus@alcatel.de>
5237
5238 * find-dired.el (find-dired): Call `shell-command' instead of
5239 `start-process-shell-command'. By this, Tramp takes over
5240 handling of remote directories.
5241
5242 2004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
5243
5244 * newcomment.el (comment-use-global-state): New var.
5245 (comment-search-forward): Use it.
5246
5247 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
5248
5249 * cus-edit.el (fill) <defgroup>: Move to fill.el.
5250
5251 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
5252 (enable-kinsoku): Make it a defcustom.
5253 (fill-comment-paragraph): Don't rely on fill-prefix to bound the
5254 paragraph to same-comment-start-marker.
5255
5256 2004-03-07 Dave Love <fx@gnu.org>
5257
5258 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
5259 (browse-url-mail): Use it.
5260
5261 * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
5262 (rfc2368-unhexify-string): Use replace-regexp-in-string.
5263
5264 2004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
5265
5266 * woman.el (woman-man.conf-path): Doc fix.
5267 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
5268
5269 2004-03-07 Eli Zaretskii <eliz@gnu.org>
5270
5271 * sort.el (sort-columns): Remove ms-dos from the list of systems
5272 where the external `sort' command is not used.
5273
5274 2004-03-07 Kim F. Storm <storm@cua.dk>
5275
5276 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
5277 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
5278 from overlay-arrow-variable-list.
5279 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
5280
5281 2004-03-06 Nick Roberts <nick@nick.uklinux.net>
5282
5283 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
5284 overlay arrow string properly for the assembler buffer.
5285
5286 2004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
5287
5288 * mail/sendmail.el (mail-mode): Fix last change.
5289
5290 2004-03-05 Nick Roberts <nick@nick.uklinux.net>
5291
5292 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
5293 for the assembler buffer.
5294 (gdb-assembler-custom): Position the overlay arrow.
5295 (gdb-put-arrow, gdb-remove-arrow): Delete functions.
5296
5297 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
5298
5299 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
5300
5301 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
5302 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
5303
5304 * mail/sendmail.el (mail-mode): Set comment-start-skip.
5305
5306 * newcomment.el (uncomment-region): Allow non-terminated comment.
5307 (comment-normalize-vars): Check the user-specified comstart marker.
5308
5309 2004-03-04 Jesper Harder <harder@ifa.au.dk>
5310
5311 * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
5312 Otherwise, do use it if the region only contains font-lock text
5313 properties.
5314
5315 2004-03-04 Masatake YAMATO <jet@gyve.org>
5316
5317 * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
5318 as the callback function for eldoc.
5319 (hexl-print-current-point-info): New function.
5320 (hexl-current-address): Print the address in both decimal
5321 and hexadecimal format.
5322
5323 2004-03-04 Richard M. Stallman <rms@gnu.org>
5324
5325 * mail/rmail.el (rmail-convert-to-babyl-format):
5326 Specify t for UNIBYTE when calling mail-unquote-printable-region.
5327
5328 * mail/mail-utils.el (mail-unquote-printable-region):
5329 New arg UNIBYTE.
5330
5331 * startup.el (command-switch-alist): Doc fix.
5332
5333 * simple.el (undo): Temporarily set this-command to `undo-start',
5334 then set it to `undo' once undo-start returns without error.
5335
5336 * simple.el (minibuffer-history-sexp-flag): Doc fix.
5337
5338 * simple.el (kill-line): Don't disregard trailing whitespace
5339 in eol condition, if show-trailing-whitespace is set.
5340
5341 * mouse-sel.el (mouse-sel-has-been-enabled): New var.
5342 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
5343 When disabling, restore old values only if mouse-sel-has-been-enabled.
5344
5345 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
5346 (isearch-{-char): New function.
5347 (isearch-mode-map): Bind { to isearch-{-char.
5348
5349 * font-lock.el (lisp-font-lock-keywords-2):
5350 Turn off the CL with-... and do-... general patterns.
5351 Instead, recognize several specific with... and do... constructs.
5352
5353 * files.el (switch-to-buffer-other-window):
5354 Bind same-window-buffer-names and same-window-regexps to nil.
5355 (switch-to-buffer-other-frame): Likewise.
5356
5357 2004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
5358
5359 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
5360 recognizing leading comment on code line.
5361
5362 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
5363
5364 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
5365 hidden files/directories.
5366
5367 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
5368
5369 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
5370 only comment-start (in case the mode hasn't set it).
5371
5372 * Makefile.in (AUTOGENEL): New var.
5373 (bootstrap-prepare): Rename from bootstrap-clean.
5374 Don't remove elc files.
5375 (maintainer-clean): New target.
5376
5377 * xml.el (xml-get-attribute-or-nil): Simplify.
5378
5379 2004-03-02 Juri Linkov <juri@jurta.org>
5380
5381 * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
5382 (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
5383 URL to prevent their substitution with the environment variable
5384 values by browsers.
5385
5386 2004-03-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5387
5388 * ps-print.el: Doc fix.
5389 (ps-print-version): New version number (6.6.3).
5390 (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
5391 Docstring fix.
5392 (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
5393 before printing.
5394 (ps-time-stamp-yyyy-mm-dd): New fun.
5395 (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
5396
5397 2004-03-02 Kim F. Storm <storm@cua.dk>
5398
5399 * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
5400
5401 2004-03-01 Juanma Barranquero <lektu@terra.es>
5402
5403 * allout.el (allout-rebullet-heading): Fix typo in docstring.
5404
5405 * desktop.el (desktop-file-version)
5406 (desktop-after-read-hook): Fix typos.
5407 (desktop-clear-preserve-buffers): Remove redundant info in
5408 docstring already shown by the obsolescence message.
5409 (desktop-truncate, desktop-internal-v2s)
5410 (desktop-value-to-string): Change argument name to match docstring.
5411
5412 * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
5413
5414 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
5415 docstring.
5416
5417 2004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5418
5419 * printing.el: Replace "As Is..." in PostScript file print/preview by
5420 "No Preprocessing...". Suggested by Colin Marquardt
5421 <_marquardt_@zmd.de>.
5422 (pr-insert-section-4): Adjust buffer interface.
5423
5424 2004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
5425
5426 Version 2.0.39 of Tramp released.
5427
5428 * net/tramp.el (tramp-handle-file-local-copy)
5429 (tramp-handle-write-region, tramp-open-connection-rsh):
5430 Variable name typo. Small change. From Patrick Tullmann
5431 <tullmann@flux.utah.edu>.
5432 (tramp-process-connection-type): New variable.
5433 (tramp-maybe-open-connection): Use it.
5434 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
5435 (tramp-touch): Set last-modified time of a remote file.
5436 (tramp-handle-write-region): Say which function is used when encoding.
5437
5438 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
5439
5440 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
5441 case of non-existing filename, too. Reported by Christoph Bauer
5442 <c_bauer@informatik.uni-kl.de>.
5443 (tramp-smb-get-file-entries): The directory in question should
5444 have permissions "drwxrwxrwx". Just virtual, because we don't
5445 know the real permissions. Don't we know?
5446 (tramp-smb-prompt): Add virtual prompt from listing shares, too.
5447 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
5448 (tramp-smb-wait-for-output): Optimize algorithm getting pending
5449 output. If it was received chunkwise, there have been problems.
5450 Remove the "prompt not found" error message; it is obvious.
5451 Simplify algorithm.
5452 (tramp-smb-process-running): Remove. Since we acknowledge the
5453 virtual prompt for shares, there's no need for distinction of
5454 reading shares (process ends afterwards) and interactive mode of
5455 smblient.
5456 (tramp-smb-open-connection): Setting process sentinel removed.
5457 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
5458 "NT_STATUS_NETWORK_ACCESS_DENIED".
5459 (tramp-smb-maybe-open-connection): Set `process-connection-type'
5460 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>.
5461 (top-level): Setting default value in `tramp-default-method-alist'
5462 corrected. Order of USER and HOST have been wrong.
5463 Nobody complained for months ...
5464 (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
5465 (tramp-smb-open-connection): Clear password cache if login has failed.
5466
5467 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
5468 `tramp-unified-filenames'.
5469 (tramp-completion-mode): Make test for XEmacs explicitely.
5470 `event-to-character' can exists in Emacs packages too.
5471 Reported by Matt Swift <swift@alum.mit.edu>.
5472 (tramp-buffer-name): Buffer name must contain the user if exists.
5473 Reported by Adrian Phillips <a.phillips@met.no>.
5474 (tramp-do-copy-or-rename-file): Handle out-of-band methods.
5475 Call `tramp-do-copy-or-rename-file-out-of-band' this case.
5476 (tramp-do-copy-or-rename-file-out-of-band): Rename from
5477 `tramp-do-copy-or-rename-file-one-local', because it handles also
5478 the case both files use the same out-of-band method.
5479 Implementation added.
5480 (tramp-handle-file-local-copy, tramp-handle-write-region):
5481 Out-of-band handling removed. `copy-file' called instead, which
5482 calls `tramp-do-copy-or-rename-file-out-of-band'.
5483 (tramp-action-password): Check for out-of-band method removed.
5484 This function is used for 'login-program.
5485 (tramp-post-connection): Use `tramp-method-out-of-band-p' when
5486 appropriate.
5487 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
5488 and `tramp-parse-sknownhosts'.
5489 (tramp-completion-function-alist): It's a defvar now, because we
5490 want to apply the optimized `tramp-set-completion-function'
5491 instead of a static list.
5492 (tramp-set-completion-function): Implementation tuned.
5493 Avoid double entries, and entries where the function or the
5494 file/directory doesn't exist.
5495 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
5496 for SSH2.
5497 (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
5498 (tramp-handle-dired-compress-file): New function.
5499 (tramp-async-proc): New variable.
5500 (tramp-handle-shell-command): Adding asynchronous processes.
5501 They are far from being perfect, but it works at least for
5502 `find-grep-dired' and `find-name-dired' in Emacs 21.4.
5503 (top-level): Require password.el if visible. Should be mandatory
5504 once No Gnus has found its way into (X)Emacs.
5505 (tramp-read-passwd): Invoke `password-read' if available,
5506 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
5507 fallback any longer.
5508 (tramp-clear-passwd): New function.
5509 (tramp-process-actions, tramp-process-multi-actions):
5510 Clear password cache if login has failed.
5511
5512 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has
5513 its own module.
5514 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
5515 `ange-ftp-ftp-name-res'. There could be incorrect values from
5516 previous calls in case the "ftp" method is used in the Tramp file
5517 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
5518
5519 2004-02-28 Richard M. Stallman <rms@gnu.org>
5520
5521 * term.el (term-mouse-paste): Call mouse-set-point.
5522
5523 * thumbs.el: New file.
5524
5525 2004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5526
5527 * progmodes/ebnf-abn.el: Doc fix.
5528
5529 * progmodes/ebnf-bnf.el: Doc fix.
5530 (ebnf-repeat): Code fix.
5531
5532 * progmodes/ebnf2ps.el: Doc fix.
5533 (ebnf-syntax-directory, ebnf-syntax-file): New funs.
5534
5535 2004-02-28 Juri Linkov <juri@jurta.org>
5536
5537 * ffap.el (dired-at-point): Additional writability test for
5538 relative directory names.
5539 (dired-at-point-prompter): Treat directories as a directory, get
5540 the directory component from files.
5541 (ffap-string-at-point): Return string from region if region is active.
5542 (ffap-file-at-point): Remove redundant code.
5543
5544 2004-02-28 Kim F. Storm <storm@cua.dk>
5545
5546 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
5547 Initialize margin area images to nil.
5548 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
5549 (breakpoint-enabled-bitmap-face)
5550 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
5551 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
5552 (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
5553 (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
5554 (gdb-reset): Use gdb-remove-breakpoint-icons.
5555 (gdb-put-string): Add dprop arg to specify alternative display
5556 property (for setting fringe bitmap).
5557 (gdb-remove-strings): Doc fix.
5558 (gdb-put-breakpoint-icon): New defun which displays a breakpoint
5559 icon in fringe (if available), or else as icon or text in display
5560 margin. Creates necessary icons in breakpoint-bitmap,
5561 breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
5562 Also make left window margin if required.
5563 (gdb-remove-breakpoint-icons): New defun to remove breakpoint
5564 icons inserted by gdb-put-breakpoint-icon. Remove left margin if
5565 no longer needed.
5566 (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
5567 gdb-put-breakpoint-icon.
5568 (gdb-assembler-mode): Don't set left-margin-width here.
5569
5570 2004-02-27 Kevin Ryde <user42@zip.com.au>
5571
5572 * info-look.el: In scheme-mode symbol regexp, disallow backquote and
5573 comma, so that it DTRT in macros.
5574
5575 2004-02-27 Markus Rost <rost@mathematik.uni-bielefeld.de>
5576
5577 * progmodes/sh-script.el (sh-shell-arg)
5578 (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
5579 (sh-leading-keywords, sh-other-keywords): Fix custom type.
5580
5581 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
5582
5583 * faces.el (face-spec-set-match-display): Add a new attribute,
5584 `min-colors'.
5585 (region, highlight, secondary-selection): Use `min-colors'.
5586
5587 * custom.el (defface): Add documentation for `min-colors'.
5588
5589 * font-lock.el (font-lock-comment-face, font-lock-string-face)
5590 (font-lock-keyword-face, font-lock-function-name-face)
5591 (font-lock-variable-name-face, font-lock-constant-face):
5592 Use `min-colors'.
5593
5594 * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
5595
5596 2004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5597
5598 * progmodes/ebnf2ps.el: Doc fix. For compatibility with Emacs 20,
5599 define assq-delete-all if it's not defined.
5600 (ebnf-generate-region): Code fix.
5601
5602 * printing.el: Doc fix.
5603 (pr-version): New version number (6.7.2).
5604 (pr-command): Return empty string if command is an empty string.
5605
5606 2004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5607
5608 * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
5609
5610 * progmodes/ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New
5611 arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
5612 semi-down-full. Fix a bug on productions like test = {"test"}* | (
5613 "tt" ["test"] ). Reported by Markus Dreyer
5614 <mdreyer@ix.urz.uni-heidelberg.de>.
5615 (ebnf-version): New version number (4.0).
5616 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
5617 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
5618 (ebnf-delete-style): New commands.
5619 (ebnf-directory, ebnf-file): New funs.
5620 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
5621 (ebnf-production-name-p, ebnf-stop-on-error): New options.
5622 (ebnf-syntax-alist): New var.
5623 (ebnf-element-width): New fun replacing ebnf-list-width.
5624 (ebnf-arrow-shape, ebnf-syntax): Custom fix.
5625 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
5626 (ebnf-prologue): Adjust vars.
5627 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
5628 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
5629 (ebnf-check-style-values, ebnf-generate-production)
5630 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
5631 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
5632 (ebnf-token-repeat): Code fix.
5633
5634 * progmodes/ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc,
5635 %right, %left and %prec. Suggested by Matthew K. Junker
5636 <junker@alum.mit.edu>.
5637 (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
5638
5639 * progmodes/ebnf-iso.el: Doc fix.
5640 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
5641 (ebnf-iso-lex): Code fix.
5642
5643 * progmodes/ebnf-bnf.el: Doc fix.
5644 (ebnf-bnf-lex): Code fix.
5645
5646 * progmodes/ebnf-otz.el: Doc fix.
5647
5648 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
5649
5650 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
5651 (abbrev-prefix-mark): Doc fix.
5652
5653 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
5654
5655 * gdb-ui.el (gud-watch): Load tooltip, if necessary.
5656 (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
5657 (gdb-var-delete): Make interactive (really).
5658 (gdb-edit-value): Make non-interactive.
5659
5660 * progmodes/gud.el (gud-speedbar-menu-items):
5661 Add gdb-var-delete and, indirectly, gdb-edit-value.
5662 (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
5663 (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
5664 (gud-gdb-marker-filter): Add comment for annotations.
5665
5666 2004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk>
5667
5668 * calendar/calendar.el (generate-calendar)
5669 (calendar-read-date): Prevent display of BC calendars once more -
5670 reverts 2003-10-01 change.
5671 (generate-calendar-month): Doc fix.
5672
5673 2004-02-03 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
5674
5675 * calendar/diary-lib.el (fancy-diary-display): Don't rely on
5676 return value of increment-calendar-month.
5677
5678 2004-02-21 Stephen Compall <s11@member.fsf.org>
5679
5680 * saveplace.el (save-place-forget-unreadable-files)
5681 (save-place-save-skipped, save-place-skip-check-regexp): New vars.
5682 (save-place-forget-unreadable-files): New function.
5683 (save-place-alist-to-file): Use it to filter out files that are
5684 no longer readable.
5685
5686 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
5687 current Texinfo environment, using the same method as in
5688 `texinfo-insert-@end', and insert a space rather than a newline if
5689 point in a @table environment.
5690
5691 2004-02-21 Juri Linkov <juri@jurta.org>
5692
5693 * ffap.el (ffap-file-at-point): Try parent directories.
5694
5695 2004-02-21 Klaus Zeitler <kzeitler@lucent.com>
5696
5697 * vcursor.el (vcursor-modifiers): New defcustom.
5698 (vcursor-cs-binding): Use vcursor-modifiers instead of a
5699 hard-coded list.
5700
5701 2004-02-21 Masatake YAMATO <jet@gyve.org>
5702
5703 * play/animate.el (animate-birthday-present): Accept names other
5704 than `Sarah', too.
5705
5706 2004-02-21 Juri Linkov <juri@jurta.org>
5707
5708 * startup.el: Remove table of command line arguments from the
5709 Commentary section.
5710
5711 2004-02-20 John Wiegley <johnw@newartisans.com>
5712
5713 * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
5714 again" modifier from 'e' to 'E', since 'e' is also used by the
5715 "file extension" modifier.
5716
5717 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
5718
5719 * help-fns.el (describe-categories): Doc fix.
5720
5721 2003-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
5722
5723 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
5724 temporary file for buffer already visiting one. This change makes
5725 output likely to be directly usable by patch program.
5726 Suggested by Adrian Aichner <adrian@xemacs.org>
5727
5728 2004-02-20 Nick Roberts <nick@nick.uklinux.net>
5729
5730 * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
5731 case of variables defined in compound statements.
5732 (gdb-setup-windows, gdb-source-info, gdb-source-info):
5733 Simplify constructions using switch-to-buffer.
5734
5735 2004-02-19 Simon Josefsson <jas@extundo.com>
5736
5737 * play/morse.el: Fix typo.
5738 (morse-code): Add @.
5739
5740 2004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
5741
5742 * calendar/appt.el (appt-display-format): Change default to
5743 'ignore, for backwards compatibility.
5744 (appt-display-message): If appt-display-format is 'ignore,
5745 respect old vars appt-msg-window and appt-visible.
5746 (appt-activate): Don't depend on return value of cancel-timer.
5747
5748 * calendar/calendar.el (calendar-holidays): Doc fix.
5749
5750 * calendar/cal-coptic.el (coptic-prompt-for-date):
5751 Use assoc-string instead of assoc-ignore-case.
5752 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
5753 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
5754 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
5755 * calendar/cal-islam.el (calendar-goto-islamic-date)
5756 (mark-islamic-diary-entries): Ditto.
5757 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
5758 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
5759 (calendar-read-mayan-tzolkin-date): Ditto.
5760 * calendar/calendar.el (calendar-read-date): Ditto.
5761 * calendar/diary-lib.el (mark-diary-entries): Ditto.
5762
5763 2004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de>
5764
5765 * progmodes/executable.el (executable-command-find-posix-p):
5766 Fix choice of the directory.
5767
5768 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
5769
5770 * simple.el (interprogram-cut-function)
5771 (interprogram-paste-function, kill-new, kill-append):
5772 Doc fixes.
5773 (kill-region): Make it return nil. Doc fix.
5774 (yank-pop): Make its argument optional.
5775 (yank): Make ARG `-' equivalent to `-1'.
5776
5777 2004-02-17 Eli Zaretskii <eliz@gnu.org>
5778
5779 * mail/rmail.el (rmail-get-new-mail): Don't reference
5780 rmail-use-spam-filter if rmail-spam-filter is not loaded.
5781
5782 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
5783
5784 * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
5785 if one of global-auto-revert-non-file-buffers or autorevert-mode
5786 is non-nil.
5787
5788 2004-02-16 Eli Zaretskii <eliz@gnu.org>
5789
5790 * subr.el (delete-dups): A better implementation from Karl Heuer
5791 <kwzh@gnu.org>.
5792
5793 2004-02-16 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
5794
5795 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
5796 correct place.
5797 * progmodes/icon.el (icon-indent-command): Ditto.
5798 * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
5799
5800 2004-02-16 Eli Zaretskii <eliz@gnu.org>
5801
5802 * progmodes/grep.el (grep-compute-defaults): Undo change from
5803 2004-01-29: don't use executable-command-find-posix-p.
5804
5805 2004-02-16 Richard Sharman <rsharman@pobox.com>
5806
5807 * hilit-chg.el: Use require instead of eval-and-compile.
5808 (highlight-compare-buffers): New function.
5809
5810 2004-02-16 John Basrai <jbasrai@comcast.net> (tiny change)
5811
5812 * man.el (Man-fontify-manpage): Render section headings in
5813 `Man-overstrike-face' even when overstrike was not used by man
5814 formatter for section headings.
5815
5816 2004-02-16 Eli Tziperman <eli@deas.harvard.edu>
5817
5818 * rmail-spam-filter.el: (vm-use-spam-filter)
5819 (rsf-min-region-length-added-to-spam-list): New variables.
5820 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
5821 rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for
5822 spam testing. Don't delete spam message if automatic deletion
5823 after output via variable rmail-delete-after-output is turned on.
5824 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
5825 rsf-bbdb-dont-create-entries-for-spam.
5826 (check-field): New function, extracted from code in
5827 rmail-spam-filter to ease addition of header fields like content-type.
5828 (message-content-type): New variable to check the content-type:
5829 field added, also in defcustom of rsf-definitions-alist.
5830 (rmail-spam-filter): Replace repeated test code for header fields
5831 by calls to check-field; change the call to
5832 rmail-output-to-rmail-file such that rmail-current-message stays
5833 the same to avoid wrong deletion of unseen flags.
5834 (rsf-add-contents-type): New function to convert old format
5835 of rmail-spam-definitions-alist into new one.
5836 Change prefixes of all variables and functions from
5837 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
5838
5839 2004-02-16 Eli Zaretskii <eliz@gnu.org>
5840
5841 * loadhist.el (unload-hook-features-list): New defvar.
5842
5843 2004-02-16 Dave Love <fx@gnu.org>
5844
5845 * loadhist.el (unload-feature): Doc fix. Rename flist to
5846 unload-hook-features-list.
5847
5848 2004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
5849
5850 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
5851 cookie. Don't check if we are looking-at open-formula.
5852
5853 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
5854
5855 * subr.el (match-string-no-properties): Use substring-no-properties.
5856
5857 2004-02-16 Eli Zaretskii <eliz@gnu.org>
5858
5859 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
5860 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
5861 Use lower-case "rx" in all error message.
5862
5863 2004-02-16 Dave Love <fx@gnu.org>
5864
5865 * emacs-lisp/rx.el (rx-or): Put group around result.
5866 (rx-constituents): Add backref.
5867 (rx-syntax): Add string-delimiter, comment-delimiter.
5868 (rx-categories): Add combining-diacritic.
5869 (rx-check-not, rx-greedy, rx): Doc fix.
5870 (rx-backref, rx-check-backref): New.
5871
5872 2004-02-16 Jesper Harder <harder@ifa.au.dk>
5873
5874 * newcomment.el (uncomment-region): Allow eob as comment end.
5875
5876 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
5877
5878 * filecache.el: All message and error commands now use prefix
5879 "Filecache:" to make it easy to read *Messages* buffer.
5880
5881 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
5882
5883 * autorevert.el: Add support to detect changed dired and VC buffers.
5884 (auto-revert-active-p, auto-revert-list-diff)
5885 (auto-revert-dired-file-list, auto-revert-dired-changed-p)
5886 (auto-revert-handler, auto-revert-active-p): New functions.
5887 (auto-revert-buffers): Move revert logic to `auto-revert-handler'
5888 and `auto-revert-active-p'.
5889 (eval-when-compile): Defvar dired-directory and vc-mode.
5890 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
5891 (auto-revert-handler-vc): New functions.
5892
5893 2004-02-16 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
5894
5895 * progmodes/compile.el (compilation-directory): New defvar.
5896 (compile): Save current directory in compilation-directory.
5897 (recompile): Bind default-directory to compilation-directory if
5898 that is non-nil.
5899
5900 2004-02-16 Dave Love <fx@gnu.org>
5901
5902 * newcomment.el (comment-insert-comment-function)
5903 (comment-region-function, uncomment-region-function): New.
5904 (comment-indent): Use comment-insert-comment-function.
5905 (uncomment-region): Use uncomment-region-function.
5906 (comment-region): Use comment-region-function.
5907
5908 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
5909
5910 2004-02-16 Richard Stallman <rms@gnu.org>
5911
5912 * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
5913 loaddefs* and ldefs-boot*.
5914
5915 2004-02-16 Eli Zaretskii <eliz@gnu.org>
5916
5917 * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
5918 and email address at the beginning and end of the address.
5919
5920 * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
5921 anchored at the beginning of the email address.
5922
5923 2004-02-16 TAKAI Kousuke <tak@kmc.gr.jp> (tiny change)
5924
5925 * international/ccl.el (ccl-compile-write): Pass `left' to
5926 ccl-embed-code to generate correct code of write-expr-register.
5927
5928 2004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change)
5929
5930 * progmodes/grep.el (grep-compute-defaults): Fix typos.
5931
5932 2004-02-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5933
5934 * x-dnd.el: Mention support for Motif in commentary.
5935 (x-dnd-handle-drag-n-drop-event): Ditto.
5936
5937 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
5938
5939 * ses.el: Use "ses--" prefixes for buffer-local variables.
5940 Use (point-min) instead of 1, even when we know the buffer
5941 is unnarrowed.
5942 (ses-build-load-map): Delete. Distribute its content to defconst's for
5943 the three maps.
5944 (ses-menu, ses-header-line-menu): New menus.
5945 (ses-mode-map): Use them.
5946 (ses-read-number) New fun. Duplicates code from interactive "N" spec.
5947
5948 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
5949
5950 * Makefile.in: Fix the CC Mode recompile kludge so it works
5951 when building in a different directory.
5952
5953 2004-02-13 Luc Teirlinck <teirllm@auburn.edu>
5954
5955 * simple.el (kill-new): Put yank-handler property on the entire string.
5956
5957 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
5958
5959 * diff.el: Don't use compile any more, use diff-mode instead.
5960 (diff-regexp-alist, diff-old-file, diff-new-file)
5961 (diff-parse-differences, diff-process-setup): Remove.
5962 (diff-sentinel): New fun.
5963 (diff): Use it. Run the process ourselves.
5964 Use diff-mode for the rest of the processing.
5965
5966 * diff.el (diff): Simplify code handling `switch'.
5967
5968 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
5969
5970 * pcvs-defs.el (cvs-menu): Add `tag'.
5971
5972 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
5973
5974 * simple.el (kill-append): Doc fix.
5975
5976 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
5977 Adapt outline-regexp to the new conventions for commenting out code.
5978
5979 2004-02-11 John Paul Wallington <jpw@gnu.org>
5980
5981 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
5982
5983 2004-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
5984
5985 * diff.el (diff-switches): New fun.
5986 (diff, diff-backup): Use it.
5987 (diff): Clean up the args construction. Use backquote.
5988 Use listp instead of consp to avoid putting a nil arg.
5989 (diff): Add a revert-buffer function.
5990
5991 2004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5992
5993 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
5994 handled by x-dnd-handle-file-name.
5995 (x-dnd-known-types): Add COMPOUND_TEXT.
5996 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
5997 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
5998 x-dnd-empty-state.
5999 (x-dnd-forget-drop): Ditto.
6000 (x-dnd-save-state): Add optional parameter extra-data (for Motif).
6001 (x-dnd-handle-one-url): Return private when inserting text.
6002 (x-dnd-insert-ctext): New function.
6003 (x-dnd-handle-file-name): New function for FILE_NAME.
6004 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
6005 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
6006 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
6007
6008 2004-02-10 Kenichi Handa <handa@m17n.org>
6009
6010 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
6011 instead of while loop.
6012
6013 2004-02-10 Miles Bader <miles@gnu.org>
6014
6015 * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
6016
6017 2004-02-09 Kenichi Handa <handa@m17n.org>
6018
6019 * tar-mode.el (tar-extract): Fix for the case that a file doesn't
6020 have end-of-line.
6021
6022 2004-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
6023
6024 * Makefile.in: Added extra dependencies in the recompile target
6025 needed to cope with the compile time macro expansions in CC Mode.
6026
6027 2004-02-09 Kim F. Storm <storm@cua.dk>
6028
6029 * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
6030 (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
6031 (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
6032 (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
6033 (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
6034 (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
6035 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
6036 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
6037 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
6038 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
6039 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
6040
6041 2004-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
6042
6043 * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
6044 Don't allow shrink if there's a window on our right.
6045
6046 * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
6047 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
6048 Bring together declaration and initialization.
6049 (prolog-mode-variables): Don't set the syntax table.
6050 Don't set paragraph-start and comment-indent-function.
6051 Add /*..*/ to the comment regexps.
6052 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map.
6053 (prolog-mode-map): Don't bind TAB.
6054 (prolog-mode): Set the syntax table.
6055 (prolog-comment-indent): Remove.
6056 (inferior-prolog-mode-map): Initialize in the declaration.
6057 (inferior-prolog-mode-syntax-table)
6058 (inferior-prolog-mode-abbrev-table): New vars.
6059 (inferior-prolog-mode): Derive from comint-mode.
6060 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
6061 minibuffer windows.
6062
6063 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
6064 in file names, as long as it is unabmiguous.
6065
6066 2004-02-08 Andreas Schwab <schwab@suse.de>
6067
6068 * textmodes/reftex-toc.el
6069 (reftex-toc-load-all-files-for-promotion): Remove useless use of
6070 format. Doc fix.
6071
6072 * textmodes/refer.el (refer-find-entry-internal): Remove extra
6073 format string arguments.
6074
6075 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
6076 string argument.
6077
6078 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
6079
6080 * play/zone.el (zone-call): Fix format string.
6081
6082 * net/webjump.el (webjump-builtin): Add missing format string argument.
6083
6084 * midnight.el (midnight-delay-set): Remove extra format string argument.
6085
6086 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
6087
6088 * hexl.el (hexl-insert-char): Add missing format string argument.
6089
6090 * format.el (format-decode): Fix format string.
6091
6092 * emulation/vi.el (vi-mode): Remove extra format string argument.
6093 (vi-repeat-last-search): Likewise.
6094 (vi-reverse-last-search): Likewise.
6095 (vi-goto-mark): Likewise.
6096 (vi-reverse-last-find-char): Likewise.
6097 (vi-repeat-last-find-char): Likewise.
6098 (vi-locate-def): Likewise.
6099
6100 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
6101
6102 * ediff-util.el (ediff-toggle-read-only): Remove extra format
6103 string argument.
6104 (ediff-toggle-regexp-match): Likewise.
6105
6106 * dired-aux.el (dired-do-query-replace-regexp): Add missing
6107 format string argument.
6108
6109 * calc/calc-map.el (calc-get-operator): Remove extra format
6110 string argument.
6111
6112 * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
6113
6114 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
6115 string argument.
6116
6117 * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
6118
6119 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
6120
6121 * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
6122
6123 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
6124 (cl-struct-setf-expander): Likewise.
6125
6126 * vc.el (with-vc-file): Fix unsafe uses of error.
6127 (vc-cancel-version): Likewise.
6128
6129 2004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change)
6130
6131 * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
6132 thousands separator; fixes <class>:<line-number> regexp for
6133 non-english locales.
6134
6135 2004-02-08 Andreas Schwab <schwab@suse.de>
6136
6137 * view.el (view-mode-enable): Revert previous change.
6138
6139 2004-02-07 Kim F. Storm <storm@cua.dk>
6140
6141 * simple.el (line-number-at-pos): Rename from line-at-pos.
6142 Uses changed (what-line and vc-annotate-warp-version).
6143
6144 2004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
6145
6146 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
6147 (diff-mode): Remove aborted attempt at support for compile.el.
6148 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
6149
6150 2004-02-06 Andreas Schwab <schwab@suse.de>
6151
6152 * view.el (view-mode-enable): Add view-mode-map to
6153 minor-mode-overriding-map-alist.
6154
6155 2004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6156
6157 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
6158
6159 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
6160
6161 * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
6162 with point inside rather than after the paragraph.
6163
6164 2004-02-04 Sam Steingold <sds@gnu.org>
6165
6166 * mail/smtpmail.el (smtpmail-try-auth-methods):
6167 Do not try authentication when no mechanism is available.
6168 Pass port-name as defaultport to `netrc-machine'.
6169
6170 2004-02-04 Stephen Eglen <stephen@gnu.org>
6171
6172 * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
6173 to show how minibuffer height can be constrained.
6174
6175 2004-02-04 John Paul Wallington <jpw@gnu.org>
6176
6177 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
6178
6179 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6180
6181 * x-dnd.el: New file for drag and drop.
6182
6183 * term/x-win.el: require x-dnd, set after-make-frame-functions
6184 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
6185 drag-n-drop event.
6186
6187 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
6188 (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
6189 (dired-dnd-handle-file): New functions for drag and drop support.
6190 (dired-mode): Initialize drag and drop if x-dnd present.
6191
6192 2004-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
6193
6194 * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
6195 (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
6196 (cperl-mode): Set fill-paragraph-function.
6197 (cperl-fill-paragraph): Make it non-interactive.
6198
6199 2004-02-02 Benjamin Rutt <brutt@bloomington.in.us>
6200
6201 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
6202
6203 2004-02-02 David Kastrup <dak@gnu.org>
6204
6205 * replace.el (perform-replace): Allow 'literal argument in
6206 regexp-flag to indicate literal replacement.
6207 (query-replace-regexp-eval): Use it.
6208
6209 2004-02-01 Andreas Schwab <schwab@suse.de>
6210
6211 * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
6212
6213 2004-02-01 Stephen Eglen <stephen@gnu.org>
6214
6215 * info-look.el: Add support for maxima-mode. Update commentary
6216 because info-lookup-symbol is now bound to C-h S.
6217
6218 2004-01-31 Luc Teirlinck <teirllm@auburn.edu>
6219
6220 * simple.el (edit-and-eval-command): Bind print-level and
6221 minibuffer-history-sexp-flag around call to read-from-minibuffer.
6222 Correct initial position in command-history.
6223
6224 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
6225
6226 * files.el (read-directory-name): Adapt the docstring to recent
6227 change in Fread_file_name.
6228
6229 2004-01-30 Jonathan Yavner <jyavner@member.fsf.org>
6230
6231 * ses.el (ses-print-cell): If print format too wide for column
6232 width, truncate decimal places if that helps to avoid "#####" fill.
6233 * ses.el (ses-initial-column-width): Revert previous change.
6234
6235 2004-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
6236
6237 * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
6238 (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
6239 Add edebug info.
6240 (jit-lock-mode): Setup/cancel the new timer.
6241 (jit-lock-context-fontify): New fun. Extracted from
6242 context fontification code of jit-lock-stealth-fontify.
6243 (jit-lock-stealth-fontify): Don't do context fontification any more.
6244
6245 * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
6246 (jit-lock-fontify-now): Handle the `quit' case.
6247 (jit-lock-contextually): Rename from jit-lock-defer-contextually.
6248
6249 2004-01-29 Jari Aalto <jari.aalto@poboxes.com>
6250
6251 * progmodes/executable.el (executable-command-find-posix-p):
6252 New. Check if find handles arguments Posix-style.
6253
6254 * progmodes/grep.el (grep-compute-defaults):
6255 Use executable-command-find-posix-p.
6256 (grep-find): Check `grep-find-command'.
6257
6258 * filecache.el (file-cache-find-posix-p): Delete.
6259 (file-cache-add-directory-using-find):
6260 Use `executable-command-find-posix-p'.
6261
6262 2004-01-29 Dave Love <fx@gnu.org>
6263
6264 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
6265 Iterate the hook function if arg is given.
6266 (mark-defun, narrow-to-defun): Change order of finding the limits.
6267
6268 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
6269 (byte-compile-format-warn): New.
6270 (byte-compile-callargs-warn): Use it.
6271 (Format, message, error): Add byte-compile-format-like property.
6272 (byte-compile-maybe-guarded): New.
6273 (byte-compile-if, byte-compile-cond): Use it.
6274 (byte-compile-lambda): Compile interactive forms,
6275 just to make warnings about them.
6276
6277 2004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
6278
6279 * ses.el (ses-initial-column-width): Increase to 14, so it will
6280 work well with the default printer of "%.7g" for extreme values
6281 like "-1.234567e+07".
6282
6283 2004-01-29 Kenichi Handa <handa@m17n.org>
6284
6285 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
6286
6287 2004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
6288
6289 * dos-w32.el: Added support for the `default-printer-name' function.
6290
6291 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
6292
6293 * server.el (server-socket-name): Don't use the hostname in the
6294 socket name since /tmp is local to the host anyway.
6295
6296 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
6297 robust check of widening and fix var-naming.
6298
6299 2004-01-27 Eli Tziperman <eli@deas.harvard.edu>
6300
6301 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
6302 or rmail-spam- to rsf- in all function and variable names.
6303 (rsf-min-region-to-spam-list): New variable.
6304 (rsf-bbdb-auto-delete-spam-entries): Rename from
6305 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
6306 scanned together with the recipients field for spam testing; Don't
6307 delete spam message if rmail-delete-after-output is non-nil;
6308 (rsf-check-field): New function, extracted from code in
6309 rmail-spam-filter to ease addition of header fields like
6310 content-type:;
6311 (message-content-type): New variable. The content-type: field was
6312 added also in defcustom of rsf-definitions-alist;
6313 (rmail-spam-filter): Replace repeated test code for header fields
6314 by calls to check-field; change the call to
6315 rmail-output-to-rmail-file such that rmail-current-message stays
6316 the same to avoid wrong deletion of unseen flags.
6317 (rmail-use-spam-filter): Add autoload cookie.
6318
6319 2004-01-27 Jari Aalto <jari.aalto@poboxes.com>
6320
6321 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin.
6322 (file-cache-add-directory-using-find): Add Cygwin support.
6323 (file-cache-find-command-posix-flag): New user variable.
6324
6325 * filecache.el (file-cache-add-directory): Check for
6326 directories an remove them from dir-files.
6327
6328 2004-01-27 Richard M. Stallman <rms@gnu.org>
6329
6330 * man.el (Man-fontify-manpage): Clean up message.
6331
6332 2004-01-27 Kenichi Handa <handa@m17n.org>
6333
6334 * textmodes/paragraphs.el (sentence-end-without-space): New variable.
6335 (sentence-end): Define using sentence-end-without-space.
6336
6337 * textmodes/fill.el (fill-delete-newlines): Don't add a space if
6338 a sentence ends with one of a character in sentence-end-without-space.
6339
6340 2004-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
6341
6342 * font-lock.el (font-lock): Add jit-lock as explicit group member.
6343 (jit-lock): Group declaration moved to jit-lock.el.
6344 (toplevel): Don't explicitly require jit-lock, since it's autoloaded
6345 when necessary.
6346
6347 * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
6348 (jit-lock-context-unfontify-pos): Rename from
6349 jit-lock-first-unfontify-pos.
6350 (jit-lock-defer-buffers): Rename from jit-lock-buffers.
6351
6352 2004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk>
6353
6354 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
6355 (fortran-break-delimiters-re, fortran-no-break-re): New consts.
6356 (fortran-fill): When filling a string, adjust re-search-backward
6357 argument for special case of string just on fill-column.
6358 When filling non-string, allow one extra char if
6359 fortran-break-before-delimiters is non-nil.
6360 Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
6361 Use fortran-break-delimiters-re and fortran-no-break-re to
6362 correctly handle cases such as "**".
6363
6364 * progmodes/f90.el (f90-break-delimiters): Doc fix.
6365 (f90-no-break-re): Add some extra tokens. Doc fix.
6366
6367 2004-01-24 Thien-Thi Nguyen <ttn@gnu.org>
6368
6369 * mail/rmail-spam-filter.el:
6370 Use two semicolons as Commentary line prefix.
6371 Add ";;; Code:" stylized comment.
6372 Delete end-of-line whitespace.
6373 Wrap (require 'cl) with `eval-when-compile'.
6374
6375 2004-01-23 Benjamin Rutt <brutt@bloomington.in.us>
6376
6377 * vc.el (vc-annotate): Fix improper use of `make-local-variable'
6378 at the top level of vc.el.
6379
6380 2004-01-23 Andre Spiegel <spiegel@gnu.org>
6381
6382 * vc.el (vc-current-line): Function removed. This is now done by
6383 the new function line-at-pos in simple.el.
6384 (vc-annotate-warp-version): Use line-at-pos instead of
6385 vc-current-line.
6386
6387 2004-01-22 Kim F. Storm <storm@cua.dk>
6388
6389 * simple.el (line-at-pos): New defun.
6390 (what-line): Use it. Optimize by only counting lines in narrowed
6391 region once.
6392
6393 2004-01-22 Kenichi Handa <handa@m17n.org>
6394
6395 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
6396 point (register r1) only for charset mule-unicode-0100-24ff.
6397
6398 2004-01-21 Markus Rost <rost@mathematik.uni-bielefeld.de>
6399
6400 * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
6401 trailing white space and ensure a final newline.
6402
6403 * mail/rmail-spam-filter.el (rmail-use-spam-filter):
6404 Add autoload cookie.
6405
6406 2004-01-21 Benjamin Rutt <brutt@bloomington.in.us>
6407
6408 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
6409 activate view-mode explicitly.
6410
6411 2004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6412
6413 * term/x-win.el: Call menu-bar-enable-clipboard and make Paste
6414 use clipboard first.
6415
6416 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
6417
6418 * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work.
6419 (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
6420 (vc-mcvs-cvs): Remove.
6421 (vc-mcvs-command): Remove use of assert.
6422
6423 * outline.el (outline-insert-heading): Tighten up match.
6424 (outline-demote, outline-move-subtree-down): Don't assume anything
6425 about outline-regexp.
6426
6427 * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
6428 (texinfo-show-structure): Explicitly add ^, and simplify.
6429
6430 2004-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
6431
6432 * calendar/appt.el (appt-check): Restore usage of
6433 appt-issue-message deleted in previous change.
6434 (top-level): Activate package when loaded (needed for backwards
6435 compatibility).
6436
6437 2004-01-20 Jesper Harder <harder@ifa.au.dk>
6438
6439 * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
6440 following previous change to smtpmail-send-data.
6441
6442 2004-01-20 Benjamin Rutt <brutt@bloomington.in.us>
6443
6444 * vc.el (vc-default-previous-version): Doc enhancement.
6445 (vc-default-next-version): New function.
6446 (vc-print-log): New arg FOCUS-REV.
6447 (vc-annotate-mode): Derive from view-mode.
6448 (vc-annotate): New args REVISION, DISPLAY-MODE.
6449 (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
6450 (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
6451 (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
6452 (vc-annotate-show-diff-revision-at-line, vc-current-line)
6453 (vc-annotate-prev-version, vc-annotate-next-version): New functions.
6454
6455 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
6456
6457 2004-01-19 Karl Berry <karl@gnu.org>
6458
6459 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
6460 or "TexInfo".
6461
6462 2004-01-19 Luc Teirlinck <teirllm@auburn.edu>
6463
6464 * subr.el (delete-dups): New function.
6465
6466 2004-01-19 Karl Berry <karl@gnu.org>
6467
6468 * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
6469 with ^, since that's what texinfo-show-structure
6470 documentation says (plus it works much better in texinfo.txi).
6471
6472 2004-01-18 Jesper Harder <harder@ifa.au.dk>
6473
6474 * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
6475
6476 2004-01-18 David Ponce <david@dponce.com> (tiny change)
6477
6478 * progmodes/which-func.el (which-function-mode): Don't cancel
6479 which-func-update-timer if not set.
6480
6481 2004-01-17 Thien-Thi Nguyen <ttn@gnu.org>
6482
6483 * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
6484 Remove spurious left square bracket in XX:XXam regexp.
6485
6486 2004-01-16 Luc Teirlinck <teirllm@auburn.edu>
6487
6488 * progmodes/cc-defs.el: Do not require cl at run time.
6489
6490 2004-01-16 Richard M. Stallman <rms@gnu.org>
6491
6492 * emacs-lisp/cl.el (cl-cannot-unload): New function.
6493 (cl-unload-hook): Defvar this to run cl-cannot-unload.
6494
6495 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
6496 Call rmail-spam-filter. Delete and expunge spam.
6497 Print number of spam messages deleted.
6498 Save and restore the deletion status of old messages when reading
6499 new mail with spam filter, so that expunging spam does not expunge
6500 msgs deleted by the user.
6501 (rmail-only-expunge): Add an optional argument dont-show to
6502 prevent showing message after expunge.
6503
6504 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
6505
6506 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
6507 * subr.el (declare): New macro.
6508
6509 2004-01-15 Thien-Thi Nguyen <ttn@gnu.org>
6510
6511 * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
6512
6513 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
6514
6515 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
6516 Test window-system rather than system-type (for X11/Mac).
6517
6518 2004-01-12 Luc Teirlinck <teirllm@auburn.edu>
6519
6520 * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
6521
6522 2004-01-12 Richard M. Stallman <rms@gnu.org>
6523
6524 * mail/rmail.el (rmail-convert-to-babyl-format):
6525 Use mail-unquote-printable-region.
6526 (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
6527 (rmail-hex-char-to-integer): Functions deleted.
6528
6529 * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
6530 (mail-unquote-printable-region): New arg NOERROR.
6531 For invalid encoding, either signal an error to just return nil.
6532
6533 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
6534
6535 * calendar/appt.el: Update copyright and commentary.
6536 (appt-issue-message): Make obsolete.
6537 (appt-visible, appt-msg-window): Make obsolete, in favour of
6538 appt-display-format.
6539 (appt-display-mode-line, appt-display-duration)
6540 (appt-display-diary, appt-time-msg-list, appt-mode-string)
6541 (appt-prev-comp-time, appt-display-count, appt-timer)
6542 (appt-convert-time): Doc change.
6543 (appt-disp-window-function, appt-delete-window-function):
6544 Use defcustom rather than defvar.
6545 (appt-display-format): New variable.
6546 (appt-display-message): New function with display code from appt-check.
6547 (appt-check): Add optional FORCE argument. Doc change.
6548 Add appt-make-list to diary-hook if displaying diary.
6549 Remove checking of view-diary-entries-initially.
6550 Message display section removed to new function appt-display-message.
6551 (appt-display-window): Doc change. Remove unused internal var
6552 this-buffer. Do not beep, since appt-display-message does that.
6553 (appt-make-list): Doc change. Use caar.
6554 (appt-sort-list): Simplify by using builtin sort function.
6555 (appt-update-list): New function for updating appts when diary is
6556 saved.
6557 (appt-activate): New autoloaded function to toggle package
6558 functionality.
6559
6560 * calendar/cal-x.el: (calendar-one-frame-setup)
6561 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
6562
6563 * calendar/calendar.el: Update copyright.
6564 (view-diary-entries-initially, european-calendar-style): Doc change.
6565 (calendar-setup): Make defcustom rather than defvar.
6566 (mark-visible-calendar-date): Initialize temp-face and faceinfo
6567 in let binding so local to function.
6568
6569 * calendar/diary-lib.el: Update copyright.
6570 (diary, diary-entry-time): Doc change.
6571 (list-diary-entries): Doc change. Trivial logic change.
6572 (fancy-diary-display): Restore make-face command mistakenly
6573 deleted 2003-05-08.
6574 (show-all-diary-entries): Allow to pop-up frame if needed.
6575
6576 2004-01-09 John Paul Wallington <jpw@gnu.org>
6577
6578 * bindings.el (mode-line-change-eol): Add EVENT parameter.
6579 Temporarily select EVENT's window for changing eol type.
6580
6581 2004-01-09 Deepak Goel <deego@gnufans.org>
6582
6583 * calendar/diary-lib.el (diary-entry-time):
6584 Also accept time in the form XX[.XX][am/pm/AM/PM].
6585 (fancy-diary-font-lock-keywords): Likewise.
6586 (diary-font-lock-keywords): Likewise.
6587 * calendar/appt.el (appt-add): Likewise.
6588 (appt-make-list): Likewise.
6589 (appt-convert-time): Likewise.
6590
6591 2004-01-08 Nick Roberts <nick@nick.uklinux.net>
6592
6593 * gdb-ui.el (gdb-ann3): Revert previous change.
6594 (gdb-source-info): Allow for case of where compilation directory
6595 is not recorded.
6596
6597 2004-01-08 John Paul Wallington <jpw@gnu.org>
6598
6599 * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
6600
6601 2004-01-07 Nick Roberts <nick@nick.uklinux.net>
6602
6603 * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
6604
6605 * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
6606 (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
6607 problems.
6608 (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
6609
6610 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
6611
6612 * files.el (write-file-functions, write-contents-functions):
6613 Clarify docstrings.
6614
6615 2004-01-07 Kenichi Handa <handa@m17n.org>
6616
6617 * international/mule.el (set-auto-coding): Fix for the case that
6618 end-of-line is only CR.
6619
6620 2004-01-07 Kim F. Storm <storm@cua.dk>
6621
6622 * subr.el (event-start, event-end): Doc fix.
6623 (posn-string, posn-image): New defuns.
6624 (posn-object): Return either image or string object.
6625 (posn-object-x-y): Return 8th element of position.
6626 (posn-object-width-height): New defun.
6627
6628 2004-01-06 Andreas Schwab <schwab@suse.de>
6629
6630 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
6631 output.
6632
6633 2004-01-05 Karl Berry <karl@gnu.org>
6634
6635 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
6636 / and *, too.
6637
6638 2003-12-31 Simon Josefsson <jas@extundo.com>
6639
6640 * files.el (before-save-hook): Add.
6641 (basic-save-buffer): Use before-save-hook.
6642
6643 * emacs-lisp/copyright.el: Fix comment to recommend
6644 before-save-hook instead of write-file-functions.
6645
6646 2004-01-05 Richard M. Stallman <rms@gnu.org>
6647
6648 * finder.el (finder-commentary): Call delete-other-windows.
6649
6650 * net/ange-ftp.el (ange-ftp-file-attributes):
6651 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
6652
6653 2004-01-04 Karl Berry <karl@gnu.org>
6654
6655 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
6656 comment characters % and # in the copyright year notice,
6657 as well as ;.
6658
6659 2004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
6660
6661 * wid-edit.el (default): Define dummy :value-delete.
6662 Reported by Jesper Harder <harder@ifa.au.dk>.
6663
6664 2004-01-03 Richard M. Stallman <rms@gnu.org>
6665
6666 * progmodes/compile.el (compile-internal): Use point, not point-min,
6667 for set-window-point.
6668
6669 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
6670
6671 * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
6672
6673 * progmodes/grep.el (grep-mode-map):
6674 Don't remap next-line, previous-line.
6675
6676 2004-01-03 Eric M. Ludlam <eric@siege-engine.com>
6677
6678 * speedbar.el (speedbar-edit-line): Change regexp to position
6679 the cursor on the first character of this line's button.
6680
6681 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
6682
6683 * subr.el (functionp): Doc fix.
6684
6685 2004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change)
6686
6687 * progmodes/idlwave.el (idlwave-make-tags):
6688 * textmodes/flyspell.el (flyspell-large-region):.
6689 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
6690 * emulation/viper-util.el (viper-glob-unix-files):
6691 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
6692 * man.el (Man-init-defvars):
6693 * jka-compr.el (jka-compr-call-process):
6694 * files.el (get-free-disk-space,insert-directory):
6695 * ediff-ptch.el (ediff-test-patch-utility):
6696 * ediff-diff.el (ediff-test-utility):
6697 * dired-aux.el (dired-check-process):
6698 * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
6699 test the return value of call-process, because it can be a string.
6700
6701 2003-12-31 John Paul Wallington <jpw@gnu.org>
6702
6703 * bindings.el (completion-ignored-extensions): Add .pfsl.
6704
6705 2003-12-31 Kim F. Storm <storm@cua.dk>
6706
6707 * ido.el (ido-nonreadable-directory-p): New defun to check for
6708 nonreadable directory without activating tramp (to avoid problems
6709 with checking incomplete tramp paths).
6710 (ido-set-current-directory, ido-file-internal)
6711 (ido-file-name-all-completions1): Use it.
6712
6713 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
6714
6715 * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
6716 documentation if the anchor (or node) name is preceded by `info
6717 anchor' or `Info anchor' in addition to earlier `info node' and
6718 `Info node'.
6719 (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
6720
6721 2003-12-30 Eli Zaretskii <eliz@gnu.org>
6722
6723 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
6724 error in arguments to base64-decode-region. Remove ^M characters
6725 after decoding base64.
6726
6727 2003-12-30 Simon Josefsson <jas@extundo.com>
6728
6729 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
6730 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
6731 have only been distributed with Emacs for some years.
6732 (texinfo-mode-hook): Customize.
6733
6734 2003-12-30 Eli Zaretskii <eliz@gnu.org>
6735
6736 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
6737 cleaner (suggested by Richard Stallman).
6738
6739 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
6740 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
6741 file-name clashes on 8+3 DOS filesystems.
6742
6743 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
6744 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
6745 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
6746 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
6747 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
6748 file-name clashes on 8+3 filesystems.
6749
6750 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
6751 Renamed from testcover-unsafep.el and testcover-ses.el to avoid
6752 file-name clashes on 8+3 DOS filesystems.
6753
6754 2003-12-29 Richard M. Stallman <rms@gnu.org>
6755
6756 * mail/mail-utils.el (mail-unquote-printable-hexdigit):
6757 Upcase the character.
6758
6759 * textmodes/flyspell.el (mail-mode-flyspell-verify):
6760 Search for header separator alone on a line, literally,
6761 and search for it backward, not forward.
6762 (flyspell-abbrev-table): Always use global-abbrev-table
6763 if there is no local one.
6764
6765 * progmodes/sh-script.el (sh-get-indent-info):
6766 Don't move point back if at bob.
6767
6768 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
6769
6770 * play/handwrite.el (handwrite): Make the handwrite credit message
6771 a comment rather than an output command.
6772
6773 * obsolete/sc.el: Display message that this file is obsolete.
6774
6775 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
6776
6777 * mail/rfc822.el (rfc822-address-start): Declare variable.
6778 Renamed from address-start. All uses changed.
6779
6780 * term.el (term-exec): Set up sentinel.
6781 (term-sentinel): New function.
6782 (term-handle-exit): New function.
6783
6784 * subr.el (assoc-ignore-case, assoc-ignore-representation):
6785 Use assoc-string, and mark them obsolete.
6786 (delay-mode-hooks): Mark as permanent local.
6787
6788 * simple.el (sendmail-user-agent-compose): Use assoc-string.
6789
6790 * register.el (copy-rectangle-to-register): Doc fix.
6791
6792 * info.el (Info-insert-dir): Use assoc-string.
6793
6794 * info-look.el (info-lookup): Use assoc-string.
6795
6796 * frame.el (pop-up-frame-function): Use quote, not `function'.
6797 (frame-notice-user-settings): Calculate ADJUSTED-TOP
6798 copying with lists as coordinate values.
6799
6800 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
6801
6802 * find-dired.el (kill-find): New command.
6803 (find-dired): Make buffer read-only.
6804 Set up a keymap with C-c C-k running kill-find.
6805 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
6806
6807 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
6808
6809 * filecache.el (file-cache-ignore-case): New variable.
6810 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
6811
6812 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
6813 (comint-dynamic-complete-as-filename): Rename local vars.
6814 (comint-dynamic-list-filename-completions): Likewise.
6815
6816 * comint.el (comint-dynamic-list-completions-config): New var.
6817 (comint-dynamic-list-completions): Handle both SPC and TAB right.
6818
6819 * comint.el (comint-file-name-chars): Add [].
6820 (comint-word): Use skip-chars-backward, not search.
6821
6822 * shell.el (shell-file-name-chars): Add [].
6823
6824 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
6825
6826 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
6827
6828 * generic.el (define-generic-mode): Doc fix.
6829
6830 2003-12-29 Eli Zaretskii <eliz@gnu.org>
6831
6832 * files.el (kill-some-buffers): Doc fix.
6833
6834 2003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
6835
6836 * comint.el (comint-watch-for-password-prompt): Pass `string' as
6837 arg to send-invisible
6838 (send-invisible): Doc fix. The argument is now a prompt, not the
6839 string to send.
6840 (comint-read-noecho): Doc fix.
6841
6842 2003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
6843
6844 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
6845 "@", as required by some ISP hosting service. Fix defcustom
6846 argument syntax errors that prevented use of customization.
6847
6848 2003-12-29 Eli Zaretskii <eliz@gnu.org>
6849
6850 * xml.el (xml-get-attribute-or-nil): Doc fix.
6851
6852 2003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
6853
6854 * net/zone-mode.el (zone-mode): Use write-file-functions, not
6855 write-file-hooks.
6856
6857 2003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
6858
6859 * autorevert.el (auto-revert-interval): Doc fix.
6860
6861 2003-12-29 Mark A. Hershberger <mah@everybody.org>
6862
6863 * xml.el (xml-get-attribute-or-nil): New function, like
6864 xml-get-attribute, but returns nil if the attribute was not found.
6865 (xml-get-attribute): Convert to defsubst, uses
6866 xml-get-attribute-or-nil.
6867
6868 2003-12-29 Eli Zaretskii <eliz@gnu.org>
6869
6870 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
6871
6872 2003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
6873
6874 * custom.el (custom-declare-theme): Use `value' when putting
6875 properties on `theme'.
6876
6877 2003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
6878
6879 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
6880 for each yank-handler segment.
6881 (insert-for-yank-1): New function, with the body of the previous
6882 insert-for-yank.
6883
6884 * textmodes/table.el (table-yank-handler): New defcustom.
6885 (table--put-cell-indicator-property): Put yank-handler property
6886 that indicates the yank handler for the table cell.
6887
6888 2003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
6889
6890 * generic-x.el (etc-modules-conf-generic-mode): A more complete
6891 set of keywords.
6892
6893 2003-12-29 Eli Zaretskii <eliz@gnu.org>
6894
6895 * international/mule-cmds.el (reset-language-environment)
6896 (set-language-environment): Don't invoke fontset-related functions
6897 if fontset-list is not fboundp.
6898
6899 2003-12-29 Kenichi Handa <handa@m17n.org>
6900
6901 * international/mule-cmds.el (reset-language-environment):
6902 Call set-overriding-fontspec-internal with nil.
6903 (set-language-environment): Call set-overriding-fontspec-internal
6904 if the language environment specify `overriding-fontspec'.
6905 (language-info-alist): Doc added.
6906
6907 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
6908 characters of mule-unicode-0100-24ff.
6909 (ccl-encode-windows-1251-font): New CCL program.
6910 ("Bulgarian"): Specify overriding-fontspec.
6911 ("Belarusian"): Likewise.
6912
6913 2003-12-28 Sam Steingold <sds@gnu.org>
6914
6915 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
6916 parameter ID-FORMAT to conform with the 2003-11-30 patch.
6917
6918 2003-12-28 Nick Roberts <nick@nick.uklinux.net>
6919
6920 * progmodes/gud.el (gud-gdb-command-name): Set default to
6921 "gdb --annotate=3".
6922 (gud-gdb-marker-filter): Look out for annotations.
6923 (gdb-first-pre-prompt): New variable.
6924 Remove trailing white space.
6925
6926 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
6927 if necessary.
6928 (gdb-ann3): New function. Initialise M-x gdb as for M-x gdba if
6929 annotations are detected.
6930 (gud-gdba-marker-filter): Use global variable gud-marker-acc
6931 instead of a local one to allow transition from
6932 gud-gdb-marker-filter.
6933 Remove trailing white space.
6934
6935 2003-12-27 Kim F. Storm <storm@cua.dk>
6936
6937 * ido.el: Handle non-readable directories.
6938 (ido-decorations): Add 9th element for non-readable directory.
6939 (ido-directory-nonreadable): New dynamic var.
6940 (ido-set-current-directory): Set it.
6941 (ido-read-buffer, ido-file-internal):
6942 (ido-read-file-name, ido-read-directory-name): Let-bind it.
6943 (ido-file-name-all-completions1): Return empty list for
6944 non-readable directory.
6945 (ido-exhibit): Print [Not readable] if directory is not readable.
6946 (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
6947 (ido-read-file-name, ido-file-internal, ido-read-directory-name):
6948 Use it.
6949
6950 2003-12-27 Lars Hansen <larsh@math.ku.dk>
6951
6952 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
6953 calls to directory-files-and-attributes and file-attributes.
6954 (ls-lisp-format): Remove system dependent handling of user and
6955 group id's.
6956
6957 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
6958
6959 * ffap.el (ffap-read-file-or-url): Revert previous change.
6960
6961 2003-12-25 Robert J. Chassell <bob@rattlesnake.com>
6962
6963 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
6964 new list of included files called `files-with-node-lines', that
6965 only have node lines. This way @include commands can include any
6966 file, such as version and update files without node lines, not
6967 just files that are chapters.
6968
6969 2003-12-25 Andreas Schwab <schwab@suse.de>
6970
6971 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
6972 file not found.
6973
6974 2003-12-08 Miles Bader <miles@gnu.org>
6975
6976 * dired.el (dired-between-files): Always use dired-move-to-filename,
6977 which is more robust in non-english locales.
6978
6979 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
6980
6981 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
6982
6983 2003-12-24 Andreas Schwab <schwab@suse.de>
6984
6985 * shell.el (shell-file-name-quote-list): Add backslash.
6986
6987 * comint.el (comint-quote-filename): Correctly handle backslash
6988 in comint-file-name-quote-list.
6989
6990 2003-12-24 Kenichi Handa <handa@m17n.org>
6991
6992 * international/mule-cmds.el (set-default-coding-systems):
6993 Call ucs-set-table-for-input for all buffers that don't have local
6994 value of buffer-file-coding-system.
6995
6996 * international/ucs-tables.el (ucs-set-table-for-input):
6997 If translation-table-for-encode is a symbol, get its
6998 translation-table property.
6999
7000 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
7001
7002 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
7003 to `completing-read' on a recently fixed bug.
7004
7005 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
7006 instead of SPACE, to get the list of possible fringe modes.
7007 SPACE only works if both `partial-completion-mode' and
7008 `completion-auto-help' are nil.
7009
7010 * complete.el (PC-is-complete-p): Delete.
7011 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
7012 calls to `test-completion'.
7013
7014 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
7015
7016 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
7017 to edit values when there are no children.
7018
7019 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
7020 a mode called "Assembler" already exists.
7021 (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
7022 (gud-watch): Use format option. Remove font properties from string.
7023 (gdb-var-create-handler, gdb-var-list-children-handler):
7024 Don't bother about properties as there are none.
7025 (gdb-var-create-handler, gdb-var-list-children-handler)
7026 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
7027 with two arguments.
7028 (gdb-var-evaluate-expression-handler, gdb-post-prompt):
7029 Let speedbar show value changes with a different font.
7030 (gdb-edit-value): New defun.
7031 (gdb-clear-partial-output, gdb-clear-inferior-io)
7032 (def-gdb-auto-update-handler): Use erase-buffer.
7033 (gdb-frame-handler): Display watch expressions in
7034 FUNCTION::VARIABLE format if required.
7035
7036 2003-12-23 John Paul Wallington <jpw@gnu.org>
7037
7038 * info.el (Info-unescape-quotes, Info-split-parameter-string)
7039 (Info-goto-emacs-command-node): Doc fixes.
7040
7041 2003-12-12 Jesper Harder <harder@ifa.au.dk>
7042
7043 * cus-edit.el (custom-add-parent-links): Define "many".
7044
7045 2003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
7046
7047 * wid-edit.el (widget-child-value-get, widget-child-value-inline)
7048 (widget-child-validate, widget-type-value-create)
7049 (widget-type-default-get, widget-type-match): New functions.
7050 (lazy): New widget.
7051 (menu-choice, checklist, radio-button-choice, editable-list)
7052 (group, documentation-string): Remove redundant (per 2003-10-25
7053 change) calls to `widget-children-value-delete'.
7054 (widget-choice-value-get, widget-choice-value-inline): Remove.
7055 (menu-choice): Update widget.
7056
7057 2003-12-03 Kenichi Handa <handa@m17n.org>
7058
7059 * language/cyrillic.el: Register "microsoft-cp1251" in
7060 ctext-non-standard-encodings-alist.
7061 ("Bulgarian"): Add ctext-non-standard-encodings.
7062 ("Belarusian"): Likewise.
7063
7064 * international/mule-conf.el (compound-text-with-extensions):
7065 Change the type to 2 (iso-2022 base).
7066
7067 * international/mule.el (ctext-non-standard-encodings-alist):
7068 Change the format.
7069 (ctext-non-standard-encodings): New variable.
7070 (ctext-post-read-conversion): Fully re-written.
7071 (ctext-non-standard-designations-alist): Delete it.
7072 (ctext-non-standard-encodings-table): New function.
7073 (ctext-pre-write-conversion): Fully re-written.
7074
7075 2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
7076
7077 * cus-edit.el (custom-add-parent-links): Add documentation links
7078 for parent, if the item has none of its own.
7079
7080 2003-11-30 Richard M. Stallman <rms@gnu.org>
7081
7082 * dired-aux.el (dired-do-query-replace-regexp):
7083 Report files visited read-only.
7084
7085 2003-11-30 Juri Linkov <juri@jurta.org>
7086
7087 * dired-aux.el (dired-compare-directories): New command.
7088 (dired-file-set-difference, dired-files-attributes): New functions.
7089
7090 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
7091 Version 2.0.38 of Tramp released.
7092
7093 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
7094 Charles Curley <charlescurley@charlescurley.com>.
7095 (tramp-multi-connection-function-alist): Add ssht entry which adds
7096 "-e none -t -t" to the list of ssh args. Suggested by Adrian
7097 Aichner.
7098 (tramp-get-method-parameter): New function to retrieve a method
7099 parameter. This allows for omission of method parameters.
7100 Callers adjusted.
7101
7102 2003-11-30 Michael Albinus <Michael.Albinus@alcatel.de>
7103
7104 * net/tramp.el: Add new optional parameter ID-FORMAT to
7105 `file-attributes'. Calls of `file-attributes' won't use this
7106 parameter for backward compatibility reasons.
7107 (tramp-perl-file-attributes): Add a new parameter to Perl script
7108 in order to handle uid/gid as strings, if desired.
7109 (tramp-handle-file-truename, tramp-handle-file-symlink-p):
7110 Apply `file-attributes' instead of `tramp-handle-file-attributes' in
7111 order to make the function more general.
7112 (tramp-handle-file-attributes): Replace proprietary optional
7113 parameter NONNUMERIC by the recently (Emacs 21.4) introduced ID-FORMAT.
7114 (tramp-handle-file-attributes-with-perl): Handle parameter
7115 NONNUMERIC if set. This wasn't done in the past.
7116 (tramp-post-connection): Apply second parameter "$2" if
7117 `tramp-remote-perl' is called.
7118
7119 * net/tramp-smb.el (tramp-smb-handle-delete-file):
7120 Correct cut'n'waste error (`filename' instead of `directory').
7121 (tramp-smb-handle-directory-files-and-attributes)
7122 (tramp-smb-handle-file-attributes): Add recently (Emacs 21.4)
7123 introduced parameter ID-FORMAT.
7124 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
7125 error (`directory' instead of `ldir').
7126
7127 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
7128 `file-attributes' has a second parameter. If yes, apply it with
7129 value "'integer". Otherwise, don't use that parameter (default is
7130 integer format).
7131
7132 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
7133
7134 * help.el (help-map): Bind `display-local-help' to `C-h .'.
7135 (help-for-help): Add `C-h .' to the listed Help options.
7136 Remove trailing whitespace.
7137
7138 * help-at-pt.el: New file.
7139
7140 2003-11-30 Jonathan Yavner <jyavner@member.fsf.org>
7141
7142 * subr.el (noreturn, 1value): New macros for test coverage.
7143 See `testcover.el'.
7144
7145 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
7146
7147 * emacs-lisp/testcover.el (testcover-reinstrument): Special case
7148 for macro `1value'.
7149 (testcover-1value): New function. Checks that a 1value form
7150 actually returns only one value. Requested by RMS.
7151
7152 2003-11-29 Nick Roberts <nick@nick.uklinux.net>
7153
7154 * gdb-ui.el (gud-watch, gdb-var-create-handler)
7155 (gdb-var-list-children, gdb-var-list-children-handler)
7156 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
7157 gdb commands that use mi to keep them out of the command history.
7158
7159 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7160
7161 * cus-start.el (all): Add use-file-dialog.
7162
7163 2003-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
7164
7165 * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
7166
7167 2003-11-27 Kim F. Storm <storm@cua.dk>
7168
7169 * subr.el (posn-object-x-y): New defun.
7170
7171 2003-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
7172
7173 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
7174 Don't use `space' for \\\n.
7175 Be more selective as to which # are comment-starters.
7176
7177 2003-11-26 Luc Teirlinck <teirllm@auburn.edu>
7178
7179 * subr.el (number-sequence): Improve handling of floating point
7180 arguments (suggested by Kim Storm). Allow negative arguments.
7181
7182 2003-11-26 Kenichi Handa <handa@m17n.org>
7183
7184 * international/mule-cmds.el (standard-display-european-internal):
7185 Cancel the standard-display-table setting for ` and '.
7186
7187 2003-11-26 Kim F. Storm <storm@cua.dk>
7188
7189 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
7190 New defcustoms to add ffap-like functionality to ido.
7191 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
7192 (ido-no-final-slash): New defun.
7193 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
7194 (ido-read-file-name): ): Toggle VC checking via
7195 vc-handled-backends instead of vc-master-templates.
7196 (ido-file-internal): Handle ido-use-url-at-point and
7197 ido-use-filename-at-point via code borrowed from ffap-guesser.
7198 Handle new ido-exit code ffap.
7199 (ido-sort-list): Ignore final slash when sorting file names.
7200
7201 2003-11-25 Kim F. Storm <storm@cua.dk>
7202
7203 * emulation/cua-base.el (cua--standard-movement-commands):
7204 Add forward-sentence and backward-sentence.
7205
7206 2003-11-25 Stephen Eglen <stephen@gnu.org>
7207
7208 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
7209 iswitchb-exit is set to 'usefirst when user selects buffer at head
7210 of list using RET. (Selecting buffers at the head of the list was
7211 broken if the substring was also a complete buffername.)
7212
7213 2003-11-23 Kim F. Storm <storm@cua.dk>
7214
7215 * progmodes/compile.el (grep-command, grep-use-null-device)
7216 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
7217 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
7218 (grep-regexp-alist, grep-program, find-program)
7219 (grep-find-use-xargs, grep-history, grep-find-history)
7220 (grep-process-setup, grep-compute-defaults)
7221 (grep-default-command, grep, grep-tag-default, grep-find)
7222 (grep-expand-command-macros, grep-tree-last-regexp)
7223 (grep-tree-last-files, grep-tree): Move grep variables, functions
7224 and commands to new file grep.el.
7225 (compilation-mode-map): Remove grep commands from Compile sub-menu.
7226 (compilation-process-setup-function): Doc fix.
7227 (compilation-highlight-regexp, compilation-highlight-overlay): New
7228 defvars used for highlighting current compile error in source buffer.
7229 (compile-internal): New optional args HIGHLIGHT-REGEXP and
7230 LOCAL-MAP which overrides compilation-highlight-regexp and
7231 compilation-mode-map for this compilation.
7232 Delay calling compilation-set-window-height until after running
7233 compilation-process-setup-function so it can buffer-local override
7234 compilation-window-height.
7235 Check buffer-local value of compilation-scroll-output.
7236 (compilation-set-window-height): Use buffer-local value of
7237 compilation-window-height.
7238 (compilation-revert-buffer): Don't pass (undefined)
7239 preserve-modes arg to revert-buffer.
7240 (next-error-no-select, previous-error-no-select): New commands.
7241 (compilation-goto-locus): Temporarily highlight current match in
7242 source buffer using compilation-highlight-regexp.
7243
7244 * progmodes/grep.el: New file with grep code from compile.el.
7245 (grep): New defcustom group.
7246 (grep-window-height): New defcustom, like compilation-window-height.
7247 (grep-auto-highlight): New defcustom, like compile-auto-highlight.
7248 (grep-scroll-output): New defcustom, like compilation-scroll-output.
7249 (grep-command, grep-use-null-device, grep-find-command)
7250 (grep-tree-files-aliases, grep-tree-ignore-case)
7251 (grep-tree-ignore-CVS-directories): Move to grep custom group.
7252 (grep-setup-hook): New hook variable.
7253 (grep-mode-map): New keymap for grep commands. Add Grep menu.
7254 (grep-last-buffer): New defvar, override compilation-last-buffer.
7255 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
7256 Call compile-internal with args highlight-regexp and grep-mode-map.
7257
7258 2003-11-23 Kim F. Storm <storm@cua.dk>
7259
7260 * subr.el (event-start, event-end): Doc fix.
7261 (posn-window, posn-x-y, posn-timestamp): Simplify doc.
7262 (posn-area, posn-actual-col-row, posn-object): New defuns.
7263 (posn-col-row): Simplify doc. Rewrite to use cond.
7264 (posn-point): Also return buffer position for events outside text
7265 area (that info is now present in the event position).
7266
7267 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
7268 mouse-set-point so that hscroll still works now that clicks on
7269 fringes generate specific mouse events.
7270 (mouse-set-point): Note that it now works in fringes and margins
7271 too due to new semantics of posn-point in fringes and margins.
7272
7273 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
7274 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
7275
7276 2003-11-20 Kim F. Storm <storm@cua.dk>
7277
7278 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
7279 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
7280 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
7281 to 100 for icons to avoid increasing line height when shown.
7282
7283 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
7284
7285 * newcomment.el (comment-normalize-vars): Initialize properly if
7286 comment-start was nil.
7287
7288 2003-11-19 Andreas Schwab <schwab@suse.de>
7289
7290 * simple.el (set-variable): Fix indentation.
7291
7292 2003-11-17 Kenichi Handa <handa@m17n.org>
7293
7294 * international/latin1-disp.el (latin1-display-ucs-per-lynx):
7295 Fix docstring.
7296
7297 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
7298
7299 * international/latin1-disp.el (latin1-display): Fix docstring.
7300
7301 2003-11-16 John Wiegley <johnw@newartisans.com>
7302
7303 * eshell/em-ls.el (eshell-ls-file): There are times with
7304 size-width is nil and uncomputed (when directories are created in
7305 dired, for example); in this case, 4 is reasonable default value,
7306 although it may caused skewed new entries (which could be avoided
7307 by returning the original value of 8 in all cases, but 99% of the
7308 time this is a waste of whitespace).
7309
7310 2003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
7311
7312 * cc-engine.el (c-guess-continued-construct)
7313 (c-guess-basic-syntax): Check a little more carefully if it's a
7314 function declaration when an unknown construct followed by a block
7315 is found inside a statement context. This avoids macros followed
7316 by blocks to be taken as function declarations.
7317
7318 (c-guess-continued-construct): Change the analysis of a statement
7319 continuation with a brace open to `substatement-block', for
7320 consistency with recognized statements.
7321
7322 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
7323 start is in a position so that `c-beginning-of-statement-1' jumped
7324 to the beginning of the same statement.
7325
7326 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
7327 Don't accept binary operators in the arglist if we're in a function
7328 call context, i.e. if `c-restricted-<>-arglists' is set. That avoids
7329 template recognition in cases like "if (a < b || c > d)".
7330
7331 (c-restricted-<>-arglists): New more appropriate name for
7332 `c-disallow-comma-in-<>-arglists'.
7333
7334 Accessing functions updated for the variable name change.
7335
7336 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
7337 match data could get clobbered if NOT-INSIDE-TOKEN is used.
7338
7339 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
7340 labels.
7341
7342 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
7343 instead of duplicating parts of it. This fixes bogus label
7344 recognition.
7345
7346 * cc-align.el (c-gnu-impose-minimum): Revert to the old method
7347 of checking the context in which to apply the minimum indentation,
7348 so that it isn't enforced in e.g. namespace blocks.
7349
7350 * cc-vars.el (c-inside-block-syms): New constant used by
7351 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
7352 to somewhat reduce the risk of becoming stale.
7353
7354 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
7355 cc-cmds to cc-engine to allow use from cc-align.
7356
7357 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
7358 qualified identifiers containing "::".
7359
7360 * cc-defs.el (c-make-keywords-re): Add kludge for bug in
7361 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
7362
7363 * cc-vars.el (c-emacs-features): Use a space in front of the name
7364 of the temporary buffer. That also avoids dumping problems in
7365 XEmacs due to undo info being left around after the buffer is killed.
7366
7367 * cc-engine.el (c-in-knr-argdecl): Look closer at the function
7368 arglist to see if it's a K&R style declaration.
7369
7370 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
7371 before returning `knr-argdecl-intro'.
7372
7373 2003-11-16 John Wiegley <johnw@newartisans.com>
7374
7375 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
7376 field in a long-listing always 8 characters, use `size-width',
7377 which has already been computed.
7378
7379 2003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
7380
7381 * subr.el (minor-mode-list): Add `hs-minor-mode'.
7382
7383 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
7384
7385 * diff-mode.el (diff-hunk-prev, diff-hunk-next):
7386 Support operation while narrowed, with `diff-restrict-view'.
7387
7388 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
7389
7390 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7391 Take additional optional arg NARROWFUN. For the generated functions:
7392 Add local var `was-narrowed-p'. Also, if NARROWFUN is specified,
7393 include frags that arrange to check for and save narrowing state before
7394 the move and then conditionally call NARROWFUN after the move.
7395
7396 2003-11-14 John Wiegley <johnw@newartisans.com>
7397
7398 * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
7399 that was optional, but obviously missing based on surrounding code.
7400
7401 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
7402 string arguments to numbers unless the whole argument was seen as
7403 a number.
7404
7405 2003-11-14 Kenichi Handa <handa@m17n.org>
7406
7407 * international/mule.el (ctext-non-standard-encodings-alist):
7408 Fix coding systems.
7409
7410 2003-11-10 Kenichi Handa <handa@m17n.org>
7411
7412 * language/kannada.el ("Kannada"): Add sample-text.
7413
7414 * language/knd-util.el (kannada-compose-region)
7415 (kannada-compose-string, kannada-post-read-conversion):
7416 Add autoload cookie.
7417
7418 * international/quail.el (quail-completion): Change the message
7419 "corresponding translations" to "corresponding characters".
7420
7421 2003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
7422
7423 * descr-text.el (describe-char): Fix typo.
7424
7425 2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
7426
7427 These changes are to support Kannada language/script.
7428
7429 * Makefile.in (DONTCOMPILE): Add kannada.el.
7430
7431 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
7432
7433 * loadup.el: Preload kannada.el.
7434
7435 * language/ind-util.el (ucs-kannada-to-is13194-alist)
7436 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
7437 New variables.
7438
7439 * language/kannada.el: New file.
7440
7441 * language/knd-util.el: New file.
7442
7443 2003-11-07 Andreas Schwab <schwab@suse.de>
7444
7445 * progmodes/autoconf.el (autoconf-font-lock-keywords):
7446 Also highlight AH_*.
7447
7448 * xml.el (xml-parse-dtd): Fix misplaced paren.
7449
7450 2003-11-07 Kenichi Handa <handa@m17n.org>
7451
7452 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
7453
7454 2003-11-05 Juri Linkov <juri@jurta.org>
7455
7456 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
7457 (desktop-buffer-file): Use saved buffer-file-coding-system
7458 for file reading. Set auto-insert to nil to prevent automatic
7459 insertion into restored empty files.
7460
7461 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
7462
7463 * files.el (risky-local-variable-p): Make second argument optional.
7464
7465 2003-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
7466
7467 * subr.el (add-hook): Fix last change.
7468
7469 2003-11-03 Eli Zaretskii <eliz@gnu.org>
7470
7471 * mail/rmail.el (rmail-convert-to-babyl-format):
7472 If base64-decode-region signals an error, catch it and silently
7473 ignore it.
7474
7475 2003-11-01 Mark A. Hershberger <mah@everybody.org>
7476
7477 * xml.el (xml-parse-region): Allow comments to appear after the
7478 topmost element has closed.
7479 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
7480 (xml-ns-expand-attr): New functions to do namespace handling.
7481 (xml-intern-attrlist): Back-compatible handling of attribute names.
7482 (xml-parse-tag): Move namespace handling to separate functions.
7483 Now produces elements in the form ((:ns . "element") (attr-list)
7484 children) instead of ('ns:element (attr-list) children).
7485 (xml-parse-attlist): Fix attribute parsing.
7486 (xml-parse-dtd): Change parsing so that it produces strings
7487 instead of interned symbols.
7488
7489 2003-11-01 era@iki.fi <era@iki.fi> (tiny change)
7490
7491 * dired.el (dired-ls-sorting-switches): Doc fix.
7492
7493 2003-11-01 Oliver Scholz <epameinondas@gmx.de>
7494
7495 * emacs-lisp/rx.el (rx-or): Fix the case of
7496 "(rx (and ?a (or ?b ?c) ?d))".
7497
7498 2003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
7499
7500 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
7501 (texinfo-format-region): Use it.
7502 (texinfo-format-buffer-1): Ditto.
7503
7504 2003-11-01 Alan Mackenzie <acm@muc.de>
7505
7506 Changes to allow scrolling whilst in isearch mode:
7507 * isearch.el (isearch-unread-key-sequence): New function,
7508 extracted from isearch-other-meta-char.
7509 (top level): (put 'foo 'isearch-scroll) on all Emacs's
7510 "scrollable" standard functions.
7511 (isearch-allow-scroll): New customizable variable.
7512 (isearch-string-out-of-window, isearch-back-into-window)
7513 (isearch-reread-key-sequence-naturally)
7514 (isearch-lookup-scroll-key): New functions.
7515 (isearch-other-meta-char): Doc string and functionality enhanced.
7516 Now accepts a prefix argument.
7517 (isearch-lazy-highlight-window-end): New variable.
7518 (isearch-lazy-highlight-new-loop): Pay attention to the window's
7519 end (thru isearch-lazy-highlight-window-end), not only its start.
7520
7521 * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
7522 (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
7523 (universal-argument, universal-argument-more, negative-argument)
7524 (digit-argument, universal-argument-other-key): Minor changes.
7525
7526 2003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
7527
7528 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
7529 recursively if the last message is deleted, thus avoiding an
7530 infinite loop.
7531
7532 2003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
7533
7534 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
7535 (tex-main-file): Don't add .tex if the extension is already present.
7536 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
7537
7538 2003-10-29 Lute Kamstra <lute@gnu.org>
7539
7540 * progmodes/octave-inf.el (inferior-octave-prompt):
7541 Recognize version number in prompt.
7542
7543 2003-10-28 Dave Love <fx@gnu.org>
7544
7545 * international/characters.el: Fix some Unicode ranges.
7546
7547 2003-10-28 Kenichi Handa <handa@m17n.org>
7548
7549 * disp-table.el (standard-display-8bit)
7550 (standard-display-default, standard-display-ascii)
7551 (standard-display-g1, standard-display-graphic)
7552 (standard-display-underline): Assure that standard-display-table
7553 is a display table.
7554
7555 2003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
7556
7557 * simple.el (reindent-then-newline-and-indent): Delete space *after*
7558 reindenting the first line.
7559
7560 2003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
7561
7562 * wid-edit.el (widget-default-delete): Always delete child widgets.
7563
7564 2003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
7565
7566 * newcomment.el (comment-indent): Don't call indent-according-to-mode
7567 if the line has code.
7568 Don't try to line up with something that's too far left.
7569
7570 * progmodes/octave-mod.el (octave-comment-start): Simplify.
7571 (octave-mode-syntax-table): Add % as a comment starter.
7572 (octave-point): Remove.
7573 (octave-in-comment-p, octave-in-string-p)
7574 (octave-not-in-string-or-comment-p, calculate-octave-indent)
7575 (octave-blink-matching-block-open, octave-auto-fill):
7576 Use line-(beginning|end)-position instead.
7577
7578 2003-10-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
7579
7580 * emacs-lisp/authors.el (authors-aliases): Add correct realname
7581 for Francesco Potort\e,Al\e(B.
7582
7583 2003-10-23 Dave Love <fx@gnu.org>
7584
7585 * international/mule-cmds.el (locale-charset-to-coding-system):
7586 Don't rely on nil being a coding system.
7587
7588 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
7589 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
7590 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
7591
7592 2003-10-21 Nick Roberts <nick@nick.uklinux.net>
7593
7594 * gdb-ui.el (gdb-current-language): New variable.
7595 (gdb-update-flag): Remove variable.
7596 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
7597 (gdb-take-last-elt): Remove function.
7598 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
7599 (gdb-post-prompt): Check for variable object changes here.
7600
7601 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
7602 object changes in gdb-ui.el.
7603
7604 2003-10-21 Richard M. Stallman <rms@gnu.org>
7605
7606 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
7607
7608 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
7609 Don't check for foo*/ wildcard form here.
7610 (insert-directory): Recognize foo*/ as a wildcard.
7611 Separate wildcard-regexp variable from the arg, wildcard.
7612
7613 * subr.el (add-hook): Correctly detect when make-local-hook was used.
7614 (remove-hook): Correctly handle strange cases about local hooks.
7615
7616 2003-10-21 David Ponce <david@dponce.com>
7617
7618 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
7619 argument REAL, to return a real number instead of a rounded
7620 integer value. Define as inline function.
7621 (ruler-mode-right-fringe-cols): Likewise.
7622 (ruler-mode-scroll-bar-cols): New function.
7623 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
7624 (ruler-mode-right-scroll-bar-cols): Likewise.
7625 (ruler-mode-space): New function.
7626 (ruler-mode-ruler): Use it. Handle variations of fringe style,
7627 scroll bar mode and margins in a more robust way.
7628
7629 2003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
7630
7631 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
7632 (antlr-c-init-language-vars): New function.
7633 (antlr-mode): Use it with cc-mode before v5.29.
7634 (antlr-c-common-init): Don't set some local vars here.
7635 (antlr-mode): Set them here.
7636 (antlr-c-forward-sws): New function alias.
7637 (antlr-mode): Redefine with cc-mode before v5.30.
7638 (antlr-skip-sexps): Use it.
7639 (antlr-skip-exception-part): Ditto.
7640 (antlr-skip-file-prelude): Ditto.
7641 (antlr-outside-rule-p): Ditto.
7642 (antlr-end-of-body): Ditto.
7643 (antlr-option-kind): Ditto.
7644 (antlr-insert-option-area): Ditto.
7645 (antlr-file-dependencies): Ditto.
7646
7647 2003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7648
7649 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
7650 Move backward only if point was not inside an entry.
7651
7652 2003-10-21 Richard M. Stallman <rms@gnu.org>
7653
7654 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
7655
7656 2003-10-21 Juri Linkov <juri@jurta.org>
7657
7658 * compare-w.el: Automatically skip non-matching text to resync.
7659 (compare-windows-whitespace): Doc fix.
7660 (compare-windows-sync, compare-windows-sync-string-size)
7661 (compare-windows-recenter, compare-ignore-whitespace)
7662 (compare-windows-highlight, compare-windows-face): New variables.
7663 (compare-windows): Use compare-windows-sync.
7664 (compare-windows-highlight, compare-windows-dehighlight)
7665 (compare-windows-sync-regexp)
7666 (compare-windows-sync-default-function): New functions.
7667
7668 2003-10-21 Juri Linkov <juri@jurta.org>
7669
7670 * diff.el (diff-parse-differences): Don't visit the files now;
7671 instead, just record the error locus.
7672
7673 2003-10-21 Dave Love <fx@gnu.org>
7674
7675 * progmodes/cfengine.el: New file.
7676
7677 2003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
7678
7679 * complete.el (PC-do-completion): Do not forget to use `pred' as the
7680 default-directory when completing file names.
7681
7682 2003-10-20 Luc Teirlinck <teirllm@auburn.edu>
7683
7684 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
7685 followed by the word `face', it gets treated as a face, even if
7686 it is also defined as a variable or a function.
7687
7688 2003-10-20 Dave Love <fx@gnu.org>
7689
7690 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7691 Avoid incf in macro expansion.
7692
7693 2003-10-20 John Paul Wallington <jpw@gnu.org>
7694
7695 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
7696 `evenp' so we don't implicitly require cl library at runtime.
7697
7698 2003-10-18 Luc Teirlinck <teirllm@auburn.edu>
7699
7700 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
7701 (help-make-xrefs): Only make cross-references for faces if
7702 preceded or followed by the word `face'. Do not make a
7703 cross-reference for variables without variable documentation,
7704 unless preceded by the word `variable' or `option'. Update doc
7705 string accordingly.
7706
7707 2003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
7708
7709 * progmodes/hideshow.el: Rewrite one-armed `if'
7710 constructs using either `when' or `unless'.
7711 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
7712
7713 2003-10-16 Nick Roberts <nick@nick.uklinux.net>
7714
7715 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
7716 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
7717 instead of 12x12.
7718
7719 2003-10-16 Eli Zaretskii <eliz@gnu.org>
7720
7721 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
7722 message while converting to Babyl.
7723
7724 2003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
7725
7726 * allout.el (allout-mode): Doc fix.
7727
7728 2003-10-16 Lute Kamstra <lute@gnu.org>
7729
7730 * subr.el (force-mode-line-update): Fix docstring.
7731
7732 2003-10-14 Dave Love <fx@gnu.org>
7733
7734 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
7735 (default-input-method): Add :link, improve :type.
7736 (locale-charset-language-names): Fix utf-8 pattern.
7737 (locale-charset-match-p, locale-charset-alist)
7738 (locale-charset-to-coding-system): New.
7739 (set-locale-environment): Deal with codeset part of locale specs.
7740
7741 2003-10-14 Lute Kamstra <lute@gnu.org>
7742
7743 * fringe.el (fringe-mode): Use active voice in docstring.
7744 (set-fringe-style): Ditto.
7745
7746 2003-10-13 Lute Kamstra <lute@gnu.org>
7747
7748 * fringe.el (fringe-mode): Fix docstring.
7749 (set-fringe-style): Ditto.
7750
7751 2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
7752
7753 * ediff-mult.el (ediff-filegroup-action):
7754 Use ediff-default-filtering-regexp.
7755
7756 * ediff-util.el (ediff-recenter): Don't call
7757 ediff-restore-highlighting twice.
7758 (ediff-select-difference): Set current difference.
7759 (ediff-unselect-and-select-difference): Add comment.
7760
7761 * ediff.el (ediff-directories,ediff-directory-revisions)
7762 (ediff-directories3,ediff-merge-directories)
7763 (ediff-merge-directories-with-ancestor)
7764 (ediff-merge-directory-revisions)
7765 (ediff-merge-directory-revisions-with-ancestor):
7766 Use ediff-default-filtering-regexp.
7767
7768 2003-10-12 Andreas Schwab <schwab@suse.de>
7769
7770 * international/mule-cmds.el (locale-charset-language-names):
7771 Simplify regex by removing unused grouping.
7772
7773 2003-10-10 Dave Love <fx@gnu.org>
7774
7775 * bindings.el: Don't bind stop.
7776
7777 2003-10-08 Miles Bader <miles@gnu.org>
7778
7779 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
7780 face instead of attempting to emulate it.
7781
7782 2003-10-07 Kenichi Handa <handa@m17n.org>
7783
7784 * international/mule-diag.el (list-coding-systems-1): List coding
7785 systems that are loaded automatically.
7786
7787 * international/code-pages.el (iso-8859-11): Add autoload cookie.
7788
7789 * international/mule.el (autoload-coding-system): New function.
7790
7791 2003-10-07 Andreas Schwab <schwab@suse.de>
7792
7793 * log-edit.el (log-edit-changelog-entries): Prefer local value of
7794 change-log-default-name in the buffer visiting the file.
7795
7796 2003-10-06 Dave Love <fx@gnu.org>
7797
7798 * files.el (find-file-hook): Customize.
7799 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
7800
7801 * bindings.el (completion-ignored-extensions): Remove .log.
7802 (global-map): Add again, open, stop keys.
7803
7804 2003-10-05 Richard M. Stallman <rms@gnu.org>
7805
7806 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
7807 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
7808 Use sh-modify directly.
7809 (sh-select): Use sh-append, not eval.
7810
7811 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
7812
7813 * info.el (Info-following-node-name): New function.
7814
7815 * loadhist.el (unload-feature-special-hooks):
7816 Rename from loadhist-hook-functions.
7817 (loadhist-hook-functions): Now an alias.
7818
7819 2003-10-04 Eli Zaretskii <eliz@gnu.org>
7820
7821 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
7822 file-name clashes on 8+3 filesystems.
7823
7824 * Makefile.in (DONTCOMPILE, bootstrap-clean):
7825 Rename loaddefs-boot.el to ldefs-boot.el
7826
7827 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
7828 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
7829
7830 2003-10-03 Lute Kamstra <lute@gnu.org>
7831
7832 * info.el (Info-mode): Revert previous change.
7833 (Info-escape-percent): New function.
7834 (Info-fontify-node): Use it.
7835
7836 2003-10-02 Andreas Schwab <schwab@suse.de>
7837
7838 * loaddefs-boot.el: Regenerated.
7839
7840 2003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
7841
7842 * ffap.el: Remove defadvice related code from CVS since `complete'
7843 provides a `PC-completion-as-file-name-predicate' variable that
7844 ffap can override.
7845
7846 2003-10-02 Kenichi Handa <handa@m17n.org>
7847
7848 * international/utf-8.el (ccl-decode-mule-utf-8):
7849 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
7850
7851 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
7852 * international/subst-big5.el: Likewise.
7853 * international/subst-gb2312.el: Likewise.
7854 * international/subst-ksc.el: Likewise.
7855
7856 2003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
7857
7858 * calendar/calendar.el (increment-calendar-month)
7859 (calendar-leap-year-p, calendar-absolute-from-gregorian)
7860 (generate-calendar, calendar-read-date, calendar-interval)
7861 (calendar-day-of-week): Handle years BC.
7862 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
7863
7864 2003-10-01 Dave Love <fx@gnu.org>
7865
7866 * language/cyrillic.el (cp1251): Alias for windows-1251.
7867
7868 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
7869 bootstrap.
7870
7871 2003-10-01 Lute Kamstra <lute@gnu.org>
7872
7873 * files.el: Fix typo.
7874 * imenu.el (imenu--generic-function): Docstring fix.
7875
7876 2003-09-30 Richard M. Stallman <rms@gnu.org>
7877
7878 * dired.el (dired-mode): Handle dired-directory as a list.
7879
7880 2003-09-30 Nick Roberts <nick@nick.uklinux.net>
7881
7882 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
7883
7884 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
7885
7886 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
7887 Replace gud-display with gud-watch.
7888 (gud-speedbar-buttons): Add stuff for watching expressions
7889 in the speedbar when using M-x gdba. Use dolist on old part
7890 of this function.
7891
7892 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
7893 (gdb-update-flag): New variables.
7894 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
7895 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
7896 (gud-watch, gdb-var-create-handler) : New functions.
7897 (gdb-var-list-children, gdb-var-list-children-handler)
7898 (gdb-var-create-regexp, gdb-var-update-regexp)
7899 (gdb-var-list-children-regexp): New constants.
7900 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
7901 (gdb-annotation-rules): Reduce annotation set (level 3).
7902 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
7903 (gdb-post-prompt): Don't update GDB buffers every time speedbar
7904 updates.
7905 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
7906 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
7907 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
7908 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
7909 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
7910 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
7911 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
7912 (gud-display, gud-display1)
7913 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
7914 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
7915 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
7916 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
7917 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
7918 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
7919 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
7920 (gdb-display-display-buffer, gdb-toggle-display)
7921 (gdb-delete-display, gdb-expressions-popup-menu)
7922 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
7923 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
7924 to display buffer.
7925
7926 2003-09-30 Richard M. Stallman <rms@gnu.org>
7927
7928 * progmodes/ada-mode.el (ada-mode): Don't use advice.
7929 Instead, set which-func-functions.
7930
7931 * progmodes/which-func.el (which-func-modes): Add ada-mode.
7932 (which-func-functions): New variable.
7933 (which-function): Use that.
7934
7935 * info.el (Info-mode): Double each `%' in header line.
7936
7937 * emacs-lisp/lisp-mnt.el (lm-with-file):
7938 When FILE is nil, run BODY in current buffer.
7939
7940 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
7941
7942 * help.el (describe-mode): Start with a brief list of minor modes.
7943 Find them thru minor-mode-list so as to find them all.
7944 Show them in alphabetical order.
7945
7946 * mail/sendmail.el (mail-aliases): Doc fix.
7947
7948 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
7949
7950 2003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
7951
7952 * mail/rmailsum.el (rmail-make-summary-line-1):
7953 Change comma after last label to a space.
7954 (rmail-summary-font-lock-keywords): Adapt to that change.
7955
7956 2003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
7957
7958 * progmodes/scheme.el (scheme-mode-variables): When setting
7959 `font-lock-defaults', also specify that "#" should
7960 be interpreted with `word' syntax.
7961 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
7962
7963 2003-09-30 Lars Hansen <larsh@math.ku.dk>
7964
7965 * desktop.el: A lot of comments updated.
7966 (desktop-save-mode): Minor mode introduced.
7967 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
7968 (desktop-load-default): Function made obsolete.
7969 (desktop-locals-to-save): Variable made customizable.
7970 (desktop-read): Optional parameter `dirname' added.
7971 (desktop-change-dir, desktop-revert): Parameter `dirname' in
7972 `desktop-read' used.
7973 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
7974
7975 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
7976
7977 * whitespace.el (whitespace-clean-msg): Add user customizable message
7978 for displaying ``clean'' output.
7979 (whitespace-buffer): Use `whitespace-clean-msg'.
7980 (whitespace-global-mode): Fix typo.
7981
7982 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
7983
7984 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
7985
7986 2003-09-29 Lute Kamstra <lute@gnu.org>
7987
7988 * bindings.el (mode-line-modes): Remove superfluous :propertize
7989 construct in initialization.
7990 (mode-line-position): Change cons cell into proper list in
7991 initialization.
7992
7993 2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
7994
7995 * international/mule.el (decode-coding-inserted-region): Use car
7996 of the return value of find-operation-coding-system.
7997
7998 2003-09-29 Kenichi Handa <handa@m17n.org>
7999
8000 * descr-text.el (describe-char): Fix previous change.
8001
8002 2003-09-28 Kenichi Handa <handa@m17n.org>
8003
8004 * descr-text.el (describe-char-display): New function.
8005 (describe-char): Pay attention to display table on describing how
8006 a character is displayed.
8007
8008 * international/mule-cmds.el (encoded-string-description):
8009 Prepend "0x" to each encoded byte.
8010
8011 2003-09-28 Andreas Schwab <schwab@suse.de>
8012
8013 * find-file.el (ff-special-constructs): Add autoload cookie.
8014
8015 2003-09-28 Kevin Ryde <user42@zip.com.au>
8016
8017 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
8018 makeinfo appends to duplicate index entries.
8019
8020 2003-09-28 Eli Zaretskii <eliz@gnu.org>
8021
8022 * dired-x.el (dired-clean-tex): Doc fix.
8023
8024 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
8025 using a Chinese tutorial.
8026
8027 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
8028
8029 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
8030 between "MAIL FROM:" and "RCPT TO:" and the following address.
8031
8032 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
8033
8034 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
8035
8036 2003-09-28 David Ponce <david@dponce.com>
8037
8038 * recentf.el (recentf-initialize-file-name-history): New defcustom.
8039 (recentf-load-list): When `recentf-initialize-file-name-history'
8040 is non-nil, initialize an empty `file-name-history' with the
8041 recent list.
8042
8043 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
8044
8045 * man.el (Man-default-man-entry): Remove the leading `*' from the
8046 word at point.
8047
8048 2003-09-26 Lute Kamstra <lute@gnu.org>
8049
8050 * bindings.el (mode-line-position): Mention size indication in
8051 docstring.
8052
8053 2003-09-26 Andre Spiegel <spiegel@gnu.org>
8054
8055 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
8056
8057 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
8058 because it's autoloaded now.
8059
8060 2003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
8061
8062 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
8063 (sh-font-lock-keywords, sh-feature): Fix previous change of
8064 sh-feature to avoid infloop with sh-font-lock-keywords.
8065
8066 2003-09-25 Kim F. Storm <storm@cua.dk>
8067
8068 * frame.el (frame-current-scroll-bars): New defun.
8069
8070 * window.el (window-current-scroll-bars): New defun.
8071
8072 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8073
8074 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
8075 cause errors when the state cache contains info on parts that have
8076 been narrowed out.
8077
8078 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8079
8080 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
8081 `c-setup-paragraph-variables' has to be used when this variable is
8082 changed; it doesn't work to reinitialize the mode since that
8083 typically clobbers the variable.
8084
8085 * progmodes/cc-styles.el (c-setup-paragraph-variables):
8086 Make it interactive.
8087
8088 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8089
8090 * progmodes/cc-fonts.el (c-font-lock-declarations):
8091 Fix recognition of constructors and destructors for classes whose
8092 names are matched by `*-font-lock-extra-types'.
8093
8094 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
8095 followed by an identifier in C++ then it's a type.
8096
8097 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8098
8099 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
8100 problem that primarily affected XEmacs. Don't use faces to find
8101 unterminated strings since Emacs and XEmacs fontify strings
8102 differently - this function should now work better in XEmacs.
8103
8104 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8105
8106 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
8107 `expand-abbrev' workaround which caused braces to misbehave inside
8108 macros.
8109
8110 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
8111 handling. This bug could cause interactive font locking to bail out.
8112
8113 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8114
8115 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
8116 Handle paren-style types in Pike. Also fixed some cases of
8117 insufficient handling of unbalanced parens.
8118
8119 2003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
8120
8121 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
8122 common shell prompts that are not common filename or URL characters.
8123 (ffap-file-at-point): Use the new regexp to strip the prompts from
8124 the file names. This is an issue mostly for user prompts that
8125 don't have a trailing space and find-file-at-point is invoked from
8126 within a shell inside Emacs.
8127
8128 2003-09-24 Andre Spiegel <spiegel@gnu.org>
8129
8130 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
8131 stamps numerically, rather than textually.
8132
8133 2003-09-24 Kenichi Handa <handa@m17n.org>
8134
8135 * language/devan-util.el (devanagari-post-read-conversion):
8136 * language/mlm-util.el (malayalam-post-read-conversion):
8137 * language/tml-util.el (tamil-post-read-conversion):
8138 Add autoload cookie.
8139
8140 * international/utf-8.el (utf-8-post-read-conversion):
8141 Call post-read-conversion functions for Devanagari, Malayalam,
8142 and Tamil.
8143
8144 2003-09-23 Dave Love <fx@gnu.org>
8145
8146 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
8147
8148 2003-09-22 Nick Roberts <nick@nick.uklinux.net>
8149
8150 * progmodes/gud.el (perldb): Add gud-until to list of commands.
8151 Update gud-remove.
8152
8153 2003-09-22 Richard M. Stallman <rms@gnu.org>
8154
8155 * progmodes/sh-script.el (sh-mode-default-syntax-table):
8156 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
8157 (sh-mode-syntax-table-input): New variable.
8158 (sh-require-final-newline): Don't use eval.
8159 (sh-builtins, sh-leading-keywords, sh-other-keywords)
8160 (sh-variables, sh-font-lock-keywords): Don't use eval.
8161 (sh-set-shell): When setting require-final-newline,
8162 treat value = `require-final-newline' as don't change it.
8163 Set sh-mode-syntax-table locally based on
8164 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
8165
8166 * progmodes/compile.el (compile-internal):
8167 Call compilation-set-window-height before setting window start.
8168
8169 2003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
8170
8171 * emacs-lisp/bytecomp.el (byte-compile-log-file):
8172 Clear out byte-compile-last-warned-form.
8173
8174 2003-09-22 Richard M. Stallman <rms@gnu.org>
8175
8176 * woman.el (woman-file-name, woman-follow-word):
8177 If current-word returns nil, use "".
8178
8179 * simple.el (eval-expression): Bind standard-output in to-buffer case.
8180
8181 2003-09-22 Richard M. Stallman <rms@gnu.org>
8182
8183 * emacs-lisp/lisp-mnt.el (lm-with-file):
8184 Don't visit the file, just use insert-file-contents in temp buffer.
8185
8186 2003-09-22 Jari Aalto <jari.aalto@poboxes.com>
8187
8188 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
8189 Add surrounding \\( and \\) around the header, as in
8190 for lm-history-header 'Change Log\\|History'.
8191
8192 2003-09-22 John Paul Wallington <jpw@gnu.org>
8193
8194 * progmodes/ld-script.el: Add Commentary section,
8195 minor cleanup of file header.
8196 (ld-script-font-lock-keywords): Doc fix.
8197 (toplevel): Provide `ld-script' feature.
8198
8199 2003-09-21 Kim F. Storm <storm@cua.dk>
8200
8201 * scroll-bar.el (set-scroll-bar-mode): Initialize to
8202 new built-in variable default-frame-scroll-bars.
8203 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
8204 scroll-bar-mode; notably, use it instead of t when we toggle
8205 scroll-bars on.
8206 (toggle-scroll-bar): Use default-frame-scroll-bars.
8207
8208 2003-09-19 Masatake YAMATO <jet@gyve.org>
8209
8210 * pcvs.el (cvs-do-removal): Change the prompt depending on
8211 `filter' value.
8212
8213 2003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
8214
8215 * startup.el (command-line-1): Stop startup-echo-area-message
8216 being hidden by "Loading image..." message.
8217 (use-fancy-splash-screens-p, display-splash-screen):
8218 Move display-graphic-p test from latter to former.
8219
8220 * progmodes/sh-script.el (sh-font-lock-keywords):
8221 Highlight escaped EOLs differently from other backslash constructs.
8222
8223 2003-09-19 Richard M. Stallman <rms@gnu.org>
8224
8225 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
8226 New functions.
8227 (edebug-enter, edebug-outside-excursion): Use them.
8228
8229 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
8230 Fix the condition for whether to print "In WHERE".
8231
8232 2003-09-19 Jari Aalto <jari.aalto@poboxes.com>
8233
8234 * finder.el (finder-mode-hook): New variable.
8235 (finder-mode): Run hook finder-mode-hook
8236
8237 2003-09-18 Masatake YAMATO <jet@gyve.org>
8238
8239 * progmodes/ebrowse.el: Fix broken magic autoload comments.
8240
8241 2003-09-17 Mario Lang <mlang@delysid.org>
8242
8243 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
8244 "p %e" to actually print the value in the GUD buffer.
8245
8246 2003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
8247
8248 From David Ponce <david.ponce@wanadoo.fr>:
8249 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
8250 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
8251 from loaddefs-boot.el if necessary.
8252
8253 2003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
8254
8255 * progmodes/gud.el (gud-find-class): Make jdb work again since
8256 cc-mode changed the syntactic information.
8257
8258 2003-09-15 David Ponce <david@dponce.com>
8259
8260 * recentf.el: (recentf-exclude): Accept predicates too.
8261 (recentf-file-readable-p): New function.
8262 (recentf-include-p): Handle predicates in recentf-exclude.
8263 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
8264 (recentf-cleanup): Likewise.
8265 (recentf-save-list): Use write-file to handle backup of
8266 recentf-save-file.
8267
8268 2003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
8269
8270 * loaddefs-boot.el: Renamed from `loaddefs.el'
8271 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
8272 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
8273 necessary.
8274
8275 2003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
8276
8277 * electric.el (Electric-pop-up-window): For the `one-window' case,
8278 no longer disconcertingly move point in the original buffer.
8279
8280 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8281
8282 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
8283
8284 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
8285
8286 * dired.el (dired-mode-map): Fix typo.
8287
8288 2003-09-11 Richard M. Stallman <rms@gnu.org>
8289
8290 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
8291
8292 2003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
8293
8294 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
8295 the function is less noisy. Now only `kill-buffer' can ask questions.
8296
8297 2003-09-10 Mario Lang <mlang@delysid.org>
8298
8299 * battery.el: Update Commentary and Copyright.
8300 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
8301 appear due to wrong ordering of the expressions in `or'.
8302
8303 2003-09-09 Lute Kamstra <lute@gnu.org>
8304
8305 * misc.el (upcase-char): Fix docstring.
8306 (zap-up-to-char): New command.
8307
8308 2003-09-08 David Ponce <david@dponce.com>
8309
8310 Ensure that recentf correctly updates the menu bar.
8311 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
8312 (recentf-menu-bar): New function.
8313 (recentf-clear-data): Use it
8314 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
8315 of easy-menu-change.
8316
8317 2003-09-08 Lute Kamstra <lute@gnu.org>
8318
8319 * simple.el (size-indication-mode): New.
8320 * bindings.el (mode-line-position): Add buffer size indicator.
8321
8322 2003-09-04 Mario Lang <mlang@delysid.org>
8323
8324 * battery.el (battery-linux-proc-acpi): New function.
8325 (battery-status-function): Modify default value calculation to also
8326 check for availability of ACPI.
8327 (battery-echo-area-format): Ditto.
8328 (battery-mode-line-format): Ditto.
8329
8330 2003-09-06 Dave Love <fx@gnu.org>
8331
8332 * ielm.el (ielm-mode-hook): Add :options.
8333
8334 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
8335 (eldoc-print-current-symbol-info): Use it.
8336
8337 2003-09-04 Nick Roberts <nick@nick.uklinux.net>
8338
8339 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
8340 being displayed in GUD buffer.
8341 (gdb-idle-input-queue): Remove var. Use just one queue.
8342 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
8343 Remove functions. Use just one queue.
8344 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
8345 (gdb-invalidate-assembler, gdb-get-current-frame):
8346 Modify functions. Use just one queue.
8347
8348 2003-09-04 Dave Love <fx@gnu.org>
8349
8350 * cus-start.el: Add blink-cursor-alist.
8351
8352 * ruler-mode.el (ruler-mode-fill-column-char)
8353 (ruler-mode-current-column-char): Use char-displayable-p,
8354 not window-system.
8355
8356 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
8357
8358 * language/european.el (windows-1252): Move from code-pages.
8359
8360 * language/cyrillic.el ("Windows-1251"): Delete.
8361 ("Bulgarian", "Belarusian"): Remove `features'.
8362 (windows-1251): Move from code-pages.
8363
8364 * international/mule-diag.el (non-iso-charset-alist):
8365 Remove `codepage' stuff.
8366 (print-designation, list-coding-systems-1): Output fixes.
8367
8368 * international/code-pages.el (cp-make-translation-table)
8369 (cp-valid-codes): Made defsubsts.
8370 (cp-fix-safe-chars): Delete.
8371 (mule-diag): Don't require.
8372 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
8373 (top-level): Check for defined coding system when defining
8374 cp... aliases. Change w32-add-charset-info test to avoid warning.
8375 (non-iso-charset-alist): Defvar when compiling.
8376 (cp-make-coding-system): Doc fix.
8377
8378 2003-09-02 Jason Rumney <jasonr@gnu.org>
8379
8380 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
8381 line-ends from CVS before doing conversion.
8382
8383 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
8384
8385 * calendar/diary-lib.el (diary-header-line-flag)
8386 (diary-header-line-format): New variables.
8387 (list-diary-entries): Use them to set header line in simple diary.
8388
8389 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
8390 other than font-lock-string-face to highlight backslashes.
8391
8392 2003-09-01 Jason Rumney <jasonr@gnu.org>
8393
8394 * international/titdic-cnv.el (tit-read-key-value): Include \r in
8395 regexp.
8396
8397 2003-09-01 Dave Love <fx@gnu.org>
8398
8399 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
8400
8401 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
8402 and :help; also line and column numbers labels.
8403
8404 * international/mule-util.el (char-displayable-p): Move from
8405 latin1-disp, rename and autoload.
8406
8407 * international/latin1-disp.el (latin1-char-displayable-p):
8408 Now obsolete alias. Replace uses with char-displayable-p.
8409 (latin1-display-ucs-per-lynx): Fix last change.
8410
8411 * international/mule-cmds.el (standard-display-european-internal):
8412 Don't use char code for Latin-1 NBSP.
8413 <XFree86 4>: Unfrob NBSP display table. Set display table to use
8414 U+2018, U+2019 for `'.
8415 (select-safe-coding-system): Message fix.
8416
8417 2003-09-01 Kenichi Handa <handa@m17n.org>
8418
8419 * international/fontset.el (setup-default-fontset): For Thai
8420 font, specify "*" family.
8421
8422 2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
8423
8424 * progmodes/compile.el (previous-error): Accept a prefix
8425 argument, similarly to next-error.
8426
8427 2003-08-31 Masatake YAMATO <jet@gyve.org>
8428
8429 * pcvs.el (cvs-do-removal): Use = instead of eq to check
8430 the number of files. Bind the number of files to a local
8431 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
8432
8433 2003-08-30 Eli Zaretskii <eliz@gnu.org>
8434
8435 * vc-hooks.el (vc-make-version-backup): Fix the change made on
8436 2003-07-26: msdos-long-file-names is a function, not a variable.
8437
8438 2003-08-29 Richard M. Stallman <rms@gnu.org>
8439
8440 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
8441 Do nothing with mail-personal-alias-file if it is nil.
8442
8443 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
8444 Do nothing if mail-personal-alias-file is nil.
8445
8446 * term.el (term-exec-1): Bind coding-system-for-read.
8447
8448 * dired.el (dired-mouse-find-file-other-window):
8449 Use dired-view-command-alist here, as in dired-view-file.
8450 (dired-view-command-alist): Use %s to substitute file name.
8451 Handle .ps_pages, .eps, .jpg, .gif, .png.
8452
8453 2003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
8454
8455 * info.el (Info-mode-map): Bind S-tab and <backtab> to
8456 `Info-prev-reference', instead of M-tab.
8457
8458 2003-08-29 Martin Stjernholm <mast@lysator.liu.se>
8459
8460 * simple.el (blink-matching-open): Work correctly on chars that
8461 are designated as parens through the syntax-table text property.
8462
8463 2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
8464
8465 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
8466 line break position in the middle of a non-kinsoku (e.g. latin)
8467 word, making it skip until either a space or a character with
8468 category "|".
8469 (kinsoku-longer): Test for end of buffer.
8470
8471 2003-08-28 Eli Zaretskii <eliz@gnu.org>
8472
8473 * mail/rmail.el (rmail-convert-to-babyl-format):
8474 Detect quoted-printable- and base64-encoded messages and decode them
8475 automatically. Set the message's encoding from the charset=
8476 header, if any. Decode base64-encoded messages in Mail format as well.
8477
8478 2003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
8479
8480 * mail/smtpmail.el: Fix previous change.
8481 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
8482 calling smtpmail-via-smtp.
8483 (smtpmail-via-smtp): Add fall-back values for envelope-from.
8484
8485 2003-08-26 John Paul Wallington <jpw@gnu.org>
8486
8487 * image.el (image-jpeg-p): Don't search beyond length of data.
8488
8489 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
8490
8491 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
8492 misfeature in `expand-abbrev' which caused electric keywords like
8493 "else" to disappear if an open brace was typed directly afterwards.
8494
8495 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
8496
8497 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
8498 mandatory in `define-widget'.
8499
8500 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
8501 Don't align the operators "!=", "<=" and ">=" as assignment operators.
8502
8503 (c-assignment-operators): New language constant that only contains
8504 the assignment operators.
8505
8506 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
8507
8508 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
8509
8510 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
8511 Safeguard against unbalanced sexps.
8512
8513 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
8514
8515 * version.el (emacs-version): Check for gtk. Include gtk version info.
8516
8517 2003-08-25 John Paul Wallington <jpw@gnu.org>
8518
8519 * man.el (Man-default-man-entry): Don't whizz past the section
8520 number before looking for it.
8521
8522 2003-08-24 Nick Roberts <nick@nick.uklinux.net>
8523
8524 * progmodes/gud.el (gud-display-line): Don't set window-point if
8525 source buffer is not visible. (Only happens with M-x gdba.)
8526
8527 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
8528 documentation.
8529 (gdb-source, gdb-source-info): Update to assembler unnecessary
8530 as its done after each GDB command anyway.
8531 (gdb-pre-prompt): Use with-current-buffer.
8532 (gdb-insert-field): Add help-echo text.
8533 (gdb-invalidate-assembler): Re-display of assembler now done in
8534 gdb-info-breakpoints-custom.
8535 (gdb-info-breakpoints-custom): Force re-display of assembler to
8536 happen *after* update of breakpoints buffer.
8537 (gdb-display-source-buffer): Don't choke if gdb-source-window
8538 isn't visible.
8539 (gdb-put-string, gdb-put-arrow): Remove free variables.
8540
8541 2003-08-24 John Paul Wallington <jpw@gnu.org>
8542
8543 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
8544
8545 * man.el (Man-default-man-entry): Strip text properties when
8546 snarfing parts of entry because `format' preserves properties.
8547
8548 2003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
8549
8550 * files.el (file-newest-backup): Use `expand-file-name'.
8551
8552 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
8553 Allow the diary to pop up a new frame, if needed.
8554
8555 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
8556 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
8557 (smtpmail-send-it): Make treatment of envelope-from consistent with
8558 sendmail.el.
8559
8560 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
8561 (sh-leading-keywords): Add the bash `time' reserved word.
8562 (sh-variables): Add some bash variables.
8563 (sh-add-completer): Fix nil branch of case statement.
8564
8565 2003-08-24 Masatake YAMATO <jet@gyve.org>
8566
8567 * progmodes/ld-script.el: New file.
8568
8569 2003-08-23 Markus Rost <rost@math.ohio-state.edu>
8570
8571 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
8572
8573 2003-08-23 Andre Spiegel <spiegel@gnu.org>
8574
8575 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
8576 Better explain obsolescence, and what to use instead.
8577
8578 2003-08-23 Masatake YAMATO <jet@gyve.org>
8579
8580 * pcvs.el (cvs-do-removal): Show the deleted file name
8581 on the prompt.
8582
8583 2003-08-20 Dave Love <fx@gnu.org>
8584
8585 * international/mule.el (make-coding-system)
8586 (set-buffer-file-coding-system): Doc fix.
8587
8588 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
8589
8590 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
8591
8592 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
8593
8594 * international/utf-16.el: Add mime-text-unsuitable coding system
8595 properties.
8596
8597 * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
8598
8599 * cus-edit.el: Add some :links.
8600 (bib): Remove.
8601
8602 * textmodes/bib-mode.el (bib): Add :group external.
8603
8604 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
8605
8606 * wid-edit.el (widget-echo-help): Make it handle expressions that
8607 evaluate to strings.
8608
8609 2003-08-18 Michael Mauger <mmaug@yahoo.com>
8610
8611 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
8612
8613 Simplify selection of SQL products to define highlighting and
8614 interactive mode. Includes detailed instructions on adding
8615 support for new products.
8616
8617 * progmodes/sql.el (sql-product): New variable. Identifies SQL
8618 product for use in highlighting and interactive mode.
8619 (sql-interactive-product): New variable. SQL product for
8620 sql-interactive-mode.
8621 (sql-product-support): New variable. Specifies product-specific
8622 parameters to drive highlighting and interactive mode.
8623 (sql-imenu-generic-expression): Add more object types.
8624 (sql-sqlite-options): Correct comment.
8625 (sql-ms-program): Use "osql" rather than "isql".
8626 (sql-prompt-regexp, sql-prompt-length): Update comment.
8627 (sql-mode-menu): Add "Start SQLi session" entry.
8628 Replace Highlighting submenu with Product menu. Fix Send Region entry.
8629 (sql-mode-abbrev-table): Add abbreviations. Support of
8630 SYSTEM-FLAG on define-abbrev. Support was removed with last
8631 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
8632 (sql-mode-font-lock-object-name): Add font-lock pattern for object
8633 names.
8634 (sql-mode-ansi-font-lock-keywords): Set as default value.
8635 (sql-mode-oracle-font-lock-keywords): Set as default value.
8636 Support Oracle 9i keywords.
8637 (sql-mode-postgres-font-lock-keywords): Set as default value.
8638 (sql-mode-linter-font-lock-keywords): Set as default value.
8639 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
8640 SQLServer 2000.
8641 (sql-mode-sybase-font-lock-keywords)
8642 (sql-mode-interbase-font-lock-keywords)
8643 (sql-mode-sqlite-font-lock-keywords)
8644 (sql-mode-strong-font-lock-keywords)
8645 (sql-mode-mysql-font-lock-keywords)
8646 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
8647 keywords.
8648 (sql-mode-font-lock-defaults): Update comment.
8649 (sql-product-feature): New function. Returns feature associated
8650 with a product from `sql-product-support' alist.
8651 (sql-product-font-lock): New function. Set font-lock support
8652 based on `sql-product'.
8653 (sql-add-product-keywords): New function. Add font-lock rules to
8654 product-specific keyword variables.
8655 (sql-set-product): New function. Set `sql-product' and apply
8656 appropriate font-lock highlighting.
8657 (sql-highlight-product): New function. Set font-lock support
8658 based on a product. Also set mode name to include product name.
8659 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
8660 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
8661 Use `sql-set-product'.
8662 (sql-highlight-ms-keywords)
8663 (sql-highlight-sybase-keywords)
8664 (sql-highlight-interbase-keywords)
8665 (sql-highlight-strong-keywords)
8666 (sql-highlight-mysql-keywords)
8667 (sql-highlight-sqlite-keywords)
8668 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
8669 (sql-get-login): Prompt in the same order as the tokens.
8670 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
8671 (sql-product-interactive): New function. Common portions of
8672 product-specific interactive mode wrappers.
8673 (sql-interactive-mode): Rewritten to use product features.
8674 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
8675 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
8676 (sql-db2, sql-linter): Use `sql-product-interactive'.
8677 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
8678 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
8679 (sql-connect-ingres, sql-connect-postgres)
8680 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
8681 New functions. Format command line parameters and invoke comint on
8682 the appropriate interpreter. Code was in the corresponding
8683 `sql-xyz' function before.
8684 (sql-connect-ms): New function. Support -E argument to use
8685 operating system credentials for authentication.
8686
8687 2003-08-18 Kenichi Handa <handa@m17n.org>
8688
8689 * international/mule.el (encode-char): Fix for the ASCII case.
8690
8691 2003-08-15 Kenichi Handa <handa@m17n.org>
8692
8693 * international/fontset.el (setup-default-fontset): Change "*" to
8694 nil in the specifications of font family.
8695
8696 2003-08-18 Kim F. Storm <storm@cua.dk>
8697
8698 * kmacro.el (kmacro-keymap): Group related bindings in
8699 initialization for clarity. Bind C-s to start macro.
8700 Remove C-r binding.
8701 (kmacro-initial-counter-value): New defvar to hold initial counter
8702 value in case we set the value before defining a macro.
8703 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
8704 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
8705 not defining or executing macro. Doc fix.
8706 (kmacro-add-counter): Clear kmacro-initial-counter-value.
8707 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
8708 temporarily view older elements on the macro ring without cycling
8709 the ring.
8710 (kmacro-display): Doc fix.
8711 (kmacro-exec-ring-item): New helper function.
8712 (kmacro-call-ring-2nd): Use it.
8713 (kmacro-call-ring-2nd-repeat): Doc fix.
8714 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
8715 (kmacro-end-or-call-macro): Execute last viewed macro (using
8716 kmacro-exec-ring-item) from ring if this follows
8717 kmacro-view-macro. This allows us to find a macro on the ring
8718 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
8719 the ring to bring it to the head of the ring.
8720 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
8721 Allow binding to reserved keys without specifying C-x C-k prefix.
8722 Ask for confirmation if entered key sequence is already bound to
8723 a non-macro command.
8724 (kmacro-view-macro): Repeating command will show older elements
8725 on the macro ring; C-k will execute the last viewed macro.
8726 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
8727 property from 'ring to 'head.
8728
8729 2003-08-17 Alan Shutko <ats@acm.org>
8730
8731 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
8732 keeping December out of the alist.
8733
8734 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
8735
8736 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
8737 * calendar/calendar.el (calendar-mode-map): Bind it to key.
8738 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
8739 (calendar-flatten): New function.
8740 (calendar-mouse-view-other-diary-entries)
8741 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
8742 in the menu title and to show multi-line diary entries correctly
8743 in the menu.
8744
8745 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
8746
8747 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
8748 defcustom, because the default was recently changed.
8749
8750 2003-08-16 Richard M. Stallman <rms@gnu.org>
8751
8752 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
8753
8754 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
8755 New subroutine, broken out of eval-last-sexp-1.
8756 (eval-last-sexp-1): Use eval-last-sexp-print-value.
8757
8758 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
8759
8760 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
8761
8762 * simple.el (eval-expression): Use eval-last-sexp-print-value.
8763
8764 2003-08-14 Jari Aalto <jari.aalto@poboxes.com>
8765
8766 * progmodes/compile.el (compilation-error-regexp-alist):
8767 Add Java ANt error detection as described in document
8768 http://ant.apache.org/faq.html
8769
8770 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
8771
8772 * simple.el (backward-word, forward-to-indentation)
8773 (backward-to-indentation): Argument changed to optional.
8774 (next-line, previous-line): Use `or' instead of `unless'.
8775
8776 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8777
8778 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
8779 instead of a constant.
8780
8781 2003-08-12 Markus Rost <rost@math.ohio-state.edu>
8782
8783 * shell.el (shell): With prefix-arg, suggest a new buffer name.
8784
8785 2003-08-12 Andre Spiegel <spiegel@gnu.org>
8786
8787 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
8788 (vc-sccs-workfile-version): Search the entire delta table, rather
8789 than just the first entry, because that might be a deleted version.
8790
8791 2003-08-11 Karl Fogel <kfogel@red-bean.com>
8792
8793 * menu-bar.el (menu-bar-options-menu): Supply a body for the
8794 [save-place] binding in the Options menu. Have it require
8795 'saveplace' and then toggle the variable manually, to avoid an an
8796 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
8797 for the bug report.
8798
8799 2003-08-11 Nick Roberts <nick@nick.uklinux.net>
8800
8801 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
8802 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
8803 (gdb-info-threads-custom): Add help-echo text.
8804 (gdb-display-back): Don't use purecopy.
8805 (gdb-info-breakpoints-custom, gdb-reset)
8806 (gdb-assembler-custom): Use display-images-p to test if breakpoint
8807 icons can be displayed.
8808
8809 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
8810
8811 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
8812
8813 2003-08-11 Stefan Monnier <monnier@cs.yale.edu>
8814
8815 * bookmark.el (bookmark-completing-read):
8816 Return a string, instead of a list of one string.
8817 Use a popup menu if activated from the mouse.
8818 (bookmark-edit-annotation): Remove unused vars.
8819 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
8820 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
8821 to bookmark-completing-read.
8822 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
8823 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
8824 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
8825 and erase-buffer.
8826 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
8827 (bookmark-menu-jump, bookmark-menu-insert)
8828 (bookmark-popup-menu-and-apply-function)
8829 (bookmark-menu-popup-paned-bookmark-menu): Remove.
8830 (bookmark-menu-build-paned-menu): Remove by folding it into
8831 bookmark-menu-popup-paned-menu.
8832 (menu-bar-bookmark-map): Move the define-key statements here.
8833 Use the "non-menu" commands since they now pop up a menu if needed.
8834 (bookmark-exit-hook-internal): Simplify.
8835
8836 2003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
8837
8838 * reftex-toc.el (reftex-toc-rename-label): New function.
8839 (reftex-toc-check-docstruct): New function.
8840
8841 * reftex.el (reftex-region-active-p): New function.
8842
8843 * reftex-parse.el (reftex-locate-bibliography-files): Improved the
8844 regexp to find the \bibliography macro.
8845
8846 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
8847 which does not exist in LaTeX.
8848 (reftex-cite-format-builtin): Added amsrefs support.
8849 (reftex-toc-confirm-promotion): New option
8850
8851 * reftex-toc.el
8852 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
8853 (reftex-toc-demote, reftex-toc-promote)
8854 (reftex-toc-do-promote, reftex-toc-promote-prepare)
8855 (reftex-toc-promote-action, reftex-toc-extract-section-number)
8856 (reftex-toc-newhead-from-alist)
8857 (reftex-toc-load-all-files-for-promotion): New functions.
8858 (reftex-toc-help): Added description of new keys.
8859 (reftex-toc-split-windows-fraction): New option.
8860 (reftex-recenter-toc-when-idle): Search *toc* window on all
8861 visible frames.
8862 (reftex-toc): Additional parameter REUSE
8863 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
8864 with REUSE argument.
8865 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
8866 the call of `reftex-toc'.
8867 (reftex-make-separate-toc-frame): New function .
8868 (reftex-toc-recenter): When called with triple prefix arg, call
8869 `reftex-make-separate-toc-frame' first.
8870 (reftex-toc-toggle-dedicated-frame): New command.
8871 (reftex-toc-quit): Adapted to delete frame when called in
8872 dedicated frame.
8873
8874 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
8875 all enclosing macros.
8876
8877
8878 2003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8879
8880 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
8881 first use.
8882
8883 2003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8884
8885 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
8886
8887 2003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
8888
8889 * calendar/calendar.el (list-diary-entries-hook)
8890 (diary-display-hook, nongregorian-diary-listing-hook)
8891 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
8892 Add some customize options for these hooks.
8893 (calendar-abbrev-construct): Don't try to take a substring longer
8894 than the original string.
8895
8896 2003-08-05 Richard M. Stallman <rms@gnu.org>
8897
8898 * emacs-lisp/testcover.el (noreturn): Report error if does return.
8899 (testcover-reinstrument-clauses): Doc fix.
8900
8901 * emacs-lisp/warnings.el: Doc fixes, args renamed.
8902 (warning-type-format): Rename from warning-group-format.
8903
8904 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
8905 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
8906 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
8907 to prevent warnings about defvar for an obsolete variable.
8908
8909 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
8910 warning-group-format renamed to warning-type-format.
8911
8912 * subr.el (read-passwd): Use clear-string instead of fillarray.
8913
8914 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
8915 Use vconcat instead of concat.
8916 (edmacro-sanitize-for-string): New function.
8917
8918 2003-08-05 Dave Love <fx@gnu.org>
8919
8920 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
8921 line-number-display-limit-width.
8922
8923 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
8924
8925 2003-08-05 Kenichi Handa <handa@m17n.org>
8926
8927 * international/code-pages.el: Don't require mule-diag.
8928
8929 * international/mule-diag.el (non-iso-charset-alist):
8930 Add autoload cookie.
8931
8932 * language/devan-util.el (dev-glyph-order): Add an entry for the
8933 glyph code #xC4.
8934
8935 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
8936
8937 * calendar/calendar.el (diary-file, diary-file-name-prefix)
8938 (european-calendar-style, diary-date-forms)
8939 (calendar-day-name-array, calendar-month-name-array): Doc change.
8940 (generate-calendar-month): Adapt for new behaviour of
8941 `calendar-day-name' function.
8942 (calendar-abbrev-length, calendar-day-abbrev-array)
8943 (calendar-month-abbrev-array): New variables.
8944 (calendar-abbrev-construct): New function.
8945 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
8946 rather than fixing abbrevs at some width. Calling syntax change.
8947 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
8948 (calendar-date-string): Adapt for new behaviours of
8949 `calendar-day-name' and `calendar-month-name' functions.
8950
8951 * calendar/diary-lib.el (list-diary-entries): Adapt for new
8952 behaviour of `calendar-day-name' and `calendar-month-name' functions.
8953 (diary-name-pattern): Use abbrev arrays, rather than fixing
8954 abbrevs at three chars. Calling syntax change.
8955 (mark-diary-entries): Adapt for new behaviours of
8956 `diary-name-pattern' and `calendar-make-alist' functions.
8957 (fancy-diary-font-lock-keywords): Adapt for new behaviour of
8958 `diary-name-pattern' function.
8959 (font-lock-diary-date-forms): Use abbrev arrays, rather than
8960 fixing abbrevs at three chars. Calling syntax change.
8961 (cal-hebrew, cal-islam): Require when compiling.
8962 (diary-font-lock-keywords): Adapt for new behaviour of
8963 `font-lock-diary-date-forms' function.
8964
8965 * calendar/cal-hebrew.el: Reposition some code so defined before used.
8966 (calendar-hebrew-month-name-array-common-year)
8967 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
8968 (list-hebrew-diary-entries): Adapt for new behaviours of
8969 `calendar-day-name' and `add-to-diary-list' functions.
8970 (mark-hebrew-diary-entries): Adapt for new behaviours of
8971 `diary-name-pattern' and `calendar-make-alist' functions.
8972
8973 * calendar/cal-islam.el (calendar-islamic-month-name-array):
8974 Add doc string.
8975 (list-islamic-diary-entries): Adapt for new behaviours of
8976 `calendar-day-name' and `add-to-diary-list' functions.
8977 (mark-islamic-diary-entries): Adapt for new behaviours of
8978 `diary-name-pattern' and `calendar-make-alist' functions.
8979
8980 * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
8981 `calendar-month-name' function.
8982
8983 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
8984
8985 * calendar/solar.el (solar-seasons-data): Move definition before use.
8986
8987 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
8988 (cal-tex-LaTeX-hourbox): Move definition before use.
8989
8990 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
8991 cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
8992 lunar.el, solar.el
8993 (displayed-month, displayed-year): Define for compiler.
8994
8995 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
8996
8997 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
8998 MODE. Renamed from c-init-c-language-vars'.
8999 (c-initialize-cc-mode): Change accordingly.
9000 (c-common-init): Ditto.
9001 (c-mode): Ditto.
9002 (c++-mode): Use `c-init-language-vars-for'.
9003 (objc-mode): Ditto.
9004 (java-mode): Ditto.
9005 (idl-mode): Ditto.
9006 (pike-mode): Ditto.
9007 (awk-mode): Ditto.
9008
9009 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
9010
9011 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
9012 or not the point moved.
9013
9014 (c-search-decl-header-end): Don't trip up on operator identifiers
9015 in C++ and operators like == in all languages.
9016
9017 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
9018 Detect leading labels correctly.
9019
9020 2003-08-02 Andreas Schwab <schwab@suse.de>
9021
9022 * textmodes/ispell.el: Don't redo key bindings on loading, put
9023 them only in loaddefs.el.
9024 * bookmark.el: Likewise.
9025 * dabbrev.el: Likewise.
9026 * emerge.el: Likewise.
9027
9028 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
9029 has more than one member.
9030
9031 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
9032
9033 2003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9034
9035 * lpr.el (printify-region): It was ending conversion before the
9036 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
9037
9038 2003-07-31 John Paul Wallington <jpw@gnu.org>
9039
9040 * net/browse-url.el (browse-url-epiphany): Doc fix.
9041
9042 2003-07-30 Kenichi Handa <handa@m17n.org>
9043
9044 * international/fontset.el (setup-default-fontset):
9045 Change registry names of Akurti fonts.
9046
9047 2003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
9048
9049 * comint.el (comint-read-noecho): Use `clear-string' instead of
9050 `fillarray'.
9051
9052 2003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
9053
9054 * outline.el (outline-mode-hook): Add defvar.
9055
9056 2003-07-28 Nick Roberts <nick@nick.uklinux.net>
9057
9058 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
9059 Restore assembler in source window if that is what has been selected.
9060 (menu): Add gdb-restore-windows to menu. Make gdba
9061 specific menus only visible from gdba.
9062
9063 2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
9064
9065 * progmodes/compile.el (compilation-environment): New user variable.
9066 (compile-internal): Respect it.
9067
9068 2003-07-23 Masatake YAMATO <jet@gyve.org>
9069
9070 * progmodes/gud.el (gdb-script-font-lock-keywords):
9071 Put `font-lock-function-name-face' on a symbol which includes
9072 `-' like `hook-run'. Put font-lock-variable-name-face
9073 on a symbol starting with $.
9074
9075 2003-07-27 Markus Rost <rost@math.ohio-state.edu>
9076
9077 * files.el (set-visited-file-name): Use truename for buffer-file-name.
9078
9079 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
9080
9081 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
9082
9083 2003-07-26 Andre Spiegel <spiegel@gnu.org>
9084
9085 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
9086 Use with-no-warnings.
9087 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
9088 rather than to find-file-not-found-hook, which doesn't exist.
9089
9090 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
9091
9092 * international/quail.el (quail-translate-key): Fix previous change.
9093
9094 2003-07-25 John Paul Wallington <jpw@gnu.org>
9095
9096 * server.el (server-start): Check `server-process' is non-nil
9097 before killing it to avoid killing current buffer's process.
9098
9099 * simple.el (choose-completion-string): Use `minibufferp';
9100 test `completion-reference-buffer' if `buffer' arg is nil.
9101 (push-mark): Use `when' and `unless'.
9102 (pop-mark): Use `when'.
9103
9104 * mouse-sel.el (mouse-sel-get-selection-function):
9105 Check `x-last-selected-text-primary'. Don't barf if it or
9106 `x-last-selected-text' aren't bound.
9107
9108 2003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
9109
9110 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
9111
9112 2003-07-23 Stefan Monnier <monnier@cs.yale.edu>
9113
9114 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
9115
9116 2003-07-23 John Paul Wallington <jpw@gnu.org>
9117
9118 * tooltip.el (defface tooltip): Inherit from variable-pitch.
9119
9120 2003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
9121
9122 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
9123 string. Defvar the derived hook.
9124
9125 * macros.el (insert-kbd-macro): Escape double quote character.
9126 From Thomas W Murphy <twm@andrew.cmu.edu>.
9127
9128 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
9129
9130 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
9131 to match the specific mark rather than reusing comment-start-skip.
9132
9133 2003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
9134
9135 * progmodes/hideshow.el (hs-special-modes-alist):
9136 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
9137
9138 2003-07-21 Markus Rost <rost@math.ohio-state.edu>
9139
9140 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
9141 value using ?\s.
9142
9143 2003-07-21 John Paul Wallington <jpw@gnu.org>
9144
9145 * subr.el (with-selected-window): Add closing paren.
9146
9147 2003-07-21 Richard M. Stallman <rms@gnu.org>
9148
9149 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
9150 (lisp-mode): Likewise.
9151
9152 * subr.el (with-selected-window): Copy code form save-selected-window
9153 so as to call select-window with norecord arg.
9154 (dynamic-completion-table): Doc fix.
9155 (lazy-completion-table): Doc fix.
9156
9157 * international/mule-cmds.el (set-locale-environment):
9158 langinfo renamed to locale-info.
9159
9160 * international/mule.el (auto-coding-functions): Doc fix.
9161
9162 2003-07-21 Kenichi Handa <handa@m17n.org>
9163
9164 * international/quail.el (quail-translate-key):
9165 Update quail-current-str correctly.
9166
9167 2003-07-21 Andreas Schwab <schwab@suse.de>
9168
9169 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
9170 ?, to "_".
9171
9172 2003-07-20 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
9173 Version 2.0.36 of Tramp released.
9174
9175 * net/tramp.el (tramp-default-password-end-of-line): Rename from
9176 tramp-password-end-of-line.
9177 (tramp-password-end-of-line): New method parameter.
9178 (tramp-get-password-end-of-line): Function to access method
9179 parameter `tramp-password-end-of-line', or variable
9180 `tramp-default-password-end-of-line' (default value).
9181 (tramp-methods): Add entries for new parameter
9182 tramp-password-end-of-line.
9183 (tramp-enter-password): Use new function
9184 `tramp-get-password-end-of-line'.
9185 (tramp-handle-insert-file-contents): Do not
9186 unconditionally inhibit the file operation file-local-copy, only
9187 do that when the inhibit-file-name-operation is currently
9188 insert-file-contents. This fixes finding remote CVS-controlled
9189 files. (It would barf on inserting the CVS/Entries file
9190 literally, because the file-local-copy handler wasn't called.)
9191 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
9192 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
9193 (tramp-initial-commands): New variable.
9194 (tramp-process-initial-commands): New function, using the variable.
9195 (tramp-open-connection-setup-interactive-shell): Call the new function.
9196 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
9197 method into the buffer name, never use nil. Reported by Hanak
9198 David <dhanak@inf.bme.hu>.
9199 (tramp-open-connection-setup-interactive-shell): Erase buffer
9200 before sending "stty -onlcr".
9201
9202 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
9203
9204 2003-07-19 Markus Rost <rost@math.ohio-state.edu>
9205
9206 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
9207
9208 2003-07-19 John Paul Wallington <jpw@gnu.org>
9209
9210 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
9211 (artist-draw-rect, artist-draw-square): Doc fixes.
9212
9213 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
9214
9215 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
9216
9217 2003-07-19 Kenichi Handa <handa@m17n.org>
9218
9219 * international/kkc.el (kkc-show-conversion-list-update):
9220 Highlight the correct candidate in the message.
9221
9222 2003-07-18 John Paul Wallington <jpw@gnu.org>
9223
9224 * simple.el (current-word): Don't include punctuation char when
9225 `really-word' arg is non-nil.
9226
9227 2003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
9228
9229 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
9230 moved to the directory obsolete.
9231
9232 2003-07-16 Stefan Monnier <monnier@cs.yale.edu>
9233
9234 * info.el (Info-menu-entry-name-re): Allow newlines in
9235 menu entry names.
9236
9237 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
9238 syntax-ppss-after-change-function.
9239 (syntax-ppss-after-change-function): New alias. Update uses.
9240 (syntax-ppss): Catch the case where the buffer is narrowed.
9241
9242 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
9243
9244 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
9245 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
9246
9247 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
9248
9249 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
9250 since it might be modified.
9251
9252 * progmodes/cc-langs.el (c++-make-template-syntax-table)
9253 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
9254 names to these language constants.
9255
9256 2003-07-15 Kim F. Storm <storm@cua.dk>
9257
9258 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
9259 All uses changed.
9260
9261 2003-07-14 Mark A. Hershberger <mah@everybody.org>
9262
9263 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
9264 Namespace support.
9265
9266 2003-07-13 Juanma Barranquero <lektu@terra.es>
9267
9268 * frame.el (modify-all-frames-parameters): Reinstall (copyright
9269 papers received).
9270
9271 2003-07-13 Karl Eichwalder <ke@suse.de>
9272
9273 * textmodes/po.el (po-find-charset): White space at the start of the
9274 Content-Type field body is non-mandatory.
9275
9276 2003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
9277
9278 * textmodes/texinfo.el (texinfo-section-list):
9279 Append appendixsection; a synonym for appendixsec.
9280
9281 2003-07-13 Jari Aalto <jari.aalto@poboxes.com>
9282
9283 * man.el (Man-translate-cleanup): New.
9284 (Man-translate-references): Call `Man-translate-cleanup' to clean
9285 leading, trailing and middle spaces.
9286
9287 2003-07-13 Lars Hansen <larsh@math.ku.dk>
9288
9289 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
9290 Handle `dired-directory' being a list.
9291
9292 2003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
9293
9294 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
9295 it doesn't exist.
9296
9297 2003-07-12 Richard M. Stallman <rms@gnu.org>
9298
9299 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
9300
9301 * progmodes/cc-defs.el (c-make-keywords-re):
9302 Don't use delete-duplicates.
9303 (c-lang-const): Don't use mapcan.
9304
9305 * apropos.el (apropos-show-scores): Make it customizable.
9306 Document new meaning.
9307 (apropos): Compute scores from symbols.
9308 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
9309
9310 2003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9311
9312 * ps-bdf.el: Fix copyright line.
9313 (bdf-directory-list): Fix initialization code.
9314
9315 2003-07-11 John Paul Wallington <jpw@gnu.org>
9316
9317 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
9318 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
9319 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
9320
9321 2003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
9322
9323 * emacs-lisp/ring.el (ring-elements): Doc fix.
9324
9325 2003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
9326
9327 * calendar/timeclock.el (timeclock-relative)
9328 (timeclock-ask-before-exiting, timeclock-use-display-time):
9329 Doc changes.
9330 (timeclock-modeline-display): Give a message if
9331 `timeclock-use-display-time' is non-nil but `display-time-mode'
9332 is not active.
9333
9334 2003-07-11 Kenichi Handa <handa@m17n.org>
9335
9336 * international/mule-cmds.el (set-language-environment):
9337 Set current-language-environment to the correct string.
9338
9339 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9340
9341 * ps-print.el: Print line number correctly in a region. Reported by
9342 Tim Allen <timallen@ls83.fsnet.co.uk>.
9343 (ps-print-version): New version number (6.6.2).
9344 (ps-printing-region): Code fix.
9345
9346 2003-07-10 John Paul Wallington <jpw@gnu.org>
9347
9348 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
9349 this function can be called from `add-completions-from-tags-table'.
9350
9351 2003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
9352
9353 * calendar/timeclock.el (timeclock-use-display-time)
9354 (timeclock-day-over-hook, timeclock-workday-remaining)
9355 (timeclock-status-string, timeclock-when-to-leave)
9356 (timeclock-when-to-leave-string, timeclock-log-data)
9357 (timeclock-find-discrep, timeclock-day-base)
9358 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
9359 (timeclock-modeline-display): Set the variable
9360 `timeclock-modeline-display'.
9361 (timeclock-update-modeline): Doc fix. Respect value of
9362 `timeclock-relative'.
9363
9364 2003-07-09 Richard M. Stallman <rms@gnu.org>
9365
9366 * textmodes/reftex-parse.el (reftex-all-document-files):
9367 Add autoload cookie.
9368
9369 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
9370 (reftex-scanning-info-available-p): Add autoload cookie.
9371
9372 * international/mule-cmds.el
9373 (set-display-table-and-terminal-coding-system): Delete duplicate
9374 aset on standard-display-table.
9375
9376 * view.el (view-file): If existing buffer's major mode is special,
9377 don't go into view mode.
9378
9379 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
9380
9381 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9382
9383 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
9384 buffer changes; there's third party code that calls this function
9385 directly.
9386
9387 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9388
9389 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
9390 (autodoc-font-lock-keywords): Don't byte compile on font lock
9391 initialization when running from byte compiled files.
9392
9393 2003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9394
9395 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
9396 statement ends with auto-increment "++".
9397
9398 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9399
9400 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
9401 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
9402 these are changed, so declare them as variables and not constants.
9403
9404 2003-07-08 Markus Rost <rost@math.ohio-state.edu>
9405
9406 * subr.el (dolist, dotimes): Doc fix.
9407
9408 2003-07-08 Kim F. Storm <storm@cua.dk>
9409
9410 * international/mule-cmds.el
9411 (set-display-table-and-terminal-coding-system): Don't break
9412 bootstrap if standard-display-table isn't setup yet.
9413
9414 2003-07-07 Richard M. Stallman <rms@gnu.org>
9415
9416 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
9417 Give it a doc string, and autoload it.
9418
9419 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
9420 Use with-no-warnings.
9421
9422 * info.el (Info-search): If find invisible text, search again.
9423
9424 * isearch.el (search-whitespace-regexp): Add a shy group around it.
9425
9426 * man.el (Man-name-regexp): Match + as part of name.
9427
9428 * simple.el (visible-mode): Rename from vis-mode.
9429 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
9430
9431 * simple.el (current-word): New arg REALLY-WORD specifies
9432 don't include punctuation chars.
9433
9434 * emacs-lisp/debug.el (debug, debugger-env-macro):
9435 Use with-no-warnings while accessing and binding unread-command-char.
9436
9437 * international/mule-cmds.el
9438 (set-display-table-and-terminal-coding-system): Use explicit loop
9439 instead of calling standard-display-default.
9440
9441 * net/ange-ftp.el (ange-ftp-file-symlink-p):
9442 Use condition-case to catch error in ange-ftp-get-files.
9443
9444 * net/browse-url.el (browse-url-browser-function):
9445 Add alternative for Epiphany.
9446 (browse-url-epiphany-program, browse-url-epiphany-arguments)
9447 (browse-url-epiphany-startup-arguments)
9448 (browse-url-epiphany-new-window-is-tab): New variables.
9449 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
9450
9451 * progmodes/compile.el (compile-auto-highlight): Default now t.
9452 (compile): Doc fix.
9453 (compilation-next-error): Fix previous change.
9454
9455 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
9456
9457 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
9458
9459 2003-07-07 Nick Roberts <nick@nick.uklinux.net>
9460
9461 * gdb-ui.el (gdb-source-info): Display current frame when
9462 attaching to an existing process.
9463 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
9464 while laying out windows when attaching to an existing process.
9465
9466 2003-07-07 Stefan Monnier <monnier@cs.yale.edu>
9467
9468 * info.el (Info-menu): Use Info-menu-entry-name-re.
9469
9470 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
9471
9472 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
9473 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
9474
9475 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
9476 to match the same text.
9477
9478 2003-07-06 John Paul Wallington <jpw@gnu.org>
9479
9480 * vc.el (vc-annotate-offset): Move defvar up.
9481
9482 2003-07-06 Kim F. Storm <storm@cua.dk>
9483
9484 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
9485 This should fix the infinite loop when extracting menu names.
9486
9487 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
9488
9489 * files.el (auto-mode-alist, interpreter-mode-alist):
9490 Remove entries to CC Mode modes to avoid duplicates; they are now added
9491 with autoload directives in cc-mode.el.
9492
9493 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
9494
9495 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
9496 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
9497 these are changed, so declare them as variables and not constants.
9498
9499 * progmodes/cc-mode.el: Fix some autoload problems: Try to
9500 ensure that the entry for ".c" extension comes before the one for
9501 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
9502 Fix incorrect entries that were added to `interpreter-mode-alist'.
9503 Move the autoload directives for AWK to the top level since they
9504 aren't recognized anywhere else. Do not use the new AWK mode doc
9505 in the autoload form for the old AWK mode.
9506
9507 2003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9508
9509 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
9510 (bibtex-sort-ignore-string-entries): Default value t.
9511 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
9512 erroneously in previous version.
9513 (bibtex-string-files): Docstring reflects new parsing scheme.
9514 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
9515 docstring, add # as one of the chars to crush
9516 (bibtex-autokey-prefix-string, bibtex-autokey-names)
9517 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
9518 (bibtex-autokey-name-change-strings)
9519 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
9520 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
9521 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
9522 (bibtex-autokey-title-terminators)
9523 (bibtex-autokey-titlewords-stretch)
9524 (bibtex-autokey-titleword-ignore)
9525 (bibtex-autokey-titleword-case-convert)
9526 (bibtex-autokey-titleword-abbrevs)
9527 (bibtex-autokey-titleword-abbrevs)
9528 (bibtex-autokey-titleword-change-strings)
9529 (bibtex-autokey-titleword-length)
9530 (bibtex-autokey-titleword-separator)
9531 (bibtex-autokey-name-year-separator)
9532 (bibtex-autokey-year-title-separator)
9533 (bibtex-autokey-before-presentation-function)
9534 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
9535 Fix docstring.
9536 (bibtex-strings, bibtex-reference-keys):
9537 Use lazy-completion-table and make-variable-buffer-local.
9538 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
9539 (bibtex-braced-string-syntax-table)
9540 (bibtex-quoted-string-syntax-table): New variables.
9541 (bibtex-parse-nested-braces): Remove.
9542 (bibtex-parse-field-string): Use syntax table and forward-sexp.
9543 (bibtex-parse-association): Simplify.
9544 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
9545 (bibtex-parse-field-text): Simplify.
9546 (bibtex-search-forward-field, bibtex-search-backward-field):
9547 argument BOUND can take value t.
9548 (bibtex-start-of-field, bibtex-start-of-name-in-field)
9549 (bibtex-end-of-name-in-field, bibtex-end-of-field)
9550 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
9551 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
9552 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
9553 (bibtex-skip-to-valid-entry): Return buffer position of beginning
9554 and ending of entry. Update for changes of bibtex-search-entry.
9555 Simplify.
9556 (bibtex-map-entries): FUN is called with three arguments.
9557 (bibtex-search-entry): Return a cons pair with buffer positions of
9558 beginning and end of entry.
9559 (bibtex-enclosing-field): Simplify.
9560 (bibtex-format-entry): Use booktitle to set a missing title.
9561 (bibtex-autokey-get-names): Fiddle with regexps.
9562 (bibtex-generate-autokey): Use identity.
9563 (bibtex-parse-keys): Use simplified parsing algorithm if
9564 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
9565 arguments. Return alist of keys.
9566 (bibtex-parse-strings): Simplify. Return alist of strings.
9567 (bibtex-complete-string-cleanup): Fix docstring.
9568 (bibtex-read-key): New function.
9569 (bibtex-mode): Fix docstring. Do not parse for keys and
9570 strings when the mode is entered. Set fill-paragraph-function to
9571 bibtex-fill-field. Setup font-lock-mark-block-function the way
9572 font-lock intended.
9573 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
9574 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
9575 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
9576 (bibtex-Preamble): Avoid hard coded constants.
9577 (bibtex-make-field): Fix docstring. Simplify.
9578 (bibtex-beginning-of-entry): Always return new position of point.
9579 (bibtex-end-of-entry): Rearrange cond clauses.
9580 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
9581 Update for changes of bibtex-map-entries.
9582 (bibtex-ispell-abstract): Do not move point.
9583 (bibtex-entry-index): Use downcase. Simplify.
9584 (bibtex-lessp): Handle catch-all.
9585 (bibtex-find-crossref): Turn into a command.
9586 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
9587 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
9588 preamble entries.
9589 (bibtex-fill-field-bounds): New function.
9590 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
9591 (bibtex-fill-entry): Use bibtex-fill-field-bounds
9592 (bibtex-String): Use bibtex-strings. Always obey
9593 bibtex-sort-ignore-string-entries.
9594
9595 2003-07-05 John Paul Wallington <jpw@gnu.org>
9596
9597 * cus-theme.el (customize-create-theme):
9598 Call `customize-create-theme' in Reset widget's notify function.
9599
9600 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
9601 (ibuffer-mark-interactive): Use `or' instead of `unless'.
9602 (define-ibuffer-column name): Add summarizer.
9603 (define-ibuffer-column size): Likewise.
9604 (define-ibuffer-column filename): Likewise.
9605 (define-ibuffer-column process): Likewise. Change BODY's output too.
9606 (define-ibuffer-column filename-and-process): Likewise, likewise.
9607 (ibuffer): Remove local vars `already-in' and `need-update'.
9608
9609 * ibuf-ext.el: Don't require `derived' at compile-time.
9610
9611 2003-07-05 Kim F. Storm <storm@cua.dk>
9612
9613 * info.el: Disable paragraph refilling.
9614 (Info-refill-paragraphs): New defcustom.
9615 (Info-fontify-node): Use it.
9616
9617 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
9618
9619 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
9620 thingies from constructors created by defstruct.
9621
9622 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
9623 the default value of the variable.
9624 (byte-code-meter): Move declaration to top level.
9625
9626 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
9627
9628 * info.el (Info-following-node-name-re): New fun.
9629 (Info-following-node-name): Remove.
9630 (Info-insert-dir): Use the new fun.
9631 (Info-extract-pointer): Don't save restriction; use new fun.
9632 (Info-menu-entry-name-re): New const.
9633 (Info-menu-entry-name-re): Use it along with new fun.
9634 (Info-node-spec-re): Use new fun.
9635 (Info-complete-menu-item, Info-fontify-node): Use new const.
9636 (Info-goto-node, Info-follow-reference, Info-menu-update):
9637 Use match-string.
9638 (Info-follow-reference): Use assoc-string.
9639 Use a list of strings for the completion table.
9640 (Info-fontify-node): Use match-string, line-end-position.
9641 Limit the search for `node:' to the first line.
9642
9643 * newcomment.el (uncomment-region): Remove padding coming from
9644 comment-start rather than just from comment-padding.
9645
9646 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
9647 (vc-cvs-stay-local-p): Use vc-stay-local-p.
9648 (vc-cvs-rename-file): Remove (use the default).
9649 (vc-cvs-register): Register parent dir if needed.
9650 (vc-cvs-could-register): Return non-nil if parent can be registered.
9651 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
9652 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
9653
9654 * vc-svn.el (vc-svn-use-edit): Make it into a const.
9655 (vc-svn-update): Fix the arguments to `svn'.
9656 (vc-svn-diff-tree): Just use `vc-svn-diff'.
9657 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
9658 Simple implementations, assuming `name' is a URL.
9659
9660 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
9661 set of chars allowed unquoted in a case pattern.
9662
9663 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
9664
9665 * font-lock.el (font-lock-extra-types-widget)
9666 (c-font-lock-extra-types, c++-font-lock-extra-types)
9667 (objc-font-lock-extra-types, java-font-lock-extra-types)
9668 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
9669 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
9670 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
9671 (font-lock-match-c++-structor-declaration)
9672 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
9673 (c++-font-lock-keywords-3, c++-font-lock-keywords)
9674 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
9675 (objc-font-lock-keywords-3, objc-font-lock-keywords)
9676 (java-font-lock-keywords-1, java-font-lock-keywords-2)
9677 (java-font-lock-keywords-3, java-font-lock-keywords)
9678 (java-font-lock-syntactic-face-function): Remove obsolete code
9679 and constants. It's all in cc-fonts.el now.
9680
9681 2003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
9682
9683 * mail/sendmail.el (mail-specify-envelope-from)
9684 (mail-envelope-from): Doc fix.
9685
9686 2003-07-04 Martin Stjernholm <mast@lysator.liu.se>
9687
9688 * generic-x.el: Do away with the dependency on `c-emacs-features'
9689 when populating `rul-generic-mode-syntax-table'; we already know
9690 this isn't XEmacs.
9691
9692 See ChangeLog.10 for earlier changes.
9693
9694 ;; Local Variables:
9695 ;; coding: iso-2022-7bit
9696 ;; End:
9697
9698 Copyright (C) 2001, 02, 04 Free Software Foundation, Inc.
9699 Copying and distribution of this file, with or without modification,
9700 are permitted provided the copyright notice and this notice are preserved.
9701
9702 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1