]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2004-09-03 Richard M. Stallman <rms@gnu.org>
2
3 * startup.el (normal-top-level): Undo previous TERM change.
4
5 2004-09-03 Kim F. Storm <storm@cua.dk>
6
7 * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
8 highlight overlays; allow using RET when cursor is over a button.
9 (cua--highlight-rectangle): Use it.
10 (cua--rectangle-set-corners): Don't move backwards at eol.
11 (cua--forward-line): Don't move into void after eob.
12
13 * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
14 point is set (and displayed) inside rectangle.
15 (cua--rectangle-operation): Fix for highlight of empty lines.
16 (cua--highlight-rectangle): Fix highlight for tabs.
17 Position cursor at left/right edge of rectangle using new `cursor'
18 property on overlay strings.
19 (cua--indent-rectangle): Don't tabify.
20 (cua-rotate-rectangle): Ignore that point has moved.
21
22 2004-09-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23
24 * term/mac-win.el: Add ASCII equivalents for some function keys.
25 (mode-line-frame-identification): Sync with x-win.el.
26
27 2004-09-02 Juri Linkov <juri@jurta.org>
28
29 * progmodes/compile.el (compilation-buffer-name): Compare major
30 mode with second element of compilation-arguments instead of third
31 to reflect latest changes in compilation-arguments structure.
32 (recompile): Use global variable `compilation-directory' to get
33 recent compilation directory only when `recompile' is invoked NOT
34 in the compilation buffer. Otherwise, use `default-directory' of
35 the compilation buffer.
36 (compilation-error-properties): Allow to funcall col and end-col.
37 (compilation-mode-font-lock-keywords): Check col and end-col by
38 `integerp'.
39 (compilation-goto-locus): If end-mk is non-nil in transient mark
40 mode don't activate the mark (and don't display message in
41 push-mark), but highlight overlay between mk and end-mk.
42
43 * progmodes/grep.el (grep-highlight-matches): New defcustom.
44 (grep-regexp-alist): Add rule to highlight grep matches.
45 (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
46
47 * info.el (Info-fontify-node): Don't compute other-tag
48 if Info-hide-note-references=hide.
49
50 * help.el (function-called-at-point):
51 * help-fns.el (variable-at-point):
52 Try `find-tag-default' when other methods failed.
53
54 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
55 Do not push mark if inhibit-mark-movement is non-nil.
56
57 * textmodes/ispell.el (ispell-html-skip-alists):
58 Fix backslashes in docstring.
59
60 2004-09-01 Juri Linkov <juri@jurta.org>
61
62 * isearch.el (isearch-wrap-function)
63 (isearch-push-state-function): New defvars.
64 (isearch-pop-fun-state): New defsubst.
65 (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
66 (isearch-push-state): Set the result of calling
67 `isearch-push-state-function' to the `isearch-pop-fun-state' field.
68 (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
69 restore the mode-specific starting point of terminated search.
70 (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
71 (isearch-repeat): Call `isearch-wrap-function' if defined.
72 (isearch-message-prefix): Don't add prefix "over" to the message
73 for wrapped search if `isearch-wrap-function' is defined.
74 (isearch-search): Call function saved in `isearch-pop-fun-state' to
75 restore the mode-specific starting point of failed search.
76
77 * info.el (Info-search-whitespace-regexp): Fix backslashes.
78 (Info-search): Add new optional arguments for the sake of isearch.
79 Replace whitespace in Info-search-whitespace-regexp literally.
80 Add backward search. Don't call `Info-select-node' if regexp is
81 found in the same Info node. Don't add node to Info-history for
82 wrapped isearch.
83 (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
84 (Info-isearch-push-state, Info-isearch-pop-state): New funs.
85 (Info-mode): Set local variables `isearch-search-fun-function',
86 `isearch-wrap-function', `isearch-push-state-function',
87 `search-whitespace-regexp'.
88
89 * isearch.el: Remove ancient Change Log section.
90 (isearch-string, isearch-message-string, isearch-point)
91 (isearch-success, isearch-forward-flag, isearch-other-end)
92 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
93 (isearch-barrier, isearch-within-brackets)
94 (isearch-case-fold-search): Add suffix `-state' to state-related
95 defsubsts to avoid name clashes with other function names.
96
97 * simple.el (next-error): New defgroup and defface.
98 (next-error-highlight, next-error-highlight-no-select):
99 New defcustoms.
100 (next-error-no-select): Let-bind next-error-highlight to the value
101 of next-error-highlight-no-select before calling `next-error'.
102
103 * progmodes/compile.el (compilation-goto-locus):
104 Use `next-error' face instead of `region'. Set 4-th argument of
105 `move-overlay' to `current-buffer' to move overlay to different
106 source buffers. Use new variable `next-error-highlight'.
107
108 * simple.el (next-error-find-buffer): Move the rule
109 "if current buffer is a next-error capable buffer" after the
110 rule "if next-error-last-buffer is set to a live buffer".
111 Simplify to test all rules in one `or'.
112 (next-error): Doc fix.
113 (next-error, previous-error, first-error)
114 (next-error-no-select, previous-error-no-select):
115 Make arguments optional.
116
117 2004-08-31 Luc Teirlinck <teirllm@auburn.edu>
118
119 * macros.el (apply-macro-to-region-lines): Make it operate on all
120 lines that begin in the region, rather than on all complete lines
121 in the region.
122
123 2004-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
124
125 * x-dnd.el (x-dnd-protocol-alist): Document update.
126 (x-dnd-known-types): Defcustom it.
127 (x-dnd-handle-motif): Print message-atom in error message.
128
129 2004-08-30 John Paul Wallington <jpw@gnu.org>
130
131 * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
132 strings rather than programatically constructing message.
133
134 2004-08-30 Richard M. Stallman <rms@gnu.org>
135
136 * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
137 Don't return a string that would read as the wrong character code.
138
139 2004-08-29 Kim F. Storm <storm@cua.dk>
140
141 * emulation/cua-base.el (cua-auto-expand-rectangles): Remove
142 automatic rectangle padding feature; replace by non-destructive
143 virtual rectangle edges feature.
144 (cua-virtual-rectangle-edges): New defcustom.
145 (cua-auto-tabify-rectangles): New defcustom.
146 (cua-paste): If paste into a marked rectangle, insert rectangle at
147 current column, even if virtual; also paste exactly as many lines
148 as has been marked (ignore additional lines or add empty lines),
149 but paste whole source if only one line is marked.
150 (cua--update-indications): No longer use overwrite-cursor to
151 indicate rectangle padding
152
153 * emulation/cua-rect.el (cua--rectangle-padding): Remove.
154 (cua--rectangle-virtual-edges): New defun.
155 (cua--rectangle-get-corners): Remove optional PAD arg.
156 (cua--rectangle-set-corners): Never do padding.
157 (cua--forward-line): Remove optional PAD arg. Simplify.
158 (cua-resize-rectangle-right, cua-resize-rectangle-left)
159 (cua-resize-rectangle-down, cua-resize-rectangle-up):
160 (cua-resize-rectangle-bot, cua-resize-rectangle-top)
161 (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
162 (cua--rectangle-move): Never do padding. Simplify.
163 (cua--tabify-start): New defun.
164 (cua--rectangle-operation): Add tabify arg. All callers changed.
165 (cua--pad-rectangle): Remove.
166 (cua--delete-rectangle): Handle delete with virtual edges.
167 (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
168 (cua--insert-rectangle): Handle insert at virtual column.
169 Perform auto-tabify if necessary.
170 (cua--activate-rectangle): Remove optional FORCE arg.
171 Never do padding. Simplify.
172 (cua--highlight-rectangle): Enhance for virtual edges.
173 (cua-toggle-rectangle-padding): Remove command.
174 (cua-toggle-rectangle-virtual-edges): New command.
175 (cua-sequence-rectangle): Add optional TABIFY arg. Callers changed.
176 (cua--rectangle-post-command): Don't force rectangle padding.
177 (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
178
179 2004-08-28 Luc Teirlinck <teirllm@auburn.edu>
180
181 * indent.el (edit-tab-stops-buffer): Doc fix.
182
183 2004-08-28 Richard M. Stallman <rms@gnu.org>
184
185 * progmodes/grep.el (grep-default-command): Use find-tag-default.
186 (grep-tag-default): Function deleted.
187
188 * subr.el (find-tag-default): Moved from etags.el.
189
190 * progmodes/etags.el (find-tag-default): Moved to subr.el.
191
192 * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
193 into the basic character if it has an uppercase form.
194
195 2004-08-27 Kenichi Handa <handa@m17n.org>
196
197 * international/utf-8.el (utf-8-post-read-conversion): If the
198 buffer is unibyte, temporarily make it multibyte.
199
200 2004-08-27 Masatake YAMATO <jet@gyve.org>
201
202 * calendar/time-date.el (time-to-seconds): Add autoload cookies.
203
204 2004-08-25 John Paul Wallington <jpw@gnu.org>
205
206 * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
207 0, 1, and many mismatches in message.
208 (tex-start-shell): Use `set-process-query-on-exit-flag'.
209
210 * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
211 (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
212
213 2004-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
214
215 * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
216 vc-diff-switches differently.
217
218 2004-08-22 Luc Teirlinck <teirllm@auburn.edu>
219
220 * speedbar.el (speedbar-file-regexp): Give it a phony defvar
221 before and a real defvar after
222 `speedbar-supported-extension-expressions'. This is to silence
223 the compiler without breaking bootstrapping.
224
225 2004-08-22 Richard M. Stallman <rms@gnu.org>
226
227 * textmodes/flyspell.el (flyspell-word):
228 Use set-process-query-on-exit-flag.
229 (flyspell-highlight-duplicate-region): Take POSS as arg.
230 (flyspell-word): Pass POSS as arg.
231
232 * progmodes/ada-xref.el: Many doc and style fixes.
233 (ada-find-any-references): Use compilation-start.
234 (ada-get-ali-file-name): Improve error msg.
235 (ada-get-ada-file-name): Likewise.
236
237 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
238 (ange-ftp-start-process): Use set-process-query-on-exit-flag.
239
240 * mail/mail-extr.el (mail-extr-all-top-level-domains):
241 Add forward defvar.
242
243 * whitespace.el (global-whitespace-mode): New alias
244 for whitespace-global-mode.
245
246 * speedbar.el (speedbar-file-regexp): Definition moved up.
247 (speedbar-mode, speedbar-set-mode-line-format):
248 Use with-no-warnings.
249 (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
250
251 * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
252 controls whether to display the error buffer.
253
254 * ps-mule.el: Delete compatibility code for old Emacses.
255 (ps-mule-find-wrappoint): Don't use chars-in-region.
256
257 * frame.el (display-mouse-p, display-selections-p):
258 Use with-no-warnings.
259
260 * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
261
262 2004-08-22 David Kastrup <dak@gnu.org>
263
264 * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
265 information.
266
267 * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
268
269 2004-08-22 Andreas Schwab <schwab@suse.de>
270
271 * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
272
273 2004-08-22 Masatake YAMATO <jet@gyve.org>
274
275 * cvs-status.el (cvs-status-checkout): New function.
276 (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
277
278 2004-08-21 David Kastrup <dak@gnu.org>
279
280 * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
281 (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
282 has been converted to use hashtables, the relation `nil=none' is
283 no longer valid, as `nil' is not a hashtable. This patch tries to
284 reduce the number of resulting errors.
285
286 2004-08-21 John Paul Wallington <jpw@gnu.org>
287
288 * subr.el (process-kill-without-query): Made obsolete in
289 version 21.4, not 21.5.
290
291 * log-edit.el (vc-comment-ring, vc-comment-ring-index)
292 (vc-previous-comment, vc-next-comment)
293 (vc-comment-search-reverse, vc-comment-search-forward)
294 (vc-comment-to-change-log): Likewise.
295
296 * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
297
298 2004-08-21 Peter Seibel <peter@javamonkey.com> (tiny patch)
299
300 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
301 Correct indentation of DEFMETHODS with non-standard method
302 combinations (e.g., PROGN, MIN, MAX).
303
304 2004-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
305
306 * startup.el (normal-top-level-add-subdirs-to-load-path):
307 Avoid unnecessarily checking system-type.
308 (normal-top-level): Set TERM to "dumb". Simplify.
309
310 * avoid.el (mouse-avoidance-ignore-p): New fun.
311 Also ignore switch-frame, select-window, double, and triple clicks.
312 (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
313 (mouse-avoidance-fancy-hook): Use it.
314
315 2004-08-20 Zoran Milojevic <zoran@sipquest.com> (tiny change)
316
317 * avoid.el (mouse-avoidance-nudge-mouse)
318 (mouse-avoidance-banish-destination): Stay within the current window
319 to avoid problems with mouse-autoselect-window.
320
321 2004-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
322
323 * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
324 the newer format of some messages in cvs-1.12.1.
325
326 2004-08-19 Masatake YAMATO <jet@gyve.org>
327
328 * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
329 (elp-results-jump-to-definition-by-mouse)
330 (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
331 (elp-output-result): Use elp-output-insert-symname.
332
333 2004-08-18 Kenichi Handa <handa@m17n.org>
334
335 * language/cyrillic.el: Register koi8-r in
336 ctext-non-standard-encodings-alist.
337 ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
338
339 2004-08-17 Luc Teirlinck <teirllm@auburn.edu>
340
341 * emacs-lisp/copyright.el (copyright-update-year): Delete code
342 that replaces 20xy with xy.
343
344 2004-08-17 John Paul Wallington <jpw@gnu.org>
345
346 * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
347 (reb-force-update): Doc fix.
348
349 2004-08-16 Richard M. Stallman <rms@gnu.org>
350
351 * progmodes/which-func.el (which-func-update-1): Doc fix.
352
353 * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
354 (sh-mode-abbrev-table): New variable.
355
356 * progmodes/compile.el (compilation-mode): Doc fix.
357
358 * emacs-lisp/lisp-mode.el (eval-last-sexp):
359 Don't cons a new symbol each time.
360 (eval-last-sexp-fake-value): New variable.
361
362 * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
363 (copyright-update-year): Detect continuation of list of years.
364
365 * term.el (term-default-fg-color, term-default-bg-color)
366 (ansi-term-color-vector): Use `unspecified', not nil, as default.
367
368 * imenu.el: Several doc fixes: don't say variables are buffer-local.
369
370 2004-08-16 Davis Herring <herring@lanl.gov>
371
372 * isearch.el (isearch-string, isearch-message-string, isearch-point)
373 (isearch-success, isearch-forward-flag, isearch-other-end)
374 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
375 (isearch-barrier, isearch-within-brackets)
376 (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
377
378 2004-08-16 Kenichi Handa <handa@m17n.org>
379
380 * ps-mule.el (ps-mule-font-info-database): Fix docstring.
381
382 2004-08-15 Kenichi Handa <handa@m17n.org>
383
384 * term/x-win.el (x-selection-value): If utf8 was successful but
385 ctext was not, use utf8 string.
386
387 2004-08-14 Davis Herring <herring@lanl.gov>
388
389 * isearch.el: Remove accidental changes of March 4. Fix backing
390 up when a regexp isearch is made more general. Use symbolic
391 accessor functions for isearch stack frames to make usage clearer.
392 (search-whitespace-regexp): Made groups in documentation shy (as
393 is the group in the default value).
394 (isearch-fallback): New function, addresses problems with regexps
395 liberalized by `\|', adds support for liberalization by `\}' (the
396 general repetition construct), and incorporates behavior for
397 `*'/`?'.
398 (isearch-}-char): New command, calls `isearch-fallback' with
399 arguments appropriate to a typed `}'.
400 (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
401 appropriately.
402 (isearch-mode-map): Bind `}' to `isearch-}-char'.
403 (isearch-string, isearch-message,string, isearch-point)
404 (isearch-success, isearch-forward-flag, isearch-other-end)
405 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
406 (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
407 New inline functions to read fields of a stack frame.
408
409 2004-08-14 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> (tiny change)
410
411 * battery.el (battery-linux-proc-acpi): Look into battery
412 directories matching the literal string "CMB", too (required for
413 Linux kernel version 2.6.7).
414
415 2004-08-14 John Paul Wallington <jpw@gnu.org>
416
417 * cus-start.el (read-file-name-completion-ignore-case): Add.
418 (blink-cursor-alist): Change version to "21.4".
419
420 * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
421
422 2004-08-11 Daniel Pfeiffer <occitan@esperanto.org>
423
424 * speedbar.el (speedbar-scan-subdirs): New option.
425 (speedbar-file-lists): Don't ignore file-name case on Unix and use
426 dolist.
427 (speedbar-insert-files-at-point): Take an extra argument and use
428 it to optionally find out if a subdir is empty. Also unreadable
429 files don't get expand buttons.
430 (speedbar-directory): New image (unused pixmap already existed).
431 (speedbar-expand-image-button-alist): Use it.
432
433 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
434
435 CC Mode update to 5.30.9:
436
437 * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
438 Move from cc-vars to cc-defs for dependency reasons. Fix the
439 POSIX char class test to check that it works in
440 `skip-chars-(forward|backward)' too.
441
442 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
443 first argument starts with a special brace list.
444
445 * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
446 when `c-opt-type-concat-key' is used (i.e. in Pike).
447
448 * progmodes/cc-engine.el (c-looking-at-special-brace-list):
449 Fix bug when the inner char pair doesn't have paren syntax, i.e. "(<
450 >)".
451
452 * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
453 whitespace safe.
454
455 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
456 position for `arglist-intro', `arglist-cont-nonempty' and
457 `arglist-close' when there are two arglist open parens on the same
458 line and there's nothing in front of the first.
459
460 * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
461 locking of qualified names in Java, which previously could fontify
462 common indexing expressions in many cases. The standard Java
463 naming conventions are used to tell them apart.
464
465 * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
466 Fix inconsistency wrt opening parens on the first line inside a paren
467 block.
468
469 * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
470 compile time for the sake of `c-major-mode-is'.
471
472 (c-mode-is-new-awk-p): Made it a macro to delay expansion of
473 `c-major-mode-is' in the event that this is used inside a
474 `c-lang-defconst'.
475
476 * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
477 `c-lang-defconst' so that it works better with fallback languages.
478
479 * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
480 it to fail to record the base mode.
481
482 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
483 Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
484 is used. Reordered the syntax checks to get more efficient
485 skipping in some situations.
486
487 * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
488 continuation which might precede the newly inserted '{'.
489
490 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
491 Fix cases where it could loop indefinitely.
492
493 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
494 size specs correctly. Only fontify identifiers in front of '('
495 with as functions - don't accept any paren char. Tightened up
496 initializer skipping to stop before function and class blocks.
497
498 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
499 the point could be left directly after an open paren when finding
500 the beginning of the first decl in the block.
501
502 * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
503 table when filtering out legitimate open parens to be recorded.
504 This could cause cache inconsistencies when e.g.
505 `c++-template-syntax-table' was temporarily in use.
506
507 * progmodes/cc-engine.el (c-on-identifier)
508 (c-simple-skip-symbol-backward): Small fix for handling "-"
509 correctly in `skip-chars-backward'. Affected the operator lfun
510 syntax in Pike.
511
512 * progmodes/cc-engine.el (c-invalidate-sws-region-after):
513 Fix bug that could cause an error from `after-change-functions' when
514 the changed region is at bob.
515
516 2004-08-11 Alan Mackenzie <bug-cc-mode@gnu.org>
517
518 CC Mode update to 5.30.9:
519
520 * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
521 to say that <TAB> doesn't insert WS into a CPP line.
522 (c-indent-command, c-tab-always-indent): Amend doc strings.
523
524 * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
525 checks for user errors, thus eliminating cryptic and unhelpful
526 Emacs error messages. (1) Check the arg to `c-set-style' is a
527 string. (2) Check that settings to `c-offsets-alist' are not
528 spuriously quoted.
529
530 * progmodes/cc-cmds.el: (c-electric-brace): Don't delete a comment
531 which precedes the newly inserted `{'.
532
533 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
534
535 Sync with Tramp 2.0.44.
536
537 * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
538 function "tramp_file_attributes". Otherwise, file names
539 containing spaces are misinterpreted. Reported by Magnus Henoch
540 <mange@freemail.hu>.
541 (tramp-handle-file-truename): FILENAME must be expanded first.
542 Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
543 obscure results. Reported by D. Goel <deego@gnufans.org>.
544 (tramp-handle-verify-visited-file-modtime): If file does not
545 exist, say it is not modified if and only if that agrees with the
546 buffer's record. Check whether a file is visiting the buffer, or
547 the buffer has no recorded last modification time. Return t in
548 case the visiting file doesn't exist. Suggested by Luc Teirlinck
549 <teirllm@auburn.edu>.
550 (tramp-handle-write-region): Pass modtime explicitely to
551 `set-visited-file-modtime', because filename can be different
552 from (buffer-file-name) if `file-precious-flag' is set.
553 `set-visited-file-modtime' must be called always when `visit' is t
554 or a string. Suggested by Luc Teirlinck <teirllm@auburn.edu>.
555 (tramp-handle-set-visited-file-modtime): If `time-list' is not
556 nil, don't apply the whole body. If the file doesn't exists, set
557 modtime to '(-1 65535). Suggested by Luc Teirlinck
558 <teirllm@auburn.edu>.
559
560 2004-08-09 Luc Teirlinck <teirllm@auburn.edu>
561
562 * help.el (describe-bindings): Doc fix.
563
564 * subr.el (kbd): Doc fix.
565
566 2004-08-08 John Paul Wallington <jpw@gnu.org>
567
568 * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
569 instead of `string-to-int'.
570 (define-ibuffer-column mode): Fix indentation.
571
572 2004-08-08 Lars Hansen <larsh@math.ku.dk>
573
574 * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
575
576 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
577
578 * subr.el (global-unset-key, local-unset-key): Doc fixes.
579
580 * novice.el (disabled-command-function): New variable renamed from
581 `disabled-command-hook'.
582 (disabled-command-hook): Keep the _variable_ as alias for
583 `disabled-command-function' and make obsolete.
584 (disabled-command-function): Function renamed from
585 `disabled-command-hook'. Adapt code to name change of the variable.
586
587 2004-08-07 Satyaki Das <satyaki@theforce.stanford.edu> (tiny change)
588
589 * simple.el (completion-root-regexp): New defvar.
590 (completion-setup-function): Use it instead of a literal string.
591
592 2004-08-07 John Paul Wallington <jpw@gnu.org>
593
594 * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
595 (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
596 (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
597 (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
598
599 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
600
601 * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
602 (mail-extr-voodoo): Check mail-extr-disable-voodoo.
603
604 2004-08-04 Kenichi Handa <handa@m17n.org>
605
606 * international/encoded-kb.el (encoded-kbd-setup-keymap):
607 Fix previous change.
608
609 2004-08-03 Kenichi Handa <handa@m17n.org>
610
611 * international/encoded-kb.el: The following changes are to
612 utilize key-translation-map instead of minor mode map.
613 (encoded-kbd-iso2022-non-ascii-map): Delete it.
614 (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
615 (encoded-kbd-last-key): New function.
616 (encoded-kbd-iso2022-single-shift): New function.
617 (encoded-kbd-iso2022-designation)
618 (encoded-kbd-self-insert-iso2022-7bit)
619 (encoded-kbd-self-insert-iso2022-8bit)
620 (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
621 (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
622 key-translation-map.
623 (encoded-kbd-setup-keymap): Setup key-translation-map.
624 (saved-key-translation-map): New variable.
625 (encoded-kbd-mode): Save/restore key-translation-map. Adjusted
626 for the change of encoded-kbd-setup-keymap.
627
628 2004-08-02 Kim F. Storm <storm@cua.dk>
629
630 * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
631 and call compute-motion with nil for topos and width to get proper
632 usable width and height for both window and non-window systems.
633
634 * windmove.el (windmove-coordinates-of-position): Let compute-motion
635 calculate usable window width and height.
636
637 * window.el (window-buffer-height): Call compute-motion with nil width.
638
639 2004-08-01 David Kastrup <dak@gnu.org>
640
641 * replace.el (query-replace-read-from):
642 Use `query-replace-compile-replacement'.
643 (query-replace-compile-replacement): New function.
644 (query-replace-read-to): Use `query-replace-compile-replacement'
645 for repeating the last command.
646
647 2004-08-01 John Paul Wallington <jpw@gnu.org>
648
649 * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
650 (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
651 (pr-switches): Remove period from end of error messages.
652
653 * help-mode.el (help-go-back): Likewise.
654
655 * abbrev.el (only-global-abbrevs): Doc fix.
656 (edit-abbrevs-map): Define within defvar.
657 (quietly-read-abbrev-file): Doc fix.
658
659 2004-07-31 Luc Teirlinck <teirllm@auburn.edu>
660
661 * novice.el (enable-command, disable-command): Doc fixes.
662
663 * subr.el (event-modifiers, event-basic-type): Doc fixes.
664
665 2004-07-30 Richard M. Stallman <rms@gnu.org>
666
667 * subr.el (with-local-quit): Doc fix.
668
669 2004-07-30 Luc Teirlinck <teirllm@auburn.edu>
670
671 * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
672
673 2004-07-28 Luc Teirlinck <teirllm@auburn.edu>
674
675 * custom.el (defcustom): Doc fix.
676
677 2004-07-28 Masatake YAMATO <jet@gyve.org>
678
679 * progmodes/etags.el (etags-tags-apropos): Show building progress.
680
681 2004-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
682
683 * imenu.el (imenu-prev-index-position-function)
684 (imenu-extract-index-name-function, imenu-name-lookup-function)
685 (imenu--index-alist): Docstring redundancy fix.
686
687 2004-07-25 Lars Hansen <larsh@math.ku.dk>
688
689 * wdired.el (wdired-finish-edit): Require dired-aux before locally
690 binding dired-backup-overwrite.
691
692 2004-07-25 John Paul Wallington <jpw@gnu.org>
693
694 * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
695
696 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
697
698 * term/tty-colors.el (tty-color-approximate): Doc fix.
699
700 * select.el (x-get-selection, x-set-selection): Doc fixes.
701
702 * frame.el (make-frame): Doc fix.
703
704 2004-07-24 Richard M. Stallman <rms@gnu.org>
705
706 * mail/rmail.el (rmail-mime-charset-pattern):
707 Don't include semicolon in the charset value.
708
709 * replace.el (occur-next-error): Call set-window-point.
710 (occur-engine): Handle negative NLINES.
711
712 2004-07-23 Luc Teirlinck <teirllm@auburn.edu>
713
714 * frame.el (modify-all-frames-parameters): Minor doc fix.
715 (set-frame-configuration): Doc fix.
716
717 2004-07-23 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
718
719 * simple.el (completion-setup-function): Compute the common parts
720 and the first difference place correctly when
721 partial-completion-mode is on.
722
723 2004-07-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
724
725 * ps-print.el: Doc fix.
726 (ps-print-version): New version 6.6.5.
727 (ps-printing-region): Doc fix.
728 (ps-generate-string-list): Comment fix.
729 (ps-message-log-max): Code fix.
730
731 2004-07-22 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
732
733 * ps-print.el (ps-begin-file): Improve the DSC compliance of the
734 generated PostScript.
735
736 2004-07-22 Kim F. Storm <storm@cua.dk>
737
738 * progmodes/make-mode.el: Fix comments.
739
740 2004-07-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
741
742 * printing.el: Doc fix.
743
744 2004-07-20 Luc Teirlinck <teirllm@auburn.edu>
745
746 * frame.el (modify-all-frames-parameters): Minor doc fix.
747
748 2004-07-20 Richard M. Stallman <rms@gnu.org>
749
750 * textmodes/fill.el (fill-nobreak-p): If this break point is
751 at the end of the line, don't consider the newline which follows
752 as a reason to return t.
753
754 2004-07-19 John Paul Wallington <jpw@gnu.org>
755
756 * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
757
758 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
759
760 * dired-aux.el (dired-do-kill-lines): Expand docstring.
761 Delete irrelevant code.
762
763 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
764
765 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
766 New docstring. From Luc Teirlinck.
767
768 2004-07-17 Luc Teirlinck <teirllm@auburn.edu>
769
770 * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
771 section.
772 (auto-revert-handler): Do not check `auto-revert-tail-mode' for
773 non-file buffers. We know it is nil.
774
775 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
776
777 Sync with Tramp 2.0.43.
778
779 * net/tramp.el (tramp-handle-verify-visited-file-modtime): Remove
780 outdated comment.
781 (tramp-locked, tramp-locker): New variables for implementing a
782 global lock.
783 (tramp-sh-file-name-handler): Use them to implement the global
784 lock.
785
786 2004-07-13 Michael Albinus <michael.albinus@gmx.de>
787
788 * net/tramp.el (all): Code cleanup. Change all `tramp-handle-xxx'
789 calls to respective `xxx` calls.
790 (tramp-process-alive-regexp): Precise doc string.
791 (tramp-multi-action-process-alive): New defun.
792 (tramp-multi-actions): Use it.
793 (tramp-handle-find-backup-file-name): `copy-tree' is available
794 since Emacs 21.4 only (XEmacs has it). Implementation rewritten
795 in order to avoid this function.
796 (tramp-handle-write-region): Set current buffer. If connection
797 wasn't open, `file-modes' has changed it accidently. Reported by
798 David Kastrup <dak@gnu.org>.
799 (tramp-enter-password, tramp-read-passwd): New arguments USER and
800 HOST.
801 (tramp-action-password, tramp-multi-action-password): Apply it.
802 (tramp-open-connection-rsh): If a port is given, the Tramp buffer
803 name must still contain the port number. Otherwise, we have two
804 Tramp buffers, with all the confusion. Reported by Myron Selby
805 <myron@xytech.com> and Rolf Dubitzky
806 <Dubitzky@physi.uni-heidelberg.de>.
807
808 * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
809 HOST to `tramp-enter-passwd'.
810
811 * net/tramp-vc.el (all): Code cleanup. Change all
812 `tramp-handle-xxx' calls to respective `xxx` calls.
813
814 2004-07-17 Jonathan Yavner <jyavner@member.fsf.org>
815
816 * emacs-lisp/testcover.el: New category "potentially-1valued" for
817 functions that are not erroneous if either 1-valued or
818 multi-valued. Detect functions in this class.
819 (testcover-1value-functions, testcover-compose-functions,
820 testcover-progn-functions) Added some additional functions to lists.
821 (testcover-mark): Bugfix when marking up the definition for an
822 empty function.
823
824 2004-07-17 Richard M. Stallman <rms@gnu.org>
825
826 * replace.el (occur-read-primary-args): Pass default to read-from-minibuffer.
827
828 * mail/footnote.el (footnote-section-tag): Use defcustom.
829
830 * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
831 Compile font-lock-keywords, not KEYWORDS.
832 (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
833 Add warn, check-type. Handle cerror like error.
834
835 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
836
837 * progmodes/which-func.el (which-func-keymap): New var.
838 (which-func-face): New face.
839 (which-func-format): Use them.
840
841 2004-07-16 Stephan Stahl <stahl@eos.franken.de> (tiny change)
842
843 * buff-menu.el (list-buffers-noselect): Append the buffer's
844 process status to its mode name.
845
846 2004-07-16 Kim F. Storm <storm@cua.dk>
847
848 * simple.el (inhibit-mark-movement): New defvar.
849 (beginning-of-buffer, end-of-buffer): Do not push mark if
850 inhibit-mark-movement is non-nil or C-u prefix is given.
851
852 * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
853 Init to beginning-of-buffer and end-of-buffer.
854 (cua--undo-push-mark): New defvar.
855 (cua--pre-command-handler): Set inhibit-mark-movement if mark is
856 already active and command is in cua--preserve-mark-commands.
857 Also fix check for shift modifier on non-window systems.
858 (cua--post-command-handler): Clear inhibit-mark-movement if set.
859
860 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
861
862 * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
863 of two integers, instead of a cons.
864
865 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
866 `visited-file-modtime' now returns a list of two integers, instead
867 of a cons.
868
869 * dired.el (dired-directory-changed-p): Ditto.
870
871 * progmodes/grep.el (grep): Doc fix.
872
873 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
874
875 * autorevert.el (auto-revert-tail-mode)
876 (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
877 (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
878 in both at the same time.
879 (auto-revert-tail-mode): New command.
880 (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
881 (auto-revert-handler): Revert only either tail or whole file.
882
883 * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
884 add auto-revert-tail-mode.
885
886 2004-07-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
887
888 * printing.el: Doc fix. Change name of some funs.
889 (pr-dosify-file-name): New fun. Replace ps-dosify-path.
890 (pr-unixify-file-name): New fun. Replace ps-unixify-path.
891 (pr-standard-file-name): New fun. Replace pr-standard-path.
892 (pr-call-process): Code fix.
893
894 2004-07-12 Luc Teirlinck <teirllm@auburn.edu>
895
896 * subr.el (with-selected-window): Doc fix.
897
898 2004-07-11 Luc Teirlinck <teirllm@auburn.edu>
899
900 * subr.el (get-buffer-window-list): Doc fix.
901
902 2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
903
904 * files.el (switch-to-buffer-other-window): Doc fix.
905
906 * window.el (save-selected-window, one-window-p)
907 (split-window-keep-point, split-window-vertically)
908 (split-window-horizontally): Doc fixes.
909
910 2004-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
911
912 * printing.el: Doc fix. Now it uses call-process instead of
913 shell-command for low command execution.
914 (pr-version): New version number (6.8).
915 (pr-shell-file-name): Option removed.
916 (pr-shell-command): Fun removed.
917 (pr-call-process): New fun. Replace pr-shell-command.
918 (pr-standard-path, pr-remove-nil-from-list): New funs.
919 (zmacs-region-stays, current-mouse-event, current-menubar): New var.
920 (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
921 (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
922 (pr-ps-utility-process, pr-txt-print): Code fix.
923
924 2004-07-10 Stephan Stahl <stahl@eos.franken.de> (tiny change)
925
926 * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
927 boolean.
928
929 2004-07-09 Lars Hansen <larsh@math.ku.dk>
930
931 * wid-edit.el (widget-field-buffer): Doc fix.
932
933 2004-07-09 John Paul Wallington <jpw@gnu.org>
934
935 * emacs-lisp/re-builder.el (reb-update-overlays): Distinguish
936 between one and several matches in message.
937
938 2004-07-09 Richard M. Stallman <rms@gnu.org>
939
940 * mouse.el (mouse-set-region-1): If transient-mark-mode
941 is `identity', change it to `only'.
942
943 * simple.el (current-word): Doc fix.
944
945 2004-07-09 Mark A. Hershberger <mah@everybody.org>
946
947 * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
948 so that it is more understanding of whitespace.
949
950 * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the
951 form
952 (("ns" . "element") (attr-list) children) instead of
953 ((:ns . "element") (attr-list) children) in order to reduce the
954 number of symbols used.
955 (xml-skip-dtd): Change to use xml-parse-dtd but set
956 xml-validating-parsing to nil.
957 (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
958 (xml-substitute-entity): Remove in favor of new entity substitution.
959 (xml-substitute-special): Rewrite in to substitute complex
960 entities from DOCTYPE declarations.
961 (xml-parse-fragment): Parse fragments from entity deleclarations.
962 (xml-parse-region, xml-parse-tag, xml-parse-attlist)
963 (xml-parse-dtd, xml-substitute-special): Make validity checks
964 conditioned on xml-validating-parser. Add "Not Well Formed" to
965 error messages about well-formedness.
966
967 2004-07-08 Steven Tamm <steventamm@mac.com>
968
969 * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
970 (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
971 Do not treat double clicks and triple clicks specially in the
972 scroll bar (preventing strange repositioning problems)
973
974 2004-07-06 Stefan <monnier@iro.umontreal.ca>
975
976 * replace.el (query-replace-regexp-eval): Fix last change.
977
978 2004-07-05 Stefan <monnier@iro.umontreal.ca>
979
980 * replace.el (query-replace-descr): New fun.
981 (query-replace-read-from, query-replace-read-args): Default to the
982 previous from&to.
983 (query-replace-read-to): Quote the `from' string when displaying it.
984 (query-replace-regexp-eval): Immediately check read-only status.
985 Use query-replace-read-from to get the \n checking.
986 Quote the `from' string when displaying it.
987 (map-query-replace-regexp, occur-read-primary-args):
988 Quote the `from' string when displaying it.
989
990 * isearch.el (isearch-query-replace): Pass the regexp-ness and
991 delimited-ness of the search to query-replace.
992
993 * replace.el (query-replace-read-from, query-replace-read-to):
994 New funs extracted from query-replace-read-args.
995 (query-replace-read-args): Use them.
996
997 * replace.el (query-replace-interactive, query-replace-read-args):
998 Remove the `initial' special value.
999 (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
1000 (occur-engine): Remove unused var `matchend'.
1001
1002 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
1003 Use the search string without prompting.
1004
1005 2004-07-05 Kenichi Handa <handa@m17n.org>
1006
1007 * international/mule.el (decode-coding-inserted-region):
1008 Set last-coding-system-used only when coding is nil.
1009
1010 2004-07-03 Eli Zaretskii <eliz@gnu.org>
1011
1012 * progmodes/grep.el (grep-compute-defaults, grep-command)
1013 (grep-program, find-program, grep-find-use-xargs, grep-history)
1014 (grep-find-history, grep-tag-default, grep-find-command)
1015 (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
1016 Add autoload cookies, for unbundled packages that load `compile'
1017 and expect all grep-related symbols to become defined.
1018
1019 2004-07-03 KOSEKI Yoshinori <kose@meadowy.org>
1020
1021 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
1022 (iimage-mode-image-search-path): New user option to search the
1023 image file.
1024 (iimage-locate-file): New funcion. Emacs21.3 or earlier does not
1025 have locate-file.
1026 (iimage-mode-buffer): Use it.
1027
1028 2004-07-03 Nick Roberts <nickrob@gnu.org>
1029
1030 * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
1031 carefully.
1032 (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
1033
1034 2004-07-03 Juri Linkov <juri@jurta.org>
1035
1036 * replace.el (query-replace-read-args): Swallow space after 'foo,
1037 not after (quote foo). Match space only immediately after symbol,
1038 not anywhere in the whole string.
1039
1040 2004-07-02 Richard M. Stallman <rms@gnu.org>
1041
1042 * replace.el (query-replace-read-args): Swallow space after
1043 symbols, not after closeparens. But avoid error if string ends there.
1044
1045 * progmodes/python.el (python-beginning-of-statement):
1046 Exit the loop if backward-up-list gets error.
1047
1048 * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
1049
1050 2004-07-02 Andre Spiegel <spiegel@gnu.org>
1051
1052 * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
1053 only if vc-consult-headers is non-nil.
1054
1055 2004-07-02 Juri Linkov <juri@jurta.org>
1056
1057 * pcvs.el (cvs-mode-diff-repository): New command.
1058
1059 * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
1060
1061 2004-07-01 Juri Linkov <juri@jurta.org>
1062
1063 * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
1064 C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace,
1065 C-M-% to isearch-query-replace-regexp.
1066 (minibuffer-local-isearch-map): Add arrow key bindings.
1067 Bind C-f to isearch-yank-char-in-minibuffer.
1068 (isearch-forward): Doc fix.
1069 (isearch-edit-string): Doc fix.
1070 (isearch-query-replace, isearch-query-replace-regexp): New funs.
1071 (isearch-del-char): Add optional arg. Set isearch-yank-flag to t.
1072 (isearch-yank-char): Add optional arg.
1073 (isearch-yank-char-in-minibuffer): New fun.
1074
1075 * replace.el (query-replace-interactive): Change type from boolean
1076 to choice. Add value `initial'.
1077 (query-replace-read-args): Handle value `initial' of
1078 query-replace-interactive.
1079
1080 2004-06-29 Kim F. Storm <storm@cua.dk>
1081
1082 * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
1083 (breakpoint-disabled-bitmap-face): Add :group 'gud.
1084
1085 * progmodes/ada-xref.el (ada-tight-gvd-integration):
1086 Add :group 'ada.
1087
1088 * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
1089
1090 2004-06-29 Juri Linkov <juri@jurta.org>
1091
1092 * replace.el (query-replace-read-args): Swallow a space after
1093 everything except )]" which in most cases means after a symbol.
1094
1095 * emacs-lisp/pp.el (pp-buffer): Add autoload.
1096
1097 2004-06-28 Richard M. Stallman <rms@gnu.org>
1098
1099 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
1100 More changes to go with previous change in font-lock.el.
1101
1102 2004-06-26 David Kastrup <dak@gnu.org>
1103
1104 * replace.el (perform-replace): Highlight the match even in
1105 non-query mode if there is potential replace string editing.
1106
1107 2004-06-26 Kai Grossjohann <kai.grossjohann@gmx.net>
1108
1109 * net/tramp.el (tramp-handle-file-remote-p): New implementation to
1110 agree with new return value of `file-remote-p'.
1111 This syncs with Tramp 2.0.42.
1112
1113 * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
1114 according to new documentation of `file-remote-p'.
1115
1116 * files.el (file-remote-p): Fix doc to say that return value is
1117 identification of remote system, if not nil.
1118 (file-relative-name): Use new return value of `file-remote-p'.
1119
1120 2004-06-26 Nick Roberts <nickrob@gnu.org>
1121
1122 * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
1123 (gdb-goto-breakpoint): Fix breakage.
1124
1125 2004-06-26 Eli Zaretskii <eliz@gnu.org>
1126
1127 * man.el (Man-getpage-in-background): Add windows-nt to the list
1128 of systems where shell-file-name should be used instead of
1129 literal "sh".
1130
1131 2004-06-25 Sam Steingold <sds@gnu.org>
1132
1133 * add-log.el (change-log-font-lock-keywords): Support Common Lisp
1134 function names `(setf symbol)'.
1135
1136 2004-06-24 Richard M. Stallman <rms@gnu.org>
1137
1138 * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
1139
1140 * font-lock.el (font-lock-keywords): Change format of compiled values.
1141 Document it.
1142 (font-lock-add-keywords): If font-lock-keywords is compiled,
1143 extract the uncompiled version, modify, then recompile.
1144 (font-lock-remove-keywords): Likewise.
1145 (font-lock-fontify-keywords-region): Handle changed format.
1146 (font-lock-compile-keywords): Handle changed format.
1147 (font-lock-set-defaults): Compile the keywords explicitly here.
1148
1149 2004-06-24 David Kastrup <dak@gnu.org>
1150
1151 * replace.el (query-replace-read-args): Implement `\,' and `\#'
1152 replacements here.
1153 (query-replace-regexp): Doc string explaining this and the new
1154 `\?' replacement. Remove `\,' and `\#' implementation here, as it
1155 is better placed in `query-replace-read-args'.
1156 (replace-regexp): Explain `\,', `\#' and `\?'.
1157 (replace-match-data): New function for thorough reuse/destruction
1158 of old match-data.
1159 (replace-match-maybe-edit): Function for implementing `\?' editing.
1160 (perform-replace): Fix maintaining of the match stack including
1161 already matched regions, implement `\?', fix various problems
1162 with regions while editing and other stuff.
1163 (replace-highlight): Simplify.
1164
1165 2004-06-24 Daniel Pfeiffer <occitan@esperanto.org>
1166
1167 * progmodes/grep.el (grep-error-screen-columns): New variable.
1168 (grep-regexp-alist): Give it the full functionality of gnu style
1169 compilation messages with line and column ranges. Ask me for the
1170 perl script I'm working on, that uses these.
1171
1172 2004-06-23 Nick Roberts <nickrob@gnu.org>
1173
1174 * comint.el: (comint-insert-clicked-input, comint-copy-old-input):
1175 Remove.
1176 (comint-insert-input, comint-mouse-insert-input): New functions
1177 based on comint-insert-clicked-input for two bindings but just
1178 one functionality.
1179
1180 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
1181
1182 * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
1183
1184 2004-06-23 Lars Hansen <larsh@math.ku.dk>
1185
1186 * files.el (write-contents-functions): Doc fix.
1187
1188 2004-06-21 Juanma Barranquero <lektu@terra.es>
1189
1190 * image.el (image-library-alist): Rewrite docstring in active voice.
1191
1192 2004-06-20 Richard M. Stallman <rms@gnu.org>
1193
1194 * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
1195
1196 * isearch.el (isearch-repeat): Avoid testing old match data.
1197 (isearch-message): Display trailing space in special font
1198 when search is failing.
1199 (isearch-search-fun-function): Doc fix.
1200
1201 * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
1202
1203 2004-06-19 Luc Teirlinck <teirllm@auburn.edu>
1204
1205 * frame.el (show-trailing-whitespace): Doc fix.
1206
1207 * cus-edit.el (custom-variable-documentation): New function.
1208 (custom-variable): Use it.
1209
1210 2004-06-19 Nick Roberts <nickrob@gnu.org>
1211
1212 * man.el (Man-getpage-in-background): Revert previous change but
1213 make cygwin a special case.
1214
1215 2004-06-18 Luc Teirlinck <teirllm@auburn.edu>
1216
1217 * autorevert.el (global-auto-revert-non-file-buffers):
1218 Update docstring.
1219
1220 2004-06-19 Daniel Pfeiffer <occitan@esperanto.org>
1221
1222 * progmodes/compile.el (compilation-error-properties): Store one
1223 more than end-col, if present, so that transient-mark-mode will
1224 highlight last char too.
1225 * progmodes/grep.el (grep-regexp-alist): Match columns and column
1226 ranges, if present.
1227
1228 2004-06-18 Jason Rumney <jasonr@gnu.org>
1229
1230 * makefile.w32-in: Double percent signs in for loops.
1231
1232 2004-06-17 David Kastrup <dak@gnu.org>
1233
1234 * replace.el (query-replace-read-args): Only warn about use of \n
1235 and \t when we are doing a regexp replacement and the actual
1236 escaped character is n or t.
1237 (query-replace-regexp): Add \, and \# interpretation to
1238 interactive call and document it.
1239 (query-replace-regexp-eval, replace-match-string-symbols): Add \#
1240 as shortkey for replace-count.
1241 (replace-quote): New function for doubling backslashes.
1242
1243 2004-06-17 Juanma Barranquero <lektu@terra.es>
1244
1245 * files.el (parse-colon-path, cd): Mention in docstring that the
1246 path separator is colon in GNU-like systems.
1247
1248 * newcomment.el (comment-region-internal): Fix docstring.
1249
1250 * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
1251 (ewoc-invalidate, ewoc-collect): Doc fixes.
1252 (ewoc--create-node, ewoc--delete-node-internal):
1253 Fix typos in docstring.
1254
1255 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
1256
1257 * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
1258 manual to docstring.
1259
1260 2004-06-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1261
1262 * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
1263
1264 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
1265
1266 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
1267 Add hyperlink to emacs-xtra manual to docstring.
1268
1269 * autorevert.el (global-auto-revert-non-file-buffers):
1270 Add hyperlink to emacs-xtra manual to docstring, as well as an
1271 info-link.
1272
1273 2004-06-14 Juanma Barranquero <lektu@terra.es>
1274
1275 * image.el (image-library-alist): New variable to map image types
1276 to external libraries. Initialized to nil, unless system-specific
1277 configs change it.
1278 (image-type-available-p): Determine whether an image type is
1279 available by calling `init-image-library'.
1280
1281 * term/w32-win.el (image-library-alist): Initialize to a known set
1282 of probable library names.
1283
1284 2004-06-14 Kenichi Handa <handa@m17n.org>
1285
1286 * international/code-pages.el (windows-1256, cp1125): Fix tables
1287 for several characters.
1288
1289 * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
1290
1291 2004-06-13 Richard M. Stallman <rms@gnu.org>
1292
1293 * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
1294
1295 * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
1296 not "`pc-selection-mode'".
1297
1298 * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
1299
1300 * simple.el (previous-matching-history-element): Specify a default.
1301
1302 * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
1303
1304 * cus-face.el (custom-declare-face): Simplify code.
1305
1306 * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
1307
1308 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
1309
1310 * files.el (before-save-hook): Add `time-stamp' to the options.
1311
1312 * time-stamp.el (time-stamp): Recommend adding it to
1313 `before-save-hook', rather than `write-file-functions'.
1314 Make a similar change in `Commentary' section.
1315
1316 2004-06-13 Kai Grossjohann <kai.grossjohann@gmx.net>
1317
1318 * diff-mode.el (diff-current-defun): If at start of hunk, use
1319 position of first change.
1320
1321 2004-06-13 Lars Hansen <larsh@math.ku.dk>
1322
1323 * dired-x.el (dired-mark-omitted): Bind to "*O".
1324
1325 2004-06-12 Karl Fogel <kfogel@red-bean.com>
1326
1327 * bookmark.el (bookmark-bmenu-relocate): New function, as
1328 suggested by David J. Biesack <David.Biesack@sas.com>.
1329 (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
1330 (bookmark-bmenu-mode): Describe binding in doc string.
1331 (bookmark-set-filename): Save the bookmark list if it's time.
1332
1333 2004-06-13 Kenichi Handa <handa@m17n.org>
1334
1335 * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
1336 (ccl-untranslated-to-ucs): Fix typo.
1337
1338 2004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
1339
1340 * progmodes/python.el (python-open-block-statement-p):
1341 Fix indentation after a block opening that contains a comment.
1342
1343 2004-06-12 J\e,Ai\e(Br\e,At\e(Bme Marant <jerome@marant.org> (tiny change)
1344
1345 * bindings.el (completion-ignored-extensions): Add file extensions
1346 of Python byte-compiled files.
1347
1348 2004-06-12 Juri Linkov <juri@jurta.org>
1349
1350 * info.el (Info-goto-node): Add autoload.
1351 (Info-toc): Add substring-no-properties on Info file name.
1352 (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
1353 (Info-mode-map): Bind L to Info-history, T to Info-toc.
1354
1355 2004-06-12 Kenichi Handa <handa@m17n.org>
1356
1357 * international/mule-cmds.el (set-language-environment):
1358 Load subst tables if necessary.
1359
1360 * international/mule.el (decode-char): Load subst tables if necessary.
1361 (encode-char): Likewise.
1362
1363 * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
1364 pair correctly. Call ccl-mule-utf-untrans for untranslable chars.
1365 (utf-16le-decode-loop): Set r5 to -1 before loop.
1366 (utf-16be-decode-loop): Likewise.
1367 (ccl-decode-mule-utf-16le): Add EOF processing block.
1368 (ccl-decode-mule-utf-16be): Likewise.
1369 (ccl-decode-mule-utf-16le-with-signature): Likewise.
1370 (ccl-decode-mule-utf-16be-with-signature): Likewise.
1371 (ccl-decode-mule-utf-16): Likewise. Set r5 to -1 initially.
1372 (ccl-mule-utf-16-encode-untrans): New CCL.
1373 (utf-16-decode-to-ucs): Handle pre-read character.
1374 (utf-16le-encode-loop): Handle surrogate pair.
1375 (utf-16be-encode-loop): Likewise.
1376 (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
1377 of utf-16le-encode-loop.
1378 (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
1379 of utf-16be-encode-loop.
1380 (mule-utf-16-post-read-conversion):
1381 Call utf-8-post-read-conversion at first.
1382 (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
1383 Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
1384 Add post-read-conversion and pre-write-conversion.
1385
1386 * international/utf-8.el (utf-translate-cjk-charsets): New variable.
1387 (utf-translate-cjk-unicode-range): New variable.
1388 (utf-translate-cjk-load-tables): New function.
1389 (utf-lookup-subst-table-for-decode): New function.
1390 (utf-lookup-subst-table-for-encode): New function.
1391 (utf-translate-cjk-mode): Init-value changed to t. Don't load
1392 tables here. Update safe-charsets of utf-* coding systems.
1393 (ccl-mule-utf-untrans): New CCL.
1394 (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans. Use `repeat'
1395 at end of each branch.
1396 (ccl-mule-utf-8-encode-untrans): New CCL.
1397 (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
1398 (ccl-untranslated-to-ucs): Handle 2-byte encoding. Set r1 to the
1399 length of encoding. Don't return r0.
1400 (utf-8-compose): New arg hash-table. Handle 2-byte encoding.
1401 (utf-8-post-read-conversion): Narrow to region properly.
1402 If utf-translate-cjk-mode is on, load tables if necessary.
1403 Call utf-8-compose with hash-table arg if necessary.
1404 Call XXX-compose-region instead of XXX-post-read-convesion.
1405 (utf-8-pre-write-conversion): New function.
1406 (mule-utf-8): Include CJK charsets in safe-charsets if
1407 utf-translate-cjk-mode is on. Add pre-write-conversion.
1408
1409 * international/characters.el: Temporarily set
1410 utf-translate-cjk-mode to nil.
1411
1412 * language/devan-util.el (devanagari-compose-region):
1413 Add autoload cookie.
1414
1415 * international/ccl.el (ccl-dump-call): Fix printing the
1416 subroutine name.
1417
1418 2004-06-11 Luc Teirlinck <teirllm@auburn.edu>
1419
1420 * dired.el (dired-revert): If buffer is marked unmodified before
1421 reverting, keep it marked unmodified.
1422 Adapt to new conventions for commenting out code.
1423 (dired-make-relative): Adapt to new conventions for commenting out code.
1424
1425 2004-06-10 Miles Bader <miles@gnu.ai.mit.edu>
1426
1427 * eshell/esh-module.el (eshell-load-defgroups):
1428 Bind `vc-handled-backends' to nil when opening files.
1429
1430 2004-06-11 Juanma Barranquero <lektu@terra.es>
1431
1432 * files.el (parse-colon-path, cd): Doc fixes (refer to
1433 `path-separator', not colon).
1434
1435 2004-06-10 Juanma Barranquero <lektu@terra.es>
1436
1437 * newcomment.el (comment-search-forward)
1438 (comment-search-backward): Fix typos in docstring.
1439 (comment-region): Doc fix.
1440
1441 2004-06-10 Luc Teirlinck <teirllm@auburn.edu>
1442
1443 * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
1444 switch is no longer stored in `dired-switches-alist'.
1445
1446 * dired-aux.el (dired-insert-subdir): Do not store R switch in
1447 `dired-switches-alist'.
1448
1449 2004-06-10 Kim F. Storm <storm@cua.dk>
1450
1451 * pcvs.el (cvs-mode-diff-yesterday): New command.
1452
1453 * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
1454
1455 2004-06-10 Juri Linkov <juri@jurta.org>
1456
1457 * emacs-lisp/edebug.el (edebug-eval-defun):
1458 * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
1459 Fix docstring.
1460
1461 * simple.el (eval-expression-print-format): Don't print additional
1462 information on the first call to `eval-print-last-sexp'.
1463 (next-error-find-buffer): Fix punctuation.
1464 (killing) <defgroup>: Fix punctuation.
1465 (yank-excluded-properties): Change group from editing to killing.
1466
1467 * replace.el (perform-replace): Use `limit' to terminate the
1468 while-loop explicitly.
1469
1470 2004-06-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1471
1472 * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
1473 Use lc-*.xpm as prefix instead of *-locol.xpm.
1474
1475 * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
1476 * toolbar/lc-help.xpm, toolbar/lc-home.xpm
1477 * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
1478 * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
1479 * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
1480 * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
1481 * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
1482 * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
1483 * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
1484 * toolbar/lc-up_arrow.xpm:
1485 Renamed from *-locol.xpm.
1486
1487 2004-06-09 Rajesh Vaidheeswarran <rv@gnu.org>
1488
1489 * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
1490 include forms like &<str>; as valid url patterns.
1491
1492 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
1493
1494 * dired.el (dired-diff, dired-backup-diff)
1495 (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
1496 (dired-do-chown, dired-do-touch, dired-do-print)
1497 (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
1498 (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
1499 (dired-create-directory, dired-do-copy, dired-do-symlink)
1500 (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
1501 (dired-do-copy-regexp, dired-do-hardlink-regexp)
1502 (dired-do-symlink-regexp, dired-upcase, dired-downcase)
1503 (dired-maybe-insert-subdir, dired-next-subdir)
1504 (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
1505 (dired-kill-subdir, dired-tree-up, dired-tree-down)
1506 (dired-hide-subdir, dired-hide-all, dired-show-file-type)
1507 (dired-run-shell-command, dired-query): Remove redundant,
1508 or incorrect, autoloads.
1509
1510 * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
1511 does not end in a slash. Add optional argument KILL-ROOT.
1512 Update docstring.
1513 (dired-do-touch, dired-clean-directory, dired-run-shell-command)
1514 (dired-query): Add autoloads.
1515
1516 2004-06-08 Daniel Pfeiffer <occitan@esperanto.org>
1517
1518 * progmodes/compile.el (compilation-set-window-height):
1519 Rearrange the save-* functions because a buffer can have several current
1520 point in different windows.
1521 (compilation-error-regexp-alist-alist): Recognize {standard input}
1522 GNU messages (for gcc --pipe) and more kinds of Oracle messages.
1523
1524 2004-06-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1525
1526 * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
1527 * toolbar/help-locol.xpm, toolbar/home-locol.xpm
1528 * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
1529 * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
1530 * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
1531 * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
1532 * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
1533 * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
1534 * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
1535 * toolbar/up_arrow-locol.xpm:
1536 New versions of icons that uses fewer colors.
1537
1538 * toolbar/tool-bar.el (tool-bar-local-item)
1539 (tool-bar-local-item-from-menu): Try to use icons with fewer colors
1540 if display-color-cells is 256 or less.
1541
1542 2004-06-08 Kim F. Storm <storm@cua.dk>
1543
1544 * wid-edit.el (widget-specify-button): Use hand pointer rather
1545 than mouse-face as visible mouse-over effect.
1546
1547 2004-06-07 Karl Fogel <kfogel@red-bean.com>
1548
1549 * saveplace.el (save-place-alist-to-file): Bind `print-length'
1550 and `print-level' to nil when writing out `save-place-alist'.
1551 Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
1552
1553 2004-06-07 Juanma Barranquero <lektu@terra.es>
1554
1555 * completion.el (completion-kill-region): Doc fix.
1556
1557 * format.el (format-insert-annotations)
1558 (format-annotate-location): Doc fixes.
1559 (format-subtract-regions): Make arguments match their use in docstring.
1560
1561 * simple.el (kill-region): Doc fix.
1562
1563 * subr.el (insert-buffer-substring-no-properties)
1564 (insert-buffer-substring-as-yank): Doc fixes.
1565
1566 2004-06-07 Luc Teirlinck <teirllm@auburn.edu>
1567
1568 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
1569 Update docstring.
1570 (dired-reset-subdir-switches): New function.
1571
1572 * dired.el (dired-undo): Call `dired-build-subdir-alist'.
1573 Limit scope of `buffer-read-only' binding.
1574
1575 2004-06-06 Emilio C. Lopes <eclig@gmx.net>
1576
1577 * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
1578 eshell-explicit-command-char.
1579
1580 2004-06-06 Juanma Barranquero <lektu@terra.es>
1581
1582 * help-fns.el (help-argument-name): Inherit from italic face only
1583 if the frame supports it.
1584
1585 2004-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1586
1587 * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
1588 * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
1589 * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
1590 * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
1591 * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
1592 * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
1593 * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
1594 New conversions from xpm files.
1595
1596 * toolbar/README: New file.
1597
1598 2004-06-06 Richard M. Stallman <rms@gnu.org>
1599
1600 * isearch.el (isearch-mode-map): Undo previous change.
1601
1602 2004-06-05 Juri Linkov <juri@jurta.org>
1603
1604 * bindings.el (debug-ignored-errors): Add regexps for history
1605 related messages. Remove $ from "No further undo information".
1606 Move Ediff's messages to ediff.el.
1607
1608 * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
1609
1610 * cus-edit.el (custom-display): Add `min-colors'.
1611
1612 * custom.el (defface): Add `supports' to docstring.
1613
1614 * help-fns.el (help-argument-name): Add :group 'help.
1615
1616 2004-06-05 Luc Teirlinck <teirllm@auburn.edu>
1617
1618 * find-dired.el (find-ls-subdir-switches): New user option.
1619 (find-dired): No longer call `abbreviate-file-name' on DIR.
1620 Set `dired-subdir-switches' buffer-locally.
1621
1622 * locate.el: Merge the two `Commentary' sections.
1623 (locate-ls-subdir-switches): New user option.
1624 (locate): Update for other changes.
1625 (locate-mode-map): Restore Dired binding for mouse-2.
1626 Bind `locate-mouse-view-file' to M-mouse-2.
1627 Bind `l' to `locate-do-redisplay'.
1628 (locate-main-listing-line-p, locate-do-redisplay): New functions.
1629 (locate-mouse-view-file, locate-tags, locate-find-directory):
1630 Print message if used outside main listing.
1631 (locate-mode): Update docstring. Make `*Locate*' buffer read-only.
1632 Various changes to support inserted subdirectories.
1633 (locate-insert-header): Change header of *Locate* buffer.
1634
1635 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
1636 Change interactive default switches.
1637 (dired-rename-subdir-2): Update `dired-switches-alist'.
1638 (dired-insert-subdir, dired-kill-subdir):
1639 Handle `dired-switches-alist'. Do not mark buffer modified.
1640 (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
1641 (dired-insert-subdir-doinsert): Omit messages.
1642 Handle `dired-subdir-switches'.
1643 (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
1644
1645 * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
1646 (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
1647 subdirs if -R switch is used for a subdir.
1648 (dired-mode): Set `dired-switches-alist'.
1649 (dired-build-subdir-alist): Only print number of directories in
1650 echo area when invoked interactively.
1651
1652 2004-06-05 Lars Hansen <larsh@math.ku.dk>
1653
1654 * dired-x.el (dired-omit-mode): Rename from
1655 dired-omit-files-p. Use define-minor-mode to define it.
1656 (dired-omit-files-p): Add as alias for dired-omit-mode.
1657 (dired-omit-toggle): Delete. Replaced by dired-omit-mode and
1658 dired-mark-omitted.
1659 (dired-mark-omitted): Add. Bind to M-O.
1660
1661 2004-06-05 Kenichi Handa <handa@m17n.org>
1662
1663 * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
1664
1665 2004-06-05 Juanma Barranquero <lektu@terra.es>
1666
1667 * help-fns.el (help-argument-name): Reintroduce face.
1668 (help-default-arg-highlight): Use it, now that
1669 `face-differs-from-default-p' can be trusted.
1670
1671 2004-06-05 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
1672
1673 * textmodes/table.el: Sentence commands added to Point Motion
1674 group; kill and backward-kill commands added to Extraction group.
1675
1676 2004-06-04 Mario Lang <mlang@delysid.org>
1677
1678 * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
1679 systems appear to use mW, make the code handle this. Fix a
1680 division-by-zero bug while at it, and handle kernels with
1681 a slightly different layout in /proc/acpi.
1682
1683 2004-06-04 Karl Fogel <kfogel@red-bean.com>
1684
1685 * vc-svn.el (vc-svn-checkin): Use 'nconc' instead of 'list*',
1686 because the latter is a CL-ism. This fixes the bug reported by
1687 Shawn Boyette <mdxi@collapsar.net> in
1688 http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
1689
1690 2004-06-04 Miles Bader <miles@gnu.org>
1691
1692 * faces.el (display-supports-face-attributes-p): Function moved to
1693 C code. Previously only the tty-related portion of this function
1694 was done in C; however the previous attempt to do a halfway-proper
1695 job for non-tty displays in lisp didn't work properly because of
1696 funny conditions during Emacs startup.
1697 (face-differs-from-default-p): Simplify, now that
1698 display-supports-face-attributes-p works properly on all display
1699 types. Remove :stipple from comparison; it doesn't really work
1700 in emacs anyway.
1701
1702 2004-06-04 Miles Bader <miles@gnu.org>
1703
1704 * faces.el (face-differs-from-default-p): Use a different
1705 implementation, so we can really check whether FACE displays
1706 differently or not.
1707
1708 2004-06-04 Miles Bader <miles@gnu.org>
1709
1710 * faces.el (display-supports-face-attributes-p): Implement a
1711 `different from default' check for non-tty displays.
1712
1713 2004-06-03 David Kastrup <dak@gnu.org>
1714
1715 * woman.el (woman-mapcan): More concise code.
1716 (woman-topic-all-completions, woman-topic-all-completions-1)
1717 (woman-topic-all-completions-merge): Replace by a simpler and
1718 much faster implementation based on O(n log n) sort/merge instead
1719 of the old O(n^2) behavior.
1720
1721 2004-06-03 Miles Bader <miles@gnu.org>
1722
1723 * subr.el (read-number): Use canonical format for default in prompt.
1724
1725 * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
1726 Add regexp for " [...]" style defaults.
1727
1728 2004-06-02 Romain Francoise <romain@orebokech.com>
1729
1730 * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
1731 groups: if the user asks for a hidden buffer, open the
1732 corresponding filter group to expose it.
1733
1734 * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
1735 `ibuffer-jump-to-buffer'.
1736 (ibuffer-jump-offer-only-visible-buffers): New user option.
1737
1738 2004-06-02 Juanma Barranquero <lektu@terra.es>
1739
1740 * faces.el (frame-update-faces): Add empty docstring so the one
1741 for `ignore' doesn't show through.
1742
1743 * subr.el (process-kill-without-query): Remove spurious "\n" on
1744 obsolescence string.
1745 (focus-frame, unfocus-frame): Add obsolescence declaration and
1746 empty docstring.
1747
1748 * international/mule.el (register-char-codings): Make alias for
1749 `ignore'. Move docstring to obsolescence info and remove redundancy.
1750
1751 2004-06-02 Kim F. Storm <storm@cua.dk>
1752
1753 * frame.el (blink-cursor-start): Turn cursor off initially so blink
1754 starts after blink-cursor-delay rather than 2*blink-cursor-delay.
1755
1756 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
1757
1758 * comint.el (comint-replace-by-expanded-history-before-point):
1759 Obey `start' as the docstring says.
1760 (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
1761 (comint-update-fence): Prevent font-lock from running unnecessarily.
1762 (comint-dynamic-list-completions): Use with-current-buffer.
1763
1764 2004-06-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1765
1766 * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
1767 (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
1768 (bibtex-entry-update): Handle alternatives and optional fields.
1769 (bibtex-parse-entry): Bugfix, handle empty key.
1770
1771 2004-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
1772
1773 * vc-arch.el (vc-arch-state): Don't assume the file exists.
1774
1775 2004-05-31 Lars Hansen <larsh@math.ku.dk>
1776
1777 * desktop.el (desktop-save): Don't save minor modes without a
1778 known mode initialization function.
1779
1780 2004-05-30 Luc Teirlinck <teirllm@auburn.edu>
1781
1782 * replace.el (query-replace-interactive): Convert defvar -> defcustom.
1783
1784 * autorevert.el: Update `Commentary' section.
1785
1786 2004-05-30 Juanma Barranquero <lektu@terra.es>
1787
1788 * dos-fns.el (convert-standard-filename):
1789 * files.el (convert-standard-filename):
1790 * w32-fns.el (convert-standard-filename):
1791 Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
1792
1793 2004-05-30 Kai Grossjohann <kai.grossjohann@gmx.net>
1794
1795 Sync with Tramp.
1796
1797 * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
1798 (tramp-let-maybe): Move to an earlier spot in the file.
1799 Patch by Andreas Schwab.
1800
1801 2004-05-30 Andreas Schwab <schwab@suse.de>
1802
1803 * dired.el (dired-get-filename): Don't use dired-re-dot.
1804
1805 2004-05-30 Richard M. Stallman <rms@gnu.org>
1806
1807 * files.el (find-file): Doc fix.
1808
1809 * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
1810
1811 2004-05-30 Nick Roberts <nickrob@gnu.org>
1812
1813 * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
1814 (gdb-locals-mode, gdb-frame-handler): Display current frame in the
1815 modeline of the locals buffer.
1816 (gdb-goto-breakpoint): Handle gdbmi.
1817 (gdb-get-frame-number): Change for gdbmi.
1818
1819 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
1820
1821 * files.el (file-remote-p): Apply file name handler for operation
1822 `file-remote-p'. It isn' a property any longer.
1823 (file-relative-name): `fh' and `fd' get the required value via
1824 `find-file-name-handler' already.
1825
1826 * ange-ftp.el (ange-ftp-file-remote-p): New defun.
1827 (top): Remove setting of `file-remote-p' property for
1828 `ange-ftp-hook-function'. Add `ange-ftp' property to `file-remote-p'.
1829
1830 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
1831
1832 Version 2.0.41 of Tramp released.
1833
1834 * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
1835 Throw away if process has died.
1836 Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
1837 (tramp-out-of-band-prompt-regexp): Rename to
1838 `tramp-process-alive-regexp', because its usage is widen.
1839 (tramp-actions-copy-out-of-band): Apply it.
1840 (tramp-actions-before-shell, tramp-multi-actions):
1841 Add `tramp-action-process-alive' action.
1842 (tramp-action-process-alive): New defun.
1843 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
1844 Add entry for `file-remote-p'.
1845 (tramp-handle-file-remote-p): New defun.
1846 (top): Remove setting of `file-remote-p'. Don't set
1847 `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
1848
1849 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
1850 `file-remote-p'.
1851
1852 * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
1853 counted for (last) line. [They should or they shouldn't? --Stef]
1854 Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
1855
1856 2004-05-29 Kai Grossjohann <kai.grossjohann@gmx.net>
1857
1858 * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
1859 not really necessary but seems to keep the shell history smaller
1860 in some cases. It is no substitute for setting HISTFILE and
1861 HISTSIZE from tramp-open-connection-setup-interactive-shell,
1862 though. Suggested by Luc Teirlinck.
1863 (tramp-open-connection-setup-interactive-shell): Export variables
1864 HISTFILE and HISTSIZE, do not just set them. From Luc Teirlinck.
1865 (tramp-set-process-query-on-exit-flag): New compat function.
1866 (tramp-open-connection-multi, tramp-open-connection-su)
1867 (tramp-open-connection-rsh, tramp-open-connection-telnet)
1868 (tramp-do-copy-or-rename-file-out-of-band): Use it.
1869 (tramp-let-maybe): New macro, let-binds a variable only if it
1870 isn't obsolete.
1871 (tramp-check-ls-commands, tramp-handle-expand-file-name)
1872 (tramp-handle-file-truename): Use it.
1873 (tramp-completion-file-name-regexp-unified): Avoid matching
1874 filenames starting with "/:" -- those are reserved for
1875 file-name-non-special.
1876
1877 * tramp-smb.el (tramp-smb-open-connection):
1878 Use tramp-set-process-query-on-exit-flag compat function.
1879
1880 2004-05-29 Richard M. Stallman <rms@gnu.org>
1881
1882 * net/browse-url.el (browse-url-interactive-arg): Doc fix.
1883
1884 * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
1885 (eval-last-sexp-print-value): Print char equivalent regardless
1886 of standard-output value.
1887
1888 * thumbs.el (thumbs-subst-char-in-string): Delete.
1889 (thumbs-thumbname): Use subst-char-in-string.
1890 (thumbs-resize-image): Use condition-case, not ignore-errors.
1891 (thumbs-kill-buffer): Likewise.
1892
1893 * thumbs.el: Don't include cl. Don't bother with old Emacs versions.
1894 (thumbs-mode): Make buffer read-only.
1895 (thumbs-make-thumb): Unconditionally accept an existing file.
1896 (thumbs-insert-thumb): Add thumb-image-file property to the image.
1897 (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
1898 (thumbs-show-thumbs-list): Error if images not supported.
1899 (thumbs-save-current-image): Improve prompt string.
1900 (thumbs-mode-map): Define u, R, x.
1901 (thumbs-unmark): New command.
1902 (thumbs-emboss-image): Minor cleanup.
1903 (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
1904 (thumbs-rename-images): New command.
1905 (thumbs-show-image-num): Rewrite. Don't rename the buffer.
1906
1907 * thumbs.el (thumbs-current-image): New function.
1908 (thumbs-file-list, thumbs-file-alist): New functions.
1909 (thumbs-find-image): Delete arg L.
1910 Don't set up thumbs-fileL as buffer-local global var.
1911 (thumbs-find-image-at-point): Use thumbs-current-image.
1912 (thumbs-set-image-at-point-to-root-window): Likewise.
1913 (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
1914 Record and warn about errors. Update thumbs-markedL for deletions.
1915 (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
1916 (thumbs-redraw-buffer): Use thumbs-file-list.
1917 (thumbs-mark): Use thumbs-current-image.
1918 (thumbs-show-name): Use thumbs-current-image.
1919
1920 * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
1921 and imenu--last-menubar-index-alist.
1922
1923 * subr.el (with-selected-window): Undo previous change.
1924
1925 2004-05-29 John Paul Wallington <jpw@gnu.org>
1926
1927 * thumbs.el (thumbs-show-name): Do nothing if no image at point.
1928 (thumbs-mouse-find-image): New command.
1929 (thumbs-mode-map): Bind it to mouse-2.
1930 (thumbs-mode): Make mode-class special.
1931 (thumbs-view-image-mode): Likewise.
1932
1933 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
1934
1935 * flymake.el: New file.
1936
1937 2004-05-28 Luc Teirlinck <teirllm@auburn.edu>
1938
1939 * files.el (find-file-noselect-1): Do not bind
1940 `inhibit-read-only' to t during execution of
1941 `find-file-not-found-functions'.
1942
1943 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
1944
1945 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
1946 * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
1947
1948 2004-05-28 Juri Linkov <juri@jurta.org>
1949
1950 * simple.el (eval-expression-print-format): New fun.
1951
1952 * simple.el (eval-expression):
1953 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
1954 * emacs-lisp/edebug.el (edebug-compute-previous-result)
1955 (edebug-eval-expression): Print additionally the value returned by
1956 `eval-expression-print-format'.
1957
1958 * emacs-lisp/lisp.el (insert-pair-alist): New var.
1959 (insert-pair): Make arguments optional. Find character pair
1960 from `insert-pair-alist' according to the last input event.
1961 (insert-parentheses): Make arguments optional.
1962 (raise-sexp, delete-pair): New funs.
1963
1964 * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
1965 (emacs-lisp-mode-map, lisp-interaction-mode-map):
1966 Bind C-M-q to `indent-pp-sexp'.
1967
1968 * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
1969 `pp-to-string' modified to be able to format text with newlines.
1970 (pp-to-string): Move the buffer-formatting part of the code to
1971 `pp-buffer'. Call `pp-buffer'.
1972
1973 * info.el (Info-desktop-buffer-misc-data): Don't save information
1974 about virtual files.
1975 (Info-restore-desktop-buffer): Restore Info buffers in prepared
1976 buffers with names obtained from the desktop file instead of the
1977 default *info* buffer.
1978
1979 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
1980
1981 * subr.el (with-selected-window): Only save/restore the selected window.
1982
1983 * progmodes/compile.el (compilation-error-regexp-alist):
1984 Use expand-file-name and data-directory.
1985
1986 * progmodes/grep.el (grep-tree): Rework previous fix.
1987
1988 * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
1989 after the user marked text with the mouse.
1990
1991 * startup.el (command-line): Keep the first regexp of
1992 auto-save-file-name-transforms intact.
1993
1994 2004-05-28 Juanma Barranquero <lektu@terra.es>
1995
1996 * cus-edit.el (customize-face, customize-face-other-window)
1997 (custom-face-edit-delete): Make arguments match their use in
1998 docstring.
1999 (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
2000 docstring.
2001
2002 * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
2003 not `cvs-butlast'.
2004
2005 * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
2006 `nbutlast' are in subr.el).
2007
2008 * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
2009 (set-w32-system-coding-system): Doc fixes.
2010
2011 * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
2012 (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
2013 Make arguments match their use in docstring.
2014 (artist-draw-region-trim-line-endings)
2015 (artist-mouse-choose-operation): Fix typo in docstring.
2016 (artist-key-set-point-common): Doc fix.
2017
2018 2004-05-28 Simon Josefsson <jas@extundo.com>
2019
2020 * mail/smtpmail.el (smtpmail-open-stream):
2021 Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
2022
2023 2004-05-26 Simon Josefsson <jas@extundo.com>
2024
2025 * starttls.el: Merge with my GNUTLS based starttls.el.
2026 (starttls-gnutls-program, starttls-use-gnutls)
2027 (starttls-extra-arguments, starttls-process-connection-type)
2028 (starttls-connect, starttls-failure, starttls-success): New variables.
2029 (starttls-program, starttls-extra-args): Doc fix.
2030 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
2031 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
2032 and pass on to corresponding *-gnutls function if it is set.
2033
2034 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
2035
2036 * autorevert.el (auto-revert-handler): Disable auto-reverting of
2037 remote files.
2038
2039 2004-05-27 Michael Albinus <michael.albinus@gmx.de>
2040
2041 * files.el (file-name-non-special): There are more operations
2042 which need handling: `find-backup-file-name',
2043 `insert-file-contents', `verify-visited-file-modtime',
2044 `write-region'. Rename t value of method to `add'. Add new
2045 methods `quote' and `unquote-then-quote' to file-arg-indices.
2046
2047 2004-05-25 Juri Linkov <juri@jurta.org>
2048
2049 * info.el (Info-toc): Call Info-mode on intermediate buffer.
2050 (Info-index-nodes): Enclose code in condition-case to catch errors.
2051 (Info-index-node): Don't search all index nodes if request is only
2052 for the current node and file is not in the cache of index nodes.
2053 (Info-mode-map): Bind Info-copy-current-node-name to `w'
2054 for consistency with dired-copy-filename-as-kill.
2055 Bind `S' to Info-search-case-sensitively.
2056 (Info-copy-current-node-name): New arg. With zero prefix arg put
2057 the name inside a function call to `info'. Display copied text in
2058 the echo area.
2059
2060 2004-05-25 Sam Steingold <sds@gnu.org>
2061
2062 * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
2063 strip the package prefix from the symbol name, if any.
2064 Make it the `find-tag-default-function' for `lisp-mode'.
2065
2066 2004-05-25 John Paul Wallington <jpw@gnu.org>
2067
2068 * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
2069 instead of obsolete `process-kill-without-query'.
2070
2071 * textmodes/texinfmt.el (texinfo-indexvar-alist):
2072 Declare as variable, not constant.
2073
2074 2004-05-25 Luc Teirlinck <teirllm@auburn.edu>
2075
2076 * files.el (find-file-noselect-1): Fix bug introduced by
2077 Revision 1.694. As a side effect, `inhibit-read-only'
2078 is again, by default, t during execution of
2079 `find-file-not-found-functions'.
2080 (insert-directory): Check that lines were really inserted by
2081 the --dired switch, before erasing them.
2082
2083 2004-05-24 Nick Roberts <nickrob@gnu.org>
2084
2085 * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
2086 (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
2087 (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
2088 (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
2089 gud-minor-mode (gdbmi).
2090
2091 2004-05-24 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
2092
2093 * net/browse-url.el (browse-url-interactive-arg): Enable user to
2094 explicitly select the text to be taken as URL.
2095
2096 2004-05-23 Juri Linkov <juri@jurta.org>
2097
2098 * info.el (Info-index-nodes): New var and fun.
2099 (Info-goto-index, Info-index, info-apropos)
2100 (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
2101 (Info-index): Fix docstring. Store and restore Info-history-list.
2102 (Info-complete-nodes): New var.
2103 (Info-complete-menu-item): Use it.
2104 (Info-index-node): New fun.
2105 (Info-final-node, Info-forward-node, Info-backward-node)
2106 (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
2107 Use Info-index-node.
2108 (Info-extract-menu-item, Info-extract-menu-counting): Set second
2109 arg of `Info-extract-menu-node-name' to non-nil for index nodes.
2110 (Info-find-node-2): If a node with period in its name not found,
2111 try to find a node without the name part after period.
2112 (Info-select-node): Call Info-fontify-node only if
2113 Info-fontify-maximum-menu-size is not nil.
2114 (info-apropos): Set Info-fontify-maximum-menu-size to nil.
2115 (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
2116 Preserve Info-history-list.
2117 (Info-toc): Set Info-current-file.
2118 (Info-build-toc): Move point to the beginning of the buffer.
2119 Add main-file variable.
2120 (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
2121 Use backslashed representation of the control character ^_.
2122
2123 * textmodes/texinfmt.el (texinfo-print-index): Print index line
2124 numbers in the new Texinfo 4.7 format.
2125
2126 * add-log.el (change-log-font-lock-keywords): Remove `:' from
2127 regexps for function and variable names.
2128
2129 * descr-text.el (describe-property-list): Add [show] button for
2130 `syntax-table' property with action to pp to a separate buffer.
2131 (describe-char): Replace search-forward by re-search-forward with
2132 whitespace regexp after "character:" to not fail in too narrow windows.
2133
2134 * simple.el (next-error-find-buffer): Add a rule to return
2135 next-error capable buffer if one window on the selected frame
2136 displays such buffer.
2137
2138 2004-05-23 Nick Roberts <nickrob@gnu.org>
2139
2140 * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
2141 (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
2142 (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
2143 (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
2144 (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
2145 Handle new value for gud-minor-mode (gdbmi).
2146 (gdb-buffer-type, gdb-input-queue, gdb-prompting)
2147 (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
2148 Change from local to global gdb variable set.
2149 (gdb-ann3): Initialise above gdb variable set.
2150 (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
2151 (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
2152 (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
2153 (gdb-stopped, gdb-post-prompt, gdb-concat-output)
2154 (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
2155 (gdb-info-locals-handler, gdb-invalidate-assembler)
2156 (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
2157 set as global variables.
2158 (gdb-get-create-buffer): Don't make gud-comint buffer-local.
2159 Handle gdbmi.
2160 (gdb-info-breakpoints-custom): Fix regexp.
2161 (def-gdb-var): Delete.
2162
2163 * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
2164 (gud-speedbar-buttons, gud-sentinel, gud-display-line)
2165 (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
2166 a new mode. The file (gdb-mi.el) for this mode will be included
2167 with the GDB distribution (6.2 onwards) and will use GDB/MI as its
2168 primary interface.
2169
2170 2004-05-23 Jesper Harder <harder@ifa.au.dk>
2171
2172 * progmodes/grep.el (grep-tree): Ensure that DIR argument is
2173 interpreted as a directory.
2174
2175 2004-05-22 Richard M. Stallman <rms@gnu.org>
2176
2177 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
2178 as a close quote.
2179
2180 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
2181
2182 * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
2183 Use assoc-string, not assoc-ignore-case.
2184
2185 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
2186
2187 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
2188 If moving back then fwd gets a defun that ends before point,
2189 try again moving fwd then back.
2190
2191 * files.el (file-name-non-special): Allow t in file-arg-indices
2192 to mean requote the return value. Use `identity' as an element
2193 rather than as the whole value.
2194
2195 * gs.el (gs-options): Add -dSAFER. Mark it risky.
2196
2197 2004-05-22 Juanma Barranquero <lektu@terra.es>
2198
2199 * help-fns.el (help-add-fundoc-usage): Use %S only for output of
2200 `help-make-usage'.
2201 (help-highlight-arguments): Skip function name before searching
2202 for arguments.
2203
2204 2004-05-21 Juanma Barranquero <lektu@terra.es>
2205
2206 * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
2207 Don't mention in the docstring these arguments meant for
2208 internal (recursive) use only.
2209 (allout-char-spec): Comment out (it's not implemented).
2210 (allout-old-expose-topic, allout-exposure): Fix docstring and add
2211 obsolescence declaration.
2212 (allout-flatten-exposed-to-buffer)
2213 (allout-indented-exposed-to-buffer): Fix typos in docstring.
2214 (my-mark-marker): Doc fix.
2215 (produce-allout-mode-map, allout-sibling-index)
2216 (allout-isearch-expose, allout-distinctive-bullet)
2217 (allout-open-topic, allout-reindent-body)
2218 (allout-rebullet-heading, allout-process-exposed)
2219 (allout-insert-listified, allout-latex-verb-quote)
2220 (allout-insert-latex-header, allout-insert-latex-trailer):
2221 Make arguments match their use in docstring.
2222 (allout-primary-bullet, allout-old-style-prefixes)
2223 (allout-inhibit-protection, allout-init, allout-mode)
2224 (allout-before-change-protect, allout-flag-region):
2225 Use "Emacs" instead of "emacs" in docstrings.
2226
2227 2004-05-21 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
2228
2229 * international/characters.el: Modify syntax of more characters.
2230
2231 2004-05-21 Masatake YAMATO <jet@gyve.org>
2232
2233 * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
2234 (etags-tags-completion-table): Show parsing progress.
2235
2236 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
2237
2238 * locate.el (locate-prompt-for-command): Shorten first line of
2239 docstring.
2240 (locate-mode): Expand docstring and include keymap summary.
2241
2242 * files.el (find-file-noselect-1): Limit the scope of the
2243 `inhibit-read-only' binding. Make sure that `inhibit-read-only'
2244 is, by default, nil during the execution of
2245 `find-file-not-found-functions' and `find-file-hook'.
2246
2247 2004-05-20 Michael Mauger <mmaug@yahoo.com>
2248
2249 * facemenu.el (facemenu-color-name-equal): New function.
2250 (list-colors-display): Use it to compare colors instead of
2251 facemenu-color-equal.
2252
2253 2004-05-20 Dan Nicolaescu <dann@ics.uci.edu>
2254
2255 * compare-w.el (compare-windows-face): Use min-colors instead of
2256 checking for tty or pc types.
2257
2258 2004-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
2259
2260 * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
2261 (completion-setup-function): Use with-current-buffer.
2262 Properly save excursion. Simplify.
2263 Don't assume there is necessarily a `mouse-face' property somewhere.
2264
2265 * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
2266
2267 * progmodes/gdb-ui.el (gdb-reset): Use unless. Fix regexp.
2268
2269 * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
2270 (byte-compile-log-1): Don't call (byte-goto-log-buffer).
2271 Use with-current-buffer.
2272 (byte-goto-log-buffer): Delete.
2273 (byte-compile-log-file): Call compilation-forget-errors.
2274
2275 2004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
2276
2277 * net/ldap.el (ldap-search-internal): Avoid mixing standard error
2278 output messages into the search result.
2279
2280 2004-05-19 Masatake YAMATO <jet@gyve.org>
2281
2282 * wid-edit.el (widget-radio-button-notify): Revert my last
2283 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
2284
2285 2004-05-19 Kenichi Handa <handa@m17n.org>
2286
2287 * international/characters.el: Fix syntax (open/close) of CJK chars.
2288
2289 2004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
2290
2291 * help-mode.el (help-go-back): Don't depend on position of back button.
2292
2293 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
2294
2295 * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
2296 files files don't contain an accidental additional /.
2297
2298 * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
2299 in source buffer.
2300
2301 2004-05-18 Masatake YAMATO <jet@gyve.org>
2302
2303 * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
2304 to widget-apply. :action method assumes 2 arguments, not 3.
2305
2306 2004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk>
2307
2308 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
2309 New constants.
2310 (hs-special-modes-alist): Add an f90-mode entry.
2311
2312 2004-05-17 Sam Steingold <sds@gnu.org>
2313
2314 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
2315 Indent "without-" forms just like "with-" and "do-". Use regexp-opt.
2316
2317 2004-05-16 Kim F. Storm <storm@cua.dk>
2318
2319 * emacs-lisp/timer.el (timer-event-handler): Fix last change.
2320
2321 2004-05-15 John Wiegley <johnw@newartisans.com>
2322
2323 * eshell/esh-io.el (eshell-get-target): Whitespace changes.
2324 (eshell-output-object-to-target): Improve output speed 20% by not
2325 calling `eshell-stringify' if something is already known to be a string.
2326
2327 2004-05-15 Alex Ott <ott@jet.msk.su>
2328
2329 * textmodes/ispell.el (ispell-local-dictionary-alist):
2330 Add windows-1251 to the choice of coding systems.
2331 (ispell-dictionary-alist-6): Add support for "russianw.aff",
2332 encoded in cp1251.
2333
2334 2004-05-15 Dan Nicolaescu <dann@ics.uci.edu>
2335
2336 * progmodes/compile.el (compilation-warning-face)
2337 (compilation-info-face): Use min-colors.
2338
2339 2004-05-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2340
2341 * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
2342 * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
2343 * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
2344 * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
2345 * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
2346 * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
2347 * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
2348 * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
2349 * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
2350 * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
2351 * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
2352 * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
2353 * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
2354 * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
2355
2356 2004-05-15 Kim F. Storm <storm@cua.dk>
2357
2358 * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
2359 Use it to set triggered-p element of timer.
2360 (timer-event-handler): Set triggered-p element non-nil while running
2361 the timer function.
2362
2363 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
2364
2365 * descr-text.el (describe-char-unicode-data)
2366 (describe-char-unicodedata-file): Re-enable the unicode code now that
2367 the licensing issues have been cleared in the unicode-4 license.
2368 (describe-text-properties-1): Remove unused `overlay' var.
2369 (describe-char): Remove unused var `buffer'.
2370
2371 2004-05-14 David Ponce <david@dponce.com>
2372
2373 * tree-widget.el: New file.
2374
2375 2004-05-13 Marcelo Toledo <marcelo@marcelotoledo.org>
2376
2377 * language/european.el ("Brazilian Portuguese"): Add support for
2378 Brazilian Portuguese.
2379
2380 2004-05-13 John Wiegley <johnw@newartisans.com>
2381
2382 * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
2383 `recentf-mode' if this variable has been customized to t.
2384
2385 * eshell/esh-test.el (eshell-test): Call the function
2386 `emacs-version' rather than trying to build a custom version string.
2387
2388 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
2389
2390 * net/telnet.el (telnet-mode): Use define-derived-mode.
2391 Don't modify the global value of comint-prompt-regexp.
2392
2393 2004-05-13 John Paul Wallington <jpw@gnu.org>
2394
2395 * version.el (emacs-version): Check for `gtk' feature before
2396 `x-toolkit' feature.
2397
2398 2004-05-13 Juanma Barranquero <lektu@terra.es>
2399
2400 * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
2401 arguments in the docstring, they're used only in recursive calls.
2402
2403 * help-fns.el (help-arg-highlighting-function)
2404 (help-argument-name): Delete.
2405 (help-default-arg-highlight): New function.
2406 (help-do-arg-highlighting): Use it.
2407
2408 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
2409
2410 * calendar/appt.el (appt-disp-window):
2411 Use `calendar-set-mode-line' for a centered mode-line.
2412
2413 2004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
2414
2415 * calendar/appt.el (appt-disp-window): Do not split window
2416 excessively when `split-height-threshold' is low.
2417
2418 2004-05-12 Nick Roberts <nickrob@gnu.org>
2419
2420 * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
2421 kill-buffer-hook here and make it local.
2422 (gud-kill-buffer-hook): Use kill-process for a sure kill.
2423
2424 2004-05-12 Daniel Pfeiffer <occitan@esperanto.org>
2425
2426 * progmodes/compile.el (compilation-set-window-height):
2427 Use save-excursion to protect against misplaced marker.
2428
2429 2004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2430
2431 * custom.el (defface): Document that type can have value gtk.
2432
2433 * faces.el (face-spec-set-match-display): Handle type gtk in display.
2434
2435 2004-05-12 Kenichi Handa <handa@m17n.org>
2436
2437 * descr-text.el: Require quail at comile time.
2438 (describe-char): If an input method is on and it supports the
2439 character, show how to input it.
2440
2441 * international/quail.el (quail-install-decode-map): Accept a
2442 char-table whose subtype is `quail-decode-map'.
2443 (quail-store-decode-map-key, quail-gen-decode-map1)
2444 (quail-gen-decode-map, quail-find-key1, quail-find-key)
2445 (quail-show-key): New functions.
2446
2447 2004-05-12 Juanma Barranquero <lektu@terra.es>
2448
2449 * generic.el (define-generic-mode): Remove redundant arglist info.
2450
2451 * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
2452 Make arguments match their use in docstring.
2453 (help-arg-highlighting-function): New variable.
2454 (help-argument-name): Mention it in the docstring.
2455 (help-do-arg-highlight): Use it. Expand regexp to accept also
2456 ARG-xxx and xxx-ARG references.
2457
2458 2004-05-11 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
2459
2460 * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
2461 parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
2462 and "mailto:addr1?to=addr2" equal.
2463
2464 2004-05-11 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
2465
2466 * man.el (Man-getpage-in-background): Use shell-file-name
2467 and shell-command-switch variables instead of hard-coded values.
2468
2469 2004-05-11 Eli Zaretskii <eliz@gnu.org>
2470
2471 * iimage.el: New file.
2472
2473 2004-05-11 Juanma Barranquero <lektu@terra.es>
2474
2475 * custom.el (custom-initialize-default, defcustom):
2476 Fix typo in docstring.
2477
2478 * files.el (set-visited-file-name, file-expand-wildcards):
2479 Fix docstring.
2480
2481 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
2482
2483 * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
2484
2485 * subr.el (eventp): Be more discriminating with integers.
2486
2487 2004-05-10 Daniel Pfeiffer <occitan@esperanto.org>
2488
2489 * progmodes/compile.el (compile): Add universal prefix arg.
2490 (compilation-error-regexp-alist-alist): Add edg patterns.
2491
2492 2004-05-10 Sam Steingold <sds@gnu.org>
2493
2494 * textmodes/ispell.el (ispell-message):
2495 Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
2496
2497 2004-05-10 Dave Love <fx@gnu.org>
2498
2499 * progmodes/python.el (help-buffer): Autoload when compiling.
2500 (python-after-info-look): Don't assume Info-goto-node returns non-nil.
2501 (run-python): Prepend to any existing PYTHONPATH.
2502
2503 2004-05-10 Nick Roberts <nick@nick.uklinux.net>
2504
2505 * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
2506 for pending breakpoints.
2507
2508 2004-05-10 Richard M. Stallman <rms@gnu.org>
2509
2510 * mail/unrmail.el (unrmail): Mostly rewritten. Parses the file
2511 directly without calling any functions in Rmail.
2512 (unrmail-unprune): Function deleted.
2513
2514 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
2515
2516 * progmodes/python.el (inferior-python-mode-map): Remove erroneous
2517 C-c C-z binding.
2518
2519 2004-05-10 Kenichi Handa <handa@m17n.org>
2520
2521 * descr-text.el (describe-char): Fix previous change. Don't make
2522 a unibyte character to multibyte in the *Help* buffer.
2523
2524 2004-05-10 Miles Bader <miles@gnu.org>
2525
2526 * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
2527 buffer an error if the debugger process is actually running.
2528
2529 2004-05-10 Juanma Barranquero <lektu@terra.es>
2530
2531 * help-fns.el (help-argument-name): Default to italic.
2532 (help-highlight-arguments): Return always (usage . doc), even when
2533 usage is nil.
2534
2535 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
2536 (define-ibuffer-filter): Add usage info.
2537 (define-ibuffer-op): Add usage info (but CL-style defaults for
2538 keyword args are not shown).
2539
2540 * subr.el (remove-overlays, read-passwd): Fix docstring.
2541 (start-process-shell-command): Fix docstring. Put usage info in a
2542 format usable by `describe-function'.
2543 (open-network-stream, open-network-stream-nowait)
2544 (open-network-stream-server): Fix docstring.
2545
2546 2004-05-09 Jason Rumney <jasonr@gnu.org>
2547
2548 * international/code-pages (cp932, cp936, cp949, c950): Remove.
2549 Only define cp125* if windows-125* is already defined.
2550
2551 * language/korean.el (cp949): Add alias.
2552
2553 * language/chinese.el (cp936, cp950): Add aliases.
2554
2555 * language/japanese.el (cp932): Add alias.
2556
2557 * term/w32-win.el: Require code-pages.
2558
2559 * international/mule-cmds.el (set-locale-environment):
2560 On MS-Windows use ansi code-page for default coding-systems.
2561 Set up paper sizes for Windows 3 letter languages.
2562
2563 * international/code-pages.el (cp932, cp936, cp949, cp950):
2564 Add aliases. Also add cp125* if not already defined.
2565
2566 2004-05-09 Juanma Barranquero <lektu@terra.es>
2567
2568 * help-fns.el (help-highlight-arguments): Don't try to highlight
2569 missing or autoloaded arglists. Accept structured arguments, like
2570 the first ones of `do' and `flet'.
2571
2572 * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
2573 (cvs-get-marked): Remove redundant arglist info.
2574
2575 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
2576 Don't use CL-style default args.
2577
2578 2004-05-08 Andreas Schwab <schwab@suse.de>
2579
2580 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
2581
2582 * international/subst-ksc.el: Fix references to utf-translate-cjk
2583 into utf-translate-cjk-mode.
2584 * international/subst-big5.el: Likewise.
2585 * international/subst-gb2312.el: Likewise.
2586 * international/subst-jis.el: Likewise.
2587 * international/utf-16.el: Likewise.
2588 * international/utf-8.el: Likewise.
2589
2590 2004-05-08 John Wiegley <johnw@newartisans.com>
2591
2592 * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
2593 "virtual buffers" (off by default), which makes it possible to
2594 switch to the "virtual" buffers of recently visited files. When a
2595 buffer name search fails, and this option is on, iswitchb will
2596 look at the list of recently visited files, and permit matching
2597 against those names. When the user hits RET on a match, it will
2598 revisit that file.
2599 (iswitchb-read-buffer): Add two optional arguments, which makes
2600 isearchb.el possible.
2601 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
2602 (iswitchb-next-match): Add support for virtual buffers.
2603
2604 * isearchb.el: This module extends iswitchb to provide "as you
2605 type" buffer selection.
2606
2607 * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
2608 Ignore the read-only property when flyspell highlighting is on.
2609 Not ignoring it leads to a series of confusing errors.
2610 (flyspell-highlight-duplicate-region): Ignore read-only, as above,
2611 but also make sure to call flyspell-incorrect-hook.
2612 (flyspell-maybe-correct-transposition): Perform transposition test
2613 by bit twiddling a string, rather than using a temp buffer.
2614 (flyspell-maybe-correct-doubling): Use a string rather than a temp
2615 buffer. This is also the original version of the code, which
2616 could not be checked in before due to a previous lack of
2617 assignment papers. This version has seen heavy usage on my system
2618 for several years now.
2619
2620 * calendar/cal-bahai.el: New file, which adds support for the
2621 Baha'i calendar to Emacs. This calendar is based on a solar year
2622 of 19 months of 19 days, with 4 intercalary days. Each year
2623 begins on March 21, with the calendar starting in 1844.
2624
2625 * calendar/cal-menu.el, calendar/calendar.el,
2626 calendar/diary-lib.el, calendar/holidays.el: Added support for
2627 using cal-bahai.el.
2628
2629 * eshell/em-glob.el (eshell-glob-initialize): Move initialization
2630 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
2631 function can be used outside of eshell buffers.
2632 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
2633
2634 2004-05-08 Juanma Barranquero <lektu@terra.es>
2635
2636 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
2637 word constituent so FOO-ARG is not recognized as an arg.
2638 (help-highlight-arguments): Don't skip lists in mandatory arguments.
2639
2640 * simple.el (next-error): Fix typo in docstring.
2641 (open-line): Make argument names match their use in docstring.
2642 (split-line): Fix docstring.
2643
2644 * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
2645 usable by `describe-function'.
2646 (gensym, gentemp, typep, ignore-errors): Make argument names match
2647 their use in docstring.
2648
2649 * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
2650 argument to `help-setup-xref'.
2651
2652 2004-05-07 Kai Grossjohann <kai@emptydomain.de>
2653
2654 Version 2.0.40 of Tramp released.
2655
2656 * net/tramp.el (tramp-completion-mode, tramp-md5-function):
2657 Use symbol-function to invoke functions only known on some Emacs
2658 flavors. This avoids byte-compiler warnings. Reported by Kevin
2659 Scaldeferri <kevin@scaldeferri.com>.
2660 (tramp-do-copy-or-rename-file-via-buffer): Rename from
2661 tramp-do-copy-or-rename-via-buffer (without `file'), to make it
2662 consistent with the other tramp-do-* functions.
2663 (tramp-do-copy-or-rename-file): Calls adjusted.
2664 (tramp-process-initial-commands): Avoid liveness check on shell --
2665 we know that it must be alive since we're opening a connection at
2666 this moment.
2667 (tramp-last-cmd): New internal variable.
2668 (tramp-process-echoes): New tunable.
2669 (tramp-send-command): Set tramp-last-cmd.
2670 (tramp-wait-for-output): Delete echo, if applicable.
2671 (tramp-read-passwd): Construct the key for the password cache in a
2672 way that works for multi methods, too.
2673 (tramp-bug): Add backup-directory-alist and
2674 bkup-backup-directory-info to bug reports, with Tramp counterparts.
2675
2676 2004-05-07 Michael Albinus <michael.albinus@gmx.de>
2677
2678 * net/tramp*.el: Suppress byte-compiler warnings where possible.
2679
2680 * net/tramp.el (tramp-out-of-band-prompt-regexp)
2681 (tramp-actions-copy-out-of-band): New defcustoms.
2682 (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
2683 used instead of a synchronous one. Allows password entering.
2684 (tramp-action-out-of-band): New defun.
2685 (tramp-open-connection-rsh, tramp-method-out-of-band-p):
2686 Remove restriction with password from doc string.
2687 (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
2688 `tramp-out-of-band-prompt-regexp',
2689 `tramp-actions-copy-out-of-band', `password-cache' and
2690 `password-cache-expiry'.
2691 (toplevel): Remove todo item wrt ssh-agent. Obsolete due to
2692 password caching.
2693 (tramp-touch): FILE can be a local file, too.
2694 (TODO): Remove items done.
2695 (tramp-handle-insert-directory): Properly quote file name also if
2696 not full-directory-p. Handle wildcard case. Reported by Andreas
2697 Schwab <schwab@suse.de>.
2698 (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
2699 new file.
2700 (tramp-handle-file-local-copy, tramp-handle-write-region):
2701 The permissions of the temporary file are set if filename exists.
2702 Reported by Ted Stern <stern@cray.com>.
2703 (tramp-backup-directory-alist)
2704 (tramp-bkup-backup-directory-info): New defcustoms.
2705 (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
2706 (tramp-handle-find-backup-file-name): New function.
2707 Implements Tramp's find-backup-file-name.
2708
2709 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
2710 for `find-backup-file-name'.
2711
2712 * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
2713 ("file" -> "filename"). Reported by Kim F. Storm <storm@cua.dk>.
2714
2715 2004-05-07 Lars Hansen <larsh@math.ku.dk>
2716
2717 * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
2718
2719 2004-05-07 Juanma Barranquero <lektu@terra.es>
2720
2721 * subr.el (lambda): Add arglist description to docstring.
2722 (declare): Fix typo in docstring.
2723 (open-network-stream): Fix docstring.
2724 (process-kill-without-query): Fix docstring and add obsolescence info.
2725 (last, butlast, nbutlast): Make arguments match their use in docstring.
2726 (insert-buffer-substring-no-properties): Likewise.
2727 (insert-buffer-substring-as-yank): Likewise.
2728 (split-string): Fix docstring.
2729
2730 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
2731 Make argument names match their use in docstring.
2732
2733 * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
2734
2735 2004-05-06 Nick Roberts <nickrob@gnu.org>
2736
2737 * progmodes/gdb-ui.el: Improve/extend documentation strings.
2738 Fit first sentence on one line for apropos-command.
2739
2740 2004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
2741
2742 Changes largely merged in from Dave Love's code.
2743 * progmodes/python.el: Doc fixes.
2744 (python-mode-map): Add python-complete-symbol.
2745 (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
2746 (python-comment-indent, python-complete-symbol)
2747 (python-symbol-completions, python-partial-symbol)
2748 (python-try-complete): New.
2749 (python-indent-line): Remove optional arg. Use python-block-end-p.
2750 (python-check): Bind compilation-error-regexp-alist.
2751 (inferior-python-mode): Use rx. Move keybindings to top level.
2752 Set comint-input-filter.
2753 (python-preoutput-filter): Use rx.
2754 (python-input-filter): Re-introduce.
2755 (python-proc): Start new process if necessary.
2756 Check python-buffer non-nil.
2757 (view-return-to-alist): Defvar.
2758 (python-send-receive): New.
2759 (python-eldoc-function): Use it.
2760 (python-mode-running): Don't defvar.
2761 (python-mode): Set comment-indent-function.
2762 Maybe update hippie-expand-try-functions-list.
2763 (python-indentation-levels): Initialize differently.
2764 (python-block-end-p): New.
2765 (python-indent-line): Use it.
2766 (python-compilation-regexp-alist): Augment.
2767 (run-python): Import `emacs' module to Python rather than loading
2768 code directly. Set python-buffer differently.
2769 (python-send-region): Use emacs.eexecfile. Fix orig-start calculation.
2770 Use python-proc.
2771 (python-send-command): Go to end of comint buffer.
2772 (python-load-file): Use python-proc, emacs.eimport.
2773 (python-describe-symbol): Simplify interactive form.
2774 Use emacs.help. Do use temp-buffer-show-hook.
2775 Call print-help-return-message.
2776 (hippie-exp): Require when compiling.
2777 (python-preoutput-continuation): Use rx.
2778
2779 * diff-mode.el (diff-make-unified): Fix regexp.
2780
2781 2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
2782
2783 * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
2784 filter groups from the buffer when rebuilding the Ibuffer buffer
2785 and `ibuffer-show-empty-filter-groups' is nil.
2786
2787 2004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2788
2789 * ps-print.el (ps-print-quote): Call ps-value-string.
2790 (ps-setup): Call ps-comment-string.
2791 (ps-value-string, ps-comment-string): New funs.
2792
2793 2004-05-06 Juanma Barranquero <lektu@terra.es>
2794
2795 * ehelp.el (electric-help-command-loop): Check whether the last
2796 character is visible, not (point-max).
2797
2798 * help-fns.el (help-argument-name): Default to bold; don't inherit
2799 from font-lock-variable-name-face.
2800 (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
2801
2802 2004-05-05 Kenichi Handa <handa@m17n.org>
2803
2804 * descr-text.el (describe-char): Copy the character with text
2805 properties and overlays into the first line, and call
2806 describe-text-properties on it.
2807
2808 2004-05-05 Stephen Eglen <stephen@anc.ed.ac.uk>
2809
2810 * iswitchb.el (iswitchb-global-map): Fix typo.
2811 Remove unwanted ###autoloads from source file.
2812
2813 2004-05-05 Lars Hansen <larsh@math.ku.dk>
2814
2815 * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
2816 in run-hooks. Use substitute-command-keys in message.
2817 (wdired-abort-changes): Add message.
2818
2819 2004-05-03 Michael Mauger <mmaug@yahoo.com>
2820
2821 * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
2822 (sql-emacs20-p): Remove.
2823 (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
2824 (sql-builtin-face, sql-doc-face): Remove.
2825 (sql-mode-ansi-font-lock-keywords)
2826 (sql-mode-oracle-font-lock-keywords)
2827 (sql-mode-postgres-font-lock-keywords)
2828 (sql-mode-linter-font-lock-keywords)
2829 (sql-mode-ms-font-lock-keywords)
2830 (sql-mode-mysql-font-lock-keywords): Use standard fonts.
2831 (sql-product-font-lock): Fix font-lock reset when font rules change.
2832 (sql-highlight-product): Remove incorrect font-lock reset logic.
2833
2834 2004-05-04 Jonathan Yavner <jyavner@member.fsf.org>
2835
2836 * ses.el (ses-set-parameter): Fix typo.
2837
2838 2004-05-04 Kim F. Storm <storm@cua.dk>
2839
2840 * ido.el (ido-read-internal): Fix call to read-file-name for edit.
2841 Must expand directory for completion to work; and don't mess with
2842 process-environment.
2843 (ido-read-file-name): If command has ido property, don't use ido
2844 if value is ignore, or read as directory if value is dir.
2845 Set ido ignore property for dired-do-rename command.
2846
2847 2004-05-04 Juanma Barranquero <lektu@terra.es>
2848
2849 * ehelp.el (electric-help-command-loop, electric-help-undefined)
2850 (electric-help-help): Check against unmapped commands.
2851
2852 * help-fns.el (help-argument-name): New face, inheriting from
2853 font-lock-variable-name-face, to highlight function arguments in
2854 `describe-function' and `describe-key'.
2855 (help-do-arg-highlight): Auxiliary function to highlight a given
2856 list of arguments in a string.
2857 (help-highlight-arguments): Highlight the function arguments and
2858 all uses of them in the docstring.
2859 (describe-function-1): Use it. Do docstring output via `insert',
2860 not 'princ', so text attributes are preserved.
2861
2862 * winner.el (winner-mode-map): Move `winner-undo' and
2863 `winner-redo' to C-c <left> and C-c <right>, respectively (the
2864 previous bindings conflict with `prev-buffer', `next-buffer').
2865
2866 2004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2867
2868 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
2869 (bibtex-entry-update): New command bound to C-c C-u.
2870 (bibtex-text-in-string): Fix regexp.
2871 (bibtex-assoc-of-regexp): Remove.
2872 (bibtex-progress-message): Fix docstring.
2873 (bibtex-inside-field): Use if.
2874 (bibtex-assoc-regexp): New function.
2875 (bibtex-format-entry): Make code more robust so that it formats
2876 also old entries.
2877 (bibtex-autokey-demangle-title): Merge with obsolete function
2878 bibtex-assoc-of-regexp.
2879 (bibtex-field-list): New function.
2880 (bibtex-entry): Use bibtex-field-list.
2881 (bibtex-parse-entry): Fix docstring.
2882 (bibtex-print-help-message): Use bibtex-field-list.
2883 (bibtex-make-field): Use bibtex-field-list.
2884 (bibtex-entry-index): Bugfix. Return crossref key if required.
2885 (bibtex-lessp): Fix docstring.
2886
2887 2004-05-03 Luc Teirlinck <teirllm@auburn.edu>
2888
2889 * select.el (xselect-convert-to-string): Move comment to intended line.
2890
2891 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2892
2893 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
2894 cut/copy/paste in case menu-bar-enable-clipboard is in effect.
2895
2896 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2897
2898 * term/x-win.el (x-clipboard-yank): Don't exit on error from
2899 x-get-selection.
2900
2901 2004-05-03 Jason Rumney <jasonr@gnu.org>
2902
2903 * makefile.nt: Remove.
2904
2905 2004-05-03 Kim F. Storm <storm@cua.dk>
2906
2907 * emulation/cua-base.el (cua--update-indications): Fix last change.
2908 (cua-mode): Deactivate mark when cua-mode is enabled.
2909
2910 2004-05-02 Luc Teirlinck <teirllm@auburn.edu>
2911
2912 * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
2913
2914 2004-05-03 Nick Roberts <nickrob@gnu.org>
2915
2916 * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
2917 (gdb-display-source-buffer, gdb-put-breakpoint-icon)
2918 (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
2919 window over visible frames.
2920 (gdb-goto-breakpoint): Make buffer display file at breakpoint.
2921
2922 2004-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
2923
2924 * progmodes/compile.el (compilation-gcpro): New var.
2925 (compilation-fake-loc): Use it.
2926 (compilation-forget-errors): Reset it.
2927
2928 2004-05-02 Dan Nicolaescu <dann@ics.uci.edu>
2929
2930 * diff-mode.el (diff-header-face, diff-file-header-face):
2931 Use min-colors.
2932
2933 2004-05-02 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2934
2935 * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
2936 (bibtex-clean-entry): Disentangle code.
2937 (bibtex-realign): New function.
2938 (bibtex-reformat): Use mapcar and bibtex-realign. Do not use
2939 bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
2940 Remove undocumented optional arg called-by-convert-alien.
2941 (bibtex-convert-alien): Use bibtex-realign. Use bibtex-reformat
2942 for sorting instead of bibtex-sort-buffer.
2943
2944 2004-05-02 Eli Zaretskii <eliz@gnu.org>
2945
2946 * progmodes/compile.el (compilation-start): In the
2947 no-async-subprocesses branch, call sit-for to give redisplay a
2948 chance to show the updated process status in the mode line, and
2949 fontify the buffer explicitly after the process exits.
2950
2951 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
2952
2953 * progmodes/python.el (python-compilation-line-number): Remove.
2954 (python-compilation-regexp-alist): Don't use it any more.
2955 (python-orig-start, python-input-filter): Remove.
2956 (inferior-python-mode): Don't set up comint-input-filter-functions.
2957 (python-send-region): Use compilation-fake-loc.
2958
2959 * progmodes/compile.el (compilation-messages-start): New var.
2960 (compilation-mode): Don't setup next-error-function here.
2961 (compilation-setup): Set it up here instead (for minor modes as well).
2962 Make compilation-messages-start buffer local.
2963 (compilation-next-error-function): Use it.
2964 (compilation-forget-errors): Set compilation-messages-start.
2965
2966 2004-05-01 Luc Teirlinck <teirllm@auburn.edu>
2967
2968 * ielm.el (ielm-prompt-read-only): Update docstring.
2969
2970 * comint.el (comint-prompt-read-only): Update docstring.
2971 (comint-update-fence, comint-kill-whole-line)
2972 (comint-kill-region): New functions.
2973
2974 * simple.el (kill-whole-line): Use "p" instead of "P" in
2975 interactive form.
2976
2977 2004-05-01 Juanma Barranquero <lektu@terra.es>
2978
2979 * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
2980 format arglist so default values in CL-style argument lists are
2981 correctly shown.
2982
2983 2004-05-01 Jason Rumney <jasonr@gnu.org>
2984
2985 * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
2986
2987 2004-05-01 Kenichi Handa <handa@m17n.org>
2988
2989 * international/titdic-cnv.el (miscdic-convert): Don't generate a
2990 quail file if it is up to date.
2991
2992 2004-04-30 Juri Linkov <juri@jurta.org>
2993
2994 * cus-edit.el (custom-mode-map):
2995 Add key binding `C-x C-s' to `Custom-save'.
2996
2997 * outline.el (outline-blank-line): New var.
2998 (outline-next-preface, outline-show-heading)
2999 (outline-end-of-subtree): Use it.
3000
3001 * dired-aux.el (dired-touch-initial): New fun.
3002 (dired-do-chxxx): Call it for op-symbol `touch'.
3003 (dired-diff): Use `dired-dwim-target-directory'
3004 if current dired buffer has no buffer mark.
3005
3006 * bindings.el (propertized-buffer-identification):
3007 Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
3008 Add C-M-arrow keys for consistency.
3009
3010 * files.el (confirm-kill-emacs):
3011 Change group from top-level `emacs' to `convenience'.
3012
3013 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
3014 Push mark on the first call of successive command calls.
3015 (insert-pair): New fun created from `insert-parentheses' with
3016 `open' and `close' arguments added. Enclose active regions
3017 in paired characters. Compare adjacent characters syntax with
3018 inserted characters syntax before inserting a space.
3019 (insert-parentheses): Call `insert-pair' with ?\( ?\).
3020
3021 * delsel.el: Don't put `delete-selection' property
3022 on `insert-parentheses' symbol to take advantage of
3023 region handling in `insert-pair' function.
3024 Suggested by Stephan Stahl <stahl@eos.franken.de>.
3025
3026 2004-04-30 Kim F. Storm <storm@cua.dk>
3027
3028 * emulation/cua-base.el: Add support for changing cursor types;
3029 based on patch from Michael Mauger.
3030 (cua-normal-cursor-color, cua-read-only-cursor-color)
3031 (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
3032 Customization cursor type and/or cursor color.
3033 (cua--update-indications): Handle cursor type changes.
3034 (cua-mode): Update cursor indications if enabled.
3035
3036 * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
3037
3038 * mouse.el (mouse-drag-copy-region): New defcustom.
3039 (mouse-set-region, mouse-drag-region-1): Use it.
3040
3041 * simple.el (kill-ring-save): If region face background color is
3042 unspecified (if no highlighting), show extent of fully visible
3043 region even if transient-mark-mode is enabled.
3044
3045 * emulation/cua-base.el (cua--standard-movement-commands):
3046 Add cua-scroll-up and cua-scroll-down.
3047 (cua-scroll-up, cua-scroll-down): New commands.
3048 (cua--init-keymaps): Remap scroll-up and scroll-down.
3049
3050 * emulation/cua-rect.el (cua--convert-rectangle-as):
3051 New defmacro.
3052 (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
3053 (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
3054 New commands (suggested by Jordan Breeding).
3055
3056 2004-04-30 Juanma Barranquero <lektu@terra.es>
3057
3058 * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
3059
3060 2004-04-30 Mario Lang <mlang@delysid.org>
3061
3062 * diff.el (diff-switches): Fix typo in docstring.
3063
3064 2004-04-30 Alex Schroeder <alex@gnu.org>
3065
3066 * xml.el (xml-debug-print-internal): Don't add newline and
3067 indentation to text nodes and write empty elements as empty tags
3068 instead of opening and closing tags.
3069 (xml-debug-print): Take optional indent-string argument.
3070 (xml-print): Alias for xml-debug-print.
3071
3072 2004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk>
3073
3074 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
3075 than duplicate call to `line-beginning-position'.
3076
3077 * progmodes/f90.el (f90-get-present-comment-type):
3078 Return whitespace, as well as comment chars, for consistent filling
3079 of comment blocks. Use `match-string-no-properties'.
3080 (f90-break-line): Trim trailing whitespace when filling comments.
3081
3082 2004-04-30 Dave Love <fx@gnu.org>
3083
3084 * calendar/diary-lib.el (diary-outlook-formats): New variable.
3085 (diary-from-outlook-internal, diary-from-outlook)
3086 (diary-from-outlook-gnus, diary-from-outlook-rmail):
3087 New functions to import diary entries from Outlook-format
3088 appointments in mail messages.
3089
3090 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
3091
3092 * progmodes/python.el (python-send-command): New fun.
3093 (python-send-region, python-load-file): Use it.
3094
3095 * progmodes/compile.el (compilation-last-buffer): Add var alias.
3096
3097 * help-fns.el (help-C-file-name): Use new subr-name.
3098 Prepend `src/' to the file name.
3099 (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
3100 (describe-function-1, describe-variable): Only find a C source file
3101 name if DOC is already loaded.
3102
3103 * help-mode.el (help-function-def, help-variable-def):
3104 Use the new find-function-search-for-symbol functionality.
3105 Allow FILE to be `C-source'.
3106
3107 * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
3108 (find-function-C-source): New fun.
3109 (find-function-search-for-symbol): Use it.
3110
3111 2004-03-29 Michael Mauger <mmaug@yahoo.com>
3112
3113 * progmodes/sql.el (sql-product-alist): Rename variable
3114 `sql-product-support'. Add Postgres login parameters.
3115 (sql-set-product, sql-product-feature): Update with renamed variable.
3116 (sql-connect-postgres): Add username prompt.
3117 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
3118 Make patterns less product specific.
3119 (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
3120 (sql-mode-abbrev-table): Modify initialization.
3121 (sql-builtin-face): Add variable.
3122 (sql-keywords-re): Add macro.
3123 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
3124 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
3125 (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
3126 (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
3127 (sql-mode-linter-font-lock-keywords)
3128 (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
3129 (sql-mode-sybase-font-lock-keywords)
3130 (sql-mode-informix-font-lock-keywords)
3131 (sql-mode-interbase-font-lock-keywords)
3132 (sql-mode-ingres-font-lock-keywords)
3133 (sql-mode-solid-font-lock-keywords)
3134 (sql-mode-sqlite-font-lock-keywords)
3135 (sql-mode-db2-font-lock-keywords): Default to nil.
3136 (sql-product-font-lock): Always highlight ANSI keywords.
3137 (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
3138 (sql-send-string): Add function.
3139
3140 2004-04-29 Dave Love <fx@gnu.org>
3141
3142 * progmodes/cfengine.el (cfengine-beginning-of-defun)
3143 (cfengine-end-of-defun): Ensure progress through buffer.
3144
3145 * info-look.el (cfengine-mode): Accept a terminal ().
3146
3147 2004-04-29 Juri Linkov <juri@jurta.org>
3148
3149 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
3150 instead of isearch-yank-word-or-char. Add new key bindings for
3151 isearch-yank-char to \C-f, and isearch-del-char to \C-b.
3152 (isearch-del-char): New fun.
3153 (isearch-forward, isearch-edit-string): Update docstring.
3154 (isearch-yank-char): Doc fix.
3155 (isearch-other-meta-char): Restore point after scrolling.
3156
3157 * progmodes/compile.el (compilation-context-lines): Add nil option
3158 to disable compilation output window scrolling.
3159 (compilation-set-window): Use it.
3160
3161 * outline.el (outline-next-preface, outline-show-heading):
3162 Don't leave unhidden blank line before heading.
3163 (outline-end-of-subtree): Include last newline into subtree.
3164 (hide-entry): Leave point at beginning of heading instead of end.
3165 (outline-up-heading): Push mark for the first call of successive
3166 command calls.
3167
3168 2004-04-28 Luc Teirlinck <teirllm@auburn.edu>
3169
3170 * comint.el (comint-prompt-read-only): New variable.
3171 (comint-output-filter): Implement it.
3172
3173 * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
3174 (ielm-prompt-internal): New variable.
3175 (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
3176 (ielm-send-input): Delete unused variable `buf'.
3177 (ielm-eval-input): Use `ielm-prompt-internal'.
3178 (inferior-emacs-lisp-mode): Use new variables
3179 `comint-prompt-read-only' and `ielm-prompt-internal'.
3180 Get rid of obsolete variable `directory-sep-char'.
3181 (ielm): Use `zerop'.
3182
3183 2004-04-29 John Paul Wallington <jpw@gnu.org>
3184
3185 * thumbs.el (toplevel): Require cl at compile time.
3186 Remove conditional definitions of `ignore-errors' and `caddar'
3187 because they occur at run time.
3188
3189 2004-04-28 Nick Roberts <nickrob@gnu.org>
3190
3191 * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
3192 (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
3193 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
3194 (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
3195
3196 * progmodes/gud.el (gud-common-init): Throw an error if program is
3197 already running under gdb.
3198
3199 2004-04-28 John Paul Wallington <jpw@gnu.org>
3200
3201 * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
3202 (thumbs-show-image-num): Move assignment of
3203 `thumbs-current-image-filename' within scope of `i'.
3204 (thumbs-emboss-image): Don't use `evenp'.
3205
3206 2004-04-28 Richard M. Stallman <rms@gnu.org>
3207
3208 * progmodes/compile.el (compilation-context-lines): Default now 0.
3209
3210 2004-04-28 Juanma Barranquero <lektu@terra.es>
3211
3212 Use `time-less-p' from calendar/time-date.el instead of defining
3213 custom versions of it.
3214
3215 * pcomplete.el (pcomplete-time-less-p): Remove.
3216
3217 * thumbs.el (time-less-p): Remove.
3218
3219 * calendar/timeclock.el (timeclock-time-less-p): Remove.
3220 (timeclock-generate-report): Use `time-less-p'.
3221
3222 * emacs-lisp/autoload.el (autoload-before-p): Remove.
3223 (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
3224
3225 2004-04-28 Masatake YAMATO <jet@gyve.org>
3226
3227 * subr.el (remove-overlays): Make arguments optional.
3228
3229 * wid-edit.el (widget-specify-button): Put evaporate to the
3230 overlay for sample.
3231 (widget-specify-sample): Put evaporate to the overlay for sample.
3232 (widget-specify-doc): Put evaporate to the overlay for documentation.
3233
3234 2004-04-27 Jesper Harder <harder@ifa.au.dk>
3235
3236 * info.el (info-apropos): Make it an index node. Align node names
3237 like makeinfo.
3238
3239 2004-04-27 Eli Zaretskii <eliz@gnu.org>
3240
3241 * net/browse-url.el (browse-url-netscape-sentinel)
3242 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
3243 (browse-url-epiphany-sentinel, browse-url-mosaic):
3244 Use browse-url-*-program instead of a literal program name.
3245
3246 2004-04-27 Kevin Ryde <user42@zip.com.au>
3247
3248 * eshell/em-alias.el:
3249 * eshell/em-dirs.el:
3250 * eshell/em-hist.el:
3251 * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
3252 features when M-x customize-group loads modules before the main
3253 eshell.el.
3254
3255 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
3256
3257 * subr.el (momentary-string-display): Support EXIT-CHAR that is
3258 either a character representation of an event or an event
3259 description list.
3260
3261 * type-break.el: Capitalise Emacs and Lisp.
3262 (type-break-good-break-interval, type-break-demo-boring-stats)
3263 (type-break-terse-messages, type-break-file-name): New defcustoms.
3264 (type-break-post-command-hook)
3265 (type-break-warning-countdown-string): Quote variable names in doc.
3266 (type-break-interval-start, type-break-auto-save-file-name): New vars.
3267 (type-break-mode): Document type-break-good-break-interval and the
3268 "session" file. Schedule break according to the session file.
3269 Kill session file buffer on exit. Organise for save-some-buffers
3270 to always save the session file.
3271 (type-break-mode-line-message-mode, type-break-query-mode):
3272 Uppercase arguments.
3273 (type-break-file-time, type-break-file-keystroke-count, timep)
3274 (type-break-choose-file, type-break-get-previous-time)
3275 (type-break-get-previous-count): New defuns.
3276 (type-break): Avoid break querying after a completed break in the
3277 case where the query was initiated during user invocation of the
3278 break. Optional terse messages.
3279 Use type-break-good-break-interval if type-break-good-rest-interval is
3280 nil. File the break time.
3281 (type-break-schedule): New optional args for overriding the use of
3282 the current time.
3283 (type-break-cancel-time-warning-schedule): Avoid leftover warnings
3284 after a break.
3285 (type-break-check): File the keystroke count.
3286 (type-break-do-query): Prevent a second query when the break is
3287 interrupted. Optional terse message.
3288 (type-break-keystroke-reset): Record the start of a typing interval.
3289 (type-break-demo-boring): Optional terse messages. Display word
3290 per minute and keystroke counts according to
3291 type-break-demo-boring-stats.
3292
3293 2004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change)
3294
3295 * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
3296 directories, make sure they exist under archive-tmpdir.
3297
3298 2004-04-27 Juri Linkov <juri@jurta.org>
3299
3300 * help.el (view-emacs-news): With argument, display info for the
3301 selected version by finding it among different NEWS files, and
3302 narrowing the buffer to the selected version.
3303
3304 * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
3305 same-window-buffer-names.
3306 (info): New arg `buffer'. Use it. Doc fix. Read file name for
3307 non-numeric prefix argument, append the number to the buffer name
3308 for numeric prefix argument.
3309 (info-other-window): Bind same-window-regexps to nil.
3310 (Info-reference-name): Rename to Info-point-loc.
3311 (Info-find-node-2): Call forward-line for numeric Info-point-loc,
3312 and Info-find-index-name for stringy Info-point-loc.
3313 (Info-extract-menu-node-name): New arg `index-node'. Use regexp
3314 without middle `.', but with final `.' and optional line number
3315 for it. Set Info-point-loc for index nodes.
3316 (Info-index): Remove middle `.' from index entry regexp.
3317 Modify line number regexp.
3318 (Info-index-next): Decrement line number.
3319 (info-apropos): Remove middle `.' from index entry regexp.
3320 Add optional line number regexp at the end. Add matched value
3321 for line number to the result list and insert it to the buffer.
3322 Replace match-string by match-string-no-properties.
3323 Reorder result list.
3324 (Info-fontify-node): Hide index line numbers.
3325 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
3326 empty matches.
3327 (Info-follow-reference): Use `str' instead of
3328 Info-following-node-name-re.
3329 (Info-toc): Use full file names. Set Info-current-node to "Top".
3330 (Info-fontify-node): Compare file names without directory name.
3331 (Info-try-follow-nearest-node): Don't set Info-reference-name.
3332 Set second arg of Info-extract-menu-node-name for index nodes.
3333 (info-xref-visited): Use magenta3 instead of magenta4.
3334 (Info-mode): Add info-apropos to docstring.
3335
3336 * log-view.el (log-view-diff): Replace interactive code "r"
3337 by a list to allow to call it even if region is not active.
3338
3339 * paren.el (show-paren-highlight-openparen): New var.
3340 (show-paren-function): Turn on openparen highlighting when
3341 matching forward if show-paren-highlight-openparen is non-nil.
3342
3343 * simple.el (kill-ring-save): Use blink-matching-delay instead of
3344 the constant value 1.
3345 (completions-common-part): Expand docstring.
3346
3347 * textmodes/picture.el (picture-mode-map): Add arrow keys.
3348
3349 2004-04-27 Kim F. Storm <storm@cua.dk>
3350
3351 * image.el (insert-sliced-image): Use line-height instead of
3352 line-spacing property on newline.
3353
3354 2004-04-26 Lars Hansen <larsh@math.ku.dk>
3355
3356 * desktop.el (desktop-buffer-misc-data-function): Rename to
3357 desktop-save-buffer and change docstring.
3358 (desktop-buffer-modes-to-save): Delete.
3359 (desktop-save-buffer-p): Use desktop-save-buffer instead of
3360 desktop-buffer-modes-to-save.
3361 (desktop-save): Rename desktop-buffer-misc-data-function to
3362 desktop-save-buffer and allow non-function value.
3363 (desktop-missing-file-warning): Correct docstring.
3364
3365 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
3366 to desktop-save-buffer.
3367
3368 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
3369 desktop-save-buffer.
3370
3371 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
3372
3373 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
3374
3375 2004-04-26 Eli Zaretskii <eliz@gnu.org>
3376
3377 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
3378
3379 2004-04-25 Luc Teirlinck <teirllm@auburn.edu>
3380
3381 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
3382 (ielm): Only go to the end of the buffer when starting a new process.
3383
3384 2004-04-25 Juanma Barranquero <lektu@terra.es>
3385
3386 * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
3387 mode line. Bind `inhibit-read-only' to t before modifying
3388 properties of text in the buffer.
3389 (ielm): Force point to the end of buffer, even when running ielm
3390 from inside itself.
3391
3392 2004-04-25 Jesper Harder <harder@ifa.au.dk>
3393
3394 * info.el (info-apropos): Reset Info-complete-cache.
3395
3396 2004-04-25 Daniel Pfeiffer <occitan@esperanto.org>
3397
3398 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3399 Also recognize severe Irix et al. messages.
3400 (compilation-normalize-filename, compile-abbreviate-directory):
3401 Delete functions.
3402 (compilation-get-file-structure): New function inherits
3403 functionality of the two preceding ones.
3404 (compilation-internal-error-properties, compilation-fake-loc):
3405 Use it so that different paths to the same file share the same
3406 markers. Also optimize finding adjacent marker slightly.
3407
3408 2004-04-25 Kim F. Storm <storm@cua.dk>
3409
3410 * image.el (insert-sliced-image): Add line-spacing t property
3411 to newlines separating image lines.
3412
3413 2004-04-24 Luc Teirlinck <teirllm@auburn.edu>
3414
3415 * comint.el (comint-delete-output): Bind inhibit-read-only to t.
3416
3417 * ielm.el (ielm-prompt-read-only): New user option.
3418 (ielm-prompt): Expand docstring to describe new behavior.
3419 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
3420 mention it in the docstring.
3421
3422 2004-04-24 Andreas Schwab <schwab@suse.de>
3423
3424 * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
3425
3426 * diff.el (diff): Set default-directory in diff buffer.
3427
3428 2004-04-24 Eli Zaretskii <eliz@gnu.org>
3429
3430 * mail/sendmail.el (mail-bury): Don't delete the frame where the
3431 mail was being composed if the terminal cannot display more than
3432 one frame; instead, switch to previous frame.
3433
3434 * mail/rmail.el (rmail-mail-new-frame): Doc fix.
3435 (rmail-start-mail): Support rmail-mail-new-frame even on
3436 terminals that can display only one frame at a time.
3437
3438 2004-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
3439
3440 * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
3441 (checkdoc-output-font-lock-keywords): Remove error regexp.
3442 (checkdoc-output-mode-map): Remove.
3443 (checkdoc-output-mode): Derive from compilation-mode.
3444 (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
3445
3446 * dired.el (dired-mode-map): Add a menu entry for wdired.
3447
3448 * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
3449 (rx-bracket, rx-check-any, rx-any): Clean up name space.
3450
3451 * wdired.el: (wdired-mode-map): Move init into declaration.
3452 Fix `return' binding.
3453 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
3454 Use force-mode-line-update.
3455 (wdired-get-filename): Use `unless'.
3456 (wdired-preprocess-files): Don't assume names have no \n and use / for
3457 dir separator.
3458 (wdired-normalize-filename): Use replace-regexp-in-string.
3459 (wdired-load-hooks): Remove.
3460 (wdired-mode-hooks): Rename to wdired-mode-hook.
3461
3462 * info-look.el: Add support for cfengine-mode.
3463 (info-lookup-setup-mode): Use dolist.
3464
3465 2004-04-23 Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba <juan-leon.lahoz@tecsidel.es>
3466
3467 * wdired.el: New file.
3468
3469 2004-04-23 Juanma Barranquero <lektu@terra.es>
3470
3471 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
3472
3473 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
3474 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
3475 (pcomplete--help, pcomplete--here): Doc fixes.
3476
3477 2004-04-23 Andre Spiegel <spiegel@gnu.org>
3478
3479 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
3480 handles wrong-number-of-arguments in backend call.
3481
3482 * vc.el (vc-print-log): Likewise.
3483
3484 2004-04-20 Dave Love <fx@gnu.org>
3485
3486 * emacs-lisp/rx.el: Doc fixes.
3487 (rx-constituents): Add/extend many forms.
3488 (rx-check): Check form is a list.
3489 (bracket): Defvar.
3490 (rx-check-any, rx-any, rx-check-not): Modify.
3491 (rx-not): Simplify.
3492 (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
3493 (rx-kleene): Use rx-trans-forms.
3494 (rx-quote-for-set): Delete.
3495 (rx): Allow multiple args.
3496
3497 2004-04-23 Kenichi Handa <handa@m17n.org>
3498
3499 * international/mule-util.el (char-displayable-p): Simplify by
3500 using internal-char-font.
3501
3502 2004-04-23 Juanma Barranquero <lektu@terra.es>
3503
3504 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
3505
3506 2004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
3507
3508 * diff-mode.el (diff-next-error): New fun.
3509 (diff-mode): Use it.
3510
3511 * simple.el (next-error): Change arg name.
3512 Add support for the documented C-u C-x ` usage.
3513
3514 * frame.el (special-display-popup-frame, next-multiframe-window)
3515 (previous-multiframe-window): Only consider frames on same display.
3516
3517 2004-04-22 Lars Hansen <larsh@math.ku.dk>
3518
3519 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
3520 * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
3521
3522 2004-04-22 Kim F. Storm <storm@cua.dk>
3523
3524 * net/telnet.el (telnet): Add optional port arg.
3525
3526 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
3527
3528 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3529 Minor sanity check on the `hyperlink' slot.
3530
3531 * Makefile.in (recompile): Compile new files.
3532
3533 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
3534 Add byte-recompile-directory's optional `arg'.
3535
3536 * cvs-status.el (cvs-tree-use-charset): New var.
3537 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
3538 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
3539 (cvs-status-cvstrees): Use it.
3540
3541 * emacs-lisp/checkdoc.el (checkdoc-output-mode):
3542 Make it a normal major mode.
3543 (checkdoc-buffer-label): Make sure the file name is meaningful.
3544 (checkdoc-output-to-error-buffer): Remove.
3545 (checkdoc-error, checkdoc-start-section): Rewrite.
3546
3547 * info.el (info-node, info-menu-5, info-xref, info-header-node)
3548 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
3549 (Info-title-4-face): Use new syntax.
3550 (info-xref-visited): Inherit from info-xref.
3551
3552 * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
3553
3554 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
3555
3556 * simple.el (next-error-last-buffer, next-error-function):
3557 New variables for the next-error framework.
3558 (next-error-buffer-p): New function.
3559 (next-error-find-buffer): Generalize compilation-find-buffer.
3560 (next-error, previous-error, first-error, next-error-no-select)
3561 (previous-error-no-select): Move from compile.el.
3562
3563 * replace.el (occur-next-error, occur-1): Hook into the next-error
3564 framework.
3565
3566 * progmodes/compile.el (compilation-start):
3567 Set next-error-last-buffer so next-error knows where to jump.
3568 (compilation-setup): Set the buffer-local variable
3569 next-error-function to 'compilation-next-error-function.
3570 (compilation-buffer-p, compilation-buffer-internal-p): Use an
3571 alternate way to find if a buffer is a compilation buffer, for
3572 next-error convenience.
3573 (next-error-no-select, previous-error-no-select, next-error)
3574 (previous-error, first-error): Move to simple.el.
3575 (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
3576 (compilation-last-buffer): Remove.
3577 (compilation-start, compilation-next-error, compilation-setup)
3578 (compilation-next-error-function, compilation-find-buffer):
3579 Remove compilation-last-buffer use.
3580
3581 2004-04-21 Juanma Barranquero <lektu@terra.es>
3582
3583 * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
3584 (font-lock-warning-face): Fix spacing.
3585
3586 * makefile.w32-in (WINS): Add url/ directory.
3587
3588 2004-04-21 Lars Hansen <larsh@math.ku.dk>
3589
3590 * desktop.el (desktop-buffer-mode-handlers): New variable.
3591 Alist of major mode specific functions to restore a desktop buffer.
3592 (desktop-buffer-handlers): Make variable obsolete.
3593 (desktop-create-buffer): Use desktop-buffer-mode-handlers.
3594 Catch errors signaled in handlers. Update buffer count.
3595 Evaluate desktop-buffer-point.
3596 (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
3597 move to dired.el.
3598 (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
3599 move to info.el.
3600 (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
3601 move to mail/rmail.el.
3602 (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
3603 to mh-e/mh-e.el.
3604 (desktop-buffer-file): Rename to desktop-restore-file-buffer.
3605 On fail, print message (to message buffer) even if
3606 desktop-missing-file-warning is nil.
3607 (desktop-buffer-misc-data-function): New buffer local variable.
3608 Function returning major mode specific data.
3609 (desktop-buffer-misc-functions): Make variable obsolete.
3610 (desktop-save): Use desktop-buffer-misc-data-function.
3611 (desktop-buffer-dired-misc-data): Rename to
3612 dired-desktop-buffer-misc-data and move to dired.el.
3613 (desktop-buffer-info-misc-data): Rename to
3614 Info-desktop-buffer-misc-data and move to info.el.
3615 (desktop-read): Add message about number of buffers restored/failed.
3616
3617 * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
3618 Add parameters. Pause to display error only when
3619 desktop-missing-file-warning is non-nil.
3620 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
3621 (dired-mode): Bind desktop-buffer-misc-data-function.
3622
3623 * info.el (Info-restore-desktop-buffer): Move from desktop.el.
3624 Add Parameters.
3625 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
3626 (Info-mode): Bind desktop-buffer-misc-data-function.
3627
3628 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
3629 Add Parameters.
3630
3631 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
3632 Add Parameters.
3633
3634 2003-04-21 Paul Pogonyshev <pogonyshev@gmx.net>
3635
3636 * dabbrev.el (dabbrev--substitute-expansion): Don't lose
3637 the case of letters in case-insensitive expansions when the
3638 abbrev is preceded by characters with letter syntax.
3639
3640 2004-04-21 Richard M. Stallman <rms@gnu.org>
3641
3642 * progmodes/cperl-mode.el (cperl-putback-char):
3643 Delete Emacs 18 definition.
3644
3645 * international/mule.el (ctext-post-read-conversion):
3646 Use assoc-string, not assoc-ignore-case.
3647
3648 * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
3649
3650 * emacs-lisp/easymenu.el (easy-menu-add):
3651 Do call x-popup-menu, but only if it's defined.
3652
3653 * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
3654
3655 * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
3656 Handle multiple args: compile like progn.
3657
3658 * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
3659 take all args as &rest arg.
3660
3661 * autoinsert.el (auto-insert-alist): Insert the user's name in
3662 copyright notice, rather than Free Software Foundation.
3663
3664 2004-04-21 Kenichi Handa <handa@m17n.org>
3665
3666 * descr-text.el (describe-char): Make it work on *Help* buffer.
3667
3668 2004-04-21 Kim F. Storm <storm@cua.dk>
3669
3670 * image.el (insert-image): Add optional SLICE arg.
3671 (insert-sliced-image): New defun.
3672
3673 2004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change)
3674
3675 * subr.el (read-number): Check whether `default' is nil.
3676
3677 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
3678
3679 * progmodes/compile.el (compilation-error-properties):
3680 Split into two.
3681 (compilation-internal-error-properties): New one.
3682 (compilation-compat-error-properties): Use it. Fix the non-marker case.
3683
3684 2004-04-20 Richard M. Stallman <rms@gnu.org>
3685
3686 * window.el (split-window-save-restore-data):
3687 Don't update the data if OLD-INFO is nil.
3688
3689 * view.el (view-return-to-alist): Mark it permanent local.
3690
3691 * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
3692
3693 * recentf.el (recentf-save-list): Catch and warn about errors.
3694
3695 * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
3696 so "Buffers" won't be pure.
3697
3698 * help-mode.el (help-mode-finish): Set help-return-alist first
3699 thing, setting only the entry for the selected window.
3700
3701 * help-fns.el (describe-function-1): If many non-control non-meta
3702 keys run the command, don't list all of them.
3703
3704 2004-04-20 Juanma Barranquero <lektu@terra.es>
3705
3706 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
3707 arg. Copied from Andre Spiegel's patch of 2004-03-21.
3708
3709 * calendar/time-date.el (time-to-day-in-year): Fix docstring.
3710
3711 2004-04-20 Kenichi Handa <handa@m17n.org>
3712
3713 * international/quail.el (quail-lookup-key): New optional arg
3714 NOT-RESET-INDICES.
3715 (quail-get-translations): Call quail-lookup-key with
3716 NOT-RESET-INDICES t.
3717 (quail-completion): Likewise.
3718 (quail-lookup-map-and-concat): Likewise.
3719
3720 2004-04-20 Kenichi Handa <handa@m17n.org>
3721
3722 * international/quail.el (quail-update-translation): Don't insert
3723 such an unsupported multibyte char in a unibyte buffer.
3724
3725 2004-04-20 Nick Roberts <nick@nick.uklinux.net>
3726
3727 * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
3728 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
3729 (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
3730 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
3731 (gdb-frame-assembler-buffer): Improve behaviour with
3732 multiple frames.
3733 (gdb-display-buffer): Extend search to all visible frames.
3734
3735 2004-04-19 Eli Zaretskii <eliz@gnu.org>
3736
3737 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
3738 characters left after base64 decoding.
3739 (rmail-decode-region): Use -dos variety of `coding', to remove any
3740 ^M characters left after qp or base64 decoding.
3741
3742 2004-04-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3743
3744 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
3745 messages.
3746
3747 2004-04-19 Stephen Eglen <stephen@gnu.org>
3748
3749 * add-log.el (add-change-log-entry): Update doc string to mention
3750 add-log-full-name and add-log-mailing-address.
3751
3752 2004-04-18 Juri Linkov <juri@jurta.org>
3753
3754 * info.el (Info-find-file, Info-find-node-2): Add history and toc.
3755 (Info-find-node-2): Simplify error message.
3756 (Info-insert-dir): Use Info-following-node-name.
3757 (Info-goto-node): Remove *info-history* and *info-toc*.
3758 (Info-history): Create a node of the virtual history file.
3759 (Info-toc): Create a node of the virtual toc file.
3760 (Info-insert-toc): New arg `curr-file' for reference file names.
3761 (info-apropos): Remove redundant var binding for temp-file.
3762 (Info-index, Info-index-next, Info-mode): Doc fix.
3763 (Info-goto-emacs-command-node): Don't jump to *info* from
3764 non-*info* Info buffers.
3765 (Info-fontify-node): Don't show the file name of external
3766 references if `Info-hide-note-references' is `hide'. Don't hide
3767 newlines at the end of paragraphs.
3768
3769 * international/mule-diag.el (list-input-methods):
3770 Fix args to help-xref-button.
3771
3772 * help-fns.el (help-with-tutorial): Call `hack-local-variables'
3773 to put into effect local variables from TUTORIAL files.
3774
3775 * textmodes/paragraphs.el (sentence-end) <function>: New fun
3776 with default value taken from the variable `sentence-end'.
3777 (sentence-end) <defcustom>: Set default to nil. Doc fix.
3778 Add nil const to :type.
3779 (sentence-end-without-period, sentence-end-double-space)
3780 (sentence-end-without-space): Doc fix.
3781
3782 * textmodes/paragraphs.el (forward-sentence):
3783 * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
3784 (fill-delete-newlines):
3785 * progmodes/cc-cmds.el (c-beginning-of-statement):
3786 Use function `sentence-end' instead of variable `sentence-end'.
3787
3788 2004-04-18 Andreas Schwab <schwab@suse.de>
3789
3790 * progmodes/compile.el (compilation-start): Set window start to
3791 point-min if compilation-scroll-output is nil.
3792
3793 2004-04-18 John Wiegley <johnw@newartisans.com>
3794
3795 * iswitchb.el (iswitchb-completions): Remove dependency on cl.
3796
3797 2004-04-18 Nick Roberts <nick@nick.uklinux.net>
3798
3799 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
3800 (gdb-info-breakpoints-custom): Revert previous change.
3801 (gdb-view-assembler): Update assembler if necessary.
3802 (gdb-frame-handler): Parse correctly for gdb-current-frame.
3803 (gdb-display-source-buffer): Update properly when both source and
3804 assembler are visible.
3805
3806 2004-04-17 John Wiegley <johnw@newartisans.com>
3807
3808 * iswitchb.el (iswitchb-max-to-show): Add a new config variable
3809 which limits the number of names shown in the minibuffer. Off by
3810 default.
3811 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds
3812 up iswitchb for users with a multitude of open buffers by showing
3813 only the first and last N/2 buffers in the completion list (which
3814 is enough to aid C-s/C-r, and to know that more characters are
3815 needed to refine the completion list).
3816
3817 2004-04-17 Richard M. Stallman <rms@gnu.org>
3818
3819 * files.el (locate-file-completion): Handle nil in path-and-suffixes.
3820 (file-truename): Expand all ~ constructs directly.
3821 (insert-directory): Delete any error msg output by the
3822 `insert-directory-program'.
3823
3824 * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
3825 (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
3826 (allout-prior-bindings, allout-added-bindings): Defvars deleted.
3827 (allout-init): Use find-file-hook, not find-file-hooks.
3828 (allout-mode): Eliminate Emacs 18 support.
3829 Use write-contents-functions, not local-write-file-hooks.
3830
3831 2004-04-17 Daniel Pfeiffer <occitan@esperanto.org>
3832
3833 * progmodes/compile.el (compilation-error-properties): Fix for
3834 adding messages when there are already markers for their file.
3835 (compilation-fake-loc): New function.
3836
3837 2004-04-16 Dave Love <fx@gnu.org>
3838
3839 * progmodes/python.el (python-compilation-line-number): Fix braindamage.
3840 (python-load-file): Fix python-orig-start setting.
3841
3842 * progmodes/compile.el: Doc fixes.
3843 (compilation-error-regexp-alist-alist)
3844 (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
3845 (compilation-assq): Wrap in eval-when-compile.
3846 (compilation-mode-font-lock-keywords): Don't use list*.
3847 (compilation-start): Avoid warning.
3848 (compilation-compat-error-properties)
3849 (compilation-directory-properties): Add keymap property.
3850 (compilation-parsing-end): Make it a marker for better compatibility.
3851
3852 * progmodes/python.el (python-after-info-look): Use with-no-warnings.
3853
3854 2004-04-16 Mark A. Hershberger <mah@everybody.org>
3855
3856 * xml.el: Doc fixes.
3857 (xml-get-children): Only looks at sub-tags and ignore strings.
3858
3859 * xml.el (xml-parse-tag): Avoid overwriting node-name.
3860
3861 2004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
3862
3863 * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
3864
3865 2004-04-16 Andre Spiegel <spiegel@gnu.org>
3866
3867 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
3868
3869 * vc.el (vc-print-log): Likewise.
3870
3871 2004-04-16 Masatake YAMATO <jet@gyve.org>
3872
3873 * simple.el (completion-setup-function): Set an initial value
3874 to `element-common-end' before entering loop. Set a value
3875 to `element-common-end' at the end of loop.
3876 The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
3877 (completions-common-part): Rename from completion-de-emphasis.
3878 (completions-first-difference): Rename from completion-emphasis.
3879 Suggested by RMS.
3880
3881 2004-04-16 Juanma Barranquero <lektu@terra.es>
3882
3883 * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
3884 (bookmark-edit-annotation-mode): Add mode name.
3885
3886 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
3887
3888 * smerge-mode.el (smerge-match-conflict): Try to do something sensible
3889 for nested conflict markers.
3890 (smerge-find-conflict): Better handle errors in smerge-match-conflict.
3891
3892 2004-04-15 Nick Roberts <nick@nick.uklinux.net>
3893
3894 * progmodes/gdb-ui.el (gdb-goto-info): New function.
3895
3896 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
3897
3898 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
3899
3900 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
3901 Give a backtrace if requested.
3902
3903 * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
3904
3905 * progmodes/python.el (python-mouse-2-command, python-RET-command):
3906 Remove unused functions.
3907 (python-orig-start-line, python-orig-file): Remove.
3908 (python-orig-start): New var.
3909 (python-input-filter, python-compilation-line-number)
3910 (python-send-region, python-load-file): Use it.
3911
3912 * info.el (info): Always jump to *info*.
3913
3914 * subr.el (posn-set-point): New function.
3915
3916 * mouse.el (mouse-set-point): Use it.
3917
3918 * progmodes/compile.el (compile-goto-error): Use it.
3919 (compilation-button-map): New keymap.
3920 (compilation-error-properties): Use it.
3921 (compilation-shell-minor-mode-map): Don't bind mouse-2.
3922
3923 * smerge-mode.el (smerge-popup-context-menu): Use it.
3924
3925 * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
3926 (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
3927 mouse and non-mouse case.
3928
3929 * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
3930 (diff-mouse-goto-source): Make it an alias of diff-goto-source.
3931
3932 * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
3933 Make it work for non-mouse events.
3934
3935 * pcvs-info.el (cvs-status-map): Update binding name.
3936
3937 2004-04-14 Mark A. Hershberger <mah@everybody.org>
3938
3939 * xml.el (xml-maybe-do-ns): New function to handle namespace
3940 parsing of both attribute and element names.
3941 (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
3942 (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
3943 (xml-parse-tag): Update assumed namespaces. Clean up namespace parsing.
3944 (xml-parse-attlist): Make it do its own namespace parsing.
3945
3946 2004-04-14 Dave Love <fx@gnu.org>
3947
3948 * progmodes/python.el (run-python): Fix use of \n.
3949 (python-load-file): Remove `try' from Python fragment.
3950 (python-describe-symbol): Fix message.
3951
3952 * comint.el: Doc fixes.
3953 (comint-last-input-start, comint-last-input-end)
3954 (comint-last-output-start): Give them values.
3955 (comint-arguments): Avoid warning.
3956 (comint-skip-prompt): Use line-end-position.
3957 (comint-backward-matching-input): Rename arg to agree with doc.
3958 (comint-extract-string): Use syntax-ppss.
3959 (comint-dynamic-simple-complete): Delete useless list construction.
3960 (comint-redirect-subvert-readonly): New.
3961 (comint-redirect-preoutput-filter): Use it.
3962
3963 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
3964 Correctly handle negative arguments when calling hook functions.
3965
3966 2004-04-14 Jesper Harder <harder@ifa.au.dk>
3967
3968 * info.el (info-apropos): Don't clobber Info-history-list.
3969
3970 2004-04-14 Daniel Pfeiffer <occitan@esperanto.org>
3971
3972 * progmodes/compile.el (compilation-setup):
3973 Localize overlay-arrow-position.
3974 (compilation-sentinel): Restructure code equivalently.
3975 (compilation-next-error): Find message on same line after point if
3976 not found before point.
3977 (compile-mouse-goto-error): Restore function so that compilation
3978 buffer need not be current and use compile-goto-error.
3979 (compile-goto-error): Restore function.
3980 (next-error): Set overlay-arrow-position.
3981 (compilation-forget-errors): Don't localize already local
3982 compilation-locs and remove FIXME about refontifying.
3983
3984 2004-04-14 Kim F. Storm <storm@cua.dk>
3985
3986 * startup.el (emacs-quick-startup): New defvar (set by -Q).
3987 (command-line): New option -Q. Like -q --no-site-file, but
3988 in addition it also disables menu-bar, tool-bar, scroll-bars,
3989 tool-tips, and the blinking cursor.
3990 (command-line-1): Skip startup screen if -Q.
3991 (fancy-splash-head): Use ":align-to center" prop to center splash image.
3992
3993 * emulation/cua-base.el (cua-read-only-cursor-color)
3994 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
3995
3996 2004-04-13 Dave Love <fx@gnu.org>
3997
3998 * progmodes/python.el: Doc fixes. Changes for compiler warnings.
3999 (syntax): Don't require.
4000 (python) <defgroup>: Add :version.
4001 (python-quote-syntax): Re-written.
4002 (inferior-python-mode): Move stuff here from run-python and add
4003 some more.
4004 (python-preoutput-continuation, python-preoutput-result)
4005 (python-dotty-syntax-table): New.
4006 (python-describe-symbol): Use them.
4007 (run-python): Move stuff to inferior-python-mode. Modify code
4008 loaded into Python.
4009 (python-send-region): Use python-proc, python-send-string.
4010 (python-send-string): Send newlines too. Callers changed.
4011 (python-load-file): Re-written.
4012 (python-eldoc-function): New.
4013 (info-look): Don't require.
4014 (python-after-info-look): New. A modified version of former
4015 top-level code for use with eval-after-load.
4016 (python-maybe-jython, python-guess-indent): Use widened buffer.
4017 (python-fill-paragraph): Re-written.
4018 (python-mode): Fix outline-regexp. Set outline-heading-end-regexp,
4019 eldoc-print-current-symbol-info-function. Add to eldoc-mode-hook.
4020
4021 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
4022
4023 * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
4024 Set compilation-error-regexp-alist earlier.
4025
4026 * progmodes/compile.el (compilation-minor-mode-map)
4027 (compilation-shell-minor-mode-map, compile-mouse-goto-error)
4028 (compile-goto-error): Re-merge the mouse and non-mouse commands.
4029
4030 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
4031
4032 * progmodes/compile.el (compile-goto-error): Select the buffer/window
4033 corresponding to the event.
4034
4035 2004-04-12 Joe Buehler <jbuehler@hekiman.com>
4036
4037 * loadup.el: Add cygwin to system-type list, for unexec() support.
4038
4039 2004-04-12 John Paul Wallington <jpw@gnu.org>
4040
4041 * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
4042 (ibuffer-restore-window-config-on-quit): New variable to replace
4043 `ibuffer-delete-window-on-quit'. Update all references.
4044 (ibuffer-prev-window-config): New variable.
4045 (ibuffer-quit): Restore previous window configuration instead of
4046 deleting window.
4047 (ibuffer): Save window configuration before showing Ibuffer buffer.
4048
4049 * help.el (describe-mode): Doc fix.
4050
4051 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
4052
4053 * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
4054 not to treat nil as a function.
4055
4056 * vc-arch.el (vc-arch-root): Be a bit more careful.
4057 (vc-arch-register): Save the buffer if we modified it.
4058 (vc-arch-delete-rej-if-obsolete): Save excursion.
4059 (vc-arch-find-file-hook): Use the simpler after-save-hook.
4060 (vc-arch-responsible-p, vc-arch-init-version): New functions.
4061
4062 * net/ldap.el (ldap-search): Use list*.
4063
4064 2004-04-12 Juri Linkov <juri@jurta.org>
4065
4066 * info.el (Info-follow-reference): Allow multiline reference name.
4067
4068 2004-04-11 Dave Love <fx@gnu.org>
4069
4070 * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
4071
4072 * progmodes/python.el: New file.
4073
4074 2004-04-11 Andre Spiegel <spiegel@gnu.org>
4075
4076 * vc-hooks.el (vc-arg-list): Function removed.
4077 (vc-default-workfile-unchanged-p): Use condition-case to check for
4078 backward compatibility.
4079
4080 * vc.el (vc-print-log): Use condition-case to check for backward
4081 compatibility.
4082
4083 2004-04-11 Juri Linkov <juri@jurta.org>
4084
4085 * dired.el (dired-faces): New defgroup.
4086 (dired-header, dired-mark, dired-marked, dired-flagged)
4087 (dired-warning, dired-directory, dired-symlink, dired-ignored):
4088 New faces.
4089 (dired-header-face, dired-mark-face, dired-marked-face)
4090 (dired-flagged-face, dired-warning-face, dired-directory-face)
4091 (dired-symlink-face, dired-ignored-face): New face variables.
4092 (dired-font-lock-keywords): Use them instead of font-lock faces.
4093 Split the rule for dired marks into 3 separate rules: for marks,
4094 marked file names and flagged file names.
4095
4096 * help-mode.el (help-make-xrefs): Add a final newline to the
4097 *Help* buffer.
4098
4099 2004-04-11 John Paul Wallington <jpw@gnu.org>
4100
4101 * replace.el (occur-engine): Distinguish between one and several
4102 matches in the matches per buffer heading.
4103
4104 2004-04-11 Kim F. Storm <storm@cua.dk>
4105
4106 * ido.el (ido-confirm-unique-completion): New defcustom.
4107 (ido-complete): Use it.
4108 (ido-write-file): Set it to t unconditionally.
4109
4110 2004-04-10 Miles Bader <miles@gnu.org>
4111
4112 RCS keyword removal (only non-comment changes are enumerated here):
4113
4114 * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
4115 (byte-compile-insert-header): Don't use `byte-compile-version'.
4116 * forms.el (forms-version): Variable removed.
4117 (forms-mode): Don't use `forms-version'.
4118 * recentf.el (recentf-version): Variable removed.
4119 * progmodes/delphi.el (delphi-version): Variable removed.
4120 * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
4121
4122 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
4123
4124 * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
4125
4126 2004-04-09 Jesper Harder <harder@ifa.au.dk>
4127
4128 * info.el (info-apropos): Improve menu item regexp.
4129
4130 2004-04-09 Simon Josefsson <jas@extundo.com>
4131
4132 * mail/smtpmail.el: Add comment, based on report by
4133 kdc@rcn.com (Kevin D. Clark).
4134
4135 2004-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
4136
4137 * progmodes/compile.el (compilation-mode-font-lock-keywords):
4138 Redo one more thing that I didn't notice Daniel had undone.
4139
4140 2004-04-08 Nick Roberts <nick@nick.uklinux.net>
4141
4142 * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
4143 (gdb-goto-breakpoint, gdb-display-buffer)
4144 (gdb-display-source-buffer, gdb-view-source-function)
4145 (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
4146 (gdb-source-info, gdb-frame-handler): Don't specify a window
4147 for display.
4148 (gdb-info-breakpoints-custom): Remove superfluous update of
4149 assembler buffer.
4150 (gdb-many-windows): Make settable outside gdb.
4151
4152 2004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk>
4153
4154 * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
4155 Derive from fundamental-mode rather than text-mode.
4156
4157 2004-04-08 Juri Linkov <juri@jurta.org>
4158
4159 * info.el (Info-history): Doc fix.
4160 (Info-history-list): New var.
4161 (info-xref): Change magenta4 to blue, remove bold for dark and
4162 light backgrounds, change bold to underline for non-color classes.
4163 (info-xref-visited): New face.
4164 (Info-fontify-visited-nodes): New custom.
4165 (Info-hide-note-references): Add new value `hide'. Doc fix.
4166 (Info-reference-name): New var.
4167 (Info-selection-hook): New custom.
4168 (Info-edit-mode-hook): New var.
4169 (Info-find-file): New fun.
4170 (Info-find-node): Move part of code to Info-find-file.
4171 (Info-find-node-2): Add anchors to Info-history-list. Move point
4172 to the place with the reference name if name is defined.
4173 (Info-select-node): Add current node to Info-history-list.
4174 (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
4175 (Info-search-whitespace-regexp): New custom.
4176 (Info-search-case-fold): New var.
4177 (Info-search): Add "case-sensitively" to the prompt.
4178 Use Info-search-whitespace-regexp. Set Info-search-case-fold.
4179 (Info-search-case-sensitively, Info-search-next): New fun.
4180 (Info-up): Move point to the menu item of the current node.
4181 (Info-history): New fun. Add *info-history* to
4182 same-window-buffer-names.
4183 (Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
4184 (Info-insert-toc): New fun.
4185 (Info-build-toc): New fun.
4186 (Info-follow-reference): Add new arg `fork'. Doc fix.
4187 Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
4188 with the same name prefer the reference closest to point.
4189 (Info-next-reference): Replace * by + in the *Note regexp.
4190 Add regexp for http:// and ftp://. Skip the *Note prefix.
4191 (Info-prev-reference): Replace * by + in the *Note regexp.
4192 Add regexp for http:// and ftp://. Skip the *Note prefix.
4193 (Info-follow-nearest-node): Add new arg `fork'.
4194 (Info-try-follow-nearest-node): Add new arg `fork'.
4195 Call browse-url for http:// and ftp:// references.
4196 Set Info-reference-name for index entries.
4197 (Info-mode-menu): Add menu items for Info-search-case-sensitively,
4198 Info-search-next, Info-history, Info-toc, clone-buffer.
4199 (Info-menu-update): Replace * by + in the *Note regexp.
4200 (Info-mode): Add documentation for Info-history, Info-toc,
4201 Info-search-case-sensitively, Info-search-next, clone-buffer.
4202 (Info-fontify-menu-headers): Remove fun. Move code to
4203 Info-fontify-node.
4204 (Info-fontify-node): Add docstring. Add local vars
4205 fontify-visited-p and not-fontified-p. If not-fontified-p is t
4206 then fontify header line, titles, menu headers, http and ftp
4207 references, refill paragraphs. If not-fontified-p is t or
4208 fontify-visited-p is t then fontify cross references, menu items.
4209 Fontify menu headers. Fontify http and ftp references.
4210 Change regexp for cross references to require whitespace after *Note,
4211 add matching groups for file and node names. Remove hack for quote.
4212 Use display property for Info-hide-note-references=t. Use fifth
4213 or fourth match for help-echo. Display visited nodes in a
4214 different face. Unhide file names of external references.
4215 Unhide newlines. Display visited menu items in a different face.
4216
4217 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
4218
4219 * progmodes/compile.el: Require CL.
4220 (compilation-mode-font-lock-keywords): Re-install the "line as
4221 function" patch.
4222
4223 * help-fns.el (help-C-source-directory): New var.
4224 (help-subr-name, help-C-file-name, help-find-C-source): New funs.
4225 (describe-function-1, describe-variable): Use them.
4226
4227 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
4228 to C source files specially.
4229
4230 2004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
4231
4232 * info.el (Info-hide-cookies-node): New function.
4233 (Info-select-node): Use it.
4234 (Info-display-images-node): Remove message with image file name.
4235
4236 2004-04-07 Daniel Pfeiffer <occitan@esperanto.org>
4237
4238 * progmodes/compile.el (compilation-warning-face)
4239 (compilation-info-face, compilation-skip-threshold)
4240 (compilation-skip-visited, compilation-context-lines):
4241 Declare :version when added to Emacs.
4242 (compilation-error-regexp-alist-alist): Extend caml and irix.
4243 (compilation-setup): Fix if font-locked w/o font-lock-defaults.
4244 (compilation-mode-font-lock-keywords): Temporarily undo line as
4245 function patch, which wasn't ready.
4246
4247 2004-04-07 Kenichi Handa <handa@m17n.org>
4248
4249 * international/latin1-disp.el (latin1-display-setup): Check each
4250 character is displayable or not instead of calling
4251 latin1-display-check-font.
4252
4253 2004-04-06 Kenichi Handa <handa@m17n.org>
4254
4255 * language/ethio-util.el (ethio-sera-being-called-by-w3):
4256 New variable.
4257 (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
4258 instead of sera-being-called-by-w3.
4259 (ethio-fidel-to-sera-buffer): Likewise.
4260 (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
4261 instead of sera-being-called-by-w3.
4262 (ethio-write-file): Likewise.
4263
4264 2004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4265
4266 * printing.el: Doc fix.
4267
4268 2004-04-05 Nick Roberts <nick@nick.uklinux.net>
4269
4270 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
4271 (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
4272 (gdb-setup-windows): Only use separate IO buffer if required.
4273
4274 2004-04-06 Kim F. Storm <storm@cua.dk>
4275
4276 * term.el (term-is-xemacs): Remove.
4277 (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
4278 (term-window-width): New function.
4279 (term-mode, term-check-size): Use it.
4280 (term-mode): Disable overflow-newline-into-fringe in term buffer.
4281
4282 2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
4283
4284 * cus-edit.el (custom-add-parent-links): Change unbound variable
4285 `symbol' to `name'.
4286
4287 2004-04-05 Jesper Harder <harder@ifa.au.dk>
4288 * info.el (info-apropos): New function.
4289 (Info-mode-menu): Add it.
4290 (Info-find-node, Info-find-node-2): Grok apropos virtual file.
4291
4292 * help-mode.el (help-make-xrefs): Recognize aliased variable with
4293 inherited docstring.
4294
4295 * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
4296
4297 2004-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
4298
4299 * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
4300
4301 * progmodes/compile.el (font-lock): Don't require any more.
4302 (compilation-error-properties, compilation-start, compilation-sentinel)
4303 (compilation-filter, next-error): Use with-current-buffer.
4304 (compilation-skip-to-next-location, compilation-skip-threshold)
4305 (compilation-skip-visited): Move to silence the byte-compiler.
4306 (compilation-setup): Simplify.
4307 (compilation-next-error): Use line-(beginning|end)-position.
4308 Make sure `pt' is non-nil before using compilation-loop.
4309 (compile-goto-error): Add optional event arg. Use it.
4310 (compile-mouse-goto-error): Make it an alias of compile-goto-error.
4311 (compilation-minor-mode-map, compilation-shell-minor-mode-map):
4312 Update the binding for mouse-2.
4313 (first-error): Set compilation-current-error to nil rather than bob.
4314 (compilation-parsing-end, compilation-parse-errors-function)
4315 (compilation-error-list, compilation-old-error-list):
4316 "New" compatibility variables.
4317 (compile-buffer-substring, compilation-compat-error-properties)
4318 (compilation-compat-parse-errors, compilation-forget-errors):
4319 New compatibility functions.
4320 (compilation-mode-font-lock-keywords): Use them.
4321
4322 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
4323
4324 * autorevert.el (auto-revert-handler): If point (or a window
4325 point) is at the end of the buffer, keep it there after
4326 reverting. This allows to tail a file.
4327 Mention this in the `Commentary'.
4328
4329 * format.el (format-write-file): Add optional argument CONFIRM
4330 and make it behave like the analogous argument to `write-file'.
4331
4332 2004-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4333
4334 * progmodes/ebnf2ps.el: Doc fix.
4335 (ebnf-version): New version number (4.2).
4336 (ebnf-syntax): Customization and docstring fix.
4337 (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
4338 Put autoloaded funs before first use.
4339 (ebnf-style-database): Add dtd entry.
4340 (ebnf-syntax-alist): Add dtd initialization.
4341 (ebnf-token-sequence): New fun.
4342 (ebnf-comment-table): Add new comment action character.
4343 (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
4344
4345 * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
4346 Type Definition for XML).
4347
4348 * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
4349 * progmodes/ebnf-bnf.el (ebnf-sequence):
4350 * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
4351 * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
4352 * progmodes/ebnf-yac.el (ebnf-yac-sequence):
4353 Code simplification: call ebnf-token-sequence.
4354
4355 2004-04-04 Eli Zaretskii <eliz@gnu.org>
4356
4357 * calendar/timeclock.el (timeclock-relative)
4358 (timeclock-get-project-function, timeclock-get-workday-function)
4359 (timeclock-query-out, timeclock-when-to-leave)
4360 (timeclock-when-to-leave-string, timeclock-log-data)
4361 (timeclock-generate-report, timeclock-in): Doc fixes.
4362
4363 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
4364
4365 * url/: New dir. Import the URL package from its repository.
4366
4367 2004-04-03 Andreas Schwab <schwab@suse.de>
4368
4369 * diff-mode.el (diff-mode): Fix missing quote.
4370
4371 2004-04-03 Juri Linkov <juri@jurta.org>
4372
4373 * descr-text.el (describe-property-list): Add `font-lock-face'.
4374
4375 * dired.el (dired-font-lock-keywords): Fix permission regexps.
4376
4377 2004-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4378
4379 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
4380 Use utf-16le on little endian machines and utf-16be otherwise.
4381
4382 2004-04-02 David Kastrup <dak@gnu.org>
4383
4384 * net/browse-url.el (browse-url-generic): Use call-process
4385 instead of start-process to allow browsers that fork and detach.
4386
4387 2004-04-01 Daniel Pfeiffer <occitan@esperanto.org>
4388
4389 * compile.el (compilation-current-error): New var.
4390 (compilation-setup, compile-mouse-goto-error)
4391 (compile-goto-error, next-error): Use it.
4392 (compilation-skip-to-next-location): Default to t, which gives
4393 contiguous skipping like old compile (where this was redundant).
4394 (compilation-next-error): Prevent previous-* commands from moving
4395 back to message at or just before point.
4396
4397 2004-04-01 Nick Roberts <nick@nick.uklinux.net>
4398
4399 * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
4400 (gdb-source-info): Don't display source at startup, if required.
4401 (gdb-show-main): New option.
4402 (gdba): Update documentation.
4403 (gdb-source): Cover case of auto-display output.
4404
4405 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
4406
4407 * autorevert.el: Delete obsolete autoload's and defvar's.
4408 (auto-revert-check-vc-info): New user option.
4409 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
4410 (auto-revert-handler-vc): Delete.
4411 (auto-revert-handler): Treat return value `fast' of
4412 buffer-stale-function specially. Check `auto-revert-check-vc-info'.
4413
4414 * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
4415 return `fast'.
4416
4417 * files.el (buffer-stale-function): Doc change.
4418
4419 2004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4420
4421 * printing.el: New tip on Tips section.
4422 (pr-version): New version number (6.7.4).
4423 (pr-shell-file-name): Initialization fix.
4424
4425 2004-03-31 Juri Linkov <juri@jurta.org>
4426
4427 * dired.el: Add autoload for `dired-do-touch'.
4428 (dired-touch-program): New var.
4429 (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
4430 (dired-no-confirm): Add `touch' to docstring.
4431
4432 * dired-aux.el (dired-do-touch): New fun.
4433 (dired-do-chxxx): Add argument -t for touch operation.
4434
4435 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
4436 `dired-move-to-filename-regexp'.
4437
4438 2004-03-31 H\e,Ae\e(Bkan Granath <hakan.granath@kau.se> (tiny change)
4439
4440 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
4441
4442 2004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4443
4444 * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
4445 and only if the buffer was modified.
4446
4447 2004-03-30 Kenichi Handa <handa@m17n.org>
4448
4449 * international/characters.el: Delete pairs for U+2308..U+230B.
4450
4451 2004-03-29 Nick Roberts <nick@nick.uklinux.net>
4452
4453 * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
4454 to detect the beginning of a level 2 or 3 annotation.
4455
4456 2004-03-29 Kenichi Handa <handa@m17n.org>
4457
4458 * international/ucs-tables.el (ucs-insert): Fix the error message.
4459
4460 2004-03-29 Kenichi Handa <handa@m17n.org>
4461
4462 * international/mule-util.el (char-displayable-p): Fix generation
4463 of XLFD file name.
4464
4465 * Makefile.in (setwins, setwins_almost): Change directory to $wd
4466 before finding directories by `find'.
4467
4468 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4469
4470 * subr.el (interactive-form): Delete. Now implemented in C.
4471
4472 * pcvs.el (cvs-parse-process): Workaround for Darwin.
4473
4474 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
4475 (vc-diff-label): New fun.
4476 (vc-diff-internal): Use it.
4477
4478 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
4479
4480 2004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4481
4482 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
4483
4484 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
4485 specify XML (EBNFX).
4486
4487 * progmodes/ebnf2ps.el: Doc fix.
4488 (ebnf-version): New version number (4.1).
4489 (ebnf-syntax): Adjust customization.
4490 (ebnf-style-database): Add ebnfx entry.
4491 (ebnf-syntax-alist): Add ebnfx initialization.
4492 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
4493
4494 * printing.el: Doc fix.
4495 (pr-version): New version number (6.7.3).
4496 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
4497 returns nil for mouse position. Reported by Drew Adams
4498 <drew.adams@oracle.com>.
4499 (pr-update-menus): Modify interactive declaration. Reported by Drew
4500 Adams <drew.adams@oracle.com>.
4501
4502 2004-03-28 Nick Roberts <nick@nick.uklinux.net>
4503
4504 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
4505 (gud-gdba-marker-filter): Log the process input and output, if
4506 required. From Stefan Monnier.
4507 (gdb-debug-log, gdb-enable-debug-log): New variables.
4508 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
4509
4510 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4511
4512 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
4513 From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
4514
4515 2004-03-27 Luc Teirlinck <teirllm@auburn.edu>
4516
4517 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
4518 Call vc-find-file-hook here instead of in auto-revert-buffers.
4519 (auto-revert-buffers): Delete call to vc-find-file-hook.
4520 (auto-revert-verbose, global-auto-revert-non-file-buffers)
4521 (global-auto-revert-mode, auto-revert-set-timer)
4522 (auto-revert-handler, auto-revert-buffers): Doc fixes.
4523
4524 2004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk>
4525
4526 * woman.el (woman-change-fonts): Rename local variable
4527 woman-font-alist to font-alist to avoid a compiler warning.
4528
4529 2004-03-27 Dave Love <fx@gnu.org>
4530
4531 * emacs-lisp/rx.el (rx): Doc fix.
4532 Fix copyright years.
4533
4534 * strokes.el (strokes-global-set-stroke-string): New function.
4535 (strokes-list-strokes): Cope with strings, not just commands.
4536 Set foreground colour of image.
4537 (strokes-global-set-stroke): Doc fix.
4538
4539 2004-03-26 Luc Teirlinck <teirllm@auburn.edu>
4540
4541 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
4542 Auto Revert mode.
4543 (Buffer-menu-files-only): New variable.
4544 (Buffer-menu-toggle-files-only): New function.
4545 (Buffer-menu-mode-map): Bind it to `T'.
4546 (Buffer-menu-mode): Mention `T' in docstring.
4547 Set buffer-stale-function.
4548 (list-buffers-noselect): Mark buffer non-modified and set
4549 Buffer-menu-files-only.
4550
4551 * dired.el (buffer-stale-function): Remove no longer needed defvar.
4552
4553 * autorevert.el (auto-revert-handler): Print revert message
4554 before, rather than after, reverting.
4555 (buffer-stale-function): Move to files.el.
4556
4557 * files.el (buffer-stale-function): Move here from autorevert.el.
4558
4559 2004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
4560
4561 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
4562
4563 * calc/calc.el (calc-mode-map): Use mapc.
4564
4565 * apropos.el (apropos-mode): Don't autoload.
4566 (apropos-symbols-internal): New fun. Extracted from `apropos'.
4567 (apropos): Use it.
4568 (apropos-print): Add optional `text' argument.
4569 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
4570 Don't assume point-min == 1.
4571
4572 * bs.el (bs-buffer-list): Use buffer-local-value.
4573 (bs--set-toggle-to-show): Use with-current-buffer.
4574
4575 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
4576 New funs.
4577 (list-buffers-noselect): Use them. Adjust :align-to to new style.
4578
4579 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
4580
4581 * dabbrev.el (dabbrev-expand): Fix regexp construction.
4582 (dabbrev--find-expansion): Use pop.
4583 (dabbrev--search): Use match-string-no-properties.
4584
4585 * dired.el (dired-mode): Use run-mode-hooks.
4586 (dired-move-to-end-of-filename): Use match-string.
4587
4588 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
4589 is bound before using it.
4590 (ediff-verbose-p): Make it into a var since it's not constant.
4591
4592 * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
4593
4594 * faces.el (read-face-font): Don't cons up unnecessarily.
4595 (header-line, tool-bar): Share common parts.
4596
4597 * files.el (file-relative-name): Use compare-strings.
4598
4599 * finder.el (finder-mode): Follow coding convention.
4600
4601 * subr.el (read-number): New function.
4602
4603 * ses.el (ses-read-number): Move to subr.el.
4604 (ses-set-header-row): Use read-number.
4605
4606 2004-03-26 Andre Spiegel <spiegel@gnu.org>
4607
4608 * vc-hooks.el (vc-arg-list): New function, which handles both
4609 compiled and uncompiled code.
4610 (vc-default-workfile-unchanged-p): Use it.
4611
4612 * vc.el (vc-print-log): Undo prev change, use new function
4613 vc-arg-list from vc-hooks.el.
4614
4615 2004-03-26 Masatake YAMATO <jet@gyve.org>
4616
4617 * simple.el (completion-setup-function): Emphasize the
4618 first uncommon characters in the completions; and de-emphasize
4619 the common prefix substrings.
4620 (completion-emphasis): New face.
4621 (completion-de-emphasis): New face.
4622
4623 2004-03-25 Juanma Barranquero <lektu@terra.es>
4624
4625 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
4626 Comment out (it's unused and unfinished code).
4627
4628 2004-03-25 Sam Steingold <sds@gnu.org>
4629
4630 * vc.el (vc-print-log): Fix a bug in the last patch:
4631 backend-function may be a byte-compiled object, not a lambda.
4632
4633 2004-03-25 Juri Linkov <juri@jurta.org>
4634
4635 * descr-text.el (describe-property-list): Add a button
4636 for `face' property that calls `describe-face'.
4637 Suggested by luis fernandes <elf@ee.ryerson.ca>
4638
4639 * international/mule.el (keyboard-coding-system):
4640 * kmacro.el (kmacro-call-macro): Fix docstring.
4641
4642 * dired.el: Fix comments.
4643
4644 * textmodes/fill.el (fill): Fix Info link.
4645
4646 * font-lock.el (fast-lock, lazy-lock):
4647 * jit-lock.el (jit-lock): Remove links to removed Support Modes
4648 Info node.
4649
4650 * eshell/eshell.el (eshell): Fix broken info-link.
4651
4652 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
4653 * eshell/em-banner.el (eshell-banner):
4654 * eshell/em-smart.el (eshell-smart):
4655 * eshell/esh-cmd.el (eshell-cmd):
4656 Comment out broken info-links to incomplete Info manual.
4657
4658 * info-xref.el: Fix commentary.
4659
4660 2004-03-25 Kevin Ryde <user42@zip.com.au>
4661
4662 * info-xref.el (info-xref-check-buffer): Report empty filename parts.
4663 Remove spurious node duplicate suppression, doesn't work, not wanted.
4664 (info-xref-output): Take format style args, add "sit-for 0" to let
4665 user see the results as they progress.
4666 (info-xref-check-all-custom): New function.
4667
4668 2004-03-25 Nick Roberts <nick@nick.uklinux.net>
4669
4670 * gdb-ui.el: Moved to progmodes.
4671
4672 2004-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
4673
4674 * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
4675
4676 2004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
4677
4678 * calendar/appt.el (appt-check): Remove superfluous progn.
4679 When finished with diary buffer: if it was not being displayed
4680 before, kill it; otherwise restore its original state.
4681 Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
4682
4683 * calendar/calendar.el (calendar-set-mode-line): Use total
4684 available mode-line width, rather than frame-width.
4685
4686 * calendar/diary-lib.el (fancy-diary-display): Set mode-line
4687 after mode change so effect not lost.
4688
4689 2004-03-23 Dave Love <fx@gnu.org>
4690
4691 * dired.el (dired) <defgroup>: Add link to manual.
4692 (dired-font-lock-keywords): Add highlighting on unusual permissions.
4693 (dired-revert): Use dolist.
4694 (dired-mode-map): Add U binding.
4695 (dired-mode): Add font-lock-beginning-of-syntax-function.
4696 (dired-garbage-files-regexp): Make it a defcustom.
4697
4698 2004-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
4699
4700 * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
4701 is equivalent to nil.
4702 (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
4703 (vc-arch-mode-line-string): Accept `added' state.
4704 (vc-arch-state): Use inode-sigs if available.
4705 (vc-arch-add-tagline): Rename from vc-arch-add-tag.
4706 Copy&delete existing id file if any. Fallback if uuidgen is absent.
4707 (vc-arch-tagline-re): New var.
4708 (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
4709 New functions.
4710 (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
4711 (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
4712
4713 * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
4714 (vc-file-not-found-hook): Use it.
4715
4716 * diff-mode.el (diff-default-read-only): Change default.
4717 (diff-mode-hook): Make it a defcustom. Add some options.
4718 (diff-mode-map): Bind diff-refine-hook.
4719 (diff-yank-handler): New var.
4720 (diff-yank-function): New fun.
4721 (diff-font-lock-keywords): Use them.
4722 (diff-end-of-file): Handle case where file-header looks like diff text.
4723 (diff-hunk-kill): Adjust to "new" hunk-next behavior.
4724 (diff-file-kill): Delete a subsequent empty line, if applicable.
4725 (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
4726 (diff-find-file-name): Use it.
4727 (diff-tell-file-name): New command.
4728 (diff-mode): Be careful with view-mode.
4729 (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
4730 New functions, for use in diff-mode-hook.
4731 (diff-find-source-location): Catch "regex too large" errors.
4732 (diff-apply-hunk, diff-test-hunk): Go to old or new file.
4733 (diff-refine-hunk): New command.
4734
4735 * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
4736 (smerge-context-menu-map): Remove unused var.
4737 (smerge-keep-all): Preserve markers.
4738 (smerge-keep-n): New fun.
4739 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
4740 (smerge-keep-current, smerge-ediff): Use it.
4741 (smerge-kill-current): Use it. Make it work on some 3-part conflicts.
4742 (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
4743 (smerge-resolve): Resolve trivial 3-part conflicts.
4744
4745 2004-03-23 Juri Linkov <juri@jurta.org>
4746
4747 * man.el (Man-width): New var.
4748 (Man-getpage-in-background): Use it.
4749 (Man-support-local-filenames): New var and fun.
4750 (Man-build-man-command): Don't add a second %s.
4751 (Man-fontify-manpage): Clean up message.
4752 (Man-mode): Set outline-regexp, outline-level,
4753 imenu-generic-expression.
4754
4755 * woman.el (woman-fill-frame): Doc fix.
4756 (woman-decode-region): Use window-width instead of frame-width.
4757
4758 * abbrevlist.el (list-one-abbrev-table):
4759 * descr-text.el (describe-char):
4760 * international/mule-diag.el (describe-current-coding-system):
4761 * international/quail.el (quail-insert-decode-map):
4762 Use window-width instead of frame-width.
4763
4764 * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
4765 (jka-compr-mode-alist-additions): Add tbz.
4766 (jka-compr-write-region, jka-compr-insert-file-contents):
4767 Add message for undefined compress-program.
4768 (jka-compr-write-region): Remove redundant var bindings.
4769
4770 * dired-x.el (dired-guess-shell-alist-default): Add choices for
4771 extracting files into subdirectory. Add tbz and dz. Fix regexps.
4772 Add extensions .[0-9] for man and nroff, and .pod for perldoc.
4773 (dired-man): Use dired-guess-shell-command.
4774 (dired-guess-shell-case-fold-search): Change defvar to defcustom.
4775 Change default nil to t.
4776
4777 * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
4778 (dired-compare-directories): Add default value for empty input.
4779
4780 * help-at-pt.el: Move suggestions for key bindings to Commentary.
4781
4782 * time.el (display-time-string-forms): Fix help-echo date format.
4783
4784 2004-03-22 Luc Teirlinck <teirllm@auburn.edu>
4785
4786 * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
4787 (buffer-stale-function): New variable.
4788 (auto-revert-list-diff, auto-revert-dired-file-list)
4789 (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
4790 (auto-revert-handler): Take over some functionality of deleted
4791 functions.
4792 (auto-revert-buffers): Delete call to auto-revert-buffer-p.
4793
4794 * dired.el (dired-directory-changed-p): New fun, extracted from
4795 dired-internal-noselect.
4796 (dired-buffer-stale-p): New fun.
4797 (dired-internal-noselect): Use dired-directory-changed-p.
4798 Eliminate revert messages.
4799 (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
4800
4801 2004-03-23 Kenichi Handa <handa@m17n.org>
4802
4803 * international/characters.el: Setup syntaxes for more parentheses
4804 Unicode characters.
4805
4806 * international/mule-cmds.el (select-safe-coding-system):
4807 Merge coding-system and auto-cs before comparing them.
4808
4809 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
4810
4811 * emacs-lisp/pp.el (pp-eval-expression): Simplify.
4812
4813 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
4814 normal-auto-fill-function and comment-indent-function.
4815 The default values now work just as well.
4816 Don't set font-lock-beginning-of-syntax-function since we already set
4817 syntax-begin-function.
4818 (lisp-outline-level): Put ;;;###autoload at same level as (.
4819 (prin1-char): Quote special chars.
4820
4821 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
4822 than with-no-warnings.
4823
4824 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
4825 if the source location can't be found.
4826 (edebug-compute-previous-result): Use prin1-char.
4827
4828 * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
4829 (debug-ignored-errors): Add an entry.
4830
4831 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
4832 (byte-compile-file): Output warning when deleting a file.
4833
4834 * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
4835 (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
4836
4837 * emacs-lisp/byte-opt.el (byte-compile-log-lap)
4838 (byte-compile-inline-expand): Use backquote.
4839 (byte-optimize-pure-func): Rename from byte-optimize-concat.
4840 (symbol-name, regexp-opt, regexp-quote): Mark as pure.
4841
4842 * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
4843
4844 * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
4845
4846 2004-03-22 Juri Linkov <juri@jurta.org>
4847
4848 * finder.el (finder-known-keywords): Fix data, tex, unix.
4849
4850 * play/landmark.el: Fix keywords.
4851
4852 * language/ethio-util.el (ethio-find-file): Doc fix.
4853
4854 * emacs-lisp/warnings.el: Doc fix.
4855
4856 * textmodes/ispell.el (ispell-help): Doc fix.
4857
4858 2004-03-21 Luc Teirlinck <teirllm@auburn.edu>
4859
4860 * format.el (format-insert-file): Always return a list of two
4861 elements, like insert-file-contents does.
4862
4863 2004-03-21 Andre Spiegel <spiegel@gnu.org>
4864
4865 * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
4866 and vc-BACKEND-diff.
4867 (vc-print-log): If the print-log implementation supports it, use
4868 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
4869 (vc-version-diff, vc-diff-internal): Doc fixes.
4870
4871 * vc-hooks.el (vc-default-workfile-unchanged-p): If the
4872 implementation supports it, let diff output go to *vc*,
4873 not *vc-diff*, since this is an internal call.
4874
4875 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
4876
4877 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
4878
4879 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
4880
4881 2004-03-21 Dave Love <fx@gnu.org>
4882
4883 * progmodes/cfengine.el (cfengine-mode):
4884 Set parse-sexp-ignore-comments.
4885
4886 * emacs-lisp/rx.el (rx): Work at compile time, not run time.
4887
4888 2004-03-21 Juanma Barranquero <lektu@terra.es>
4889
4890 * allout.el (allout-mode): Fix docstring.
4891
4892 2004-03-20 Luc Teirlinck <teirllm@auburn.edu>
4893
4894 * files.el (insert-directory): Fix bug if SWITCHES is a list.
4895
4896 * autorevert.el (auto-revert-interval): Make new value take
4897 effect immediately when set through Custom.
4898 (auto-revert-set-timer): Add interactive declaration.
4899
4900 2004-03-19 David Ponce <david@dponce.com>
4901
4902 * ruler-mode.el (ruler-mode-header-line-format-old):
4903 Don't `make-variable-buffer-local'.
4904 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
4905 (ruler-mode-header-line-format): Simply funcall the above.
4906 (ruler-mode): Use `make-local-variable' and `kill-local-variable'
4907 to save/restore a previous header line format.
4908 (ruler-mode-space): Don't depend on a numeric WIDTH value.
4909 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
4910 fringes and margins width.
4911 (ruler-mode-ruler-function): Default to ruler-mode-ruler.
4912
4913 2004-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
4914
4915 * log-edit.el (log-edit-font-lock-keywords): Typo.
4916
4917 * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
4918 (tex-send-tex-command): Rather than here.
4919 (tex-compilation-parse-errors): Simplify.
4920
4921 * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
4922
4923 * time.el (display-time-string-forms): Add help-echo with date on time.
4924
4925 * composite.el (compose-region): Use restore-buffer-modified-p.
4926
4927 * disp-table.el (standard-display-8bit): Simplify.
4928
4929 * server.el (server-process-filter): Delete temp frame.
4930
4931 * add-log.el (add-change-log-entry): Simplify.
4932
4933 2004-03-19 Kim F. Storm <storm@cua.dk>
4934
4935 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
4936 (hexl-follow-line): Don't require 'fringe.
4937
4938 * progmodes/compile.el (compilation-start): Always set
4939 compilation-last-buffer and return it.
4940
4941 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
4942
4943 * simple.el (clone-buffer): Doc fix.
4944
4945 2004-03-18 Juanma Barranquero <lektu@terra.es>
4946
4947 * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
4948
4949 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
4950
4951 * log-edit.el (log-edit-font-lock-keywords): New var.
4952 (log-edit-mode): Use it.
4953
4954 2004-03-17 Nick Roberts <nick@nick.uklinux.net>
4955
4956 * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
4957 properly for watching in speedbar.
4958
4959 2004-03-17 Masatake YAMATO <jet@gyve.org>
4960
4961 * smerge-mode.el (smerge-popup-context-menu):
4962 Put `unwind-protect' around `overlay-put' and `popup-menu'.
4963
4964 2004-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
4965
4966 * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
4967 (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
4968 Take sealed revisions into account.
4969 (vc-arch-checkin): Extract a summary line from the message.
4970
4971 2004-03-16 Masatake YAMATO <jet@gyve.org>
4972
4973 * register.el (register): Provide `register' feature.
4974
4975 2004-03-15 Masatake YAMATO <jet@gyve.org>
4976
4977 Added context menu support in smerge mode.
4978 Most of the part is written by Stefan Monnier.
4979
4980 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
4981 New keymap and menu.
4982 (smerge-text-properties): New function.
4983 (smerge-remove-props): New function.
4984 (smerge-popup-context-menu): New function.
4985 (smerge-resolve): Call `smerge-remove-props'.
4986 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
4987 (smerge-keep-current): Ditto.
4988 (smerge-kill-current): New function.
4989 (smerge-match-conflict): Put text properties.
4990 Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
4991
4992 2004-03-15 David Ponce <david@dponce.com>
4993
4994 * ruler-mode.el: (ruler-mode-left-fringe-cols)
4995 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
4996 (ruler-mode-right-scroll-bar-cols): Remove.
4997 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
4998 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
4999 Use fringe-columns and scroll-bar-columns.
5000
5001 2004-03-15 Masatake YAMATO <jet@gyve.org>
5002
5003 * hl-line.el (hl-line-range-function): New variable.
5004 (hl-line-move): New function.
5005 (global-hl-line-highlight): Use `hl-line-move'.
5006 (hl-line-highlight): Ditto.
5007
5008 * scroll-bar.el (scroll-bar-columns):
5009 * fringe.el (fringe-columns): New function derived from ruler-mode.el.
5010
5011 * ruler-mode.el (top-level): Require scroll-bar and fringe.
5012 (ruler-mode-left-fringe-cols)
5013 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
5014 (ruler-mode-right-scroll-bar-cols)
5015 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
5016 (ruler-mode-ruler-function): New variable.
5017 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
5018 if the value for `ruler-mode-ruler-function'is given.
5019
5020 * hexl.el (hexl-mode-hook): Make the hook customizable.
5021 (hexl-address-area, hexl-ascii-area): New customize variables.
5022 (hexlify-buffer): Put font-lock-faces on the address area and
5023 the ascii area.
5024 (hexl-activate-ruler): New function.
5025 (hexl-follow-line): New function.
5026 (hexl-highlight-line-range): New function.
5027 (hexl-mode-ruler): New function.
5028
5029 2004-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
5030
5031 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
5032 (vc-default-find-file-hook): New fun.
5033 (vc-find-file-hook): Call new find-file-hook operation.
5034
5035 * vc-arch.el: New file.
5036
5037 2004-03-12 Jesper Harder <harder@ifa.au.dk>
5038
5039 * info-look.el (info-lookup): Reuse an existing Info window.
5040
5041 2004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>
5042
5043 * woman.el (woman-preserve-ascii): Default value changed to t and
5044 doc string revised.
5045
5046 2004-03-12 Richard M. Stallman <rms@gnu.org>
5047
5048 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
5049 Fix minor bug.
5050
5051 * replace.el (occur-engine): Change message for count of matches.
5052
5053 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
5054 For strings, do compare text properties.
5055
5056 2004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
5057
5058 * progmodes/compile.el (compile-auto-highlight)
5059 (compilation-error-list, compilation-old-error-list)
5060 (compilation-parse-errors-function, compilation-parsing-end)
5061 (compilation-error-message, compilation-directory-stack)
5062 (compilation-enter-directory-regexp-alist)
5063 (compilation-leave-directory-regexp-alist)
5064 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
5065 (compilation-current-file, compilation-regexps): Remove vars.
5066
5067 (compile-error-at-point, compilation-error-filedata)
5068 (compilation-error-filedata-file-name, compile-reinitialize-errors)
5069 (compilation-next-error-locus, compilation-forget-errors)
5070 (count-regexp-groupings, compilation-parse-errors)
5071 (compile-collect-regexps, compile-buffer-substring): Remove funs.
5072
5073 (compile-internal): Make obsolete.
5074
5075 (compilation-first-column, compilation-error)
5076 (compilation-directory-matcher, compilation-page-delimiter)
5077 (compilation-mode-font-lock-keywords, compilation-debug)
5078 (compilation-error-face, compilation-warning-face)
5079 (compilation-info-face, compilation-line-face)
5080 (compilation-column-face, compilation-enter-directory-face)
5081 (compilation-leave-directory-face, compilation-skip-threshold)
5082 (compilation-skip-visited, compilation-context-lines): New vars.
5083
5084 (compilation-warning-face, compilation-info-face)
5085 (compilation-message-face): New faces.
5086
5087 (compilation-error-regexp-alist-alist): New constant.
5088
5089 (compilation-face, compilation-directory-properties)
5090 (compilation-assq, compilation-error-properties, compilation-start)
5091 (define-compilation-mode, compilation-loop)
5092 (compilation-set-window): New functions.
5093
5094 (compile): Additional argument for interactive compiles like TeX.
5095
5096 * progmodes/grep.el (kill-grep): Move here from compile.el
5097 (grep-error, grep-hit-face, grep-error-face)
5098 (grep-mode-font-lock-keywords): New variables.
5099 (grep-regexp-alist): Simplify regexp and add `binary' case.
5100 (grep-mode): New mode.
5101 (grep-process-setup): Simplify.
5102
5103 2004-03-11 Jason Rumney <jasonr@gnu.org>
5104
5105 * net/ldap.el (ldap-search-internal): Handle file URLs with drive
5106 letters on DOS/Windows.
5107
5108 2004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
5109
5110 * server.el (server-name): New var.
5111 (server-socket-dir): New var to replace server-socket-name.
5112 (server-start): Use them.
5113
5114 2004-03-11 Simon Josefsson <jas@extundo.com>
5115
5116 * mail/smtpmail.el (smtpmail-read-response): Abort if process has
5117 died to avoid infloop. Reported by Jonathan Glauner
5118 <jglauner@sbum.org>.
5119
5120 2004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
5121
5122 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
5123 (smerge-mode-menu): Use it to deactivate menu entries.
5124 (smerge-keep-current): New fun.
5125 (smerge-keep-current): Use it.
5126
5127 2004-03-10 John Paul Wallington <jpw@gnu.org>
5128
5129 * foldout.el (foldout-fold-list, foldout-modeline-string):
5130 Declare them as variables, not constants.
5131
5132 2004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5133
5134 * ps-print.el: Modification to print *Messages* buffer.
5135 (ps-print-version): New version 6.6.4.
5136 (ps-message-log-max): New fun.
5137 (ps-spool-without-faces, ps-spool-with-faces)
5138 (ps-count-lines-preprint): Code fix.
5139
5140 * printing.el: New tips in Tips section.
5141
5142 2004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5143
5144 * delim-col.el: Doc fix.
5145
5146 * printing.el: Doc fix. New doc section (Tips).
5147
5148 2004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
5149
5150 * type-break.el (type-break-emacs-variant): Remove.
5151 (type-break-run-at-time, type-break-cancel-function-timers):
5152 Use fboundp rather than version name and number.
5153
5154 2004-03-09 Masatake YAMATO <jet@gyve.org>
5155
5156 * hexl.el (hexl-mode): Use `make-local-variable' instead of
5157 `make-variable-buffer-local'.
5158
5159 2004-03-08 Michael Albinus <Michael.Albinus@alcatel.de>
5160
5161 * find-dired.el (find-dired): Call `shell-command' instead of
5162 `start-process-shell-command'. By this, Tramp takes over
5163 handling of remote directories.
5164
5165 2004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
5166
5167 * newcomment.el (comment-use-global-state): New var.
5168 (comment-search-forward): Use it.
5169
5170 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
5171
5172 * cus-edit.el (fill) <defgroup>: Move to fill.el.
5173
5174 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
5175 (enable-kinsoku): Make it a defcustom.
5176 (fill-comment-paragraph): Don't rely on fill-prefix to bound the
5177 paragraph to same-comment-start-marker.
5178
5179 2004-03-07 Dave Love <fx@gnu.org>
5180
5181 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
5182 (browse-url-mail): Use it.
5183
5184 * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
5185 (rfc2368-unhexify-string): Use replace-regexp-in-string.
5186
5187 2004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
5188
5189 * woman.el (woman-man.conf-path): Doc fix.
5190 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
5191
5192 2004-03-07 Eli Zaretskii <eliz@gnu.org>
5193
5194 * sort.el (sort-columns): Remove ms-dos from the list of systems
5195 where the external `sort' command is not used.
5196
5197 2004-03-07 Kim F. Storm <storm@cua.dk>
5198
5199 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
5200 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
5201 from overlay-arrow-variable-list.
5202 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
5203
5204 2004-03-06 Nick Roberts <nick@nick.uklinux.net>
5205
5206 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
5207 overlay arrow string properly for the assembler buffer.
5208
5209 2004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
5210
5211 * mail/sendmail.el (mail-mode): Fix last change.
5212
5213 2004-03-05 Nick Roberts <nick@nick.uklinux.net>
5214
5215 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
5216 for the assembler buffer.
5217 (gdb-assembler-custom): Position the overlay arrow.
5218 (gdb-put-arrow, gdb-remove-arrow): Delete functions.
5219
5220 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
5221
5222 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
5223
5224 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
5225 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
5226
5227 * mail/sendmail.el (mail-mode): Set comment-start-skip.
5228
5229 * newcomment.el (uncomment-region): Allow non-terminated comment.
5230 (comment-normalize-vars): Check the user-specified comstart marker.
5231
5232 2004-03-04 Jesper Harder <harder@ifa.au.dk>
5233
5234 * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
5235 Otherwise, do use it if the region only contains font-lock text
5236 properties.
5237
5238 2004-03-04 Masatake YAMATO <jet@gyve.org>
5239
5240 * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
5241 as the callback function for eldoc.
5242 (hexl-print-current-point-info): New function.
5243 (hexl-current-address): Print the address in both decimal
5244 and hexadecimal format.
5245
5246 2004-03-04 Richard M. Stallman <rms@gnu.org>
5247
5248 * mail/rmail.el (rmail-convert-to-babyl-format):
5249 Specify t for UNIBYTE when calling mail-unquote-printable-region.
5250
5251 * mail/mail-utils.el (mail-unquote-printable-region):
5252 New arg UNIBYTE.
5253
5254 * startup.el (command-switch-alist): Doc fix.
5255
5256 * simple.el (undo): Temporarily set this-command to `undo-start',
5257 then set it to `undo' once undo-start returns without error.
5258
5259 * simple.el (minibuffer-history-sexp-flag): Doc fix.
5260
5261 * simple.el (kill-line): Don't disregard trailing whitespace
5262 in eol condition, if show-trailing-whitespace is set.
5263
5264 * mouse-sel.el (mouse-sel-has-been-enabled): New var.
5265 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
5266 When disabling, restore old values only if mouse-sel-has-been-enabled.
5267
5268 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
5269 (isearch-{-char): New function.
5270 (isearch-mode-map): Bind { to isearch-{-char.
5271
5272 * font-lock.el (lisp-font-lock-keywords-2):
5273 Turn off the CL with-... and do-... general patterns.
5274 Instead, recognize several specific with... and do... constructs.
5275
5276 * files.el (switch-to-buffer-other-window):
5277 Bind same-window-buffer-names and same-window-regexps to nil.
5278 (switch-to-buffer-other-frame): Likewise.
5279
5280 2004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
5281
5282 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
5283 recognizing leading comment on code line.
5284
5285 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
5286
5287 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
5288 hidden files/directories.
5289
5290 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
5291
5292 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
5293 only comment-start (in case the mode hasn't set it).
5294
5295 * Makefile.in (AUTOGENEL): New var.
5296 (bootstrap-prepare): Rename from bootstrap-clean.
5297 Don't remove elc files.
5298 (maintainer-clean): New target.
5299
5300 * xml.el (xml-get-attribute-or-nil): Simplify.
5301
5302 2004-03-02 Juri Linkov <juri@jurta.org>
5303
5304 * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
5305 (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
5306 URL to prevent their substitution with the environment variable
5307 values by browsers.
5308
5309 2004-03-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5310
5311 * ps-print.el: Doc fix.
5312 (ps-print-version): New version number (6.6.3).
5313 (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
5314 Docstring fix.
5315 (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
5316 before printing.
5317 (ps-time-stamp-yyyy-mm-dd): New fun.
5318 (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
5319
5320 2004-03-02 Kim F. Storm <storm@cua.dk>
5321
5322 * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
5323
5324 2004-03-01 Juanma Barranquero <lektu@terra.es>
5325
5326 * allout.el (allout-rebullet-heading): Fix typo in docstring.
5327
5328 * desktop.el (desktop-file-version)
5329 (desktop-after-read-hook): Fix typos.
5330 (desktop-clear-preserve-buffers): Remove redundant info in
5331 docstring already shown by the obsolescence message.
5332 (desktop-truncate, desktop-internal-v2s)
5333 (desktop-value-to-string): Change argument name to match docstring.
5334
5335 * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
5336
5337 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
5338 docstring.
5339
5340 2004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5341
5342 * printing.el: Replace "As Is..." in PostScript file print/preview by
5343 "No Preprocessing...". Suggested by Colin Marquardt
5344 <_marquardt_@zmd.de>.
5345 (pr-insert-section-4): Adjust buffer interface.
5346
5347 2004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
5348
5349 Version 2.0.39 of Tramp released.
5350
5351 * net/tramp.el (tramp-handle-file-local-copy)
5352 (tramp-handle-write-region, tramp-open-connection-rsh):
5353 Variable name typo. Small change. From Patrick Tullmann
5354 <tullmann@flux.utah.edu>.
5355 (tramp-process-connection-type): New variable.
5356 (tramp-maybe-open-connection): Use it.
5357 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
5358 (tramp-touch): Set last-modified time of a remote file.
5359 (tramp-handle-write-region): Say which function is used when encoding.
5360
5361 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
5362
5363 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
5364 case of non-existing filename, too. Reported by Christoph Bauer
5365 <c_bauer@informatik.uni-kl.de>.
5366 (tramp-smb-get-file-entries): The directory in question should
5367 have permissions "drwxrwxrwx". Just virtual, because we don't
5368 know the real permissions. Don't we know?
5369 (tramp-smb-prompt): Add virtual prompt from listing shares, too.
5370 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
5371 (tramp-smb-wait-for-output): Optimize algorithm getting pending
5372 output. If it was received chunkwise, there have been problems.
5373 Remove the "prompt not found" error message; it is obvious.
5374 Simplify algorithm.
5375 (tramp-smb-process-running): Remove. Since we acknowledge the
5376 virtual prompt for shares, there's no need for distinction of
5377 reading shares (process ends afterwards) and interactive mode of
5378 smblient.
5379 (tramp-smb-open-connection): Setting process sentinel removed.
5380 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
5381 "NT_STATUS_NETWORK_ACCESS_DENIED".
5382 (tramp-smb-maybe-open-connection): Set `process-connection-type'
5383 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>.
5384 (top-level): Setting default value in `tramp-default-method-alist'
5385 corrected. Order of USER and HOST have been wrong.
5386 Nobody complained for months ...
5387 (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
5388 (tramp-smb-open-connection): Clear password cache if login has failed.
5389
5390 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
5391 `tramp-unified-filenames'.
5392 (tramp-completion-mode): Make test for XEmacs explicitely.
5393 `event-to-character' can exists in Emacs packages too.
5394 Reported by Matt Swift <swift@alum.mit.edu>.
5395 (tramp-buffer-name): Buffer name must contain the user if exists.
5396 Reported by Adrian Phillips <a.phillips@met.no>.
5397 (tramp-do-copy-or-rename-file): Handle out-of-band methods.
5398 Call `tramp-do-copy-or-rename-file-out-of-band' this case.
5399 (tramp-do-copy-or-rename-file-out-of-band): Rename from
5400 `tramp-do-copy-or-rename-file-one-local', because it handles also
5401 the case both files use the same out-of-band method.
5402 Implementation added.
5403 (tramp-handle-file-local-copy, tramp-handle-write-region):
5404 Out-of-band handling removed. `copy-file' called instead, which
5405 calls `tramp-do-copy-or-rename-file-out-of-band'.
5406 (tramp-action-password): Check for out-of-band method removed.
5407 This function is used for 'login-program.
5408 (tramp-post-connection): Use `tramp-method-out-of-band-p' when
5409 appropriate.
5410 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
5411 and `tramp-parse-sknownhosts'.
5412 (tramp-completion-function-alist): It's a defvar now, because we
5413 want to apply the optimized `tramp-set-completion-function'
5414 instead of a static list.
5415 (tramp-set-completion-function): Implementation tuned.
5416 Avoid double entries, and entries where the function or the
5417 file/directory doesn't exist.
5418 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
5419 for SSH2.
5420 (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
5421 (tramp-handle-dired-compress-file): New function.
5422 (tramp-async-proc): New variable.
5423 (tramp-handle-shell-command): Adding asynchronous processes.
5424 They are far from being perfect, but it works at least for
5425 `find-grep-dired' and `find-name-dired' in Emacs 21.4.
5426 (top-level): Require password.el if visible. Should be mandatory
5427 once No Gnus has found its way into (X)Emacs.
5428 (tramp-read-passwd): Invoke `password-read' if available,
5429 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
5430 fallback any longer.
5431 (tramp-clear-passwd): New function.
5432 (tramp-process-actions, tramp-process-multi-actions):
5433 Clear password cache if login has failed.
5434
5435 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has
5436 its own module.
5437 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
5438 `ange-ftp-ftp-name-res'. There could be incorrect values from
5439 previous calls in case the "ftp" method is used in the Tramp file
5440 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
5441
5442 2004-02-28 Richard M. Stallman <rms@gnu.org>
5443
5444 * term.el (term-mouse-paste): Call mouse-set-point.
5445
5446 * thumbs.el: New file.
5447
5448 2004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5449
5450 * progmodes/ebnf-abn.el: Doc fix.
5451
5452 * progmodes/ebnf-bnf.el: Doc fix.
5453 (ebnf-repeat): Code fix.
5454
5455 * progmodes/ebnf2ps.el: Doc fix.
5456 (ebnf-syntax-directory, ebnf-syntax-file): New funs.
5457
5458 2004-02-28 Juri Linkov <juri@jurta.org>
5459
5460 * ffap.el (dired-at-point): Additional writability test for
5461 relative directory names.
5462 (dired-at-point-prompter): Treat directories as a directory, get
5463 the directory component from files.
5464 (ffap-string-at-point): Return string from region if region is active.
5465 (ffap-file-at-point): Remove redundant code.
5466
5467 2004-02-28 Kim F. Storm <storm@cua.dk>
5468
5469 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
5470 Initialize margin area images to nil.
5471 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
5472 (breakpoint-enabled-bitmap-face)
5473 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
5474 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
5475 (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
5476 (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
5477 (gdb-reset): Use gdb-remove-breakpoint-icons.
5478 (gdb-put-string): Add dprop arg to specify alternative display
5479 property (for setting fringe bitmap).
5480 (gdb-remove-strings): Doc fix.
5481 (gdb-put-breakpoint-icon): New defun which displays a breakpoint
5482 icon in fringe (if available), or else as icon or text in display
5483 margin. Creates necessary icons in breakpoint-bitmap,
5484 breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
5485 Also make left window margin if required.
5486 (gdb-remove-breakpoint-icons): New defun to remove breakpoint
5487 icons inserted by gdb-put-breakpoint-icon. Remove left margin if
5488 no longer needed.
5489 (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
5490 gdb-put-breakpoint-icon.
5491 (gdb-assembler-mode): Don't set left-margin-width here.
5492
5493 2004-02-27 Kevin Ryde <user42@zip.com.au>
5494
5495 * info-look.el: In scheme-mode symbol regexp, disallow backquote and
5496 comma, so that it DTRT in macros.
5497
5498 2004-02-27 Markus Rost <rost@mathematik.uni-bielefeld.de>
5499
5500 * progmodes/sh-script.el (sh-shell-arg)
5501 (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
5502 (sh-leading-keywords, sh-other-keywords): Fix custom type.
5503
5504 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
5505
5506 * faces.el (face-spec-set-match-display): Add a new attribute,
5507 `min-colors'.
5508 (region, highlight, secondary-selection): Use `min-colors'.
5509
5510 * custom.el (defface): Add documentation for `min-colors'.
5511
5512 * font-lock.el (font-lock-comment-face, font-lock-string-face)
5513 (font-lock-keyword-face, font-lock-function-name-face)
5514 (font-lock-variable-name-face, font-lock-constant-face):
5515 Use `min-colors'.
5516
5517 * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
5518
5519 2004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5520
5521 * progmodes/ebnf2ps.el: Doc fix. For compatibility with Emacs 20,
5522 define assq-delete-all if it's not defined.
5523 (ebnf-generate-region): Code fix.
5524
5525 * printing.el: Doc fix.
5526 (pr-version): New version number (6.7.2).
5527 (pr-command): Return empty string if command is an empty string.
5528
5529 2004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5530
5531 * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
5532
5533 * progmodes/ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New
5534 arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
5535 semi-down-full. Fix a bug on productions like test = {"test"}* | (
5536 "tt" ["test"] ). Reported by Markus Dreyer
5537 <mdreyer@ix.urz.uni-heidelberg.de>.
5538 (ebnf-version): New version number (4.0).
5539 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
5540 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
5541 (ebnf-delete-style): New commands.
5542 (ebnf-directory, ebnf-file): New funs.
5543 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
5544 (ebnf-production-name-p, ebnf-stop-on-error): New options.
5545 (ebnf-syntax-alist): New var.
5546 (ebnf-element-width): New fun replacing ebnf-list-width.
5547 (ebnf-arrow-shape, ebnf-syntax): Custom fix.
5548 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
5549 (ebnf-prologue): Adjust vars.
5550 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
5551 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
5552 (ebnf-check-style-values, ebnf-generate-production)
5553 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
5554 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
5555 (ebnf-token-repeat): Code fix.
5556
5557 * progmodes/ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc,
5558 %right, %left and %prec. Suggested by Matthew K. Junker
5559 <junker@alum.mit.edu>.
5560 (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
5561
5562 * progmodes/ebnf-iso.el: Doc fix.
5563 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
5564 (ebnf-iso-lex): Code fix.
5565
5566 * progmodes/ebnf-bnf.el: Doc fix.
5567 (ebnf-bnf-lex): Code fix.
5568
5569 * progmodes/ebnf-otz.el: Doc fix.
5570
5571 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
5572
5573 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
5574 (abbrev-prefix-mark): Doc fix.
5575
5576 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
5577
5578 * gdb-ui.el (gud-watch): Load tooltip, if necessary.
5579 (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
5580 (gdb-var-delete): Make interactive (really).
5581 (gdb-edit-value): Make non-interactive.
5582
5583 * progmodes/gud.el (gud-speedbar-menu-items):
5584 Add gdb-var-delete and, indirectly, gdb-edit-value.
5585 (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
5586 (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
5587 (gud-gdb-marker-filter): Add comment for annotations.
5588
5589 2004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk>
5590
5591 * calendar/calendar.el (generate-calendar)
5592 (calendar-read-date): Prevent display of BC calendars once more -
5593 reverts 2003-10-01 change.
5594 (generate-calendar-month): Doc fix.
5595
5596 2004-02-03 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
5597
5598 * calendar/diary-lib.el (fancy-diary-display): Don't rely on
5599 return value of increment-calendar-month.
5600
5601 2004-02-21 Stephen Compall <s11@member.fsf.org>
5602
5603 * saveplace.el (save-place-forget-unreadable-files)
5604 (save-place-save-skipped, save-place-skip-check-regexp): New vars.
5605 (save-place-forget-unreadable-files): New function.
5606 (save-place-alist-to-file): Use it to filter out files that are
5607 no longer readable.
5608
5609 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
5610 current Texinfo environment, using the same method as in
5611 `texinfo-insert-@end', and insert a space rather than a newline if
5612 point in a @table environment.
5613
5614 2004-02-21 Juri Linkov <juri@jurta.org>
5615
5616 * ffap.el (ffap-file-at-point): Try parent directories.
5617
5618 2004-02-21 Klaus Zeitler <kzeitler@lucent.com>
5619
5620 * vcursor.el (vcursor-modifiers): New defcustom.
5621 (vcursor-cs-binding): Use vcursor-modifiers instead of a
5622 hard-coded list.
5623
5624 2004-02-21 Masatake YAMATO <jet@gyve.org>
5625
5626 * play/animate.el (animate-birthday-present): Accept names other
5627 than `Sarah', too.
5628
5629 2004-02-21 Juri Linkov <juri@jurta.org>
5630
5631 * startup.el: Remove table of command line arguments from the
5632 Commentary section.
5633
5634 2004-02-20 John Wiegley <johnw@newartisans.com>
5635
5636 * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
5637 again" modifier from 'e' to 'E', since 'e' is also used by the
5638 "file extension" modifier.
5639
5640 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
5641
5642 * help-fns.el (describe-categories): Doc fix.
5643
5644 2003-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
5645
5646 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
5647 temporary file for buffer already visiting one. This change makes
5648 output likely to be directly usable by patch program.
5649 Suggested by Adrian Aichner <adrian@xemacs.org>
5650
5651 2004-02-20 Nick Roberts <nick@nick.uklinux.net>
5652
5653 * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
5654 case of variables defined in compound statements.
5655 (gdb-setup-windows, gdb-source-info, gdb-source-info):
5656 Simplify constructions using switch-to-buffer.
5657
5658 2004-02-19 Simon Josefsson <jas@extundo.com>
5659
5660 * play/morse.el: Fix typo.
5661 (morse-code): Add @.
5662
5663 2004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
5664
5665 * calendar/appt.el (appt-display-format): Change default to
5666 'ignore, for backwards compatibility.
5667 (appt-display-message): If appt-display-format is 'ignore,
5668 respect old vars appt-msg-window and appt-visible.
5669 (appt-activate): Don't depend on return value of cancel-timer.
5670
5671 * calendar/calendar.el (calendar-holidays): Doc fix.
5672
5673 * calendar/cal-coptic.el (coptic-prompt-for-date):
5674 Use assoc-string instead of assoc-ignore-case.
5675 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
5676 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
5677 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
5678 * calendar/cal-islam.el (calendar-goto-islamic-date)
5679 (mark-islamic-diary-entries): Ditto.
5680 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
5681 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
5682 (calendar-read-mayan-tzolkin-date): Ditto.
5683 * calendar/calendar.el (calendar-read-date): Ditto.
5684 * calendar/diary-lib.el (mark-diary-entries): Ditto.
5685
5686 2004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de>
5687
5688 * progmodes/executable.el (executable-command-find-posix-p):
5689 Fix choice of the directory.
5690
5691 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
5692
5693 * simple.el (interprogram-cut-function)
5694 (interprogram-paste-function, kill-new, kill-append):
5695 Doc fixes.
5696 (kill-region): Make it return nil. Doc fix.
5697 (yank-pop): Make its argument optional.
5698 (yank): Make ARG `-' equivalent to `-1'.
5699
5700 2004-02-17 Eli Zaretskii <eliz@gnu.org>
5701
5702 * mail/rmail.el (rmail-get-new-mail): Don't reference
5703 rmail-use-spam-filter if rmail-spam-filter is not loaded.
5704
5705 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
5706
5707 * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
5708 if one of global-auto-revert-non-file-buffers or autorevert-mode
5709 is non-nil.
5710
5711 2004-02-16 Eli Zaretskii <eliz@gnu.org>
5712
5713 * subr.el (delete-dups): A better implementation from Karl Heuer
5714 <kwzh@gnu.org>.
5715
5716 2004-02-16 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
5717
5718 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
5719 correct place.
5720 * progmodes/icon.el (icon-indent-command): Ditto.
5721 * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
5722
5723 2004-02-16 Eli Zaretskii <eliz@gnu.org>
5724
5725 * progmodes/grep.el (grep-compute-defaults): Undo change from
5726 2004-01-29: don't use executable-command-find-posix-p.
5727
5728 2004-02-16 Richard Sharman <rsharman@pobox.com>
5729
5730 * hilit-chg.el: Use require instead of eval-and-compile.
5731 (highlight-compare-buffers): New function.
5732
5733 2004-02-16 John Basrai <jbasrai@comcast.net> (tiny change)
5734
5735 * man.el (Man-fontify-manpage): Render section headings in
5736 `Man-overstrike-face' even when overstrike was not used by man
5737 formatter for section headings.
5738
5739 2004-02-16 Eli Tziperman <eli@deas.harvard.edu>
5740
5741 * rmail-spam-filter.el: (vm-use-spam-filter)
5742 (rsf-min-region-length-added-to-spam-list): New variables.
5743 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
5744 rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for
5745 spam testing. Don't delete spam message if automatic deletion
5746 after output via variable rmail-delete-after-output is turned on.
5747 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
5748 rsf-bbdb-dont-create-entries-for-spam.
5749 (check-field): New function, extracted from code in
5750 rmail-spam-filter to ease addition of header fields like content-type.
5751 (message-content-type): New variable to check the content-type:
5752 field added, also in defcustom of rsf-definitions-alist.
5753 (rmail-spam-filter): Replace repeated test code for header fields
5754 by calls to check-field; change the call to
5755 rmail-output-to-rmail-file such that rmail-current-message stays
5756 the same to avoid wrong deletion of unseen flags.
5757 (rsf-add-contents-type): New function to convert old format
5758 of rmail-spam-definitions-alist into new one.
5759 Change prefixes of all variables and functions from
5760 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
5761
5762 2004-02-16 Eli Zaretskii <eliz@gnu.org>
5763
5764 * loadhist.el (unload-hook-features-list): New defvar.
5765
5766 2004-02-16 Dave Love <fx@gnu.org>
5767
5768 * loadhist.el (unload-feature): Doc fix. Rename flist to
5769 unload-hook-features-list.
5770
5771 2004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
5772
5773 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
5774 cookie. Don't check if we are looking-at open-formula.
5775
5776 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
5777
5778 * subr.el (match-string-no-properties): Use substring-no-properties.
5779
5780 2004-02-16 Eli Zaretskii <eliz@gnu.org>
5781
5782 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
5783 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
5784 Use lower-case "rx" in all error message.
5785
5786 2004-02-16 Dave Love <fx@gnu.org>
5787
5788 * emacs-lisp/rx.el (rx-or): Put group around result.
5789 (rx-constituents): Add backref.
5790 (rx-syntax): Add string-delimiter, comment-delimiter.
5791 (rx-categories): Add combining-diacritic.
5792 (rx-check-not, rx-greedy, rx): Doc fix.
5793 (rx-backref, rx-check-backref): New.
5794
5795 2004-02-16 Jesper Harder <harder@ifa.au.dk>
5796
5797 * newcomment.el (uncomment-region): Allow eob as comment end.
5798
5799 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
5800
5801 * filecache.el: All message and error commands now use prefix
5802 "Filecache:" to make it easy to read *Messages* buffer.
5803
5804 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
5805
5806 * autorevert.el: Add support to detect changed dired and VC buffers.
5807 (auto-revert-active-p, auto-revert-list-diff)
5808 (auto-revert-dired-file-list, auto-revert-dired-changed-p)
5809 (auto-revert-handler, auto-revert-active-p): New functions.
5810 (auto-revert-buffers): Move revert logic to `auto-revert-handler'
5811 and `auto-revert-active-p'.
5812 (eval-when-compile): Defvar dired-directory and vc-mode.
5813 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
5814 (auto-revert-handler-vc): New functions.
5815
5816 2004-02-16 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
5817
5818 * progmodes/compile.el (compilation-directory): New defvar.
5819 (compile): Save current directory in compilation-directory.
5820 (recompile): Bind default-directory to compilation-directory if
5821 that is non-nil.
5822
5823 2004-02-16 Dave Love <fx@gnu.org>
5824
5825 * newcomment.el (comment-insert-comment-function)
5826 (comment-region-function, uncomment-region-function): New.
5827 (comment-indent): Use comment-insert-comment-function.
5828 (uncomment-region): Use uncomment-region-function.
5829 (comment-region): Use comment-region-function.
5830
5831 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
5832
5833 2004-02-16 Richard Stallman <rms@gnu.org>
5834
5835 * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
5836 loaddefs* and ldefs-boot*.
5837
5838 2004-02-16 Eli Zaretskii <eliz@gnu.org>
5839
5840 * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
5841 and email address at the beginning and end of the address.
5842
5843 * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
5844 anchored at the beginning of the email address.
5845
5846 2004-02-16 TAKAI Kousuke <tak@kmc.gr.jp> (tiny change)
5847
5848 * international/ccl.el (ccl-compile-write): Pass `left' to
5849 ccl-embed-code to generate correct code of write-expr-register.
5850
5851 2004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change)
5852
5853 * progmodes/grep.el (grep-compute-defaults): Fix typos.
5854
5855 2004-02-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5856
5857 * x-dnd.el: Mention support for Motif in commentary.
5858 (x-dnd-handle-drag-n-drop-event): Ditto.
5859
5860 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
5861
5862 * ses.el: Use "ses--" prefixes for buffer-local variables.
5863 Use (point-min) instead of 1, even when we know the buffer
5864 is unnarrowed.
5865 (ses-build-load-map): Delete. Distribute its content to defconst's for
5866 the three maps.
5867 (ses-menu, ses-header-line-menu): New menus.
5868 (ses-mode-map): Use them.
5869 (ses-read-number) New fun. Duplicates code from interactive "N" spec.
5870
5871 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
5872
5873 * Makefile.in: Fix the CC Mode recompile kludge so it works
5874 when building in a different directory.
5875
5876 2004-02-13 Luc Teirlinck <teirllm@auburn.edu>
5877
5878 * simple.el (kill-new): Put yank-handler property on the entire string.
5879
5880 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
5881
5882 * diff.el: Don't use compile any more, use diff-mode instead.
5883 (diff-regexp-alist, diff-old-file, diff-new-file)
5884 (diff-parse-differences, diff-process-setup): Remove.
5885 (diff-sentinel): New fun.
5886 (diff): Use it. Run the process ourselves.
5887 Use diff-mode for the rest of the processing.
5888
5889 * diff.el (diff): Simplify code handling `switch'.
5890
5891 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
5892
5893 * pcvs-defs.el (cvs-menu): Add `tag'.
5894
5895 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
5896
5897 * simple.el (kill-append): Doc fix.
5898
5899 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
5900 Adapt outline-regexp to the new conventions for commenting out code.
5901
5902 2004-02-11 John Paul Wallington <jpw@gnu.org>
5903
5904 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
5905
5906 2004-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
5907
5908 * diff.el (diff-switches): New fun.
5909 (diff, diff-backup): Use it.
5910 (diff): Clean up the args construction. Use backquote.
5911 Use listp instead of consp to avoid putting a nil arg.
5912 (diff): Add a revert-buffer function.
5913
5914 2004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5915
5916 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
5917 handled by x-dnd-handle-file-name.
5918 (x-dnd-known-types): Add COMPOUND_TEXT.
5919 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
5920 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
5921 x-dnd-empty-state.
5922 (x-dnd-forget-drop): Ditto.
5923 (x-dnd-save-state): Add optional parameter extra-data (for Motif).
5924 (x-dnd-handle-one-url): Return private when inserting text.
5925 (x-dnd-insert-ctext): New function.
5926 (x-dnd-handle-file-name): New function for FILE_NAME.
5927 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
5928 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
5929 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
5930
5931 2004-02-10 Kenichi Handa <handa@m17n.org>
5932
5933 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
5934 instead of while loop.
5935
5936 2004-02-10 Miles Bader <miles@gnu.org>
5937
5938 * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
5939
5940 2004-02-09 Kenichi Handa <handa@m17n.org>
5941
5942 * tar-mode.el (tar-extract): Fix for the case that a file doesn't
5943 have end-of-line.
5944
5945 2004-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
5946
5947 * Makefile.in: Added extra dependencies in the recompile target
5948 needed to cope with the compile time macro expansions in CC Mode.
5949
5950 2004-02-09 Kim F. Storm <storm@cua.dk>
5951
5952 * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
5953 (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
5954 (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
5955 (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
5956 (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
5957 (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
5958 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
5959 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
5960 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
5961 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
5962 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
5963
5964 2004-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
5965
5966 * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
5967 Don't allow shrink if there's a window on our right.
5968
5969 * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
5970 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
5971 Bring together declaration and initialization.
5972 (prolog-mode-variables): Don't set the syntax table.
5973 Don't set paragraph-start and comment-indent-function.
5974 Add /*..*/ to the comment regexps.
5975 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map.
5976 (prolog-mode-map): Don't bind TAB.
5977 (prolog-mode): Set the syntax table.
5978 (prolog-comment-indent): Remove.
5979 (inferior-prolog-mode-map): Initialize in the declaration.
5980 (inferior-prolog-mode-syntax-table)
5981 (inferior-prolog-mode-abbrev-table): New vars.
5982 (inferior-prolog-mode): Derive from comint-mode.
5983 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
5984 minibuffer windows.
5985
5986 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
5987 in file names, as long as it is unabmiguous.
5988
5989 2004-02-08 Andreas Schwab <schwab@suse.de>
5990
5991 * textmodes/reftex-toc.el
5992 (reftex-toc-load-all-files-for-promotion): Remove useless use of
5993 format. Doc fix.
5994
5995 * textmodes/refer.el (refer-find-entry-internal): Remove extra
5996 format string arguments.
5997
5998 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
5999 string argument.
6000
6001 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
6002
6003 * play/zone.el (zone-call): Fix format string.
6004
6005 * net/webjump.el (webjump-builtin): Add missing format string argument.
6006
6007 * midnight.el (midnight-delay-set): Remove extra format string argument.
6008
6009 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
6010
6011 * hexl.el (hexl-insert-char): Add missing format string argument.
6012
6013 * format.el (format-decode): Fix format string.
6014
6015 * emulation/vi.el (vi-mode): Remove extra format string argument.
6016 (vi-repeat-last-search): Likewise.
6017 (vi-reverse-last-search): Likewise.
6018 (vi-goto-mark): Likewise.
6019 (vi-reverse-last-find-char): Likewise.
6020 (vi-repeat-last-find-char): Likewise.
6021 (vi-locate-def): Likewise.
6022
6023 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
6024
6025 * ediff-util.el (ediff-toggle-read-only): Remove extra format
6026 string argument.
6027 (ediff-toggle-regexp-match): Likewise.
6028
6029 * dired-aux.el (dired-do-query-replace-regexp): Add missing
6030 format string argument.
6031
6032 * calc/calc-map.el (calc-get-operator): Remove extra format
6033 string argument.
6034
6035 * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
6036
6037 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
6038 string argument.
6039
6040 * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
6041
6042 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
6043
6044 * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
6045
6046 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
6047 (cl-struct-setf-expander): Likewise.
6048
6049 * vc.el (with-vc-file): Fix unsafe uses of error.
6050 (vc-cancel-version): Likewise.
6051
6052 2004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change)
6053
6054 * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
6055 thousands separator; fixes <class>:<line-number> regexp for
6056 non-english locales.
6057
6058 2004-02-08 Andreas Schwab <schwab@suse.de>
6059
6060 * view.el (view-mode-enable): Revert previous change.
6061
6062 2004-02-07 Kim F. Storm <storm@cua.dk>
6063
6064 * simple.el (line-number-at-pos): Rename from line-at-pos.
6065 Uses changed (what-line and vc-annotate-warp-version).
6066
6067 2004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
6068
6069 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
6070 (diff-mode): Remove aborted attempt at support for compile.el.
6071 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
6072
6073 2004-02-06 Andreas Schwab <schwab@suse.de>
6074
6075 * view.el (view-mode-enable): Add view-mode-map to
6076 minor-mode-overriding-map-alist.
6077
6078 2004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6079
6080 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
6081
6082 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
6083
6084 * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
6085 with point inside rather than after the paragraph.
6086
6087 2004-02-04 Sam Steingold <sds@gnu.org>
6088
6089 * mail/smtpmail.el (smtpmail-try-auth-methods):
6090 Do not try authentication when no mechanism is available.
6091 Pass port-name as defaultport to `netrc-machine'.
6092
6093 2004-02-04 Stephen Eglen <stephen@gnu.org>
6094
6095 * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
6096 to show how minibuffer height can be constrained.
6097
6098 2004-02-04 John Paul Wallington <jpw@gnu.org>
6099
6100 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
6101
6102 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6103
6104 * x-dnd.el: New file for drag and drop.
6105
6106 * term/x-win.el: require x-dnd, set after-make-frame-functions
6107 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
6108 drag-n-drop event.
6109
6110 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
6111 (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
6112 (dired-dnd-handle-file): New functions for drag and drop support.
6113 (dired-mode): Initialize drag and drop if x-dnd present.
6114
6115 2004-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
6116
6117 * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
6118 (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
6119 (cperl-mode): Set fill-paragraph-function.
6120 (cperl-fill-paragraph): Make it non-interactive.
6121
6122 2004-02-02 Benjamin Rutt <brutt@bloomington.in.us>
6123
6124 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
6125
6126 2004-02-02 David Kastrup <dak@gnu.org>
6127
6128 * replace.el (perform-replace): Allow 'literal argument in
6129 regexp-flag to indicate literal replacement.
6130 (query-replace-regexp-eval): Use it.
6131
6132 2004-02-01 Andreas Schwab <schwab@suse.de>
6133
6134 * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
6135
6136 2004-02-01 Stephen Eglen <stephen@gnu.org>
6137
6138 * info-look.el: Add support for maxima-mode. Update commentary
6139 because info-lookup-symbol is now bound to C-h S.
6140
6141 2004-01-31 Luc Teirlinck <teirllm@auburn.edu>
6142
6143 * simple.el (edit-and-eval-command): Bind print-level and
6144 minibuffer-history-sexp-flag around call to read-from-minibuffer.
6145 Correct initial position in command-history.
6146
6147 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
6148
6149 * files.el (read-directory-name): Adapt the docstring to recent
6150 change in Fread_file_name.
6151
6152 2004-01-30 Jonathan Yavner <jyavner@member.fsf.org>
6153
6154 * ses.el (ses-print-cell): If print format too wide for column
6155 width, truncate decimal places if that helps to avoid "#####" fill.
6156 * ses.el (ses-initial-column-width): Revert previous change.
6157
6158 2004-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
6159
6160 * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
6161 (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
6162 Add edebug info.
6163 (jit-lock-mode): Setup/cancel the new timer.
6164 (jit-lock-context-fontify): New fun. Extracted from
6165 context fontification code of jit-lock-stealth-fontify.
6166 (jit-lock-stealth-fontify): Don't do context fontification any more.
6167
6168 * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
6169 (jit-lock-fontify-now): Handle the `quit' case.
6170 (jit-lock-contextually): Rename from jit-lock-defer-contextually.
6171
6172 2004-01-29 Jari Aalto <jari.aalto@poboxes.com>
6173
6174 * progmodes/executable.el (executable-command-find-posix-p):
6175 New. Check if find handles arguments Posix-style.
6176
6177 * progmodes/grep.el (grep-compute-defaults):
6178 Use executable-command-find-posix-p.
6179 (grep-find): Check `grep-find-command'.
6180
6181 * filecache.el (file-cache-find-posix-p): Delete.
6182 (file-cache-add-directory-using-find):
6183 Use `executable-command-find-posix-p'.
6184
6185 2004-01-29 Dave Love <fx@gnu.org>
6186
6187 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
6188 Iterate the hook function if arg is given.
6189 (mark-defun, narrow-to-defun): Change order of finding the limits.
6190
6191 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
6192 (byte-compile-format-warn): New.
6193 (byte-compile-callargs-warn): Use it.
6194 (Format, message, error): Add byte-compile-format-like property.
6195 (byte-compile-maybe-guarded): New.
6196 (byte-compile-if, byte-compile-cond): Use it.
6197 (byte-compile-lambda): Compile interactive forms,
6198 just to make warnings about them.
6199
6200 2004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
6201
6202 * ses.el (ses-initial-column-width): Increase to 14, so it will
6203 work well with the default printer of "%.7g" for extreme values
6204 like "-1.234567e+07".
6205
6206 2004-01-29 Kenichi Handa <handa@m17n.org>
6207
6208 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
6209
6210 2004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
6211
6212 * dos-w32.el: Added support for the `default-printer-name' function.
6213
6214 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
6215
6216 * server.el (server-socket-name): Don't use the hostname in the
6217 socket name since /tmp is local to the host anyway.
6218
6219 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
6220 robust check of widening and fix var-naming.
6221
6222 2004-01-27 Eli Tziperman <eli@deas.harvard.edu>
6223
6224 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
6225 or rmail-spam- to rsf- in all function and variable names.
6226 (rsf-min-region-to-spam-list): New variable.
6227 (rsf-bbdb-auto-delete-spam-entries): Rename from
6228 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
6229 scanned together with the recipients field for spam testing; Don't
6230 delete spam message if rmail-delete-after-output is non-nil;
6231 (rsf-check-field): New function, extracted from code in
6232 rmail-spam-filter to ease addition of header fields like
6233 content-type:;
6234 (message-content-type): New variable. The content-type: field was
6235 added also in defcustom of rsf-definitions-alist;
6236 (rmail-spam-filter): Replace repeated test code for header fields
6237 by calls to check-field; change the call to
6238 rmail-output-to-rmail-file such that rmail-current-message stays
6239 the same to avoid wrong deletion of unseen flags.
6240 (rmail-use-spam-filter): Add autoload cookie.
6241
6242 2004-01-27 Jari Aalto <jari.aalto@poboxes.com>
6243
6244 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin.
6245 (file-cache-add-directory-using-find): Add Cygwin support.
6246 (file-cache-find-command-posix-flag): New user variable.
6247
6248 * filecache.el (file-cache-add-directory): Check for
6249 directories an remove them from dir-files.
6250
6251 2004-01-27 Richard M. Stallman <rms@gnu.org>
6252
6253 * man.el (Man-fontify-manpage): Clean up message.
6254
6255 2004-01-27 Kenichi Handa <handa@m17n.org>
6256
6257 * textmodes/paragraphs.el (sentence-end-without-space): New variable.
6258 (sentence-end): Define using sentence-end-without-space.
6259
6260 * textmodes/fill.el (fill-delete-newlines): Don't add a space if
6261 a sentence ends with one of a character in sentence-end-without-space.
6262
6263 2004-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
6264
6265 * font-lock.el (font-lock): Add jit-lock as explicit group member.
6266 (jit-lock): Group declaration moved to jit-lock.el.
6267 (toplevel): Don't explicitly require jit-lock, since it's autoloaded
6268 when necessary.
6269
6270 * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
6271 (jit-lock-context-unfontify-pos): Rename from
6272 jit-lock-first-unfontify-pos.
6273 (jit-lock-defer-buffers): Rename from jit-lock-buffers.
6274
6275 2004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk>
6276
6277 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
6278 (fortran-break-delimiters-re, fortran-no-break-re): New consts.
6279 (fortran-fill): When filling a string, adjust re-search-backward
6280 argument for special case of string just on fill-column.
6281 When filling non-string, allow one extra char if
6282 fortran-break-before-delimiters is non-nil.
6283 Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
6284 Use fortran-break-delimiters-re and fortran-no-break-re to
6285 correctly handle cases such as "**".
6286
6287 * progmodes/f90.el (f90-break-delimiters): Doc fix.
6288 (f90-no-break-re): Add some extra tokens. Doc fix.
6289
6290 2004-01-24 Thien-Thi Nguyen <ttn@gnu.org>
6291
6292 * mail/rmail-spam-filter.el:
6293 Use two semicolons as Commentary line prefix.
6294 Add ";;; Code:" stylized comment.
6295 Delete end-of-line whitespace.
6296 Wrap (require 'cl) with `eval-when-compile'.
6297
6298 2004-01-23 Benjamin Rutt <brutt@bloomington.in.us>
6299
6300 * vc.el (vc-annotate): Fix improper use of `make-local-variable'
6301 at the top level of vc.el.
6302
6303 2004-01-23 Andre Spiegel <spiegel@gnu.org>
6304
6305 * vc.el (vc-current-line): Function removed. This is now done by
6306 the new function line-at-pos in simple.el.
6307 (vc-annotate-warp-version): Use line-at-pos instead of
6308 vc-current-line.
6309
6310 2004-01-22 Kim F. Storm <storm@cua.dk>
6311
6312 * simple.el (line-at-pos): New defun.
6313 (what-line): Use it. Optimize by only counting lines in narrowed
6314 region once.
6315
6316 2004-01-22 Kenichi Handa <handa@m17n.org>
6317
6318 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
6319 point (register r1) only for charset mule-unicode-0100-24ff.
6320
6321 2004-01-21 Markus Rost <rost@mathematik.uni-bielefeld.de>
6322
6323 * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
6324 trailing white space and ensure a final newline.
6325
6326 * mail/rmail-spam-filter.el (rmail-use-spam-filter):
6327 Add autoload cookie.
6328
6329 2004-01-21 Benjamin Rutt <brutt@bloomington.in.us>
6330
6331 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
6332 activate view-mode explicitly.
6333
6334 2004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6335
6336 * term/x-win.el: Call menu-bar-enable-clipboard and make Paste
6337 use clipboard first.
6338
6339 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
6340
6341 * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work.
6342 (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
6343 (vc-mcvs-cvs): Remove.
6344 (vc-mcvs-command): Remove use of assert.
6345
6346 * outline.el (outline-insert-heading): Tighten up match.
6347 (outline-demote, outline-move-subtree-down): Don't assume anything
6348 about outline-regexp.
6349
6350 * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
6351 (texinfo-show-structure): Explicitly add ^, and simplify.
6352
6353 2004-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
6354
6355 * calendar/appt.el (appt-check): Restore usage of
6356 appt-issue-message deleted in previous change.
6357 (top-level): Activate package when loaded (needed for backwards
6358 compatibility).
6359
6360 2004-01-20 Jesper Harder <harder@ifa.au.dk>
6361
6362 * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
6363 following previous change to smtpmail-send-data.
6364
6365 2004-01-20 Benjamin Rutt <brutt@bloomington.in.us>
6366
6367 * vc.el (vc-default-previous-version): Doc enhancement.
6368 (vc-default-next-version): New function.
6369 (vc-print-log): New arg FOCUS-REV.
6370 (vc-annotate-mode): Derive from view-mode.
6371 (vc-annotate): New args REVISION, DISPLAY-MODE.
6372 (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
6373 (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
6374 (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
6375 (vc-annotate-show-diff-revision-at-line, vc-current-line)
6376 (vc-annotate-prev-version, vc-annotate-next-version): New functions.
6377
6378 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
6379
6380 2004-01-19 Karl Berry <karl@gnu.org>
6381
6382 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
6383 or "TexInfo".
6384
6385 2004-01-19 Luc Teirlinck <teirllm@auburn.edu>
6386
6387 * subr.el (delete-dups): New function.
6388
6389 2004-01-19 Karl Berry <karl@gnu.org>
6390
6391 * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
6392 with ^, since that's what texinfo-show-structure
6393 documentation says (plus it works much better in texinfo.txi).
6394
6395 2004-01-18 Jesper Harder <harder@ifa.au.dk>
6396
6397 * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
6398
6399 2004-01-18 David Ponce <david@dponce.com> (tiny change)
6400
6401 * progmodes/which-func.el (which-function-mode): Don't cancel
6402 which-func-update-timer if not set.
6403
6404 2004-01-17 Thien-Thi Nguyen <ttn@gnu.org>
6405
6406 * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
6407 Remove spurious left square bracket in XX:XXam regexp.
6408
6409 2004-01-16 Luc Teirlinck <teirllm@auburn.edu>
6410
6411 * progmodes/cc-defs.el: Do not require cl at run time.
6412
6413 2004-01-16 Richard M. Stallman <rms@gnu.org>
6414
6415 * emacs-lisp/cl.el (cl-cannot-unload): New function.
6416 (cl-unload-hook): Defvar this to run cl-cannot-unload.
6417
6418 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
6419 Call rmail-spam-filter. Delete and expunge spam.
6420 Print number of spam messages deleted.
6421 Save and restore the deletion status of old messages when reading
6422 new mail with spam filter, so that expunging spam does not expunge
6423 msgs deleted by the user.
6424 (rmail-only-expunge): Add an optional argument dont-show to
6425 prevent showing message after expunge.
6426
6427 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
6428
6429 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
6430 * subr.el (declare): New macro.
6431
6432 2004-01-15 Thien-Thi Nguyen <ttn@gnu.org>
6433
6434 * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
6435
6436 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
6437
6438 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
6439 Test window-system rather than system-type (for X11/Mac).
6440
6441 2004-01-12 Luc Teirlinck <teirllm@auburn.edu>
6442
6443 * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
6444
6445 2004-01-12 Richard M. Stallman <rms@gnu.org>
6446
6447 * mail/rmail.el (rmail-convert-to-babyl-format):
6448 Use mail-unquote-printable-region.
6449 (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
6450 (rmail-hex-char-to-integer): Functions deleted.
6451
6452 * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
6453 (mail-unquote-printable-region): New arg NOERROR.
6454 For invalid encoding, either signal an error to just return nil.
6455
6456 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
6457
6458 * calendar/appt.el: Update copyright and commentary.
6459 (appt-issue-message): Make obsolete.
6460 (appt-visible, appt-msg-window): Make obsolete, in favour of
6461 appt-display-format.
6462 (appt-display-mode-line, appt-display-duration)
6463 (appt-display-diary, appt-time-msg-list, appt-mode-string)
6464 (appt-prev-comp-time, appt-display-count, appt-timer)
6465 (appt-convert-time): Doc change.
6466 (appt-disp-window-function, appt-delete-window-function):
6467 Use defcustom rather than defvar.
6468 (appt-display-format): New variable.
6469 (appt-display-message): New function with display code from appt-check.
6470 (appt-check): Add optional FORCE argument. Doc change.
6471 Add appt-make-list to diary-hook if displaying diary.
6472 Remove checking of view-diary-entries-initially.
6473 Message display section removed to new function appt-display-message.
6474 (appt-display-window): Doc change. Remove unused internal var
6475 this-buffer. Do not beep, since appt-display-message does that.
6476 (appt-make-list): Doc change. Use caar.
6477 (appt-sort-list): Simplify by using builtin sort function.
6478 (appt-update-list): New function for updating appts when diary is
6479 saved.
6480 (appt-activate): New autoloaded function to toggle package
6481 functionality.
6482
6483 * calendar/cal-x.el: (calendar-one-frame-setup)
6484 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
6485
6486 * calendar/calendar.el: Update copyright.
6487 (view-diary-entries-initially, european-calendar-style): Doc change.
6488 (calendar-setup): Make defcustom rather than defvar.
6489 (mark-visible-calendar-date): Initialize temp-face and faceinfo
6490 in let binding so local to function.
6491
6492 * calendar/diary-lib.el: Update copyright.
6493 (diary, diary-entry-time): Doc change.
6494 (list-diary-entries): Doc change. Trivial logic change.
6495 (fancy-diary-display): Restore make-face command mistakenly
6496 deleted 2003-05-08.
6497 (show-all-diary-entries): Allow to pop-up frame if needed.
6498
6499 2004-01-09 John Paul Wallington <jpw@gnu.org>
6500
6501 * bindings.el (mode-line-change-eol): Add EVENT parameter.
6502 Temporarily select EVENT's window for changing eol type.
6503
6504 2004-01-09 Deepak Goel <deego@gnufans.org>
6505
6506 * calendar/diary-lib.el (diary-entry-time):
6507 Also accept time in the form XX[.XX][am/pm/AM/PM].
6508 (fancy-diary-font-lock-keywords): Likewise.
6509 (diary-font-lock-keywords): Likewise.
6510 * calendar/appt.el (appt-add): Likewise.
6511 (appt-make-list): Likewise.
6512 (appt-convert-time): Likewise.
6513
6514 2004-01-08 Nick Roberts <nick@nick.uklinux.net>
6515
6516 * gdb-ui.el (gdb-ann3): Revert previous change.
6517 (gdb-source-info): Allow for case of where compilation directory
6518 is not recorded.
6519
6520 2004-01-08 John Paul Wallington <jpw@gnu.org>
6521
6522 * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
6523
6524 2004-01-07 Nick Roberts <nick@nick.uklinux.net>
6525
6526 * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
6527
6528 * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
6529 (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
6530 problems.
6531 (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
6532
6533 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
6534
6535 * files.el (write-file-functions, write-contents-functions):
6536 Clarify docstrings.
6537
6538 2004-01-07 Kenichi Handa <handa@m17n.org>
6539
6540 * international/mule.el (set-auto-coding): Fix for the case that
6541 end-of-line is only CR.
6542
6543 2004-01-07 Kim F. Storm <storm@cua.dk>
6544
6545 * subr.el (event-start, event-end): Doc fix.
6546 (posn-string, posn-image): New defuns.
6547 (posn-object): Return either image or string object.
6548 (posn-object-x-y): Return 8th element of position.
6549 (posn-object-width-height): New defun.
6550
6551 2004-01-06 Andreas Schwab <schwab@suse.de>
6552
6553 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
6554 output.
6555
6556 2004-01-05 Karl Berry <karl@gnu.org>
6557
6558 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
6559 / and *, too.
6560
6561 2003-12-31 Simon Josefsson <jas@extundo.com>
6562
6563 * files.el (before-save-hook): Add.
6564 (basic-save-buffer): Use before-save-hook.
6565
6566 * emacs-lisp/copyright.el: Fix comment to recommend
6567 before-save-hook instead of write-file-functions.
6568
6569 2004-01-05 Richard M. Stallman <rms@gnu.org>
6570
6571 * finder.el (finder-commentary): Call delete-other-windows.
6572
6573 * net/ange-ftp.el (ange-ftp-file-attributes):
6574 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
6575
6576 2004-01-04 Karl Berry <karl@gnu.org>
6577
6578 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
6579 comment characters % and # in the copyright year notice,
6580 as well as ;.
6581
6582 2004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
6583
6584 * wid-edit.el (default): Define dummy :value-delete.
6585 Reported by Jesper Harder <harder@ifa.au.dk>.
6586
6587 2004-01-03 Richard M. Stallman <rms@gnu.org>
6588
6589 * progmodes/compile.el (compile-internal): Use point, not point-min,
6590 for set-window-point.
6591
6592 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
6593
6594 * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
6595
6596 * progmodes/grep.el (grep-mode-map):
6597 Don't remap next-line, previous-line.
6598
6599 2004-01-03 Eric M. Ludlam <eric@siege-engine.com>
6600
6601 * speedbar.el (speedbar-edit-line): Change regexp to position
6602 the cursor on the first character of this line's button.
6603
6604 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
6605
6606 * subr.el (functionp): Doc fix.
6607
6608 2004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change)
6609
6610 * progmodes/idlwave.el (idlwave-make-tags):
6611 * textmodes/flyspell.el (flyspell-large-region):.
6612 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
6613 * emulation/viper-util.el (viper-glob-unix-files):
6614 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
6615 * man.el (Man-init-defvars):
6616 * jka-compr.el (jka-compr-call-process):
6617 * files.el (get-free-disk-space,insert-directory):
6618 * ediff-ptch.el (ediff-test-patch-utility):
6619 * ediff-diff.el (ediff-test-utility):
6620 * dired-aux.el (dired-check-process):
6621 * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
6622 test the return value of call-process, because it can be a string.
6623
6624 2003-12-31 John Paul Wallington <jpw@gnu.org>
6625
6626 * bindings.el (completion-ignored-extensions): Add .pfsl.
6627
6628 2003-12-31 Kim F. Storm <storm@cua.dk>
6629
6630 * ido.el (ido-nonreadable-directory-p): New defun to check for
6631 nonreadable directory without activating tramp (to avoid problems
6632 with checking incomplete tramp paths).
6633 (ido-set-current-directory, ido-file-internal)
6634 (ido-file-name-all-completions1): Use it.
6635
6636 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
6637
6638 * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
6639 documentation if the anchor (or node) name is preceded by `info
6640 anchor' or `Info anchor' in addition to earlier `info node' and
6641 `Info node'.
6642 (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
6643
6644 2003-12-30 Eli Zaretskii <eliz@gnu.org>
6645
6646 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
6647 error in arguments to base64-decode-region. Remove ^M characters
6648 after decoding base64.
6649
6650 2003-12-30 Simon Josefsson <jas@extundo.com>
6651
6652 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
6653 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
6654 have only been distributed with Emacs for some years.
6655 (texinfo-mode-hook): Customize.
6656
6657 2003-12-30 Eli Zaretskii <eliz@gnu.org>
6658
6659 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
6660 cleaner (suggested by Richard Stallman).
6661
6662 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
6663 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
6664 file-name clashes on 8+3 DOS filesystems.
6665
6666 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
6667 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
6668 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
6669 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
6670 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
6671 file-name clashes on 8+3 filesystems.
6672
6673 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
6674 Renamed from testcover-unsafep.el and testcover-ses.el to avoid
6675 file-name clashes on 8+3 DOS filesystems.
6676
6677 2003-12-29 Richard M. Stallman <rms@gnu.org>
6678
6679 * mail/mail-utils.el (mail-unquote-printable-hexdigit):
6680 Upcase the character.
6681
6682 * textmodes/flyspell.el (mail-mode-flyspell-verify):
6683 Search for header separator alone on a line, literally,
6684 and search for it backward, not forward.
6685 (flyspell-abbrev-table): Always use global-abbrev-table
6686 if there is no local one.
6687
6688 * progmodes/sh-script.el (sh-get-indent-info):
6689 Don't move point back if at bob.
6690
6691 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
6692
6693 * play/handwrite.el (handwrite): Make the handwrite credit message
6694 a comment rather than an output command.
6695
6696 * obsolete/sc.el: Display message that this file is obsolete.
6697
6698 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
6699
6700 * mail/rfc822.el (rfc822-address-start): Declare variable.
6701 Renamed from address-start. All uses changed.
6702
6703 * term.el (term-exec): Set up sentinel.
6704 (term-sentinel): New function.
6705 (term-handle-exit): New function.
6706
6707 * subr.el (assoc-ignore-case, assoc-ignore-representation):
6708 Use assoc-string, and mark them obsolete.
6709 (delay-mode-hooks): Mark as permanent local.
6710
6711 * simple.el (sendmail-user-agent-compose): Use assoc-string.
6712
6713 * register.el (copy-rectangle-to-register): Doc fix.
6714
6715 * info.el (Info-insert-dir): Use assoc-string.
6716
6717 * info-look.el (info-lookup): Use assoc-string.
6718
6719 * frame.el (pop-up-frame-function): Use quote, not `function'.
6720 (frame-notice-user-settings): Calculate ADJUSTED-TOP
6721 copying with lists as coordinate values.
6722
6723 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
6724
6725 * find-dired.el (kill-find): New command.
6726 (find-dired): Make buffer read-only.
6727 Set up a keymap with C-c C-k running kill-find.
6728 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
6729
6730 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
6731
6732 * filecache.el (file-cache-ignore-case): New variable.
6733 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
6734
6735 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
6736 (comint-dynamic-complete-as-filename): Rename local vars.
6737 (comint-dynamic-list-filename-completions): Likewise.
6738
6739 * comint.el (comint-dynamic-list-completions-config): New var.
6740 (comint-dynamic-list-completions): Handle both SPC and TAB right.
6741
6742 * comint.el (comint-file-name-chars): Add [].
6743 (comint-word): Use skip-chars-backward, not search.
6744
6745 * shell.el (shell-file-name-chars): Add [].
6746
6747 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
6748
6749 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
6750
6751 * generic.el (define-generic-mode): Doc fix.
6752
6753 2003-12-29 Eli Zaretskii <eliz@gnu.org>
6754
6755 * files.el (kill-some-buffers): Doc fix.
6756
6757 2003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
6758
6759 * comint.el (comint-watch-for-password-prompt): Pass `string' as
6760 arg to send-invisible
6761 (send-invisible): Doc fix. The argument is now a prompt, not the
6762 string to send.
6763 (comint-read-noecho): Doc fix.
6764
6765 2003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
6766
6767 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
6768 "@", as required by some ISP hosting service. Fix defcustom
6769 argument syntax errors that prevented use of customization.
6770
6771 2003-12-29 Eli Zaretskii <eliz@gnu.org>
6772
6773 * xml.el (xml-get-attribute-or-nil): Doc fix.
6774
6775 2003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
6776
6777 * net/zone-mode.el (zone-mode): Use write-file-functions, not
6778 write-file-hooks.
6779
6780 2003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
6781
6782 * autorevert.el (auto-revert-interval): Doc fix.
6783
6784 2003-12-29 Mark A. Hershberger <mah@everybody.org>
6785
6786 * xml.el (xml-get-attribute-or-nil): New function, like
6787 xml-get-attribute, but returns nil if the attribute was not found.
6788 (xml-get-attribute): Convert to defsubst, uses
6789 xml-get-attribute-or-nil.
6790
6791 2003-12-29 Eli Zaretskii <eliz@gnu.org>
6792
6793 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
6794
6795 2003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
6796
6797 * custom.el (custom-declare-theme): Use `value' when putting
6798 properties on `theme'.
6799
6800 2003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
6801
6802 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
6803 for each yank-handler segment.
6804 (insert-for-yank-1): New function, with the body of the previous
6805 insert-for-yank.
6806
6807 * textmodes/table.el (table-yank-handler): New defcustom.
6808 (table--put-cell-indicator-property): Put yank-handler property
6809 that indicates the yank handler for the table cell.
6810
6811 2003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
6812
6813 * generic-x.el (etc-modules-conf-generic-mode): A more complete
6814 set of keywords.
6815
6816 2003-12-29 Eli Zaretskii <eliz@gnu.org>
6817
6818 * international/mule-cmds.el (reset-language-environment)
6819 (set-language-environment): Don't invoke fontset-related functions
6820 if fontset-list is not fboundp.
6821
6822 2003-12-29 Kenichi Handa <handa@m17n.org>
6823
6824 * international/mule-cmds.el (reset-language-environment):
6825 Call set-overriding-fontspec-internal with nil.
6826 (set-language-environment): Call set-overriding-fontspec-internal
6827 if the language environment specify `overriding-fontspec'.
6828 (language-info-alist): Doc added.
6829
6830 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
6831 characters of mule-unicode-0100-24ff.
6832 (ccl-encode-windows-1251-font): New CCL program.
6833 ("Bulgarian"): Specify overriding-fontspec.
6834 ("Belarusian"): Likewise.
6835
6836 2003-12-28 Sam Steingold <sds@gnu.org>
6837
6838 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
6839 parameter ID-FORMAT to conform with the 2003-11-30 patch.
6840
6841 2003-12-28 Nick Roberts <nick@nick.uklinux.net>
6842
6843 * progmodes/gud.el (gud-gdb-command-name): Set default to
6844 "gdb --annotate=3".
6845 (gud-gdb-marker-filter): Look out for annotations.
6846 (gdb-first-pre-prompt): New variable.
6847 Remove trailing white space.
6848
6849 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
6850 if necessary.
6851 (gdb-ann3): New function. Initialise M-x gdb as for M-x gdba if
6852 annotations are detected.
6853 (gud-gdba-marker-filter): Use global variable gud-marker-acc
6854 instead of a local one to allow transition from
6855 gud-gdb-marker-filter.
6856 Remove trailing white space.
6857
6858 2003-12-27 Kim F. Storm <storm@cua.dk>
6859
6860 * ido.el: Handle non-readable directories.
6861 (ido-decorations): Add 9th element for non-readable directory.
6862 (ido-directory-nonreadable): New dynamic var.
6863 (ido-set-current-directory): Set it.
6864 (ido-read-buffer, ido-file-internal):
6865 (ido-read-file-name, ido-read-directory-name): Let-bind it.
6866 (ido-file-name-all-completions1): Return empty list for
6867 non-readable directory.
6868 (ido-exhibit): Print [Not readable] if directory is not readable.
6869 (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
6870 (ido-read-file-name, ido-file-internal, ido-read-directory-name):
6871 Use it.
6872
6873 2003-12-27 Lars Hansen <larsh@math.ku.dk>
6874
6875 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
6876 calls to directory-files-and-attributes and file-attributes.
6877 (ls-lisp-format): Remove system dependent handling of user and
6878 group id's.
6879
6880 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
6881
6882 * ffap.el (ffap-read-file-or-url): Revert previous change.
6883
6884 2003-12-25 Robert J. Chassell <bob@rattlesnake.com>
6885
6886 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
6887 new list of included files called `files-with-node-lines', that
6888 only have node lines. This way @include commands can include any
6889 file, such as version and update files without node lines, not
6890 just files that are chapters.
6891
6892 2003-12-25 Andreas Schwab <schwab@suse.de>
6893
6894 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
6895 file not found.
6896
6897 2003-12-08 Miles Bader <miles@gnu.org>
6898
6899 * dired.el (dired-between-files): Always use dired-move-to-filename,
6900 which is more robust in non-english locales.
6901
6902 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
6903
6904 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
6905
6906 2003-12-24 Andreas Schwab <schwab@suse.de>
6907
6908 * shell.el (shell-file-name-quote-list): Add backslash.
6909
6910 * comint.el (comint-quote-filename): Correctly handle backslash
6911 in comint-file-name-quote-list.
6912
6913 2003-12-24 Kenichi Handa <handa@m17n.org>
6914
6915 * international/mule-cmds.el (set-default-coding-systems):
6916 Call ucs-set-table-for-input for all buffers that don't have local
6917 value of buffer-file-coding-system.
6918
6919 * international/ucs-tables.el (ucs-set-table-for-input):
6920 If translation-table-for-encode is a symbol, get its
6921 translation-table property.
6922
6923 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
6924
6925 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
6926 to `completing-read' on a recently fixed bug.
6927
6928 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
6929 instead of SPACE, to get the list of possible fringe modes.
6930 SPACE only works if both `partial-completion-mode' and
6931 `completion-auto-help' are nil.
6932
6933 * complete.el (PC-is-complete-p): Delete.
6934 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
6935 calls to `test-completion'.
6936
6937 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
6938
6939 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
6940 to edit values when there are no children.
6941
6942 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
6943 a mode called "Assembler" already exists.
6944 (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
6945 (gud-watch): Use format option. Remove font properties from string.
6946 (gdb-var-create-handler, gdb-var-list-children-handler):
6947 Don't bother about properties as there are none.
6948 (gdb-var-create-handler, gdb-var-list-children-handler)
6949 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
6950 with two arguments.
6951 (gdb-var-evaluate-expression-handler, gdb-post-prompt):
6952 Let speedbar show value changes with a different font.
6953 (gdb-edit-value): New defun.
6954 (gdb-clear-partial-output, gdb-clear-inferior-io)
6955 (def-gdb-auto-update-handler): Use erase-buffer.
6956 (gdb-frame-handler): Display watch expressions in
6957 FUNCTION::VARIABLE format if required.
6958
6959 2003-12-23 John Paul Wallington <jpw@gnu.org>
6960
6961 * info.el (Info-unescape-quotes, Info-split-parameter-string)
6962 (Info-goto-emacs-command-node): Doc fixes.
6963
6964 2003-12-12 Jesper Harder <harder@ifa.au.dk>
6965
6966 * cus-edit.el (custom-add-parent-links): Define "many".
6967
6968 2003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
6969
6970 * wid-edit.el (widget-child-value-get, widget-child-value-inline)
6971 (widget-child-validate, widget-type-value-create)
6972 (widget-type-default-get, widget-type-match): New functions.
6973 (lazy): New widget.
6974 (menu-choice, checklist, radio-button-choice, editable-list)
6975 (group, documentation-string): Remove redundant (per 2003-10-25
6976 change) calls to `widget-children-value-delete'.
6977 (widget-choice-value-get, widget-choice-value-inline): Remove.
6978 (menu-choice): Update widget.
6979
6980 2003-12-03 Kenichi Handa <handa@m17n.org>
6981
6982 * language/cyrillic.el: Register "microsoft-cp1251" in
6983 ctext-non-standard-encodings-alist.
6984 ("Bulgarian"): Add ctext-non-standard-encodings.
6985 ("Belarusian"): Likewise.
6986
6987 * international/mule-conf.el (compound-text-with-extensions):
6988 Change the type to 2 (iso-2022 base).
6989
6990 * international/mule.el (ctext-non-standard-encodings-alist):
6991 Change the format.
6992 (ctext-non-standard-encodings): New variable.
6993 (ctext-post-read-conversion): Fully re-written.
6994 (ctext-non-standard-designations-alist): Delete it.
6995 (ctext-non-standard-encodings-table): New function.
6996 (ctext-pre-write-conversion): Fully re-written.
6997
6998 2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
6999
7000 * cus-edit.el (custom-add-parent-links): Add documentation links
7001 for parent, if the item has none of its own.
7002
7003 2003-11-30 Richard M. Stallman <rms@gnu.org>
7004
7005 * dired-aux.el (dired-do-query-replace-regexp):
7006 Report files visited read-only.
7007
7008 2003-11-30 Juri Linkov <juri@jurta.org>
7009
7010 * dired-aux.el (dired-compare-directories): New command.
7011 (dired-file-set-difference, dired-files-attributes): New functions.
7012
7013 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
7014 Version 2.0.38 of Tramp released.
7015
7016 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
7017 Charles Curley <charlescurley@charlescurley.com>.
7018 (tramp-multi-connection-function-alist): Add ssht entry which adds
7019 "-e none -t -t" to the list of ssh args. Suggested by Adrian
7020 Aichner.
7021 (tramp-get-method-parameter): New function to retrieve a method
7022 parameter. This allows for omission of method parameters.
7023 Callers adjusted.
7024
7025 2003-11-30 Michael Albinus <Michael.Albinus@alcatel.de>
7026
7027 * net/tramp.el: Add new optional parameter ID-FORMAT to
7028 `file-attributes'. Calls of `file-attributes' won't use this
7029 parameter for backward compatibility reasons.
7030 (tramp-perl-file-attributes): Add a new parameter to Perl script
7031 in order to handle uid/gid as strings, if desired.
7032 (tramp-handle-file-truename, tramp-handle-file-symlink-p):
7033 Apply `file-attributes' instead of `tramp-handle-file-attributes' in
7034 order to make the function more general.
7035 (tramp-handle-file-attributes): Replace proprietary optional
7036 parameter NONNUMERIC by the recently (Emacs 21.4) introduced ID-FORMAT.
7037 (tramp-handle-file-attributes-with-perl): Handle parameter
7038 NONNUMERIC if set. This wasn't done in the past.
7039 (tramp-post-connection): Apply second parameter "$2" if
7040 `tramp-remote-perl' is called.
7041
7042 * net/tramp-smb.el (tramp-smb-handle-delete-file):
7043 Correct cut'n'waste error (`filename' instead of `directory').
7044 (tramp-smb-handle-directory-files-and-attributes)
7045 (tramp-smb-handle-file-attributes): Add recently (Emacs 21.4)
7046 introduced parameter ID-FORMAT.
7047 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
7048 error (`directory' instead of `ldir').
7049
7050 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
7051 `file-attributes' has a second parameter. If yes, apply it with
7052 value "'integer". Otherwise, don't use that parameter (default is
7053 integer format).
7054
7055 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
7056
7057 * help.el (help-map): Bind `display-local-help' to `C-h .'.
7058 (help-for-help): Add `C-h .' to the listed Help options.
7059 Remove trailing whitespace.
7060
7061 * help-at-pt.el: New file.
7062
7063 2003-11-30 Jonathan Yavner <jyavner@member.fsf.org>
7064
7065 * subr.el (noreturn, 1value): New macros for test coverage.
7066 See `testcover.el'.
7067
7068 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
7069
7070 * emacs-lisp/testcover.el (testcover-reinstrument): Special case
7071 for macro `1value'.
7072 (testcover-1value): New function. Checks that a 1value form
7073 actually returns only one value. Requested by RMS.
7074
7075 2003-11-29 Nick Roberts <nick@nick.uklinux.net>
7076
7077 * gdb-ui.el (gud-watch, gdb-var-create-handler)
7078 (gdb-var-list-children, gdb-var-list-children-handler)
7079 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
7080 gdb commands that use mi to keep them out of the command history.
7081
7082 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7083
7084 * cus-start.el (all): Add use-file-dialog.
7085
7086 2003-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
7087
7088 * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
7089
7090 2003-11-27 Kim F. Storm <storm@cua.dk>
7091
7092 * subr.el (posn-object-x-y): New defun.
7093
7094 2003-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
7095
7096 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
7097 Don't use `space' for \\\n.
7098 Be more selective as to which # are comment-starters.
7099
7100 2003-11-26 Luc Teirlinck <teirllm@auburn.edu>
7101
7102 * subr.el (number-sequence): Improve handling of floating point
7103 arguments (suggested by Kim Storm). Allow negative arguments.
7104
7105 2003-11-26 Kenichi Handa <handa@m17n.org>
7106
7107 * international/mule-cmds.el (standard-display-european-internal):
7108 Cancel the standard-display-table setting for ` and '.
7109
7110 2003-11-26 Kim F. Storm <storm@cua.dk>
7111
7112 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
7113 New defcustoms to add ffap-like functionality to ido.
7114 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
7115 (ido-no-final-slash): New defun.
7116 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
7117 (ido-read-file-name): ): Toggle VC checking via
7118 vc-handled-backends instead of vc-master-templates.
7119 (ido-file-internal): Handle ido-use-url-at-point and
7120 ido-use-filename-at-point via code borrowed from ffap-guesser.
7121 Handle new ido-exit code ffap.
7122 (ido-sort-list): Ignore final slash when sorting file names.
7123
7124 2003-11-25 Kim F. Storm <storm@cua.dk>
7125
7126 * emulation/cua-base.el (cua--standard-movement-commands):
7127 Add forward-sentence and backward-sentence.
7128
7129 2003-11-25 Stephen Eglen <stephen@gnu.org>
7130
7131 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
7132 iswitchb-exit is set to 'usefirst when user selects buffer at head
7133 of list using RET. (Selecting buffers at the head of the list was
7134 broken if the substring was also a complete buffername.)
7135
7136 2003-11-23 Kim F. Storm <storm@cua.dk>
7137
7138 * progmodes/compile.el (grep-command, grep-use-null-device)
7139 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
7140 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
7141 (grep-regexp-alist, grep-program, find-program)
7142 (grep-find-use-xargs, grep-history, grep-find-history)
7143 (grep-process-setup, grep-compute-defaults)
7144 (grep-default-command, grep, grep-tag-default, grep-find)
7145 (grep-expand-command-macros, grep-tree-last-regexp)
7146 (grep-tree-last-files, grep-tree): Move grep variables, functions
7147 and commands to new file grep.el.
7148 (compilation-mode-map): Remove grep commands from Compile sub-menu.
7149 (compilation-process-setup-function): Doc fix.
7150 (compilation-highlight-regexp, compilation-highlight-overlay): New
7151 defvars used for highlighting current compile error in source buffer.
7152 (compile-internal): New optional args HIGHLIGHT-REGEXP and
7153 LOCAL-MAP which overrides compilation-highlight-regexp and
7154 compilation-mode-map for this compilation.
7155 Delay calling compilation-set-window-height until after running
7156 compilation-process-setup-function so it can buffer-local override
7157 compilation-window-height.
7158 Check buffer-local value of compilation-scroll-output.
7159 (compilation-set-window-height): Use buffer-local value of
7160 compilation-window-height.
7161 (compilation-revert-buffer): Don't pass (undefined)
7162 preserve-modes arg to revert-buffer.
7163 (next-error-no-select, previous-error-no-select): New commands.
7164 (compilation-goto-locus): Temporarily highlight current match in
7165 source buffer using compilation-highlight-regexp.
7166
7167 * progmodes/grep.el: New file with grep code from compile.el.
7168 (grep): New defcustom group.
7169 (grep-window-height): New defcustom, like compilation-window-height.
7170 (grep-auto-highlight): New defcustom, like compile-auto-highlight.
7171 (grep-scroll-output): New defcustom, like compilation-scroll-output.
7172 (grep-command, grep-use-null-device, grep-find-command)
7173 (grep-tree-files-aliases, grep-tree-ignore-case)
7174 (grep-tree-ignore-CVS-directories): Move to grep custom group.
7175 (grep-setup-hook): New hook variable.
7176 (grep-mode-map): New keymap for grep commands. Add Grep menu.
7177 (grep-last-buffer): New defvar, override compilation-last-buffer.
7178 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
7179 Call compile-internal with args highlight-regexp and grep-mode-map.
7180
7181 2003-11-23 Kim F. Storm <storm@cua.dk>
7182
7183 * subr.el (event-start, event-end): Doc fix.
7184 (posn-window, posn-x-y, posn-timestamp): Simplify doc.
7185 (posn-area, posn-actual-col-row, posn-object): New defuns.
7186 (posn-col-row): Simplify doc. Rewrite to use cond.
7187 (posn-point): Also return buffer position for events outside text
7188 area (that info is now present in the event position).
7189
7190 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
7191 mouse-set-point so that hscroll still works now that clicks on
7192 fringes generate specific mouse events.
7193 (mouse-set-point): Note that it now works in fringes and margins
7194 too due to new semantics of posn-point in fringes and margins.
7195
7196 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
7197 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
7198
7199 2003-11-20 Kim F. Storm <storm@cua.dk>
7200
7201 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
7202 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
7203 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
7204 to 100 for icons to avoid increasing line height when shown.
7205
7206 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
7207
7208 * newcomment.el (comment-normalize-vars): Initialize properly if
7209 comment-start was nil.
7210
7211 2003-11-19 Andreas Schwab <schwab@suse.de>
7212
7213 * simple.el (set-variable): Fix indentation.
7214
7215 2003-11-17 Kenichi Handa <handa@m17n.org>
7216
7217 * international/latin1-disp.el (latin1-display-ucs-per-lynx):
7218 Fix docstring.
7219
7220 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
7221
7222 * international/latin1-disp.el (latin1-display): Fix docstring.
7223
7224 2003-11-16 John Wiegley <johnw@newartisans.com>
7225
7226 * eshell/em-ls.el (eshell-ls-file): There are times with
7227 size-width is nil and uncomputed (when directories are created in
7228 dired, for example); in this case, 4 is reasonable default value,
7229 although it may caused skewed new entries (which could be avoided
7230 by returning the original value of 8 in all cases, but 99% of the
7231 time this is a waste of whitespace).
7232
7233 2003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
7234
7235 * cc-engine.el (c-guess-continued-construct)
7236 (c-guess-basic-syntax): Check a little more carefully if it's a
7237 function declaration when an unknown construct followed by a block
7238 is found inside a statement context. This avoids macros followed
7239 by blocks to be taken as function declarations.
7240
7241 (c-guess-continued-construct): Change the analysis of a statement
7242 continuation with a brace open to `substatement-block', for
7243 consistency with recognized statements.
7244
7245 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
7246 start is in a position so that `c-beginning-of-statement-1' jumped
7247 to the beginning of the same statement.
7248
7249 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
7250 Don't accept binary operators in the arglist if we're in a function
7251 call context, i.e. if `c-restricted-<>-arglists' is set. That avoids
7252 template recognition in cases like "if (a < b || c > d)".
7253
7254 (c-restricted-<>-arglists): New more appropriate name for
7255 `c-disallow-comma-in-<>-arglists'.
7256
7257 Accessing functions updated for the variable name change.
7258
7259 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
7260 match data could get clobbered if NOT-INSIDE-TOKEN is used.
7261
7262 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
7263 labels.
7264
7265 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
7266 instead of duplicating parts of it. This fixes bogus label
7267 recognition.
7268
7269 * cc-align.el (c-gnu-impose-minimum): Revert to the old method
7270 of checking the context in which to apply the minimum indentation,
7271 so that it isn't enforced in e.g. namespace blocks.
7272
7273 * cc-vars.el (c-inside-block-syms): New constant used by
7274 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
7275 to somewhat reduce the risk of becoming stale.
7276
7277 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
7278 cc-cmds to cc-engine to allow use from cc-align.
7279
7280 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
7281 qualified identifiers containing "::".
7282
7283 * cc-defs.el (c-make-keywords-re): Add kludge for bug in
7284 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
7285
7286 * cc-vars.el (c-emacs-features): Use a space in front of the name
7287 of the temporary buffer. That also avoids dumping problems in
7288 XEmacs due to undo info being left around after the buffer is killed.
7289
7290 * cc-engine.el (c-in-knr-argdecl): Look closer at the function
7291 arglist to see if it's a K&R style declaration.
7292
7293 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
7294 before returning `knr-argdecl-intro'.
7295
7296 2003-11-16 John Wiegley <johnw@newartisans.com>
7297
7298 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
7299 field in a long-listing always 8 characters, use `size-width',
7300 which has already been computed.
7301
7302 2003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
7303
7304 * subr.el (minor-mode-list): Add `hs-minor-mode'.
7305
7306 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
7307
7308 * diff-mode.el (diff-hunk-prev, diff-hunk-next):
7309 Support operation while narrowed, with `diff-restrict-view'.
7310
7311 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
7312
7313 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7314 Take additional optional arg NARROWFUN. For the generated functions:
7315 Add local var `was-narrowed-p'. Also, if NARROWFUN is specified,
7316 include frags that arrange to check for and save narrowing state before
7317 the move and then conditionally call NARROWFUN after the move.
7318
7319 2003-11-14 John Wiegley <johnw@newartisans.com>
7320
7321 * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
7322 that was optional, but obviously missing based on surrounding code.
7323
7324 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
7325 string arguments to numbers unless the whole argument was seen as
7326 a number.
7327
7328 2003-11-14 Kenichi Handa <handa@m17n.org>
7329
7330 * international/mule.el (ctext-non-standard-encodings-alist):
7331 Fix coding systems.
7332
7333 2003-11-10 Kenichi Handa <handa@m17n.org>
7334
7335 * language/kannada.el ("Kannada"): Add sample-text.
7336
7337 * language/knd-util.el (kannada-compose-region)
7338 (kannada-compose-string, kannada-post-read-conversion):
7339 Add autoload cookie.
7340
7341 * international/quail.el (quail-completion): Change the message
7342 "corresponding translations" to "corresponding characters".
7343
7344 2003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
7345
7346 * descr-text.el (describe-char): Fix typo.
7347
7348 2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
7349
7350 These changes are to support Kannada language/script.
7351
7352 * Makefile.in (DONTCOMPILE): Add kannada.el.
7353
7354 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
7355
7356 * loadup.el: Preload kannada.el.
7357
7358 * language/ind-util.el (ucs-kannada-to-is13194-alist)
7359 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
7360 New variables.
7361
7362 * language/kannada.el: New file.
7363
7364 * language/knd-util.el: New file.
7365
7366 2003-11-07 Andreas Schwab <schwab@suse.de>
7367
7368 * progmodes/autoconf.el (autoconf-font-lock-keywords):
7369 Also highlight AH_*.
7370
7371 * xml.el (xml-parse-dtd): Fix misplaced paren.
7372
7373 2003-11-07 Kenichi Handa <handa@m17n.org>
7374
7375 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
7376
7377 2003-11-05 Juri Linkov <juri@jurta.org>
7378
7379 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
7380 (desktop-buffer-file): Use saved buffer-file-coding-system
7381 for file reading. Set auto-insert to nil to prevent automatic
7382 insertion into restored empty files.
7383
7384 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
7385
7386 * files.el (risky-local-variable-p): Make second argument optional.
7387
7388 2003-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
7389
7390 * subr.el (add-hook): Fix last change.
7391
7392 2003-11-03 Eli Zaretskii <eliz@gnu.org>
7393
7394 * mail/rmail.el (rmail-convert-to-babyl-format):
7395 If base64-decode-region signals an error, catch it and silently
7396 ignore it.
7397
7398 2003-11-01 Mark A. Hershberger <mah@everybody.org>
7399
7400 * xml.el (xml-parse-region): Allow comments to appear after the
7401 topmost element has closed.
7402 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
7403 (xml-ns-expand-attr): New functions to do namespace handling.
7404 (xml-intern-attrlist): Back-compatible handling of attribute names.
7405 (xml-parse-tag): Move namespace handling to separate functions.
7406 Now produces elements in the form ((:ns . "element") (attr-list)
7407 children) instead of ('ns:element (attr-list) children).
7408 (xml-parse-attlist): Fix attribute parsing.
7409 (xml-parse-dtd): Change parsing so that it produces strings
7410 instead of interned symbols.
7411
7412 2003-11-01 era@iki.fi <era@iki.fi> (tiny change)
7413
7414 * dired.el (dired-ls-sorting-switches): Doc fix.
7415
7416 2003-11-01 Oliver Scholz <epameinondas@gmx.de>
7417
7418 * emacs-lisp/rx.el (rx-or): Fix the case of
7419 "(rx (and ?a (or ?b ?c) ?d))".
7420
7421 2003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
7422
7423 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
7424 (texinfo-format-region): Use it.
7425 (texinfo-format-buffer-1): Ditto.
7426
7427 2003-11-01 Alan Mackenzie <acm@muc.de>
7428
7429 Changes to allow scrolling whilst in isearch mode:
7430 * isearch.el (isearch-unread-key-sequence): New function,
7431 extracted from isearch-other-meta-char.
7432 (top level): (put 'foo 'isearch-scroll) on all Emacs's
7433 "scrollable" standard functions.
7434 (isearch-allow-scroll): New customizable variable.
7435 (isearch-string-out-of-window, isearch-back-into-window)
7436 (isearch-reread-key-sequence-naturally)
7437 (isearch-lookup-scroll-key): New functions.
7438 (isearch-other-meta-char): Doc string and functionality enhanced.
7439 Now accepts a prefix argument.
7440 (isearch-lazy-highlight-window-end): New variable.
7441 (isearch-lazy-highlight-new-loop): Pay attention to the window's
7442 end (thru isearch-lazy-highlight-window-end), not only its start.
7443
7444 * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
7445 (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
7446 (universal-argument, universal-argument-more, negative-argument)
7447 (digit-argument, universal-argument-other-key): Minor changes.
7448
7449 2003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
7450
7451 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
7452 recursively if the last message is deleted, thus avoiding an
7453 infinite loop.
7454
7455 2003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
7456
7457 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
7458 (tex-main-file): Don't add .tex if the extension is already present.
7459 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
7460
7461 2003-10-29 Lute Kamstra <lute@gnu.org>
7462
7463 * progmodes/octave-inf.el (inferior-octave-prompt):
7464 Recognize version number in prompt.
7465
7466 2003-10-28 Dave Love <fx@gnu.org>
7467
7468 * international/characters.el: Fix some Unicode ranges.
7469
7470 2003-10-28 Kenichi Handa <handa@m17n.org>
7471
7472 * disp-table.el (standard-display-8bit)
7473 (standard-display-default, standard-display-ascii)
7474 (standard-display-g1, standard-display-graphic)
7475 (standard-display-underline): Assure that standard-display-table
7476 is a display table.
7477
7478 2003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
7479
7480 * simple.el (reindent-then-newline-and-indent): Delete space *after*
7481 reindenting the first line.
7482
7483 2003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
7484
7485 * wid-edit.el (widget-default-delete): Always delete child widgets.
7486
7487 2003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
7488
7489 * newcomment.el (comment-indent): Don't call indent-according-to-mode
7490 if the line has code.
7491 Don't try to line up with something that's too far left.
7492
7493 * progmodes/octave-mod.el (octave-comment-start): Simplify.
7494 (octave-mode-syntax-table): Add % as a comment starter.
7495 (octave-point): Remove.
7496 (octave-in-comment-p, octave-in-string-p)
7497 (octave-not-in-string-or-comment-p, calculate-octave-indent)
7498 (octave-blink-matching-block-open, octave-auto-fill):
7499 Use line-(beginning|end)-position instead.
7500
7501 2003-10-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
7502
7503 * emacs-lisp/authors.el (authors-aliases): Add correct realname
7504 for Francesco Potort\e,Al\e(B.
7505
7506 2003-10-23 Dave Love <fx@gnu.org>
7507
7508 * international/mule-cmds.el (locale-charset-to-coding-system):
7509 Don't rely on nil being a coding system.
7510
7511 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
7512 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
7513 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
7514
7515 2003-10-21 Nick Roberts <nick@nick.uklinux.net>
7516
7517 * gdb-ui.el (gdb-current-language): New variable.
7518 (gdb-update-flag): Remove variable.
7519 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
7520 (gdb-take-last-elt): Remove function.
7521 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
7522 (gdb-post-prompt): Check for variable object changes here.
7523
7524 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
7525 object changes in gdb-ui.el.
7526
7527 2003-10-21 Richard M. Stallman <rms@gnu.org>
7528
7529 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
7530
7531 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
7532 Don't check for foo*/ wildcard form here.
7533 (insert-directory): Recognize foo*/ as a wildcard.
7534 Separate wildcard-regexp variable from the arg, wildcard.
7535
7536 * subr.el (add-hook): Correctly detect when make-local-hook was used.
7537 (remove-hook): Correctly handle strange cases about local hooks.
7538
7539 2003-10-21 David Ponce <david@dponce.com>
7540
7541 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
7542 argument REAL, to return a real number instead of a rounded
7543 integer value. Define as inline function.
7544 (ruler-mode-right-fringe-cols): Likewise.
7545 (ruler-mode-scroll-bar-cols): New function.
7546 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
7547 (ruler-mode-right-scroll-bar-cols): Likewise.
7548 (ruler-mode-space): New function.
7549 (ruler-mode-ruler): Use it. Handle variations of fringe style,
7550 scroll bar mode and margins in a more robust way.
7551
7552 2003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
7553
7554 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
7555 (antlr-c-init-language-vars): New function.
7556 (antlr-mode): Use it with cc-mode before v5.29.
7557 (antlr-c-common-init): Don't set some local vars here.
7558 (antlr-mode): Set them here.
7559 (antlr-c-forward-sws): New function alias.
7560 (antlr-mode): Redefine with cc-mode before v5.30.
7561 (antlr-skip-sexps): Use it.
7562 (antlr-skip-exception-part): Ditto.
7563 (antlr-skip-file-prelude): Ditto.
7564 (antlr-outside-rule-p): Ditto.
7565 (antlr-end-of-body): Ditto.
7566 (antlr-option-kind): Ditto.
7567 (antlr-insert-option-area): Ditto.
7568 (antlr-file-dependencies): Ditto.
7569
7570 2003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7571
7572 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
7573 Move backward only if point was not inside an entry.
7574
7575 2003-10-21 Richard M. Stallman <rms@gnu.org>
7576
7577 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
7578
7579 2003-10-21 Juri Linkov <juri@jurta.org>
7580
7581 * compare-w.el: Automatically skip non-matching text to resync.
7582 (compare-windows-whitespace): Doc fix.
7583 (compare-windows-sync, compare-windows-sync-string-size)
7584 (compare-windows-recenter, compare-ignore-whitespace)
7585 (compare-windows-highlight, compare-windows-face): New variables.
7586 (compare-windows): Use compare-windows-sync.
7587 (compare-windows-highlight, compare-windows-dehighlight)
7588 (compare-windows-sync-regexp)
7589 (compare-windows-sync-default-function): New functions.
7590
7591 2003-10-21 Juri Linkov <juri@jurta.org>
7592
7593 * diff.el (diff-parse-differences): Don't visit the files now;
7594 instead, just record the error locus.
7595
7596 2003-10-21 Dave Love <fx@gnu.org>
7597
7598 * progmodes/cfengine.el: New file.
7599
7600 2003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
7601
7602 * complete.el (PC-do-completion): Do not forget to use `pred' as the
7603 default-directory when completing file names.
7604
7605 2003-10-20 Luc Teirlinck <teirllm@auburn.edu>
7606
7607 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
7608 followed by the word `face', it gets treated as a face, even if
7609 it is also defined as a variable or a function.
7610
7611 2003-10-20 Dave Love <fx@gnu.org>
7612
7613 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7614 Avoid incf in macro expansion.
7615
7616 2003-10-20 John Paul Wallington <jpw@gnu.org>
7617
7618 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
7619 `evenp' so we don't implicitly require cl library at runtime.
7620
7621 2003-10-18 Luc Teirlinck <teirllm@auburn.edu>
7622
7623 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
7624 (help-make-xrefs): Only make cross-references for faces if
7625 preceded or followed by the word `face'. Do not make a
7626 cross-reference for variables without variable documentation,
7627 unless preceded by the word `variable' or `option'. Update doc
7628 string accordingly.
7629
7630 2003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
7631
7632 * progmodes/hideshow.el: Rewrite one-armed `if'
7633 constructs using either `when' or `unless'.
7634 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
7635
7636 2003-10-16 Nick Roberts <nick@nick.uklinux.net>
7637
7638 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
7639 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
7640 instead of 12x12.
7641
7642 2003-10-16 Eli Zaretskii <eliz@gnu.org>
7643
7644 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
7645 message while converting to Babyl.
7646
7647 2003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
7648
7649 * allout.el (allout-mode): Doc fix.
7650
7651 2003-10-16 Lute Kamstra <lute@gnu.org>
7652
7653 * subr.el (force-mode-line-update): Fix docstring.
7654
7655 2003-10-14 Dave Love <fx@gnu.org>
7656
7657 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
7658 (default-input-method): Add :link, improve :type.
7659 (locale-charset-language-names): Fix utf-8 pattern.
7660 (locale-charset-match-p, locale-charset-alist)
7661 (locale-charset-to-coding-system): New.
7662 (set-locale-environment): Deal with codeset part of locale specs.
7663
7664 2003-10-14 Lute Kamstra <lute@gnu.org>
7665
7666 * fringe.el (fringe-mode): Use active voice in docstring.
7667 (set-fringe-style): Ditto.
7668
7669 2003-10-13 Lute Kamstra <lute@gnu.org>
7670
7671 * fringe.el (fringe-mode): Fix docstring.
7672 (set-fringe-style): Ditto.
7673
7674 2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
7675
7676 * ediff-mult.el (ediff-filegroup-action):
7677 Use ediff-default-filtering-regexp.
7678
7679 * ediff-util.el (ediff-recenter): Don't call
7680 ediff-restore-highlighting twice.
7681 (ediff-select-difference): Set current difference.
7682 (ediff-unselect-and-select-difference): Add comment.
7683
7684 * ediff.el (ediff-directories,ediff-directory-revisions)
7685 (ediff-directories3,ediff-merge-directories)
7686 (ediff-merge-directories-with-ancestor)
7687 (ediff-merge-directory-revisions)
7688 (ediff-merge-directory-revisions-with-ancestor):
7689 Use ediff-default-filtering-regexp.
7690
7691 2003-10-12 Andreas Schwab <schwab@suse.de>
7692
7693 * international/mule-cmds.el (locale-charset-language-names):
7694 Simplify regex by removing unused grouping.
7695
7696 2003-10-10 Dave Love <fx@gnu.org>
7697
7698 * bindings.el: Don't bind stop.
7699
7700 2003-10-08 Miles Bader <miles@gnu.org>
7701
7702 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
7703 face instead of attempting to emulate it.
7704
7705 2003-10-07 Kenichi Handa <handa@m17n.org>
7706
7707 * international/mule-diag.el (list-coding-systems-1): List coding
7708 systems that are loaded automatically.
7709
7710 * international/code-pages.el (iso-8859-11): Add autoload cookie.
7711
7712 * international/mule.el (autoload-coding-system): New function.
7713
7714 2003-10-07 Andreas Schwab <schwab@suse.de>
7715
7716 * log-edit.el (log-edit-changelog-entries): Prefer local value of
7717 change-log-default-name in the buffer visiting the file.
7718
7719 2003-10-06 Dave Love <fx@gnu.org>
7720
7721 * files.el (find-file-hook): Customize.
7722 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
7723
7724 * bindings.el (completion-ignored-extensions): Remove .log.
7725 (global-map): Add again, open, stop keys.
7726
7727 2003-10-05 Richard M. Stallman <rms@gnu.org>
7728
7729 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
7730 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
7731 Use sh-modify directly.
7732 (sh-select): Use sh-append, not eval.
7733
7734 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
7735
7736 * info.el (Info-following-node-name): New function.
7737
7738 * loadhist.el (unload-feature-special-hooks):
7739 Rename from loadhist-hook-functions.
7740 (loadhist-hook-functions): Now an alias.
7741
7742 2003-10-04 Eli Zaretskii <eliz@gnu.org>
7743
7744 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
7745 file-name clashes on 8+3 filesystems.
7746
7747 * Makefile.in (DONTCOMPILE, bootstrap-clean):
7748 Rename loaddefs-boot.el to ldefs-boot.el
7749
7750 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
7751 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
7752
7753 2003-10-03 Lute Kamstra <lute@gnu.org>
7754
7755 * info.el (Info-mode): Revert previous change.
7756 (Info-escape-percent): New function.
7757 (Info-fontify-node): Use it.
7758
7759 2003-10-02 Andreas Schwab <schwab@suse.de>
7760
7761 * loaddefs-boot.el: Regenerated.
7762
7763 2003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
7764
7765 * ffap.el: Remove defadvice related code from CVS since `complete'
7766 provides a `PC-completion-as-file-name-predicate' variable that
7767 ffap can override.
7768
7769 2003-10-02 Kenichi Handa <handa@m17n.org>
7770
7771 * international/utf-8.el (ccl-decode-mule-utf-8):
7772 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
7773
7774 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
7775 * international/subst-big5.el: Likewise.
7776 * international/subst-gb2312.el: Likewise.
7777 * international/subst-ksc.el: Likewise.
7778
7779 2003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
7780
7781 * calendar/calendar.el (increment-calendar-month)
7782 (calendar-leap-year-p, calendar-absolute-from-gregorian)
7783 (generate-calendar, calendar-read-date, calendar-interval)
7784 (calendar-day-of-week): Handle years BC.
7785 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
7786
7787 2003-10-01 Dave Love <fx@gnu.org>
7788
7789 * language/cyrillic.el (cp1251): Alias for windows-1251.
7790
7791 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
7792 bootstrap.
7793
7794 2003-10-01 Lute Kamstra <lute@gnu.org>
7795
7796 * files.el: Fix typo.
7797 * imenu.el (imenu--generic-function): Docstring fix.
7798
7799 2003-09-30 Richard M. Stallman <rms@gnu.org>
7800
7801 * dired.el (dired-mode): Handle dired-directory as a list.
7802
7803 2003-09-30 Nick Roberts <nick@nick.uklinux.net>
7804
7805 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
7806
7807 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
7808
7809 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
7810 Replace gud-display with gud-watch.
7811 (gud-speedbar-buttons): Add stuff for watching expressions
7812 in the speedbar when using M-x gdba. Use dolist on old part
7813 of this function.
7814
7815 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
7816 (gdb-update-flag): New variables.
7817 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
7818 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
7819 (gud-watch, gdb-var-create-handler) : New functions.
7820 (gdb-var-list-children, gdb-var-list-children-handler)
7821 (gdb-var-create-regexp, gdb-var-update-regexp)
7822 (gdb-var-list-children-regexp): New constants.
7823 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
7824 (gdb-annotation-rules): Reduce annotation set (level 3).
7825 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
7826 (gdb-post-prompt): Don't update GDB buffers every time speedbar
7827 updates.
7828 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
7829 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
7830 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
7831 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
7832 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
7833 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
7834 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
7835 (gud-display, gud-display1)
7836 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
7837 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
7838 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
7839 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
7840 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
7841 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
7842 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
7843 (gdb-display-display-buffer, gdb-toggle-display)
7844 (gdb-delete-display, gdb-expressions-popup-menu)
7845 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
7846 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
7847 to display buffer.
7848
7849 2003-09-30 Richard M. Stallman <rms@gnu.org>
7850
7851 * progmodes/ada-mode.el (ada-mode): Don't use advice.
7852 Instead, set which-func-functions.
7853
7854 * progmodes/which-func.el (which-func-modes): Add ada-mode.
7855 (which-func-functions): New variable.
7856 (which-function): Use that.
7857
7858 * info.el (Info-mode): Double each `%' in header line.
7859
7860 * emacs-lisp/lisp-mnt.el (lm-with-file):
7861 When FILE is nil, run BODY in current buffer.
7862
7863 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
7864
7865 * help.el (describe-mode): Start with a brief list of minor modes.
7866 Find them thru minor-mode-list so as to find them all.
7867 Show them in alphabetical order.
7868
7869 * mail/sendmail.el (mail-aliases): Doc fix.
7870
7871 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
7872
7873 2003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
7874
7875 * mail/rmailsum.el (rmail-make-summary-line-1):
7876 Change comma after last label to a space.
7877 (rmail-summary-font-lock-keywords): Adapt to that change.
7878
7879 2003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
7880
7881 * progmodes/scheme.el (scheme-mode-variables): When setting
7882 `font-lock-defaults', also specify that "#" should
7883 be interpreted with `word' syntax.
7884 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
7885
7886 2003-09-30 Lars Hansen <larsh@math.ku.dk>
7887
7888 * desktop.el: A lot of comments updated.
7889 (desktop-save-mode): Minor mode introduced.
7890 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
7891 (desktop-load-default): Function made obsolete.
7892 (desktop-locals-to-save): Variable made customizable.
7893 (desktop-read): Optional parameter `dirname' added.
7894 (desktop-change-dir, desktop-revert): Parameter `dirname' in
7895 `desktop-read' used.
7896 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
7897
7898 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
7899
7900 * whitespace.el (whitespace-clean-msg): Add user customizable message
7901 for displaying ``clean'' output.
7902 (whitespace-buffer): Use `whitespace-clean-msg'.
7903 (whitespace-global-mode): Fix typo.
7904
7905 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
7906
7907 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
7908
7909 2003-09-29 Lute Kamstra <lute@gnu.org>
7910
7911 * bindings.el (mode-line-modes): Remove superfluous :propertize
7912 construct in initialization.
7913 (mode-line-position): Change cons cell into proper list in
7914 initialization.
7915
7916 2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
7917
7918 * international/mule.el (decode-coding-inserted-region): Use car
7919 of the return value of find-operation-coding-system.
7920
7921 2003-09-29 Kenichi Handa <handa@m17n.org>
7922
7923 * descr-text.el (describe-char): Fix previous change.
7924
7925 2003-09-28 Kenichi Handa <handa@m17n.org>
7926
7927 * descr-text.el (describe-char-display): New function.
7928 (describe-char): Pay attention to display table on describing how
7929 a character is displayed.
7930
7931 * international/mule-cmds.el (encoded-string-description):
7932 Prepend "0x" to each encoded byte.
7933
7934 2003-09-28 Andreas Schwab <schwab@suse.de>
7935
7936 * find-file.el (ff-special-constructs): Add autoload cookie.
7937
7938 2003-09-28 Kevin Ryde <user42@zip.com.au>
7939
7940 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
7941 makeinfo appends to duplicate index entries.
7942
7943 2003-09-28 Eli Zaretskii <eliz@gnu.org>
7944
7945 * dired-x.el (dired-clean-tex): Doc fix.
7946
7947 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
7948 using a Chinese tutorial.
7949
7950 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
7951
7952 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
7953 between "MAIL FROM:" and "RCPT TO:" and the following address.
7954
7955 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
7956
7957 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
7958
7959 2003-09-28 David Ponce <david@dponce.com>
7960
7961 * recentf.el (recentf-initialize-file-name-history): New defcustom.
7962 (recentf-load-list): When `recentf-initialize-file-name-history'
7963 is non-nil, initialize an empty `file-name-history' with the
7964 recent list.
7965
7966 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
7967
7968 * man.el (Man-default-man-entry): Remove the leading `*' from the
7969 word at point.
7970
7971 2003-09-26 Lute Kamstra <lute@gnu.org>
7972
7973 * bindings.el (mode-line-position): Mention size indication in
7974 docstring.
7975
7976 2003-09-26 Andre Spiegel <spiegel@gnu.org>
7977
7978 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
7979
7980 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
7981 because it's autoloaded now.
7982
7983 2003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
7984
7985 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
7986 (sh-font-lock-keywords, sh-feature): Fix previous change of
7987 sh-feature to avoid infloop with sh-font-lock-keywords.
7988
7989 2003-09-25 Kim F. Storm <storm@cua.dk>
7990
7991 * frame.el (frame-current-scroll-bars): New defun.
7992
7993 * window.el (window-current-scroll-bars): New defun.
7994
7995 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7996
7997 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
7998 cause errors when the state cache contains info on parts that have
7999 been narrowed out.
8000
8001 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8002
8003 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
8004 `c-setup-paragraph-variables' has to be used when this variable is
8005 changed; it doesn't work to reinitialize the mode since that
8006 typically clobbers the variable.
8007
8008 * progmodes/cc-styles.el (c-setup-paragraph-variables):
8009 Make it interactive.
8010
8011 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8012
8013 * progmodes/cc-fonts.el (c-font-lock-declarations):
8014 Fix recognition of constructors and destructors for classes whose
8015 names are matched by `*-font-lock-extra-types'.
8016
8017 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
8018 followed by an identifier in C++ then it's a type.
8019
8020 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8021
8022 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
8023 problem that primarily affected XEmacs. Don't use faces to find
8024 unterminated strings since Emacs and XEmacs fontify strings
8025 differently - this function should now work better in XEmacs.
8026
8027 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8028
8029 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
8030 `expand-abbrev' workaround which caused braces to misbehave inside
8031 macros.
8032
8033 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
8034 handling. This bug could cause interactive font locking to bail out.
8035
8036 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8037
8038 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
8039 Handle paren-style types in Pike. Also fixed some cases of
8040 insufficient handling of unbalanced parens.
8041
8042 2003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
8043
8044 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
8045 common shell prompts that are not common filename or URL characters.
8046 (ffap-file-at-point): Use the new regexp to strip the prompts from
8047 the file names. This is an issue mostly for user prompts that
8048 don't have a trailing space and find-file-at-point is invoked from
8049 within a shell inside Emacs.
8050
8051 2003-09-24 Andre Spiegel <spiegel@gnu.org>
8052
8053 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
8054 stamps numerically, rather than textually.
8055
8056 2003-09-24 Kenichi Handa <handa@m17n.org>
8057
8058 * language/devan-util.el (devanagari-post-read-conversion):
8059 * language/mlm-util.el (malayalam-post-read-conversion):
8060 * language/tml-util.el (tamil-post-read-conversion):
8061 Add autoload cookie.
8062
8063 * international/utf-8.el (utf-8-post-read-conversion):
8064 Call post-read-conversion functions for Devanagari, Malayalam,
8065 and Tamil.
8066
8067 2003-09-23 Dave Love <fx@gnu.org>
8068
8069 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
8070
8071 2003-09-22 Nick Roberts <nick@nick.uklinux.net>
8072
8073 * progmodes/gud.el (perldb): Add gud-until to list of commands.
8074 Update gud-remove.
8075
8076 2003-09-22 Richard M. Stallman <rms@gnu.org>
8077
8078 * progmodes/sh-script.el (sh-mode-default-syntax-table):
8079 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
8080 (sh-mode-syntax-table-input): New variable.
8081 (sh-require-final-newline): Don't use eval.
8082 (sh-builtins, sh-leading-keywords, sh-other-keywords)
8083 (sh-variables, sh-font-lock-keywords): Don't use eval.
8084 (sh-set-shell): When setting require-final-newline,
8085 treat value = `require-final-newline' as don't change it.
8086 Set sh-mode-syntax-table locally based on
8087 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
8088
8089 * progmodes/compile.el (compile-internal):
8090 Call compilation-set-window-height before setting window start.
8091
8092 2003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
8093
8094 * emacs-lisp/bytecomp.el (byte-compile-log-file):
8095 Clear out byte-compile-last-warned-form.
8096
8097 2003-09-22 Richard M. Stallman <rms@gnu.org>
8098
8099 * woman.el (woman-file-name, woman-follow-word):
8100 If current-word returns nil, use "".
8101
8102 * simple.el (eval-expression): Bind standard-output in to-buffer case.
8103
8104 2003-09-22 Richard M. Stallman <rms@gnu.org>
8105
8106 * emacs-lisp/lisp-mnt.el (lm-with-file):
8107 Don't visit the file, just use insert-file-contents in temp buffer.
8108
8109 2003-09-22 Jari Aalto <jari.aalto@poboxes.com>
8110
8111 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
8112 Add surrounding \\( and \\) around the header, as in
8113 for lm-history-header 'Change Log\\|History'.
8114
8115 2003-09-22 John Paul Wallington <jpw@gnu.org>
8116
8117 * progmodes/ld-script.el: Add Commentary section,
8118 minor cleanup of file header.
8119 (ld-script-font-lock-keywords): Doc fix.
8120 (toplevel): Provide `ld-script' feature.
8121
8122 2003-09-21 Kim F. Storm <storm@cua.dk>
8123
8124 * scroll-bar.el (set-scroll-bar-mode): Initialize to
8125 new built-in variable default-frame-scroll-bars.
8126 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
8127 scroll-bar-mode; notably, use it instead of t when we toggle
8128 scroll-bars on.
8129 (toggle-scroll-bar): Use default-frame-scroll-bars.
8130
8131 2003-09-19 Masatake YAMATO <jet@gyve.org>
8132
8133 * pcvs.el (cvs-do-removal): Change the prompt depending on
8134 `filter' value.
8135
8136 2003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
8137
8138 * startup.el (command-line-1): Stop startup-echo-area-message
8139 being hidden by "Loading image..." message.
8140 (use-fancy-splash-screens-p, display-splash-screen):
8141 Move display-graphic-p test from latter to former.
8142
8143 * progmodes/sh-script.el (sh-font-lock-keywords):
8144 Highlight escaped EOLs differently from other backslash constructs.
8145
8146 2003-09-19 Richard M. Stallman <rms@gnu.org>
8147
8148 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
8149 New functions.
8150 (edebug-enter, edebug-outside-excursion): Use them.
8151
8152 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
8153 Fix the condition for whether to print "In WHERE".
8154
8155 2003-09-19 Jari Aalto <jari.aalto@poboxes.com>
8156
8157 * finder.el (finder-mode-hook): New variable.
8158 (finder-mode): Run hook finder-mode-hook
8159
8160 2003-09-18 Masatake YAMATO <jet@gyve.org>
8161
8162 * progmodes/ebrowse.el: Fix broken magic autoload comments.
8163
8164 2003-09-17 Mario Lang <mlang@delysid.org>
8165
8166 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
8167 "p %e" to actually print the value in the GUD buffer.
8168
8169 2003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
8170
8171 From David Ponce <david.ponce@wanadoo.fr>:
8172 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
8173 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
8174 from loaddefs-boot.el if necessary.
8175
8176 2003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
8177
8178 * progmodes/gud.el (gud-find-class): Make jdb work again since
8179 cc-mode changed the syntactic information.
8180
8181 2003-09-15 David Ponce <david@dponce.com>
8182
8183 * recentf.el: (recentf-exclude): Accept predicates too.
8184 (recentf-file-readable-p): New function.
8185 (recentf-include-p): Handle predicates in recentf-exclude.
8186 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
8187 (recentf-cleanup): Likewise.
8188 (recentf-save-list): Use write-file to handle backup of
8189 recentf-save-file.
8190
8191 2003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
8192
8193 * loaddefs-boot.el: Renamed from `loaddefs.el'
8194 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
8195 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
8196 necessary.
8197
8198 2003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
8199
8200 * electric.el (Electric-pop-up-window): For the `one-window' case,
8201 no longer disconcertingly move point in the original buffer.
8202
8203 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8204
8205 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
8206
8207 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
8208
8209 * dired.el (dired-mode-map): Fix typo.
8210
8211 2003-09-11 Richard M. Stallman <rms@gnu.org>
8212
8213 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
8214
8215 2003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
8216
8217 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
8218 the function is less noisy. Now only `kill-buffer' can ask questions.
8219
8220 2003-09-10 Mario Lang <mlang@delysid.org>
8221
8222 * battery.el: Update Commentary and Copyright.
8223 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
8224 appear due to wrong ordering of the expressions in `or'.
8225
8226 2003-09-09 Lute Kamstra <lute@gnu.org>
8227
8228 * misc.el (upcase-char): Fix docstring.
8229 (zap-up-to-char): New command.
8230
8231 2003-09-08 David Ponce <david@dponce.com>
8232
8233 Ensure that recentf correctly updates the menu bar.
8234 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
8235 (recentf-menu-bar): New function.
8236 (recentf-clear-data): Use it
8237 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
8238 of easy-menu-change.
8239
8240 2003-09-08 Lute Kamstra <lute@gnu.org>
8241
8242 * simple.el (size-indication-mode): New.
8243 * bindings.el (mode-line-position): Add buffer size indicator.
8244
8245 2003-09-04 Mario Lang <mlang@delysid.org>
8246
8247 * battery.el (battery-linux-proc-acpi): New function.
8248 (battery-status-function): Modify default value calculation to also
8249 check for availability of ACPI.
8250 (battery-echo-area-format): Ditto.
8251 (battery-mode-line-format): Ditto.
8252
8253 2003-09-06 Dave Love <fx@gnu.org>
8254
8255 * ielm.el (ielm-mode-hook): Add :options.
8256
8257 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
8258 (eldoc-print-current-symbol-info): Use it.
8259
8260 2003-09-04 Nick Roberts <nick@nick.uklinux.net>
8261
8262 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
8263 being displayed in GUD buffer.
8264 (gdb-idle-input-queue): Remove var. Use just one queue.
8265 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
8266 Remove functions. Use just one queue.
8267 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
8268 (gdb-invalidate-assembler, gdb-get-current-frame):
8269 Modify functions. Use just one queue.
8270
8271 2003-09-04 Dave Love <fx@gnu.org>
8272
8273 * cus-start.el: Add blink-cursor-alist.
8274
8275 * ruler-mode.el (ruler-mode-fill-column-char)
8276 (ruler-mode-current-column-char): Use char-displayable-p,
8277 not window-system.
8278
8279 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
8280
8281 * language/european.el (windows-1252): Move from code-pages.
8282
8283 * language/cyrillic.el ("Windows-1251"): Delete.
8284 ("Bulgarian", "Belarusian"): Remove `features'.
8285 (windows-1251): Move from code-pages.
8286
8287 * international/mule-diag.el (non-iso-charset-alist):
8288 Remove `codepage' stuff.
8289 (print-designation, list-coding-systems-1): Output fixes.
8290
8291 * international/code-pages.el (cp-make-translation-table)
8292 (cp-valid-codes): Made defsubsts.
8293 (cp-fix-safe-chars): Delete.
8294 (mule-diag): Don't require.
8295 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
8296 (top-level): Check for defined coding system when defining
8297 cp... aliases. Change w32-add-charset-info test to avoid warning.
8298 (non-iso-charset-alist): Defvar when compiling.
8299 (cp-make-coding-system): Doc fix.
8300
8301 2003-09-02 Jason Rumney <jasonr@gnu.org>
8302
8303 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
8304 line-ends from CVS before doing conversion.
8305
8306 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
8307
8308 * calendar/diary-lib.el (diary-header-line-flag)
8309 (diary-header-line-format): New variables.
8310 (list-diary-entries): Use them to set header line in simple diary.
8311
8312 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
8313 other than font-lock-string-face to highlight backslashes.
8314
8315 2003-09-01 Jason Rumney <jasonr@gnu.org>
8316
8317 * international/titdic-cnv.el (tit-read-key-value): Include \r in
8318 regexp.
8319
8320 2003-09-01 Dave Love <fx@gnu.org>
8321
8322 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
8323
8324 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
8325 and :help; also line and column numbers labels.
8326
8327 * international/mule-util.el (char-displayable-p): Move from
8328 latin1-disp, rename and autoload.
8329
8330 * international/latin1-disp.el (latin1-char-displayable-p):
8331 Now obsolete alias. Replace uses with char-displayable-p.
8332 (latin1-display-ucs-per-lynx): Fix last change.
8333
8334 * international/mule-cmds.el (standard-display-european-internal):
8335 Don't use char code for Latin-1 NBSP.
8336 <XFree86 4>: Unfrob NBSP display table. Set display table to use
8337 U+2018, U+2019 for `'.
8338 (select-safe-coding-system): Message fix.
8339
8340 2003-09-01 Kenichi Handa <handa@m17n.org>
8341
8342 * international/fontset.el (setup-default-fontset): For Thai
8343 font, specify "*" family.
8344
8345 2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
8346
8347 * progmodes/compile.el (previous-error): Accept a prefix
8348 argument, similarly to next-error.
8349
8350 2003-08-31 Masatake YAMATO <jet@gyve.org>
8351
8352 * pcvs.el (cvs-do-removal): Use = instead of eq to check
8353 the number of files. Bind the number of files to a local
8354 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
8355
8356 2003-08-30 Eli Zaretskii <eliz@gnu.org>
8357
8358 * vc-hooks.el (vc-make-version-backup): Fix the change made on
8359 2003-07-26: msdos-long-file-names is a function, not a variable.
8360
8361 2003-08-29 Richard M. Stallman <rms@gnu.org>
8362
8363 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
8364 Do nothing with mail-personal-alias-file if it is nil.
8365
8366 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
8367 Do nothing if mail-personal-alias-file is nil.
8368
8369 * term.el (term-exec-1): Bind coding-system-for-read.
8370
8371 * dired.el (dired-mouse-find-file-other-window):
8372 Use dired-view-command-alist here, as in dired-view-file.
8373 (dired-view-command-alist): Use %s to substitute file name.
8374 Handle .ps_pages, .eps, .jpg, .gif, .png.
8375
8376 2003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
8377
8378 * info.el (Info-mode-map): Bind S-tab and <backtab> to
8379 `Info-prev-reference', instead of M-tab.
8380
8381 2003-08-29 Martin Stjernholm <mast@lysator.liu.se>
8382
8383 * simple.el (blink-matching-open): Work correctly on chars that
8384 are designated as parens through the syntax-table text property.
8385
8386 2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
8387
8388 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
8389 line break position in the middle of a non-kinsoku (e.g. latin)
8390 word, making it skip until either a space or a character with
8391 category "|".
8392 (kinsoku-longer): Test for end of buffer.
8393
8394 2003-08-28 Eli Zaretskii <eliz@gnu.org>
8395
8396 * mail/rmail.el (rmail-convert-to-babyl-format):
8397 Detect quoted-printable- and base64-encoded messages and decode them
8398 automatically. Set the message's encoding from the charset=
8399 header, if any. Decode base64-encoded messages in Mail format as well.
8400
8401 2003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
8402
8403 * mail/smtpmail.el: Fix previous change.
8404 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
8405 calling smtpmail-via-smtp.
8406 (smtpmail-via-smtp): Add fall-back values for envelope-from.
8407
8408 2003-08-26 John Paul Wallington <jpw@gnu.org>
8409
8410 * image.el (image-jpeg-p): Don't search beyond length of data.
8411
8412 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
8413
8414 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
8415 misfeature in `expand-abbrev' which caused electric keywords like
8416 "else" to disappear if an open brace was typed directly afterwards.
8417
8418 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
8419
8420 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
8421 mandatory in `define-widget'.
8422
8423 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
8424 Don't align the operators "!=", "<=" and ">=" as assignment operators.
8425
8426 (c-assignment-operators): New language constant that only contains
8427 the assignment operators.
8428
8429 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
8430
8431 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
8432
8433 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
8434 Safeguard against unbalanced sexps.
8435
8436 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
8437
8438 * version.el (emacs-version): Check for gtk. Include gtk version info.
8439
8440 2003-08-25 John Paul Wallington <jpw@gnu.org>
8441
8442 * man.el (Man-default-man-entry): Don't whizz past the section
8443 number before looking for it.
8444
8445 2003-08-24 Nick Roberts <nick@nick.uklinux.net>
8446
8447 * progmodes/gud.el (gud-display-line): Don't set window-point if
8448 source buffer is not visible. (Only happens with M-x gdba.)
8449
8450 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
8451 documentation.
8452 (gdb-source, gdb-source-info): Update to assembler unnecessary
8453 as its done after each GDB command anyway.
8454 (gdb-pre-prompt): Use with-current-buffer.
8455 (gdb-insert-field): Add help-echo text.
8456 (gdb-invalidate-assembler): Re-display of assembler now done in
8457 gdb-info-breakpoints-custom.
8458 (gdb-info-breakpoints-custom): Force re-display of assembler to
8459 happen *after* update of breakpoints buffer.
8460 (gdb-display-source-buffer): Don't choke if gdb-source-window
8461 isn't visible.
8462 (gdb-put-string, gdb-put-arrow): Remove free variables.
8463
8464 2003-08-24 John Paul Wallington <jpw@gnu.org>
8465
8466 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
8467
8468 * man.el (Man-default-man-entry): Strip text properties when
8469 snarfing parts of entry because `format' preserves properties.
8470
8471 2003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
8472
8473 * files.el (file-newest-backup): Use `expand-file-name'.
8474
8475 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
8476 Allow the diary to pop up a new frame, if needed.
8477
8478 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
8479 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
8480 (smtpmail-send-it): Make treatment of envelope-from consistent with
8481 sendmail.el.
8482
8483 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
8484 (sh-leading-keywords): Add the bash `time' reserved word.
8485 (sh-variables): Add some bash variables.
8486 (sh-add-completer): Fix nil branch of case statement.
8487
8488 2003-08-24 Masatake YAMATO <jet@gyve.org>
8489
8490 * progmodes/ld-script.el: New file.
8491
8492 2003-08-23 Markus Rost <rost@math.ohio-state.edu>
8493
8494 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
8495
8496 2003-08-23 Andre Spiegel <spiegel@gnu.org>
8497
8498 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
8499 Better explain obsolescence, and what to use instead.
8500
8501 2003-08-23 Masatake YAMATO <jet@gyve.org>
8502
8503 * pcvs.el (cvs-do-removal): Show the deleted file name
8504 on the prompt.
8505
8506 2003-08-20 Dave Love <fx@gnu.org>
8507
8508 * international/mule.el (make-coding-system)
8509 (set-buffer-file-coding-system): Doc fix.
8510
8511 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
8512
8513 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
8514
8515 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
8516
8517 * international/utf-16.el: Add mime-text-unsuitable coding system
8518 properties.
8519
8520 * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
8521
8522 * cus-edit.el: Add some :links.
8523 (bib): Remove.
8524
8525 * textmodes/bib-mode.el (bib): Add :group external.
8526
8527 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
8528
8529 * wid-edit.el (widget-echo-help): Make it handle expressions that
8530 evaluate to strings.
8531
8532 2003-08-18 Michael Mauger <mmaug@yahoo.com>
8533
8534 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
8535
8536 Simplify selection of SQL products to define highlighting and
8537 interactive mode. Includes detailed instructions on adding
8538 support for new products.
8539
8540 * progmodes/sql.el (sql-product): New variable. Identifies SQL
8541 product for use in highlighting and interactive mode.
8542 (sql-interactive-product): New variable. SQL product for
8543 sql-interactive-mode.
8544 (sql-product-support): New variable. Specifies product-specific
8545 parameters to drive highlighting and interactive mode.
8546 (sql-imenu-generic-expression): Add more object types.
8547 (sql-sqlite-options): Correct comment.
8548 (sql-ms-program): Use "osql" rather than "isql".
8549 (sql-prompt-regexp, sql-prompt-length): Update comment.
8550 (sql-mode-menu): Add "Start SQLi session" entry.
8551 Replace Highlighting submenu with Product menu. Fix Send Region entry.
8552 (sql-mode-abbrev-table): Add abbreviations. Support of
8553 SYSTEM-FLAG on define-abbrev. Support was removed with last
8554 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
8555 (sql-mode-font-lock-object-name): Add font-lock pattern for object
8556 names.
8557 (sql-mode-ansi-font-lock-keywords): Set as default value.
8558 (sql-mode-oracle-font-lock-keywords): Set as default value.
8559 Support Oracle 9i keywords.
8560 (sql-mode-postgres-font-lock-keywords): Set as default value.
8561 (sql-mode-linter-font-lock-keywords): Set as default value.
8562 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
8563 SQLServer 2000.
8564 (sql-mode-sybase-font-lock-keywords)
8565 (sql-mode-interbase-font-lock-keywords)
8566 (sql-mode-sqlite-font-lock-keywords)
8567 (sql-mode-strong-font-lock-keywords)
8568 (sql-mode-mysql-font-lock-keywords)
8569 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
8570 keywords.
8571 (sql-mode-font-lock-defaults): Update comment.
8572 (sql-product-feature): New function. Returns feature associated
8573 with a product from `sql-product-support' alist.
8574 (sql-product-font-lock): New function. Set font-lock support
8575 based on `sql-product'.
8576 (sql-add-product-keywords): New function. Add font-lock rules to
8577 product-specific keyword variables.
8578 (sql-set-product): New function. Set `sql-product' and apply
8579 appropriate font-lock highlighting.
8580 (sql-highlight-product): New function. Set font-lock support
8581 based on a product. Also set mode name to include product name.
8582 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
8583 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
8584 Use `sql-set-product'.
8585 (sql-highlight-ms-keywords)
8586 (sql-highlight-sybase-keywords)
8587 (sql-highlight-interbase-keywords)
8588 (sql-highlight-strong-keywords)
8589 (sql-highlight-mysql-keywords)
8590 (sql-highlight-sqlite-keywords)
8591 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
8592 (sql-get-login): Prompt in the same order as the tokens.
8593 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
8594 (sql-product-interactive): New function. Common portions of
8595 product-specific interactive mode wrappers.
8596 (sql-interactive-mode): Rewritten to use product features.
8597 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
8598 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
8599 (sql-db2, sql-linter): Use `sql-product-interactive'.
8600 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
8601 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
8602 (sql-connect-ingres, sql-connect-postgres)
8603 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
8604 New functions. Format command line parameters and invoke comint on
8605 the appropriate interpreter. Code was in the corresponding
8606 `sql-xyz' function before.
8607 (sql-connect-ms): New function. Support -E argument to use
8608 operating system credentials for authentication.
8609
8610 2003-08-18 Kenichi Handa <handa@m17n.org>
8611
8612 * international/mule.el (encode-char): Fix for the ASCII case.
8613
8614 2003-08-15 Kenichi Handa <handa@m17n.org>
8615
8616 * international/fontset.el (setup-default-fontset): Change "*" to
8617 nil in the specifications of font family.
8618
8619 2003-08-18 Kim F. Storm <storm@cua.dk>
8620
8621 * kmacro.el (kmacro-keymap): Group related bindings in
8622 initialization for clarity. Bind C-s to start macro.
8623 Remove C-r binding.
8624 (kmacro-initial-counter-value): New defvar to hold initial counter
8625 value in case we set the value before defining a macro.
8626 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
8627 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
8628 not defining or executing macro. Doc fix.
8629 (kmacro-add-counter): Clear kmacro-initial-counter-value.
8630 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
8631 temporarily view older elements on the macro ring without cycling
8632 the ring.
8633 (kmacro-display): Doc fix.
8634 (kmacro-exec-ring-item): New helper function.
8635 (kmacro-call-ring-2nd): Use it.
8636 (kmacro-call-ring-2nd-repeat): Doc fix.
8637 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
8638 (kmacro-end-or-call-macro): Execute last viewed macro (using
8639 kmacro-exec-ring-item) from ring if this follows
8640 kmacro-view-macro. This allows us to find a macro on the ring
8641 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
8642 the ring to bring it to the head of the ring.
8643 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
8644 Allow binding to reserved keys without specifying C-x C-k prefix.
8645 Ask for confirmation if entered key sequence is already bound to
8646 a non-macro command.
8647 (kmacro-view-macro): Repeating command will show older elements
8648 on the macro ring; C-k will execute the last viewed macro.
8649 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
8650 property from 'ring to 'head.
8651
8652 2003-08-17 Alan Shutko <ats@acm.org>
8653
8654 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
8655 keeping December out of the alist.
8656
8657 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
8658
8659 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
8660 * calendar/calendar.el (calendar-mode-map): Bind it to key.
8661 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
8662 (calendar-flatten): New function.
8663 (calendar-mouse-view-other-diary-entries)
8664 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
8665 in the menu title and to show multi-line diary entries correctly
8666 in the menu.
8667
8668 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
8669
8670 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
8671 defcustom, because the default was recently changed.
8672
8673 2003-08-16 Richard M. Stallman <rms@gnu.org>
8674
8675 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
8676
8677 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
8678 New subroutine, broken out of eval-last-sexp-1.
8679 (eval-last-sexp-1): Use eval-last-sexp-print-value.
8680
8681 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
8682
8683 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
8684
8685 * simple.el (eval-expression): Use eval-last-sexp-print-value.
8686
8687 2003-08-14 Jari Aalto <jari.aalto@poboxes.com>
8688
8689 * progmodes/compile.el (compilation-error-regexp-alist):
8690 Add Java ANt error detection as described in document
8691 http://ant.apache.org/faq.html
8692
8693 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
8694
8695 * simple.el (backward-word, forward-to-indentation)
8696 (backward-to-indentation): Argument changed to optional.
8697 (next-line, previous-line): Use `or' instead of `unless'.
8698
8699 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8700
8701 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
8702 instead of a constant.
8703
8704 2003-08-12 Markus Rost <rost@math.ohio-state.edu>
8705
8706 * shell.el (shell): With prefix-arg, suggest a new buffer name.
8707
8708 2003-08-12 Andre Spiegel <spiegel@gnu.org>
8709
8710 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
8711 (vc-sccs-workfile-version): Search the entire delta table, rather
8712 than just the first entry, because that might be a deleted version.
8713
8714 2003-08-11 Karl Fogel <kfogel@red-bean.com>
8715
8716 * menu-bar.el (menu-bar-options-menu): Supply a body for the
8717 [save-place] binding in the Options menu. Have it require
8718 'saveplace' and then toggle the variable manually, to avoid an an
8719 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
8720 for the bug report.
8721
8722 2003-08-11 Nick Roberts <nick@nick.uklinux.net>
8723
8724 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
8725 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
8726 (gdb-info-threads-custom): Add help-echo text.
8727 (gdb-display-back): Don't use purecopy.
8728 (gdb-info-breakpoints-custom, gdb-reset)
8729 (gdb-assembler-custom): Use display-images-p to test if breakpoint
8730 icons can be displayed.
8731
8732 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
8733
8734 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
8735
8736 2003-08-11 Stefan Monnier <monnier@cs.yale.edu>
8737
8738 * bookmark.el (bookmark-completing-read):
8739 Return a string, instead of a list of one string.
8740 Use a popup menu if activated from the mouse.
8741 (bookmark-edit-annotation): Remove unused vars.
8742 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
8743 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
8744 to bookmark-completing-read.
8745 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
8746 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
8747 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
8748 and erase-buffer.
8749 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
8750 (bookmark-menu-jump, bookmark-menu-insert)
8751 (bookmark-popup-menu-and-apply-function)
8752 (bookmark-menu-popup-paned-bookmark-menu): Remove.
8753 (bookmark-menu-build-paned-menu): Remove by folding it into
8754 bookmark-menu-popup-paned-menu.
8755 (menu-bar-bookmark-map): Move the define-key statements here.
8756 Use the "non-menu" commands since they now pop up a menu if needed.
8757 (bookmark-exit-hook-internal): Simplify.
8758
8759 2003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
8760
8761 * reftex-toc.el (reftex-toc-rename-label): New function.
8762 (reftex-toc-check-docstruct): New function.
8763
8764 * reftex.el (reftex-region-active-p): New function.
8765
8766 * reftex-parse.el (reftex-locate-bibliography-files): Improved the
8767 regexp to find the \bibliography macro.
8768
8769 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
8770 which does not exist in LaTeX.
8771 (reftex-cite-format-builtin): Added amsrefs support.
8772 (reftex-toc-confirm-promotion): New option
8773
8774 * reftex-toc.el
8775 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
8776 (reftex-toc-demote, reftex-toc-promote)
8777 (reftex-toc-do-promote, reftex-toc-promote-prepare)
8778 (reftex-toc-promote-action, reftex-toc-extract-section-number)
8779 (reftex-toc-newhead-from-alist)
8780 (reftex-toc-load-all-files-for-promotion): New functions.
8781 (reftex-toc-help): Added description of new keys.
8782 (reftex-toc-split-windows-fraction): New option.
8783 (reftex-recenter-toc-when-idle): Search *toc* window on all
8784 visible frames.
8785 (reftex-toc): Additional parameter REUSE
8786 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
8787 with REUSE argument.
8788 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
8789 the call of `reftex-toc'.
8790 (reftex-make-separate-toc-frame): New function .
8791 (reftex-toc-recenter): When called with triple prefix arg, call
8792 `reftex-make-separate-toc-frame' first.
8793 (reftex-toc-toggle-dedicated-frame): New command.
8794 (reftex-toc-quit): Adapted to delete frame when called in
8795 dedicated frame.
8796
8797 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
8798 all enclosing macros.
8799
8800
8801 2003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8802
8803 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
8804 first use.
8805
8806 2003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8807
8808 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
8809
8810 2003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
8811
8812 * calendar/calendar.el (list-diary-entries-hook)
8813 (diary-display-hook, nongregorian-diary-listing-hook)
8814 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
8815 Add some customize options for these hooks.
8816 (calendar-abbrev-construct): Don't try to take a substring longer
8817 than the original string.
8818
8819 2003-08-05 Richard M. Stallman <rms@gnu.org>
8820
8821 * emacs-lisp/testcover.el (noreturn): Report error if does return.
8822 (testcover-reinstrument-clauses): Doc fix.
8823
8824 * emacs-lisp/warnings.el: Doc fixes, args renamed.
8825 (warning-type-format): Rename from warning-group-format.
8826
8827 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
8828 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
8829 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
8830 to prevent warnings about defvar for an obsolete variable.
8831
8832 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
8833 warning-group-format renamed to warning-type-format.
8834
8835 * subr.el (read-passwd): Use clear-string instead of fillarray.
8836
8837 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
8838 Use vconcat instead of concat.
8839 (edmacro-sanitize-for-string): New function.
8840
8841 2003-08-05 Dave Love <fx@gnu.org>
8842
8843 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
8844 line-number-display-limit-width.
8845
8846 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
8847
8848 2003-08-05 Kenichi Handa <handa@m17n.org>
8849
8850 * international/code-pages.el: Don't require mule-diag.
8851
8852 * international/mule-diag.el (non-iso-charset-alist):
8853 Add autoload cookie.
8854
8855 * language/devan-util.el (dev-glyph-order): Add an entry for the
8856 glyph code #xC4.
8857
8858 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
8859
8860 * calendar/calendar.el (diary-file, diary-file-name-prefix)
8861 (european-calendar-style, diary-date-forms)
8862 (calendar-day-name-array, calendar-month-name-array): Doc change.
8863 (generate-calendar-month): Adapt for new behaviour of
8864 `calendar-day-name' function.
8865 (calendar-abbrev-length, calendar-day-abbrev-array)
8866 (calendar-month-abbrev-array): New variables.
8867 (calendar-abbrev-construct): New function.
8868 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
8869 rather than fixing abbrevs at some width. Calling syntax change.
8870 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
8871 (calendar-date-string): Adapt for new behaviours of
8872 `calendar-day-name' and `calendar-month-name' functions.
8873
8874 * calendar/diary-lib.el (list-diary-entries): Adapt for new
8875 behaviour of `calendar-day-name' and `calendar-month-name' functions.
8876 (diary-name-pattern): Use abbrev arrays, rather than fixing
8877 abbrevs at three chars. Calling syntax change.
8878 (mark-diary-entries): Adapt for new behaviours of
8879 `diary-name-pattern' and `calendar-make-alist' functions.
8880 (fancy-diary-font-lock-keywords): Adapt for new behaviour of
8881 `diary-name-pattern' function.
8882 (font-lock-diary-date-forms): Use abbrev arrays, rather than
8883 fixing abbrevs at three chars. Calling syntax change.
8884 (cal-hebrew, cal-islam): Require when compiling.
8885 (diary-font-lock-keywords): Adapt for new behaviour of
8886 `font-lock-diary-date-forms' function.
8887
8888 * calendar/cal-hebrew.el: Reposition some code so defined before used.
8889 (calendar-hebrew-month-name-array-common-year)
8890 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
8891 (list-hebrew-diary-entries): Adapt for new behaviours of
8892 `calendar-day-name' and `add-to-diary-list' functions.
8893 (mark-hebrew-diary-entries): Adapt for new behaviours of
8894 `diary-name-pattern' and `calendar-make-alist' functions.
8895
8896 * calendar/cal-islam.el (calendar-islamic-month-name-array):
8897 Add doc string.
8898 (list-islamic-diary-entries): Adapt for new behaviours of
8899 `calendar-day-name' and `add-to-diary-list' functions.
8900 (mark-islamic-diary-entries): Adapt for new behaviours of
8901 `diary-name-pattern' and `calendar-make-alist' functions.
8902
8903 * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
8904 `calendar-month-name' function.
8905
8906 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
8907
8908 * calendar/solar.el (solar-seasons-data): Move definition before use.
8909
8910 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
8911 (cal-tex-LaTeX-hourbox): Move definition before use.
8912
8913 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
8914 cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
8915 lunar.el, solar.el
8916 (displayed-month, displayed-year): Define for compiler.
8917
8918 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
8919
8920 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
8921 MODE. Renamed from c-init-c-language-vars'.
8922 (c-initialize-cc-mode): Change accordingly.
8923 (c-common-init): Ditto.
8924 (c-mode): Ditto.
8925 (c++-mode): Use `c-init-language-vars-for'.
8926 (objc-mode): Ditto.
8927 (java-mode): Ditto.
8928 (idl-mode): Ditto.
8929 (pike-mode): Ditto.
8930 (awk-mode): Ditto.
8931
8932 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
8933
8934 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
8935 or not the point moved.
8936
8937 (c-search-decl-header-end): Don't trip up on operator identifiers
8938 in C++ and operators like == in all languages.
8939
8940 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
8941 Detect leading labels correctly.
8942
8943 2003-08-02 Andreas Schwab <schwab@suse.de>
8944
8945 * textmodes/ispell.el: Don't redo key bindings on loading, put
8946 them only in loaddefs.el.
8947 * bookmark.el: Likewise.
8948 * dabbrev.el: Likewise.
8949 * emerge.el: Likewise.
8950
8951 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
8952 has more than one member.
8953
8954 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
8955
8956 2003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8957
8958 * lpr.el (printify-region): It was ending conversion before the
8959 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
8960
8961 2003-07-31 John Paul Wallington <jpw@gnu.org>
8962
8963 * net/browse-url.el (browse-url-epiphany): Doc fix.
8964
8965 2003-07-30 Kenichi Handa <handa@m17n.org>
8966
8967 * international/fontset.el (setup-default-fontset):
8968 Change registry names of Akurti fonts.
8969
8970 2003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
8971
8972 * comint.el (comint-read-noecho): Use `clear-string' instead of
8973 `fillarray'.
8974
8975 2003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
8976
8977 * outline.el (outline-mode-hook): Add defvar.
8978
8979 2003-07-28 Nick Roberts <nick@nick.uklinux.net>
8980
8981 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
8982 Restore assembler in source window if that is what has been selected.
8983 (menu): Add gdb-restore-windows to menu. Make gdba
8984 specific menus only visible from gdba.
8985
8986 2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
8987
8988 * progmodes/compile.el (compilation-environment): New user variable.
8989 (compile-internal): Respect it.
8990
8991 2003-07-23 Masatake YAMATO <jet@gyve.org>
8992
8993 * progmodes/gud.el (gdb-script-font-lock-keywords):
8994 Put `font-lock-function-name-face' on a symbol which includes
8995 `-' like `hook-run'. Put font-lock-variable-name-face
8996 on a symbol starting with $.
8997
8998 2003-07-27 Markus Rost <rost@math.ohio-state.edu>
8999
9000 * files.el (set-visited-file-name): Use truename for buffer-file-name.
9001
9002 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
9003
9004 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
9005
9006 2003-07-26 Andre Spiegel <spiegel@gnu.org>
9007
9008 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
9009 Use with-no-warnings.
9010 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
9011 rather than to find-file-not-found-hook, which doesn't exist.
9012
9013 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
9014
9015 * international/quail.el (quail-translate-key): Fix previous change.
9016
9017 2003-07-25 John Paul Wallington <jpw@gnu.org>
9018
9019 * server.el (server-start): Check `server-process' is non-nil
9020 before killing it to avoid killing current buffer's process.
9021
9022 * simple.el (choose-completion-string): Use `minibufferp';
9023 test `completion-reference-buffer' if `buffer' arg is nil.
9024 (push-mark): Use `when' and `unless'.
9025 (pop-mark): Use `when'.
9026
9027 * mouse-sel.el (mouse-sel-get-selection-function):
9028 Check `x-last-selected-text-primary'. Don't barf if it or
9029 `x-last-selected-text' aren't bound.
9030
9031 2003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
9032
9033 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
9034
9035 2003-07-23 Stefan Monnier <monnier@cs.yale.edu>
9036
9037 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
9038
9039 2003-07-23 John Paul Wallington <jpw@gnu.org>
9040
9041 * tooltip.el (defface tooltip): Inherit from variable-pitch.
9042
9043 2003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
9044
9045 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
9046 string. Defvar the derived hook.
9047
9048 * macros.el (insert-kbd-macro): Escape double quote character.
9049 From Thomas W Murphy <twm@andrew.cmu.edu>.
9050
9051 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
9052
9053 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
9054 to match the specific mark rather than reusing comment-start-skip.
9055
9056 2003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
9057
9058 * progmodes/hideshow.el (hs-special-modes-alist):
9059 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
9060
9061 2003-07-21 Markus Rost <rost@math.ohio-state.edu>
9062
9063 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
9064 value using ?\s.
9065
9066 2003-07-21 John Paul Wallington <jpw@gnu.org>
9067
9068 * subr.el (with-selected-window): Add closing paren.
9069
9070 2003-07-21 Richard M. Stallman <rms@gnu.org>
9071
9072 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
9073 (lisp-mode): Likewise.
9074
9075 * subr.el (with-selected-window): Copy code form save-selected-window
9076 so as to call select-window with norecord arg.
9077 (dynamic-completion-table): Doc fix.
9078 (lazy-completion-table): Doc fix.
9079
9080 * international/mule-cmds.el (set-locale-environment):
9081 langinfo renamed to locale-info.
9082
9083 * international/mule.el (auto-coding-functions): Doc fix.
9084
9085 2003-07-21 Kenichi Handa <handa@m17n.org>
9086
9087 * international/quail.el (quail-translate-key):
9088 Update quail-current-str correctly.
9089
9090 2003-07-21 Andreas Schwab <schwab@suse.de>
9091
9092 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
9093 ?, to "_".
9094
9095 2003-07-20 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
9096 Version 2.0.36 of Tramp released.
9097
9098 * net/tramp.el (tramp-default-password-end-of-line): Rename from
9099 tramp-password-end-of-line.
9100 (tramp-password-end-of-line): New method parameter.
9101 (tramp-get-password-end-of-line): Function to access method
9102 parameter `tramp-password-end-of-line', or variable
9103 `tramp-default-password-end-of-line' (default value).
9104 (tramp-methods): Add entries for new parameter
9105 tramp-password-end-of-line.
9106 (tramp-enter-password): Use new function
9107 `tramp-get-password-end-of-line'.
9108 (tramp-handle-insert-file-contents): Do not
9109 unconditionally inhibit the file operation file-local-copy, only
9110 do that when the inhibit-file-name-operation is currently
9111 insert-file-contents. This fixes finding remote CVS-controlled
9112 files. (It would barf on inserting the CVS/Entries file
9113 literally, because the file-local-copy handler wasn't called.)
9114 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
9115 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
9116 (tramp-initial-commands): New variable.
9117 (tramp-process-initial-commands): New function, using the variable.
9118 (tramp-open-connection-setup-interactive-shell): Call the new function.
9119 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
9120 method into the buffer name, never use nil. Reported by Hanak
9121 David <dhanak@inf.bme.hu>.
9122 (tramp-open-connection-setup-interactive-shell): Erase buffer
9123 before sending "stty -onlcr".
9124
9125 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
9126
9127 2003-07-19 Markus Rost <rost@math.ohio-state.edu>
9128
9129 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
9130
9131 2003-07-19 John Paul Wallington <jpw@gnu.org>
9132
9133 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
9134 (artist-draw-rect, artist-draw-square): Doc fixes.
9135
9136 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
9137
9138 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
9139
9140 2003-07-19 Kenichi Handa <handa@m17n.org>
9141
9142 * international/kkc.el (kkc-show-conversion-list-update):
9143 Highlight the correct candidate in the message.
9144
9145 2003-07-18 John Paul Wallington <jpw@gnu.org>
9146
9147 * simple.el (current-word): Don't include punctuation char when
9148 `really-word' arg is non-nil.
9149
9150 2003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
9151
9152 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
9153 moved to the directory obsolete.
9154
9155 2003-07-16 Stefan Monnier <monnier@cs.yale.edu>
9156
9157 * info.el (Info-menu-entry-name-re): Allow newlines in
9158 menu entry names.
9159
9160 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
9161 syntax-ppss-after-change-function.
9162 (syntax-ppss-after-change-function): New alias. Update uses.
9163 (syntax-ppss): Catch the case where the buffer is narrowed.
9164
9165 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
9166
9167 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
9168 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
9169
9170 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
9171
9172 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
9173 since it might be modified.
9174
9175 * progmodes/cc-langs.el (c++-make-template-syntax-table)
9176 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
9177 names to these language constants.
9178
9179 2003-07-15 Kim F. Storm <storm@cua.dk>
9180
9181 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
9182 All uses changed.
9183
9184 2003-07-14 Mark A. Hershberger <mah@everybody.org>
9185
9186 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
9187 Namespace support.
9188
9189 2003-07-13 Juanma Barranquero <lektu@terra.es>
9190
9191 * frame.el (modify-all-frames-parameters): Reinstall (copyright
9192 papers received).
9193
9194 2003-07-13 Karl Eichwalder <ke@suse.de>
9195
9196 * textmodes/po.el (po-find-charset): White space at the start of the
9197 Content-Type field body is non-mandatory.
9198
9199 2003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
9200
9201 * textmodes/texinfo.el (texinfo-section-list):
9202 Append appendixsection; a synonym for appendixsec.
9203
9204 2003-07-13 Jari Aalto <jari.aalto@poboxes.com>
9205
9206 * man.el (Man-translate-cleanup): New.
9207 (Man-translate-references): Call `Man-translate-cleanup' to clean
9208 leading, trailing and middle spaces.
9209
9210 2003-07-13 Lars Hansen <larsh@math.ku.dk>
9211
9212 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
9213 Handle `dired-directory' being a list.
9214
9215 2003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
9216
9217 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
9218 it doesn't exist.
9219
9220 2003-07-12 Richard M. Stallman <rms@gnu.org>
9221
9222 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
9223
9224 * progmodes/cc-defs.el (c-make-keywords-re):
9225 Don't use delete-duplicates.
9226 (c-lang-const): Don't use mapcan.
9227
9228 * apropos.el (apropos-show-scores): Make it customizable.
9229 Document new meaning.
9230 (apropos): Compute scores from symbols.
9231 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
9232
9233 2003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9234
9235 * ps-bdf.el: Fix copyright line.
9236 (bdf-directory-list): Fix initialization code.
9237
9238 2003-07-11 John Paul Wallington <jpw@gnu.org>
9239
9240 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
9241 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
9242 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
9243
9244 2003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
9245
9246 * emacs-lisp/ring.el (ring-elements): Doc fix.
9247
9248 2003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
9249
9250 * calendar/timeclock.el (timeclock-relative)
9251 (timeclock-ask-before-exiting, timeclock-use-display-time):
9252 Doc changes.
9253 (timeclock-modeline-display): Give a message if
9254 `timeclock-use-display-time' is non-nil but `display-time-mode'
9255 is not active.
9256
9257 2003-07-11 Kenichi Handa <handa@m17n.org>
9258
9259 * international/mule-cmds.el (set-language-environment):
9260 Set current-language-environment to the correct string.
9261
9262 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9263
9264 * ps-print.el: Print line number correctly in a region. Reported by
9265 Tim Allen <timallen@ls83.fsnet.co.uk>.
9266 (ps-print-version): New version number (6.6.2).
9267 (ps-printing-region): Code fix.
9268
9269 2003-07-10 John Paul Wallington <jpw@gnu.org>
9270
9271 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
9272 this function can be called from `add-completions-from-tags-table'.
9273
9274 2003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
9275
9276 * calendar/timeclock.el (timeclock-use-display-time)
9277 (timeclock-day-over-hook, timeclock-workday-remaining)
9278 (timeclock-status-string, timeclock-when-to-leave)
9279 (timeclock-when-to-leave-string, timeclock-log-data)
9280 (timeclock-find-discrep, timeclock-day-base)
9281 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
9282 (timeclock-modeline-display): Set the variable
9283 `timeclock-modeline-display'.
9284 (timeclock-update-modeline): Doc fix. Respect value of
9285 `timeclock-relative'.
9286
9287 2003-07-09 Richard M. Stallman <rms@gnu.org>
9288
9289 * textmodes/reftex-parse.el (reftex-all-document-files):
9290 Add autoload cookie.
9291
9292 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
9293 (reftex-scanning-info-available-p): Add autoload cookie.
9294
9295 * international/mule-cmds.el
9296 (set-display-table-and-terminal-coding-system): Delete duplicate
9297 aset on standard-display-table.
9298
9299 * view.el (view-file): If existing buffer's major mode is special,
9300 don't go into view mode.
9301
9302 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
9303
9304 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9305
9306 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
9307 buffer changes; there's third party code that calls this function
9308 directly.
9309
9310 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9311
9312 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
9313 (autodoc-font-lock-keywords): Don't byte compile on font lock
9314 initialization when running from byte compiled files.
9315
9316 2003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9317
9318 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
9319 statement ends with auto-increment "++".
9320
9321 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9322
9323 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
9324 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
9325 these are changed, so declare them as variables and not constants.
9326
9327 2003-07-08 Markus Rost <rost@math.ohio-state.edu>
9328
9329 * subr.el (dolist, dotimes): Doc fix.
9330
9331 2003-07-08 Kim F. Storm <storm@cua.dk>
9332
9333 * international/mule-cmds.el
9334 (set-display-table-and-terminal-coding-system): Don't break
9335 bootstrap if standard-display-table isn't setup yet.
9336
9337 2003-07-07 Richard M. Stallman <rms@gnu.org>
9338
9339 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
9340 Give it a doc string, and autoload it.
9341
9342 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
9343 Use with-no-warnings.
9344
9345 * info.el (Info-search): If find invisible text, search again.
9346
9347 * isearch.el (search-whitespace-regexp): Add a shy group around it.
9348
9349 * man.el (Man-name-regexp): Match + as part of name.
9350
9351 * simple.el (visible-mode): Rename from vis-mode.
9352 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
9353
9354 * simple.el (current-word): New arg REALLY-WORD specifies
9355 don't include punctuation chars.
9356
9357 * emacs-lisp/debug.el (debug, debugger-env-macro):
9358 Use with-no-warnings while accessing and binding unread-command-char.
9359
9360 * international/mule-cmds.el
9361 (set-display-table-and-terminal-coding-system): Use explicit loop
9362 instead of calling standard-display-default.
9363
9364 * net/ange-ftp.el (ange-ftp-file-symlink-p):
9365 Use condition-case to catch error in ange-ftp-get-files.
9366
9367 * net/browse-url.el (browse-url-browser-function):
9368 Add alternative for Epiphany.
9369 (browse-url-epiphany-program, browse-url-epiphany-arguments)
9370 (browse-url-epiphany-startup-arguments)
9371 (browse-url-epiphany-new-window-is-tab): New variables.
9372 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
9373
9374 * progmodes/compile.el (compile-auto-highlight): Default now t.
9375 (compile): Doc fix.
9376 (compilation-next-error): Fix previous change.
9377
9378 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
9379
9380 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
9381
9382 2003-07-07 Nick Roberts <nick@nick.uklinux.net>
9383
9384 * gdb-ui.el (gdb-source-info): Display current frame when
9385 attaching to an existing process.
9386 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
9387 while laying out windows when attaching to an existing process.
9388
9389 2003-07-07 Stefan Monnier <monnier@cs.yale.edu>
9390
9391 * info.el (Info-menu): Use Info-menu-entry-name-re.
9392
9393 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
9394
9395 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
9396 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
9397
9398 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
9399 to match the same text.
9400
9401 2003-07-06 John Paul Wallington <jpw@gnu.org>
9402
9403 * vc.el (vc-annotate-offset): Move defvar up.
9404
9405 2003-07-06 Kim F. Storm <storm@cua.dk>
9406
9407 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
9408 This should fix the infinite loop when extracting menu names.
9409
9410 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
9411
9412 * files.el (auto-mode-alist, interpreter-mode-alist):
9413 Remove entries to CC Mode modes to avoid duplicates; they are now added
9414 with autoload directives in cc-mode.el.
9415
9416 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
9417
9418 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
9419 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
9420 these are changed, so declare them as variables and not constants.
9421
9422 * progmodes/cc-mode.el: Fix some autoload problems: Try to
9423 ensure that the entry for ".c" extension comes before the one for
9424 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
9425 Fix incorrect entries that were added to `interpreter-mode-alist'.
9426 Move the autoload directives for AWK to the top level since they
9427 aren't recognized anywhere else. Do not use the new AWK mode doc
9428 in the autoload form for the old AWK mode.
9429
9430 2003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9431
9432 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
9433 (bibtex-sort-ignore-string-entries): Default value t.
9434 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
9435 erroneously in previous version.
9436 (bibtex-string-files): Docstring reflects new parsing scheme.
9437 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
9438 docstring, add # as one of the chars to crush
9439 (bibtex-autokey-prefix-string, bibtex-autokey-names)
9440 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
9441 (bibtex-autokey-name-change-strings)
9442 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
9443 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
9444 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
9445 (bibtex-autokey-title-terminators)
9446 (bibtex-autokey-titlewords-stretch)
9447 (bibtex-autokey-titleword-ignore)
9448 (bibtex-autokey-titleword-case-convert)
9449 (bibtex-autokey-titleword-abbrevs)
9450 (bibtex-autokey-titleword-abbrevs)
9451 (bibtex-autokey-titleword-change-strings)
9452 (bibtex-autokey-titleword-length)
9453 (bibtex-autokey-titleword-separator)
9454 (bibtex-autokey-name-year-separator)
9455 (bibtex-autokey-year-title-separator)
9456 (bibtex-autokey-before-presentation-function)
9457 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
9458 Fix docstring.
9459 (bibtex-strings, bibtex-reference-keys):
9460 Use lazy-completion-table and make-variable-buffer-local.
9461 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
9462 (bibtex-braced-string-syntax-table)
9463 (bibtex-quoted-string-syntax-table): New variables.
9464 (bibtex-parse-nested-braces): Remove.
9465 (bibtex-parse-field-string): Use syntax table and forward-sexp.
9466 (bibtex-parse-association): Simplify.
9467 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
9468 (bibtex-parse-field-text): Simplify.
9469 (bibtex-search-forward-field, bibtex-search-backward-field):
9470 argument BOUND can take value t.
9471 (bibtex-start-of-field, bibtex-start-of-name-in-field)
9472 (bibtex-end-of-name-in-field, bibtex-end-of-field)
9473 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
9474 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
9475 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
9476 (bibtex-skip-to-valid-entry): Return buffer position of beginning
9477 and ending of entry. Update for changes of bibtex-search-entry.
9478 Simplify.
9479 (bibtex-map-entries): FUN is called with three arguments.
9480 (bibtex-search-entry): Return a cons pair with buffer positions of
9481 beginning and end of entry.
9482 (bibtex-enclosing-field): Simplify.
9483 (bibtex-format-entry): Use booktitle to set a missing title.
9484 (bibtex-autokey-get-names): Fiddle with regexps.
9485 (bibtex-generate-autokey): Use identity.
9486 (bibtex-parse-keys): Use simplified parsing algorithm if
9487 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
9488 arguments. Return alist of keys.
9489 (bibtex-parse-strings): Simplify. Return alist of strings.
9490 (bibtex-complete-string-cleanup): Fix docstring.
9491 (bibtex-read-key): New function.
9492 (bibtex-mode): Fix docstring. Do not parse for keys and
9493 strings when the mode is entered. Set fill-paragraph-function to
9494 bibtex-fill-field. Setup font-lock-mark-block-function the way
9495 font-lock intended.
9496 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
9497 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
9498 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
9499 (bibtex-Preamble): Avoid hard coded constants.
9500 (bibtex-make-field): Fix docstring. Simplify.
9501 (bibtex-beginning-of-entry): Always return new position of point.
9502 (bibtex-end-of-entry): Rearrange cond clauses.
9503 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
9504 Update for changes of bibtex-map-entries.
9505 (bibtex-ispell-abstract): Do not move point.
9506 (bibtex-entry-index): Use downcase. Simplify.
9507 (bibtex-lessp): Handle catch-all.
9508 (bibtex-find-crossref): Turn into a command.
9509 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
9510 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
9511 preamble entries.
9512 (bibtex-fill-field-bounds): New function.
9513 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
9514 (bibtex-fill-entry): Use bibtex-fill-field-bounds
9515 (bibtex-String): Use bibtex-strings. Always obey
9516 bibtex-sort-ignore-string-entries.
9517
9518 2003-07-05 John Paul Wallington <jpw@gnu.org>
9519
9520 * cus-theme.el (customize-create-theme):
9521 Call `customize-create-theme' in Reset widget's notify function.
9522
9523 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
9524 (ibuffer-mark-interactive): Use `or' instead of `unless'.
9525 (define-ibuffer-column name): Add summarizer.
9526 (define-ibuffer-column size): Likewise.
9527 (define-ibuffer-column filename): Likewise.
9528 (define-ibuffer-column process): Likewise. Change BODY's output too.
9529 (define-ibuffer-column filename-and-process): Likewise, likewise.
9530 (ibuffer): Remove local vars `already-in' and `need-update'.
9531
9532 * ibuf-ext.el: Don't require `derived' at compile-time.
9533
9534 2003-07-05 Kim F. Storm <storm@cua.dk>
9535
9536 * info.el: Disable paragraph refilling.
9537 (Info-refill-paragraphs): New defcustom.
9538 (Info-fontify-node): Use it.
9539
9540 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
9541
9542 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
9543 thingies from constructors created by defstruct.
9544
9545 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
9546 the default value of the variable.
9547 (byte-code-meter): Move declaration to top level.
9548
9549 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
9550
9551 * info.el (Info-following-node-name-re): New fun.
9552 (Info-following-node-name): Remove.
9553 (Info-insert-dir): Use the new fun.
9554 (Info-extract-pointer): Don't save restriction; use new fun.
9555 (Info-menu-entry-name-re): New const.
9556 (Info-menu-entry-name-re): Use it along with new fun.
9557 (Info-node-spec-re): Use new fun.
9558 (Info-complete-menu-item, Info-fontify-node): Use new const.
9559 (Info-goto-node, Info-follow-reference, Info-menu-update):
9560 Use match-string.
9561 (Info-follow-reference): Use assoc-string.
9562 Use a list of strings for the completion table.
9563 (Info-fontify-node): Use match-string, line-end-position.
9564 Limit the search for `node:' to the first line.
9565
9566 * newcomment.el (uncomment-region): Remove padding coming from
9567 comment-start rather than just from comment-padding.
9568
9569 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
9570 (vc-cvs-stay-local-p): Use vc-stay-local-p.
9571 (vc-cvs-rename-file): Remove (use the default).
9572 (vc-cvs-register): Register parent dir if needed.
9573 (vc-cvs-could-register): Return non-nil if parent can be registered.
9574 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
9575 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
9576
9577 * vc-svn.el (vc-svn-use-edit): Make it into a const.
9578 (vc-svn-update): Fix the arguments to `svn'.
9579 (vc-svn-diff-tree): Just use `vc-svn-diff'.
9580 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
9581 Simple implementations, assuming `name' is a URL.
9582
9583 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
9584 set of chars allowed unquoted in a case pattern.
9585
9586 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
9587
9588 * font-lock.el (font-lock-extra-types-widget)
9589 (c-font-lock-extra-types, c++-font-lock-extra-types)
9590 (objc-font-lock-extra-types, java-font-lock-extra-types)
9591 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
9592 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
9593 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
9594 (font-lock-match-c++-structor-declaration)
9595 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
9596 (c++-font-lock-keywords-3, c++-font-lock-keywords)
9597 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
9598 (objc-font-lock-keywords-3, objc-font-lock-keywords)
9599 (java-font-lock-keywords-1, java-font-lock-keywords-2)
9600 (java-font-lock-keywords-3, java-font-lock-keywords)
9601 (java-font-lock-syntactic-face-function): Remove obsolete code
9602 and constants. It's all in cc-fonts.el now.
9603
9604 2003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
9605
9606 * mail/sendmail.el (mail-specify-envelope-from)
9607 (mail-envelope-from): Doc fix.
9608
9609 2003-07-04 Martin Stjernholm <mast@lysator.liu.se>
9610
9611 * generic-x.el: Do away with the dependency on `c-emacs-features'
9612 when populating `rul-generic-mode-syntax-table'; we already know
9613 this isn't XEmacs.
9614
9615 See ChangeLog.10 for earlier changes.
9616
9617 ;; Local Variables:
9618 ;; coding: iso-2022-7bit
9619 ;; End:
9620
9621 Copyright (C) 2001, 02, 04 Free Software Foundation, Inc.
9622 Copying and distribution of this file, with or without modification,
9623 are permitted provided the copyright notice and this notice are preserved.
9624
9625 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1