]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2004-09-03 Kim F. Storm <storm@cua.dk>
2
3 * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
4 highlight overlays; allow using RET when cursor is over a button.
5 (cua--highlight-rectangle): Use it.
6 (cua--rectangle-set-corners): Don't move backwards at eol.
7 (cua--forward-line): Don't move into void after eob.
8
9 * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
10 point is set (and displayed) inside rectangle.
11 (cua--rectangle-operation): Fix for highlight of empty lines.
12 (cua--highlight-rectangle): Fix highlight for tabs.
13 Position cursor at left/right edge of rectangle using new `cursor'
14 property on overlay strings.
15 (cua--indent-rectangle): Don't tabify.
16 (cua-rotate-rectangle): Ignore that point has moved.
17
18 2004-09-02 Juri Linkov <juri@jurta.org>
19
20 * progmodes/compile.el (compilation-buffer-name): Compare major
21 mode with second element of compilation-arguments instead of third
22 to reflect latest changes in compilation-arguments structure.
23 (recompile): Use global variable `compilation-directory' to get
24 recent compilation directory only when `recompile' is invoked NOT
25 in the compilation buffer. Otherwise, use `default-directory' of
26 the compilation buffer.
27 (compilation-error-properties): Allow to funcall col and end-col.
28 (compilation-mode-font-lock-keywords): Check col and end-col by
29 `integerp'.
30 (compilation-goto-locus): If end-mk is non-nil in transient mark
31 mode don't activate the mark (and don't display message in
32 push-mark), but highlight overlay between mk and end-mk.
33
34 * progmodes/grep.el (grep-highlight-matches): New defcustom.
35 (grep-regexp-alist): Add rule to highlight grep matches.
36 (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
37
38 * info.el (Info-fontify-node): Don't compute other-tag
39 if Info-hide-note-references=hide.
40
41 * help.el (function-called-at-point):
42 * help-fns.el (variable-at-point):
43 Try `find-tag-default' when other methods failed.
44
45 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
46 Do not push mark if inhibit-mark-movement is non-nil.
47
48 * textmodes/ispell.el (ispell-html-skip-alists):
49 Fix backslashes in docstring.
50
51 2004-09-01 Juri Linkov <juri@jurta.org>
52
53 * isearch.el (isearch-wrap-function)
54 (isearch-push-state-function): New defvars.
55 (isearch-pop-fun-state): New defsubst.
56 (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
57 (isearch-push-state): Set the result of calling
58 `isearch-push-state-function' to the `isearch-pop-fun-state' field.
59 (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
60 restore the mode-specific starting point of terminated search.
61 (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
62 (isearch-repeat): Call `isearch-wrap-function' if defined.
63 (isearch-message-prefix): Don't add prefix "over" to the message
64 for wrapped search if `isearch-wrap-function' is defined.
65 (isearch-search): Call function saved in `isearch-pop-fun-state' to
66 restore the mode-specific starting point of failed search.
67
68 * info.el (Info-search-whitespace-regexp): Fix backslashes.
69 (Info-search): Add new optional arguments for the sake of isearch.
70 Replace whitespace in Info-search-whitespace-regexp literally.
71 Add backward search. Don't call `Info-select-node' if regexp is
72 found in the same Info node. Don't add node to Info-history for
73 wrapped isearch.
74 (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
75 (Info-isearch-push-state, Info-isearch-pop-state): New funs.
76 (Info-mode): Set local variables `isearch-search-fun-function',
77 `isearch-wrap-function', `isearch-push-state-function',
78 `search-whitespace-regexp'.
79
80 * isearch.el: Remove ancient Change Log section.
81 (isearch-string, isearch-message-string, isearch-point)
82 (isearch-success, isearch-forward-flag, isearch-other-end)
83 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
84 (isearch-barrier, isearch-within-brackets)
85 (isearch-case-fold-search): Add suffix `-state' to state-related
86 defsubsts to avoid name clashes with other function names.
87
88 * simple.el (next-error): New defgroup and defface.
89 (next-error-highlight, next-error-highlight-no-select):
90 New defcustoms.
91 (next-error-no-select): Let-bind next-error-highlight to the value
92 of next-error-highlight-no-select before calling `next-error'.
93
94 * progmodes/compile.el (compilation-goto-locus):
95 Use `next-error' face instead of `region'. Set 4-th argument of
96 `move-overlay' to `current-buffer' to move overlay to different
97 source buffers. Use new variable `next-error-highlight'.
98
99 * simple.el (next-error-find-buffer): Move the rule
100 "if current buffer is a next-error capable buffer" after the
101 rule "if next-error-last-buffer is set to a live buffer".
102 Simplify to test all rules in one `or'.
103 (next-error): Doc fix.
104 (next-error, previous-error, first-error)
105 (next-error-no-select, previous-error-no-select):
106 Make arguments optional.
107
108 2004-08-31 Luc Teirlinck <teirllm@auburn.edu>
109
110 * macros.el (apply-macro-to-region-lines): Make it operate on all
111 lines that begin in the region, rather than on all complete lines
112 in the region.
113
114 2004-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
115
116 * x-dnd.el (x-dnd-protocol-alist): Document update.
117 (x-dnd-known-types): Defcustom it.
118 (x-dnd-handle-motif): Print message-atom in error message.
119
120 2004-08-30 John Paul Wallington <jpw@gnu.org>
121
122 * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
123 strings rather than programatically constructing message.
124
125 2004-08-30 Richard M. Stallman <rms@gnu.org>
126
127 * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
128 Don't return a string that would read as the wrong character code.
129
130 2004-08-29 Kim F. Storm <storm@cua.dk>
131
132 * emulation/cua-base.el (cua-auto-expand-rectangles): Remove
133 automatic rectangle padding feature; replace by non-destructive
134 virtual rectangle edges feature.
135 (cua-virtual-rectangle-edges): New defcustom.
136 (cua-auto-tabify-rectangles): New defcustom.
137 (cua-paste): If paste into a marked rectangle, insert rectangle at
138 current column, even if virtual; also paste exactly as many lines
139 as has been marked (ignore additional lines or add empty lines),
140 but paste whole source if only one line is marked.
141 (cua--update-indications): No longer use overwrite-cursor to
142 indicate rectangle padding
143
144 * emulation/cua-rect.el (cua--rectangle-padding): Remove.
145 (cua--rectangle-virtual-edges): New defun.
146 (cua--rectangle-get-corners): Remove optional PAD arg.
147 (cua--rectangle-set-corners): Never do padding.
148 (cua--forward-line): Remove optional PAD arg. Simplify.
149 (cua-resize-rectangle-right, cua-resize-rectangle-left)
150 (cua-resize-rectangle-down, cua-resize-rectangle-up):
151 (cua-resize-rectangle-bot, cua-resize-rectangle-top)
152 (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
153 (cua--rectangle-move): Never do padding. Simplify.
154 (cua--tabify-start): New defun.
155 (cua--rectangle-operation): Add tabify arg. All callers changed.
156 (cua--pad-rectangle): Remove.
157 (cua--delete-rectangle): Handle delete with virtual edges.
158 (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
159 (cua--insert-rectangle): Handle insert at virtual column.
160 Perform auto-tabify if necessary.
161 (cua--activate-rectangle): Remove optional FORCE arg.
162 Never do padding. Simplify.
163 (cua--highlight-rectangle): Enhance for virtual edges.
164 (cua-toggle-rectangle-padding): Remove command.
165 (cua-toggle-rectangle-virtual-edges): New command.
166 (cua-sequence-rectangle): Add optional TABIFY arg. Callers changed.
167 (cua--rectangle-post-command): Don't force rectangle padding.
168 (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
169
170 2004-08-28 Luc Teirlinck <teirllm@auburn.edu>
171
172 * indent.el (edit-tab-stops-buffer): Doc fix.
173
174 2004-08-28 Richard M. Stallman <rms@gnu.org>
175
176 * progmodes/grep.el (grep-default-command): Use find-tag-default.
177 (grep-tag-default): Function deleted.
178
179 * subr.el (find-tag-default): Moved from etags.el.
180
181 * progmodes/etags.el (find-tag-default): Moved to subr.el.
182
183 * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
184 into the basic character if it has an uppercase form.
185
186 2004-08-27 Kenichi Handa <handa@m17n.org>
187
188 * international/utf-8.el (utf-8-post-read-conversion): If the
189 buffer is unibyte, temporarily make it multibyte.
190
191 2004-08-27 Masatake YAMATO <jet@gyve.org>
192
193 * calendar/time-date.el (time-to-seconds): Add autoload cookies.
194
195 2004-08-25 John Paul Wallington <jpw@gnu.org>
196
197 * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
198 0, 1, and many mismatches in message.
199 (tex-start-shell): Use `set-process-query-on-exit-flag'.
200
201 * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
202 (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
203
204 2004-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
205
206 * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
207 vc-diff-switches differently.
208
209 2004-08-22 Luc Teirlinck <teirllm@auburn.edu>
210
211 * speedbar.el (speedbar-file-regexp): Give it a phony defvar
212 before and a real defvar after
213 `speedbar-supported-extension-expressions'. This is to silence
214 the compiler without breaking bootstrapping.
215
216 2004-08-22 Richard M. Stallman <rms@gnu.org>
217
218 * textmodes/flyspell.el (flyspell-word):
219 Use set-process-query-on-exit-flag.
220 (flyspell-highlight-duplicate-region): Take POSS as arg.
221 (flyspell-word): Pass POSS as arg.
222
223 * progmodes/ada-xref.el: Many doc and style fixes.
224 (ada-find-any-references): Use compilation-start.
225 (ada-get-ali-file-name): Improve error msg.
226 (ada-get-ada-file-name): Likewise.
227
228 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
229 (ange-ftp-start-process): Use set-process-query-on-exit-flag.
230
231 * mail/mail-extr.el (mail-extr-all-top-level-domains):
232 Add forward defvar.
233
234 * whitespace.el (global-whitespace-mode): New alias
235 for whitespace-global-mode.
236
237 * speedbar.el (speedbar-file-regexp): Definition moved up.
238 (speedbar-mode, speedbar-set-mode-line-format):
239 Use with-no-warnings.
240 (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
241
242 * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
243 controls whether to display the error buffer.
244
245 * ps-mule.el: Delete compatibility code for old Emacses.
246 (ps-mule-find-wrappoint): Don't use chars-in-region.
247
248 * frame.el (display-mouse-p, display-selections-p):
249 Use with-no-warnings.
250
251 * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
252
253 2004-08-22 David Kastrup <dak@gnu.org>
254
255 * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
256 information.
257
258 * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
259
260 2004-08-22 Andreas Schwab <schwab@suse.de>
261
262 * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
263
264 2004-08-22 Masatake YAMATO <jet@gyve.org>
265
266 * cvs-status.el (cvs-status-checkout): New function.
267 (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
268
269 2004-08-21 David Kastrup <dak@gnu.org>
270
271 * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
272 (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
273 has been converted to use hashtables, the relation `nil=none' is
274 no longer valid, as `nil' is not a hashtable. This patch tries to
275 reduce the number of resulting errors.
276
277 2004-08-21 John Paul Wallington <jpw@gnu.org>
278
279 * subr.el (process-kill-without-query): Made obsolete in
280 version 21.4, not 21.5.
281
282 * log-edit.el (vc-comment-ring, vc-comment-ring-index)
283 (vc-previous-comment, vc-next-comment)
284 (vc-comment-search-reverse, vc-comment-search-forward)
285 (vc-comment-to-change-log): Likewise.
286
287 * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
288
289 2004-08-21 Peter Seibel <peter@javamonkey.com> (tiny patch)
290
291 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
292 Correct indentation of DEFMETHODS with non-standard method
293 combinations (e.g., PROGN, MIN, MAX).
294
295 2004-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
296
297 * startup.el (normal-top-level-add-subdirs-to-load-path):
298 Avoid unnecessarily checking system-type.
299 (normal-top-level): Set TERM to "dumb". Simplify.
300
301 * avoid.el (mouse-avoidance-ignore-p): New fun.
302 Also ignore switch-frame, select-window, double, and triple clicks.
303 (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
304 (mouse-avoidance-fancy-hook): Use it.
305
306 2004-08-20 Zoran Milojevic <zoran@sipquest.com> (tiny change)
307
308 * avoid.el (mouse-avoidance-nudge-mouse)
309 (mouse-avoidance-banish-destination): Stay within the current window
310 to avoid problems with mouse-autoselect-window.
311
312 2004-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
313
314 * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
315 the newer format of some messages in cvs-1.12.1.
316
317 2004-08-19 Masatake YAMATO <jet@gyve.org>
318
319 * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
320 (elp-results-jump-to-definition-by-mouse)
321 (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
322 (elp-output-result): Use elp-output-insert-symname.
323
324 2004-08-18 Kenichi Handa <handa@m17n.org>
325
326 * language/cyrillic.el: Register koi8-r in
327 ctext-non-standard-encodings-alist.
328 ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
329
330 2004-08-17 Luc Teirlinck <teirllm@auburn.edu>
331
332 * emacs-lisp/copyright.el (copyright-update-year): Delete code
333 that replaces 20xy with xy.
334
335 2004-08-17 John Paul Wallington <jpw@gnu.org>
336
337 * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
338 (reb-force-update): Doc fix.
339
340 2004-08-16 Richard M. Stallman <rms@gnu.org>
341
342 * progmodes/which-func.el (which-func-update-1): Doc fix.
343
344 * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
345 (sh-mode-abbrev-table): New variable.
346
347 * progmodes/compile.el (compilation-mode): Doc fix.
348
349 * emacs-lisp/lisp-mode.el (eval-last-sexp):
350 Don't cons a new symbol each time.
351 (eval-last-sexp-fake-value): New variable.
352
353 * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
354 (copyright-update-year): Detect continuation of list of years.
355
356 * term.el (term-default-fg-color, term-default-bg-color)
357 (ansi-term-color-vector): Use `unspecified', not nil, as default.
358
359 * imenu.el: Several doc fixes: don't say variables are buffer-local.
360
361 2004-08-16 Davis Herring <herring@lanl.gov>
362
363 * isearch.el (isearch-string, isearch-message-string, isearch-point)
364 (isearch-success, isearch-forward-flag, isearch-other-end)
365 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
366 (isearch-barrier, isearch-within-brackets)
367 (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
368
369 2004-08-16 Kenichi Handa <handa@m17n.org>
370
371 * ps-mule.el (ps-mule-font-info-database): Fix docstring.
372
373 2004-08-15 Kenichi Handa <handa@m17n.org>
374
375 * term/x-win.el (x-selection-value): If utf8 was successful but
376 ctext was not, use utf8 string.
377
378 2004-08-14 Davis Herring <herring@lanl.gov>
379
380 * isearch.el: Remove accidental changes of March 4. Fix backing
381 up when a regexp isearch is made more general. Use symbolic
382 accessor functions for isearch stack frames to make usage clearer.
383 (search-whitespace-regexp): Made groups in documentation shy (as
384 is the group in the default value).
385 (isearch-fallback): New function, addresses problems with regexps
386 liberalized by `\|', adds support for liberalization by `\}' (the
387 general repetition construct), and incorporates behavior for
388 `*'/`?'.
389 (isearch-}-char): New command, calls `isearch-fallback' with
390 arguments appropriate to a typed `}'.
391 (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
392 appropriately.
393 (isearch-mode-map): Bind `}' to `isearch-}-char'.
394 (isearch-string, isearch-message,string, isearch-point)
395 (isearch-success, isearch-forward-flag, isearch-other-end)
396 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
397 (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
398 New inline functions to read fields of a stack frame.
399
400 2004-08-14 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> (tiny change)
401
402 * battery.el (battery-linux-proc-acpi): Look into battery
403 directories matching the literal string "CMB", too (required for
404 Linux kernel version 2.6.7).
405
406 2004-08-14 John Paul Wallington <jpw@gnu.org>
407
408 * cus-start.el (read-file-name-completion-ignore-case): Add.
409 (blink-cursor-alist): Change version to "21.4".
410
411 * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
412
413 2004-08-11 Daniel Pfeiffer <occitan@esperanto.org>
414
415 * speedbar.el (speedbar-scan-subdirs): New option.
416 (speedbar-file-lists): Don't ignore file-name case on Unix and use
417 dolist.
418 (speedbar-insert-files-at-point): Take an extra argument and use
419 it to optionally find out if a subdir is empty. Also unreadable
420 files don't get expand buttons.
421 (speedbar-directory): New image (unused pixmap already existed).
422 (speedbar-expand-image-button-alist): Use it.
423
424 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
425
426 CC Mode update to 5.30.9:
427
428 * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
429 Move from cc-vars to cc-defs for dependency reasons. Fix the
430 POSIX char class test to check that it works in
431 `skip-chars-(forward|backward)' too.
432
433 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
434 first argument starts with a special brace list.
435
436 * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
437 when `c-opt-type-concat-key' is used (i.e. in Pike).
438
439 * progmodes/cc-engine.el (c-looking-at-special-brace-list):
440 Fix bug when the inner char pair doesn't have paren syntax, i.e. "(<
441 >)".
442
443 * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
444 whitespace safe.
445
446 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
447 position for `arglist-intro', `arglist-cont-nonempty' and
448 `arglist-close' when there are two arglist open parens on the same
449 line and there's nothing in front of the first.
450
451 * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
452 locking of qualified names in Java, which previously could fontify
453 common indexing expressions in many cases. The standard Java
454 naming conventions are used to tell them apart.
455
456 * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
457 Fix inconsistency wrt opening parens on the first line inside a paren
458 block.
459
460 * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
461 compile time for the sake of `c-major-mode-is'.
462
463 (c-mode-is-new-awk-p): Made it a macro to delay expansion of
464 `c-major-mode-is' in the event that this is used inside a
465 `c-lang-defconst'.
466
467 * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
468 `c-lang-defconst' so that it works better with fallback languages.
469
470 * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
471 it to fail to record the base mode.
472
473 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
474 Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
475 is used. Reordered the syntax checks to get more efficient
476 skipping in some situations.
477
478 * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
479 continuation which might precede the newly inserted '{'.
480
481 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
482 Fix cases where it could loop indefinitely.
483
484 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
485 size specs correctly. Only fontify identifiers in front of '('
486 with as functions - don't accept any paren char. Tightened up
487 initializer skipping to stop before function and class blocks.
488
489 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
490 the point could be left directly after an open paren when finding
491 the beginning of the first decl in the block.
492
493 * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
494 table when filtering out legitimate open parens to be recorded.
495 This could cause cache inconsistencies when e.g.
496 `c++-template-syntax-table' was temporarily in use.
497
498 * progmodes/cc-engine.el (c-on-identifier)
499 (c-simple-skip-symbol-backward): Small fix for handling "-"
500 correctly in `skip-chars-backward'. Affected the operator lfun
501 syntax in Pike.
502
503 * progmodes/cc-engine.el (c-invalidate-sws-region-after):
504 Fix bug that could cause an error from `after-change-functions' when
505 the changed region is at bob.
506
507 2004-08-11 Alan Mackenzie <bug-cc-mode@gnu.org>
508
509 CC Mode update to 5.30.9:
510
511 * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
512 to say that <TAB> doesn't insert WS into a CPP line.
513 (c-indent-command, c-tab-always-indent): Amend doc strings.
514
515 * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
516 checks for user errors, thus eliminating cryptic and unhelpful
517 Emacs error messages. (1) Check the arg to `c-set-style' is a
518 string. (2) Check that settings to `c-offsets-alist' are not
519 spuriously quoted.
520
521 * progmodes/cc-cmds.el: (c-electric-brace): Don't delete a comment
522 which precedes the newly inserted `{'.
523
524 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
525
526 Sync with Tramp 2.0.44.
527
528 * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
529 function "tramp_file_attributes". Otherwise, file names
530 containing spaces are misinterpreted. Reported by Magnus Henoch
531 <mange@freemail.hu>.
532 (tramp-handle-file-truename): FILENAME must be expanded first.
533 Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
534 obscure results. Reported by D. Goel <deego@gnufans.org>.
535 (tramp-handle-verify-visited-file-modtime): If file does not
536 exist, say it is not modified if and only if that agrees with the
537 buffer's record. Check whether a file is visiting the buffer, or
538 the buffer has no recorded last modification time. Return t in
539 case the visiting file doesn't exist. Suggested by Luc Teirlinck
540 <teirllm@auburn.edu>.
541 (tramp-handle-write-region): Pass modtime explicitely to
542 `set-visited-file-modtime', because filename can be different
543 from (buffer-file-name) if `file-precious-flag' is set.
544 `set-visited-file-modtime' must be called always when `visit' is t
545 or a string. Suggested by Luc Teirlinck <teirllm@auburn.edu>.
546 (tramp-handle-set-visited-file-modtime): If `time-list' is not
547 nil, don't apply the whole body. If the file doesn't exists, set
548 modtime to '(-1 65535). Suggested by Luc Teirlinck
549 <teirllm@auburn.edu>.
550
551 2004-08-09 Luc Teirlinck <teirllm@auburn.edu>
552
553 * help.el (describe-bindings): Doc fix.
554
555 * subr.el (kbd): Doc fix.
556
557 2004-08-08 John Paul Wallington <jpw@gnu.org>
558
559 * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
560 instead of `string-to-int'.
561 (define-ibuffer-column mode): Fix indentation.
562
563 2004-08-08 Lars Hansen <larsh@math.ku.dk>
564
565 * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
566
567 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
568
569 * subr.el (global-unset-key, local-unset-key): Doc fixes.
570
571 * novice.el (disabled-command-function): New variable renamed from
572 `disabled-command-hook'.
573 (disabled-command-hook): Keep the _variable_ as alias for
574 `disabled-command-function' and make obsolete.
575 (disabled-command-function): Function renamed from
576 `disabled-command-hook'. Adapt code to name change of the variable.
577
578 2004-08-07 Satyaki Das <satyaki@theforce.stanford.edu> (tiny change)
579
580 * simple.el (completion-root-regexp): New defvar.
581 (completion-setup-function): Use it instead of a literal string.
582
583 2004-08-07 John Paul Wallington <jpw@gnu.org>
584
585 * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
586 (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
587 (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
588 (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
589
590 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
591
592 * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
593 (mail-extr-voodoo): Check mail-extr-disable-voodoo.
594
595 2004-08-04 Kenichi Handa <handa@m17n.org>
596
597 * international/encoded-kb.el (encoded-kbd-setup-keymap):
598 Fix previous change.
599
600 2004-08-03 Kenichi Handa <handa@m17n.org>
601
602 * international/encoded-kb.el: The following changes are to
603 utilize key-translation-map instead of minor mode map.
604 (encoded-kbd-iso2022-non-ascii-map): Delete it.
605 (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
606 (encoded-kbd-last-key): New function.
607 (encoded-kbd-iso2022-single-shift): New function.
608 (encoded-kbd-iso2022-designation)
609 (encoded-kbd-self-insert-iso2022-7bit)
610 (encoded-kbd-self-insert-iso2022-8bit)
611 (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
612 (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
613 key-translation-map.
614 (encoded-kbd-setup-keymap): Setup key-translation-map.
615 (saved-key-translation-map): New variable.
616 (encoded-kbd-mode): Save/restore key-translation-map. Adjusted
617 for the change of encoded-kbd-setup-keymap.
618
619 2004-08-02 Kim F. Storm <storm@cua.dk>
620
621 * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
622 and call compute-motion with nil for topos and width to get proper
623 usable width and height for both window and non-window systems.
624
625 * windmove.el (windmove-coordinates-of-position): Let compute-motion
626 calculate usable window width and height.
627
628 * window.el (window-buffer-height): Call compute-motion with nil width.
629
630 2004-08-01 David Kastrup <dak@gnu.org>
631
632 * replace.el (query-replace-read-from):
633 Use `query-replace-compile-replacement'.
634 (query-replace-compile-replacement): New function.
635 (query-replace-read-to): Use `query-replace-compile-replacement'
636 for repeating the last command.
637
638 2004-08-01 John Paul Wallington <jpw@gnu.org>
639
640 * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
641 (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
642 (pr-switches): Remove period from end of error messages.
643
644 * help-mode.el (help-go-back): Likewise.
645
646 * abbrev.el (only-global-abbrevs): Doc fix.
647 (edit-abbrevs-map): Define within defvar.
648 (quietly-read-abbrev-file): Doc fix.
649
650 2004-07-31 Luc Teirlinck <teirllm@auburn.edu>
651
652 * novice.el (enable-command, disable-command): Doc fixes.
653
654 * subr.el (event-modifiers, event-basic-type): Doc fixes.
655
656 2004-07-30 Richard M. Stallman <rms@gnu.org>
657
658 * subr.el (with-local-quit): Doc fix.
659
660 2004-07-30 Luc Teirlinck <teirllm@auburn.edu>
661
662 * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
663
664 2004-07-28 Luc Teirlinck <teirllm@auburn.edu>
665
666 * custom.el (defcustom): Doc fix.
667
668 2004-07-28 Masatake YAMATO <jet@gyve.org>
669
670 * progmodes/etags.el (etags-tags-apropos): Show building progress.
671
672 2004-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
673
674 * imenu.el (imenu-prev-index-position-function)
675 (imenu-extract-index-name-function, imenu-name-lookup-function)
676 (imenu--index-alist): Docstring redundancy fix.
677
678 2004-07-25 Lars Hansen <larsh@math.ku.dk>
679
680 * wdired.el (wdired-finish-edit): Require dired-aux before locally
681 binding dired-backup-overwrite.
682
683 2004-07-25 John Paul Wallington <jpw@gnu.org>
684
685 * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
686
687 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
688
689 * term/tty-colors.el (tty-color-approximate): Doc fix.
690
691 * select.el (x-get-selection, x-set-selection): Doc fixes.
692
693 * frame.el (make-frame): Doc fix.
694
695 2004-07-24 Richard M. Stallman <rms@gnu.org>
696
697 * mail/rmail.el (rmail-mime-charset-pattern):
698 Don't include semicolon in the charset value.
699
700 * replace.el (occur-next-error): Call set-window-point.
701 (occur-engine): Handle negative NLINES.
702
703 2004-07-23 Luc Teirlinck <teirllm@auburn.edu>
704
705 * frame.el (modify-all-frames-parameters): Minor doc fix.
706 (set-frame-configuration): Doc fix.
707
708 2004-07-23 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
709
710 * simple.el (completion-setup-function): Compute the common parts
711 and the first difference place correctly when
712 partial-completion-mode is on.
713
714 2004-07-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
715
716 * ps-print.el: Doc fix.
717 (ps-print-version): New version 6.6.5.
718 (ps-printing-region): Doc fix.
719 (ps-generate-string-list): Comment fix.
720 (ps-message-log-max): Code fix.
721
722 2004-07-22 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
723
724 * ps-print.el (ps-begin-file): Improve the DSC compliance of the
725 generated PostScript.
726
727 2004-07-22 Kim F. Storm <storm@cua.dk>
728
729 * progmodes/make-mode.el: Fix comments.
730
731 2004-07-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
732
733 * printing.el: Doc fix.
734
735 2004-07-20 Luc Teirlinck <teirllm@auburn.edu>
736
737 * frame.el (modify-all-frames-parameters): Minor doc fix.
738
739 2004-07-20 Richard M. Stallman <rms@gnu.org>
740
741 * textmodes/fill.el (fill-nobreak-p): If this break point is
742 at the end of the line, don't consider the newline which follows
743 as a reason to return t.
744
745 2004-07-19 John Paul Wallington <jpw@gnu.org>
746
747 * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
748
749 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
750
751 * dired-aux.el (dired-do-kill-lines): Expand docstring.
752 Delete irrelevant code.
753
754 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
755
756 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
757 New docstring. From Luc Teirlinck.
758
759 2004-07-17 Luc Teirlinck <teirllm@auburn.edu>
760
761 * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
762 section.
763 (auto-revert-handler): Do not check `auto-revert-tail-mode' for
764 non-file buffers. We know it is nil.
765
766 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
767
768 Sync with Tramp 2.0.43.
769
770 * net/tramp.el (tramp-handle-verify-visited-file-modtime): Remove
771 outdated comment.
772 (tramp-locked, tramp-locker): New variables for implementing a
773 global lock.
774 (tramp-sh-file-name-handler): Use them to implement the global
775 lock.
776
777 2004-07-13 Michael Albinus <michael.albinus@gmx.de>
778
779 * net/tramp.el (all): Code cleanup. Change all `tramp-handle-xxx'
780 calls to respective `xxx` calls.
781 (tramp-process-alive-regexp): Precise doc string.
782 (tramp-multi-action-process-alive): New defun.
783 (tramp-multi-actions): Use it.
784 (tramp-handle-find-backup-file-name): `copy-tree' is available
785 since Emacs 21.4 only (XEmacs has it). Implementation rewritten
786 in order to avoid this function.
787 (tramp-handle-write-region): Set current buffer. If connection
788 wasn't open, `file-modes' has changed it accidently. Reported by
789 David Kastrup <dak@gnu.org>.
790 (tramp-enter-password, tramp-read-passwd): New arguments USER and
791 HOST.
792 (tramp-action-password, tramp-multi-action-password): Apply it.
793 (tramp-open-connection-rsh): If a port is given, the Tramp buffer
794 name must still contain the port number. Otherwise, we have two
795 Tramp buffers, with all the confusion. Reported by Myron Selby
796 <myron@xytech.com> and Rolf Dubitzky
797 <Dubitzky@physi.uni-heidelberg.de>.
798
799 * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
800 HOST to `tramp-enter-passwd'.
801
802 * net/tramp-vc.el (all): Code cleanup. Change all
803 `tramp-handle-xxx' calls to respective `xxx` calls.
804
805 2004-07-17 Jonathan Yavner <jyavner@member.fsf.org>
806
807 * emacs-lisp/testcover.el: New category "potentially-1valued" for
808 functions that are not erroneous if either 1-valued or
809 multi-valued. Detect functions in this class.
810 (testcover-1value-functions, testcover-compose-functions,
811 testcover-progn-functions) Added some additional functions to lists.
812 (testcover-mark): Bugfix when marking up the definition for an
813 empty function.
814
815 2004-07-17 Richard M. Stallman <rms@gnu.org>
816
817 * replace.el (occur-read-primary-args): Pass default to read-from-minibuffer.
818
819 * mail/footnote.el (footnote-section-tag): Use defcustom.
820
821 * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
822 Compile font-lock-keywords, not KEYWORDS.
823 (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
824 Add warn, check-type. Handle cerror like error.
825
826 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
827
828 * progmodes/which-func.el (which-func-keymap): New var.
829 (which-func-face): New face.
830 (which-func-format): Use them.
831
832 2004-07-16 Stephan Stahl <stahl@eos.franken.de> (tiny change)
833
834 * buff-menu.el (list-buffers-noselect): Append the buffer's
835 process status to its mode name.
836
837 2004-07-16 Kim F. Storm <storm@cua.dk>
838
839 * simple.el (inhibit-mark-movement): New defvar.
840 (beginning-of-buffer, end-of-buffer): Do not push mark if
841 inhibit-mark-movement is non-nil or C-u prefix is given.
842
843 * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
844 Init to beginning-of-buffer and end-of-buffer.
845 (cua--undo-push-mark): New defvar.
846 (cua--pre-command-handler): Set inhibit-mark-movement if mark is
847 already active and command is in cua--preserve-mark-commands.
848 Also fix check for shift modifier on non-window systems.
849 (cua--post-command-handler): Clear inhibit-mark-movement if set.
850
851 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
852
853 * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
854 of two integers, instead of a cons.
855
856 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
857 `visited-file-modtime' now returns a list of two integers, instead
858 of a cons.
859
860 * dired.el (dired-directory-changed-p): Ditto.
861
862 * progmodes/grep.el (grep): Doc fix.
863
864 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
865
866 * autorevert.el (auto-revert-tail-mode)
867 (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
868 (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
869 in both at the same time.
870 (auto-revert-tail-mode): New command.
871 (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
872 (auto-revert-handler): Revert only either tail or whole file.
873
874 * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
875 add auto-revert-tail-mode.
876
877 2004-07-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
878
879 * printing.el: Doc fix. Change name of some funs.
880 (pr-dosify-file-name): New fun. Replace ps-dosify-path.
881 (pr-unixify-file-name): New fun. Replace ps-unixify-path.
882 (pr-standard-file-name): New fun. Replace pr-standard-path.
883 (pr-call-process): Code fix.
884
885 2004-07-12 Luc Teirlinck <teirllm@auburn.edu>
886
887 * subr.el (with-selected-window): Doc fix.
888
889 2004-07-11 Luc Teirlinck <teirllm@auburn.edu>
890
891 * subr.el (get-buffer-window-list): Doc fix.
892
893 2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
894
895 * files.el (switch-to-buffer-other-window): Doc fix.
896
897 * window.el (save-selected-window, one-window-p)
898 (split-window-keep-point, split-window-vertically)
899 (split-window-horizontally): Doc fixes.
900
901 2004-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
902
903 * printing.el: Doc fix. Now it uses call-process instead of
904 shell-command for low command execution.
905 (pr-version): New version number (6.8).
906 (pr-shell-file-name): Option removed.
907 (pr-shell-command): Fun removed.
908 (pr-call-process): New fun. Replace pr-shell-command.
909 (pr-standard-path, pr-remove-nil-from-list): New funs.
910 (zmacs-region-stays, current-mouse-event, current-menubar): New var.
911 (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
912 (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
913 (pr-ps-utility-process, pr-txt-print): Code fix.
914
915 2004-07-10 Stephan Stahl <stahl@eos.franken.de> (tiny change)
916
917 * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
918 boolean.
919
920 2004-07-09 Lars Hansen <larsh@math.ku.dk>
921
922 * wid-edit.el (widget-field-buffer): Doc fix.
923
924 2004-07-09 John Paul Wallington <jpw@gnu.org>
925
926 * emacs-lisp/re-builder.el (reb-update-overlays): Distinguish
927 between one and several matches in message.
928
929 2004-07-09 Richard M. Stallman <rms@gnu.org>
930
931 * mouse.el (mouse-set-region-1): If transient-mark-mode
932 is `identity', change it to `only'.
933
934 * simple.el (current-word): Doc fix.
935
936 2004-07-09 Mark A. Hershberger <mah@everybody.org>
937
938 * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
939 so that it is more understanding of whitespace.
940
941 * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the
942 form
943 (("ns" . "element") (attr-list) children) instead of
944 ((:ns . "element") (attr-list) children) in order to reduce the
945 number of symbols used.
946 (xml-skip-dtd): Change to use xml-parse-dtd but set
947 xml-validating-parsing to nil.
948 (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
949 (xml-substitute-entity): Remove in favor of new entity substitution.
950 (xml-substitute-special): Rewrite in to substitute complex
951 entities from DOCTYPE declarations.
952 (xml-parse-fragment): Parse fragments from entity deleclarations.
953 (xml-parse-region, xml-parse-tag, xml-parse-attlist)
954 (xml-parse-dtd, xml-substitute-special): Make validity checks
955 conditioned on xml-validating-parser. Add "Not Well Formed" to
956 error messages about well-formedness.
957
958 2004-07-08 Steven Tamm <steventamm@mac.com>
959
960 * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
961 (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
962 Do not treat double clicks and triple clicks specially in the
963 scroll bar (preventing strange repositioning problems)
964
965 2004-07-06 Stefan <monnier@iro.umontreal.ca>
966
967 * replace.el (query-replace-regexp-eval): Fix last change.
968
969 2004-07-05 Stefan <monnier@iro.umontreal.ca>
970
971 * replace.el (query-replace-descr): New fun.
972 (query-replace-read-from, query-replace-read-args): Default to the
973 previous from&to.
974 (query-replace-read-to): Quote the `from' string when displaying it.
975 (query-replace-regexp-eval): Immediately check read-only status.
976 Use query-replace-read-from to get the \n checking.
977 Quote the `from' string when displaying it.
978 (map-query-replace-regexp, occur-read-primary-args):
979 Quote the `from' string when displaying it.
980
981 * isearch.el (isearch-query-replace): Pass the regexp-ness and
982 delimited-ness of the search to query-replace.
983
984 * replace.el (query-replace-read-from, query-replace-read-to):
985 New funs extracted from query-replace-read-args.
986 (query-replace-read-args): Use them.
987
988 * replace.el (query-replace-interactive, query-replace-read-args):
989 Remove the `initial' special value.
990 (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
991 (occur-engine): Remove unused var `matchend'.
992
993 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
994 Use the search string without prompting.
995
996 2004-07-05 Kenichi Handa <handa@m17n.org>
997
998 * international/mule.el (decode-coding-inserted-region):
999 Set last-coding-system-used only when coding is nil.
1000
1001 2004-07-03 Eli Zaretskii <eliz@gnu.org>
1002
1003 * progmodes/grep.el (grep-compute-defaults, grep-command)
1004 (grep-program, find-program, grep-find-use-xargs, grep-history)
1005 (grep-find-history, grep-tag-default, grep-find-command)
1006 (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
1007 Add autoload cookies, for unbundled packages that load `compile'
1008 and expect all grep-related symbols to become defined.
1009
1010 2004-07-03 KOSEKI Yoshinori <kose@meadowy.org>
1011
1012 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
1013 (iimage-mode-image-search-path): New user option to search the
1014 image file.
1015 (iimage-locate-file): New funcion. Emacs21.3 or earlier does not
1016 have locate-file.
1017 (iimage-mode-buffer): Use it.
1018
1019 2004-07-03 Nick Roberts <nickrob@gnu.org>
1020
1021 * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
1022 carefully.
1023 (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
1024
1025 2004-07-03 Juri Linkov <juri@jurta.org>
1026
1027 * replace.el (query-replace-read-args): Swallow space after 'foo,
1028 not after (quote foo). Match space only immediately after symbol,
1029 not anywhere in the whole string.
1030
1031 2004-07-02 Richard M. Stallman <rms@gnu.org>
1032
1033 * replace.el (query-replace-read-args): Swallow space after
1034 symbols, not after closeparens. But avoid error if string ends there.
1035
1036 * progmodes/python.el (python-beginning-of-statement):
1037 Exit the loop if backward-up-list gets error.
1038
1039 * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
1040
1041 2004-07-02 Andre Spiegel <spiegel@gnu.org>
1042
1043 * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
1044 only if vc-consult-headers is non-nil.
1045
1046 2004-07-02 Juri Linkov <juri@jurta.org>
1047
1048 * pcvs.el (cvs-mode-diff-repository): New command.
1049
1050 * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
1051
1052 2004-07-01 Juri Linkov <juri@jurta.org>
1053
1054 * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
1055 C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace,
1056 C-M-% to isearch-query-replace-regexp.
1057 (minibuffer-local-isearch-map): Add arrow key bindings.
1058 Bind C-f to isearch-yank-char-in-minibuffer.
1059 (isearch-forward): Doc fix.
1060 (isearch-edit-string): Doc fix.
1061 (isearch-query-replace, isearch-query-replace-regexp): New funs.
1062 (isearch-del-char): Add optional arg. Set isearch-yank-flag to t.
1063 (isearch-yank-char): Add optional arg.
1064 (isearch-yank-char-in-minibuffer): New fun.
1065
1066 * replace.el (query-replace-interactive): Change type from boolean
1067 to choice. Add value `initial'.
1068 (query-replace-read-args): Handle value `initial' of
1069 query-replace-interactive.
1070
1071 2004-06-29 Kim F. Storm <storm@cua.dk>
1072
1073 * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
1074 (breakpoint-disabled-bitmap-face): Add :group 'gud.
1075
1076 * progmodes/ada-xref.el (ada-tight-gvd-integration):
1077 Add :group 'ada.
1078
1079 * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
1080
1081 2004-06-29 Juri Linkov <juri@jurta.org>
1082
1083 * replace.el (query-replace-read-args): Swallow a space after
1084 everything except )]" which in most cases means after a symbol.
1085
1086 * emacs-lisp/pp.el (pp-buffer): Add autoload.
1087
1088 2004-06-28 Richard M. Stallman <rms@gnu.org>
1089
1090 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
1091 More changes to go with previous change in font-lock.el.
1092
1093 2004-06-26 David Kastrup <dak@gnu.org>
1094
1095 * replace.el (perform-replace): Highlight the match even in
1096 non-query mode if there is potential replace string editing.
1097
1098 2004-06-26 Kai Grossjohann <kai.grossjohann@gmx.net>
1099
1100 * net/tramp.el (tramp-handle-file-remote-p): New implementation to
1101 agree with new return value of `file-remote-p'.
1102 This syncs with Tramp 2.0.42.
1103
1104 * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
1105 according to new documentation of `file-remote-p'.
1106
1107 * files.el (file-remote-p): Fix doc to say that return value is
1108 identification of remote system, if not nil.
1109 (file-relative-name): Use new return value of `file-remote-p'.
1110
1111 2004-06-26 Nick Roberts <nickrob@gnu.org>
1112
1113 * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
1114 (gdb-goto-breakpoint): Fix breakage.
1115
1116 2004-06-26 Eli Zaretskii <eliz@gnu.org>
1117
1118 * man.el (Man-getpage-in-background): Add windows-nt to the list
1119 of systems where shell-file-name should be used instead of
1120 literal "sh".
1121
1122 2004-06-25 Sam Steingold <sds@gnu.org>
1123
1124 * add-log.el (change-log-font-lock-keywords): Support Common Lisp
1125 function names `(setf symbol)'.
1126
1127 2004-06-24 Richard M. Stallman <rms@gnu.org>
1128
1129 * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
1130
1131 * font-lock.el (font-lock-keywords): Change format of compiled values.
1132 Document it.
1133 (font-lock-add-keywords): If font-lock-keywords is compiled,
1134 extract the uncompiled version, modify, then recompile.
1135 (font-lock-remove-keywords): Likewise.
1136 (font-lock-fontify-keywords-region): Handle changed format.
1137 (font-lock-compile-keywords): Handle changed format.
1138 (font-lock-set-defaults): Compile the keywords explicitly here.
1139
1140 2004-06-24 David Kastrup <dak@gnu.org>
1141
1142 * replace.el (query-replace-read-args): Implement `\,' and `\#'
1143 replacements here.
1144 (query-replace-regexp): Doc string explaining this and the new
1145 `\?' replacement. Remove `\,' and `\#' implementation here, as it
1146 is better placed in `query-replace-read-args'.
1147 (replace-regexp): Explain `\,', `\#' and `\?'.
1148 (replace-match-data): New function for thorough reuse/destruction
1149 of old match-data.
1150 (replace-match-maybe-edit): Function for implementing `\?' editing.
1151 (perform-replace): Fix maintaining of the match stack including
1152 already matched regions, implement `\?', fix various problems
1153 with regions while editing and other stuff.
1154 (replace-highlight): Simplify.
1155
1156 2004-06-24 Daniel Pfeiffer <occitan@esperanto.org>
1157
1158 * progmodes/grep.el (grep-error-screen-columns): New variable.
1159 (grep-regexp-alist): Give it the full functionality of gnu style
1160 compilation messages with line and column ranges. Ask me for the
1161 perl script I'm working on, that uses these.
1162
1163 2004-06-23 Nick Roberts <nickrob@gnu.org>
1164
1165 * comint.el: (comint-insert-clicked-input, comint-copy-old-input):
1166 Remove.
1167 (comint-insert-input, comint-mouse-insert-input): New functions
1168 based on comint-insert-clicked-input for two bindings but just
1169 one functionality.
1170
1171 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
1172
1173 * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
1174
1175 2004-06-23 Lars Hansen <larsh@math.ku.dk>
1176
1177 * files.el (write-contents-functions): Doc fix.
1178
1179 2004-06-21 Juanma Barranquero <lektu@terra.es>
1180
1181 * image.el (image-library-alist): Rewrite docstring in active voice.
1182
1183 2004-06-20 Richard M. Stallman <rms@gnu.org>
1184
1185 * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
1186
1187 * isearch.el (isearch-repeat): Avoid testing old match data.
1188 (isearch-message): Display trailing space in special font
1189 when search is failing.
1190 (isearch-search-fun-function): Doc fix.
1191
1192 * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
1193
1194 2004-06-19 Luc Teirlinck <teirllm@auburn.edu>
1195
1196 * frame.el (show-trailing-whitespace): Doc fix.
1197
1198 * cus-edit.el (custom-variable-documentation): New function.
1199 (custom-variable): Use it.
1200
1201 2004-06-19 Nick Roberts <nickrob@gnu.org>
1202
1203 * man.el (Man-getpage-in-background): Revert previous change but
1204 make cygwin a special case.
1205
1206 2004-06-18 Luc Teirlinck <teirllm@auburn.edu>
1207
1208 * autorevert.el (global-auto-revert-non-file-buffers):
1209 Update docstring.
1210
1211 2004-06-19 Daniel Pfeiffer <occitan@esperanto.org>
1212
1213 * progmodes/compile.el (compilation-error-properties): Store one
1214 more than end-col, if present, so that transient-mark-mode will
1215 highlight last char too.
1216 * progmodes/grep.el (grep-regexp-alist): Match columns and column
1217 ranges, if present.
1218
1219 2004-06-18 Jason Rumney <jasonr@gnu.org>
1220
1221 * makefile.w32-in: Double percent signs in for loops.
1222
1223 2004-06-17 David Kastrup <dak@gnu.org>
1224
1225 * replace.el (query-replace-read-args): Only warn about use of \n
1226 and \t when we are doing a regexp replacement and the actual
1227 escaped character is n or t.
1228 (query-replace-regexp): Add \, and \# interpretation to
1229 interactive call and document it.
1230 (query-replace-regexp-eval, replace-match-string-symbols): Add \#
1231 as shortkey for replace-count.
1232 (replace-quote): New function for doubling backslashes.
1233
1234 2004-06-17 Juanma Barranquero <lektu@terra.es>
1235
1236 * files.el (parse-colon-path, cd): Mention in docstring that the
1237 path separator is colon in GNU-like systems.
1238
1239 * newcomment.el (comment-region-internal): Fix docstring.
1240
1241 * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
1242 (ewoc-invalidate, ewoc-collect): Doc fixes.
1243 (ewoc--create-node, ewoc--delete-node-internal):
1244 Fix typos in docstring.
1245
1246 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
1247
1248 * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
1249 manual to docstring.
1250
1251 2004-06-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1252
1253 * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
1254
1255 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
1256
1257 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
1258 Add hyperlink to emacs-xtra manual to docstring.
1259
1260 * autorevert.el (global-auto-revert-non-file-buffers):
1261 Add hyperlink to emacs-xtra manual to docstring, as well as an
1262 info-link.
1263
1264 2004-06-14 Juanma Barranquero <lektu@terra.es>
1265
1266 * image.el (image-library-alist): New variable to map image types
1267 to external libraries. Initialized to nil, unless system-specific
1268 configs change it.
1269 (image-type-available-p): Determine whether an image type is
1270 available by calling `init-image-library'.
1271
1272 * term/w32-win.el (image-library-alist): Initialize to a known set
1273 of probable library names.
1274
1275 2004-06-14 Kenichi Handa <handa@m17n.org>
1276
1277 * international/code-pages.el (windows-1256, cp1125): Fix tables
1278 for several characters.
1279
1280 * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
1281
1282 2004-06-13 Richard M. Stallman <rms@gnu.org>
1283
1284 * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
1285
1286 * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
1287 not "`pc-selection-mode'".
1288
1289 * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
1290
1291 * simple.el (previous-matching-history-element): Specify a default.
1292
1293 * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
1294
1295 * cus-face.el (custom-declare-face): Simplify code.
1296
1297 * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
1298
1299 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
1300
1301 * files.el (before-save-hook): Add `time-stamp' to the options.
1302
1303 * time-stamp.el (time-stamp): Recommend adding it to
1304 `before-save-hook', rather than `write-file-functions'.
1305 Make a similar change in `Commentary' section.
1306
1307 2004-06-13 Kai Grossjohann <kai.grossjohann@gmx.net>
1308
1309 * diff-mode.el (diff-current-defun): If at start of hunk, use
1310 position of first change.
1311
1312 2004-06-13 Lars Hansen <larsh@math.ku.dk>
1313
1314 * dired-x.el (dired-mark-omitted): Bind to "*O".
1315
1316 2004-06-12 Karl Fogel <kfogel@red-bean.com>
1317
1318 * bookmark.el (bookmark-bmenu-relocate): New function, as
1319 suggested by David J. Biesack <David.Biesack@sas.com>.
1320 (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
1321 (bookmark-bmenu-mode): Describe binding in doc string.
1322 (bookmark-set-filename): Save the bookmark list if it's time.
1323
1324 2004-06-13 Kenichi Handa <handa@m17n.org>
1325
1326 * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
1327 (ccl-untranslated-to-ucs): Fix typo.
1328
1329 2004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
1330
1331 * progmodes/python.el (python-open-block-statement-p):
1332 Fix indentation after a block opening that contains a comment.
1333
1334 2004-06-12 J\e,Ai\e(Br\e,At\e(Bme Marant <jerome@marant.org> (tiny change)
1335
1336 * bindings.el (completion-ignored-extensions): Add file extensions
1337 of Python byte-compiled files.
1338
1339 2004-06-12 Juri Linkov <juri@jurta.org>
1340
1341 * info.el (Info-goto-node): Add autoload.
1342 (Info-toc): Add substring-no-properties on Info file name.
1343 (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
1344 (Info-mode-map): Bind L to Info-history, T to Info-toc.
1345
1346 2004-06-12 Kenichi Handa <handa@m17n.org>
1347
1348 * international/mule-cmds.el (set-language-environment):
1349 Load subst tables if necessary.
1350
1351 * international/mule.el (decode-char): Load subst tables if necessary.
1352 (encode-char): Likewise.
1353
1354 * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
1355 pair correctly. Call ccl-mule-utf-untrans for untranslable chars.
1356 (utf-16le-decode-loop): Set r5 to -1 before loop.
1357 (utf-16be-decode-loop): Likewise.
1358 (ccl-decode-mule-utf-16le): Add EOF processing block.
1359 (ccl-decode-mule-utf-16be): Likewise.
1360 (ccl-decode-mule-utf-16le-with-signature): Likewise.
1361 (ccl-decode-mule-utf-16be-with-signature): Likewise.
1362 (ccl-decode-mule-utf-16): Likewise. Set r5 to -1 initially.
1363 (ccl-mule-utf-16-encode-untrans): New CCL.
1364 (utf-16-decode-to-ucs): Handle pre-read character.
1365 (utf-16le-encode-loop): Handle surrogate pair.
1366 (utf-16be-encode-loop): Likewise.
1367 (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
1368 of utf-16le-encode-loop.
1369 (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
1370 of utf-16be-encode-loop.
1371 (mule-utf-16-post-read-conversion):
1372 Call utf-8-post-read-conversion at first.
1373 (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
1374 Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
1375 Add post-read-conversion and pre-write-conversion.
1376
1377 * international/utf-8.el (utf-translate-cjk-charsets): New variable.
1378 (utf-translate-cjk-unicode-range): New variable.
1379 (utf-translate-cjk-load-tables): New function.
1380 (utf-lookup-subst-table-for-decode): New function.
1381 (utf-lookup-subst-table-for-encode): New function.
1382 (utf-translate-cjk-mode): Init-value changed to t. Don't load
1383 tables here. Update safe-charsets of utf-* coding systems.
1384 (ccl-mule-utf-untrans): New CCL.
1385 (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans. Use `repeat'
1386 at end of each branch.
1387 (ccl-mule-utf-8-encode-untrans): New CCL.
1388 (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
1389 (ccl-untranslated-to-ucs): Handle 2-byte encoding. Set r1 to the
1390 length of encoding. Don't return r0.
1391 (utf-8-compose): New arg hash-table. Handle 2-byte encoding.
1392 (utf-8-post-read-conversion): Narrow to region properly.
1393 If utf-translate-cjk-mode is on, load tables if necessary.
1394 Call utf-8-compose with hash-table arg if necessary.
1395 Call XXX-compose-region instead of XXX-post-read-convesion.
1396 (utf-8-pre-write-conversion): New function.
1397 (mule-utf-8): Include CJK charsets in safe-charsets if
1398 utf-translate-cjk-mode is on. Add pre-write-conversion.
1399
1400 * international/characters.el: Temporarily set
1401 utf-translate-cjk-mode to nil.
1402
1403 * language/devan-util.el (devanagari-compose-region):
1404 Add autoload cookie.
1405
1406 * international/ccl.el (ccl-dump-call): Fix printing the
1407 subroutine name.
1408
1409 2004-06-11 Luc Teirlinck <teirllm@auburn.edu>
1410
1411 * dired.el (dired-revert): If buffer is marked unmodified before
1412 reverting, keep it marked unmodified.
1413 Adapt to new conventions for commenting out code.
1414 (dired-make-relative): Adapt to new conventions for commenting out code.
1415
1416 2004-06-10 Miles Bader <miles@gnu.ai.mit.edu>
1417
1418 * eshell/esh-module.el (eshell-load-defgroups):
1419 Bind `vc-handled-backends' to nil when opening files.
1420
1421 2004-06-11 Juanma Barranquero <lektu@terra.es>
1422
1423 * files.el (parse-colon-path, cd): Doc fixes (refer to
1424 `path-separator', not colon).
1425
1426 2004-06-10 Juanma Barranquero <lektu@terra.es>
1427
1428 * newcomment.el (comment-search-forward)
1429 (comment-search-backward): Fix typos in docstring.
1430 (comment-region): Doc fix.
1431
1432 2004-06-10 Luc Teirlinck <teirllm@auburn.edu>
1433
1434 * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
1435 switch is no longer stored in `dired-switches-alist'.
1436
1437 * dired-aux.el (dired-insert-subdir): Do not store R switch in
1438 `dired-switches-alist'.
1439
1440 2004-06-10 Kim F. Storm <storm@cua.dk>
1441
1442 * pcvs.el (cvs-mode-diff-yesterday): New command.
1443
1444 * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
1445
1446 2004-06-10 Juri Linkov <juri@jurta.org>
1447
1448 * emacs-lisp/edebug.el (edebug-eval-defun):
1449 * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
1450 Fix docstring.
1451
1452 * simple.el (eval-expression-print-format): Don't print additional
1453 information on the first call to `eval-print-last-sexp'.
1454 (next-error-find-buffer): Fix punctuation.
1455 (killing) <defgroup>: Fix punctuation.
1456 (yank-excluded-properties): Change group from editing to killing.
1457
1458 * replace.el (perform-replace): Use `limit' to terminate the
1459 while-loop explicitly.
1460
1461 2004-06-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1462
1463 * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
1464 Use lc-*.xpm as prefix instead of *-locol.xpm.
1465
1466 * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
1467 * toolbar/lc-help.xpm, toolbar/lc-home.xpm
1468 * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
1469 * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
1470 * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
1471 * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
1472 * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
1473 * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
1474 * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
1475 * toolbar/lc-up_arrow.xpm:
1476 Renamed from *-locol.xpm.
1477
1478 2004-06-09 Rajesh Vaidheeswarran <rv@gnu.org>
1479
1480 * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
1481 include forms like &<str>; as valid url patterns.
1482
1483 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
1484
1485 * dired.el (dired-diff, dired-backup-diff)
1486 (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
1487 (dired-do-chown, dired-do-touch, dired-do-print)
1488 (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
1489 (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
1490 (dired-create-directory, dired-do-copy, dired-do-symlink)
1491 (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
1492 (dired-do-copy-regexp, dired-do-hardlink-regexp)
1493 (dired-do-symlink-regexp, dired-upcase, dired-downcase)
1494 (dired-maybe-insert-subdir, dired-next-subdir)
1495 (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
1496 (dired-kill-subdir, dired-tree-up, dired-tree-down)
1497 (dired-hide-subdir, dired-hide-all, dired-show-file-type)
1498 (dired-run-shell-command, dired-query): Remove redundant,
1499 or incorrect, autoloads.
1500
1501 * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
1502 does not end in a slash. Add optional argument KILL-ROOT.
1503 Update docstring.
1504 (dired-do-touch, dired-clean-directory, dired-run-shell-command)
1505 (dired-query): Add autoloads.
1506
1507 2004-06-08 Daniel Pfeiffer <occitan@esperanto.org>
1508
1509 * progmodes/compile.el (compilation-set-window-height):
1510 Rearrange the save-* functions because a buffer can have several current
1511 point in different windows.
1512 (compilation-error-regexp-alist-alist): Recognize {standard input}
1513 GNU messages (for gcc --pipe) and more kinds of Oracle messages.
1514
1515 2004-06-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1516
1517 * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
1518 * toolbar/help-locol.xpm, toolbar/home-locol.xpm
1519 * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
1520 * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
1521 * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
1522 * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
1523 * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
1524 * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
1525 * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
1526 * toolbar/up_arrow-locol.xpm:
1527 New versions of icons that uses fewer colors.
1528
1529 * toolbar/tool-bar.el (tool-bar-local-item)
1530 (tool-bar-local-item-from-menu): Try to use icons with fewer colors
1531 if display-color-cells is 256 or less.
1532
1533 2004-06-08 Kim F. Storm <storm@cua.dk>
1534
1535 * wid-edit.el (widget-specify-button): Use hand pointer rather
1536 than mouse-face as visible mouse-over effect.
1537
1538 2004-06-07 Karl Fogel <kfogel@red-bean.com>
1539
1540 * saveplace.el (save-place-alist-to-file): Bind `print-length'
1541 and `print-level' to nil when writing out `save-place-alist'.
1542 Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
1543
1544 2004-06-07 Juanma Barranquero <lektu@terra.es>
1545
1546 * completion.el (completion-kill-region): Doc fix.
1547
1548 * format.el (format-insert-annotations)
1549 (format-annotate-location): Doc fixes.
1550 (format-subtract-regions): Make arguments match their use in docstring.
1551
1552 * simple.el (kill-region): Doc fix.
1553
1554 * subr.el (insert-buffer-substring-no-properties)
1555 (insert-buffer-substring-as-yank): Doc fixes.
1556
1557 2004-06-07 Luc Teirlinck <teirllm@auburn.edu>
1558
1559 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
1560 Update docstring.
1561 (dired-reset-subdir-switches): New function.
1562
1563 * dired.el (dired-undo): Call `dired-build-subdir-alist'.
1564 Limit scope of `buffer-read-only' binding.
1565
1566 2004-06-06 Emilio C. Lopes <eclig@gmx.net>
1567
1568 * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
1569 eshell-explicit-command-char.
1570
1571 2004-06-06 Juanma Barranquero <lektu@terra.es>
1572
1573 * help-fns.el (help-argument-name): Inherit from italic face only
1574 if the frame supports it.
1575
1576 2004-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1577
1578 * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
1579 * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
1580 * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
1581 * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
1582 * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
1583 * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
1584 * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
1585 New conversions from xpm files.
1586
1587 * toolbar/README: New file.
1588
1589 2004-06-06 Richard M. Stallman <rms@gnu.org>
1590
1591 * isearch.el (isearch-mode-map): Undo previous change.
1592
1593 2004-06-05 Juri Linkov <juri@jurta.org>
1594
1595 * bindings.el (debug-ignored-errors): Add regexps for history
1596 related messages. Remove $ from "No further undo information".
1597 Move Ediff's messages to ediff.el.
1598
1599 * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
1600
1601 * cus-edit.el (custom-display): Add `min-colors'.
1602
1603 * custom.el (defface): Add `supports' to docstring.
1604
1605 * help-fns.el (help-argument-name): Add :group 'help.
1606
1607 2004-06-05 Luc Teirlinck <teirllm@auburn.edu>
1608
1609 * find-dired.el (find-ls-subdir-switches): New user option.
1610 (find-dired): No longer call `abbreviate-file-name' on DIR.
1611 Set `dired-subdir-switches' buffer-locally.
1612
1613 * locate.el: Merge the two `Commentary' sections.
1614 (locate-ls-subdir-switches): New user option.
1615 (locate): Update for other changes.
1616 (locate-mode-map): Restore Dired binding for mouse-2.
1617 Bind `locate-mouse-view-file' to M-mouse-2.
1618 Bind `l' to `locate-do-redisplay'.
1619 (locate-main-listing-line-p, locate-do-redisplay): New functions.
1620 (locate-mouse-view-file, locate-tags, locate-find-directory):
1621 Print message if used outside main listing.
1622 (locate-mode): Update docstring. Make `*Locate*' buffer read-only.
1623 Various changes to support inserted subdirectories.
1624 (locate-insert-header): Change header of *Locate* buffer.
1625
1626 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
1627 Change interactive default switches.
1628 (dired-rename-subdir-2): Update `dired-switches-alist'.
1629 (dired-insert-subdir, dired-kill-subdir):
1630 Handle `dired-switches-alist'. Do not mark buffer modified.
1631 (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
1632 (dired-insert-subdir-doinsert): Omit messages.
1633 Handle `dired-subdir-switches'.
1634 (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
1635
1636 * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
1637 (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
1638 subdirs if -R switch is used for a subdir.
1639 (dired-mode): Set `dired-switches-alist'.
1640 (dired-build-subdir-alist): Only print number of directories in
1641 echo area when invoked interactively.
1642
1643 2004-06-05 Lars Hansen <larsh@math.ku.dk>
1644
1645 * dired-x.el (dired-omit-mode): Rename from
1646 dired-omit-files-p. Use define-minor-mode to define it.
1647 (dired-omit-files-p): Add as alias for dired-omit-mode.
1648 (dired-omit-toggle): Delete. Replaced by dired-omit-mode and
1649 dired-mark-omitted.
1650 (dired-mark-omitted): Add. Bind to M-O.
1651
1652 2004-06-05 Kenichi Handa <handa@m17n.org>
1653
1654 * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
1655
1656 2004-06-05 Juanma Barranquero <lektu@terra.es>
1657
1658 * help-fns.el (help-argument-name): Reintroduce face.
1659 (help-default-arg-highlight): Use it, now that
1660 `face-differs-from-default-p' can be trusted.
1661
1662 2004-06-05 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
1663
1664 * textmodes/table.el: Sentence commands added to Point Motion
1665 group; kill and backward-kill commands added to Extraction group.
1666
1667 2004-06-04 Mario Lang <mlang@delysid.org>
1668
1669 * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
1670 systems appear to use mW, make the code handle this. Fix a
1671 division-by-zero bug while at it, and handle kernels with
1672 a slightly different layout in /proc/acpi.
1673
1674 2004-06-04 Karl Fogel <kfogel@red-bean.com>
1675
1676 * vc-svn.el (vc-svn-checkin): Use 'nconc' instead of 'list*',
1677 because the latter is a CL-ism. This fixes the bug reported by
1678 Shawn Boyette <mdxi@collapsar.net> in
1679 http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
1680
1681 2004-06-04 Miles Bader <miles@gnu.org>
1682
1683 * faces.el (display-supports-face-attributes-p): Function moved to
1684 C code. Previously only the tty-related portion of this function
1685 was done in C; however the previous attempt to do a halfway-proper
1686 job for non-tty displays in lisp didn't work properly because of
1687 funny conditions during Emacs startup.
1688 (face-differs-from-default-p): Simplify, now that
1689 display-supports-face-attributes-p works properly on all display
1690 types. Remove :stipple from comparison; it doesn't really work
1691 in emacs anyway.
1692
1693 2004-06-04 Miles Bader <miles@gnu.org>
1694
1695 * faces.el (face-differs-from-default-p): Use a different
1696 implementation, so we can really check whether FACE displays
1697 differently or not.
1698
1699 2004-06-04 Miles Bader <miles@gnu.org>
1700
1701 * faces.el (display-supports-face-attributes-p): Implement a
1702 `different from default' check for non-tty displays.
1703
1704 2004-06-03 David Kastrup <dak@gnu.org>
1705
1706 * woman.el (woman-mapcan): More concise code.
1707 (woman-topic-all-completions, woman-topic-all-completions-1)
1708 (woman-topic-all-completions-merge): Replace by a simpler and
1709 much faster implementation based on O(n log n) sort/merge instead
1710 of the old O(n^2) behavior.
1711
1712 2004-06-03 Miles Bader <miles@gnu.org>
1713
1714 * subr.el (read-number): Use canonical format for default in prompt.
1715
1716 * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
1717 Add regexp for " [...]" style defaults.
1718
1719 2004-06-02 Romain Francoise <romain@orebokech.com>
1720
1721 * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
1722 groups: if the user asks for a hidden buffer, open the
1723 corresponding filter group to expose it.
1724
1725 * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
1726 `ibuffer-jump-to-buffer'.
1727 (ibuffer-jump-offer-only-visible-buffers): New user option.
1728
1729 2004-06-02 Juanma Barranquero <lektu@terra.es>
1730
1731 * faces.el (frame-update-faces): Add empty docstring so the one
1732 for `ignore' doesn't show through.
1733
1734 * subr.el (process-kill-without-query): Remove spurious "\n" on
1735 obsolescence string.
1736 (focus-frame, unfocus-frame): Add obsolescence declaration and
1737 empty docstring.
1738
1739 * international/mule.el (register-char-codings): Make alias for
1740 `ignore'. Move docstring to obsolescence info and remove redundancy.
1741
1742 2004-06-02 Kim F. Storm <storm@cua.dk>
1743
1744 * frame.el (blink-cursor-start): Turn cursor off initially so blink
1745 starts after blink-cursor-delay rather than 2*blink-cursor-delay.
1746
1747 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
1748
1749 * comint.el (comint-replace-by-expanded-history-before-point):
1750 Obey `start' as the docstring says.
1751 (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
1752 (comint-update-fence): Prevent font-lock from running unnecessarily.
1753 (comint-dynamic-list-completions): Use with-current-buffer.
1754
1755 2004-06-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1756
1757 * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
1758 (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
1759 (bibtex-entry-update): Handle alternatives and optional fields.
1760 (bibtex-parse-entry): Bugfix, handle empty key.
1761
1762 2004-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
1763
1764 * vc-arch.el (vc-arch-state): Don't assume the file exists.
1765
1766 2004-05-31 Lars Hansen <larsh@math.ku.dk>
1767
1768 * desktop.el (desktop-save): Don't save minor modes without a
1769 known mode initialization function.
1770
1771 2004-05-30 Luc Teirlinck <teirllm@auburn.edu>
1772
1773 * replace.el (query-replace-interactive): Convert defvar -> defcustom.
1774
1775 * autorevert.el: Update `Commentary' section.
1776
1777 2004-05-30 Juanma Barranquero <lektu@terra.es>
1778
1779 * dos-fns.el (convert-standard-filename):
1780 * files.el (convert-standard-filename):
1781 * w32-fns.el (convert-standard-filename):
1782 Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
1783
1784 2004-05-30 Kai Grossjohann <kai.grossjohann@gmx.net>
1785
1786 Sync with Tramp.
1787
1788 * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
1789 (tramp-let-maybe): Move to an earlier spot in the file.
1790 Patch by Andreas Schwab.
1791
1792 2004-05-30 Andreas Schwab <schwab@suse.de>
1793
1794 * dired.el (dired-get-filename): Don't use dired-re-dot.
1795
1796 2004-05-30 Richard M. Stallman <rms@gnu.org>
1797
1798 * files.el (find-file): Doc fix.
1799
1800 * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
1801
1802 2004-05-30 Nick Roberts <nickrob@gnu.org>
1803
1804 * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
1805 (gdb-locals-mode, gdb-frame-handler): Display current frame in the
1806 modeline of the locals buffer.
1807 (gdb-goto-breakpoint): Handle gdbmi.
1808 (gdb-get-frame-number): Change for gdbmi.
1809
1810 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
1811
1812 * files.el (file-remote-p): Apply file name handler for operation
1813 `file-remote-p'. It isn' a property any longer.
1814 (file-relative-name): `fh' and `fd' get the required value via
1815 `find-file-name-handler' already.
1816
1817 * ange-ftp.el (ange-ftp-file-remote-p): New defun.
1818 (top): Remove setting of `file-remote-p' property for
1819 `ange-ftp-hook-function'. Add `ange-ftp' property to `file-remote-p'.
1820
1821 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
1822
1823 Version 2.0.41 of Tramp released.
1824
1825 * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
1826 Throw away if process has died.
1827 Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
1828 (tramp-out-of-band-prompt-regexp): Rename to
1829 `tramp-process-alive-regexp', because its usage is widen.
1830 (tramp-actions-copy-out-of-band): Apply it.
1831 (tramp-actions-before-shell, tramp-multi-actions):
1832 Add `tramp-action-process-alive' action.
1833 (tramp-action-process-alive): New defun.
1834 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
1835 Add entry for `file-remote-p'.
1836 (tramp-handle-file-remote-p): New defun.
1837 (top): Remove setting of `file-remote-p'. Don't set
1838 `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
1839
1840 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
1841 `file-remote-p'.
1842
1843 * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
1844 counted for (last) line. [They should or they shouldn't? --Stef]
1845 Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
1846
1847 2004-05-29 Kai Grossjohann <kai.grossjohann@gmx.net>
1848
1849 * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
1850 not really necessary but seems to keep the shell history smaller
1851 in some cases. It is no substitute for setting HISTFILE and
1852 HISTSIZE from tramp-open-connection-setup-interactive-shell,
1853 though. Suggested by Luc Teirlinck.
1854 (tramp-open-connection-setup-interactive-shell): Export variables
1855 HISTFILE and HISTSIZE, do not just set them. From Luc Teirlinck.
1856 (tramp-set-process-query-on-exit-flag): New compat function.
1857 (tramp-open-connection-multi, tramp-open-connection-su)
1858 (tramp-open-connection-rsh, tramp-open-connection-telnet)
1859 (tramp-do-copy-or-rename-file-out-of-band): Use it.
1860 (tramp-let-maybe): New macro, let-binds a variable only if it
1861 isn't obsolete.
1862 (tramp-check-ls-commands, tramp-handle-expand-file-name)
1863 (tramp-handle-file-truename): Use it.
1864 (tramp-completion-file-name-regexp-unified): Avoid matching
1865 filenames starting with "/:" -- those are reserved for
1866 file-name-non-special.
1867
1868 * tramp-smb.el (tramp-smb-open-connection):
1869 Use tramp-set-process-query-on-exit-flag compat function.
1870
1871 2004-05-29 Richard M. Stallman <rms@gnu.org>
1872
1873 * net/browse-url.el (browse-url-interactive-arg): Doc fix.
1874
1875 * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
1876 (eval-last-sexp-print-value): Print char equivalent regardless
1877 of standard-output value.
1878
1879 * thumbs.el (thumbs-subst-char-in-string): Delete.
1880 (thumbs-thumbname): Use subst-char-in-string.
1881 (thumbs-resize-image): Use condition-case, not ignore-errors.
1882 (thumbs-kill-buffer): Likewise.
1883
1884 * thumbs.el: Don't include cl. Don't bother with old Emacs versions.
1885 (thumbs-mode): Make buffer read-only.
1886 (thumbs-make-thumb): Unconditionally accept an existing file.
1887 (thumbs-insert-thumb): Add thumb-image-file property to the image.
1888 (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
1889 (thumbs-show-thumbs-list): Error if images not supported.
1890 (thumbs-save-current-image): Improve prompt string.
1891 (thumbs-mode-map): Define u, R, x.
1892 (thumbs-unmark): New command.
1893 (thumbs-emboss-image): Minor cleanup.
1894 (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
1895 (thumbs-rename-images): New command.
1896 (thumbs-show-image-num): Rewrite. Don't rename the buffer.
1897
1898 * thumbs.el (thumbs-current-image): New function.
1899 (thumbs-file-list, thumbs-file-alist): New functions.
1900 (thumbs-find-image): Delete arg L.
1901 Don't set up thumbs-fileL as buffer-local global var.
1902 (thumbs-find-image-at-point): Use thumbs-current-image.
1903 (thumbs-set-image-at-point-to-root-window): Likewise.
1904 (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
1905 Record and warn about errors. Update thumbs-markedL for deletions.
1906 (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
1907 (thumbs-redraw-buffer): Use thumbs-file-list.
1908 (thumbs-mark): Use thumbs-current-image.
1909 (thumbs-show-name): Use thumbs-current-image.
1910
1911 * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
1912 and imenu--last-menubar-index-alist.
1913
1914 * subr.el (with-selected-window): Undo previous change.
1915
1916 2004-05-29 John Paul Wallington <jpw@gnu.org>
1917
1918 * thumbs.el (thumbs-show-name): Do nothing if no image at point.
1919 (thumbs-mouse-find-image): New command.
1920 (thumbs-mode-map): Bind it to mouse-2.
1921 (thumbs-mode): Make mode-class special.
1922 (thumbs-view-image-mode): Likewise.
1923
1924 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
1925
1926 * flymake.el: New file.
1927
1928 2004-05-28 Luc Teirlinck <teirllm@auburn.edu>
1929
1930 * files.el (find-file-noselect-1): Do not bind
1931 `inhibit-read-only' to t during execution of
1932 `find-file-not-found-functions'.
1933
1934 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
1935
1936 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
1937 * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
1938
1939 2004-05-28 Juri Linkov <juri@jurta.org>
1940
1941 * simple.el (eval-expression-print-format): New fun.
1942
1943 * simple.el (eval-expression):
1944 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
1945 * emacs-lisp/edebug.el (edebug-compute-previous-result)
1946 (edebug-eval-expression): Print additionally the value returned by
1947 `eval-expression-print-format'.
1948
1949 * emacs-lisp/lisp.el (insert-pair-alist): New var.
1950 (insert-pair): Make arguments optional. Find character pair
1951 from `insert-pair-alist' according to the last input event.
1952 (insert-parentheses): Make arguments optional.
1953 (raise-sexp, delete-pair): New funs.
1954
1955 * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
1956 (emacs-lisp-mode-map, lisp-interaction-mode-map):
1957 Bind C-M-q to `indent-pp-sexp'.
1958
1959 * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
1960 `pp-to-string' modified to be able to format text with newlines.
1961 (pp-to-string): Move the buffer-formatting part of the code to
1962 `pp-buffer'. Call `pp-buffer'.
1963
1964 * info.el (Info-desktop-buffer-misc-data): Don't save information
1965 about virtual files.
1966 (Info-restore-desktop-buffer): Restore Info buffers in prepared
1967 buffers with names obtained from the desktop file instead of the
1968 default *info* buffer.
1969
1970 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
1971
1972 * subr.el (with-selected-window): Only save/restore the selected window.
1973
1974 * progmodes/compile.el (compilation-error-regexp-alist):
1975 Use expand-file-name and data-directory.
1976
1977 * progmodes/grep.el (grep-tree): Rework previous fix.
1978
1979 * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
1980 after the user marked text with the mouse.
1981
1982 * startup.el (command-line): Keep the first regexp of
1983 auto-save-file-name-transforms intact.
1984
1985 2004-05-28 Juanma Barranquero <lektu@terra.es>
1986
1987 * cus-edit.el (customize-face, customize-face-other-window)
1988 (custom-face-edit-delete): Make arguments match their use in
1989 docstring.
1990 (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
1991 docstring.
1992
1993 * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
1994 not `cvs-butlast'.
1995
1996 * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
1997 `nbutlast' are in subr.el).
1998
1999 * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
2000 (set-w32-system-coding-system): Doc fixes.
2001
2002 * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
2003 (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
2004 Make arguments match their use in docstring.
2005 (artist-draw-region-trim-line-endings)
2006 (artist-mouse-choose-operation): Fix typo in docstring.
2007 (artist-key-set-point-common): Doc fix.
2008
2009 2004-05-28 Simon Josefsson <jas@extundo.com>
2010
2011 * mail/smtpmail.el (smtpmail-open-stream):
2012 Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
2013
2014 2004-05-26 Simon Josefsson <jas@extundo.com>
2015
2016 * starttls.el: Merge with my GNUTLS based starttls.el.
2017 (starttls-gnutls-program, starttls-use-gnutls)
2018 (starttls-extra-arguments, starttls-process-connection-type)
2019 (starttls-connect, starttls-failure, starttls-success): New variables.
2020 (starttls-program, starttls-extra-args): Doc fix.
2021 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
2022 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
2023 and pass on to corresponding *-gnutls function if it is set.
2024
2025 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
2026
2027 * autorevert.el (auto-revert-handler): Disable auto-reverting of
2028 remote files.
2029
2030 2004-05-27 Michael Albinus <michael.albinus@gmx.de>
2031
2032 * files.el (file-name-non-special): There are more operations
2033 which need handling: `find-backup-file-name',
2034 `insert-file-contents', `verify-visited-file-modtime',
2035 `write-region'. Rename t value of method to `add'. Add new
2036 methods `quote' and `unquote-then-quote' to file-arg-indices.
2037
2038 2004-05-25 Juri Linkov <juri@jurta.org>
2039
2040 * info.el (Info-toc): Call Info-mode on intermediate buffer.
2041 (Info-index-nodes): Enclose code in condition-case to catch errors.
2042 (Info-index-node): Don't search all index nodes if request is only
2043 for the current node and file is not in the cache of index nodes.
2044 (Info-mode-map): Bind Info-copy-current-node-name to `w'
2045 for consistency with dired-copy-filename-as-kill.
2046 Bind `S' to Info-search-case-sensitively.
2047 (Info-copy-current-node-name): New arg. With zero prefix arg put
2048 the name inside a function call to `info'. Display copied text in
2049 the echo area.
2050
2051 2004-05-25 Sam Steingold <sds@gnu.org>
2052
2053 * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
2054 strip the package prefix from the symbol name, if any.
2055 Make it the `find-tag-default-function' for `lisp-mode'.
2056
2057 2004-05-25 John Paul Wallington <jpw@gnu.org>
2058
2059 * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
2060 instead of obsolete `process-kill-without-query'.
2061
2062 * textmodes/texinfmt.el (texinfo-indexvar-alist):
2063 Declare as variable, not constant.
2064
2065 2004-05-25 Luc Teirlinck <teirllm@auburn.edu>
2066
2067 * files.el (find-file-noselect-1): Fix bug introduced by
2068 Revision 1.694. As a side effect, `inhibit-read-only'
2069 is again, by default, t during execution of
2070 `find-file-not-found-functions'.
2071 (insert-directory): Check that lines were really inserted by
2072 the --dired switch, before erasing them.
2073
2074 2004-05-24 Nick Roberts <nickrob@gnu.org>
2075
2076 * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
2077 (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
2078 (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
2079 (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
2080 gud-minor-mode (gdbmi).
2081
2082 2004-05-24 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
2083
2084 * net/browse-url.el (browse-url-interactive-arg): Enable user to
2085 explicitly select the text to be taken as URL.
2086
2087 2004-05-23 Juri Linkov <juri@jurta.org>
2088
2089 * info.el (Info-index-nodes): New var and fun.
2090 (Info-goto-index, Info-index, info-apropos)
2091 (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
2092 (Info-index): Fix docstring. Store and restore Info-history-list.
2093 (Info-complete-nodes): New var.
2094 (Info-complete-menu-item): Use it.
2095 (Info-index-node): New fun.
2096 (Info-final-node, Info-forward-node, Info-backward-node)
2097 (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
2098 Use Info-index-node.
2099 (Info-extract-menu-item, Info-extract-menu-counting): Set second
2100 arg of `Info-extract-menu-node-name' to non-nil for index nodes.
2101 (Info-find-node-2): If a node with period in its name not found,
2102 try to find a node without the name part after period.
2103 (Info-select-node): Call Info-fontify-node only if
2104 Info-fontify-maximum-menu-size is not nil.
2105 (info-apropos): Set Info-fontify-maximum-menu-size to nil.
2106 (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
2107 Preserve Info-history-list.
2108 (Info-toc): Set Info-current-file.
2109 (Info-build-toc): Move point to the beginning of the buffer.
2110 Add main-file variable.
2111 (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
2112 Use backslashed representation of the control character ^_.
2113
2114 * textmodes/texinfmt.el (texinfo-print-index): Print index line
2115 numbers in the new Texinfo 4.7 format.
2116
2117 * add-log.el (change-log-font-lock-keywords): Remove `:' from
2118 regexps for function and variable names.
2119
2120 * descr-text.el (describe-property-list): Add [show] button for
2121 `syntax-table' property with action to pp to a separate buffer.
2122 (describe-char): Replace search-forward by re-search-forward with
2123 whitespace regexp after "character:" to not fail in too narrow windows.
2124
2125 * simple.el (next-error-find-buffer): Add a rule to return
2126 next-error capable buffer if one window on the selected frame
2127 displays such buffer.
2128
2129 2004-05-23 Nick Roberts <nickrob@gnu.org>
2130
2131 * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
2132 (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
2133 (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
2134 (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
2135 (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
2136 Handle new value for gud-minor-mode (gdbmi).
2137 (gdb-buffer-type, gdb-input-queue, gdb-prompting)
2138 (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
2139 Change from local to global gdb variable set.
2140 (gdb-ann3): Initialise above gdb variable set.
2141 (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
2142 (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
2143 (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
2144 (gdb-stopped, gdb-post-prompt, gdb-concat-output)
2145 (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
2146 (gdb-info-locals-handler, gdb-invalidate-assembler)
2147 (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
2148 set as global variables.
2149 (gdb-get-create-buffer): Don't make gud-comint buffer-local.
2150 Handle gdbmi.
2151 (gdb-info-breakpoints-custom): Fix regexp.
2152 (def-gdb-var): Delete.
2153
2154 * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
2155 (gud-speedbar-buttons, gud-sentinel, gud-display-line)
2156 (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
2157 a new mode. The file (gdb-mi.el) for this mode will be included
2158 with the GDB distribution (6.2 onwards) and will use GDB/MI as its
2159 primary interface.
2160
2161 2004-05-23 Jesper Harder <harder@ifa.au.dk>
2162
2163 * progmodes/grep.el (grep-tree): Ensure that DIR argument is
2164 interpreted as a directory.
2165
2166 2004-05-22 Richard M. Stallman <rms@gnu.org>
2167
2168 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
2169 as a close quote.
2170
2171 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
2172
2173 * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
2174 Use assoc-string, not assoc-ignore-case.
2175
2176 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
2177
2178 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
2179 If moving back then fwd gets a defun that ends before point,
2180 try again moving fwd then back.
2181
2182 * files.el (file-name-non-special): Allow t in file-arg-indices
2183 to mean requote the return value. Use `identity' as an element
2184 rather than as the whole value.
2185
2186 * gs.el (gs-options): Add -dSAFER. Mark it risky.
2187
2188 2004-05-22 Juanma Barranquero <lektu@terra.es>
2189
2190 * help-fns.el (help-add-fundoc-usage): Use %S only for output of
2191 `help-make-usage'.
2192 (help-highlight-arguments): Skip function name before searching
2193 for arguments.
2194
2195 2004-05-21 Juanma Barranquero <lektu@terra.es>
2196
2197 * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
2198 Don't mention in the docstring these arguments meant for
2199 internal (recursive) use only.
2200 (allout-char-spec): Comment out (it's not implemented).
2201 (allout-old-expose-topic, allout-exposure): Fix docstring and add
2202 obsolescence declaration.
2203 (allout-flatten-exposed-to-buffer)
2204 (allout-indented-exposed-to-buffer): Fix typos in docstring.
2205 (my-mark-marker): Doc fix.
2206 (produce-allout-mode-map, allout-sibling-index)
2207 (allout-isearch-expose, allout-distinctive-bullet)
2208 (allout-open-topic, allout-reindent-body)
2209 (allout-rebullet-heading, allout-process-exposed)
2210 (allout-insert-listified, allout-latex-verb-quote)
2211 (allout-insert-latex-header, allout-insert-latex-trailer):
2212 Make arguments match their use in docstring.
2213 (allout-primary-bullet, allout-old-style-prefixes)
2214 (allout-inhibit-protection, allout-init, allout-mode)
2215 (allout-before-change-protect, allout-flag-region):
2216 Use "Emacs" instead of "emacs" in docstrings.
2217
2218 2004-05-21 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
2219
2220 * international/characters.el: Modify syntax of more characters.
2221
2222 2004-05-21 Masatake YAMATO <jet@gyve.org>
2223
2224 * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
2225 (etags-tags-completion-table): Show parsing progress.
2226
2227 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
2228
2229 * locate.el (locate-prompt-for-command): Shorten first line of
2230 docstring.
2231 (locate-mode): Expand docstring and include keymap summary.
2232
2233 * files.el (find-file-noselect-1): Limit the scope of the
2234 `inhibit-read-only' binding. Make sure that `inhibit-read-only'
2235 is, by default, nil during the execution of
2236 `find-file-not-found-functions' and `find-file-hook'.
2237
2238 2004-05-20 Michael Mauger <mmaug@yahoo.com>
2239
2240 * facemenu.el (facemenu-color-name-equal): New function.
2241 (list-colors-display): Use it to compare colors instead of
2242 facemenu-color-equal.
2243
2244 2004-05-20 Dan Nicolaescu <dann@ics.uci.edu>
2245
2246 * compare-w.el (compare-windows-face): Use min-colors instead of
2247 checking for tty or pc types.
2248
2249 2004-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
2250
2251 * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
2252 (completion-setup-function): Use with-current-buffer.
2253 Properly save excursion. Simplify.
2254 Don't assume there is necessarily a `mouse-face' property somewhere.
2255
2256 * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
2257
2258 * progmodes/gdb-ui.el (gdb-reset): Use unless. Fix regexp.
2259
2260 * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
2261 (byte-compile-log-1): Don't call (byte-goto-log-buffer).
2262 Use with-current-buffer.
2263 (byte-goto-log-buffer): Delete.
2264 (byte-compile-log-file): Call compilation-forget-errors.
2265
2266 2004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
2267
2268 * net/ldap.el (ldap-search-internal): Avoid mixing standard error
2269 output messages into the search result.
2270
2271 2004-05-19 Masatake YAMATO <jet@gyve.org>
2272
2273 * wid-edit.el (widget-radio-button-notify): Revert my last
2274 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
2275
2276 2004-05-19 Kenichi Handa <handa@m17n.org>
2277
2278 * international/characters.el: Fix syntax (open/close) of CJK chars.
2279
2280 2004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
2281
2282 * help-mode.el (help-go-back): Don't depend on position of back button.
2283
2284 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
2285
2286 * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
2287 files files don't contain an accidental additional /.
2288
2289 * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
2290 in source buffer.
2291
2292 2004-05-18 Masatake YAMATO <jet@gyve.org>
2293
2294 * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
2295 to widget-apply. :action method assumes 2 arguments, not 3.
2296
2297 2004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk>
2298
2299 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
2300 New constants.
2301 (hs-special-modes-alist): Add an f90-mode entry.
2302
2303 2004-05-17 Sam Steingold <sds@gnu.org>
2304
2305 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
2306 Indent "without-" forms just like "with-" and "do-". Use regexp-opt.
2307
2308 2004-05-16 Kim F. Storm <storm@cua.dk>
2309
2310 * emacs-lisp/timer.el (timer-event-handler): Fix last change.
2311
2312 2004-05-15 John Wiegley <johnw@newartisans.com>
2313
2314 * eshell/esh-io.el (eshell-get-target): Whitespace changes.
2315 (eshell-output-object-to-target): Improve output speed 20% by not
2316 calling `eshell-stringify' if something is already known to be a string.
2317
2318 2004-05-15 Alex Ott <ott@jet.msk.su>
2319
2320 * textmodes/ispell.el (ispell-local-dictionary-alist):
2321 Add windows-1251 to the choice of coding systems.
2322 (ispell-dictionary-alist-6): Add support for "russianw.aff",
2323 encoded in cp1251.
2324
2325 2004-05-15 Dan Nicolaescu <dann@ics.uci.edu>
2326
2327 * progmodes/compile.el (compilation-warning-face)
2328 (compilation-info-face): Use min-colors.
2329
2330 2004-05-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2331
2332 * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
2333 * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
2334 * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
2335 * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
2336 * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
2337 * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
2338 * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
2339 * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
2340 * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
2341 * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
2342 * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
2343 * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
2344 * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
2345 * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
2346
2347 2004-05-15 Kim F. Storm <storm@cua.dk>
2348
2349 * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
2350 Use it to set triggered-p element of timer.
2351 (timer-event-handler): Set triggered-p element non-nil while running
2352 the timer function.
2353
2354 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
2355
2356 * descr-text.el (describe-char-unicode-data)
2357 (describe-char-unicodedata-file): Re-enable the unicode code now that
2358 the licensing issues have been cleared in the unicode-4 license.
2359 (describe-text-properties-1): Remove unused `overlay' var.
2360 (describe-char): Remove unused var `buffer'.
2361
2362 2004-05-14 David Ponce <david@dponce.com>
2363
2364 * tree-widget.el: New file.
2365
2366 2004-05-13 Marcelo Toledo <marcelo@marcelotoledo.org>
2367
2368 * language/european.el ("Brazilian Portuguese"): Add support for
2369 Brazilian Portuguese.
2370
2371 2004-05-13 John Wiegley <johnw@newartisans.com>
2372
2373 * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
2374 `recentf-mode' if this variable has been customized to t.
2375
2376 * eshell/esh-test.el (eshell-test): Call the function
2377 `emacs-version' rather than trying to build a custom version string.
2378
2379 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
2380
2381 * net/telnet.el (telnet-mode): Use define-derived-mode.
2382 Don't modify the global value of comint-prompt-regexp.
2383
2384 2004-05-13 John Paul Wallington <jpw@gnu.org>
2385
2386 * version.el (emacs-version): Check for `gtk' feature before
2387 `x-toolkit' feature.
2388
2389 2004-05-13 Juanma Barranquero <lektu@terra.es>
2390
2391 * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
2392 arguments in the docstring, they're used only in recursive calls.
2393
2394 * help-fns.el (help-arg-highlighting-function)
2395 (help-argument-name): Delete.
2396 (help-default-arg-highlight): New function.
2397 (help-do-arg-highlighting): Use it.
2398
2399 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
2400
2401 * calendar/appt.el (appt-disp-window):
2402 Use `calendar-set-mode-line' for a centered mode-line.
2403
2404 2004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
2405
2406 * calendar/appt.el (appt-disp-window): Do not split window
2407 excessively when `split-height-threshold' is low.
2408
2409 2004-05-12 Nick Roberts <nickrob@gnu.org>
2410
2411 * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
2412 kill-buffer-hook here and make it local.
2413 (gud-kill-buffer-hook): Use kill-process for a sure kill.
2414
2415 2004-05-12 Daniel Pfeiffer <occitan@esperanto.org>
2416
2417 * progmodes/compile.el (compilation-set-window-height):
2418 Use save-excursion to protect against misplaced marker.
2419
2420 2004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2421
2422 * custom.el (defface): Document that type can have value gtk.
2423
2424 * faces.el (face-spec-set-match-display): Handle type gtk in display.
2425
2426 2004-05-12 Kenichi Handa <handa@m17n.org>
2427
2428 * descr-text.el: Require quail at comile time.
2429 (describe-char): If an input method is on and it supports the
2430 character, show how to input it.
2431
2432 * international/quail.el (quail-install-decode-map): Accept a
2433 char-table whose subtype is `quail-decode-map'.
2434 (quail-store-decode-map-key, quail-gen-decode-map1)
2435 (quail-gen-decode-map, quail-find-key1, quail-find-key)
2436 (quail-show-key): New functions.
2437
2438 2004-05-12 Juanma Barranquero <lektu@terra.es>
2439
2440 * generic.el (define-generic-mode): Remove redundant arglist info.
2441
2442 * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
2443 Make arguments match their use in docstring.
2444 (help-arg-highlighting-function): New variable.
2445 (help-argument-name): Mention it in the docstring.
2446 (help-do-arg-highlight): Use it. Expand regexp to accept also
2447 ARG-xxx and xxx-ARG references.
2448
2449 2004-05-11 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
2450
2451 * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
2452 parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
2453 and "mailto:addr1?to=addr2" equal.
2454
2455 2004-05-11 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
2456
2457 * man.el (Man-getpage-in-background): Use shell-file-name
2458 and shell-command-switch variables instead of hard-coded values.
2459
2460 2004-05-11 Eli Zaretskii <eliz@gnu.org>
2461
2462 * iimage.el: New file.
2463
2464 2004-05-11 Juanma Barranquero <lektu@terra.es>
2465
2466 * custom.el (custom-initialize-default, defcustom):
2467 Fix typo in docstring.
2468
2469 * files.el (set-visited-file-name, file-expand-wildcards):
2470 Fix docstring.
2471
2472 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
2473
2474 * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
2475
2476 * subr.el (eventp): Be more discriminating with integers.
2477
2478 2004-05-10 Daniel Pfeiffer <occitan@esperanto.org>
2479
2480 * progmodes/compile.el (compile): Add universal prefix arg.
2481 (compilation-error-regexp-alist-alist): Add edg patterns.
2482
2483 2004-05-10 Sam Steingold <sds@gnu.org>
2484
2485 * textmodes/ispell.el (ispell-message):
2486 Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
2487
2488 2004-05-10 Dave Love <fx@gnu.org>
2489
2490 * progmodes/python.el (help-buffer): Autoload when compiling.
2491 (python-after-info-look): Don't assume Info-goto-node returns non-nil.
2492 (run-python): Prepend to any existing PYTHONPATH.
2493
2494 2004-05-10 Nick Roberts <nick@nick.uklinux.net>
2495
2496 * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
2497 for pending breakpoints.
2498
2499 2004-05-10 Richard M. Stallman <rms@gnu.org>
2500
2501 * mail/unrmail.el (unrmail): Mostly rewritten. Parses the file
2502 directly without calling any functions in Rmail.
2503 (unrmail-unprune): Function deleted.
2504
2505 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
2506
2507 * progmodes/python.el (inferior-python-mode-map): Remove erroneous
2508 C-c C-z binding.
2509
2510 2004-05-10 Kenichi Handa <handa@m17n.org>
2511
2512 * descr-text.el (describe-char): Fix previous change. Don't make
2513 a unibyte character to multibyte in the *Help* buffer.
2514
2515 2004-05-10 Miles Bader <miles@gnu.org>
2516
2517 * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
2518 buffer an error if the debugger process is actually running.
2519
2520 2004-05-10 Juanma Barranquero <lektu@terra.es>
2521
2522 * help-fns.el (help-argument-name): Default to italic.
2523 (help-highlight-arguments): Return always (usage . doc), even when
2524 usage is nil.
2525
2526 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
2527 (define-ibuffer-filter): Add usage info.
2528 (define-ibuffer-op): Add usage info (but CL-style defaults for
2529 keyword args are not shown).
2530
2531 * subr.el (remove-overlays, read-passwd): Fix docstring.
2532 (start-process-shell-command): Fix docstring. Put usage info in a
2533 format usable by `describe-function'.
2534 (open-network-stream, open-network-stream-nowait)
2535 (open-network-stream-server): Fix docstring.
2536
2537 2004-05-09 Jason Rumney <jasonr@gnu.org>
2538
2539 * international/code-pages (cp932, cp936, cp949, c950): Remove.
2540 Only define cp125* if windows-125* is already defined.
2541
2542 * language/korean.el (cp949): Add alias.
2543
2544 * language/chinese.el (cp936, cp950): Add aliases.
2545
2546 * language/japanese.el (cp932): Add alias.
2547
2548 * term/w32-win.el: Require code-pages.
2549
2550 * international/mule-cmds.el (set-locale-environment):
2551 On MS-Windows use ansi code-page for default coding-systems.
2552 Set up paper sizes for Windows 3 letter languages.
2553
2554 * international/code-pages.el (cp932, cp936, cp949, cp950):
2555 Add aliases. Also add cp125* if not already defined.
2556
2557 2004-05-09 Juanma Barranquero <lektu@terra.es>
2558
2559 * help-fns.el (help-highlight-arguments): Don't try to highlight
2560 missing or autoloaded arglists. Accept structured arguments, like
2561 the first ones of `do' and `flet'.
2562
2563 * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
2564 (cvs-get-marked): Remove redundant arglist info.
2565
2566 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
2567 Don't use CL-style default args.
2568
2569 2004-05-08 Andreas Schwab <schwab@suse.de>
2570
2571 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
2572
2573 * international/subst-ksc.el: Fix references to utf-translate-cjk
2574 into utf-translate-cjk-mode.
2575 * international/subst-big5.el: Likewise.
2576 * international/subst-gb2312.el: Likewise.
2577 * international/subst-jis.el: Likewise.
2578 * international/utf-16.el: Likewise.
2579 * international/utf-8.el: Likewise.
2580
2581 2004-05-08 John Wiegley <johnw@newartisans.com>
2582
2583 * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
2584 "virtual buffers" (off by default), which makes it possible to
2585 switch to the "virtual" buffers of recently visited files. When a
2586 buffer name search fails, and this option is on, iswitchb will
2587 look at the list of recently visited files, and permit matching
2588 against those names. When the user hits RET on a match, it will
2589 revisit that file.
2590 (iswitchb-read-buffer): Add two optional arguments, which makes
2591 isearchb.el possible.
2592 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
2593 (iswitchb-next-match): Add support for virtual buffers.
2594
2595 * isearchb.el: This module extends iswitchb to provide "as you
2596 type" buffer selection.
2597
2598 * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
2599 Ignore the read-only property when flyspell highlighting is on.
2600 Not ignoring it leads to a series of confusing errors.
2601 (flyspell-highlight-duplicate-region): Ignore read-only, as above,
2602 but also make sure to call flyspell-incorrect-hook.
2603 (flyspell-maybe-correct-transposition): Perform transposition test
2604 by bit twiddling a string, rather than using a temp buffer.
2605 (flyspell-maybe-correct-doubling): Use a string rather than a temp
2606 buffer. This is also the original version of the code, which
2607 could not be checked in before due to a previous lack of
2608 assignment papers. This version has seen heavy usage on my system
2609 for several years now.
2610
2611 * calendar/cal-bahai.el: New file, which adds support for the
2612 Baha'i calendar to Emacs. This calendar is based on a solar year
2613 of 19 months of 19 days, with 4 intercalary days. Each year
2614 begins on March 21, with the calendar starting in 1844.
2615
2616 * calendar/cal-menu.el, calendar/calendar.el,
2617 calendar/diary-lib.el, calendar/holidays.el: Added support for
2618 using cal-bahai.el.
2619
2620 * eshell/em-glob.el (eshell-glob-initialize): Move initialization
2621 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
2622 function can be used outside of eshell buffers.
2623 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
2624
2625 2004-05-08 Juanma Barranquero <lektu@terra.es>
2626
2627 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
2628 word constituent so FOO-ARG is not recognized as an arg.
2629 (help-highlight-arguments): Don't skip lists in mandatory arguments.
2630
2631 * simple.el (next-error): Fix typo in docstring.
2632 (open-line): Make argument names match their use in docstring.
2633 (split-line): Fix docstring.
2634
2635 * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
2636 usable by `describe-function'.
2637 (gensym, gentemp, typep, ignore-errors): Make argument names match
2638 their use in docstring.
2639
2640 * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
2641 argument to `help-setup-xref'.
2642
2643 2004-05-07 Kai Grossjohann <kai@emptydomain.de>
2644
2645 Version 2.0.40 of Tramp released.
2646
2647 * net/tramp.el (tramp-completion-mode, tramp-md5-function):
2648 Use symbol-function to invoke functions only known on some Emacs
2649 flavors. This avoids byte-compiler warnings. Reported by Kevin
2650 Scaldeferri <kevin@scaldeferri.com>.
2651 (tramp-do-copy-or-rename-file-via-buffer): Rename from
2652 tramp-do-copy-or-rename-via-buffer (without `file'), to make it
2653 consistent with the other tramp-do-* functions.
2654 (tramp-do-copy-or-rename-file): Calls adjusted.
2655 (tramp-process-initial-commands): Avoid liveness check on shell --
2656 we know that it must be alive since we're opening a connection at
2657 this moment.
2658 (tramp-last-cmd): New internal variable.
2659 (tramp-process-echoes): New tunable.
2660 (tramp-send-command): Set tramp-last-cmd.
2661 (tramp-wait-for-output): Delete echo, if applicable.
2662 (tramp-read-passwd): Construct the key for the password cache in a
2663 way that works for multi methods, too.
2664 (tramp-bug): Add backup-directory-alist and
2665 bkup-backup-directory-info to bug reports, with Tramp counterparts.
2666
2667 2004-05-07 Michael Albinus <michael.albinus@gmx.de>
2668
2669 * net/tramp*.el: Suppress byte-compiler warnings where possible.
2670
2671 * net/tramp.el (tramp-out-of-band-prompt-regexp)
2672 (tramp-actions-copy-out-of-band): New defcustoms.
2673 (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
2674 used instead of a synchronous one. Allows password entering.
2675 (tramp-action-out-of-band): New defun.
2676 (tramp-open-connection-rsh, tramp-method-out-of-band-p):
2677 Remove restriction with password from doc string.
2678 (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
2679 `tramp-out-of-band-prompt-regexp',
2680 `tramp-actions-copy-out-of-band', `password-cache' and
2681 `password-cache-expiry'.
2682 (toplevel): Remove todo item wrt ssh-agent. Obsolete due to
2683 password caching.
2684 (tramp-touch): FILE can be a local file, too.
2685 (TODO): Remove items done.
2686 (tramp-handle-insert-directory): Properly quote file name also if
2687 not full-directory-p. Handle wildcard case. Reported by Andreas
2688 Schwab <schwab@suse.de>.
2689 (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
2690 new file.
2691 (tramp-handle-file-local-copy, tramp-handle-write-region):
2692 The permissions of the temporary file are set if filename exists.
2693 Reported by Ted Stern <stern@cray.com>.
2694 (tramp-backup-directory-alist)
2695 (tramp-bkup-backup-directory-info): New defcustoms.
2696 (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
2697 (tramp-handle-find-backup-file-name): New function.
2698 Implements Tramp's find-backup-file-name.
2699
2700 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
2701 for `find-backup-file-name'.
2702
2703 * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
2704 ("file" -> "filename"). Reported by Kim F. Storm <storm@cua.dk>.
2705
2706 2004-05-07 Lars Hansen <larsh@math.ku.dk>
2707
2708 * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
2709
2710 2004-05-07 Juanma Barranquero <lektu@terra.es>
2711
2712 * subr.el (lambda): Add arglist description to docstring.
2713 (declare): Fix typo in docstring.
2714 (open-network-stream): Fix docstring.
2715 (process-kill-without-query): Fix docstring and add obsolescence info.
2716 (last, butlast, nbutlast): Make arguments match their use in docstring.
2717 (insert-buffer-substring-no-properties): Likewise.
2718 (insert-buffer-substring-as-yank): Likewise.
2719 (split-string): Fix docstring.
2720
2721 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
2722 Make argument names match their use in docstring.
2723
2724 * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
2725
2726 2004-05-06 Nick Roberts <nickrob@gnu.org>
2727
2728 * progmodes/gdb-ui.el: Improve/extend documentation strings.
2729 Fit first sentence on one line for apropos-command.
2730
2731 2004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
2732
2733 Changes largely merged in from Dave Love's code.
2734 * progmodes/python.el: Doc fixes.
2735 (python-mode-map): Add python-complete-symbol.
2736 (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
2737 (python-comment-indent, python-complete-symbol)
2738 (python-symbol-completions, python-partial-symbol)
2739 (python-try-complete): New.
2740 (python-indent-line): Remove optional arg. Use python-block-end-p.
2741 (python-check): Bind compilation-error-regexp-alist.
2742 (inferior-python-mode): Use rx. Move keybindings to top level.
2743 Set comint-input-filter.
2744 (python-preoutput-filter): Use rx.
2745 (python-input-filter): Re-introduce.
2746 (python-proc): Start new process if necessary.
2747 Check python-buffer non-nil.
2748 (view-return-to-alist): Defvar.
2749 (python-send-receive): New.
2750 (python-eldoc-function): Use it.
2751 (python-mode-running): Don't defvar.
2752 (python-mode): Set comment-indent-function.
2753 Maybe update hippie-expand-try-functions-list.
2754 (python-indentation-levels): Initialize differently.
2755 (python-block-end-p): New.
2756 (python-indent-line): Use it.
2757 (python-compilation-regexp-alist): Augment.
2758 (run-python): Import `emacs' module to Python rather than loading
2759 code directly. Set python-buffer differently.
2760 (python-send-region): Use emacs.eexecfile. Fix orig-start calculation.
2761 Use python-proc.
2762 (python-send-command): Go to end of comint buffer.
2763 (python-load-file): Use python-proc, emacs.eimport.
2764 (python-describe-symbol): Simplify interactive form.
2765 Use emacs.help. Do use temp-buffer-show-hook.
2766 Call print-help-return-message.
2767 (hippie-exp): Require when compiling.
2768 (python-preoutput-continuation): Use rx.
2769
2770 * diff-mode.el (diff-make-unified): Fix regexp.
2771
2772 2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
2773
2774 * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
2775 filter groups from the buffer when rebuilding the Ibuffer buffer
2776 and `ibuffer-show-empty-filter-groups' is nil.
2777
2778 2004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2779
2780 * ps-print.el (ps-print-quote): Call ps-value-string.
2781 (ps-setup): Call ps-comment-string.
2782 (ps-value-string, ps-comment-string): New funs.
2783
2784 2004-05-06 Juanma Barranquero <lektu@terra.es>
2785
2786 * ehelp.el (electric-help-command-loop): Check whether the last
2787 character is visible, not (point-max).
2788
2789 * help-fns.el (help-argument-name): Default to bold; don't inherit
2790 from font-lock-variable-name-face.
2791 (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
2792
2793 2004-05-05 Kenichi Handa <handa@m17n.org>
2794
2795 * descr-text.el (describe-char): Copy the character with text
2796 properties and overlays into the first line, and call
2797 describe-text-properties on it.
2798
2799 2004-05-05 Stephen Eglen <stephen@anc.ed.ac.uk>
2800
2801 * iswitchb.el (iswitchb-global-map): Fix typo.
2802 Remove unwanted ###autoloads from source file.
2803
2804 2004-05-05 Lars Hansen <larsh@math.ku.dk>
2805
2806 * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
2807 in run-hooks. Use substitute-command-keys in message.
2808 (wdired-abort-changes): Add message.
2809
2810 2004-05-03 Michael Mauger <mmaug@yahoo.com>
2811
2812 * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
2813 (sql-emacs20-p): Remove.
2814 (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
2815 (sql-builtin-face, sql-doc-face): Remove.
2816 (sql-mode-ansi-font-lock-keywords)
2817 (sql-mode-oracle-font-lock-keywords)
2818 (sql-mode-postgres-font-lock-keywords)
2819 (sql-mode-linter-font-lock-keywords)
2820 (sql-mode-ms-font-lock-keywords)
2821 (sql-mode-mysql-font-lock-keywords): Use standard fonts.
2822 (sql-product-font-lock): Fix font-lock reset when font rules change.
2823 (sql-highlight-product): Remove incorrect font-lock reset logic.
2824
2825 2004-05-04 Jonathan Yavner <jyavner@member.fsf.org>
2826
2827 * ses.el (ses-set-parameter): Fix typo.
2828
2829 2004-05-04 Kim F. Storm <storm@cua.dk>
2830
2831 * ido.el (ido-read-internal): Fix call to read-file-name for edit.
2832 Must expand directory for completion to work; and don't mess with
2833 process-environment.
2834 (ido-read-file-name): If command has ido property, don't use ido
2835 if value is ignore, or read as directory if value is dir.
2836 Set ido ignore property for dired-do-rename command.
2837
2838 2004-05-04 Juanma Barranquero <lektu@terra.es>
2839
2840 * ehelp.el (electric-help-command-loop, electric-help-undefined)
2841 (electric-help-help): Check against unmapped commands.
2842
2843 * help-fns.el (help-argument-name): New face, inheriting from
2844 font-lock-variable-name-face, to highlight function arguments in
2845 `describe-function' and `describe-key'.
2846 (help-do-arg-highlight): Auxiliary function to highlight a given
2847 list of arguments in a string.
2848 (help-highlight-arguments): Highlight the function arguments and
2849 all uses of them in the docstring.
2850 (describe-function-1): Use it. Do docstring output via `insert',
2851 not 'princ', so text attributes are preserved.
2852
2853 * winner.el (winner-mode-map): Move `winner-undo' and
2854 `winner-redo' to C-c <left> and C-c <right>, respectively (the
2855 previous bindings conflict with `prev-buffer', `next-buffer').
2856
2857 2004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2858
2859 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
2860 (bibtex-entry-update): New command bound to C-c C-u.
2861 (bibtex-text-in-string): Fix regexp.
2862 (bibtex-assoc-of-regexp): Remove.
2863 (bibtex-progress-message): Fix docstring.
2864 (bibtex-inside-field): Use if.
2865 (bibtex-assoc-regexp): New function.
2866 (bibtex-format-entry): Make code more robust so that it formats
2867 also old entries.
2868 (bibtex-autokey-demangle-title): Merge with obsolete function
2869 bibtex-assoc-of-regexp.
2870 (bibtex-field-list): New function.
2871 (bibtex-entry): Use bibtex-field-list.
2872 (bibtex-parse-entry): Fix docstring.
2873 (bibtex-print-help-message): Use bibtex-field-list.
2874 (bibtex-make-field): Use bibtex-field-list.
2875 (bibtex-entry-index): Bugfix. Return crossref key if required.
2876 (bibtex-lessp): Fix docstring.
2877
2878 2004-05-03 Luc Teirlinck <teirllm@auburn.edu>
2879
2880 * select.el (xselect-convert-to-string): Move comment to intended line.
2881
2882 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2883
2884 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
2885 cut/copy/paste in case menu-bar-enable-clipboard is in effect.
2886
2887 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2888
2889 * term/x-win.el (x-clipboard-yank): Don't exit on error from
2890 x-get-selection.
2891
2892 2004-05-03 Jason Rumney <jasonr@gnu.org>
2893
2894 * makefile.nt: Remove.
2895
2896 2004-05-03 Kim F. Storm <storm@cua.dk>
2897
2898 * emulation/cua-base.el (cua--update-indications): Fix last change.
2899 (cua-mode): Deactivate mark when cua-mode is enabled.
2900
2901 2004-05-02 Luc Teirlinck <teirllm@auburn.edu>
2902
2903 * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
2904
2905 2004-05-03 Nick Roberts <nickrob@gnu.org>
2906
2907 * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
2908 (gdb-display-source-buffer, gdb-put-breakpoint-icon)
2909 (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
2910 window over visible frames.
2911 (gdb-goto-breakpoint): Make buffer display file at breakpoint.
2912
2913 2004-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
2914
2915 * progmodes/compile.el (compilation-gcpro): New var.
2916 (compilation-fake-loc): Use it.
2917 (compilation-forget-errors): Reset it.
2918
2919 2004-05-02 Dan Nicolaescu <dann@ics.uci.edu>
2920
2921 * diff-mode.el (diff-header-face, diff-file-header-face):
2922 Use min-colors.
2923
2924 2004-05-02 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2925
2926 * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
2927 (bibtex-clean-entry): Disentangle code.
2928 (bibtex-realign): New function.
2929 (bibtex-reformat): Use mapcar and bibtex-realign. Do not use
2930 bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
2931 Remove undocumented optional arg called-by-convert-alien.
2932 (bibtex-convert-alien): Use bibtex-realign. Use bibtex-reformat
2933 for sorting instead of bibtex-sort-buffer.
2934
2935 2004-05-02 Eli Zaretskii <eliz@gnu.org>
2936
2937 * progmodes/compile.el (compilation-start): In the
2938 no-async-subprocesses branch, call sit-for to give redisplay a
2939 chance to show the updated process status in the mode line, and
2940 fontify the buffer explicitly after the process exits.
2941
2942 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
2943
2944 * progmodes/python.el (python-compilation-line-number): Remove.
2945 (python-compilation-regexp-alist): Don't use it any more.
2946 (python-orig-start, python-input-filter): Remove.
2947 (inferior-python-mode): Don't set up comint-input-filter-functions.
2948 (python-send-region): Use compilation-fake-loc.
2949
2950 * progmodes/compile.el (compilation-messages-start): New var.
2951 (compilation-mode): Don't setup next-error-function here.
2952 (compilation-setup): Set it up here instead (for minor modes as well).
2953 Make compilation-messages-start buffer local.
2954 (compilation-next-error-function): Use it.
2955 (compilation-forget-errors): Set compilation-messages-start.
2956
2957 2004-05-01 Luc Teirlinck <teirllm@auburn.edu>
2958
2959 * ielm.el (ielm-prompt-read-only): Update docstring.
2960
2961 * comint.el (comint-prompt-read-only): Update docstring.
2962 (comint-update-fence, comint-kill-whole-line)
2963 (comint-kill-region): New functions.
2964
2965 * simple.el (kill-whole-line): Use "p" instead of "P" in
2966 interactive form.
2967
2968 2004-05-01 Juanma Barranquero <lektu@terra.es>
2969
2970 * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
2971 format arglist so default values in CL-style argument lists are
2972 correctly shown.
2973
2974 2004-05-01 Jason Rumney <jasonr@gnu.org>
2975
2976 * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
2977
2978 2004-05-01 Kenichi Handa <handa@m17n.org>
2979
2980 * international/titdic-cnv.el (miscdic-convert): Don't generate a
2981 quail file if it is up to date.
2982
2983 2004-04-30 Juri Linkov <juri@jurta.org>
2984
2985 * cus-edit.el (custom-mode-map):
2986 Add key binding `C-x C-s' to `Custom-save'.
2987
2988 * outline.el (outline-blank-line): New var.
2989 (outline-next-preface, outline-show-heading)
2990 (outline-end-of-subtree): Use it.
2991
2992 * dired-aux.el (dired-touch-initial): New fun.
2993 (dired-do-chxxx): Call it for op-symbol `touch'.
2994 (dired-diff): Use `dired-dwim-target-directory'
2995 if current dired buffer has no buffer mark.
2996
2997 * bindings.el (propertized-buffer-identification):
2998 Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
2999 Add C-M-arrow keys for consistency.
3000
3001 * files.el (confirm-kill-emacs):
3002 Change group from top-level `emacs' to `convenience'.
3003
3004 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
3005 Push mark on the first call of successive command calls.
3006 (insert-pair): New fun created from `insert-parentheses' with
3007 `open' and `close' arguments added. Enclose active regions
3008 in paired characters. Compare adjacent characters syntax with
3009 inserted characters syntax before inserting a space.
3010 (insert-parentheses): Call `insert-pair' with ?\( ?\).
3011
3012 * delsel.el: Don't put `delete-selection' property
3013 on `insert-parentheses' symbol to take advantage of
3014 region handling in `insert-pair' function.
3015 Suggested by Stephan Stahl <stahl@eos.franken.de>.
3016
3017 2004-04-30 Kim F. Storm <storm@cua.dk>
3018
3019 * emulation/cua-base.el: Add support for changing cursor types;
3020 based on patch from Michael Mauger.
3021 (cua-normal-cursor-color, cua-read-only-cursor-color)
3022 (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
3023 Customization cursor type and/or cursor color.
3024 (cua--update-indications): Handle cursor type changes.
3025 (cua-mode): Update cursor indications if enabled.
3026
3027 * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
3028
3029 * mouse.el (mouse-drag-copy-region): New defcustom.
3030 (mouse-set-region, mouse-drag-region-1): Use it.
3031
3032 * simple.el (kill-ring-save): If region face background color is
3033 unspecified (if no highlighting), show extent of fully visible
3034 region even if transient-mark-mode is enabled.
3035
3036 * emulation/cua-base.el (cua--standard-movement-commands):
3037 Add cua-scroll-up and cua-scroll-down.
3038 (cua-scroll-up, cua-scroll-down): New commands.
3039 (cua--init-keymaps): Remap scroll-up and scroll-down.
3040
3041 * emulation/cua-rect.el (cua--convert-rectangle-as):
3042 New defmacro.
3043 (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
3044 (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
3045 New commands (suggested by Jordan Breeding).
3046
3047 2004-04-30 Juanma Barranquero <lektu@terra.es>
3048
3049 * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
3050
3051 2004-04-30 Mario Lang <mlang@delysid.org>
3052
3053 * diff.el (diff-switches): Fix typo in docstring.
3054
3055 2004-04-30 Alex Schroeder <alex@gnu.org>
3056
3057 * xml.el (xml-debug-print-internal): Don't add newline and
3058 indentation to text nodes and write empty elements as empty tags
3059 instead of opening and closing tags.
3060 (xml-debug-print): Take optional indent-string argument.
3061 (xml-print): Alias for xml-debug-print.
3062
3063 2004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk>
3064
3065 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
3066 than duplicate call to `line-beginning-position'.
3067
3068 * progmodes/f90.el (f90-get-present-comment-type):
3069 Return whitespace, as well as comment chars, for consistent filling
3070 of comment blocks. Use `match-string-no-properties'.
3071 (f90-break-line): Trim trailing whitespace when filling comments.
3072
3073 2004-04-30 Dave Love <fx@gnu.org>
3074
3075 * calendar/diary-lib.el (diary-outlook-formats): New variable.
3076 (diary-from-outlook-internal, diary-from-outlook)
3077 (diary-from-outlook-gnus, diary-from-outlook-rmail):
3078 New functions to import diary entries from Outlook-format
3079 appointments in mail messages.
3080
3081 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
3082
3083 * progmodes/python.el (python-send-command): New fun.
3084 (python-send-region, python-load-file): Use it.
3085
3086 * progmodes/compile.el (compilation-last-buffer): Add var alias.
3087
3088 * help-fns.el (help-C-file-name): Use new subr-name.
3089 Prepend `src/' to the file name.
3090 (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
3091 (describe-function-1, describe-variable): Only find a C source file
3092 name if DOC is already loaded.
3093
3094 * help-mode.el (help-function-def, help-variable-def):
3095 Use the new find-function-search-for-symbol functionality.
3096 Allow FILE to be `C-source'.
3097
3098 * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
3099 (find-function-C-source): New fun.
3100 (find-function-search-for-symbol): Use it.
3101
3102 2004-03-29 Michael Mauger <mmaug@yahoo.com>
3103
3104 * progmodes/sql.el (sql-product-alist): Rename variable
3105 `sql-product-support'. Add Postgres login parameters.
3106 (sql-set-product, sql-product-feature): Update with renamed variable.
3107 (sql-connect-postgres): Add username prompt.
3108 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
3109 Make patterns less product specific.
3110 (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
3111 (sql-mode-abbrev-table): Modify initialization.
3112 (sql-builtin-face): Add variable.
3113 (sql-keywords-re): Add macro.
3114 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
3115 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
3116 (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
3117 (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
3118 (sql-mode-linter-font-lock-keywords)
3119 (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
3120 (sql-mode-sybase-font-lock-keywords)
3121 (sql-mode-informix-font-lock-keywords)
3122 (sql-mode-interbase-font-lock-keywords)
3123 (sql-mode-ingres-font-lock-keywords)
3124 (sql-mode-solid-font-lock-keywords)
3125 (sql-mode-sqlite-font-lock-keywords)
3126 (sql-mode-db2-font-lock-keywords): Default to nil.
3127 (sql-product-font-lock): Always highlight ANSI keywords.
3128 (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
3129 (sql-send-string): Add function.
3130
3131 2004-04-29 Dave Love <fx@gnu.org>
3132
3133 * progmodes/cfengine.el (cfengine-beginning-of-defun)
3134 (cfengine-end-of-defun): Ensure progress through buffer.
3135
3136 * info-look.el (cfengine-mode): Accept a terminal ().
3137
3138 2004-04-29 Juri Linkov <juri@jurta.org>
3139
3140 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
3141 instead of isearch-yank-word-or-char. Add new key bindings for
3142 isearch-yank-char to \C-f, and isearch-del-char to \C-b.
3143 (isearch-del-char): New fun.
3144 (isearch-forward, isearch-edit-string): Update docstring.
3145 (isearch-yank-char): Doc fix.
3146 (isearch-other-meta-char): Restore point after scrolling.
3147
3148 * progmodes/compile.el (compilation-context-lines): Add nil option
3149 to disable compilation output window scrolling.
3150 (compilation-set-window): Use it.
3151
3152 * outline.el (outline-next-preface, outline-show-heading):
3153 Don't leave unhidden blank line before heading.
3154 (outline-end-of-subtree): Include last newline into subtree.
3155 (hide-entry): Leave point at beginning of heading instead of end.
3156 (outline-up-heading): Push mark for the first call of successive
3157 command calls.
3158
3159 2004-04-28 Luc Teirlinck <teirllm@auburn.edu>
3160
3161 * comint.el (comint-prompt-read-only): New variable.
3162 (comint-output-filter): Implement it.
3163
3164 * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
3165 (ielm-prompt-internal): New variable.
3166 (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
3167 (ielm-send-input): Delete unused variable `buf'.
3168 (ielm-eval-input): Use `ielm-prompt-internal'.
3169 (inferior-emacs-lisp-mode): Use new variables
3170 `comint-prompt-read-only' and `ielm-prompt-internal'.
3171 Get rid of obsolete variable `directory-sep-char'.
3172 (ielm): Use `zerop'.
3173
3174 2004-04-29 John Paul Wallington <jpw@gnu.org>
3175
3176 * thumbs.el (toplevel): Require cl at compile time.
3177 Remove conditional definitions of `ignore-errors' and `caddar'
3178 because they occur at run time.
3179
3180 2004-04-28 Nick Roberts <nickrob@gnu.org>
3181
3182 * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
3183 (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
3184 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
3185 (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
3186
3187 * progmodes/gud.el (gud-common-init): Throw an error if program is
3188 already running under gdb.
3189
3190 2004-04-28 John Paul Wallington <jpw@gnu.org>
3191
3192 * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
3193 (thumbs-show-image-num): Move assignment of
3194 `thumbs-current-image-filename' within scope of `i'.
3195 (thumbs-emboss-image): Don't use `evenp'.
3196
3197 2004-04-28 Richard M. Stallman <rms@gnu.org>
3198
3199 * progmodes/compile.el (compilation-context-lines): Default now 0.
3200
3201 2004-04-28 Juanma Barranquero <lektu@terra.es>
3202
3203 Use `time-less-p' from calendar/time-date.el instead of defining
3204 custom versions of it.
3205
3206 * pcomplete.el (pcomplete-time-less-p): Remove.
3207
3208 * thumbs.el (time-less-p): Remove.
3209
3210 * calendar/timeclock.el (timeclock-time-less-p): Remove.
3211 (timeclock-generate-report): Use `time-less-p'.
3212
3213 * emacs-lisp/autoload.el (autoload-before-p): Remove.
3214 (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
3215
3216 2004-04-28 Masatake YAMATO <jet@gyve.org>
3217
3218 * subr.el (remove-overlays): Make arguments optional.
3219
3220 * wid-edit.el (widget-specify-button): Put evaporate to the
3221 overlay for sample.
3222 (widget-specify-sample): Put evaporate to the overlay for sample.
3223 (widget-specify-doc): Put evaporate to the overlay for documentation.
3224
3225 2004-04-27 Jesper Harder <harder@ifa.au.dk>
3226
3227 * info.el (info-apropos): Make it an index node. Align node names
3228 like makeinfo.
3229
3230 2004-04-27 Eli Zaretskii <eliz@gnu.org>
3231
3232 * net/browse-url.el (browse-url-netscape-sentinel)
3233 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
3234 (browse-url-epiphany-sentinel, browse-url-mosaic):
3235 Use browse-url-*-program instead of a literal program name.
3236
3237 2004-04-27 Kevin Ryde <user42@zip.com.au>
3238
3239 * eshell/em-alias.el:
3240 * eshell/em-dirs.el:
3241 * eshell/em-hist.el:
3242 * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
3243 features when M-x customize-group loads modules before the main
3244 eshell.el.
3245
3246 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
3247
3248 * subr.el (momentary-string-display): Support EXIT-CHAR that is
3249 either a character representation of an event or an event
3250 description list.
3251
3252 * type-break.el: Capitalise Emacs and Lisp.
3253 (type-break-good-break-interval, type-break-demo-boring-stats)
3254 (type-break-terse-messages, type-break-file-name): New defcustoms.
3255 (type-break-post-command-hook)
3256 (type-break-warning-countdown-string): Quote variable names in doc.
3257 (type-break-interval-start, type-break-auto-save-file-name): New vars.
3258 (type-break-mode): Document type-break-good-break-interval and the
3259 "session" file. Schedule break according to the session file.
3260 Kill session file buffer on exit. Organise for save-some-buffers
3261 to always save the session file.
3262 (type-break-mode-line-message-mode, type-break-query-mode):
3263 Uppercase arguments.
3264 (type-break-file-time, type-break-file-keystroke-count, timep)
3265 (type-break-choose-file, type-break-get-previous-time)
3266 (type-break-get-previous-count): New defuns.
3267 (type-break): Avoid break querying after a completed break in the
3268 case where the query was initiated during user invocation of the
3269 break. Optional terse messages.
3270 Use type-break-good-break-interval if type-break-good-rest-interval is
3271 nil. File the break time.
3272 (type-break-schedule): New optional args for overriding the use of
3273 the current time.
3274 (type-break-cancel-time-warning-schedule): Avoid leftover warnings
3275 after a break.
3276 (type-break-check): File the keystroke count.
3277 (type-break-do-query): Prevent a second query when the break is
3278 interrupted. Optional terse message.
3279 (type-break-keystroke-reset): Record the start of a typing interval.
3280 (type-break-demo-boring): Optional terse messages. Display word
3281 per minute and keystroke counts according to
3282 type-break-demo-boring-stats.
3283
3284 2004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change)
3285
3286 * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
3287 directories, make sure they exist under archive-tmpdir.
3288
3289 2004-04-27 Juri Linkov <juri@jurta.org>
3290
3291 * help.el (view-emacs-news): With argument, display info for the
3292 selected version by finding it among different NEWS files, and
3293 narrowing the buffer to the selected version.
3294
3295 * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
3296 same-window-buffer-names.
3297 (info): New arg `buffer'. Use it. Doc fix. Read file name for
3298 non-numeric prefix argument, append the number to the buffer name
3299 for numeric prefix argument.
3300 (info-other-window): Bind same-window-regexps to nil.
3301 (Info-reference-name): Rename to Info-point-loc.
3302 (Info-find-node-2): Call forward-line for numeric Info-point-loc,
3303 and Info-find-index-name for stringy Info-point-loc.
3304 (Info-extract-menu-node-name): New arg `index-node'. Use regexp
3305 without middle `.', but with final `.' and optional line number
3306 for it. Set Info-point-loc for index nodes.
3307 (Info-index): Remove middle `.' from index entry regexp.
3308 Modify line number regexp.
3309 (Info-index-next): Decrement line number.
3310 (info-apropos): Remove middle `.' from index entry regexp.
3311 Add optional line number regexp at the end. Add matched value
3312 for line number to the result list and insert it to the buffer.
3313 Replace match-string by match-string-no-properties.
3314 Reorder result list.
3315 (Info-fontify-node): Hide index line numbers.
3316 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
3317 empty matches.
3318 (Info-follow-reference): Use `str' instead of
3319 Info-following-node-name-re.
3320 (Info-toc): Use full file names. Set Info-current-node to "Top".
3321 (Info-fontify-node): Compare file names without directory name.
3322 (Info-try-follow-nearest-node): Don't set Info-reference-name.
3323 Set second arg of Info-extract-menu-node-name for index nodes.
3324 (info-xref-visited): Use magenta3 instead of magenta4.
3325 (Info-mode): Add info-apropos to docstring.
3326
3327 * log-view.el (log-view-diff): Replace interactive code "r"
3328 by a list to allow to call it even if region is not active.
3329
3330 * paren.el (show-paren-highlight-openparen): New var.
3331 (show-paren-function): Turn on openparen highlighting when
3332 matching forward if show-paren-highlight-openparen is non-nil.
3333
3334 * simple.el (kill-ring-save): Use blink-matching-delay instead of
3335 the constant value 1.
3336 (completions-common-part): Expand docstring.
3337
3338 * textmodes/picture.el (picture-mode-map): Add arrow keys.
3339
3340 2004-04-27 Kim F. Storm <storm@cua.dk>
3341
3342 * image.el (insert-sliced-image): Use line-height instead of
3343 line-spacing property on newline.
3344
3345 2004-04-26 Lars Hansen <larsh@math.ku.dk>
3346
3347 * desktop.el (desktop-buffer-misc-data-function): Rename to
3348 desktop-save-buffer and change docstring.
3349 (desktop-buffer-modes-to-save): Delete.
3350 (desktop-save-buffer-p): Use desktop-save-buffer instead of
3351 desktop-buffer-modes-to-save.
3352 (desktop-save): Rename desktop-buffer-misc-data-function to
3353 desktop-save-buffer and allow non-function value.
3354 (desktop-missing-file-warning): Correct docstring.
3355
3356 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
3357 to desktop-save-buffer.
3358
3359 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
3360 desktop-save-buffer.
3361
3362 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
3363
3364 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
3365
3366 2004-04-26 Eli Zaretskii <eliz@gnu.org>
3367
3368 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
3369
3370 2004-04-25 Luc Teirlinck <teirllm@auburn.edu>
3371
3372 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
3373 (ielm): Only go to the end of the buffer when starting a new process.
3374
3375 2004-04-25 Juanma Barranquero <lektu@terra.es>
3376
3377 * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
3378 mode line. Bind `inhibit-read-only' to t before modifying
3379 properties of text in the buffer.
3380 (ielm): Force point to the end of buffer, even when running ielm
3381 from inside itself.
3382
3383 2004-04-25 Jesper Harder <harder@ifa.au.dk>
3384
3385 * info.el (info-apropos): Reset Info-complete-cache.
3386
3387 2004-04-25 Daniel Pfeiffer <occitan@esperanto.org>
3388
3389 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3390 Also recognize severe Irix et al. messages.
3391 (compilation-normalize-filename, compile-abbreviate-directory):
3392 Delete functions.
3393 (compilation-get-file-structure): New function inherits
3394 functionality of the two preceding ones.
3395 (compilation-internal-error-properties, compilation-fake-loc):
3396 Use it so that different paths to the same file share the same
3397 markers. Also optimize finding adjacent marker slightly.
3398
3399 2004-04-25 Kim F. Storm <storm@cua.dk>
3400
3401 * image.el (insert-sliced-image): Add line-spacing t property
3402 to newlines separating image lines.
3403
3404 2004-04-24 Luc Teirlinck <teirllm@auburn.edu>
3405
3406 * comint.el (comint-delete-output): Bind inhibit-read-only to t.
3407
3408 * ielm.el (ielm-prompt-read-only): New user option.
3409 (ielm-prompt): Expand docstring to describe new behavior.
3410 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
3411 mention it in the docstring.
3412
3413 2004-04-24 Andreas Schwab <schwab@suse.de>
3414
3415 * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
3416
3417 * diff.el (diff): Set default-directory in diff buffer.
3418
3419 2004-04-24 Eli Zaretskii <eliz@gnu.org>
3420
3421 * mail/sendmail.el (mail-bury): Don't delete the frame where the
3422 mail was being composed if the terminal cannot display more than
3423 one frame; instead, switch to previous frame.
3424
3425 * mail/rmail.el (rmail-mail-new-frame): Doc fix.
3426 (rmail-start-mail): Support rmail-mail-new-frame even on
3427 terminals that can display only one frame at a time.
3428
3429 2004-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
3430
3431 * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
3432 (checkdoc-output-font-lock-keywords): Remove error regexp.
3433 (checkdoc-output-mode-map): Remove.
3434 (checkdoc-output-mode): Derive from compilation-mode.
3435 (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
3436
3437 * dired.el (dired-mode-map): Add a menu entry for wdired.
3438
3439 * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
3440 (rx-bracket, rx-check-any, rx-any): Clean up name space.
3441
3442 * wdired.el: (wdired-mode-map): Move init into declaration.
3443 Fix `return' binding.
3444 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
3445 Use force-mode-line-update.
3446 (wdired-get-filename): Use `unless'.
3447 (wdired-preprocess-files): Don't assume names have no \n and use / for
3448 dir separator.
3449 (wdired-normalize-filename): Use replace-regexp-in-string.
3450 (wdired-load-hooks): Remove.
3451 (wdired-mode-hooks): Rename to wdired-mode-hook.
3452
3453 * info-look.el: Add support for cfengine-mode.
3454 (info-lookup-setup-mode): Use dolist.
3455
3456 2004-04-23 Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba <juan-leon.lahoz@tecsidel.es>
3457
3458 * wdired.el: New file.
3459
3460 2004-04-23 Juanma Barranquero <lektu@terra.es>
3461
3462 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
3463
3464 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
3465 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
3466 (pcomplete--help, pcomplete--here): Doc fixes.
3467
3468 2004-04-23 Andre Spiegel <spiegel@gnu.org>
3469
3470 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
3471 handles wrong-number-of-arguments in backend call.
3472
3473 * vc.el (vc-print-log): Likewise.
3474
3475 2004-04-20 Dave Love <fx@gnu.org>
3476
3477 * emacs-lisp/rx.el: Doc fixes.
3478 (rx-constituents): Add/extend many forms.
3479 (rx-check): Check form is a list.
3480 (bracket): Defvar.
3481 (rx-check-any, rx-any, rx-check-not): Modify.
3482 (rx-not): Simplify.
3483 (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
3484 (rx-kleene): Use rx-trans-forms.
3485 (rx-quote-for-set): Delete.
3486 (rx): Allow multiple args.
3487
3488 2004-04-23 Kenichi Handa <handa@m17n.org>
3489
3490 * international/mule-util.el (char-displayable-p): Simplify by
3491 using internal-char-font.
3492
3493 2004-04-23 Juanma Barranquero <lektu@terra.es>
3494
3495 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
3496
3497 2004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
3498
3499 * diff-mode.el (diff-next-error): New fun.
3500 (diff-mode): Use it.
3501
3502 * simple.el (next-error): Change arg name.
3503 Add support for the documented C-u C-x ` usage.
3504
3505 * frame.el (special-display-popup-frame, next-multiframe-window)
3506 (previous-multiframe-window): Only consider frames on same display.
3507
3508 2004-04-22 Lars Hansen <larsh@math.ku.dk>
3509
3510 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
3511 * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
3512
3513 2004-04-22 Kim F. Storm <storm@cua.dk>
3514
3515 * net/telnet.el (telnet): Add optional port arg.
3516
3517 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
3518
3519 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3520 Minor sanity check on the `hyperlink' slot.
3521
3522 * Makefile.in (recompile): Compile new files.
3523
3524 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
3525 Add byte-recompile-directory's optional `arg'.
3526
3527 * cvs-status.el (cvs-tree-use-charset): New var.
3528 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
3529 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
3530 (cvs-status-cvstrees): Use it.
3531
3532 * emacs-lisp/checkdoc.el (checkdoc-output-mode):
3533 Make it a normal major mode.
3534 (checkdoc-buffer-label): Make sure the file name is meaningful.
3535 (checkdoc-output-to-error-buffer): Remove.
3536 (checkdoc-error, checkdoc-start-section): Rewrite.
3537
3538 * info.el (info-node, info-menu-5, info-xref, info-header-node)
3539 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
3540 (Info-title-4-face): Use new syntax.
3541 (info-xref-visited): Inherit from info-xref.
3542
3543 * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
3544
3545 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
3546
3547 * simple.el (next-error-last-buffer, next-error-function):
3548 New variables for the next-error framework.
3549 (next-error-buffer-p): New function.
3550 (next-error-find-buffer): Generalize compilation-find-buffer.
3551 (next-error, previous-error, first-error, next-error-no-select)
3552 (previous-error-no-select): Move from compile.el.
3553
3554 * replace.el (occur-next-error, occur-1): Hook into the next-error
3555 framework.
3556
3557 * progmodes/compile.el (compilation-start):
3558 Set next-error-last-buffer so next-error knows where to jump.
3559 (compilation-setup): Set the buffer-local variable
3560 next-error-function to 'compilation-next-error-function.
3561 (compilation-buffer-p, compilation-buffer-internal-p): Use an
3562 alternate way to find if a buffer is a compilation buffer, for
3563 next-error convenience.
3564 (next-error-no-select, previous-error-no-select, next-error)
3565 (previous-error, first-error): Move to simple.el.
3566 (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
3567 (compilation-last-buffer): Remove.
3568 (compilation-start, compilation-next-error, compilation-setup)
3569 (compilation-next-error-function, compilation-find-buffer):
3570 Remove compilation-last-buffer use.
3571
3572 2004-04-21 Juanma Barranquero <lektu@terra.es>
3573
3574 * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
3575 (font-lock-warning-face): Fix spacing.
3576
3577 * makefile.w32-in (WINS): Add url/ directory.
3578
3579 2004-04-21 Lars Hansen <larsh@math.ku.dk>
3580
3581 * desktop.el (desktop-buffer-mode-handlers): New variable.
3582 Alist of major mode specific functions to restore a desktop buffer.
3583 (desktop-buffer-handlers): Make variable obsolete.
3584 (desktop-create-buffer): Use desktop-buffer-mode-handlers.
3585 Catch errors signaled in handlers. Update buffer count.
3586 Evaluate desktop-buffer-point.
3587 (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
3588 move to dired.el.
3589 (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
3590 move to info.el.
3591 (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
3592 move to mail/rmail.el.
3593 (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
3594 to mh-e/mh-e.el.
3595 (desktop-buffer-file): Rename to desktop-restore-file-buffer.
3596 On fail, print message (to message buffer) even if
3597 desktop-missing-file-warning is nil.
3598 (desktop-buffer-misc-data-function): New buffer local variable.
3599 Function returning major mode specific data.
3600 (desktop-buffer-misc-functions): Make variable obsolete.
3601 (desktop-save): Use desktop-buffer-misc-data-function.
3602 (desktop-buffer-dired-misc-data): Rename to
3603 dired-desktop-buffer-misc-data and move to dired.el.
3604 (desktop-buffer-info-misc-data): Rename to
3605 Info-desktop-buffer-misc-data and move to info.el.
3606 (desktop-read): Add message about number of buffers restored/failed.
3607
3608 * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
3609 Add parameters. Pause to display error only when
3610 desktop-missing-file-warning is non-nil.
3611 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
3612 (dired-mode): Bind desktop-buffer-misc-data-function.
3613
3614 * info.el (Info-restore-desktop-buffer): Move from desktop.el.
3615 Add Parameters.
3616 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
3617 (Info-mode): Bind desktop-buffer-misc-data-function.
3618
3619 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
3620 Add Parameters.
3621
3622 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
3623 Add Parameters.
3624
3625 2003-04-21 Paul Pogonyshev <pogonyshev@gmx.net>
3626
3627 * dabbrev.el (dabbrev--substitute-expansion): Don't lose
3628 the case of letters in case-insensitive expansions when the
3629 abbrev is preceded by characters with letter syntax.
3630
3631 2004-04-21 Richard M. Stallman <rms@gnu.org>
3632
3633 * progmodes/cperl-mode.el (cperl-putback-char):
3634 Delete Emacs 18 definition.
3635
3636 * international/mule.el (ctext-post-read-conversion):
3637 Use assoc-string, not assoc-ignore-case.
3638
3639 * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
3640
3641 * emacs-lisp/easymenu.el (easy-menu-add):
3642 Do call x-popup-menu, but only if it's defined.
3643
3644 * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
3645
3646 * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
3647 Handle multiple args: compile like progn.
3648
3649 * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
3650 take all args as &rest arg.
3651
3652 * autoinsert.el (auto-insert-alist): Insert the user's name in
3653 copyright notice, rather than Free Software Foundation.
3654
3655 2004-04-21 Kenichi Handa <handa@m17n.org>
3656
3657 * descr-text.el (describe-char): Make it work on *Help* buffer.
3658
3659 2004-04-21 Kim F. Storm <storm@cua.dk>
3660
3661 * image.el (insert-image): Add optional SLICE arg.
3662 (insert-sliced-image): New defun.
3663
3664 2004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change)
3665
3666 * subr.el (read-number): Check whether `default' is nil.
3667
3668 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
3669
3670 * progmodes/compile.el (compilation-error-properties):
3671 Split into two.
3672 (compilation-internal-error-properties): New one.
3673 (compilation-compat-error-properties): Use it. Fix the non-marker case.
3674
3675 2004-04-20 Richard M. Stallman <rms@gnu.org>
3676
3677 * window.el (split-window-save-restore-data):
3678 Don't update the data if OLD-INFO is nil.
3679
3680 * view.el (view-return-to-alist): Mark it permanent local.
3681
3682 * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
3683
3684 * recentf.el (recentf-save-list): Catch and warn about errors.
3685
3686 * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
3687 so "Buffers" won't be pure.
3688
3689 * help-mode.el (help-mode-finish): Set help-return-alist first
3690 thing, setting only the entry for the selected window.
3691
3692 * help-fns.el (describe-function-1): If many non-control non-meta
3693 keys run the command, don't list all of them.
3694
3695 2004-04-20 Juanma Barranquero <lektu@terra.es>
3696
3697 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
3698 arg. Copied from Andre Spiegel's patch of 2004-03-21.
3699
3700 * calendar/time-date.el (time-to-day-in-year): Fix docstring.
3701
3702 2004-04-20 Kenichi Handa <handa@m17n.org>
3703
3704 * international/quail.el (quail-lookup-key): New optional arg
3705 NOT-RESET-INDICES.
3706 (quail-get-translations): Call quail-lookup-key with
3707 NOT-RESET-INDICES t.
3708 (quail-completion): Likewise.
3709 (quail-lookup-map-and-concat): Likewise.
3710
3711 2004-04-20 Kenichi Handa <handa@m17n.org>
3712
3713 * international/quail.el (quail-update-translation): Don't insert
3714 such an unsupported multibyte char in a unibyte buffer.
3715
3716 2004-04-20 Nick Roberts <nick@nick.uklinux.net>
3717
3718 * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
3719 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
3720 (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
3721 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
3722 (gdb-frame-assembler-buffer): Improve behaviour with
3723 multiple frames.
3724 (gdb-display-buffer): Extend search to all visible frames.
3725
3726 2004-04-19 Eli Zaretskii <eliz@gnu.org>
3727
3728 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
3729 characters left after base64 decoding.
3730 (rmail-decode-region): Use -dos variety of `coding', to remove any
3731 ^M characters left after qp or base64 decoding.
3732
3733 2004-04-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3734
3735 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
3736 messages.
3737
3738 2004-04-19 Stephen Eglen <stephen@gnu.org>
3739
3740 * add-log.el (add-change-log-entry): Update doc string to mention
3741 add-log-full-name and add-log-mailing-address.
3742
3743 2004-04-18 Juri Linkov <juri@jurta.org>
3744
3745 * info.el (Info-find-file, Info-find-node-2): Add history and toc.
3746 (Info-find-node-2): Simplify error message.
3747 (Info-insert-dir): Use Info-following-node-name.
3748 (Info-goto-node): Remove *info-history* and *info-toc*.
3749 (Info-history): Create a node of the virtual history file.
3750 (Info-toc): Create a node of the virtual toc file.
3751 (Info-insert-toc): New arg `curr-file' for reference file names.
3752 (info-apropos): Remove redundant var binding for temp-file.
3753 (Info-index, Info-index-next, Info-mode): Doc fix.
3754 (Info-goto-emacs-command-node): Don't jump to *info* from
3755 non-*info* Info buffers.
3756 (Info-fontify-node): Don't show the file name of external
3757 references if `Info-hide-note-references' is `hide'. Don't hide
3758 newlines at the end of paragraphs.
3759
3760 * international/mule-diag.el (list-input-methods):
3761 Fix args to help-xref-button.
3762
3763 * help-fns.el (help-with-tutorial): Call `hack-local-variables'
3764 to put into effect local variables from TUTORIAL files.
3765
3766 * textmodes/paragraphs.el (sentence-end) <function>: New fun
3767 with default value taken from the variable `sentence-end'.
3768 (sentence-end) <defcustom>: Set default to nil. Doc fix.
3769 Add nil const to :type.
3770 (sentence-end-without-period, sentence-end-double-space)
3771 (sentence-end-without-space): Doc fix.
3772
3773 * textmodes/paragraphs.el (forward-sentence):
3774 * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
3775 (fill-delete-newlines):
3776 * progmodes/cc-cmds.el (c-beginning-of-statement):
3777 Use function `sentence-end' instead of variable `sentence-end'.
3778
3779 2004-04-18 Andreas Schwab <schwab@suse.de>
3780
3781 * progmodes/compile.el (compilation-start): Set window start to
3782 point-min if compilation-scroll-output is nil.
3783
3784 2004-04-18 John Wiegley <johnw@newartisans.com>
3785
3786 * iswitchb.el (iswitchb-completions): Remove dependency on cl.
3787
3788 2004-04-18 Nick Roberts <nick@nick.uklinux.net>
3789
3790 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
3791 (gdb-info-breakpoints-custom): Revert previous change.
3792 (gdb-view-assembler): Update assembler if necessary.
3793 (gdb-frame-handler): Parse correctly for gdb-current-frame.
3794 (gdb-display-source-buffer): Update properly when both source and
3795 assembler are visible.
3796
3797 2004-04-17 John Wiegley <johnw@newartisans.com>
3798
3799 * iswitchb.el (iswitchb-max-to-show): Add a new config variable
3800 which limits the number of names shown in the minibuffer. Off by
3801 default.
3802 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds
3803 up iswitchb for users with a multitude of open buffers by showing
3804 only the first and last N/2 buffers in the completion list (which
3805 is enough to aid C-s/C-r, and to know that more characters are
3806 needed to refine the completion list).
3807
3808 2004-04-17 Richard M. Stallman <rms@gnu.org>
3809
3810 * files.el (locate-file-completion): Handle nil in path-and-suffixes.
3811 (file-truename): Expand all ~ constructs directly.
3812 (insert-directory): Delete any error msg output by the
3813 `insert-directory-program'.
3814
3815 * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
3816 (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
3817 (allout-prior-bindings, allout-added-bindings): Defvars deleted.
3818 (allout-init): Use find-file-hook, not find-file-hooks.
3819 (allout-mode): Eliminate Emacs 18 support.
3820 Use write-contents-functions, not local-write-file-hooks.
3821
3822 2004-04-17 Daniel Pfeiffer <occitan@esperanto.org>
3823
3824 * progmodes/compile.el (compilation-error-properties): Fix for
3825 adding messages when there are already markers for their file.
3826 (compilation-fake-loc): New function.
3827
3828 2004-04-16 Dave Love <fx@gnu.org>
3829
3830 * progmodes/python.el (python-compilation-line-number): Fix braindamage.
3831 (python-load-file): Fix python-orig-start setting.
3832
3833 * progmodes/compile.el: Doc fixes.
3834 (compilation-error-regexp-alist-alist)
3835 (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
3836 (compilation-assq): Wrap in eval-when-compile.
3837 (compilation-mode-font-lock-keywords): Don't use list*.
3838 (compilation-start): Avoid warning.
3839 (compilation-compat-error-properties)
3840 (compilation-directory-properties): Add keymap property.
3841 (compilation-parsing-end): Make it a marker for better compatibility.
3842
3843 * progmodes/python.el (python-after-info-look): Use with-no-warnings.
3844
3845 2004-04-16 Mark A. Hershberger <mah@everybody.org>
3846
3847 * xml.el: Doc fixes.
3848 (xml-get-children): Only looks at sub-tags and ignore strings.
3849
3850 * xml.el (xml-parse-tag): Avoid overwriting node-name.
3851
3852 2004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
3853
3854 * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
3855
3856 2004-04-16 Andre Spiegel <spiegel@gnu.org>
3857
3858 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
3859
3860 * vc.el (vc-print-log): Likewise.
3861
3862 2004-04-16 Masatake YAMATO <jet@gyve.org>
3863
3864 * simple.el (completion-setup-function): Set an initial value
3865 to `element-common-end' before entering loop. Set a value
3866 to `element-common-end' at the end of loop.
3867 The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
3868 (completions-common-part): Rename from completion-de-emphasis.
3869 (completions-first-difference): Rename from completion-emphasis.
3870 Suggested by RMS.
3871
3872 2004-04-16 Juanma Barranquero <lektu@terra.es>
3873
3874 * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
3875 (bookmark-edit-annotation-mode): Add mode name.
3876
3877 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
3878
3879 * smerge-mode.el (smerge-match-conflict): Try to do something sensible
3880 for nested conflict markers.
3881 (smerge-find-conflict): Better handle errors in smerge-match-conflict.
3882
3883 2004-04-15 Nick Roberts <nick@nick.uklinux.net>
3884
3885 * progmodes/gdb-ui.el (gdb-goto-info): New function.
3886
3887 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
3888
3889 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
3890
3891 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
3892 Give a backtrace if requested.
3893
3894 * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
3895
3896 * progmodes/python.el (python-mouse-2-command, python-RET-command):
3897 Remove unused functions.
3898 (python-orig-start-line, python-orig-file): Remove.
3899 (python-orig-start): New var.
3900 (python-input-filter, python-compilation-line-number)
3901 (python-send-region, python-load-file): Use it.
3902
3903 * info.el (info): Always jump to *info*.
3904
3905 * subr.el (posn-set-point): New function.
3906
3907 * mouse.el (mouse-set-point): Use it.
3908
3909 * progmodes/compile.el (compile-goto-error): Use it.
3910 (compilation-button-map): New keymap.
3911 (compilation-error-properties): Use it.
3912 (compilation-shell-minor-mode-map): Don't bind mouse-2.
3913
3914 * smerge-mode.el (smerge-popup-context-menu): Use it.
3915
3916 * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
3917 (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
3918 mouse and non-mouse case.
3919
3920 * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
3921 (diff-mouse-goto-source): Make it an alias of diff-goto-source.
3922
3923 * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
3924 Make it work for non-mouse events.
3925
3926 * pcvs-info.el (cvs-status-map): Update binding name.
3927
3928 2004-04-14 Mark A. Hershberger <mah@everybody.org>
3929
3930 * xml.el (xml-maybe-do-ns): New function to handle namespace
3931 parsing of both attribute and element names.
3932 (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
3933 (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
3934 (xml-parse-tag): Update assumed namespaces. Clean up namespace parsing.
3935 (xml-parse-attlist): Make it do its own namespace parsing.
3936
3937 2004-04-14 Dave Love <fx@gnu.org>
3938
3939 * progmodes/python.el (run-python): Fix use of \n.
3940 (python-load-file): Remove `try' from Python fragment.
3941 (python-describe-symbol): Fix message.
3942
3943 * comint.el: Doc fixes.
3944 (comint-last-input-start, comint-last-input-end)
3945 (comint-last-output-start): Give them values.
3946 (comint-arguments): Avoid warning.
3947 (comint-skip-prompt): Use line-end-position.
3948 (comint-backward-matching-input): Rename arg to agree with doc.
3949 (comint-extract-string): Use syntax-ppss.
3950 (comint-dynamic-simple-complete): Delete useless list construction.
3951 (comint-redirect-subvert-readonly): New.
3952 (comint-redirect-preoutput-filter): Use it.
3953
3954 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
3955 Correctly handle negative arguments when calling hook functions.
3956
3957 2004-04-14 Jesper Harder <harder@ifa.au.dk>
3958
3959 * info.el (info-apropos): Don't clobber Info-history-list.
3960
3961 2004-04-14 Daniel Pfeiffer <occitan@esperanto.org>
3962
3963 * progmodes/compile.el (compilation-setup):
3964 Localize overlay-arrow-position.
3965 (compilation-sentinel): Restructure code equivalently.
3966 (compilation-next-error): Find message on same line after point if
3967 not found before point.
3968 (compile-mouse-goto-error): Restore function so that compilation
3969 buffer need not be current and use compile-goto-error.
3970 (compile-goto-error): Restore function.
3971 (next-error): Set overlay-arrow-position.
3972 (compilation-forget-errors): Don't localize already local
3973 compilation-locs and remove FIXME about refontifying.
3974
3975 2004-04-14 Kim F. Storm <storm@cua.dk>
3976
3977 * startup.el (emacs-quick-startup): New defvar (set by -Q).
3978 (command-line): New option -Q. Like -q --no-site-file, but
3979 in addition it also disables menu-bar, tool-bar, scroll-bars,
3980 tool-tips, and the blinking cursor.
3981 (command-line-1): Skip startup screen if -Q.
3982 (fancy-splash-head): Use ":align-to center" prop to center splash image.
3983
3984 * emulation/cua-base.el (cua-read-only-cursor-color)
3985 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
3986
3987 2004-04-13 Dave Love <fx@gnu.org>
3988
3989 * progmodes/python.el: Doc fixes. Changes for compiler warnings.
3990 (syntax): Don't require.
3991 (python) <defgroup>: Add :version.
3992 (python-quote-syntax): Re-written.
3993 (inferior-python-mode): Move stuff here from run-python and add
3994 some more.
3995 (python-preoutput-continuation, python-preoutput-result)
3996 (python-dotty-syntax-table): New.
3997 (python-describe-symbol): Use them.
3998 (run-python): Move stuff to inferior-python-mode. Modify code
3999 loaded into Python.
4000 (python-send-region): Use python-proc, python-send-string.
4001 (python-send-string): Send newlines too. Callers changed.
4002 (python-load-file): Re-written.
4003 (python-eldoc-function): New.
4004 (info-look): Don't require.
4005 (python-after-info-look): New. A modified version of former
4006 top-level code for use with eval-after-load.
4007 (python-maybe-jython, python-guess-indent): Use widened buffer.
4008 (python-fill-paragraph): Re-written.
4009 (python-mode): Fix outline-regexp. Set outline-heading-end-regexp,
4010 eldoc-print-current-symbol-info-function. Add to eldoc-mode-hook.
4011
4012 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
4013
4014 * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
4015 Set compilation-error-regexp-alist earlier.
4016
4017 * progmodes/compile.el (compilation-minor-mode-map)
4018 (compilation-shell-minor-mode-map, compile-mouse-goto-error)
4019 (compile-goto-error): Re-merge the mouse and non-mouse commands.
4020
4021 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
4022
4023 * progmodes/compile.el (compile-goto-error): Select the buffer/window
4024 corresponding to the event.
4025
4026 2004-04-12 Joe Buehler <jbuehler@hekiman.com>
4027
4028 * loadup.el: Add cygwin to system-type list, for unexec() support.
4029
4030 2004-04-12 John Paul Wallington <jpw@gnu.org>
4031
4032 * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
4033 (ibuffer-restore-window-config-on-quit): New variable to replace
4034 `ibuffer-delete-window-on-quit'. Update all references.
4035 (ibuffer-prev-window-config): New variable.
4036 (ibuffer-quit): Restore previous window configuration instead of
4037 deleting window.
4038 (ibuffer): Save window configuration before showing Ibuffer buffer.
4039
4040 * help.el (describe-mode): Doc fix.
4041
4042 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
4043
4044 * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
4045 not to treat nil as a function.
4046
4047 * vc-arch.el (vc-arch-root): Be a bit more careful.
4048 (vc-arch-register): Save the buffer if we modified it.
4049 (vc-arch-delete-rej-if-obsolete): Save excursion.
4050 (vc-arch-find-file-hook): Use the simpler after-save-hook.
4051 (vc-arch-responsible-p, vc-arch-init-version): New functions.
4052
4053 * net/ldap.el (ldap-search): Use list*.
4054
4055 2004-04-12 Juri Linkov <juri@jurta.org>
4056
4057 * info.el (Info-follow-reference): Allow multiline reference name.
4058
4059 2004-04-11 Dave Love <fx@gnu.org>
4060
4061 * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
4062
4063 * progmodes/python.el: New file.
4064
4065 2004-04-11 Andre Spiegel <spiegel@gnu.org>
4066
4067 * vc-hooks.el (vc-arg-list): Function removed.
4068 (vc-default-workfile-unchanged-p): Use condition-case to check for
4069 backward compatibility.
4070
4071 * vc.el (vc-print-log): Use condition-case to check for backward
4072 compatibility.
4073
4074 2004-04-11 Juri Linkov <juri@jurta.org>
4075
4076 * dired.el (dired-faces): New defgroup.
4077 (dired-header, dired-mark, dired-marked, dired-flagged)
4078 (dired-warning, dired-directory, dired-symlink, dired-ignored):
4079 New faces.
4080 (dired-header-face, dired-mark-face, dired-marked-face)
4081 (dired-flagged-face, dired-warning-face, dired-directory-face)
4082 (dired-symlink-face, dired-ignored-face): New face variables.
4083 (dired-font-lock-keywords): Use them instead of font-lock faces.
4084 Split the rule for dired marks into 3 separate rules: for marks,
4085 marked file names and flagged file names.
4086
4087 * help-mode.el (help-make-xrefs): Add a final newline to the
4088 *Help* buffer.
4089
4090 2004-04-11 John Paul Wallington <jpw@gnu.org>
4091
4092 * replace.el (occur-engine): Distinguish between one and several
4093 matches in the matches per buffer heading.
4094
4095 2004-04-11 Kim F. Storm <storm@cua.dk>
4096
4097 * ido.el (ido-confirm-unique-completion): New defcustom.
4098 (ido-complete): Use it.
4099 (ido-write-file): Set it to t unconditionally.
4100
4101 2004-04-10 Miles Bader <miles@gnu.org>
4102
4103 RCS keyword removal (only non-comment changes are enumerated here):
4104
4105 * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
4106 (byte-compile-insert-header): Don't use `byte-compile-version'.
4107 * forms.el (forms-version): Variable removed.
4108 (forms-mode): Don't use `forms-version'.
4109 * recentf.el (recentf-version): Variable removed.
4110 * progmodes/delphi.el (delphi-version): Variable removed.
4111 * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
4112
4113 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
4114
4115 * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
4116
4117 2004-04-09 Jesper Harder <harder@ifa.au.dk>
4118
4119 * info.el (info-apropos): Improve menu item regexp.
4120
4121 2004-04-09 Simon Josefsson <jas@extundo.com>
4122
4123 * mail/smtpmail.el: Add comment, based on report by
4124 kdc@rcn.com (Kevin D. Clark).
4125
4126 2004-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
4127
4128 * progmodes/compile.el (compilation-mode-font-lock-keywords):
4129 Redo one more thing that I didn't notice Daniel had undone.
4130
4131 2004-04-08 Nick Roberts <nick@nick.uklinux.net>
4132
4133 * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
4134 (gdb-goto-breakpoint, gdb-display-buffer)
4135 (gdb-display-source-buffer, gdb-view-source-function)
4136 (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
4137 (gdb-source-info, gdb-frame-handler): Don't specify a window
4138 for display.
4139 (gdb-info-breakpoints-custom): Remove superfluous update of
4140 assembler buffer.
4141 (gdb-many-windows): Make settable outside gdb.
4142
4143 2004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk>
4144
4145 * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
4146 Derive from fundamental-mode rather than text-mode.
4147
4148 2004-04-08 Juri Linkov <juri@jurta.org>
4149
4150 * info.el (Info-history): Doc fix.
4151 (Info-history-list): New var.
4152 (info-xref): Change magenta4 to blue, remove bold for dark and
4153 light backgrounds, change bold to underline for non-color classes.
4154 (info-xref-visited): New face.
4155 (Info-fontify-visited-nodes): New custom.
4156 (Info-hide-note-references): Add new value `hide'. Doc fix.
4157 (Info-reference-name): New var.
4158 (Info-selection-hook): New custom.
4159 (Info-edit-mode-hook): New var.
4160 (Info-find-file): New fun.
4161 (Info-find-node): Move part of code to Info-find-file.
4162 (Info-find-node-2): Add anchors to Info-history-list. Move point
4163 to the place with the reference name if name is defined.
4164 (Info-select-node): Add current node to Info-history-list.
4165 (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
4166 (Info-search-whitespace-regexp): New custom.
4167 (Info-search-case-fold): New var.
4168 (Info-search): Add "case-sensitively" to the prompt.
4169 Use Info-search-whitespace-regexp. Set Info-search-case-fold.
4170 (Info-search-case-sensitively, Info-search-next): New fun.
4171 (Info-up): Move point to the menu item of the current node.
4172 (Info-history): New fun. Add *info-history* to
4173 same-window-buffer-names.
4174 (Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
4175 (Info-insert-toc): New fun.
4176 (Info-build-toc): New fun.
4177 (Info-follow-reference): Add new arg `fork'. Doc fix.
4178 Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
4179 with the same name prefer the reference closest to point.
4180 (Info-next-reference): Replace * by + in the *Note regexp.
4181 Add regexp for http:// and ftp://. Skip the *Note prefix.
4182 (Info-prev-reference): Replace * by + in the *Note regexp.
4183 Add regexp for http:// and ftp://. Skip the *Note prefix.
4184 (Info-follow-nearest-node): Add new arg `fork'.
4185 (Info-try-follow-nearest-node): Add new arg `fork'.
4186 Call browse-url for http:// and ftp:// references.
4187 Set Info-reference-name for index entries.
4188 (Info-mode-menu): Add menu items for Info-search-case-sensitively,
4189 Info-search-next, Info-history, Info-toc, clone-buffer.
4190 (Info-menu-update): Replace * by + in the *Note regexp.
4191 (Info-mode): Add documentation for Info-history, Info-toc,
4192 Info-search-case-sensitively, Info-search-next, clone-buffer.
4193 (Info-fontify-menu-headers): Remove fun. Move code to
4194 Info-fontify-node.
4195 (Info-fontify-node): Add docstring. Add local vars
4196 fontify-visited-p and not-fontified-p. If not-fontified-p is t
4197 then fontify header line, titles, menu headers, http and ftp
4198 references, refill paragraphs. If not-fontified-p is t or
4199 fontify-visited-p is t then fontify cross references, menu items.
4200 Fontify menu headers. Fontify http and ftp references.
4201 Change regexp for cross references to require whitespace after *Note,
4202 add matching groups for file and node names. Remove hack for quote.
4203 Use display property for Info-hide-note-references=t. Use fifth
4204 or fourth match for help-echo. Display visited nodes in a
4205 different face. Unhide file names of external references.
4206 Unhide newlines. Display visited menu items in a different face.
4207
4208 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
4209
4210 * progmodes/compile.el: Require CL.
4211 (compilation-mode-font-lock-keywords): Re-install the "line as
4212 function" patch.
4213
4214 * help-fns.el (help-C-source-directory): New var.
4215 (help-subr-name, help-C-file-name, help-find-C-source): New funs.
4216 (describe-function-1, describe-variable): Use them.
4217
4218 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
4219 to C source files specially.
4220
4221 2004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
4222
4223 * info.el (Info-hide-cookies-node): New function.
4224 (Info-select-node): Use it.
4225 (Info-display-images-node): Remove message with image file name.
4226
4227 2004-04-07 Daniel Pfeiffer <occitan@esperanto.org>
4228
4229 * progmodes/compile.el (compilation-warning-face)
4230 (compilation-info-face, compilation-skip-threshold)
4231 (compilation-skip-visited, compilation-context-lines):
4232 Declare :version when added to Emacs.
4233 (compilation-error-regexp-alist-alist): Extend caml and irix.
4234 (compilation-setup): Fix if font-locked w/o font-lock-defaults.
4235 (compilation-mode-font-lock-keywords): Temporarily undo line as
4236 function patch, which wasn't ready.
4237
4238 2004-04-07 Kenichi Handa <handa@m17n.org>
4239
4240 * international/latin1-disp.el (latin1-display-setup): Check each
4241 character is displayable or not instead of calling
4242 latin1-display-check-font.
4243
4244 2004-04-06 Kenichi Handa <handa@m17n.org>
4245
4246 * language/ethio-util.el (ethio-sera-being-called-by-w3):
4247 New variable.
4248 (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
4249 instead of sera-being-called-by-w3.
4250 (ethio-fidel-to-sera-buffer): Likewise.
4251 (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
4252 instead of sera-being-called-by-w3.
4253 (ethio-write-file): Likewise.
4254
4255 2004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4256
4257 * printing.el: Doc fix.
4258
4259 2004-04-05 Nick Roberts <nick@nick.uklinux.net>
4260
4261 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
4262 (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
4263 (gdb-setup-windows): Only use separate IO buffer if required.
4264
4265 2004-04-06 Kim F. Storm <storm@cua.dk>
4266
4267 * term.el (term-is-xemacs): Remove.
4268 (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
4269 (term-window-width): New function.
4270 (term-mode, term-check-size): Use it.
4271 (term-mode): Disable overflow-newline-into-fringe in term buffer.
4272
4273 2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
4274
4275 * cus-edit.el (custom-add-parent-links): Change unbound variable
4276 `symbol' to `name'.
4277
4278 2004-04-05 Jesper Harder <harder@ifa.au.dk>
4279 * info.el (info-apropos): New function.
4280 (Info-mode-menu): Add it.
4281 (Info-find-node, Info-find-node-2): Grok apropos virtual file.
4282
4283 * help-mode.el (help-make-xrefs): Recognize aliased variable with
4284 inherited docstring.
4285
4286 * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
4287
4288 2004-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
4289
4290 * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
4291
4292 * progmodes/compile.el (font-lock): Don't require any more.
4293 (compilation-error-properties, compilation-start, compilation-sentinel)
4294 (compilation-filter, next-error): Use with-current-buffer.
4295 (compilation-skip-to-next-location, compilation-skip-threshold)
4296 (compilation-skip-visited): Move to silence the byte-compiler.
4297 (compilation-setup): Simplify.
4298 (compilation-next-error): Use line-(beginning|end)-position.
4299 Make sure `pt' is non-nil before using compilation-loop.
4300 (compile-goto-error): Add optional event arg. Use it.
4301 (compile-mouse-goto-error): Make it an alias of compile-goto-error.
4302 (compilation-minor-mode-map, compilation-shell-minor-mode-map):
4303 Update the binding for mouse-2.
4304 (first-error): Set compilation-current-error to nil rather than bob.
4305 (compilation-parsing-end, compilation-parse-errors-function)
4306 (compilation-error-list, compilation-old-error-list):
4307 "New" compatibility variables.
4308 (compile-buffer-substring, compilation-compat-error-properties)
4309 (compilation-compat-parse-errors, compilation-forget-errors):
4310 New compatibility functions.
4311 (compilation-mode-font-lock-keywords): Use them.
4312
4313 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
4314
4315 * autorevert.el (auto-revert-handler): If point (or a window
4316 point) is at the end of the buffer, keep it there after
4317 reverting. This allows to tail a file.
4318 Mention this in the `Commentary'.
4319
4320 * format.el (format-write-file): Add optional argument CONFIRM
4321 and make it behave like the analogous argument to `write-file'.
4322
4323 2004-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4324
4325 * progmodes/ebnf2ps.el: Doc fix.
4326 (ebnf-version): New version number (4.2).
4327 (ebnf-syntax): Customization and docstring fix.
4328 (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
4329 Put autoloaded funs before first use.
4330 (ebnf-style-database): Add dtd entry.
4331 (ebnf-syntax-alist): Add dtd initialization.
4332 (ebnf-token-sequence): New fun.
4333 (ebnf-comment-table): Add new comment action character.
4334 (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
4335
4336 * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
4337 Type Definition for XML).
4338
4339 * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
4340 * progmodes/ebnf-bnf.el (ebnf-sequence):
4341 * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
4342 * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
4343 * progmodes/ebnf-yac.el (ebnf-yac-sequence):
4344 Code simplification: call ebnf-token-sequence.
4345
4346 2004-04-04 Eli Zaretskii <eliz@gnu.org>
4347
4348 * calendar/timeclock.el (timeclock-relative)
4349 (timeclock-get-project-function, timeclock-get-workday-function)
4350 (timeclock-query-out, timeclock-when-to-leave)
4351 (timeclock-when-to-leave-string, timeclock-log-data)
4352 (timeclock-generate-report, timeclock-in): Doc fixes.
4353
4354 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
4355
4356 * url/: New dir. Import the URL package from its repository.
4357
4358 2004-04-03 Andreas Schwab <schwab@suse.de>
4359
4360 * diff-mode.el (diff-mode): Fix missing quote.
4361
4362 2004-04-03 Juri Linkov <juri@jurta.org>
4363
4364 * descr-text.el (describe-property-list): Add `font-lock-face'.
4365
4366 * dired.el (dired-font-lock-keywords): Fix permission regexps.
4367
4368 2004-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4369
4370 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
4371 Use utf-16le on little endian machines and utf-16be otherwise.
4372
4373 2004-04-02 David Kastrup <dak@gnu.org>
4374
4375 * net/browse-url.el (browse-url-generic): Use call-process
4376 instead of start-process to allow browsers that fork and detach.
4377
4378 2004-04-01 Daniel Pfeiffer <occitan@esperanto.org>
4379
4380 * compile.el (compilation-current-error): New var.
4381 (compilation-setup, compile-mouse-goto-error)
4382 (compile-goto-error, next-error): Use it.
4383 (compilation-skip-to-next-location): Default to t, which gives
4384 contiguous skipping like old compile (where this was redundant).
4385 (compilation-next-error): Prevent previous-* commands from moving
4386 back to message at or just before point.
4387
4388 2004-04-01 Nick Roberts <nick@nick.uklinux.net>
4389
4390 * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
4391 (gdb-source-info): Don't display source at startup, if required.
4392 (gdb-show-main): New option.
4393 (gdba): Update documentation.
4394 (gdb-source): Cover case of auto-display output.
4395
4396 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
4397
4398 * autorevert.el: Delete obsolete autoload's and defvar's.
4399 (auto-revert-check-vc-info): New user option.
4400 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
4401 (auto-revert-handler-vc): Delete.
4402 (auto-revert-handler): Treat return value `fast' of
4403 buffer-stale-function specially. Check `auto-revert-check-vc-info'.
4404
4405 * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
4406 return `fast'.
4407
4408 * files.el (buffer-stale-function): Doc change.
4409
4410 2004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4411
4412 * printing.el: New tip on Tips section.
4413 (pr-version): New version number (6.7.4).
4414 (pr-shell-file-name): Initialization fix.
4415
4416 2004-03-31 Juri Linkov <juri@jurta.org>
4417
4418 * dired.el: Add autoload for `dired-do-touch'.
4419 (dired-touch-program): New var.
4420 (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
4421 (dired-no-confirm): Add `touch' to docstring.
4422
4423 * dired-aux.el (dired-do-touch): New fun.
4424 (dired-do-chxxx): Add argument -t for touch operation.
4425
4426 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
4427 `dired-move-to-filename-regexp'.
4428
4429 2004-03-31 H\e,Ae\e(Bkan Granath <hakan.granath@kau.se> (tiny change)
4430
4431 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
4432
4433 2004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4434
4435 * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
4436 and only if the buffer was modified.
4437
4438 2004-03-30 Kenichi Handa <handa@m17n.org>
4439
4440 * international/characters.el: Delete pairs for U+2308..U+230B.
4441
4442 2004-03-29 Nick Roberts <nick@nick.uklinux.net>
4443
4444 * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
4445 to detect the beginning of a level 2 or 3 annotation.
4446
4447 2004-03-29 Kenichi Handa <handa@m17n.org>
4448
4449 * international/ucs-tables.el (ucs-insert): Fix the error message.
4450
4451 2004-03-29 Kenichi Handa <handa@m17n.org>
4452
4453 * international/mule-util.el (char-displayable-p): Fix generation
4454 of XLFD file name.
4455
4456 * Makefile.in (setwins, setwins_almost): Change directory to $wd
4457 before finding directories by `find'.
4458
4459 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4460
4461 * subr.el (interactive-form): Delete. Now implemented in C.
4462
4463 * pcvs.el (cvs-parse-process): Workaround for Darwin.
4464
4465 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
4466 (vc-diff-label): New fun.
4467 (vc-diff-internal): Use it.
4468
4469 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
4470
4471 2004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4472
4473 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
4474
4475 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
4476 specify XML (EBNFX).
4477
4478 * progmodes/ebnf2ps.el: Doc fix.
4479 (ebnf-version): New version number (4.1).
4480 (ebnf-syntax): Adjust customization.
4481 (ebnf-style-database): Add ebnfx entry.
4482 (ebnf-syntax-alist): Add ebnfx initialization.
4483 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
4484
4485 * printing.el: Doc fix.
4486 (pr-version): New version number (6.7.3).
4487 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
4488 returns nil for mouse position. Reported by Drew Adams
4489 <drew.adams@oracle.com>.
4490 (pr-update-menus): Modify interactive declaration. Reported by Drew
4491 Adams <drew.adams@oracle.com>.
4492
4493 2004-03-28 Nick Roberts <nick@nick.uklinux.net>
4494
4495 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
4496 (gud-gdba-marker-filter): Log the process input and output, if
4497 required. From Stefan Monnier.
4498 (gdb-debug-log, gdb-enable-debug-log): New variables.
4499 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
4500
4501 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4502
4503 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
4504 From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
4505
4506 2004-03-27 Luc Teirlinck <teirllm@auburn.edu>
4507
4508 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
4509 Call vc-find-file-hook here instead of in auto-revert-buffers.
4510 (auto-revert-buffers): Delete call to vc-find-file-hook.
4511 (auto-revert-verbose, global-auto-revert-non-file-buffers)
4512 (global-auto-revert-mode, auto-revert-set-timer)
4513 (auto-revert-handler, auto-revert-buffers): Doc fixes.
4514
4515 2004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk>
4516
4517 * woman.el (woman-change-fonts): Rename local variable
4518 woman-font-alist to font-alist to avoid a compiler warning.
4519
4520 2004-03-27 Dave Love <fx@gnu.org>
4521
4522 * emacs-lisp/rx.el (rx): Doc fix.
4523 Fix copyright years.
4524
4525 * strokes.el (strokes-global-set-stroke-string): New function.
4526 (strokes-list-strokes): Cope with strings, not just commands.
4527 Set foreground colour of image.
4528 (strokes-global-set-stroke): Doc fix.
4529
4530 2004-03-26 Luc Teirlinck <teirllm@auburn.edu>
4531
4532 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
4533 Auto Revert mode.
4534 (Buffer-menu-files-only): New variable.
4535 (Buffer-menu-toggle-files-only): New function.
4536 (Buffer-menu-mode-map): Bind it to `T'.
4537 (Buffer-menu-mode): Mention `T' in docstring.
4538 Set buffer-stale-function.
4539 (list-buffers-noselect): Mark buffer non-modified and set
4540 Buffer-menu-files-only.
4541
4542 * dired.el (buffer-stale-function): Remove no longer needed defvar.
4543
4544 * autorevert.el (auto-revert-handler): Print revert message
4545 before, rather than after, reverting.
4546 (buffer-stale-function): Move to files.el.
4547
4548 * files.el (buffer-stale-function): Move here from autorevert.el.
4549
4550 2004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
4551
4552 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
4553
4554 * calc/calc.el (calc-mode-map): Use mapc.
4555
4556 * apropos.el (apropos-mode): Don't autoload.
4557 (apropos-symbols-internal): New fun. Extracted from `apropos'.
4558 (apropos): Use it.
4559 (apropos-print): Add optional `text' argument.
4560 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
4561 Don't assume point-min == 1.
4562
4563 * bs.el (bs-buffer-list): Use buffer-local-value.
4564 (bs--set-toggle-to-show): Use with-current-buffer.
4565
4566 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
4567 New funs.
4568 (list-buffers-noselect): Use them. Adjust :align-to to new style.
4569
4570 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
4571
4572 * dabbrev.el (dabbrev-expand): Fix regexp construction.
4573 (dabbrev--find-expansion): Use pop.
4574 (dabbrev--search): Use match-string-no-properties.
4575
4576 * dired.el (dired-mode): Use run-mode-hooks.
4577 (dired-move-to-end-of-filename): Use match-string.
4578
4579 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
4580 is bound before using it.
4581 (ediff-verbose-p): Make it into a var since it's not constant.
4582
4583 * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
4584
4585 * faces.el (read-face-font): Don't cons up unnecessarily.
4586 (header-line, tool-bar): Share common parts.
4587
4588 * files.el (file-relative-name): Use compare-strings.
4589
4590 * finder.el (finder-mode): Follow coding convention.
4591
4592 * subr.el (read-number): New function.
4593
4594 * ses.el (ses-read-number): Move to subr.el.
4595 (ses-set-header-row): Use read-number.
4596
4597 2004-03-26 Andre Spiegel <spiegel@gnu.org>
4598
4599 * vc-hooks.el (vc-arg-list): New function, which handles both
4600 compiled and uncompiled code.
4601 (vc-default-workfile-unchanged-p): Use it.
4602
4603 * vc.el (vc-print-log): Undo prev change, use new function
4604 vc-arg-list from vc-hooks.el.
4605
4606 2004-03-26 Masatake YAMATO <jet@gyve.org>
4607
4608 * simple.el (completion-setup-function): Emphasize the
4609 first uncommon characters in the completions; and de-emphasize
4610 the common prefix substrings.
4611 (completion-emphasis): New face.
4612 (completion-de-emphasis): New face.
4613
4614 2004-03-25 Juanma Barranquero <lektu@terra.es>
4615
4616 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
4617 Comment out (it's unused and unfinished code).
4618
4619 2004-03-25 Sam Steingold <sds@gnu.org>
4620
4621 * vc.el (vc-print-log): Fix a bug in the last patch:
4622 backend-function may be a byte-compiled object, not a lambda.
4623
4624 2004-03-25 Juri Linkov <juri@jurta.org>
4625
4626 * descr-text.el (describe-property-list): Add a button
4627 for `face' property that calls `describe-face'.
4628 Suggested by luis fernandes <elf@ee.ryerson.ca>
4629
4630 * international/mule.el (keyboard-coding-system):
4631 * kmacro.el (kmacro-call-macro): Fix docstring.
4632
4633 * dired.el: Fix comments.
4634
4635 * textmodes/fill.el (fill): Fix Info link.
4636
4637 * font-lock.el (fast-lock, lazy-lock):
4638 * jit-lock.el (jit-lock): Remove links to removed Support Modes
4639 Info node.
4640
4641 * eshell/eshell.el (eshell): Fix broken info-link.
4642
4643 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
4644 * eshell/em-banner.el (eshell-banner):
4645 * eshell/em-smart.el (eshell-smart):
4646 * eshell/esh-cmd.el (eshell-cmd):
4647 Comment out broken info-links to incomplete Info manual.
4648
4649 * info-xref.el: Fix commentary.
4650
4651 2004-03-25 Kevin Ryde <user42@zip.com.au>
4652
4653 * info-xref.el (info-xref-check-buffer): Report empty filename parts.
4654 Remove spurious node duplicate suppression, doesn't work, not wanted.
4655 (info-xref-output): Take format style args, add "sit-for 0" to let
4656 user see the results as they progress.
4657 (info-xref-check-all-custom): New function.
4658
4659 2004-03-25 Nick Roberts <nick@nick.uklinux.net>
4660
4661 * gdb-ui.el: Moved to progmodes.
4662
4663 2004-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
4664
4665 * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
4666
4667 2004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
4668
4669 * calendar/appt.el (appt-check): Remove superfluous progn.
4670 When finished with diary buffer: if it was not being displayed
4671 before, kill it; otherwise restore its original state.
4672 Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
4673
4674 * calendar/calendar.el (calendar-set-mode-line): Use total
4675 available mode-line width, rather than frame-width.
4676
4677 * calendar/diary-lib.el (fancy-diary-display): Set mode-line
4678 after mode change so effect not lost.
4679
4680 2004-03-23 Dave Love <fx@gnu.org>
4681
4682 * dired.el (dired) <defgroup>: Add link to manual.
4683 (dired-font-lock-keywords): Add highlighting on unusual permissions.
4684 (dired-revert): Use dolist.
4685 (dired-mode-map): Add U binding.
4686 (dired-mode): Add font-lock-beginning-of-syntax-function.
4687 (dired-garbage-files-regexp): Make it a defcustom.
4688
4689 2004-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
4690
4691 * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
4692 is equivalent to nil.
4693 (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
4694 (vc-arch-mode-line-string): Accept `added' state.
4695 (vc-arch-state): Use inode-sigs if available.
4696 (vc-arch-add-tagline): Rename from vc-arch-add-tag.
4697 Copy&delete existing id file if any. Fallback if uuidgen is absent.
4698 (vc-arch-tagline-re): New var.
4699 (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
4700 New functions.
4701 (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
4702 (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
4703
4704 * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
4705 (vc-file-not-found-hook): Use it.
4706
4707 * diff-mode.el (diff-default-read-only): Change default.
4708 (diff-mode-hook): Make it a defcustom. Add some options.
4709 (diff-mode-map): Bind diff-refine-hook.
4710 (diff-yank-handler): New var.
4711 (diff-yank-function): New fun.
4712 (diff-font-lock-keywords): Use them.
4713 (diff-end-of-file): Handle case where file-header looks like diff text.
4714 (diff-hunk-kill): Adjust to "new" hunk-next behavior.
4715 (diff-file-kill): Delete a subsequent empty line, if applicable.
4716 (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
4717 (diff-find-file-name): Use it.
4718 (diff-tell-file-name): New command.
4719 (diff-mode): Be careful with view-mode.
4720 (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
4721 New functions, for use in diff-mode-hook.
4722 (diff-find-source-location): Catch "regex too large" errors.
4723 (diff-apply-hunk, diff-test-hunk): Go to old or new file.
4724 (diff-refine-hunk): New command.
4725
4726 * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
4727 (smerge-context-menu-map): Remove unused var.
4728 (smerge-keep-all): Preserve markers.
4729 (smerge-keep-n): New fun.
4730 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
4731 (smerge-keep-current, smerge-ediff): Use it.
4732 (smerge-kill-current): Use it. Make it work on some 3-part conflicts.
4733 (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
4734 (smerge-resolve): Resolve trivial 3-part conflicts.
4735
4736 2004-03-23 Juri Linkov <juri@jurta.org>
4737
4738 * man.el (Man-width): New var.
4739 (Man-getpage-in-background): Use it.
4740 (Man-support-local-filenames): New var and fun.
4741 (Man-build-man-command): Don't add a second %s.
4742 (Man-fontify-manpage): Clean up message.
4743 (Man-mode): Set outline-regexp, outline-level,
4744 imenu-generic-expression.
4745
4746 * woman.el (woman-fill-frame): Doc fix.
4747 (woman-decode-region): Use window-width instead of frame-width.
4748
4749 * abbrevlist.el (list-one-abbrev-table):
4750 * descr-text.el (describe-char):
4751 * international/mule-diag.el (describe-current-coding-system):
4752 * international/quail.el (quail-insert-decode-map):
4753 Use window-width instead of frame-width.
4754
4755 * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
4756 (jka-compr-mode-alist-additions): Add tbz.
4757 (jka-compr-write-region, jka-compr-insert-file-contents):
4758 Add message for undefined compress-program.
4759 (jka-compr-write-region): Remove redundant var bindings.
4760
4761 * dired-x.el (dired-guess-shell-alist-default): Add choices for
4762 extracting files into subdirectory. Add tbz and dz. Fix regexps.
4763 Add extensions .[0-9] for man and nroff, and .pod for perldoc.
4764 (dired-man): Use dired-guess-shell-command.
4765 (dired-guess-shell-case-fold-search): Change defvar to defcustom.
4766 Change default nil to t.
4767
4768 * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
4769 (dired-compare-directories): Add default value for empty input.
4770
4771 * help-at-pt.el: Move suggestions for key bindings to Commentary.
4772
4773 * time.el (display-time-string-forms): Fix help-echo date format.
4774
4775 2004-03-22 Luc Teirlinck <teirllm@auburn.edu>
4776
4777 * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
4778 (buffer-stale-function): New variable.
4779 (auto-revert-list-diff, auto-revert-dired-file-list)
4780 (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
4781 (auto-revert-handler): Take over some functionality of deleted
4782 functions.
4783 (auto-revert-buffers): Delete call to auto-revert-buffer-p.
4784
4785 * dired.el (dired-directory-changed-p): New fun, extracted from
4786 dired-internal-noselect.
4787 (dired-buffer-stale-p): New fun.
4788 (dired-internal-noselect): Use dired-directory-changed-p.
4789 Eliminate revert messages.
4790 (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
4791
4792 2004-03-23 Kenichi Handa <handa@m17n.org>
4793
4794 * international/characters.el: Setup syntaxes for more parentheses
4795 Unicode characters.
4796
4797 * international/mule-cmds.el (select-safe-coding-system):
4798 Merge coding-system and auto-cs before comparing them.
4799
4800 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
4801
4802 * emacs-lisp/pp.el (pp-eval-expression): Simplify.
4803
4804 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
4805 normal-auto-fill-function and comment-indent-function.
4806 The default values now work just as well.
4807 Don't set font-lock-beginning-of-syntax-function since we already set
4808 syntax-begin-function.
4809 (lisp-outline-level): Put ;;;###autoload at same level as (.
4810 (prin1-char): Quote special chars.
4811
4812 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
4813 than with-no-warnings.
4814
4815 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
4816 if the source location can't be found.
4817 (edebug-compute-previous-result): Use prin1-char.
4818
4819 * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
4820 (debug-ignored-errors): Add an entry.
4821
4822 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
4823 (byte-compile-file): Output warning when deleting a file.
4824
4825 * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
4826 (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
4827
4828 * emacs-lisp/byte-opt.el (byte-compile-log-lap)
4829 (byte-compile-inline-expand): Use backquote.
4830 (byte-optimize-pure-func): Rename from byte-optimize-concat.
4831 (symbol-name, regexp-opt, regexp-quote): Mark as pure.
4832
4833 * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
4834
4835 * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
4836
4837 2004-03-22 Juri Linkov <juri@jurta.org>
4838
4839 * finder.el (finder-known-keywords): Fix data, tex, unix.
4840
4841 * play/landmark.el: Fix keywords.
4842
4843 * language/ethio-util.el (ethio-find-file): Doc fix.
4844
4845 * emacs-lisp/warnings.el: Doc fix.
4846
4847 * textmodes/ispell.el (ispell-help): Doc fix.
4848
4849 2004-03-21 Luc Teirlinck <teirllm@auburn.edu>
4850
4851 * format.el (format-insert-file): Always return a list of two
4852 elements, like insert-file-contents does.
4853
4854 2004-03-21 Andre Spiegel <spiegel@gnu.org>
4855
4856 * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
4857 and vc-BACKEND-diff.
4858 (vc-print-log): If the print-log implementation supports it, use
4859 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
4860 (vc-version-diff, vc-diff-internal): Doc fixes.
4861
4862 * vc-hooks.el (vc-default-workfile-unchanged-p): If the
4863 implementation supports it, let diff output go to *vc*,
4864 not *vc-diff*, since this is an internal call.
4865
4866 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
4867
4868 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
4869
4870 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
4871
4872 2004-03-21 Dave Love <fx@gnu.org>
4873
4874 * progmodes/cfengine.el (cfengine-mode):
4875 Set parse-sexp-ignore-comments.
4876
4877 * emacs-lisp/rx.el (rx): Work at compile time, not run time.
4878
4879 2004-03-21 Juanma Barranquero <lektu@terra.es>
4880
4881 * allout.el (allout-mode): Fix docstring.
4882
4883 2004-03-20 Luc Teirlinck <teirllm@auburn.edu>
4884
4885 * files.el (insert-directory): Fix bug if SWITCHES is a list.
4886
4887 * autorevert.el (auto-revert-interval): Make new value take
4888 effect immediately when set through Custom.
4889 (auto-revert-set-timer): Add interactive declaration.
4890
4891 2004-03-19 David Ponce <david@dponce.com>
4892
4893 * ruler-mode.el (ruler-mode-header-line-format-old):
4894 Don't `make-variable-buffer-local'.
4895 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
4896 (ruler-mode-header-line-format): Simply funcall the above.
4897 (ruler-mode): Use `make-local-variable' and `kill-local-variable'
4898 to save/restore a previous header line format.
4899 (ruler-mode-space): Don't depend on a numeric WIDTH value.
4900 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
4901 fringes and margins width.
4902 (ruler-mode-ruler-function): Default to ruler-mode-ruler.
4903
4904 2004-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
4905
4906 * log-edit.el (log-edit-font-lock-keywords): Typo.
4907
4908 * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
4909 (tex-send-tex-command): Rather than here.
4910 (tex-compilation-parse-errors): Simplify.
4911
4912 * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
4913
4914 * time.el (display-time-string-forms): Add help-echo with date on time.
4915
4916 * composite.el (compose-region): Use restore-buffer-modified-p.
4917
4918 * disp-table.el (standard-display-8bit): Simplify.
4919
4920 * server.el (server-process-filter): Delete temp frame.
4921
4922 * add-log.el (add-change-log-entry): Simplify.
4923
4924 2004-03-19 Kim F. Storm <storm@cua.dk>
4925
4926 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
4927 (hexl-follow-line): Don't require 'fringe.
4928
4929 * progmodes/compile.el (compilation-start): Always set
4930 compilation-last-buffer and return it.
4931
4932 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
4933
4934 * simple.el (clone-buffer): Doc fix.
4935
4936 2004-03-18 Juanma Barranquero <lektu@terra.es>
4937
4938 * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
4939
4940 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
4941
4942 * log-edit.el (log-edit-font-lock-keywords): New var.
4943 (log-edit-mode): Use it.
4944
4945 2004-03-17 Nick Roberts <nick@nick.uklinux.net>
4946
4947 * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
4948 properly for watching in speedbar.
4949
4950 2004-03-17 Masatake YAMATO <jet@gyve.org>
4951
4952 * smerge-mode.el (smerge-popup-context-menu):
4953 Put `unwind-protect' around `overlay-put' and `popup-menu'.
4954
4955 2004-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
4956
4957 * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
4958 (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
4959 Take sealed revisions into account.
4960 (vc-arch-checkin): Extract a summary line from the message.
4961
4962 2004-03-16 Masatake YAMATO <jet@gyve.org>
4963
4964 * register.el (register): Provide `register' feature.
4965
4966 2004-03-15 Masatake YAMATO <jet@gyve.org>
4967
4968 Added context menu support in smerge mode.
4969 Most of the part is written by Stefan Monnier.
4970
4971 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
4972 New keymap and menu.
4973 (smerge-text-properties): New function.
4974 (smerge-remove-props): New function.
4975 (smerge-popup-context-menu): New function.
4976 (smerge-resolve): Call `smerge-remove-props'.
4977 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
4978 (smerge-keep-current): Ditto.
4979 (smerge-kill-current): New function.
4980 (smerge-match-conflict): Put text properties.
4981 Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
4982
4983 2004-03-15 David Ponce <david@dponce.com>
4984
4985 * ruler-mode.el: (ruler-mode-left-fringe-cols)
4986 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
4987 (ruler-mode-right-scroll-bar-cols): Remove.
4988 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
4989 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
4990 Use fringe-columns and scroll-bar-columns.
4991
4992 2004-03-15 Masatake YAMATO <jet@gyve.org>
4993
4994 * hl-line.el (hl-line-range-function): New variable.
4995 (hl-line-move): New function.
4996 (global-hl-line-highlight): Use `hl-line-move'.
4997 (hl-line-highlight): Ditto.
4998
4999 * scroll-bar.el (scroll-bar-columns):
5000 * fringe.el (fringe-columns): New function derived from ruler-mode.el.
5001
5002 * ruler-mode.el (top-level): Require scroll-bar and fringe.
5003 (ruler-mode-left-fringe-cols)
5004 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
5005 (ruler-mode-right-scroll-bar-cols)
5006 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
5007 (ruler-mode-ruler-function): New variable.
5008 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
5009 if the value for `ruler-mode-ruler-function'is given.
5010
5011 * hexl.el (hexl-mode-hook): Make the hook customizable.
5012 (hexl-address-area, hexl-ascii-area): New customize variables.
5013 (hexlify-buffer): Put font-lock-faces on the address area and
5014 the ascii area.
5015 (hexl-activate-ruler): New function.
5016 (hexl-follow-line): New function.
5017 (hexl-highlight-line-range): New function.
5018 (hexl-mode-ruler): New function.
5019
5020 2004-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
5021
5022 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
5023 (vc-default-find-file-hook): New fun.
5024 (vc-find-file-hook): Call new find-file-hook operation.
5025
5026 * vc-arch.el: New file.
5027
5028 2004-03-12 Jesper Harder <harder@ifa.au.dk>
5029
5030 * info-look.el (info-lookup): Reuse an existing Info window.
5031
5032 2004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>
5033
5034 * woman.el (woman-preserve-ascii): Default value changed to t and
5035 doc string revised.
5036
5037 2004-03-12 Richard M. Stallman <rms@gnu.org>
5038
5039 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
5040 Fix minor bug.
5041
5042 * replace.el (occur-engine): Change message for count of matches.
5043
5044 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
5045 For strings, do compare text properties.
5046
5047 2004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
5048
5049 * progmodes/compile.el (compile-auto-highlight)
5050 (compilation-error-list, compilation-old-error-list)
5051 (compilation-parse-errors-function, compilation-parsing-end)
5052 (compilation-error-message, compilation-directory-stack)
5053 (compilation-enter-directory-regexp-alist)
5054 (compilation-leave-directory-regexp-alist)
5055 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
5056 (compilation-current-file, compilation-regexps): Remove vars.
5057
5058 (compile-error-at-point, compilation-error-filedata)
5059 (compilation-error-filedata-file-name, compile-reinitialize-errors)
5060 (compilation-next-error-locus, compilation-forget-errors)
5061 (count-regexp-groupings, compilation-parse-errors)
5062 (compile-collect-regexps, compile-buffer-substring): Remove funs.
5063
5064 (compile-internal): Make obsolete.
5065
5066 (compilation-first-column, compilation-error)
5067 (compilation-directory-matcher, compilation-page-delimiter)
5068 (compilation-mode-font-lock-keywords, compilation-debug)
5069 (compilation-error-face, compilation-warning-face)
5070 (compilation-info-face, compilation-line-face)
5071 (compilation-column-face, compilation-enter-directory-face)
5072 (compilation-leave-directory-face, compilation-skip-threshold)
5073 (compilation-skip-visited, compilation-context-lines): New vars.
5074
5075 (compilation-warning-face, compilation-info-face)
5076 (compilation-message-face): New faces.
5077
5078 (compilation-error-regexp-alist-alist): New constant.
5079
5080 (compilation-face, compilation-directory-properties)
5081 (compilation-assq, compilation-error-properties, compilation-start)
5082 (define-compilation-mode, compilation-loop)
5083 (compilation-set-window): New functions.
5084
5085 (compile): Additional argument for interactive compiles like TeX.
5086
5087 * progmodes/grep.el (kill-grep): Move here from compile.el
5088 (grep-error, grep-hit-face, grep-error-face)
5089 (grep-mode-font-lock-keywords): New variables.
5090 (grep-regexp-alist): Simplify regexp and add `binary' case.
5091 (grep-mode): New mode.
5092 (grep-process-setup): Simplify.
5093
5094 2004-03-11 Jason Rumney <jasonr@gnu.org>
5095
5096 * net/ldap.el (ldap-search-internal): Handle file URLs with drive
5097 letters on DOS/Windows.
5098
5099 2004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
5100
5101 * server.el (server-name): New var.
5102 (server-socket-dir): New var to replace server-socket-name.
5103 (server-start): Use them.
5104
5105 2004-03-11 Simon Josefsson <jas@extundo.com>
5106
5107 * mail/smtpmail.el (smtpmail-read-response): Abort if process has
5108 died to avoid infloop. Reported by Jonathan Glauner
5109 <jglauner@sbum.org>.
5110
5111 2004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
5112
5113 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
5114 (smerge-mode-menu): Use it to deactivate menu entries.
5115 (smerge-keep-current): New fun.
5116 (smerge-keep-current): Use it.
5117
5118 2004-03-10 John Paul Wallington <jpw@gnu.org>
5119
5120 * foldout.el (foldout-fold-list, foldout-modeline-string):
5121 Declare them as variables, not constants.
5122
5123 2004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5124
5125 * ps-print.el: Modification to print *Messages* buffer.
5126 (ps-print-version): New version 6.6.4.
5127 (ps-message-log-max): New fun.
5128 (ps-spool-without-faces, ps-spool-with-faces)
5129 (ps-count-lines-preprint): Code fix.
5130
5131 * printing.el: New tips in Tips section.
5132
5133 2004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5134
5135 * delim-col.el: Doc fix.
5136
5137 * printing.el: Doc fix. New doc section (Tips).
5138
5139 2004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
5140
5141 * type-break.el (type-break-emacs-variant): Remove.
5142 (type-break-run-at-time, type-break-cancel-function-timers):
5143 Use fboundp rather than version name and number.
5144
5145 2004-03-09 Masatake YAMATO <jet@gyve.org>
5146
5147 * hexl.el (hexl-mode): Use `make-local-variable' instead of
5148 `make-variable-buffer-local'.
5149
5150 2004-03-08 Michael Albinus <Michael.Albinus@alcatel.de>
5151
5152 * find-dired.el (find-dired): Call `shell-command' instead of
5153 `start-process-shell-command'. By this, Tramp takes over
5154 handling of remote directories.
5155
5156 2004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
5157
5158 * newcomment.el (comment-use-global-state): New var.
5159 (comment-search-forward): Use it.
5160
5161 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
5162
5163 * cus-edit.el (fill) <defgroup>: Move to fill.el.
5164
5165 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
5166 (enable-kinsoku): Make it a defcustom.
5167 (fill-comment-paragraph): Don't rely on fill-prefix to bound the
5168 paragraph to same-comment-start-marker.
5169
5170 2004-03-07 Dave Love <fx@gnu.org>
5171
5172 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
5173 (browse-url-mail): Use it.
5174
5175 * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
5176 (rfc2368-unhexify-string): Use replace-regexp-in-string.
5177
5178 2004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
5179
5180 * woman.el (woman-man.conf-path): Doc fix.
5181 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
5182
5183 2004-03-07 Eli Zaretskii <eliz@gnu.org>
5184
5185 * sort.el (sort-columns): Remove ms-dos from the list of systems
5186 where the external `sort' command is not used.
5187
5188 2004-03-07 Kim F. Storm <storm@cua.dk>
5189
5190 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
5191 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
5192 from overlay-arrow-variable-list.
5193 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
5194
5195 2004-03-06 Nick Roberts <nick@nick.uklinux.net>
5196
5197 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
5198 overlay arrow string properly for the assembler buffer.
5199
5200 2004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
5201
5202 * mail/sendmail.el (mail-mode): Fix last change.
5203
5204 2004-03-05 Nick Roberts <nick@nick.uklinux.net>
5205
5206 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
5207 for the assembler buffer.
5208 (gdb-assembler-custom): Position the overlay arrow.
5209 (gdb-put-arrow, gdb-remove-arrow): Delete functions.
5210
5211 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
5212
5213 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
5214
5215 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
5216 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
5217
5218 * mail/sendmail.el (mail-mode): Set comment-start-skip.
5219
5220 * newcomment.el (uncomment-region): Allow non-terminated comment.
5221 (comment-normalize-vars): Check the user-specified comstart marker.
5222
5223 2004-03-04 Jesper Harder <harder@ifa.au.dk>
5224
5225 * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
5226 Otherwise, do use it if the region only contains font-lock text
5227 properties.
5228
5229 2004-03-04 Masatake YAMATO <jet@gyve.org>
5230
5231 * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
5232 as the callback function for eldoc.
5233 (hexl-print-current-point-info): New function.
5234 (hexl-current-address): Print the address in both decimal
5235 and hexadecimal format.
5236
5237 2004-03-04 Richard M. Stallman <rms@gnu.org>
5238
5239 * mail/rmail.el (rmail-convert-to-babyl-format):
5240 Specify t for UNIBYTE when calling mail-unquote-printable-region.
5241
5242 * mail/mail-utils.el (mail-unquote-printable-region):
5243 New arg UNIBYTE.
5244
5245 * startup.el (command-switch-alist): Doc fix.
5246
5247 * simple.el (undo): Temporarily set this-command to `undo-start',
5248 then set it to `undo' once undo-start returns without error.
5249
5250 * simple.el (minibuffer-history-sexp-flag): Doc fix.
5251
5252 * simple.el (kill-line): Don't disregard trailing whitespace
5253 in eol condition, if show-trailing-whitespace is set.
5254
5255 * mouse-sel.el (mouse-sel-has-been-enabled): New var.
5256 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
5257 When disabling, restore old values only if mouse-sel-has-been-enabled.
5258
5259 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
5260 (isearch-{-char): New function.
5261 (isearch-mode-map): Bind { to isearch-{-char.
5262
5263 * font-lock.el (lisp-font-lock-keywords-2):
5264 Turn off the CL with-... and do-... general patterns.
5265 Instead, recognize several specific with... and do... constructs.
5266
5267 * files.el (switch-to-buffer-other-window):
5268 Bind same-window-buffer-names and same-window-regexps to nil.
5269 (switch-to-buffer-other-frame): Likewise.
5270
5271 2004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
5272
5273 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
5274 recognizing leading comment on code line.
5275
5276 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
5277
5278 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
5279 hidden files/directories.
5280
5281 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
5282
5283 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
5284 only comment-start (in case the mode hasn't set it).
5285
5286 * Makefile.in (AUTOGENEL): New var.
5287 (bootstrap-prepare): Rename from bootstrap-clean.
5288 Don't remove elc files.
5289 (maintainer-clean): New target.
5290
5291 * xml.el (xml-get-attribute-or-nil): Simplify.
5292
5293 2004-03-02 Juri Linkov <juri@jurta.org>
5294
5295 * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
5296 (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
5297 URL to prevent their substitution with the environment variable
5298 values by browsers.
5299
5300 2004-03-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5301
5302 * ps-print.el: Doc fix.
5303 (ps-print-version): New version number (6.6.3).
5304 (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
5305 Docstring fix.
5306 (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
5307 before printing.
5308 (ps-time-stamp-yyyy-mm-dd): New fun.
5309 (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
5310
5311 2004-03-02 Kim F. Storm <storm@cua.dk>
5312
5313 * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
5314
5315 2004-03-01 Juanma Barranquero <lektu@terra.es>
5316
5317 * allout.el (allout-rebullet-heading): Fix typo in docstring.
5318
5319 * desktop.el (desktop-file-version)
5320 (desktop-after-read-hook): Fix typos.
5321 (desktop-clear-preserve-buffers): Remove redundant info in
5322 docstring already shown by the obsolescence message.
5323 (desktop-truncate, desktop-internal-v2s)
5324 (desktop-value-to-string): Change argument name to match docstring.
5325
5326 * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
5327
5328 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
5329 docstring.
5330
5331 2004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5332
5333 * printing.el: Replace "As Is..." in PostScript file print/preview by
5334 "No Preprocessing...". Suggested by Colin Marquardt
5335 <_marquardt_@zmd.de>.
5336 (pr-insert-section-4): Adjust buffer interface.
5337
5338 2004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
5339
5340 Version 2.0.39 of Tramp released.
5341
5342 * net/tramp.el (tramp-handle-file-local-copy)
5343 (tramp-handle-write-region, tramp-open-connection-rsh):
5344 Variable name typo. Small change. From Patrick Tullmann
5345 <tullmann@flux.utah.edu>.
5346 (tramp-process-connection-type): New variable.
5347 (tramp-maybe-open-connection): Use it.
5348 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
5349 (tramp-touch): Set last-modified time of a remote file.
5350 (tramp-handle-write-region): Say which function is used when encoding.
5351
5352 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
5353
5354 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
5355 case of non-existing filename, too. Reported by Christoph Bauer
5356 <c_bauer@informatik.uni-kl.de>.
5357 (tramp-smb-get-file-entries): The directory in question should
5358 have permissions "drwxrwxrwx". Just virtual, because we don't
5359 know the real permissions. Don't we know?
5360 (tramp-smb-prompt): Add virtual prompt from listing shares, too.
5361 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
5362 (tramp-smb-wait-for-output): Optimize algorithm getting pending
5363 output. If it was received chunkwise, there have been problems.
5364 Remove the "prompt not found" error message; it is obvious.
5365 Simplify algorithm.
5366 (tramp-smb-process-running): Remove. Since we acknowledge the
5367 virtual prompt for shares, there's no need for distinction of
5368 reading shares (process ends afterwards) and interactive mode of
5369 smblient.
5370 (tramp-smb-open-connection): Setting process sentinel removed.
5371 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
5372 "NT_STATUS_NETWORK_ACCESS_DENIED".
5373 (tramp-smb-maybe-open-connection): Set `process-connection-type'
5374 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>.
5375 (top-level): Setting default value in `tramp-default-method-alist'
5376 corrected. Order of USER and HOST have been wrong.
5377 Nobody complained for months ...
5378 (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
5379 (tramp-smb-open-connection): Clear password cache if login has failed.
5380
5381 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
5382 `tramp-unified-filenames'.
5383 (tramp-completion-mode): Make test for XEmacs explicitely.
5384 `event-to-character' can exists in Emacs packages too.
5385 Reported by Matt Swift <swift@alum.mit.edu>.
5386 (tramp-buffer-name): Buffer name must contain the user if exists.
5387 Reported by Adrian Phillips <a.phillips@met.no>.
5388 (tramp-do-copy-or-rename-file): Handle out-of-band methods.
5389 Call `tramp-do-copy-or-rename-file-out-of-band' this case.
5390 (tramp-do-copy-or-rename-file-out-of-band): Rename from
5391 `tramp-do-copy-or-rename-file-one-local', because it handles also
5392 the case both files use the same out-of-band method.
5393 Implementation added.
5394 (tramp-handle-file-local-copy, tramp-handle-write-region):
5395 Out-of-band handling removed. `copy-file' called instead, which
5396 calls `tramp-do-copy-or-rename-file-out-of-band'.
5397 (tramp-action-password): Check for out-of-band method removed.
5398 This function is used for 'login-program.
5399 (tramp-post-connection): Use `tramp-method-out-of-band-p' when
5400 appropriate.
5401 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
5402 and `tramp-parse-sknownhosts'.
5403 (tramp-completion-function-alist): It's a defvar now, because we
5404 want to apply the optimized `tramp-set-completion-function'
5405 instead of a static list.
5406 (tramp-set-completion-function): Implementation tuned.
5407 Avoid double entries, and entries where the function or the
5408 file/directory doesn't exist.
5409 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
5410 for SSH2.
5411 (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
5412 (tramp-handle-dired-compress-file): New function.
5413 (tramp-async-proc): New variable.
5414 (tramp-handle-shell-command): Adding asynchronous processes.
5415 They are far from being perfect, but it works at least for
5416 `find-grep-dired' and `find-name-dired' in Emacs 21.4.
5417 (top-level): Require password.el if visible. Should be mandatory
5418 once No Gnus has found its way into (X)Emacs.
5419 (tramp-read-passwd): Invoke `password-read' if available,
5420 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
5421 fallback any longer.
5422 (tramp-clear-passwd): New function.
5423 (tramp-process-actions, tramp-process-multi-actions):
5424 Clear password cache if login has failed.
5425
5426 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has
5427 its own module.
5428 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
5429 `ange-ftp-ftp-name-res'. There could be incorrect values from
5430 previous calls in case the "ftp" method is used in the Tramp file
5431 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
5432
5433 2004-02-28 Richard M. Stallman <rms@gnu.org>
5434
5435 * term.el (term-mouse-paste): Call mouse-set-point.
5436
5437 * thumbs.el: New file.
5438
5439 2004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5440
5441 * progmodes/ebnf-abn.el: Doc fix.
5442
5443 * progmodes/ebnf-bnf.el: Doc fix.
5444 (ebnf-repeat): Code fix.
5445
5446 * progmodes/ebnf2ps.el: Doc fix.
5447 (ebnf-syntax-directory, ebnf-syntax-file): New funs.
5448
5449 2004-02-28 Juri Linkov <juri@jurta.org>
5450
5451 * ffap.el (dired-at-point): Additional writability test for
5452 relative directory names.
5453 (dired-at-point-prompter): Treat directories as a directory, get
5454 the directory component from files.
5455 (ffap-string-at-point): Return string from region if region is active.
5456 (ffap-file-at-point): Remove redundant code.
5457
5458 2004-02-28 Kim F. Storm <storm@cua.dk>
5459
5460 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
5461 Initialize margin area images to nil.
5462 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
5463 (breakpoint-enabled-bitmap-face)
5464 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
5465 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
5466 (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
5467 (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
5468 (gdb-reset): Use gdb-remove-breakpoint-icons.
5469 (gdb-put-string): Add dprop arg to specify alternative display
5470 property (for setting fringe bitmap).
5471 (gdb-remove-strings): Doc fix.
5472 (gdb-put-breakpoint-icon): New defun which displays a breakpoint
5473 icon in fringe (if available), or else as icon or text in display
5474 margin. Creates necessary icons in breakpoint-bitmap,
5475 breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
5476 Also make left window margin if required.
5477 (gdb-remove-breakpoint-icons): New defun to remove breakpoint
5478 icons inserted by gdb-put-breakpoint-icon. Remove left margin if
5479 no longer needed.
5480 (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
5481 gdb-put-breakpoint-icon.
5482 (gdb-assembler-mode): Don't set left-margin-width here.
5483
5484 2004-02-27 Kevin Ryde <user42@zip.com.au>
5485
5486 * info-look.el: In scheme-mode symbol regexp, disallow backquote and
5487 comma, so that it DTRT in macros.
5488
5489 2004-02-27 Markus Rost <rost@mathematik.uni-bielefeld.de>
5490
5491 * progmodes/sh-script.el (sh-shell-arg)
5492 (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
5493 (sh-leading-keywords, sh-other-keywords): Fix custom type.
5494
5495 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
5496
5497 * faces.el (face-spec-set-match-display): Add a new attribute,
5498 `min-colors'.
5499 (region, highlight, secondary-selection): Use `min-colors'.
5500
5501 * custom.el (defface): Add documentation for `min-colors'.
5502
5503 * font-lock.el (font-lock-comment-face, font-lock-string-face)
5504 (font-lock-keyword-face, font-lock-function-name-face)
5505 (font-lock-variable-name-face, font-lock-constant-face):
5506 Use `min-colors'.
5507
5508 * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
5509
5510 2004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5511
5512 * progmodes/ebnf2ps.el: Doc fix. For compatibility with Emacs 20,
5513 define assq-delete-all if it's not defined.
5514 (ebnf-generate-region): Code fix.
5515
5516 * printing.el: Doc fix.
5517 (pr-version): New version number (6.7.2).
5518 (pr-command): Return empty string if command is an empty string.
5519
5520 2004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5521
5522 * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
5523
5524 * progmodes/ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New
5525 arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
5526 semi-down-full. Fix a bug on productions like test = {"test"}* | (
5527 "tt" ["test"] ). Reported by Markus Dreyer
5528 <mdreyer@ix.urz.uni-heidelberg.de>.
5529 (ebnf-version): New version number (4.0).
5530 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
5531 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
5532 (ebnf-delete-style): New commands.
5533 (ebnf-directory, ebnf-file): New funs.
5534 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
5535 (ebnf-production-name-p, ebnf-stop-on-error): New options.
5536 (ebnf-syntax-alist): New var.
5537 (ebnf-element-width): New fun replacing ebnf-list-width.
5538 (ebnf-arrow-shape, ebnf-syntax): Custom fix.
5539 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
5540 (ebnf-prologue): Adjust vars.
5541 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
5542 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
5543 (ebnf-check-style-values, ebnf-generate-production)
5544 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
5545 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
5546 (ebnf-token-repeat): Code fix.
5547
5548 * progmodes/ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc,
5549 %right, %left and %prec. Suggested by Matthew K. Junker
5550 <junker@alum.mit.edu>.
5551 (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
5552
5553 * progmodes/ebnf-iso.el: Doc fix.
5554 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
5555 (ebnf-iso-lex): Code fix.
5556
5557 * progmodes/ebnf-bnf.el: Doc fix.
5558 (ebnf-bnf-lex): Code fix.
5559
5560 * progmodes/ebnf-otz.el: Doc fix.
5561
5562 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
5563
5564 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
5565 (abbrev-prefix-mark): Doc fix.
5566
5567 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
5568
5569 * gdb-ui.el (gud-watch): Load tooltip, if necessary.
5570 (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
5571 (gdb-var-delete): Make interactive (really).
5572 (gdb-edit-value): Make non-interactive.
5573
5574 * progmodes/gud.el (gud-speedbar-menu-items):
5575 Add gdb-var-delete and, indirectly, gdb-edit-value.
5576 (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
5577 (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
5578 (gud-gdb-marker-filter): Add comment for annotations.
5579
5580 2004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk>
5581
5582 * calendar/calendar.el (generate-calendar)
5583 (calendar-read-date): Prevent display of BC calendars once more -
5584 reverts 2003-10-01 change.
5585 (generate-calendar-month): Doc fix.
5586
5587 2004-02-03 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
5588
5589 * calendar/diary-lib.el (fancy-diary-display): Don't rely on
5590 return value of increment-calendar-month.
5591
5592 2004-02-21 Stephen Compall <s11@member.fsf.org>
5593
5594 * saveplace.el (save-place-forget-unreadable-files)
5595 (save-place-save-skipped, save-place-skip-check-regexp): New vars.
5596 (save-place-forget-unreadable-files): New function.
5597 (save-place-alist-to-file): Use it to filter out files that are
5598 no longer readable.
5599
5600 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
5601 current Texinfo environment, using the same method as in
5602 `texinfo-insert-@end', and insert a space rather than a newline if
5603 point in a @table environment.
5604
5605 2004-02-21 Juri Linkov <juri@jurta.org>
5606
5607 * ffap.el (ffap-file-at-point): Try parent directories.
5608
5609 2004-02-21 Klaus Zeitler <kzeitler@lucent.com>
5610
5611 * vcursor.el (vcursor-modifiers): New defcustom.
5612 (vcursor-cs-binding): Use vcursor-modifiers instead of a
5613 hard-coded list.
5614
5615 2004-02-21 Masatake YAMATO <jet@gyve.org>
5616
5617 * play/animate.el (animate-birthday-present): Accept names other
5618 than `Sarah', too.
5619
5620 2004-02-21 Juri Linkov <juri@jurta.org>
5621
5622 * startup.el: Remove table of command line arguments from the
5623 Commentary section.
5624
5625 2004-02-20 John Wiegley <johnw@newartisans.com>
5626
5627 * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
5628 again" modifier from 'e' to 'E', since 'e' is also used by the
5629 "file extension" modifier.
5630
5631 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
5632
5633 * help-fns.el (describe-categories): Doc fix.
5634
5635 2003-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
5636
5637 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
5638 temporary file for buffer already visiting one. This change makes
5639 output likely to be directly usable by patch program.
5640 Suggested by Adrian Aichner <adrian@xemacs.org>
5641
5642 2004-02-20 Nick Roberts <nick@nick.uklinux.net>
5643
5644 * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
5645 case of variables defined in compound statements.
5646 (gdb-setup-windows, gdb-source-info, gdb-source-info):
5647 Simplify constructions using switch-to-buffer.
5648
5649 2004-02-19 Simon Josefsson <jas@extundo.com>
5650
5651 * play/morse.el: Fix typo.
5652 (morse-code): Add @.
5653
5654 2004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
5655
5656 * calendar/appt.el (appt-display-format): Change default to
5657 'ignore, for backwards compatibility.
5658 (appt-display-message): If appt-display-format is 'ignore,
5659 respect old vars appt-msg-window and appt-visible.
5660 (appt-activate): Don't depend on return value of cancel-timer.
5661
5662 * calendar/calendar.el (calendar-holidays): Doc fix.
5663
5664 * calendar/cal-coptic.el (coptic-prompt-for-date):
5665 Use assoc-string instead of assoc-ignore-case.
5666 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
5667 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
5668 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
5669 * calendar/cal-islam.el (calendar-goto-islamic-date)
5670 (mark-islamic-diary-entries): Ditto.
5671 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
5672 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
5673 (calendar-read-mayan-tzolkin-date): Ditto.
5674 * calendar/calendar.el (calendar-read-date): Ditto.
5675 * calendar/diary-lib.el (mark-diary-entries): Ditto.
5676
5677 2004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de>
5678
5679 * progmodes/executable.el (executable-command-find-posix-p):
5680 Fix choice of the directory.
5681
5682 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
5683
5684 * simple.el (interprogram-cut-function)
5685 (interprogram-paste-function, kill-new, kill-append):
5686 Doc fixes.
5687 (kill-region): Make it return nil. Doc fix.
5688 (yank-pop): Make its argument optional.
5689 (yank): Make ARG `-' equivalent to `-1'.
5690
5691 2004-02-17 Eli Zaretskii <eliz@gnu.org>
5692
5693 * mail/rmail.el (rmail-get-new-mail): Don't reference
5694 rmail-use-spam-filter if rmail-spam-filter is not loaded.
5695
5696 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
5697
5698 * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
5699 if one of global-auto-revert-non-file-buffers or autorevert-mode
5700 is non-nil.
5701
5702 2004-02-16 Eli Zaretskii <eliz@gnu.org>
5703
5704 * subr.el (delete-dups): A better implementation from Karl Heuer
5705 <kwzh@gnu.org>.
5706
5707 2004-02-16 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
5708
5709 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
5710 correct place.
5711 * progmodes/icon.el (icon-indent-command): Ditto.
5712 * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
5713
5714 2004-02-16 Eli Zaretskii <eliz@gnu.org>
5715
5716 * progmodes/grep.el (grep-compute-defaults): Undo change from
5717 2004-01-29: don't use executable-command-find-posix-p.
5718
5719 2004-02-16 Richard Sharman <rsharman@pobox.com>
5720
5721 * hilit-chg.el: Use require instead of eval-and-compile.
5722 (highlight-compare-buffers): New function.
5723
5724 2004-02-16 John Basrai <jbasrai@comcast.net> (tiny change)
5725
5726 * man.el (Man-fontify-manpage): Render section headings in
5727 `Man-overstrike-face' even when overstrike was not used by man
5728 formatter for section headings.
5729
5730 2004-02-16 Eli Tziperman <eli@deas.harvard.edu>
5731
5732 * rmail-spam-filter.el: (vm-use-spam-filter)
5733 (rsf-min-region-length-added-to-spam-list): New variables.
5734 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
5735 rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for
5736 spam testing. Don't delete spam message if automatic deletion
5737 after output via variable rmail-delete-after-output is turned on.
5738 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
5739 rsf-bbdb-dont-create-entries-for-spam.
5740 (check-field): New function, extracted from code in
5741 rmail-spam-filter to ease addition of header fields like content-type.
5742 (message-content-type): New variable to check the content-type:
5743 field added, also in defcustom of rsf-definitions-alist.
5744 (rmail-spam-filter): Replace repeated test code for header fields
5745 by calls to check-field; change the call to
5746 rmail-output-to-rmail-file such that rmail-current-message stays
5747 the same to avoid wrong deletion of unseen flags.
5748 (rsf-add-contents-type): New function to convert old format
5749 of rmail-spam-definitions-alist into new one.
5750 Change prefixes of all variables and functions from
5751 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
5752
5753 2004-02-16 Eli Zaretskii <eliz@gnu.org>
5754
5755 * loadhist.el (unload-hook-features-list): New defvar.
5756
5757 2004-02-16 Dave Love <fx@gnu.org>
5758
5759 * loadhist.el (unload-feature): Doc fix. Rename flist to
5760 unload-hook-features-list.
5761
5762 2004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
5763
5764 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
5765 cookie. Don't check if we are looking-at open-formula.
5766
5767 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
5768
5769 * subr.el (match-string-no-properties): Use substring-no-properties.
5770
5771 2004-02-16 Eli Zaretskii <eliz@gnu.org>
5772
5773 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
5774 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
5775 Use lower-case "rx" in all error message.
5776
5777 2004-02-16 Dave Love <fx@gnu.org>
5778
5779 * emacs-lisp/rx.el (rx-or): Put group around result.
5780 (rx-constituents): Add backref.
5781 (rx-syntax): Add string-delimiter, comment-delimiter.
5782 (rx-categories): Add combining-diacritic.
5783 (rx-check-not, rx-greedy, rx): Doc fix.
5784 (rx-backref, rx-check-backref): New.
5785
5786 2004-02-16 Jesper Harder <harder@ifa.au.dk>
5787
5788 * newcomment.el (uncomment-region): Allow eob as comment end.
5789
5790 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
5791
5792 * filecache.el: All message and error commands now use prefix
5793 "Filecache:" to make it easy to read *Messages* buffer.
5794
5795 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
5796
5797 * autorevert.el: Add support to detect changed dired and VC buffers.
5798 (auto-revert-active-p, auto-revert-list-diff)
5799 (auto-revert-dired-file-list, auto-revert-dired-changed-p)
5800 (auto-revert-handler, auto-revert-active-p): New functions.
5801 (auto-revert-buffers): Move revert logic to `auto-revert-handler'
5802 and `auto-revert-active-p'.
5803 (eval-when-compile): Defvar dired-directory and vc-mode.
5804 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
5805 (auto-revert-handler-vc): New functions.
5806
5807 2004-02-16 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
5808
5809 * progmodes/compile.el (compilation-directory): New defvar.
5810 (compile): Save current directory in compilation-directory.
5811 (recompile): Bind default-directory to compilation-directory if
5812 that is non-nil.
5813
5814 2004-02-16 Dave Love <fx@gnu.org>
5815
5816 * newcomment.el (comment-insert-comment-function)
5817 (comment-region-function, uncomment-region-function): New.
5818 (comment-indent): Use comment-insert-comment-function.
5819 (uncomment-region): Use uncomment-region-function.
5820 (comment-region): Use comment-region-function.
5821
5822 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
5823
5824 2004-02-16 Richard Stallman <rms@gnu.org>
5825
5826 * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
5827 loaddefs* and ldefs-boot*.
5828
5829 2004-02-16 Eli Zaretskii <eliz@gnu.org>
5830
5831 * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
5832 and email address at the beginning and end of the address.
5833
5834 * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
5835 anchored at the beginning of the email address.
5836
5837 2004-02-16 TAKAI Kousuke <tak@kmc.gr.jp> (tiny change)
5838
5839 * international/ccl.el (ccl-compile-write): Pass `left' to
5840 ccl-embed-code to generate correct code of write-expr-register.
5841
5842 2004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change)
5843
5844 * progmodes/grep.el (grep-compute-defaults): Fix typos.
5845
5846 2004-02-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5847
5848 * x-dnd.el: Mention support for Motif in commentary.
5849 (x-dnd-handle-drag-n-drop-event): Ditto.
5850
5851 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
5852
5853 * ses.el: Use "ses--" prefixes for buffer-local variables.
5854 Use (point-min) instead of 1, even when we know the buffer
5855 is unnarrowed.
5856 (ses-build-load-map): Delete. Distribute its content to defconst's for
5857 the three maps.
5858 (ses-menu, ses-header-line-menu): New menus.
5859 (ses-mode-map): Use them.
5860 (ses-read-number) New fun. Duplicates code from interactive "N" spec.
5861
5862 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
5863
5864 * Makefile.in: Fix the CC Mode recompile kludge so it works
5865 when building in a different directory.
5866
5867 2004-02-13 Luc Teirlinck <teirllm@auburn.edu>
5868
5869 * simple.el (kill-new): Put yank-handler property on the entire string.
5870
5871 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
5872
5873 * diff.el: Don't use compile any more, use diff-mode instead.
5874 (diff-regexp-alist, diff-old-file, diff-new-file)
5875 (diff-parse-differences, diff-process-setup): Remove.
5876 (diff-sentinel): New fun.
5877 (diff): Use it. Run the process ourselves.
5878 Use diff-mode for the rest of the processing.
5879
5880 * diff.el (diff): Simplify code handling `switch'.
5881
5882 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
5883
5884 * pcvs-defs.el (cvs-menu): Add `tag'.
5885
5886 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
5887
5888 * simple.el (kill-append): Doc fix.
5889
5890 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
5891 Adapt outline-regexp to the new conventions for commenting out code.
5892
5893 2004-02-11 John Paul Wallington <jpw@gnu.org>
5894
5895 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
5896
5897 2004-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
5898
5899 * diff.el (diff-switches): New fun.
5900 (diff, diff-backup): Use it.
5901 (diff): Clean up the args construction. Use backquote.
5902 Use listp instead of consp to avoid putting a nil arg.
5903 (diff): Add a revert-buffer function.
5904
5905 2004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5906
5907 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
5908 handled by x-dnd-handle-file-name.
5909 (x-dnd-known-types): Add COMPOUND_TEXT.
5910 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
5911 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
5912 x-dnd-empty-state.
5913 (x-dnd-forget-drop): Ditto.
5914 (x-dnd-save-state): Add optional parameter extra-data (for Motif).
5915 (x-dnd-handle-one-url): Return private when inserting text.
5916 (x-dnd-insert-ctext): New function.
5917 (x-dnd-handle-file-name): New function for FILE_NAME.
5918 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
5919 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
5920 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
5921
5922 2004-02-10 Kenichi Handa <handa@m17n.org>
5923
5924 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
5925 instead of while loop.
5926
5927 2004-02-10 Miles Bader <miles@gnu.org>
5928
5929 * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
5930
5931 2004-02-09 Kenichi Handa <handa@m17n.org>
5932
5933 * tar-mode.el (tar-extract): Fix for the case that a file doesn't
5934 have end-of-line.
5935
5936 2004-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
5937
5938 * Makefile.in: Added extra dependencies in the recompile target
5939 needed to cope with the compile time macro expansions in CC Mode.
5940
5941 2004-02-09 Kim F. Storm <storm@cua.dk>
5942
5943 * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
5944 (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
5945 (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
5946 (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
5947 (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
5948 (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
5949 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
5950 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
5951 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
5952 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
5953 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
5954
5955 2004-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
5956
5957 * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
5958 Don't allow shrink if there's a window on our right.
5959
5960 * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
5961 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
5962 Bring together declaration and initialization.
5963 (prolog-mode-variables): Don't set the syntax table.
5964 Don't set paragraph-start and comment-indent-function.
5965 Add /*..*/ to the comment regexps.
5966 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map.
5967 (prolog-mode-map): Don't bind TAB.
5968 (prolog-mode): Set the syntax table.
5969 (prolog-comment-indent): Remove.
5970 (inferior-prolog-mode-map): Initialize in the declaration.
5971 (inferior-prolog-mode-syntax-table)
5972 (inferior-prolog-mode-abbrev-table): New vars.
5973 (inferior-prolog-mode): Derive from comint-mode.
5974 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
5975 minibuffer windows.
5976
5977 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
5978 in file names, as long as it is unabmiguous.
5979
5980 2004-02-08 Andreas Schwab <schwab@suse.de>
5981
5982 * textmodes/reftex-toc.el
5983 (reftex-toc-load-all-files-for-promotion): Remove useless use of
5984 format. Doc fix.
5985
5986 * textmodes/refer.el (refer-find-entry-internal): Remove extra
5987 format string arguments.
5988
5989 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
5990 string argument.
5991
5992 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
5993
5994 * play/zone.el (zone-call): Fix format string.
5995
5996 * net/webjump.el (webjump-builtin): Add missing format string argument.
5997
5998 * midnight.el (midnight-delay-set): Remove extra format string argument.
5999
6000 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
6001
6002 * hexl.el (hexl-insert-char): Add missing format string argument.
6003
6004 * format.el (format-decode): Fix format string.
6005
6006 * emulation/vi.el (vi-mode): Remove extra format string argument.
6007 (vi-repeat-last-search): Likewise.
6008 (vi-reverse-last-search): Likewise.
6009 (vi-goto-mark): Likewise.
6010 (vi-reverse-last-find-char): Likewise.
6011 (vi-repeat-last-find-char): Likewise.
6012 (vi-locate-def): Likewise.
6013
6014 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
6015
6016 * ediff-util.el (ediff-toggle-read-only): Remove extra format
6017 string argument.
6018 (ediff-toggle-regexp-match): Likewise.
6019
6020 * dired-aux.el (dired-do-query-replace-regexp): Add missing
6021 format string argument.
6022
6023 * calc/calc-map.el (calc-get-operator): Remove extra format
6024 string argument.
6025
6026 * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
6027
6028 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
6029 string argument.
6030
6031 * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
6032
6033 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
6034
6035 * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
6036
6037 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
6038 (cl-struct-setf-expander): Likewise.
6039
6040 * vc.el (with-vc-file): Fix unsafe uses of error.
6041 (vc-cancel-version): Likewise.
6042
6043 2004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change)
6044
6045 * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
6046 thousands separator; fixes <class>:<line-number> regexp for
6047 non-english locales.
6048
6049 2004-02-08 Andreas Schwab <schwab@suse.de>
6050
6051 * view.el (view-mode-enable): Revert previous change.
6052
6053 2004-02-07 Kim F. Storm <storm@cua.dk>
6054
6055 * simple.el (line-number-at-pos): Rename from line-at-pos.
6056 Uses changed (what-line and vc-annotate-warp-version).
6057
6058 2004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
6059
6060 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
6061 (diff-mode): Remove aborted attempt at support for compile.el.
6062 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
6063
6064 2004-02-06 Andreas Schwab <schwab@suse.de>
6065
6066 * view.el (view-mode-enable): Add view-mode-map to
6067 minor-mode-overriding-map-alist.
6068
6069 2004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6070
6071 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
6072
6073 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
6074
6075 * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
6076 with point inside rather than after the paragraph.
6077
6078 2004-02-04 Sam Steingold <sds@gnu.org>
6079
6080 * mail/smtpmail.el (smtpmail-try-auth-methods):
6081 Do not try authentication when no mechanism is available.
6082 Pass port-name as defaultport to `netrc-machine'.
6083
6084 2004-02-04 Stephen Eglen <stephen@gnu.org>
6085
6086 * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
6087 to show how minibuffer height can be constrained.
6088
6089 2004-02-04 John Paul Wallington <jpw@gnu.org>
6090
6091 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
6092
6093 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6094
6095 * x-dnd.el: New file for drag and drop.
6096
6097 * term/x-win.el: require x-dnd, set after-make-frame-functions
6098 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
6099 drag-n-drop event.
6100
6101 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
6102 (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
6103 (dired-dnd-handle-file): New functions for drag and drop support.
6104 (dired-mode): Initialize drag and drop if x-dnd present.
6105
6106 2004-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
6107
6108 * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
6109 (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
6110 (cperl-mode): Set fill-paragraph-function.
6111 (cperl-fill-paragraph): Make it non-interactive.
6112
6113 2004-02-02 Benjamin Rutt <brutt@bloomington.in.us>
6114
6115 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
6116
6117 2004-02-02 David Kastrup <dak@gnu.org>
6118
6119 * replace.el (perform-replace): Allow 'literal argument in
6120 regexp-flag to indicate literal replacement.
6121 (query-replace-regexp-eval): Use it.
6122
6123 2004-02-01 Andreas Schwab <schwab@suse.de>
6124
6125 * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
6126
6127 2004-02-01 Stephen Eglen <stephen@gnu.org>
6128
6129 * info-look.el: Add support for maxima-mode. Update commentary
6130 because info-lookup-symbol is now bound to C-h S.
6131
6132 2004-01-31 Luc Teirlinck <teirllm@auburn.edu>
6133
6134 * simple.el (edit-and-eval-command): Bind print-level and
6135 minibuffer-history-sexp-flag around call to read-from-minibuffer.
6136 Correct initial position in command-history.
6137
6138 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
6139
6140 * files.el (read-directory-name): Adapt the docstring to recent
6141 change in Fread_file_name.
6142
6143 2004-01-30 Jonathan Yavner <jyavner@member.fsf.org>
6144
6145 * ses.el (ses-print-cell): If print format too wide for column
6146 width, truncate decimal places if that helps to avoid "#####" fill.
6147 * ses.el (ses-initial-column-width): Revert previous change.
6148
6149 2004-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
6150
6151 * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
6152 (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
6153 Add edebug info.
6154 (jit-lock-mode): Setup/cancel the new timer.
6155 (jit-lock-context-fontify): New fun. Extracted from
6156 context fontification code of jit-lock-stealth-fontify.
6157 (jit-lock-stealth-fontify): Don't do context fontification any more.
6158
6159 * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
6160 (jit-lock-fontify-now): Handle the `quit' case.
6161 (jit-lock-contextually): Rename from jit-lock-defer-contextually.
6162
6163 2004-01-29 Jari Aalto <jari.aalto@poboxes.com>
6164
6165 * progmodes/executable.el (executable-command-find-posix-p):
6166 New. Check if find handles arguments Posix-style.
6167
6168 * progmodes/grep.el (grep-compute-defaults):
6169 Use executable-command-find-posix-p.
6170 (grep-find): Check `grep-find-command'.
6171
6172 * filecache.el (file-cache-find-posix-p): Delete.
6173 (file-cache-add-directory-using-find):
6174 Use `executable-command-find-posix-p'.
6175
6176 2004-01-29 Dave Love <fx@gnu.org>
6177
6178 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
6179 Iterate the hook function if arg is given.
6180 (mark-defun, narrow-to-defun): Change order of finding the limits.
6181
6182 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
6183 (byte-compile-format-warn): New.
6184 (byte-compile-callargs-warn): Use it.
6185 (Format, message, error): Add byte-compile-format-like property.
6186 (byte-compile-maybe-guarded): New.
6187 (byte-compile-if, byte-compile-cond): Use it.
6188 (byte-compile-lambda): Compile interactive forms,
6189 just to make warnings about them.
6190
6191 2004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
6192
6193 * ses.el (ses-initial-column-width): Increase to 14, so it will
6194 work well with the default printer of "%.7g" for extreme values
6195 like "-1.234567e+07".
6196
6197 2004-01-29 Kenichi Handa <handa@m17n.org>
6198
6199 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
6200
6201 2004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
6202
6203 * dos-w32.el: Added support for the `default-printer-name' function.
6204
6205 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
6206
6207 * server.el (server-socket-name): Don't use the hostname in the
6208 socket name since /tmp is local to the host anyway.
6209
6210 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
6211 robust check of widening and fix var-naming.
6212
6213 2004-01-27 Eli Tziperman <eli@deas.harvard.edu>
6214
6215 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
6216 or rmail-spam- to rsf- in all function and variable names.
6217 (rsf-min-region-to-spam-list): New variable.
6218 (rsf-bbdb-auto-delete-spam-entries): Rename from
6219 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
6220 scanned together with the recipients field for spam testing; Don't
6221 delete spam message if rmail-delete-after-output is non-nil;
6222 (rsf-check-field): New function, extracted from code in
6223 rmail-spam-filter to ease addition of header fields like
6224 content-type:;
6225 (message-content-type): New variable. The content-type: field was
6226 added also in defcustom of rsf-definitions-alist;
6227 (rmail-spam-filter): Replace repeated test code for header fields
6228 by calls to check-field; change the call to
6229 rmail-output-to-rmail-file such that rmail-current-message stays
6230 the same to avoid wrong deletion of unseen flags.
6231 (rmail-use-spam-filter): Add autoload cookie.
6232
6233 2004-01-27 Jari Aalto <jari.aalto@poboxes.com>
6234
6235 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin.
6236 (file-cache-add-directory-using-find): Add Cygwin support.
6237 (file-cache-find-command-posix-flag): New user variable.
6238
6239 * filecache.el (file-cache-add-directory): Check for
6240 directories an remove them from dir-files.
6241
6242 2004-01-27 Richard M. Stallman <rms@gnu.org>
6243
6244 * man.el (Man-fontify-manpage): Clean up message.
6245
6246 2004-01-27 Kenichi Handa <handa@m17n.org>
6247
6248 * textmodes/paragraphs.el (sentence-end-without-space): New variable.
6249 (sentence-end): Define using sentence-end-without-space.
6250
6251 * textmodes/fill.el (fill-delete-newlines): Don't add a space if
6252 a sentence ends with one of a character in sentence-end-without-space.
6253
6254 2004-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
6255
6256 * font-lock.el (font-lock): Add jit-lock as explicit group member.
6257 (jit-lock): Group declaration moved to jit-lock.el.
6258 (toplevel): Don't explicitly require jit-lock, since it's autoloaded
6259 when necessary.
6260
6261 * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
6262 (jit-lock-context-unfontify-pos): Rename from
6263 jit-lock-first-unfontify-pos.
6264 (jit-lock-defer-buffers): Rename from jit-lock-buffers.
6265
6266 2004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk>
6267
6268 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
6269 (fortran-break-delimiters-re, fortran-no-break-re): New consts.
6270 (fortran-fill): When filling a string, adjust re-search-backward
6271 argument for special case of string just on fill-column.
6272 When filling non-string, allow one extra char if
6273 fortran-break-before-delimiters is non-nil.
6274 Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
6275 Use fortran-break-delimiters-re and fortran-no-break-re to
6276 correctly handle cases such as "**".
6277
6278 * progmodes/f90.el (f90-break-delimiters): Doc fix.
6279 (f90-no-break-re): Add some extra tokens. Doc fix.
6280
6281 2004-01-24 Thien-Thi Nguyen <ttn@gnu.org>
6282
6283 * mail/rmail-spam-filter.el:
6284 Use two semicolons as Commentary line prefix.
6285 Add ";;; Code:" stylized comment.
6286 Delete end-of-line whitespace.
6287 Wrap (require 'cl) with `eval-when-compile'.
6288
6289 2004-01-23 Benjamin Rutt <brutt@bloomington.in.us>
6290
6291 * vc.el (vc-annotate): Fix improper use of `make-local-variable'
6292 at the top level of vc.el.
6293
6294 2004-01-23 Andre Spiegel <spiegel@gnu.org>
6295
6296 * vc.el (vc-current-line): Function removed. This is now done by
6297 the new function line-at-pos in simple.el.
6298 (vc-annotate-warp-version): Use line-at-pos instead of
6299 vc-current-line.
6300
6301 2004-01-22 Kim F. Storm <storm@cua.dk>
6302
6303 * simple.el (line-at-pos): New defun.
6304 (what-line): Use it. Optimize by only counting lines in narrowed
6305 region once.
6306
6307 2004-01-22 Kenichi Handa <handa@m17n.org>
6308
6309 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
6310 point (register r1) only for charset mule-unicode-0100-24ff.
6311
6312 2004-01-21 Markus Rost <rost@mathematik.uni-bielefeld.de>
6313
6314 * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
6315 trailing white space and ensure a final newline.
6316
6317 * mail/rmail-spam-filter.el (rmail-use-spam-filter):
6318 Add autoload cookie.
6319
6320 2004-01-21 Benjamin Rutt <brutt@bloomington.in.us>
6321
6322 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
6323 activate view-mode explicitly.
6324
6325 2004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6326
6327 * term/x-win.el: Call menu-bar-enable-clipboard and make Paste
6328 use clipboard first.
6329
6330 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
6331
6332 * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work.
6333 (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
6334 (vc-mcvs-cvs): Remove.
6335 (vc-mcvs-command): Remove use of assert.
6336
6337 * outline.el (outline-insert-heading): Tighten up match.
6338 (outline-demote, outline-move-subtree-down): Don't assume anything
6339 about outline-regexp.
6340
6341 * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
6342 (texinfo-show-structure): Explicitly add ^, and simplify.
6343
6344 2004-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
6345
6346 * calendar/appt.el (appt-check): Restore usage of
6347 appt-issue-message deleted in previous change.
6348 (top-level): Activate package when loaded (needed for backwards
6349 compatibility).
6350
6351 2004-01-20 Jesper Harder <harder@ifa.au.dk>
6352
6353 * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
6354 following previous change to smtpmail-send-data.
6355
6356 2004-01-20 Benjamin Rutt <brutt@bloomington.in.us>
6357
6358 * vc.el (vc-default-previous-version): Doc enhancement.
6359 (vc-default-next-version): New function.
6360 (vc-print-log): New arg FOCUS-REV.
6361 (vc-annotate-mode): Derive from view-mode.
6362 (vc-annotate): New args REVISION, DISPLAY-MODE.
6363 (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
6364 (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
6365 (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
6366 (vc-annotate-show-diff-revision-at-line, vc-current-line)
6367 (vc-annotate-prev-version, vc-annotate-next-version): New functions.
6368
6369 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
6370
6371 2004-01-19 Karl Berry <karl@gnu.org>
6372
6373 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
6374 or "TexInfo".
6375
6376 2004-01-19 Luc Teirlinck <teirllm@auburn.edu>
6377
6378 * subr.el (delete-dups): New function.
6379
6380 2004-01-19 Karl Berry <karl@gnu.org>
6381
6382 * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
6383 with ^, since that's what texinfo-show-structure
6384 documentation says (plus it works much better in texinfo.txi).
6385
6386 2004-01-18 Jesper Harder <harder@ifa.au.dk>
6387
6388 * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
6389
6390 2004-01-18 David Ponce <david@dponce.com> (tiny change)
6391
6392 * progmodes/which-func.el (which-function-mode): Don't cancel
6393 which-func-update-timer if not set.
6394
6395 2004-01-17 Thien-Thi Nguyen <ttn@gnu.org>
6396
6397 * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
6398 Remove spurious left square bracket in XX:XXam regexp.
6399
6400 2004-01-16 Luc Teirlinck <teirllm@auburn.edu>
6401
6402 * progmodes/cc-defs.el: Do not require cl at run time.
6403
6404 2004-01-16 Richard M. Stallman <rms@gnu.org>
6405
6406 * emacs-lisp/cl.el (cl-cannot-unload): New function.
6407 (cl-unload-hook): Defvar this to run cl-cannot-unload.
6408
6409 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
6410 Call rmail-spam-filter. Delete and expunge spam.
6411 Print number of spam messages deleted.
6412 Save and restore the deletion status of old messages when reading
6413 new mail with spam filter, so that expunging spam does not expunge
6414 msgs deleted by the user.
6415 (rmail-only-expunge): Add an optional argument dont-show to
6416 prevent showing message after expunge.
6417
6418 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
6419
6420 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
6421 * subr.el (declare): New macro.
6422
6423 2004-01-15 Thien-Thi Nguyen <ttn@gnu.org>
6424
6425 * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
6426
6427 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
6428
6429 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
6430 Test window-system rather than system-type (for X11/Mac).
6431
6432 2004-01-12 Luc Teirlinck <teirllm@auburn.edu>
6433
6434 * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
6435
6436 2004-01-12 Richard M. Stallman <rms@gnu.org>
6437
6438 * mail/rmail.el (rmail-convert-to-babyl-format):
6439 Use mail-unquote-printable-region.
6440 (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
6441 (rmail-hex-char-to-integer): Functions deleted.
6442
6443 * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
6444 (mail-unquote-printable-region): New arg NOERROR.
6445 For invalid encoding, either signal an error to just return nil.
6446
6447 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
6448
6449 * calendar/appt.el: Update copyright and commentary.
6450 (appt-issue-message): Make obsolete.
6451 (appt-visible, appt-msg-window): Make obsolete, in favour of
6452 appt-display-format.
6453 (appt-display-mode-line, appt-display-duration)
6454 (appt-display-diary, appt-time-msg-list, appt-mode-string)
6455 (appt-prev-comp-time, appt-display-count, appt-timer)
6456 (appt-convert-time): Doc change.
6457 (appt-disp-window-function, appt-delete-window-function):
6458 Use defcustom rather than defvar.
6459 (appt-display-format): New variable.
6460 (appt-display-message): New function with display code from appt-check.
6461 (appt-check): Add optional FORCE argument. Doc change.
6462 Add appt-make-list to diary-hook if displaying diary.
6463 Remove checking of view-diary-entries-initially.
6464 Message display section removed to new function appt-display-message.
6465 (appt-display-window): Doc change. Remove unused internal var
6466 this-buffer. Do not beep, since appt-display-message does that.
6467 (appt-make-list): Doc change. Use caar.
6468 (appt-sort-list): Simplify by using builtin sort function.
6469 (appt-update-list): New function for updating appts when diary is
6470 saved.
6471 (appt-activate): New autoloaded function to toggle package
6472 functionality.
6473
6474 * calendar/cal-x.el: (calendar-one-frame-setup)
6475 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
6476
6477 * calendar/calendar.el: Update copyright.
6478 (view-diary-entries-initially, european-calendar-style): Doc change.
6479 (calendar-setup): Make defcustom rather than defvar.
6480 (mark-visible-calendar-date): Initialize temp-face and faceinfo
6481 in let binding so local to function.
6482
6483 * calendar/diary-lib.el: Update copyright.
6484 (diary, diary-entry-time): Doc change.
6485 (list-diary-entries): Doc change. Trivial logic change.
6486 (fancy-diary-display): Restore make-face command mistakenly
6487 deleted 2003-05-08.
6488 (show-all-diary-entries): Allow to pop-up frame if needed.
6489
6490 2004-01-09 John Paul Wallington <jpw@gnu.org>
6491
6492 * bindings.el (mode-line-change-eol): Add EVENT parameter.
6493 Temporarily select EVENT's window for changing eol type.
6494
6495 2004-01-09 Deepak Goel <deego@gnufans.org>
6496
6497 * calendar/diary-lib.el (diary-entry-time):
6498 Also accept time in the form XX[.XX][am/pm/AM/PM].
6499 (fancy-diary-font-lock-keywords): Likewise.
6500 (diary-font-lock-keywords): Likewise.
6501 * calendar/appt.el (appt-add): Likewise.
6502 (appt-make-list): Likewise.
6503 (appt-convert-time): Likewise.
6504
6505 2004-01-08 Nick Roberts <nick@nick.uklinux.net>
6506
6507 * gdb-ui.el (gdb-ann3): Revert previous change.
6508 (gdb-source-info): Allow for case of where compilation directory
6509 is not recorded.
6510
6511 2004-01-08 John Paul Wallington <jpw@gnu.org>
6512
6513 * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
6514
6515 2004-01-07 Nick Roberts <nick@nick.uklinux.net>
6516
6517 * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
6518
6519 * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
6520 (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
6521 problems.
6522 (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
6523
6524 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
6525
6526 * files.el (write-file-functions, write-contents-functions):
6527 Clarify docstrings.
6528
6529 2004-01-07 Kenichi Handa <handa@m17n.org>
6530
6531 * international/mule.el (set-auto-coding): Fix for the case that
6532 end-of-line is only CR.
6533
6534 2004-01-07 Kim F. Storm <storm@cua.dk>
6535
6536 * subr.el (event-start, event-end): Doc fix.
6537 (posn-string, posn-image): New defuns.
6538 (posn-object): Return either image or string object.
6539 (posn-object-x-y): Return 8th element of position.
6540 (posn-object-width-height): New defun.
6541
6542 2004-01-06 Andreas Schwab <schwab@suse.de>
6543
6544 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
6545 output.
6546
6547 2004-01-05 Karl Berry <karl@gnu.org>
6548
6549 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
6550 / and *, too.
6551
6552 2003-12-31 Simon Josefsson <jas@extundo.com>
6553
6554 * files.el (before-save-hook): Add.
6555 (basic-save-buffer): Use before-save-hook.
6556
6557 * emacs-lisp/copyright.el: Fix comment to recommend
6558 before-save-hook instead of write-file-functions.
6559
6560 2004-01-05 Richard M. Stallman <rms@gnu.org>
6561
6562 * finder.el (finder-commentary): Call delete-other-windows.
6563
6564 * net/ange-ftp.el (ange-ftp-file-attributes):
6565 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
6566
6567 2004-01-04 Karl Berry <karl@gnu.org>
6568
6569 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
6570 comment characters % and # in the copyright year notice,
6571 as well as ;.
6572
6573 2004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
6574
6575 * wid-edit.el (default): Define dummy :value-delete.
6576 Reported by Jesper Harder <harder@ifa.au.dk>.
6577
6578 2004-01-03 Richard M. Stallman <rms@gnu.org>
6579
6580 * progmodes/compile.el (compile-internal): Use point, not point-min,
6581 for set-window-point.
6582
6583 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
6584
6585 * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
6586
6587 * progmodes/grep.el (grep-mode-map):
6588 Don't remap next-line, previous-line.
6589
6590 2004-01-03 Eric M. Ludlam <eric@siege-engine.com>
6591
6592 * speedbar.el (speedbar-edit-line): Change regexp to position
6593 the cursor on the first character of this line's button.
6594
6595 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
6596
6597 * subr.el (functionp): Doc fix.
6598
6599 2004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change)
6600
6601 * progmodes/idlwave.el (idlwave-make-tags):
6602 * textmodes/flyspell.el (flyspell-large-region):.
6603 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
6604 * emulation/viper-util.el (viper-glob-unix-files):
6605 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
6606 * man.el (Man-init-defvars):
6607 * jka-compr.el (jka-compr-call-process):
6608 * files.el (get-free-disk-space,insert-directory):
6609 * ediff-ptch.el (ediff-test-patch-utility):
6610 * ediff-diff.el (ediff-test-utility):
6611 * dired-aux.el (dired-check-process):
6612 * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
6613 test the return value of call-process, because it can be a string.
6614
6615 2003-12-31 John Paul Wallington <jpw@gnu.org>
6616
6617 * bindings.el (completion-ignored-extensions): Add .pfsl.
6618
6619 2003-12-31 Kim F. Storm <storm@cua.dk>
6620
6621 * ido.el (ido-nonreadable-directory-p): New defun to check for
6622 nonreadable directory without activating tramp (to avoid problems
6623 with checking incomplete tramp paths).
6624 (ido-set-current-directory, ido-file-internal)
6625 (ido-file-name-all-completions1): Use it.
6626
6627 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
6628
6629 * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
6630 documentation if the anchor (or node) name is preceded by `info
6631 anchor' or `Info anchor' in addition to earlier `info node' and
6632 `Info node'.
6633 (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
6634
6635 2003-12-30 Eli Zaretskii <eliz@gnu.org>
6636
6637 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
6638 error in arguments to base64-decode-region. Remove ^M characters
6639 after decoding base64.
6640
6641 2003-12-30 Simon Josefsson <jas@extundo.com>
6642
6643 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
6644 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
6645 have only been distributed with Emacs for some years.
6646 (texinfo-mode-hook): Customize.
6647
6648 2003-12-30 Eli Zaretskii <eliz@gnu.org>
6649
6650 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
6651 cleaner (suggested by Richard Stallman).
6652
6653 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
6654 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
6655 file-name clashes on 8+3 DOS filesystems.
6656
6657 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
6658 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
6659 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
6660 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
6661 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
6662 file-name clashes on 8+3 filesystems.
6663
6664 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
6665 Renamed from testcover-unsafep.el and testcover-ses.el to avoid
6666 file-name clashes on 8+3 DOS filesystems.
6667
6668 2003-12-29 Richard M. Stallman <rms@gnu.org>
6669
6670 * mail/mail-utils.el (mail-unquote-printable-hexdigit):
6671 Upcase the character.
6672
6673 * textmodes/flyspell.el (mail-mode-flyspell-verify):
6674 Search for header separator alone on a line, literally,
6675 and search for it backward, not forward.
6676 (flyspell-abbrev-table): Always use global-abbrev-table
6677 if there is no local one.
6678
6679 * progmodes/sh-script.el (sh-get-indent-info):
6680 Don't move point back if at bob.
6681
6682 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
6683
6684 * play/handwrite.el (handwrite): Make the handwrite credit message
6685 a comment rather than an output command.
6686
6687 * obsolete/sc.el: Display message that this file is obsolete.
6688
6689 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
6690
6691 * mail/rfc822.el (rfc822-address-start): Declare variable.
6692 Renamed from address-start. All uses changed.
6693
6694 * term.el (term-exec): Set up sentinel.
6695 (term-sentinel): New function.
6696 (term-handle-exit): New function.
6697
6698 * subr.el (assoc-ignore-case, assoc-ignore-representation):
6699 Use assoc-string, and mark them obsolete.
6700 (delay-mode-hooks): Mark as permanent local.
6701
6702 * simple.el (sendmail-user-agent-compose): Use assoc-string.
6703
6704 * register.el (copy-rectangle-to-register): Doc fix.
6705
6706 * info.el (Info-insert-dir): Use assoc-string.
6707
6708 * info-look.el (info-lookup): Use assoc-string.
6709
6710 * frame.el (pop-up-frame-function): Use quote, not `function'.
6711 (frame-notice-user-settings): Calculate ADJUSTED-TOP
6712 copying with lists as coordinate values.
6713
6714 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
6715
6716 * find-dired.el (kill-find): New command.
6717 (find-dired): Make buffer read-only.
6718 Set up a keymap with C-c C-k running kill-find.
6719 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
6720
6721 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
6722
6723 * filecache.el (file-cache-ignore-case): New variable.
6724 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
6725
6726 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
6727 (comint-dynamic-complete-as-filename): Rename local vars.
6728 (comint-dynamic-list-filename-completions): Likewise.
6729
6730 * comint.el (comint-dynamic-list-completions-config): New var.
6731 (comint-dynamic-list-completions): Handle both SPC and TAB right.
6732
6733 * comint.el (comint-file-name-chars): Add [].
6734 (comint-word): Use skip-chars-backward, not search.
6735
6736 * shell.el (shell-file-name-chars): Add [].
6737
6738 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
6739
6740 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
6741
6742 * generic.el (define-generic-mode): Doc fix.
6743
6744 2003-12-29 Eli Zaretskii <eliz@gnu.org>
6745
6746 * files.el (kill-some-buffers): Doc fix.
6747
6748 2003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
6749
6750 * comint.el (comint-watch-for-password-prompt): Pass `string' as
6751 arg to send-invisible
6752 (send-invisible): Doc fix. The argument is now a prompt, not the
6753 string to send.
6754 (comint-read-noecho): Doc fix.
6755
6756 2003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
6757
6758 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
6759 "@", as required by some ISP hosting service. Fix defcustom
6760 argument syntax errors that prevented use of customization.
6761
6762 2003-12-29 Eli Zaretskii <eliz@gnu.org>
6763
6764 * xml.el (xml-get-attribute-or-nil): Doc fix.
6765
6766 2003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
6767
6768 * net/zone-mode.el (zone-mode): Use write-file-functions, not
6769 write-file-hooks.
6770
6771 2003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
6772
6773 * autorevert.el (auto-revert-interval): Doc fix.
6774
6775 2003-12-29 Mark A. Hershberger <mah@everybody.org>
6776
6777 * xml.el (xml-get-attribute-or-nil): New function, like
6778 xml-get-attribute, but returns nil if the attribute was not found.
6779 (xml-get-attribute): Convert to defsubst, uses
6780 xml-get-attribute-or-nil.
6781
6782 2003-12-29 Eli Zaretskii <eliz@gnu.org>
6783
6784 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
6785
6786 2003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
6787
6788 * custom.el (custom-declare-theme): Use `value' when putting
6789 properties on `theme'.
6790
6791 2003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
6792
6793 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
6794 for each yank-handler segment.
6795 (insert-for-yank-1): New function, with the body of the previous
6796 insert-for-yank.
6797
6798 * textmodes/table.el (table-yank-handler): New defcustom.
6799 (table--put-cell-indicator-property): Put yank-handler property
6800 that indicates the yank handler for the table cell.
6801
6802 2003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
6803
6804 * generic-x.el (etc-modules-conf-generic-mode): A more complete
6805 set of keywords.
6806
6807 2003-12-29 Eli Zaretskii <eliz@gnu.org>
6808
6809 * international/mule-cmds.el (reset-language-environment)
6810 (set-language-environment): Don't invoke fontset-related functions
6811 if fontset-list is not fboundp.
6812
6813 2003-12-29 Kenichi Handa <handa@m17n.org>
6814
6815 * international/mule-cmds.el (reset-language-environment):
6816 Call set-overriding-fontspec-internal with nil.
6817 (set-language-environment): Call set-overriding-fontspec-internal
6818 if the language environment specify `overriding-fontspec'.
6819 (language-info-alist): Doc added.
6820
6821 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
6822 characters of mule-unicode-0100-24ff.
6823 (ccl-encode-windows-1251-font): New CCL program.
6824 ("Bulgarian"): Specify overriding-fontspec.
6825 ("Belarusian"): Likewise.
6826
6827 2003-12-28 Sam Steingold <sds@gnu.org>
6828
6829 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
6830 parameter ID-FORMAT to conform with the 2003-11-30 patch.
6831
6832 2003-12-28 Nick Roberts <nick@nick.uklinux.net>
6833
6834 * progmodes/gud.el (gud-gdb-command-name): Set default to
6835 "gdb --annotate=3".
6836 (gud-gdb-marker-filter): Look out for annotations.
6837 (gdb-first-pre-prompt): New variable.
6838 Remove trailing white space.
6839
6840 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
6841 if necessary.
6842 (gdb-ann3): New function. Initialise M-x gdb as for M-x gdba if
6843 annotations are detected.
6844 (gud-gdba-marker-filter): Use global variable gud-marker-acc
6845 instead of a local one to allow transition from
6846 gud-gdb-marker-filter.
6847 Remove trailing white space.
6848
6849 2003-12-27 Kim F. Storm <storm@cua.dk>
6850
6851 * ido.el: Handle non-readable directories.
6852 (ido-decorations): Add 9th element for non-readable directory.
6853 (ido-directory-nonreadable): New dynamic var.
6854 (ido-set-current-directory): Set it.
6855 (ido-read-buffer, ido-file-internal):
6856 (ido-read-file-name, ido-read-directory-name): Let-bind it.
6857 (ido-file-name-all-completions1): Return empty list for
6858 non-readable directory.
6859 (ido-exhibit): Print [Not readable] if directory is not readable.
6860 (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
6861 (ido-read-file-name, ido-file-internal, ido-read-directory-name):
6862 Use it.
6863
6864 2003-12-27 Lars Hansen <larsh@math.ku.dk>
6865
6866 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
6867 calls to directory-files-and-attributes and file-attributes.
6868 (ls-lisp-format): Remove system dependent handling of user and
6869 group id's.
6870
6871 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
6872
6873 * ffap.el (ffap-read-file-or-url): Revert previous change.
6874
6875 2003-12-25 Robert J. Chassell <bob@rattlesnake.com>
6876
6877 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
6878 new list of included files called `files-with-node-lines', that
6879 only have node lines. This way @include commands can include any
6880 file, such as version and update files without node lines, not
6881 just files that are chapters.
6882
6883 2003-12-25 Andreas Schwab <schwab@suse.de>
6884
6885 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
6886 file not found.
6887
6888 2003-12-08 Miles Bader <miles@gnu.org>
6889
6890 * dired.el (dired-between-files): Always use dired-move-to-filename,
6891 which is more robust in non-english locales.
6892
6893 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
6894
6895 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
6896
6897 2003-12-24 Andreas Schwab <schwab@suse.de>
6898
6899 * shell.el (shell-file-name-quote-list): Add backslash.
6900
6901 * comint.el (comint-quote-filename): Correctly handle backslash
6902 in comint-file-name-quote-list.
6903
6904 2003-12-24 Kenichi Handa <handa@m17n.org>
6905
6906 * international/mule-cmds.el (set-default-coding-systems):
6907 Call ucs-set-table-for-input for all buffers that don't have local
6908 value of buffer-file-coding-system.
6909
6910 * international/ucs-tables.el (ucs-set-table-for-input):
6911 If translation-table-for-encode is a symbol, get its
6912 translation-table property.
6913
6914 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
6915
6916 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
6917 to `completing-read' on a recently fixed bug.
6918
6919 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
6920 instead of SPACE, to get the list of possible fringe modes.
6921 SPACE only works if both `partial-completion-mode' and
6922 `completion-auto-help' are nil.
6923
6924 * complete.el (PC-is-complete-p): Delete.
6925 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
6926 calls to `test-completion'.
6927
6928 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
6929
6930 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
6931 to edit values when there are no children.
6932
6933 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
6934 a mode called "Assembler" already exists.
6935 (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
6936 (gud-watch): Use format option. Remove font properties from string.
6937 (gdb-var-create-handler, gdb-var-list-children-handler):
6938 Don't bother about properties as there are none.
6939 (gdb-var-create-handler, gdb-var-list-children-handler)
6940 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
6941 with two arguments.
6942 (gdb-var-evaluate-expression-handler, gdb-post-prompt):
6943 Let speedbar show value changes with a different font.
6944 (gdb-edit-value): New defun.
6945 (gdb-clear-partial-output, gdb-clear-inferior-io)
6946 (def-gdb-auto-update-handler): Use erase-buffer.
6947 (gdb-frame-handler): Display watch expressions in
6948 FUNCTION::VARIABLE format if required.
6949
6950 2003-12-23 John Paul Wallington <jpw@gnu.org>
6951
6952 * info.el (Info-unescape-quotes, Info-split-parameter-string)
6953 (Info-goto-emacs-command-node): Doc fixes.
6954
6955 2003-12-12 Jesper Harder <harder@ifa.au.dk>
6956
6957 * cus-edit.el (custom-add-parent-links): Define "many".
6958
6959 2003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
6960
6961 * wid-edit.el (widget-child-value-get, widget-child-value-inline)
6962 (widget-child-validate, widget-type-value-create)
6963 (widget-type-default-get, widget-type-match): New functions.
6964 (lazy): New widget.
6965 (menu-choice, checklist, radio-button-choice, editable-list)
6966 (group, documentation-string): Remove redundant (per 2003-10-25
6967 change) calls to `widget-children-value-delete'.
6968 (widget-choice-value-get, widget-choice-value-inline): Remove.
6969 (menu-choice): Update widget.
6970
6971 2003-12-03 Kenichi Handa <handa@m17n.org>
6972
6973 * language/cyrillic.el: Register "microsoft-cp1251" in
6974 ctext-non-standard-encodings-alist.
6975 ("Bulgarian"): Add ctext-non-standard-encodings.
6976 ("Belarusian"): Likewise.
6977
6978 * international/mule-conf.el (compound-text-with-extensions):
6979 Change the type to 2 (iso-2022 base).
6980
6981 * international/mule.el (ctext-non-standard-encodings-alist):
6982 Change the format.
6983 (ctext-non-standard-encodings): New variable.
6984 (ctext-post-read-conversion): Fully re-written.
6985 (ctext-non-standard-designations-alist): Delete it.
6986 (ctext-non-standard-encodings-table): New function.
6987 (ctext-pre-write-conversion): Fully re-written.
6988
6989 2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
6990
6991 * cus-edit.el (custom-add-parent-links): Add documentation links
6992 for parent, if the item has none of its own.
6993
6994 2003-11-30 Richard M. Stallman <rms@gnu.org>
6995
6996 * dired-aux.el (dired-do-query-replace-regexp):
6997 Report files visited read-only.
6998
6999 2003-11-30 Juri Linkov <juri@jurta.org>
7000
7001 * dired-aux.el (dired-compare-directories): New command.
7002 (dired-file-set-difference, dired-files-attributes): New functions.
7003
7004 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
7005 Version 2.0.38 of Tramp released.
7006
7007 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
7008 Charles Curley <charlescurley@charlescurley.com>.
7009 (tramp-multi-connection-function-alist): Add ssht entry which adds
7010 "-e none -t -t" to the list of ssh args. Suggested by Adrian
7011 Aichner.
7012 (tramp-get-method-parameter): New function to retrieve a method
7013 parameter. This allows for omission of method parameters.
7014 Callers adjusted.
7015
7016 2003-11-30 Michael Albinus <Michael.Albinus@alcatel.de>
7017
7018 * net/tramp.el: Add new optional parameter ID-FORMAT to
7019 `file-attributes'. Calls of `file-attributes' won't use this
7020 parameter for backward compatibility reasons.
7021 (tramp-perl-file-attributes): Add a new parameter to Perl script
7022 in order to handle uid/gid as strings, if desired.
7023 (tramp-handle-file-truename, tramp-handle-file-symlink-p):
7024 Apply `file-attributes' instead of `tramp-handle-file-attributes' in
7025 order to make the function more general.
7026 (tramp-handle-file-attributes): Replace proprietary optional
7027 parameter NONNUMERIC by the recently (Emacs 21.4) introduced ID-FORMAT.
7028 (tramp-handle-file-attributes-with-perl): Handle parameter
7029 NONNUMERIC if set. This wasn't done in the past.
7030 (tramp-post-connection): Apply second parameter "$2" if
7031 `tramp-remote-perl' is called.
7032
7033 * net/tramp-smb.el (tramp-smb-handle-delete-file):
7034 Correct cut'n'waste error (`filename' instead of `directory').
7035 (tramp-smb-handle-directory-files-and-attributes)
7036 (tramp-smb-handle-file-attributes): Add recently (Emacs 21.4)
7037 introduced parameter ID-FORMAT.
7038 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
7039 error (`directory' instead of `ldir').
7040
7041 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
7042 `file-attributes' has a second parameter. If yes, apply it with
7043 value "'integer". Otherwise, don't use that parameter (default is
7044 integer format).
7045
7046 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
7047
7048 * help.el (help-map): Bind `display-local-help' to `C-h .'.
7049 (help-for-help): Add `C-h .' to the listed Help options.
7050 Remove trailing whitespace.
7051
7052 * help-at-pt.el: New file.
7053
7054 2003-11-30 Jonathan Yavner <jyavner@member.fsf.org>
7055
7056 * subr.el (noreturn, 1value): New macros for test coverage.
7057 See `testcover.el'.
7058
7059 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
7060
7061 * emacs-lisp/testcover.el (testcover-reinstrument): Special case
7062 for macro `1value'.
7063 (testcover-1value): New function. Checks that a 1value form
7064 actually returns only one value. Requested by RMS.
7065
7066 2003-11-29 Nick Roberts <nick@nick.uklinux.net>
7067
7068 * gdb-ui.el (gud-watch, gdb-var-create-handler)
7069 (gdb-var-list-children, gdb-var-list-children-handler)
7070 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
7071 gdb commands that use mi to keep them out of the command history.
7072
7073 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7074
7075 * cus-start.el (all): Add use-file-dialog.
7076
7077 2003-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
7078
7079 * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
7080
7081 2003-11-27 Kim F. Storm <storm@cua.dk>
7082
7083 * subr.el (posn-object-x-y): New defun.
7084
7085 2003-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
7086
7087 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
7088 Don't use `space' for \\\n.
7089 Be more selective as to which # are comment-starters.
7090
7091 2003-11-26 Luc Teirlinck <teirllm@auburn.edu>
7092
7093 * subr.el (number-sequence): Improve handling of floating point
7094 arguments (suggested by Kim Storm). Allow negative arguments.
7095
7096 2003-11-26 Kenichi Handa <handa@m17n.org>
7097
7098 * international/mule-cmds.el (standard-display-european-internal):
7099 Cancel the standard-display-table setting for ` and '.
7100
7101 2003-11-26 Kim F. Storm <storm@cua.dk>
7102
7103 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
7104 New defcustoms to add ffap-like functionality to ido.
7105 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
7106 (ido-no-final-slash): New defun.
7107 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
7108 (ido-read-file-name): ): Toggle VC checking via
7109 vc-handled-backends instead of vc-master-templates.
7110 (ido-file-internal): Handle ido-use-url-at-point and
7111 ido-use-filename-at-point via code borrowed from ffap-guesser.
7112 Handle new ido-exit code ffap.
7113 (ido-sort-list): Ignore final slash when sorting file names.
7114
7115 2003-11-25 Kim F. Storm <storm@cua.dk>
7116
7117 * emulation/cua-base.el (cua--standard-movement-commands):
7118 Add forward-sentence and backward-sentence.
7119
7120 2003-11-25 Stephen Eglen <stephen@gnu.org>
7121
7122 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
7123 iswitchb-exit is set to 'usefirst when user selects buffer at head
7124 of list using RET. (Selecting buffers at the head of the list was
7125 broken if the substring was also a complete buffername.)
7126
7127 2003-11-23 Kim F. Storm <storm@cua.dk>
7128
7129 * progmodes/compile.el (grep-command, grep-use-null-device)
7130 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
7131 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
7132 (grep-regexp-alist, grep-program, find-program)
7133 (grep-find-use-xargs, grep-history, grep-find-history)
7134 (grep-process-setup, grep-compute-defaults)
7135 (grep-default-command, grep, grep-tag-default, grep-find)
7136 (grep-expand-command-macros, grep-tree-last-regexp)
7137 (grep-tree-last-files, grep-tree): Move grep variables, functions
7138 and commands to new file grep.el.
7139 (compilation-mode-map): Remove grep commands from Compile sub-menu.
7140 (compilation-process-setup-function): Doc fix.
7141 (compilation-highlight-regexp, compilation-highlight-overlay): New
7142 defvars used for highlighting current compile error in source buffer.
7143 (compile-internal): New optional args HIGHLIGHT-REGEXP and
7144 LOCAL-MAP which overrides compilation-highlight-regexp and
7145 compilation-mode-map for this compilation.
7146 Delay calling compilation-set-window-height until after running
7147 compilation-process-setup-function so it can buffer-local override
7148 compilation-window-height.
7149 Check buffer-local value of compilation-scroll-output.
7150 (compilation-set-window-height): Use buffer-local value of
7151 compilation-window-height.
7152 (compilation-revert-buffer): Don't pass (undefined)
7153 preserve-modes arg to revert-buffer.
7154 (next-error-no-select, previous-error-no-select): New commands.
7155 (compilation-goto-locus): Temporarily highlight current match in
7156 source buffer using compilation-highlight-regexp.
7157
7158 * progmodes/grep.el: New file with grep code from compile.el.
7159 (grep): New defcustom group.
7160 (grep-window-height): New defcustom, like compilation-window-height.
7161 (grep-auto-highlight): New defcustom, like compile-auto-highlight.
7162 (grep-scroll-output): New defcustom, like compilation-scroll-output.
7163 (grep-command, grep-use-null-device, grep-find-command)
7164 (grep-tree-files-aliases, grep-tree-ignore-case)
7165 (grep-tree-ignore-CVS-directories): Move to grep custom group.
7166 (grep-setup-hook): New hook variable.
7167 (grep-mode-map): New keymap for grep commands. Add Grep menu.
7168 (grep-last-buffer): New defvar, override compilation-last-buffer.
7169 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
7170 Call compile-internal with args highlight-regexp and grep-mode-map.
7171
7172 2003-11-23 Kim F. Storm <storm@cua.dk>
7173
7174 * subr.el (event-start, event-end): Doc fix.
7175 (posn-window, posn-x-y, posn-timestamp): Simplify doc.
7176 (posn-area, posn-actual-col-row, posn-object): New defuns.
7177 (posn-col-row): Simplify doc. Rewrite to use cond.
7178 (posn-point): Also return buffer position for events outside text
7179 area (that info is now present in the event position).
7180
7181 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
7182 mouse-set-point so that hscroll still works now that clicks on
7183 fringes generate specific mouse events.
7184 (mouse-set-point): Note that it now works in fringes and margins
7185 too due to new semantics of posn-point in fringes and margins.
7186
7187 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
7188 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
7189
7190 2003-11-20 Kim F. Storm <storm@cua.dk>
7191
7192 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
7193 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
7194 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
7195 to 100 for icons to avoid increasing line height when shown.
7196
7197 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
7198
7199 * newcomment.el (comment-normalize-vars): Initialize properly if
7200 comment-start was nil.
7201
7202 2003-11-19 Andreas Schwab <schwab@suse.de>
7203
7204 * simple.el (set-variable): Fix indentation.
7205
7206 2003-11-17 Kenichi Handa <handa@m17n.org>
7207
7208 * international/latin1-disp.el (latin1-display-ucs-per-lynx):
7209 Fix docstring.
7210
7211 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
7212
7213 * international/latin1-disp.el (latin1-display): Fix docstring.
7214
7215 2003-11-16 John Wiegley <johnw@newartisans.com>
7216
7217 * eshell/em-ls.el (eshell-ls-file): There are times with
7218 size-width is nil and uncomputed (when directories are created in
7219 dired, for example); in this case, 4 is reasonable default value,
7220 although it may caused skewed new entries (which could be avoided
7221 by returning the original value of 8 in all cases, but 99% of the
7222 time this is a waste of whitespace).
7223
7224 2003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
7225
7226 * cc-engine.el (c-guess-continued-construct)
7227 (c-guess-basic-syntax): Check a little more carefully if it's a
7228 function declaration when an unknown construct followed by a block
7229 is found inside a statement context. This avoids macros followed
7230 by blocks to be taken as function declarations.
7231
7232 (c-guess-continued-construct): Change the analysis of a statement
7233 continuation with a brace open to `substatement-block', for
7234 consistency with recognized statements.
7235
7236 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
7237 start is in a position so that `c-beginning-of-statement-1' jumped
7238 to the beginning of the same statement.
7239
7240 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
7241 Don't accept binary operators in the arglist if we're in a function
7242 call context, i.e. if `c-restricted-<>-arglists' is set. That avoids
7243 template recognition in cases like "if (a < b || c > d)".
7244
7245 (c-restricted-<>-arglists): New more appropriate name for
7246 `c-disallow-comma-in-<>-arglists'.
7247
7248 Accessing functions updated for the variable name change.
7249
7250 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
7251 match data could get clobbered if NOT-INSIDE-TOKEN is used.
7252
7253 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
7254 labels.
7255
7256 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
7257 instead of duplicating parts of it. This fixes bogus label
7258 recognition.
7259
7260 * cc-align.el (c-gnu-impose-minimum): Revert to the old method
7261 of checking the context in which to apply the minimum indentation,
7262 so that it isn't enforced in e.g. namespace blocks.
7263
7264 * cc-vars.el (c-inside-block-syms): New constant used by
7265 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
7266 to somewhat reduce the risk of becoming stale.
7267
7268 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
7269 cc-cmds to cc-engine to allow use from cc-align.
7270
7271 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
7272 qualified identifiers containing "::".
7273
7274 * cc-defs.el (c-make-keywords-re): Add kludge for bug in
7275 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
7276
7277 * cc-vars.el (c-emacs-features): Use a space in front of the name
7278 of the temporary buffer. That also avoids dumping problems in
7279 XEmacs due to undo info being left around after the buffer is killed.
7280
7281 * cc-engine.el (c-in-knr-argdecl): Look closer at the function
7282 arglist to see if it's a K&R style declaration.
7283
7284 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
7285 before returning `knr-argdecl-intro'.
7286
7287 2003-11-16 John Wiegley <johnw@newartisans.com>
7288
7289 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
7290 field in a long-listing always 8 characters, use `size-width',
7291 which has already been computed.
7292
7293 2003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
7294
7295 * subr.el (minor-mode-list): Add `hs-minor-mode'.
7296
7297 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
7298
7299 * diff-mode.el (diff-hunk-prev, diff-hunk-next):
7300 Support operation while narrowed, with `diff-restrict-view'.
7301
7302 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
7303
7304 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7305 Take additional optional arg NARROWFUN. For the generated functions:
7306 Add local var `was-narrowed-p'. Also, if NARROWFUN is specified,
7307 include frags that arrange to check for and save narrowing state before
7308 the move and then conditionally call NARROWFUN after the move.
7309
7310 2003-11-14 John Wiegley <johnw@newartisans.com>
7311
7312 * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
7313 that was optional, but obviously missing based on surrounding code.
7314
7315 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
7316 string arguments to numbers unless the whole argument was seen as
7317 a number.
7318
7319 2003-11-14 Kenichi Handa <handa@m17n.org>
7320
7321 * international/mule.el (ctext-non-standard-encodings-alist):
7322 Fix coding systems.
7323
7324 2003-11-10 Kenichi Handa <handa@m17n.org>
7325
7326 * language/kannada.el ("Kannada"): Add sample-text.
7327
7328 * language/knd-util.el (kannada-compose-region)
7329 (kannada-compose-string, kannada-post-read-conversion):
7330 Add autoload cookie.
7331
7332 * international/quail.el (quail-completion): Change the message
7333 "corresponding translations" to "corresponding characters".
7334
7335 2003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
7336
7337 * descr-text.el (describe-char): Fix typo.
7338
7339 2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
7340
7341 These changes are to support Kannada language/script.
7342
7343 * Makefile.in (DONTCOMPILE): Add kannada.el.
7344
7345 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
7346
7347 * loadup.el: Preload kannada.el.
7348
7349 * language/ind-util.el (ucs-kannada-to-is13194-alist)
7350 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
7351 New variables.
7352
7353 * language/kannada.el: New file.
7354
7355 * language/knd-util.el: New file.
7356
7357 2003-11-07 Andreas Schwab <schwab@suse.de>
7358
7359 * progmodes/autoconf.el (autoconf-font-lock-keywords):
7360 Also highlight AH_*.
7361
7362 * xml.el (xml-parse-dtd): Fix misplaced paren.
7363
7364 2003-11-07 Kenichi Handa <handa@m17n.org>
7365
7366 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
7367
7368 2003-11-05 Juri Linkov <juri@jurta.org>
7369
7370 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
7371 (desktop-buffer-file): Use saved buffer-file-coding-system
7372 for file reading. Set auto-insert to nil to prevent automatic
7373 insertion into restored empty files.
7374
7375 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
7376
7377 * files.el (risky-local-variable-p): Make second argument optional.
7378
7379 2003-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
7380
7381 * subr.el (add-hook): Fix last change.
7382
7383 2003-11-03 Eli Zaretskii <eliz@gnu.org>
7384
7385 * mail/rmail.el (rmail-convert-to-babyl-format):
7386 If base64-decode-region signals an error, catch it and silently
7387 ignore it.
7388
7389 2003-11-01 Mark A. Hershberger <mah@everybody.org>
7390
7391 * xml.el (xml-parse-region): Allow comments to appear after the
7392 topmost element has closed.
7393 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
7394 (xml-ns-expand-attr): New functions to do namespace handling.
7395 (xml-intern-attrlist): Back-compatible handling of attribute names.
7396 (xml-parse-tag): Move namespace handling to separate functions.
7397 Now produces elements in the form ((:ns . "element") (attr-list)
7398 children) instead of ('ns:element (attr-list) children).
7399 (xml-parse-attlist): Fix attribute parsing.
7400 (xml-parse-dtd): Change parsing so that it produces strings
7401 instead of interned symbols.
7402
7403 2003-11-01 era@iki.fi <era@iki.fi> (tiny change)
7404
7405 * dired.el (dired-ls-sorting-switches): Doc fix.
7406
7407 2003-11-01 Oliver Scholz <epameinondas@gmx.de>
7408
7409 * emacs-lisp/rx.el (rx-or): Fix the case of
7410 "(rx (and ?a (or ?b ?c) ?d))".
7411
7412 2003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
7413
7414 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
7415 (texinfo-format-region): Use it.
7416 (texinfo-format-buffer-1): Ditto.
7417
7418 2003-11-01 Alan Mackenzie <acm@muc.de>
7419
7420 Changes to allow scrolling whilst in isearch mode:
7421 * isearch.el (isearch-unread-key-sequence): New function,
7422 extracted from isearch-other-meta-char.
7423 (top level): (put 'foo 'isearch-scroll) on all Emacs's
7424 "scrollable" standard functions.
7425 (isearch-allow-scroll): New customizable variable.
7426 (isearch-string-out-of-window, isearch-back-into-window)
7427 (isearch-reread-key-sequence-naturally)
7428 (isearch-lookup-scroll-key): New functions.
7429 (isearch-other-meta-char): Doc string and functionality enhanced.
7430 Now accepts a prefix argument.
7431 (isearch-lazy-highlight-window-end): New variable.
7432 (isearch-lazy-highlight-new-loop): Pay attention to the window's
7433 end (thru isearch-lazy-highlight-window-end), not only its start.
7434
7435 * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
7436 (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
7437 (universal-argument, universal-argument-more, negative-argument)
7438 (digit-argument, universal-argument-other-key): Minor changes.
7439
7440 2003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
7441
7442 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
7443 recursively if the last message is deleted, thus avoiding an
7444 infinite loop.
7445
7446 2003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
7447
7448 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
7449 (tex-main-file): Don't add .tex if the extension is already present.
7450 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
7451
7452 2003-10-29 Lute Kamstra <lute@gnu.org>
7453
7454 * progmodes/octave-inf.el (inferior-octave-prompt):
7455 Recognize version number in prompt.
7456
7457 2003-10-28 Dave Love <fx@gnu.org>
7458
7459 * international/characters.el: Fix some Unicode ranges.
7460
7461 2003-10-28 Kenichi Handa <handa@m17n.org>
7462
7463 * disp-table.el (standard-display-8bit)
7464 (standard-display-default, standard-display-ascii)
7465 (standard-display-g1, standard-display-graphic)
7466 (standard-display-underline): Assure that standard-display-table
7467 is a display table.
7468
7469 2003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
7470
7471 * simple.el (reindent-then-newline-and-indent): Delete space *after*
7472 reindenting the first line.
7473
7474 2003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
7475
7476 * wid-edit.el (widget-default-delete): Always delete child widgets.
7477
7478 2003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
7479
7480 * newcomment.el (comment-indent): Don't call indent-according-to-mode
7481 if the line has code.
7482 Don't try to line up with something that's too far left.
7483
7484 * progmodes/octave-mod.el (octave-comment-start): Simplify.
7485 (octave-mode-syntax-table): Add % as a comment starter.
7486 (octave-point): Remove.
7487 (octave-in-comment-p, octave-in-string-p)
7488 (octave-not-in-string-or-comment-p, calculate-octave-indent)
7489 (octave-blink-matching-block-open, octave-auto-fill):
7490 Use line-(beginning|end)-position instead.
7491
7492 2003-10-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
7493
7494 * emacs-lisp/authors.el (authors-aliases): Add correct realname
7495 for Francesco Potort\e,Al\e(B.
7496
7497 2003-10-23 Dave Love <fx@gnu.org>
7498
7499 * international/mule-cmds.el (locale-charset-to-coding-system):
7500 Don't rely on nil being a coding system.
7501
7502 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
7503 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
7504 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
7505
7506 2003-10-21 Nick Roberts <nick@nick.uklinux.net>
7507
7508 * gdb-ui.el (gdb-current-language): New variable.
7509 (gdb-update-flag): Remove variable.
7510 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
7511 (gdb-take-last-elt): Remove function.
7512 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
7513 (gdb-post-prompt): Check for variable object changes here.
7514
7515 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
7516 object changes in gdb-ui.el.
7517
7518 2003-10-21 Richard M. Stallman <rms@gnu.org>
7519
7520 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
7521
7522 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
7523 Don't check for foo*/ wildcard form here.
7524 (insert-directory): Recognize foo*/ as a wildcard.
7525 Separate wildcard-regexp variable from the arg, wildcard.
7526
7527 * subr.el (add-hook): Correctly detect when make-local-hook was used.
7528 (remove-hook): Correctly handle strange cases about local hooks.
7529
7530 2003-10-21 David Ponce <david@dponce.com>
7531
7532 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
7533 argument REAL, to return a real number instead of a rounded
7534 integer value. Define as inline function.
7535 (ruler-mode-right-fringe-cols): Likewise.
7536 (ruler-mode-scroll-bar-cols): New function.
7537 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
7538 (ruler-mode-right-scroll-bar-cols): Likewise.
7539 (ruler-mode-space): New function.
7540 (ruler-mode-ruler): Use it. Handle variations of fringe style,
7541 scroll bar mode and margins in a more robust way.
7542
7543 2003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
7544
7545 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
7546 (antlr-c-init-language-vars): New function.
7547 (antlr-mode): Use it with cc-mode before v5.29.
7548 (antlr-c-common-init): Don't set some local vars here.
7549 (antlr-mode): Set them here.
7550 (antlr-c-forward-sws): New function alias.
7551 (antlr-mode): Redefine with cc-mode before v5.30.
7552 (antlr-skip-sexps): Use it.
7553 (antlr-skip-exception-part): Ditto.
7554 (antlr-skip-file-prelude): Ditto.
7555 (antlr-outside-rule-p): Ditto.
7556 (antlr-end-of-body): Ditto.
7557 (antlr-option-kind): Ditto.
7558 (antlr-insert-option-area): Ditto.
7559 (antlr-file-dependencies): Ditto.
7560
7561 2003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7562
7563 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
7564 Move backward only if point was not inside an entry.
7565
7566 2003-10-21 Richard M. Stallman <rms@gnu.org>
7567
7568 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
7569
7570 2003-10-21 Juri Linkov <juri@jurta.org>
7571
7572 * compare-w.el: Automatically skip non-matching text to resync.
7573 (compare-windows-whitespace): Doc fix.
7574 (compare-windows-sync, compare-windows-sync-string-size)
7575 (compare-windows-recenter, compare-ignore-whitespace)
7576 (compare-windows-highlight, compare-windows-face): New variables.
7577 (compare-windows): Use compare-windows-sync.
7578 (compare-windows-highlight, compare-windows-dehighlight)
7579 (compare-windows-sync-regexp)
7580 (compare-windows-sync-default-function): New functions.
7581
7582 2003-10-21 Juri Linkov <juri@jurta.org>
7583
7584 * diff.el (diff-parse-differences): Don't visit the files now;
7585 instead, just record the error locus.
7586
7587 2003-10-21 Dave Love <fx@gnu.org>
7588
7589 * progmodes/cfengine.el: New file.
7590
7591 2003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
7592
7593 * complete.el (PC-do-completion): Do not forget to use `pred' as the
7594 default-directory when completing file names.
7595
7596 2003-10-20 Luc Teirlinck <teirllm@auburn.edu>
7597
7598 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
7599 followed by the word `face', it gets treated as a face, even if
7600 it is also defined as a variable or a function.
7601
7602 2003-10-20 Dave Love <fx@gnu.org>
7603
7604 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7605 Avoid incf in macro expansion.
7606
7607 2003-10-20 John Paul Wallington <jpw@gnu.org>
7608
7609 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
7610 `evenp' so we don't implicitly require cl library at runtime.
7611
7612 2003-10-18 Luc Teirlinck <teirllm@auburn.edu>
7613
7614 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
7615 (help-make-xrefs): Only make cross-references for faces if
7616 preceded or followed by the word `face'. Do not make a
7617 cross-reference for variables without variable documentation,
7618 unless preceded by the word `variable' or `option'. Update doc
7619 string accordingly.
7620
7621 2003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
7622
7623 * progmodes/hideshow.el: Rewrite one-armed `if'
7624 constructs using either `when' or `unless'.
7625 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
7626
7627 2003-10-16 Nick Roberts <nick@nick.uklinux.net>
7628
7629 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
7630 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
7631 instead of 12x12.
7632
7633 2003-10-16 Eli Zaretskii <eliz@gnu.org>
7634
7635 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
7636 message while converting to Babyl.
7637
7638 2003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
7639
7640 * allout.el (allout-mode): Doc fix.
7641
7642 2003-10-16 Lute Kamstra <lute@gnu.org>
7643
7644 * subr.el (force-mode-line-update): Fix docstring.
7645
7646 2003-10-14 Dave Love <fx@gnu.org>
7647
7648 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
7649 (default-input-method): Add :link, improve :type.
7650 (locale-charset-language-names): Fix utf-8 pattern.
7651 (locale-charset-match-p, locale-charset-alist)
7652 (locale-charset-to-coding-system): New.
7653 (set-locale-environment): Deal with codeset part of locale specs.
7654
7655 2003-10-14 Lute Kamstra <lute@gnu.org>
7656
7657 * fringe.el (fringe-mode): Use active voice in docstring.
7658 (set-fringe-style): Ditto.
7659
7660 2003-10-13 Lute Kamstra <lute@gnu.org>
7661
7662 * fringe.el (fringe-mode): Fix docstring.
7663 (set-fringe-style): Ditto.
7664
7665 2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
7666
7667 * ediff-mult.el (ediff-filegroup-action):
7668 Use ediff-default-filtering-regexp.
7669
7670 * ediff-util.el (ediff-recenter): Don't call
7671 ediff-restore-highlighting twice.
7672 (ediff-select-difference): Set current difference.
7673 (ediff-unselect-and-select-difference): Add comment.
7674
7675 * ediff.el (ediff-directories,ediff-directory-revisions)
7676 (ediff-directories3,ediff-merge-directories)
7677 (ediff-merge-directories-with-ancestor)
7678 (ediff-merge-directory-revisions)
7679 (ediff-merge-directory-revisions-with-ancestor):
7680 Use ediff-default-filtering-regexp.
7681
7682 2003-10-12 Andreas Schwab <schwab@suse.de>
7683
7684 * international/mule-cmds.el (locale-charset-language-names):
7685 Simplify regex by removing unused grouping.
7686
7687 2003-10-10 Dave Love <fx@gnu.org>
7688
7689 * bindings.el: Don't bind stop.
7690
7691 2003-10-08 Miles Bader <miles@gnu.org>
7692
7693 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
7694 face instead of attempting to emulate it.
7695
7696 2003-10-07 Kenichi Handa <handa@m17n.org>
7697
7698 * international/mule-diag.el (list-coding-systems-1): List coding
7699 systems that are loaded automatically.
7700
7701 * international/code-pages.el (iso-8859-11): Add autoload cookie.
7702
7703 * international/mule.el (autoload-coding-system): New function.
7704
7705 2003-10-07 Andreas Schwab <schwab@suse.de>
7706
7707 * log-edit.el (log-edit-changelog-entries): Prefer local value of
7708 change-log-default-name in the buffer visiting the file.
7709
7710 2003-10-06 Dave Love <fx@gnu.org>
7711
7712 * files.el (find-file-hook): Customize.
7713 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
7714
7715 * bindings.el (completion-ignored-extensions): Remove .log.
7716 (global-map): Add again, open, stop keys.
7717
7718 2003-10-05 Richard M. Stallman <rms@gnu.org>
7719
7720 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
7721 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
7722 Use sh-modify directly.
7723 (sh-select): Use sh-append, not eval.
7724
7725 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
7726
7727 * info.el (Info-following-node-name): New function.
7728
7729 * loadhist.el (unload-feature-special-hooks):
7730 Rename from loadhist-hook-functions.
7731 (loadhist-hook-functions): Now an alias.
7732
7733 2003-10-04 Eli Zaretskii <eliz@gnu.org>
7734
7735 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
7736 file-name clashes on 8+3 filesystems.
7737
7738 * Makefile.in (DONTCOMPILE, bootstrap-clean):
7739 Rename loaddefs-boot.el to ldefs-boot.el
7740
7741 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
7742 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
7743
7744 2003-10-03 Lute Kamstra <lute@gnu.org>
7745
7746 * info.el (Info-mode): Revert previous change.
7747 (Info-escape-percent): New function.
7748 (Info-fontify-node): Use it.
7749
7750 2003-10-02 Andreas Schwab <schwab@suse.de>
7751
7752 * loaddefs-boot.el: Regenerated.
7753
7754 2003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
7755
7756 * ffap.el: Remove defadvice related code from CVS since `complete'
7757 provides a `PC-completion-as-file-name-predicate' variable that
7758 ffap can override.
7759
7760 2003-10-02 Kenichi Handa <handa@m17n.org>
7761
7762 * international/utf-8.el (ccl-decode-mule-utf-8):
7763 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
7764
7765 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
7766 * international/subst-big5.el: Likewise.
7767 * international/subst-gb2312.el: Likewise.
7768 * international/subst-ksc.el: Likewise.
7769
7770 2003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
7771
7772 * calendar/calendar.el (increment-calendar-month)
7773 (calendar-leap-year-p, calendar-absolute-from-gregorian)
7774 (generate-calendar, calendar-read-date, calendar-interval)
7775 (calendar-day-of-week): Handle years BC.
7776 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
7777
7778 2003-10-01 Dave Love <fx@gnu.org>
7779
7780 * language/cyrillic.el (cp1251): Alias for windows-1251.
7781
7782 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
7783 bootstrap.
7784
7785 2003-10-01 Lute Kamstra <lute@gnu.org>
7786
7787 * files.el: Fix typo.
7788 * imenu.el (imenu--generic-function): Docstring fix.
7789
7790 2003-09-30 Richard M. Stallman <rms@gnu.org>
7791
7792 * dired.el (dired-mode): Handle dired-directory as a list.
7793
7794 2003-09-30 Nick Roberts <nick@nick.uklinux.net>
7795
7796 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
7797
7798 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
7799
7800 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
7801 Replace gud-display with gud-watch.
7802 (gud-speedbar-buttons): Add stuff for watching expressions
7803 in the speedbar when using M-x gdba. Use dolist on old part
7804 of this function.
7805
7806 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
7807 (gdb-update-flag): New variables.
7808 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
7809 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
7810 (gud-watch, gdb-var-create-handler) : New functions.
7811 (gdb-var-list-children, gdb-var-list-children-handler)
7812 (gdb-var-create-regexp, gdb-var-update-regexp)
7813 (gdb-var-list-children-regexp): New constants.
7814 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
7815 (gdb-annotation-rules): Reduce annotation set (level 3).
7816 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
7817 (gdb-post-prompt): Don't update GDB buffers every time speedbar
7818 updates.
7819 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
7820 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
7821 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
7822 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
7823 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
7824 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
7825 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
7826 (gud-display, gud-display1)
7827 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
7828 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
7829 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
7830 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
7831 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
7832 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
7833 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
7834 (gdb-display-display-buffer, gdb-toggle-display)
7835 (gdb-delete-display, gdb-expressions-popup-menu)
7836 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
7837 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
7838 to display buffer.
7839
7840 2003-09-30 Richard M. Stallman <rms@gnu.org>
7841
7842 * progmodes/ada-mode.el (ada-mode): Don't use advice.
7843 Instead, set which-func-functions.
7844
7845 * progmodes/which-func.el (which-func-modes): Add ada-mode.
7846 (which-func-functions): New variable.
7847 (which-function): Use that.
7848
7849 * info.el (Info-mode): Double each `%' in header line.
7850
7851 * emacs-lisp/lisp-mnt.el (lm-with-file):
7852 When FILE is nil, run BODY in current buffer.
7853
7854 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
7855
7856 * help.el (describe-mode): Start with a brief list of minor modes.
7857 Find them thru minor-mode-list so as to find them all.
7858 Show them in alphabetical order.
7859
7860 * mail/sendmail.el (mail-aliases): Doc fix.
7861
7862 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
7863
7864 2003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
7865
7866 * mail/rmailsum.el (rmail-make-summary-line-1):
7867 Change comma after last label to a space.
7868 (rmail-summary-font-lock-keywords): Adapt to that change.
7869
7870 2003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
7871
7872 * progmodes/scheme.el (scheme-mode-variables): When setting
7873 `font-lock-defaults', also specify that "#" should
7874 be interpreted with `word' syntax.
7875 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
7876
7877 2003-09-30 Lars Hansen <larsh@math.ku.dk>
7878
7879 * desktop.el: A lot of comments updated.
7880 (desktop-save-mode): Minor mode introduced.
7881 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
7882 (desktop-load-default): Function made obsolete.
7883 (desktop-locals-to-save): Variable made customizable.
7884 (desktop-read): Optional parameter `dirname' added.
7885 (desktop-change-dir, desktop-revert): Parameter `dirname' in
7886 `desktop-read' used.
7887 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
7888
7889 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
7890
7891 * whitespace.el (whitespace-clean-msg): Add user customizable message
7892 for displaying ``clean'' output.
7893 (whitespace-buffer): Use `whitespace-clean-msg'.
7894 (whitespace-global-mode): Fix typo.
7895
7896 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
7897
7898 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
7899
7900 2003-09-29 Lute Kamstra <lute@gnu.org>
7901
7902 * bindings.el (mode-line-modes): Remove superfluous :propertize
7903 construct in initialization.
7904 (mode-line-position): Change cons cell into proper list in
7905 initialization.
7906
7907 2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
7908
7909 * international/mule.el (decode-coding-inserted-region): Use car
7910 of the return value of find-operation-coding-system.
7911
7912 2003-09-29 Kenichi Handa <handa@m17n.org>
7913
7914 * descr-text.el (describe-char): Fix previous change.
7915
7916 2003-09-28 Kenichi Handa <handa@m17n.org>
7917
7918 * descr-text.el (describe-char-display): New function.
7919 (describe-char): Pay attention to display table on describing how
7920 a character is displayed.
7921
7922 * international/mule-cmds.el (encoded-string-description):
7923 Prepend "0x" to each encoded byte.
7924
7925 2003-09-28 Andreas Schwab <schwab@suse.de>
7926
7927 * find-file.el (ff-special-constructs): Add autoload cookie.
7928
7929 2003-09-28 Kevin Ryde <user42@zip.com.au>
7930
7931 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
7932 makeinfo appends to duplicate index entries.
7933
7934 2003-09-28 Eli Zaretskii <eliz@gnu.org>
7935
7936 * dired-x.el (dired-clean-tex): Doc fix.
7937
7938 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
7939 using a Chinese tutorial.
7940
7941 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
7942
7943 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
7944 between "MAIL FROM:" and "RCPT TO:" and the following address.
7945
7946 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
7947
7948 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
7949
7950 2003-09-28 David Ponce <david@dponce.com>
7951
7952 * recentf.el (recentf-initialize-file-name-history): New defcustom.
7953 (recentf-load-list): When `recentf-initialize-file-name-history'
7954 is non-nil, initialize an empty `file-name-history' with the
7955 recent list.
7956
7957 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
7958
7959 * man.el (Man-default-man-entry): Remove the leading `*' from the
7960 word at point.
7961
7962 2003-09-26 Lute Kamstra <lute@gnu.org>
7963
7964 * bindings.el (mode-line-position): Mention size indication in
7965 docstring.
7966
7967 2003-09-26 Andre Spiegel <spiegel@gnu.org>
7968
7969 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
7970
7971 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
7972 because it's autoloaded now.
7973
7974 2003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
7975
7976 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
7977 (sh-font-lock-keywords, sh-feature): Fix previous change of
7978 sh-feature to avoid infloop with sh-font-lock-keywords.
7979
7980 2003-09-25 Kim F. Storm <storm@cua.dk>
7981
7982 * frame.el (frame-current-scroll-bars): New defun.
7983
7984 * window.el (window-current-scroll-bars): New defun.
7985
7986 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7987
7988 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
7989 cause errors when the state cache contains info on parts that have
7990 been narrowed out.
7991
7992 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7993
7994 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
7995 `c-setup-paragraph-variables' has to be used when this variable is
7996 changed; it doesn't work to reinitialize the mode since that
7997 typically clobbers the variable.
7998
7999 * progmodes/cc-styles.el (c-setup-paragraph-variables):
8000 Make it interactive.
8001
8002 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8003
8004 * progmodes/cc-fonts.el (c-font-lock-declarations):
8005 Fix recognition of constructors and destructors for classes whose
8006 names are matched by `*-font-lock-extra-types'.
8007
8008 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
8009 followed by an identifier in C++ then it's a type.
8010
8011 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8012
8013 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
8014 problem that primarily affected XEmacs. Don't use faces to find
8015 unterminated strings since Emacs and XEmacs fontify strings
8016 differently - this function should now work better in XEmacs.
8017
8018 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8019
8020 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
8021 `expand-abbrev' workaround which caused braces to misbehave inside
8022 macros.
8023
8024 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
8025 handling. This bug could cause interactive font locking to bail out.
8026
8027 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8028
8029 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
8030 Handle paren-style types in Pike. Also fixed some cases of
8031 insufficient handling of unbalanced parens.
8032
8033 2003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
8034
8035 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
8036 common shell prompts that are not common filename or URL characters.
8037 (ffap-file-at-point): Use the new regexp to strip the prompts from
8038 the file names. This is an issue mostly for user prompts that
8039 don't have a trailing space and find-file-at-point is invoked from
8040 within a shell inside Emacs.
8041
8042 2003-09-24 Andre Spiegel <spiegel@gnu.org>
8043
8044 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
8045 stamps numerically, rather than textually.
8046
8047 2003-09-24 Kenichi Handa <handa@m17n.org>
8048
8049 * language/devan-util.el (devanagari-post-read-conversion):
8050 * language/mlm-util.el (malayalam-post-read-conversion):
8051 * language/tml-util.el (tamil-post-read-conversion):
8052 Add autoload cookie.
8053
8054 * international/utf-8.el (utf-8-post-read-conversion):
8055 Call post-read-conversion functions for Devanagari, Malayalam,
8056 and Tamil.
8057
8058 2003-09-23 Dave Love <fx@gnu.org>
8059
8060 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
8061
8062 2003-09-22 Nick Roberts <nick@nick.uklinux.net>
8063
8064 * progmodes/gud.el (perldb): Add gud-until to list of commands.
8065 Update gud-remove.
8066
8067 2003-09-22 Richard M. Stallman <rms@gnu.org>
8068
8069 * progmodes/sh-script.el (sh-mode-default-syntax-table):
8070 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
8071 (sh-mode-syntax-table-input): New variable.
8072 (sh-require-final-newline): Don't use eval.
8073 (sh-builtins, sh-leading-keywords, sh-other-keywords)
8074 (sh-variables, sh-font-lock-keywords): Don't use eval.
8075 (sh-set-shell): When setting require-final-newline,
8076 treat value = `require-final-newline' as don't change it.
8077 Set sh-mode-syntax-table locally based on
8078 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
8079
8080 * progmodes/compile.el (compile-internal):
8081 Call compilation-set-window-height before setting window start.
8082
8083 2003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
8084
8085 * emacs-lisp/bytecomp.el (byte-compile-log-file):
8086 Clear out byte-compile-last-warned-form.
8087
8088 2003-09-22 Richard M. Stallman <rms@gnu.org>
8089
8090 * woman.el (woman-file-name, woman-follow-word):
8091 If current-word returns nil, use "".
8092
8093 * simple.el (eval-expression): Bind standard-output in to-buffer case.
8094
8095 2003-09-22 Richard M. Stallman <rms@gnu.org>
8096
8097 * emacs-lisp/lisp-mnt.el (lm-with-file):
8098 Don't visit the file, just use insert-file-contents in temp buffer.
8099
8100 2003-09-22 Jari Aalto <jari.aalto@poboxes.com>
8101
8102 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
8103 Add surrounding \\( and \\) around the header, as in
8104 for lm-history-header 'Change Log\\|History'.
8105
8106 2003-09-22 John Paul Wallington <jpw@gnu.org>
8107
8108 * progmodes/ld-script.el: Add Commentary section,
8109 minor cleanup of file header.
8110 (ld-script-font-lock-keywords): Doc fix.
8111 (toplevel): Provide `ld-script' feature.
8112
8113 2003-09-21 Kim F. Storm <storm@cua.dk>
8114
8115 * scroll-bar.el (set-scroll-bar-mode): Initialize to
8116 new built-in variable default-frame-scroll-bars.
8117 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
8118 scroll-bar-mode; notably, use it instead of t when we toggle
8119 scroll-bars on.
8120 (toggle-scroll-bar): Use default-frame-scroll-bars.
8121
8122 2003-09-19 Masatake YAMATO <jet@gyve.org>
8123
8124 * pcvs.el (cvs-do-removal): Change the prompt depending on
8125 `filter' value.
8126
8127 2003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
8128
8129 * startup.el (command-line-1): Stop startup-echo-area-message
8130 being hidden by "Loading image..." message.
8131 (use-fancy-splash-screens-p, display-splash-screen):
8132 Move display-graphic-p test from latter to former.
8133
8134 * progmodes/sh-script.el (sh-font-lock-keywords):
8135 Highlight escaped EOLs differently from other backslash constructs.
8136
8137 2003-09-19 Richard M. Stallman <rms@gnu.org>
8138
8139 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
8140 New functions.
8141 (edebug-enter, edebug-outside-excursion): Use them.
8142
8143 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
8144 Fix the condition for whether to print "In WHERE".
8145
8146 2003-09-19 Jari Aalto <jari.aalto@poboxes.com>
8147
8148 * finder.el (finder-mode-hook): New variable.
8149 (finder-mode): Run hook finder-mode-hook
8150
8151 2003-09-18 Masatake YAMATO <jet@gyve.org>
8152
8153 * progmodes/ebrowse.el: Fix broken magic autoload comments.
8154
8155 2003-09-17 Mario Lang <mlang@delysid.org>
8156
8157 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
8158 "p %e" to actually print the value in the GUD buffer.
8159
8160 2003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
8161
8162 From David Ponce <david.ponce@wanadoo.fr>:
8163 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
8164 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
8165 from loaddefs-boot.el if necessary.
8166
8167 2003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
8168
8169 * progmodes/gud.el (gud-find-class): Make jdb work again since
8170 cc-mode changed the syntactic information.
8171
8172 2003-09-15 David Ponce <david@dponce.com>
8173
8174 * recentf.el: (recentf-exclude): Accept predicates too.
8175 (recentf-file-readable-p): New function.
8176 (recentf-include-p): Handle predicates in recentf-exclude.
8177 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
8178 (recentf-cleanup): Likewise.
8179 (recentf-save-list): Use write-file to handle backup of
8180 recentf-save-file.
8181
8182 2003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
8183
8184 * loaddefs-boot.el: Renamed from `loaddefs.el'
8185 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
8186 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
8187 necessary.
8188
8189 2003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
8190
8191 * electric.el (Electric-pop-up-window): For the `one-window' case,
8192 no longer disconcertingly move point in the original buffer.
8193
8194 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8195
8196 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
8197
8198 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
8199
8200 * dired.el (dired-mode-map): Fix typo.
8201
8202 2003-09-11 Richard M. Stallman <rms@gnu.org>
8203
8204 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
8205
8206 2003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
8207
8208 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
8209 the function is less noisy. Now only `kill-buffer' can ask questions.
8210
8211 2003-09-10 Mario Lang <mlang@delysid.org>
8212
8213 * battery.el: Update Commentary and Copyright.
8214 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
8215 appear due to wrong ordering of the expressions in `or'.
8216
8217 2003-09-09 Lute Kamstra <lute@gnu.org>
8218
8219 * misc.el (upcase-char): Fix docstring.
8220 (zap-up-to-char): New command.
8221
8222 2003-09-08 David Ponce <david@dponce.com>
8223
8224 Ensure that recentf correctly updates the menu bar.
8225 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
8226 (recentf-menu-bar): New function.
8227 (recentf-clear-data): Use it
8228 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
8229 of easy-menu-change.
8230
8231 2003-09-08 Lute Kamstra <lute@gnu.org>
8232
8233 * simple.el (size-indication-mode): New.
8234 * bindings.el (mode-line-position): Add buffer size indicator.
8235
8236 2003-09-04 Mario Lang <mlang@delysid.org>
8237
8238 * battery.el (battery-linux-proc-acpi): New function.
8239 (battery-status-function): Modify default value calculation to also
8240 check for availability of ACPI.
8241 (battery-echo-area-format): Ditto.
8242 (battery-mode-line-format): Ditto.
8243
8244 2003-09-06 Dave Love <fx@gnu.org>
8245
8246 * ielm.el (ielm-mode-hook): Add :options.
8247
8248 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
8249 (eldoc-print-current-symbol-info): Use it.
8250
8251 2003-09-04 Nick Roberts <nick@nick.uklinux.net>
8252
8253 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
8254 being displayed in GUD buffer.
8255 (gdb-idle-input-queue): Remove var. Use just one queue.
8256 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
8257 Remove functions. Use just one queue.
8258 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
8259 (gdb-invalidate-assembler, gdb-get-current-frame):
8260 Modify functions. Use just one queue.
8261
8262 2003-09-04 Dave Love <fx@gnu.org>
8263
8264 * cus-start.el: Add blink-cursor-alist.
8265
8266 * ruler-mode.el (ruler-mode-fill-column-char)
8267 (ruler-mode-current-column-char): Use char-displayable-p,
8268 not window-system.
8269
8270 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
8271
8272 * language/european.el (windows-1252): Move from code-pages.
8273
8274 * language/cyrillic.el ("Windows-1251"): Delete.
8275 ("Bulgarian", "Belarusian"): Remove `features'.
8276 (windows-1251): Move from code-pages.
8277
8278 * international/mule-diag.el (non-iso-charset-alist):
8279 Remove `codepage' stuff.
8280 (print-designation, list-coding-systems-1): Output fixes.
8281
8282 * international/code-pages.el (cp-make-translation-table)
8283 (cp-valid-codes): Made defsubsts.
8284 (cp-fix-safe-chars): Delete.
8285 (mule-diag): Don't require.
8286 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
8287 (top-level): Check for defined coding system when defining
8288 cp... aliases. Change w32-add-charset-info test to avoid warning.
8289 (non-iso-charset-alist): Defvar when compiling.
8290 (cp-make-coding-system): Doc fix.
8291
8292 2003-09-02 Jason Rumney <jasonr@gnu.org>
8293
8294 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
8295 line-ends from CVS before doing conversion.
8296
8297 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
8298
8299 * calendar/diary-lib.el (diary-header-line-flag)
8300 (diary-header-line-format): New variables.
8301 (list-diary-entries): Use them to set header line in simple diary.
8302
8303 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
8304 other than font-lock-string-face to highlight backslashes.
8305
8306 2003-09-01 Jason Rumney <jasonr@gnu.org>
8307
8308 * international/titdic-cnv.el (tit-read-key-value): Include \r in
8309 regexp.
8310
8311 2003-09-01 Dave Love <fx@gnu.org>
8312
8313 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
8314
8315 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
8316 and :help; also line and column numbers labels.
8317
8318 * international/mule-util.el (char-displayable-p): Move from
8319 latin1-disp, rename and autoload.
8320
8321 * international/latin1-disp.el (latin1-char-displayable-p):
8322 Now obsolete alias. Replace uses with char-displayable-p.
8323 (latin1-display-ucs-per-lynx): Fix last change.
8324
8325 * international/mule-cmds.el (standard-display-european-internal):
8326 Don't use char code for Latin-1 NBSP.
8327 <XFree86 4>: Unfrob NBSP display table. Set display table to use
8328 U+2018, U+2019 for `'.
8329 (select-safe-coding-system): Message fix.
8330
8331 2003-09-01 Kenichi Handa <handa@m17n.org>
8332
8333 * international/fontset.el (setup-default-fontset): For Thai
8334 font, specify "*" family.
8335
8336 2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
8337
8338 * progmodes/compile.el (previous-error): Accept a prefix
8339 argument, similarly to next-error.
8340
8341 2003-08-31 Masatake YAMATO <jet@gyve.org>
8342
8343 * pcvs.el (cvs-do-removal): Use = instead of eq to check
8344 the number of files. Bind the number of files to a local
8345 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
8346
8347 2003-08-30 Eli Zaretskii <eliz@gnu.org>
8348
8349 * vc-hooks.el (vc-make-version-backup): Fix the change made on
8350 2003-07-26: msdos-long-file-names is a function, not a variable.
8351
8352 2003-08-29 Richard M. Stallman <rms@gnu.org>
8353
8354 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
8355 Do nothing with mail-personal-alias-file if it is nil.
8356
8357 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
8358 Do nothing if mail-personal-alias-file is nil.
8359
8360 * term.el (term-exec-1): Bind coding-system-for-read.
8361
8362 * dired.el (dired-mouse-find-file-other-window):
8363 Use dired-view-command-alist here, as in dired-view-file.
8364 (dired-view-command-alist): Use %s to substitute file name.
8365 Handle .ps_pages, .eps, .jpg, .gif, .png.
8366
8367 2003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
8368
8369 * info.el (Info-mode-map): Bind S-tab and <backtab> to
8370 `Info-prev-reference', instead of M-tab.
8371
8372 2003-08-29 Martin Stjernholm <mast@lysator.liu.se>
8373
8374 * simple.el (blink-matching-open): Work correctly on chars that
8375 are designated as parens through the syntax-table text property.
8376
8377 2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
8378
8379 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
8380 line break position in the middle of a non-kinsoku (e.g. latin)
8381 word, making it skip until either a space or a character with
8382 category "|".
8383 (kinsoku-longer): Test for end of buffer.
8384
8385 2003-08-28 Eli Zaretskii <eliz@gnu.org>
8386
8387 * mail/rmail.el (rmail-convert-to-babyl-format):
8388 Detect quoted-printable- and base64-encoded messages and decode them
8389 automatically. Set the message's encoding from the charset=
8390 header, if any. Decode base64-encoded messages in Mail format as well.
8391
8392 2003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
8393
8394 * mail/smtpmail.el: Fix previous change.
8395 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
8396 calling smtpmail-via-smtp.
8397 (smtpmail-via-smtp): Add fall-back values for envelope-from.
8398
8399 2003-08-26 John Paul Wallington <jpw@gnu.org>
8400
8401 * image.el (image-jpeg-p): Don't search beyond length of data.
8402
8403 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
8404
8405 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
8406 misfeature in `expand-abbrev' which caused electric keywords like
8407 "else" to disappear if an open brace was typed directly afterwards.
8408
8409 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
8410
8411 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
8412 mandatory in `define-widget'.
8413
8414 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
8415 Don't align the operators "!=", "<=" and ">=" as assignment operators.
8416
8417 (c-assignment-operators): New language constant that only contains
8418 the assignment operators.
8419
8420 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
8421
8422 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
8423
8424 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
8425 Safeguard against unbalanced sexps.
8426
8427 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
8428
8429 * version.el (emacs-version): Check for gtk. Include gtk version info.
8430
8431 2003-08-25 John Paul Wallington <jpw@gnu.org>
8432
8433 * man.el (Man-default-man-entry): Don't whizz past the section
8434 number before looking for it.
8435
8436 2003-08-24 Nick Roberts <nick@nick.uklinux.net>
8437
8438 * progmodes/gud.el (gud-display-line): Don't set window-point if
8439 source buffer is not visible. (Only happens with M-x gdba.)
8440
8441 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
8442 documentation.
8443 (gdb-source, gdb-source-info): Update to assembler unnecessary
8444 as its done after each GDB command anyway.
8445 (gdb-pre-prompt): Use with-current-buffer.
8446 (gdb-insert-field): Add help-echo text.
8447 (gdb-invalidate-assembler): Re-display of assembler now done in
8448 gdb-info-breakpoints-custom.
8449 (gdb-info-breakpoints-custom): Force re-display of assembler to
8450 happen *after* update of breakpoints buffer.
8451 (gdb-display-source-buffer): Don't choke if gdb-source-window
8452 isn't visible.
8453 (gdb-put-string, gdb-put-arrow): Remove free variables.
8454
8455 2003-08-24 John Paul Wallington <jpw@gnu.org>
8456
8457 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
8458
8459 * man.el (Man-default-man-entry): Strip text properties when
8460 snarfing parts of entry because `format' preserves properties.
8461
8462 2003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
8463
8464 * files.el (file-newest-backup): Use `expand-file-name'.
8465
8466 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
8467 Allow the diary to pop up a new frame, if needed.
8468
8469 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
8470 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
8471 (smtpmail-send-it): Make treatment of envelope-from consistent with
8472 sendmail.el.
8473
8474 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
8475 (sh-leading-keywords): Add the bash `time' reserved word.
8476 (sh-variables): Add some bash variables.
8477 (sh-add-completer): Fix nil branch of case statement.
8478
8479 2003-08-24 Masatake YAMATO <jet@gyve.org>
8480
8481 * progmodes/ld-script.el: New file.
8482
8483 2003-08-23 Markus Rost <rost@math.ohio-state.edu>
8484
8485 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
8486
8487 2003-08-23 Andre Spiegel <spiegel@gnu.org>
8488
8489 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
8490 Better explain obsolescence, and what to use instead.
8491
8492 2003-08-23 Masatake YAMATO <jet@gyve.org>
8493
8494 * pcvs.el (cvs-do-removal): Show the deleted file name
8495 on the prompt.
8496
8497 2003-08-20 Dave Love <fx@gnu.org>
8498
8499 * international/mule.el (make-coding-system)
8500 (set-buffer-file-coding-system): Doc fix.
8501
8502 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
8503
8504 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
8505
8506 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
8507
8508 * international/utf-16.el: Add mime-text-unsuitable coding system
8509 properties.
8510
8511 * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
8512
8513 * cus-edit.el: Add some :links.
8514 (bib): Remove.
8515
8516 * textmodes/bib-mode.el (bib): Add :group external.
8517
8518 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
8519
8520 * wid-edit.el (widget-echo-help): Make it handle expressions that
8521 evaluate to strings.
8522
8523 2003-08-18 Michael Mauger <mmaug@yahoo.com>
8524
8525 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
8526
8527 Simplify selection of SQL products to define highlighting and
8528 interactive mode. Includes detailed instructions on adding
8529 support for new products.
8530
8531 * progmodes/sql.el (sql-product): New variable. Identifies SQL
8532 product for use in highlighting and interactive mode.
8533 (sql-interactive-product): New variable. SQL product for
8534 sql-interactive-mode.
8535 (sql-product-support): New variable. Specifies product-specific
8536 parameters to drive highlighting and interactive mode.
8537 (sql-imenu-generic-expression): Add more object types.
8538 (sql-sqlite-options): Correct comment.
8539 (sql-ms-program): Use "osql" rather than "isql".
8540 (sql-prompt-regexp, sql-prompt-length): Update comment.
8541 (sql-mode-menu): Add "Start SQLi session" entry.
8542 Replace Highlighting submenu with Product menu. Fix Send Region entry.
8543 (sql-mode-abbrev-table): Add abbreviations. Support of
8544 SYSTEM-FLAG on define-abbrev. Support was removed with last
8545 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
8546 (sql-mode-font-lock-object-name): Add font-lock pattern for object
8547 names.
8548 (sql-mode-ansi-font-lock-keywords): Set as default value.
8549 (sql-mode-oracle-font-lock-keywords): Set as default value.
8550 Support Oracle 9i keywords.
8551 (sql-mode-postgres-font-lock-keywords): Set as default value.
8552 (sql-mode-linter-font-lock-keywords): Set as default value.
8553 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
8554 SQLServer 2000.
8555 (sql-mode-sybase-font-lock-keywords)
8556 (sql-mode-interbase-font-lock-keywords)
8557 (sql-mode-sqlite-font-lock-keywords)
8558 (sql-mode-strong-font-lock-keywords)
8559 (sql-mode-mysql-font-lock-keywords)
8560 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
8561 keywords.
8562 (sql-mode-font-lock-defaults): Update comment.
8563 (sql-product-feature): New function. Returns feature associated
8564 with a product from `sql-product-support' alist.
8565 (sql-product-font-lock): New function. Set font-lock support
8566 based on `sql-product'.
8567 (sql-add-product-keywords): New function. Add font-lock rules to
8568 product-specific keyword variables.
8569 (sql-set-product): New function. Set `sql-product' and apply
8570 appropriate font-lock highlighting.
8571 (sql-highlight-product): New function. Set font-lock support
8572 based on a product. Also set mode name to include product name.
8573 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
8574 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
8575 Use `sql-set-product'.
8576 (sql-highlight-ms-keywords)
8577 (sql-highlight-sybase-keywords)
8578 (sql-highlight-interbase-keywords)
8579 (sql-highlight-strong-keywords)
8580 (sql-highlight-mysql-keywords)
8581 (sql-highlight-sqlite-keywords)
8582 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
8583 (sql-get-login): Prompt in the same order as the tokens.
8584 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
8585 (sql-product-interactive): New function. Common portions of
8586 product-specific interactive mode wrappers.
8587 (sql-interactive-mode): Rewritten to use product features.
8588 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
8589 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
8590 (sql-db2, sql-linter): Use `sql-product-interactive'.
8591 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
8592 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
8593 (sql-connect-ingres, sql-connect-postgres)
8594 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
8595 New functions. Format command line parameters and invoke comint on
8596 the appropriate interpreter. Code was in the corresponding
8597 `sql-xyz' function before.
8598 (sql-connect-ms): New function. Support -E argument to use
8599 operating system credentials for authentication.
8600
8601 2003-08-18 Kenichi Handa <handa@m17n.org>
8602
8603 * international/mule.el (encode-char): Fix for the ASCII case.
8604
8605 2003-08-15 Kenichi Handa <handa@m17n.org>
8606
8607 * international/fontset.el (setup-default-fontset): Change "*" to
8608 nil in the specifications of font family.
8609
8610 2003-08-18 Kim F. Storm <storm@cua.dk>
8611
8612 * kmacro.el (kmacro-keymap): Group related bindings in
8613 initialization for clarity. Bind C-s to start macro.
8614 Remove C-r binding.
8615 (kmacro-initial-counter-value): New defvar to hold initial counter
8616 value in case we set the value before defining a macro.
8617 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
8618 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
8619 not defining or executing macro. Doc fix.
8620 (kmacro-add-counter): Clear kmacro-initial-counter-value.
8621 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
8622 temporarily view older elements on the macro ring without cycling
8623 the ring.
8624 (kmacro-display): Doc fix.
8625 (kmacro-exec-ring-item): New helper function.
8626 (kmacro-call-ring-2nd): Use it.
8627 (kmacro-call-ring-2nd-repeat): Doc fix.
8628 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
8629 (kmacro-end-or-call-macro): Execute last viewed macro (using
8630 kmacro-exec-ring-item) from ring if this follows
8631 kmacro-view-macro. This allows us to find a macro on the ring
8632 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
8633 the ring to bring it to the head of the ring.
8634 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
8635 Allow binding to reserved keys without specifying C-x C-k prefix.
8636 Ask for confirmation if entered key sequence is already bound to
8637 a non-macro command.
8638 (kmacro-view-macro): Repeating command will show older elements
8639 on the macro ring; C-k will execute the last viewed macro.
8640 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
8641 property from 'ring to 'head.
8642
8643 2003-08-17 Alan Shutko <ats@acm.org>
8644
8645 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
8646 keeping December out of the alist.
8647
8648 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
8649
8650 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
8651 * calendar/calendar.el (calendar-mode-map): Bind it to key.
8652 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
8653 (calendar-flatten): New function.
8654 (calendar-mouse-view-other-diary-entries)
8655 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
8656 in the menu title and to show multi-line diary entries correctly
8657 in the menu.
8658
8659 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
8660
8661 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
8662 defcustom, because the default was recently changed.
8663
8664 2003-08-16 Richard M. Stallman <rms@gnu.org>
8665
8666 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
8667
8668 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
8669 New subroutine, broken out of eval-last-sexp-1.
8670 (eval-last-sexp-1): Use eval-last-sexp-print-value.
8671
8672 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
8673
8674 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
8675
8676 * simple.el (eval-expression): Use eval-last-sexp-print-value.
8677
8678 2003-08-14 Jari Aalto <jari.aalto@poboxes.com>
8679
8680 * progmodes/compile.el (compilation-error-regexp-alist):
8681 Add Java ANt error detection as described in document
8682 http://ant.apache.org/faq.html
8683
8684 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
8685
8686 * simple.el (backward-word, forward-to-indentation)
8687 (backward-to-indentation): Argument changed to optional.
8688 (next-line, previous-line): Use `or' instead of `unless'.
8689
8690 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8691
8692 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
8693 instead of a constant.
8694
8695 2003-08-12 Markus Rost <rost@math.ohio-state.edu>
8696
8697 * shell.el (shell): With prefix-arg, suggest a new buffer name.
8698
8699 2003-08-12 Andre Spiegel <spiegel@gnu.org>
8700
8701 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
8702 (vc-sccs-workfile-version): Search the entire delta table, rather
8703 than just the first entry, because that might be a deleted version.
8704
8705 2003-08-11 Karl Fogel <kfogel@red-bean.com>
8706
8707 * menu-bar.el (menu-bar-options-menu): Supply a body for the
8708 [save-place] binding in the Options menu. Have it require
8709 'saveplace' and then toggle the variable manually, to avoid an an
8710 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
8711 for the bug report.
8712
8713 2003-08-11 Nick Roberts <nick@nick.uklinux.net>
8714
8715 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
8716 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
8717 (gdb-info-threads-custom): Add help-echo text.
8718 (gdb-display-back): Don't use purecopy.
8719 (gdb-info-breakpoints-custom, gdb-reset)
8720 (gdb-assembler-custom): Use display-images-p to test if breakpoint
8721 icons can be displayed.
8722
8723 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
8724
8725 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
8726
8727 2003-08-11 Stefan Monnier <monnier@cs.yale.edu>
8728
8729 * bookmark.el (bookmark-completing-read):
8730 Return a string, instead of a list of one string.
8731 Use a popup menu if activated from the mouse.
8732 (bookmark-edit-annotation): Remove unused vars.
8733 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
8734 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
8735 to bookmark-completing-read.
8736 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
8737 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
8738 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
8739 and erase-buffer.
8740 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
8741 (bookmark-menu-jump, bookmark-menu-insert)
8742 (bookmark-popup-menu-and-apply-function)
8743 (bookmark-menu-popup-paned-bookmark-menu): Remove.
8744 (bookmark-menu-build-paned-menu): Remove by folding it into
8745 bookmark-menu-popup-paned-menu.
8746 (menu-bar-bookmark-map): Move the define-key statements here.
8747 Use the "non-menu" commands since they now pop up a menu if needed.
8748 (bookmark-exit-hook-internal): Simplify.
8749
8750 2003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
8751
8752 * reftex-toc.el (reftex-toc-rename-label): New function.
8753 (reftex-toc-check-docstruct): New function.
8754
8755 * reftex.el (reftex-region-active-p): New function.
8756
8757 * reftex-parse.el (reftex-locate-bibliography-files): Improved the
8758 regexp to find the \bibliography macro.
8759
8760 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
8761 which does not exist in LaTeX.
8762 (reftex-cite-format-builtin): Added amsrefs support.
8763 (reftex-toc-confirm-promotion): New option
8764
8765 * reftex-toc.el
8766 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
8767 (reftex-toc-demote, reftex-toc-promote)
8768 (reftex-toc-do-promote, reftex-toc-promote-prepare)
8769 (reftex-toc-promote-action, reftex-toc-extract-section-number)
8770 (reftex-toc-newhead-from-alist)
8771 (reftex-toc-load-all-files-for-promotion): New functions.
8772 (reftex-toc-help): Added description of new keys.
8773 (reftex-toc-split-windows-fraction): New option.
8774 (reftex-recenter-toc-when-idle): Search *toc* window on all
8775 visible frames.
8776 (reftex-toc): Additional parameter REUSE
8777 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
8778 with REUSE argument.
8779 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
8780 the call of `reftex-toc'.
8781 (reftex-make-separate-toc-frame): New function .
8782 (reftex-toc-recenter): When called with triple prefix arg, call
8783 `reftex-make-separate-toc-frame' first.
8784 (reftex-toc-toggle-dedicated-frame): New command.
8785 (reftex-toc-quit): Adapted to delete frame when called in
8786 dedicated frame.
8787
8788 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
8789 all enclosing macros.
8790
8791
8792 2003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8793
8794 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
8795 first use.
8796
8797 2003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8798
8799 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
8800
8801 2003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
8802
8803 * calendar/calendar.el (list-diary-entries-hook)
8804 (diary-display-hook, nongregorian-diary-listing-hook)
8805 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
8806 Add some customize options for these hooks.
8807 (calendar-abbrev-construct): Don't try to take a substring longer
8808 than the original string.
8809
8810 2003-08-05 Richard M. Stallman <rms@gnu.org>
8811
8812 * emacs-lisp/testcover.el (noreturn): Report error if does return.
8813 (testcover-reinstrument-clauses): Doc fix.
8814
8815 * emacs-lisp/warnings.el: Doc fixes, args renamed.
8816 (warning-type-format): Rename from warning-group-format.
8817
8818 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
8819 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
8820 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
8821 to prevent warnings about defvar for an obsolete variable.
8822
8823 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
8824 warning-group-format renamed to warning-type-format.
8825
8826 * subr.el (read-passwd): Use clear-string instead of fillarray.
8827
8828 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
8829 Use vconcat instead of concat.
8830 (edmacro-sanitize-for-string): New function.
8831
8832 2003-08-05 Dave Love <fx@gnu.org>
8833
8834 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
8835 line-number-display-limit-width.
8836
8837 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
8838
8839 2003-08-05 Kenichi Handa <handa@m17n.org>
8840
8841 * international/code-pages.el: Don't require mule-diag.
8842
8843 * international/mule-diag.el (non-iso-charset-alist):
8844 Add autoload cookie.
8845
8846 * language/devan-util.el (dev-glyph-order): Add an entry for the
8847 glyph code #xC4.
8848
8849 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
8850
8851 * calendar/calendar.el (diary-file, diary-file-name-prefix)
8852 (european-calendar-style, diary-date-forms)
8853 (calendar-day-name-array, calendar-month-name-array): Doc change.
8854 (generate-calendar-month): Adapt for new behaviour of
8855 `calendar-day-name' function.
8856 (calendar-abbrev-length, calendar-day-abbrev-array)
8857 (calendar-month-abbrev-array): New variables.
8858 (calendar-abbrev-construct): New function.
8859 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
8860 rather than fixing abbrevs at some width. Calling syntax change.
8861 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
8862 (calendar-date-string): Adapt for new behaviours of
8863 `calendar-day-name' and `calendar-month-name' functions.
8864
8865 * calendar/diary-lib.el (list-diary-entries): Adapt for new
8866 behaviour of `calendar-day-name' and `calendar-month-name' functions.
8867 (diary-name-pattern): Use abbrev arrays, rather than fixing
8868 abbrevs at three chars. Calling syntax change.
8869 (mark-diary-entries): Adapt for new behaviours of
8870 `diary-name-pattern' and `calendar-make-alist' functions.
8871 (fancy-diary-font-lock-keywords): Adapt for new behaviour of
8872 `diary-name-pattern' function.
8873 (font-lock-diary-date-forms): Use abbrev arrays, rather than
8874 fixing abbrevs at three chars. Calling syntax change.
8875 (cal-hebrew, cal-islam): Require when compiling.
8876 (diary-font-lock-keywords): Adapt for new behaviour of
8877 `font-lock-diary-date-forms' function.
8878
8879 * calendar/cal-hebrew.el: Reposition some code so defined before used.
8880 (calendar-hebrew-month-name-array-common-year)
8881 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
8882 (list-hebrew-diary-entries): Adapt for new behaviours of
8883 `calendar-day-name' and `add-to-diary-list' functions.
8884 (mark-hebrew-diary-entries): Adapt for new behaviours of
8885 `diary-name-pattern' and `calendar-make-alist' functions.
8886
8887 * calendar/cal-islam.el (calendar-islamic-month-name-array):
8888 Add doc string.
8889 (list-islamic-diary-entries): Adapt for new behaviours of
8890 `calendar-day-name' and `add-to-diary-list' functions.
8891 (mark-islamic-diary-entries): Adapt for new behaviours of
8892 `diary-name-pattern' and `calendar-make-alist' functions.
8893
8894 * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
8895 `calendar-month-name' function.
8896
8897 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
8898
8899 * calendar/solar.el (solar-seasons-data): Move definition before use.
8900
8901 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
8902 (cal-tex-LaTeX-hourbox): Move definition before use.
8903
8904 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
8905 cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
8906 lunar.el, solar.el
8907 (displayed-month, displayed-year): Define for compiler.
8908
8909 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
8910
8911 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
8912 MODE. Renamed from c-init-c-language-vars'.
8913 (c-initialize-cc-mode): Change accordingly.
8914 (c-common-init): Ditto.
8915 (c-mode): Ditto.
8916 (c++-mode): Use `c-init-language-vars-for'.
8917 (objc-mode): Ditto.
8918 (java-mode): Ditto.
8919 (idl-mode): Ditto.
8920 (pike-mode): Ditto.
8921 (awk-mode): Ditto.
8922
8923 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
8924
8925 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
8926 or not the point moved.
8927
8928 (c-search-decl-header-end): Don't trip up on operator identifiers
8929 in C++ and operators like == in all languages.
8930
8931 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
8932 Detect leading labels correctly.
8933
8934 2003-08-02 Andreas Schwab <schwab@suse.de>
8935
8936 * textmodes/ispell.el: Don't redo key bindings on loading, put
8937 them only in loaddefs.el.
8938 * bookmark.el: Likewise.
8939 * dabbrev.el: Likewise.
8940 * emerge.el: Likewise.
8941
8942 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
8943 has more than one member.
8944
8945 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
8946
8947 2003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8948
8949 * lpr.el (printify-region): It was ending conversion before the
8950 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
8951
8952 2003-07-31 John Paul Wallington <jpw@gnu.org>
8953
8954 * net/browse-url.el (browse-url-epiphany): Doc fix.
8955
8956 2003-07-30 Kenichi Handa <handa@m17n.org>
8957
8958 * international/fontset.el (setup-default-fontset):
8959 Change registry names of Akurti fonts.
8960
8961 2003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
8962
8963 * comint.el (comint-read-noecho): Use `clear-string' instead of
8964 `fillarray'.
8965
8966 2003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
8967
8968 * outline.el (outline-mode-hook): Add defvar.
8969
8970 2003-07-28 Nick Roberts <nick@nick.uklinux.net>
8971
8972 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
8973 Restore assembler in source window if that is what has been selected.
8974 (menu): Add gdb-restore-windows to menu. Make gdba
8975 specific menus only visible from gdba.
8976
8977 2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
8978
8979 * progmodes/compile.el (compilation-environment): New user variable.
8980 (compile-internal): Respect it.
8981
8982 2003-07-23 Masatake YAMATO <jet@gyve.org>
8983
8984 * progmodes/gud.el (gdb-script-font-lock-keywords):
8985 Put `font-lock-function-name-face' on a symbol which includes
8986 `-' like `hook-run'. Put font-lock-variable-name-face
8987 on a symbol starting with $.
8988
8989 2003-07-27 Markus Rost <rost@math.ohio-state.edu>
8990
8991 * files.el (set-visited-file-name): Use truename for buffer-file-name.
8992
8993 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
8994
8995 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
8996
8997 2003-07-26 Andre Spiegel <spiegel@gnu.org>
8998
8999 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
9000 Use with-no-warnings.
9001 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
9002 rather than to find-file-not-found-hook, which doesn't exist.
9003
9004 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
9005
9006 * international/quail.el (quail-translate-key): Fix previous change.
9007
9008 2003-07-25 John Paul Wallington <jpw@gnu.org>
9009
9010 * server.el (server-start): Check `server-process' is non-nil
9011 before killing it to avoid killing current buffer's process.
9012
9013 * simple.el (choose-completion-string): Use `minibufferp';
9014 test `completion-reference-buffer' if `buffer' arg is nil.
9015 (push-mark): Use `when' and `unless'.
9016 (pop-mark): Use `when'.
9017
9018 * mouse-sel.el (mouse-sel-get-selection-function):
9019 Check `x-last-selected-text-primary'. Don't barf if it or
9020 `x-last-selected-text' aren't bound.
9021
9022 2003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
9023
9024 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
9025
9026 2003-07-23 Stefan Monnier <monnier@cs.yale.edu>
9027
9028 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
9029
9030 2003-07-23 John Paul Wallington <jpw@gnu.org>
9031
9032 * tooltip.el (defface tooltip): Inherit from variable-pitch.
9033
9034 2003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
9035
9036 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
9037 string. Defvar the derived hook.
9038
9039 * macros.el (insert-kbd-macro): Escape double quote character.
9040 From Thomas W Murphy <twm@andrew.cmu.edu>.
9041
9042 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
9043
9044 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
9045 to match the specific mark rather than reusing comment-start-skip.
9046
9047 2003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
9048
9049 * progmodes/hideshow.el (hs-special-modes-alist):
9050 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
9051
9052 2003-07-21 Markus Rost <rost@math.ohio-state.edu>
9053
9054 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
9055 value using ?\s.
9056
9057 2003-07-21 John Paul Wallington <jpw@gnu.org>
9058
9059 * subr.el (with-selected-window): Add closing paren.
9060
9061 2003-07-21 Richard M. Stallman <rms@gnu.org>
9062
9063 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
9064 (lisp-mode): Likewise.
9065
9066 * subr.el (with-selected-window): Copy code form save-selected-window
9067 so as to call select-window with norecord arg.
9068 (dynamic-completion-table): Doc fix.
9069 (lazy-completion-table): Doc fix.
9070
9071 * international/mule-cmds.el (set-locale-environment):
9072 langinfo renamed to locale-info.
9073
9074 * international/mule.el (auto-coding-functions): Doc fix.
9075
9076 2003-07-21 Kenichi Handa <handa@m17n.org>
9077
9078 * international/quail.el (quail-translate-key):
9079 Update quail-current-str correctly.
9080
9081 2003-07-21 Andreas Schwab <schwab@suse.de>
9082
9083 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
9084 ?, to "_".
9085
9086 2003-07-20 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
9087 Version 2.0.36 of Tramp released.
9088
9089 * net/tramp.el (tramp-default-password-end-of-line): Rename from
9090 tramp-password-end-of-line.
9091 (tramp-password-end-of-line): New method parameter.
9092 (tramp-get-password-end-of-line): Function to access method
9093 parameter `tramp-password-end-of-line', or variable
9094 `tramp-default-password-end-of-line' (default value).
9095 (tramp-methods): Add entries for new parameter
9096 tramp-password-end-of-line.
9097 (tramp-enter-password): Use new function
9098 `tramp-get-password-end-of-line'.
9099 (tramp-handle-insert-file-contents): Do not
9100 unconditionally inhibit the file operation file-local-copy, only
9101 do that when the inhibit-file-name-operation is currently
9102 insert-file-contents. This fixes finding remote CVS-controlled
9103 files. (It would barf on inserting the CVS/Entries file
9104 literally, because the file-local-copy handler wasn't called.)
9105 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
9106 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
9107 (tramp-initial-commands): New variable.
9108 (tramp-process-initial-commands): New function, using the variable.
9109 (tramp-open-connection-setup-interactive-shell): Call the new function.
9110 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
9111 method into the buffer name, never use nil. Reported by Hanak
9112 David <dhanak@inf.bme.hu>.
9113 (tramp-open-connection-setup-interactive-shell): Erase buffer
9114 before sending "stty -onlcr".
9115
9116 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
9117
9118 2003-07-19 Markus Rost <rost@math.ohio-state.edu>
9119
9120 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
9121
9122 2003-07-19 John Paul Wallington <jpw@gnu.org>
9123
9124 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
9125 (artist-draw-rect, artist-draw-square): Doc fixes.
9126
9127 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
9128
9129 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
9130
9131 2003-07-19 Kenichi Handa <handa@m17n.org>
9132
9133 * international/kkc.el (kkc-show-conversion-list-update):
9134 Highlight the correct candidate in the message.
9135
9136 2003-07-18 John Paul Wallington <jpw@gnu.org>
9137
9138 * simple.el (current-word): Don't include punctuation char when
9139 `really-word' arg is non-nil.
9140
9141 2003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
9142
9143 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
9144 moved to the directory obsolete.
9145
9146 2003-07-16 Stefan Monnier <monnier@cs.yale.edu>
9147
9148 * info.el (Info-menu-entry-name-re): Allow newlines in
9149 menu entry names.
9150
9151 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
9152 syntax-ppss-after-change-function.
9153 (syntax-ppss-after-change-function): New alias. Update uses.
9154 (syntax-ppss): Catch the case where the buffer is narrowed.
9155
9156 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
9157
9158 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
9159 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
9160
9161 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
9162
9163 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
9164 since it might be modified.
9165
9166 * progmodes/cc-langs.el (c++-make-template-syntax-table)
9167 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
9168 names to these language constants.
9169
9170 2003-07-15 Kim F. Storm <storm@cua.dk>
9171
9172 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
9173 All uses changed.
9174
9175 2003-07-14 Mark A. Hershberger <mah@everybody.org>
9176
9177 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
9178 Namespace support.
9179
9180 2003-07-13 Juanma Barranquero <lektu@terra.es>
9181
9182 * frame.el (modify-all-frames-parameters): Reinstall (copyright
9183 papers received).
9184
9185 2003-07-13 Karl Eichwalder <ke@suse.de>
9186
9187 * textmodes/po.el (po-find-charset): White space at the start of the
9188 Content-Type field body is non-mandatory.
9189
9190 2003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
9191
9192 * textmodes/texinfo.el (texinfo-section-list):
9193 Append appendixsection; a synonym for appendixsec.
9194
9195 2003-07-13 Jari Aalto <jari.aalto@poboxes.com>
9196
9197 * man.el (Man-translate-cleanup): New.
9198 (Man-translate-references): Call `Man-translate-cleanup' to clean
9199 leading, trailing and middle spaces.
9200
9201 2003-07-13 Lars Hansen <larsh@math.ku.dk>
9202
9203 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
9204 Handle `dired-directory' being a list.
9205
9206 2003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
9207
9208 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
9209 it doesn't exist.
9210
9211 2003-07-12 Richard M. Stallman <rms@gnu.org>
9212
9213 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
9214
9215 * progmodes/cc-defs.el (c-make-keywords-re):
9216 Don't use delete-duplicates.
9217 (c-lang-const): Don't use mapcan.
9218
9219 * apropos.el (apropos-show-scores): Make it customizable.
9220 Document new meaning.
9221 (apropos): Compute scores from symbols.
9222 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
9223
9224 2003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9225
9226 * ps-bdf.el: Fix copyright line.
9227 (bdf-directory-list): Fix initialization code.
9228
9229 2003-07-11 John Paul Wallington <jpw@gnu.org>
9230
9231 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
9232 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
9233 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
9234
9235 2003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
9236
9237 * emacs-lisp/ring.el (ring-elements): Doc fix.
9238
9239 2003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
9240
9241 * calendar/timeclock.el (timeclock-relative)
9242 (timeclock-ask-before-exiting, timeclock-use-display-time):
9243 Doc changes.
9244 (timeclock-modeline-display): Give a message if
9245 `timeclock-use-display-time' is non-nil but `display-time-mode'
9246 is not active.
9247
9248 2003-07-11 Kenichi Handa <handa@m17n.org>
9249
9250 * international/mule-cmds.el (set-language-environment):
9251 Set current-language-environment to the correct string.
9252
9253 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9254
9255 * ps-print.el: Print line number correctly in a region. Reported by
9256 Tim Allen <timallen@ls83.fsnet.co.uk>.
9257 (ps-print-version): New version number (6.6.2).
9258 (ps-printing-region): Code fix.
9259
9260 2003-07-10 John Paul Wallington <jpw@gnu.org>
9261
9262 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
9263 this function can be called from `add-completions-from-tags-table'.
9264
9265 2003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
9266
9267 * calendar/timeclock.el (timeclock-use-display-time)
9268 (timeclock-day-over-hook, timeclock-workday-remaining)
9269 (timeclock-status-string, timeclock-when-to-leave)
9270 (timeclock-when-to-leave-string, timeclock-log-data)
9271 (timeclock-find-discrep, timeclock-day-base)
9272 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
9273 (timeclock-modeline-display): Set the variable
9274 `timeclock-modeline-display'.
9275 (timeclock-update-modeline): Doc fix. Respect value of
9276 `timeclock-relative'.
9277
9278 2003-07-09 Richard M. Stallman <rms@gnu.org>
9279
9280 * textmodes/reftex-parse.el (reftex-all-document-files):
9281 Add autoload cookie.
9282
9283 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
9284 (reftex-scanning-info-available-p): Add autoload cookie.
9285
9286 * international/mule-cmds.el
9287 (set-display-table-and-terminal-coding-system): Delete duplicate
9288 aset on standard-display-table.
9289
9290 * view.el (view-file): If existing buffer's major mode is special,
9291 don't go into view mode.
9292
9293 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
9294
9295 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9296
9297 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
9298 buffer changes; there's third party code that calls this function
9299 directly.
9300
9301 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9302
9303 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
9304 (autodoc-font-lock-keywords): Don't byte compile on font lock
9305 initialization when running from byte compiled files.
9306
9307 2003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9308
9309 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
9310 statement ends with auto-increment "++".
9311
9312 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9313
9314 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
9315 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
9316 these are changed, so declare them as variables and not constants.
9317
9318 2003-07-08 Markus Rost <rost@math.ohio-state.edu>
9319
9320 * subr.el (dolist, dotimes): Doc fix.
9321
9322 2003-07-08 Kim F. Storm <storm@cua.dk>
9323
9324 * international/mule-cmds.el
9325 (set-display-table-and-terminal-coding-system): Don't break
9326 bootstrap if standard-display-table isn't setup yet.
9327
9328 2003-07-07 Richard M. Stallman <rms@gnu.org>
9329
9330 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
9331 Give it a doc string, and autoload it.
9332
9333 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
9334 Use with-no-warnings.
9335
9336 * info.el (Info-search): If find invisible text, search again.
9337
9338 * isearch.el (search-whitespace-regexp): Add a shy group around it.
9339
9340 * man.el (Man-name-regexp): Match + as part of name.
9341
9342 * simple.el (visible-mode): Rename from vis-mode.
9343 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
9344
9345 * simple.el (current-word): New arg REALLY-WORD specifies
9346 don't include punctuation chars.
9347
9348 * emacs-lisp/debug.el (debug, debugger-env-macro):
9349 Use with-no-warnings while accessing and binding unread-command-char.
9350
9351 * international/mule-cmds.el
9352 (set-display-table-and-terminal-coding-system): Use explicit loop
9353 instead of calling standard-display-default.
9354
9355 * net/ange-ftp.el (ange-ftp-file-symlink-p):
9356 Use condition-case to catch error in ange-ftp-get-files.
9357
9358 * net/browse-url.el (browse-url-browser-function):
9359 Add alternative for Epiphany.
9360 (browse-url-epiphany-program, browse-url-epiphany-arguments)
9361 (browse-url-epiphany-startup-arguments)
9362 (browse-url-epiphany-new-window-is-tab): New variables.
9363 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
9364
9365 * progmodes/compile.el (compile-auto-highlight): Default now t.
9366 (compile): Doc fix.
9367 (compilation-next-error): Fix previous change.
9368
9369 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
9370
9371 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
9372
9373 2003-07-07 Nick Roberts <nick@nick.uklinux.net>
9374
9375 * gdb-ui.el (gdb-source-info): Display current frame when
9376 attaching to an existing process.
9377 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
9378 while laying out windows when attaching to an existing process.
9379
9380 2003-07-07 Stefan Monnier <monnier@cs.yale.edu>
9381
9382 * info.el (Info-menu): Use Info-menu-entry-name-re.
9383
9384 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
9385
9386 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
9387 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
9388
9389 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
9390 to match the same text.
9391
9392 2003-07-06 John Paul Wallington <jpw@gnu.org>
9393
9394 * vc.el (vc-annotate-offset): Move defvar up.
9395
9396 2003-07-06 Kim F. Storm <storm@cua.dk>
9397
9398 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
9399 This should fix the infinite loop when extracting menu names.
9400
9401 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
9402
9403 * files.el (auto-mode-alist, interpreter-mode-alist):
9404 Remove entries to CC Mode modes to avoid duplicates; they are now added
9405 with autoload directives in cc-mode.el.
9406
9407 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
9408
9409 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
9410 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
9411 these are changed, so declare them as variables and not constants.
9412
9413 * progmodes/cc-mode.el: Fix some autoload problems: Try to
9414 ensure that the entry for ".c" extension comes before the one for
9415 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
9416 Fix incorrect entries that were added to `interpreter-mode-alist'.
9417 Move the autoload directives for AWK to the top level since they
9418 aren't recognized anywhere else. Do not use the new AWK mode doc
9419 in the autoload form for the old AWK mode.
9420
9421 2003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9422
9423 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
9424 (bibtex-sort-ignore-string-entries): Default value t.
9425 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
9426 erroneously in previous version.
9427 (bibtex-string-files): Docstring reflects new parsing scheme.
9428 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
9429 docstring, add # as one of the chars to crush
9430 (bibtex-autokey-prefix-string, bibtex-autokey-names)
9431 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
9432 (bibtex-autokey-name-change-strings)
9433 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
9434 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
9435 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
9436 (bibtex-autokey-title-terminators)
9437 (bibtex-autokey-titlewords-stretch)
9438 (bibtex-autokey-titleword-ignore)
9439 (bibtex-autokey-titleword-case-convert)
9440 (bibtex-autokey-titleword-abbrevs)
9441 (bibtex-autokey-titleword-abbrevs)
9442 (bibtex-autokey-titleword-change-strings)
9443 (bibtex-autokey-titleword-length)
9444 (bibtex-autokey-titleword-separator)
9445 (bibtex-autokey-name-year-separator)
9446 (bibtex-autokey-year-title-separator)
9447 (bibtex-autokey-before-presentation-function)
9448 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
9449 Fix docstring.
9450 (bibtex-strings, bibtex-reference-keys):
9451 Use lazy-completion-table and make-variable-buffer-local.
9452 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
9453 (bibtex-braced-string-syntax-table)
9454 (bibtex-quoted-string-syntax-table): New variables.
9455 (bibtex-parse-nested-braces): Remove.
9456 (bibtex-parse-field-string): Use syntax table and forward-sexp.
9457 (bibtex-parse-association): Simplify.
9458 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
9459 (bibtex-parse-field-text): Simplify.
9460 (bibtex-search-forward-field, bibtex-search-backward-field):
9461 argument BOUND can take value t.
9462 (bibtex-start-of-field, bibtex-start-of-name-in-field)
9463 (bibtex-end-of-name-in-field, bibtex-end-of-field)
9464 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
9465 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
9466 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
9467 (bibtex-skip-to-valid-entry): Return buffer position of beginning
9468 and ending of entry. Update for changes of bibtex-search-entry.
9469 Simplify.
9470 (bibtex-map-entries): FUN is called with three arguments.
9471 (bibtex-search-entry): Return a cons pair with buffer positions of
9472 beginning and end of entry.
9473 (bibtex-enclosing-field): Simplify.
9474 (bibtex-format-entry): Use booktitle to set a missing title.
9475 (bibtex-autokey-get-names): Fiddle with regexps.
9476 (bibtex-generate-autokey): Use identity.
9477 (bibtex-parse-keys): Use simplified parsing algorithm if
9478 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
9479 arguments. Return alist of keys.
9480 (bibtex-parse-strings): Simplify. Return alist of strings.
9481 (bibtex-complete-string-cleanup): Fix docstring.
9482 (bibtex-read-key): New function.
9483 (bibtex-mode): Fix docstring. Do not parse for keys and
9484 strings when the mode is entered. Set fill-paragraph-function to
9485 bibtex-fill-field. Setup font-lock-mark-block-function the way
9486 font-lock intended.
9487 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
9488 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
9489 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
9490 (bibtex-Preamble): Avoid hard coded constants.
9491 (bibtex-make-field): Fix docstring. Simplify.
9492 (bibtex-beginning-of-entry): Always return new position of point.
9493 (bibtex-end-of-entry): Rearrange cond clauses.
9494 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
9495 Update for changes of bibtex-map-entries.
9496 (bibtex-ispell-abstract): Do not move point.
9497 (bibtex-entry-index): Use downcase. Simplify.
9498 (bibtex-lessp): Handle catch-all.
9499 (bibtex-find-crossref): Turn into a command.
9500 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
9501 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
9502 preamble entries.
9503 (bibtex-fill-field-bounds): New function.
9504 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
9505 (bibtex-fill-entry): Use bibtex-fill-field-bounds
9506 (bibtex-String): Use bibtex-strings. Always obey
9507 bibtex-sort-ignore-string-entries.
9508
9509 2003-07-05 John Paul Wallington <jpw@gnu.org>
9510
9511 * cus-theme.el (customize-create-theme):
9512 Call `customize-create-theme' in Reset widget's notify function.
9513
9514 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
9515 (ibuffer-mark-interactive): Use `or' instead of `unless'.
9516 (define-ibuffer-column name): Add summarizer.
9517 (define-ibuffer-column size): Likewise.
9518 (define-ibuffer-column filename): Likewise.
9519 (define-ibuffer-column process): Likewise. Change BODY's output too.
9520 (define-ibuffer-column filename-and-process): Likewise, likewise.
9521 (ibuffer): Remove local vars `already-in' and `need-update'.
9522
9523 * ibuf-ext.el: Don't require `derived' at compile-time.
9524
9525 2003-07-05 Kim F. Storm <storm@cua.dk>
9526
9527 * info.el: Disable paragraph refilling.
9528 (Info-refill-paragraphs): New defcustom.
9529 (Info-fontify-node): Use it.
9530
9531 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
9532
9533 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
9534 thingies from constructors created by defstruct.
9535
9536 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
9537 the default value of the variable.
9538 (byte-code-meter): Move declaration to top level.
9539
9540 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
9541
9542 * info.el (Info-following-node-name-re): New fun.
9543 (Info-following-node-name): Remove.
9544 (Info-insert-dir): Use the new fun.
9545 (Info-extract-pointer): Don't save restriction; use new fun.
9546 (Info-menu-entry-name-re): New const.
9547 (Info-menu-entry-name-re): Use it along with new fun.
9548 (Info-node-spec-re): Use new fun.
9549 (Info-complete-menu-item, Info-fontify-node): Use new const.
9550 (Info-goto-node, Info-follow-reference, Info-menu-update):
9551 Use match-string.
9552 (Info-follow-reference): Use assoc-string.
9553 Use a list of strings for the completion table.
9554 (Info-fontify-node): Use match-string, line-end-position.
9555 Limit the search for `node:' to the first line.
9556
9557 * newcomment.el (uncomment-region): Remove padding coming from
9558 comment-start rather than just from comment-padding.
9559
9560 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
9561 (vc-cvs-stay-local-p): Use vc-stay-local-p.
9562 (vc-cvs-rename-file): Remove (use the default).
9563 (vc-cvs-register): Register parent dir if needed.
9564 (vc-cvs-could-register): Return non-nil if parent can be registered.
9565 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
9566 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
9567
9568 * vc-svn.el (vc-svn-use-edit): Make it into a const.
9569 (vc-svn-update): Fix the arguments to `svn'.
9570 (vc-svn-diff-tree): Just use `vc-svn-diff'.
9571 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
9572 Simple implementations, assuming `name' is a URL.
9573
9574 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
9575 set of chars allowed unquoted in a case pattern.
9576
9577 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
9578
9579 * font-lock.el (font-lock-extra-types-widget)
9580 (c-font-lock-extra-types, c++-font-lock-extra-types)
9581 (objc-font-lock-extra-types, java-font-lock-extra-types)
9582 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
9583 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
9584 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
9585 (font-lock-match-c++-structor-declaration)
9586 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
9587 (c++-font-lock-keywords-3, c++-font-lock-keywords)
9588 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
9589 (objc-font-lock-keywords-3, objc-font-lock-keywords)
9590 (java-font-lock-keywords-1, java-font-lock-keywords-2)
9591 (java-font-lock-keywords-3, java-font-lock-keywords)
9592 (java-font-lock-syntactic-face-function): Remove obsolete code
9593 and constants. It's all in cc-fonts.el now.
9594
9595 2003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
9596
9597 * mail/sendmail.el (mail-specify-envelope-from)
9598 (mail-envelope-from): Doc fix.
9599
9600 2003-07-04 Martin Stjernholm <mast@lysator.liu.se>
9601
9602 * generic-x.el: Do away with the dependency on `c-emacs-features'
9603 when populating `rul-generic-mode-syntax-table'; we already know
9604 this isn't XEmacs.
9605
9606 See ChangeLog.10 for earlier changes.
9607
9608 ;; Local Variables:
9609 ;; coding: iso-2022-7bit
9610 ;; End:
9611
9612 Copyright (C) 2001, 02, 04 Free Software Foundation, Inc.
9613 Copying and distribution of this file, with or without modification,
9614 are permitted provided the copyright notice and this notice are preserved.
9615
9616 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1