*** empty log message ***
[bpt/emacs.git] / lisp / ChangeLog
1 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2
3 * term/mac-win.el: Create keymap for mac-apple-event-map.
4
5 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
6
7 * tooltip.el (tooltip-mode): Move to start of file so that it
8 appears at top of customize buffer.
9
10 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
11 Add the gud groupname.
12 (gud-tooltip-mode): Add the tooltip groupname.
13 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
14 avoid conflict with tooltip-use-echo-area.
15
16 2005-12-10 Romain Francoise <romain@orebokech.com>
17
18 * help.el (help-for-help-internal): Add `r' in doc string.
19
20 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
21
22 * align.el (align-regexp, align-highlight-rule): Use
23 region-beginning and region-end instead of point and mark, so that
24 repetition (with `repeat-complex-command') recomputes the region
25 bounds.
26
27 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
28
29 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
30 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
31 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
32 (balance-windows): Rewrite using the above new functions.
33
34 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
35
36 * hi-lock.el: (hi-lock-mode) Renamed from hi-lock-buffer-mode;
37 react if global-hi-lock-mode seems intended.
38 (global-hi-lock-mode) Renamed from hi-lock-mode.
39 (hi-lock-archaic-interface-message-used)
40 (hi-lock-archaic-interface-deduce): New variables.
41 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
42 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
43 (hi-lock-find-patterns, hi-lock-font-lock-hook): Replace
44 hi-lock-buffer-mode with hi-lock-mode.
45
46 2005-12-10 Kevin Rodgers <ihs_4664@ihs.com>
47
48 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
49 completion list, even after a partial completion has been
50 inserted in the current buffer. If there are more than 1
51 completion, redisplay the *Completions* buffer; if the
52 completion is unique, delete the *Completions* window.
53
54 2005-12-10 Eli Zaretskii <eliz@gnu.org>
55
56 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
57 strings and long subject lines that were broken into multiple
58 lines at arbitrary places. Handle subjects that have "Re: " in
59 the middle.
60
61 2005-12-10 John W. Eaton <jwe@octave.org>
62
63 * emacs/octave-mod.el (octave-electric-space): Don't indent
64 comments or strings if octave-auto-indent is nil.
65
66 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
67
68 * term/mac-win.el: Require url when compiling. Call
69 mac-process-deferred-apple-events after loading init files.
70 (mac-apple-event-map): New defvar. Define event handlers in it.
71 (core-event, internet-event): New Apple event class symbols.
72 (open-application, reopen-application, open-documents)
73 (print-documents, open-contents, quit-application)
74 (application-died, show-preferences, autosave-now, get-url): New
75 Apple event ID symbols.
76 (about): New HICommand ID symbol.
77 (mac-event-spec, mac-event-ae): New macros.
78 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
79 (mac-ae-selection-range, mac-ae-text-for-search)
80 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
81 (mac-application-menu-map): Remove keymap. Handlers for HICommand
82 and Services menu events are now defined in mac-apple-event-map.
83 (mac-drag-n-drop): Remove selection range handling.
84
85 2005-12-10 Kenichi Handa <handa@m17n.org>
86
87 * simple.el (zap-to-char): Translate CHAR by
88 translation-table-for-input.
89
90 * isearch.el (isearch-process-search-char): Translate CHAR by
91 translation-table-for-input.
92
93 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
94
95 * foldout.el (foldout-exit-fold): Properly hide subtree.
96
97 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
98
99 * files.el (save-buffer):
100 * international/ucs-tables.el (ucs-set-table-for-input):
101 * mail/mail-extr.el (mail-extract-address-components):
102 * mail/sendmail.el (mail-mode): Reformat doc string.
103
104 2005-12-09 Juri Linkov <juri@jurta.org>
105
106 * isearch.el (isearch-highlight): Change main overlay priority
107 from 1 to 1001. Simplify.
108 (isearch-lazy-highlight-update): Change lazy overlay priority
109 from 0 to 1000.
110
111 * replace.el (replace-highlight): Change overlay priority from
112 1 to 1001.
113
114 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
115 Change overlay priority from 1 to 1001. Reuse existing overlay.
116
117 * compare-w.el (compare-windows-highlight): Change overlay
118 priority from 1 to 1000.
119
120 * menu-bar.el (menu-bar-edit-menu): Add listp around
121 pending-undo-list to disable menu item "undo" when pending
122 undo list is empty.
123
124 * locate.el (locate): Disable undo in *Locate* buffer.
125
126 2005-12-09 Kim F. Storm <storm@cua.dk>
127
128 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
129
130 2005-12-09 David Ponce <david@dponce.com>
131
132 * recentf.el: Improvement of the menu code.
133 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
134 instead of menu hook.
135 (recentf-show-menu, recentf-hide-menu): New functions.
136 (recentf-menu-customization-changed, recentf-mode): Use them.
137 (recentf-menu-action, recentf-max-menu-items)
138 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
139 (recentf-arrange-by-rule-others)
140 (recentf-arrange-by-rules-min-items)
141 (recentf-arrange-by-rule-subfilter) : Don't use
142 `recentf-menu-customization-changed'.
143 (recentf-arrange-rules): Likewise. Accept functions to compute
144 sub-menu titles.
145 (recentf-menu-filter): Likewise. Doc fix.
146 (recentf-menu-value-shortcut): Doc fix.
147 (recentf-dump-variable): Quote atom value.
148 (recentf-make-menu-items): Update to use it as a menu filter.
149 (recentf-match-rule): New function.
150 (recentf-arrange-by-rule): Use it.
151 (recentf-indirect-mode-rule): New function.
152 (recentf-build-mode-rules): Use it.
153 (recentf-dir-rule): New function.
154 (recentf-arrange-by-dir): Use it.
155 (recentf-filter-changer-current): Rename from
156 `recentf-filter-changer-state'. All references updated.
157 (recentf-filter-changer-alist): Update filter names.
158 (recentf-filter-changer-select): New function.
159 (recentf-filter-changer): Use it. Make a sub-menu from filters
160 available in `recentf-filter-changer-alist'.
161 (recentf-data-cache, recentf-clear-data)
162 (recentf-update-menu): Remove. All references updated.
163 (recentf-match-rule-p, recentf-build-dir-rules)
164 (recentf-filter-changer-goto-next)
165 (recentf-filter-changer-get-current)
166 (recentf-filter-changer-get-next): Remove.
167
168 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
169
170 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
171 buffer "Reset" button to "Reset to Current" for consistency with
172 the State buttons.
173
174 2005-12-08 John Paul Wallington <jpw@pobox.com>
175
176 * ibuf-ext.el (define-ibuffer-filter filename):
177 If `dired-directory' is a list then really use its car.
178
179 2005-12-08 Kim F. Storm <storm@cua.dk>
180
181 * emulation/cua-rect.el (cua--rectangle-aux-replace): Fix
182 indention of text on right side of replaced rectangle.
183
184 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
185
186 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
187 No need to check gud-comint-buffer is bound.
188 (gdb): Prevent multiple debugging when first session uses gdba.
189
190 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
191
192 CC Mode update to 5.31.
193
194 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
195 Emacsen which lack `define-minor-mode'. (Currently Emacs <21. We
196 might do this function properly in the future).
197
198 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el: New
199 macros c-sentence-end and c-default-value-sentence end, to cope
200 with Emacs 22's new function `sentence-end'.
201
202 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
203
204 * progmodes/cc-cmds.el (c-show-syntactic-information): Solved the
205 compat issue using `c-put-overlay' and `c-delete-overlay'.
206
207 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay): New
208 compat macros to handle overlays/extents.
209
210 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
211
212 * progmodes/cc-fix.el: Add definitions of the macros push and pop
213 (for GNU Emacs 20.4)
214
215 * progmodes/cc-defs.el:
216 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
217
218 * progmodes/cc-cmds.el (c-show-syntactic-information): change the
219 highlighting mechanism so it will work in XEmacs too.
220
221 * progmodes/cc-defs.el: Insert c-int-to-char.
222
223 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
224 call to the new macro c-int-to-char. This solves XEmacs's
225 regarding characters as different from integers.
226
227 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
228
229 * progmodes/cc-fonts.el (c-make-syntactic-matcher): New internal
230 helper.
231
232 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
233 construct to make the indirect face lookup work in XEmacs.
234
235 (c-cpp-matchers): Append the negation char face to the existing
236 fontification, so that the cpp face doesn't disappear. Use
237 `c-make-syntactic-matcher' to avoid negation chars in comments and
238 strings.
239
240 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
241 to map to `font-lock-negation-char-face' in emacsen where it
242 exists.
243
244 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
245
246 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
247
248 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el: Rename
249 "c-subword-move-mode" as "c-subword-mode".
250
251 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
252 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
253
254 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
255
256 * progmodes/cc-mode.el: Added autoload directive for
257 `c-subword-move-mode' for use in older emacsen.
258
259 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
260
261 * progmodes/cc-mode.el:
262 (i) Insert a binding for C-c C-backspace into
263 c-bind-special-erase-keys which works in TTYs.
264 (ii) Make sure that when file styles are used, any explicitly
265 given style variables take priority over those in the style. Do
266 this by calling `hack-local-variables' a second time.
267
268 * progmodes/cc-vars.el: Add language specific customization
269 widgets for AWK to c-doc-comment-style, c-require-final-newline
270 and c-default-style. Add a defcustom for awk-mode-hook. Give
271 c-syntactic-element and c-syntactic-context doc-strings by
272 directly setting their `variable-documentation' propery. This
273 allows Emacs 22.1 to read these with C-h v.
274
275 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan
276 Monnier).
277
278 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
279
280 * progmodes/cc-fonts.el, cc-vars.el
281 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection,
282 gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
283 Masatake YAMATO.
284
285 (c-doc-comment-style): Made GtkDoc default in C mode.
286
287 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
288 and C-c C-<delete>.
289
290 (c-bind-special-erase-keys): New function for use on
291 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
292
293 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
294 <delete> key behavior in XEmacs according to `delete-forward-p'.
295 C.f. `c-electric-delete'.
296
297 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
298
299 * progmodes/cc-mode.el: Give c-hungry-backspace and
300 c-hungry-delete-forward permanent key bindings.
301
302 * progmodes/cc-cmds.el (c-electric-semi&comma): Bind
303 c-syntactic-context for calls to "criteria functions", for
304 consistency with other calls to user functions.
305
306 * progmodes/cc-cmds.el (c-indent-command): expunge use of
307 `current-prefix-arg', since this might be the prefix arg to a
308 command which calls c-indent-command as a function. Change the
309 interactive spec from "p" to "P".
310
311 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
312 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
313 was difficult to understand.
314
315 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
316
317 * progmodes/cc-engine.el (c-on-identifier): Fixed bug when at the
318 first char of an identifier.
319
320 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
321 +" syntax in C++.
322
323 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
324
325 * progmodes/cc-cmds.el (c-mask-paragraph): correct, so that
326 auto-fill doesn't split a c-comment's last word from a hanging
327 "*/" when a space is typed between them after fill-column.
328
329 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
330
331 * progmodes/cc-styles.el (c-set-style,
332 c-setup-paragraph-variables): Abort the command if we're not in a
333 CC Mode buffer.
334
335 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
336 with blank comment-prefix, and a blank line as the comment's
337 second line.
338
339 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
340
341 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
342 Incorporated the patterns added in the Emacs development branch
343 for the new Emacs 22 face `font-lock-negation-char-face'.
344
345 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
346 of "red" since it stands out better in xterms and DOS terminals.
347
348 * progmodes/cc-engine.el (c-literal-faces): Added
349 `font-lock-comment-delimiter-face' which is new in Emacs 22.
350
351 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
352
353 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
354 forcibly enable c-electric-flag.
355
356 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
357 `comment-close-slash' on c-electric-slash: if enabled, typing `/'
358 just after the comment-prefix of a C-style comment will close that
359 comment.
360
361 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
362
363 * progmodes/cc-fonts.el (c-basic-matchers-before,
364 c-complex-decl-matchers): Fixed the "not-arrow-prefix" regexp used
365 in Pike.
366
367 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
368 digraphs.
369
370 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
371 (c-cpp-message-directives, c-cpp-include-directives,
372 c-opt-cpp-macro-define, c-opt-cpp-macro-define-start,
373 c-cpp-expr-directives): Introduced new language constants to
374 control cpp syntax in a cleaner way.
375
376 (c-cpp-expr-functions): Renamed from c-cpp-defined-fns.
377
378 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
379
380 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines,
381 c-multiline-string-start-char): New language constants and
382 variables to specify how newlines in string literals work.
383
384 (c-font-lock-invalid-string): Use them.
385
386 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
387 unbalanced close brace is entered. Optimization by avoiding going
388 back over arbitrarily large blocks. Removed hints that this
389 function only would be relevant/useful in AWK.
390
391 (c-electric-brace): Indent syntactically after the cleanups since
392 lineup functions might do it differently then.
393
394 * progmodes/cc-engine.el, cc-langs.el
395 (c-opt-op-identifier-prefix): New language constant and variable.
396
397 (c-just-after-func-arglist-p, c-after-special-operator-id,
398 c-search-decl-header-end, c-inside-bracelist-p): Use it.
399
400 * progmodes/cc-align.el, cc-engine.el
401 (c-after-special-operator-id): New helper to handle C++ operator
402 identifiers.
403
404 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p,
405 c-guess-basic-syntax): Handle C++ operator identifiers in
406 declarations.
407
408 * progmodes/cc-langs.el (c-assignment-operators): Added the
409 trigraph version of ^= too.
410
411 * progmodes/cc-langs.el (c-assignment-operators): Added the
412 trigraph version of |= in C++.
413
414 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle
415 `c-decl-hangon-kwds' after the identifier name.
416
417 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
418 whether an arglist is "nonempty", ignore a comment after the open
419 paren if it isn't followed by a non-comment token on the same
420 line.
421
422 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4: Enable
423 heuristics below the point to cope with classes inside special
424 brace lists in Pike.
425
426 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
427
428 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
429
430 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
431
432 * progmodes/cc-guess.el (cc-guess-install): New function to
433 install an already guessed style in another buffer.
434
435 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
436 sets `inhibit-read-only' - `c-save-buffer-state' should be used
437 anyway if the change always is undone.
438
439 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
440
441 Implement togglable electricity:
442
443 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
444 saying when it should be used.
445
446 * progmodes/cc-engine.el: Add the new buffer-local variable,
447 c-electric-flag.
448
449 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
450 c-toggle-auto-newline.
451
452 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
453 c-toggle-auto-newline. Remove the binding for
454 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
455 c-toggle-electric-state.
456
457 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
458
459 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
460 c-\(forward\|backward\)-subword.
461 (c-update-modeline): Add the new modeline flag `l' for
462 `c-electric-flag'. Make the auto-newline flag `a' dependent on
463 `l'.
464 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'. Make
465 the old name an alias of the new name.
466 (c-toggle-electric-state): New function.
467 c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\):
468 Adapt these functions to do electric things only when
469 c-electric-flag is non-nil.
470 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
471 new functions from c-electric-brace.
472 (c-point-syntax): Add a check for "virtual semicolons" in AWK
473 mode, so that the tentative extra newline doesn't change the
474 syntax of the following brace.
475 (c-electric-brace): restructure by extracting the above functions.
476 Tidy up the coding somewhat.
477 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
478 restructure a bit.
479
480 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
481
482 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
483 anchor position(s) using faces. Thanks to Masatake YAMATO for the
484 idea.
485
486 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
487 (c-submode-indicators): Changed name from `c-auto-hungry-string'
488 since it's now used to track another submode.
489
490 (c-update-modeline): Converted to function and extended to check
491 `c-subword-move-mode'.
492
493 (c-forward-into-nomenclature, c-backward-into-nomenclature):
494 Converted to compat aliases for `c-forward-subword' and
495 `c-backward-subword'.
496
497 * progmodes/cc-subword.el: New functions and minor mode to handle
498 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
499
500 (c-forward-subword, c-backward-subword, c-mark-subword,
501 c-kill-subword, c-backward-kill-subword, c-transpose-subwords,
502 c-capitalize-subword, c-downcase-subword, c-upcase-subword):
503 Functions corresponding to the standard word handling functions.
504
505 (c-subword-move-mode): Minor mode that replaces all the standard
506 word handling functions with their subword equivalences.
507
508 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
509
510 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
511 entry for one-liner-defun.
512
513 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
514 name in its def-edebug-spec.
515
516 * progmodes/cc-cmds.el (c-electric-brace): Make the
517 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
518 compacts space before a comment, if this will make things fit on
519 one line.
520
521 Introduce an "awk" style, mainly for auto-newline and clean-ups.
522
523 * progmodes/cc-align.el: new function c-snug-1line-defun-close
524
525 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
526 clean-up one-liner-defun.
527
528 * progmodes/cc-styles.el: Add the new "awk" style.
529
530 * progmodes/cc-vars.el: Add description of one-liner-defun to
531 c-cleanup-list's doc-string. New user options,
532 c-max-one-liner-length. In c-default-style, set the default style
533 for AWK to "awk".
534
535 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
536
537 * progmodes/cc-engine.el (c-forward-label): Fixed fontification of
538 macros inside labels.
539
540 * progmodes/cc-engine.el (c-looking-at-bos): Obsoleted in favor of
541 `c-at-statement-start-p' and `c-at-expression-start-p'.
542
543 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
544 error if the mark isn't set.
545
546 * progmodes/cc-engine.el (c-guess-continued-construct,
547 c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
548 accurately detect functions inside functions.
549
550 * progmodes/cc-engine.el (c-at-expression-start-p): New function
551 like `c-at-statement-start-p' that additionally recognizes commas
552 and expression parentheses as delimiters.
553
554 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Added flag
555 to avoid heuristics that doesn't work for unclosed blocks.
556
557 (c-at-statement-start-p): New function.
558
559 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
560 Objective-C directives, e.g. directives spanning lines should work
561 reasonably well now.
562
563 (c-put-c-type-property, c-clear-c-type-property): New helpers.
564
565 (c-forward-objc-directive): New function to move over any ObjC
566 directive.
567
568 (c-just-after-func-arglist-p, c-guess-basic-syntax,
569 c-basic-matchers-before): Use it.
570
571 (c-font-lock-objc-iip-decl): Removed.
572
573 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
574 in the template arglist recognition.
575
576 * progmodes/cc-styles.el (c-style-alist): Fixed several
577 inconsistencies in the Whitesmith style.
578
579 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks): New
580 lineup function to get lines after Whitesmith style blocks
581 correctly indented.
582
583 (c-lineup-whitesmith-in-block): Backed out the compensation for
584 opening parens since it's done using `add' lists in the style
585 definition instead. Don't use the anchor position since it varies
586 too much between the syntactic symbols. :P
587
588 * progmodes/cc-vars.el (c-valid-offset): Updated.
589
590 * progmodes/cc-engine.el (c-evaluate-offset): Extended to handle
591 lists where the offsets are combined according to several
592 different methods: `first', `min', `max', and `add'. Report
593 offset evaluation errors with `c-benign-error' so that some kind
594 of reindentation still is done.
595
596 * progmodes/cc-engine.el (c-guess-basic-syntax): Anchor
597 `arglist-intro' the same way as `arglist-cont-nonempty' and
598 `arglist-close'.
599
600 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed similar
601 situations for `arglist-cont-nonempty' and `arglist-close'.
602
603 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New
604 constant.
605
606 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
607 cc-bytecomp-boundp' in a number of places.
608
609 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fixed a
610 macro related issue.
611
612 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
613
614 * progmodes/cc-awk.el: Change the terminology of regexps: A char
615 list is now
616 [asdf], a char class [:alpha:]. Include code for char classes.
617 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
618 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
619
620 Remove (nearly all of) the cruft associated with AWK Mode's former
621 concept of "virtual semicolons":
622
623 Adapt c-beginning-of-statement, c-end-of-statement (together with
624 subfunctions) to use the new notion of "virtual semicolon" in
625 place of the old awkward special handling for AWK. There remains
626 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
627 * progmodes/cc-cmds.el:
628 (c-ascertain-adjacent-literal): In the backwards direction, now
629 recognises AWK regexp delimiters as string delimiters.
630 (c-after-statement-terminator-p): Adapt for virtual semicolons;
631 check more rigorously for "end of macro".
632 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
633 virtual semicolons;
634 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
635 out the code for forward movement into ...
636 (c-end-of-statement): Now contains the code for forward movement,
637 adapted for virtual semicolons.
638
639 * progmodes/cc-engine.el:
640 (c-ws*-string-limit-regexp): new regexp.
641 (c-forward-single-comment, c-backward-single-comment): Comment out
642 the (now redundant) "special" AWK stuff.
643
644 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
645 c-string-par-start, c-string-par-separate to be more like Text
646 Mode than Fundamental Mode.
647
648 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
649
650 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
651 to the fontified region so that fontification doesn't occur
652 outside it
653 (could happen e.g. when fontifying a line with an unfinished
654 declaration).
655
656 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
657
658 * progmodes/cc-awk.el: Regexps for analysing AWK code have been
659 moved to near the start of the file. ^L now separate sections of
660 the file. New defconsts: c-awk-non-eol-esc-pair-re,
661 c-awk-blank-or-comment-line-re,
662 c-awk-one-line-possibly-open-string-re,
663 c-awk-regexp-one-line-possibly-open-char-class-re,
664 c-awk-one-line-possibly-open-regexp-re,
665 c-awk-one-line-non-syn-ws*-re. New functions: c-awk-at-vsemi-p,
666 c-awk-vsemi-status-unknown-p.
667
668 Amend the concept of "virtual semicolons" (in the indentation
669 engine) for languages like AWK, such that they are now
670 conceptually attached to end of the last token of a statement, not
671 the end of the line. (In AWK Mode, however, the pertinent text
672 property is still physically set on the EOL.) Remove the specific
673 tests for awk-mode, thus facilitating the introduction of other
674 language modes where EOLs can end statements. (Note: The
675 funtionality in cc-cmds.el, specifically
676 c-beginning/end-of-statement has yet to be amended.)
677
678 * progmodes/cc-defs.el: New macros c-at-vsemi-p,
679 c-vsemi-status-unknown-p.
680
681 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
682 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
683 c-vsemi-status-unknown-p-fn (in a new page).
684
685 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
686 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
687 numerous awkward forms like
688 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
689 with
690 (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
691 variable before-ws-ip, the place just after char-before-ip
692 appears.
693
694 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
695 a comment.
696
697 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
698
699 * progmodes/cc-cmds.el (c-electric-brace): Cleaned up using
700 `c-tentative-buffer-changes'.
701
702 * progmodes/cc-defs.el (c-region-is-active-p): Simplified and
703 converted to macro to choose between Emacs and XEmacs at compile
704 time.
705
706 (c-set-region-active): New set counterpart to
707 `c-region-is-active-p'.
708
709 (c-tentative-buffer-changes): New macro to handle temporary buffer
710 changes in a convenient way.
711
712 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
713 for `c-tentative-buffer-changes'.
714
715 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tightened up
716 the checks for paren sexps between the point and the keyword, to
717 avoid some false alarms.
718
719 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
720 Fixed a situation where an error could be thrown for unbalanced
721 parens. Changed to make use of c-keyword-member' to avoid some
722 repeated regexp matches.
723
724 (c-opt-lambda-key, c-opt-inexpr-block-key,
725 c-opt-inexpr-class-key): These language variable are no longer
726 necessary.
727
728 (c-block-stmt-kwds): New language constant used by
729 c-looking-at-inexpr-block'.
730
731 (c-guess-basic-syntax): Removed an optional check that looked at
732 the existence of the now removed language variables.
733
734 * progmodes/cc-engine.el (c-fdoc-shift-type-backward,
735 c-forward-decl-or-cast-1): Fixed invalid recognition of C++ style
736 object instantiation expressions as declarations in some contexts.
737 This bug only affected languages where the declarator can't be
738 enclosed in parentheses.
739
740 * progmodes/cc-styles.el (c-style-alist): Fixed the GNU style to
741 insert newlines before and after substatement braces.
742
743 * progmodes/cc-engine.el: Improved the heuristics for recognizing
744 function declaration headers and the handling of C++ style member
745 init lists.
746
747 (c-just-after-func-arglist-p): Rewritten to use
748 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
749
750 (c-beginning-of-member-init-list): Removed since it isn't used
751 anymore.
752
753 (c-guess-basic-syntax): Case 5B adapted for the new
754 `c-just-after-func-arglist-p'. Cases 5B.1 and 5B.3 merged. Cases
755 5D.1 and 5D.2 removed since they aren't trigged anymore (case 5B.1
756 covers all cases now).
757
758 * progmodes/cc-defs.el (c-point): Added 'bosws and 'eosws.
759
760 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
761
762 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
763 c-string-par-start/separate c-sentence-end-with-esc-eol,
764 initialised in c-setup-paragraph-variables, used in string
765 scanning subroutines of c-beginning-of-statement.
766
767 * progmodes/cc-cmds.el (c-electric-brace): don't delete a comment
768 which precedes the newly inserted `{'.
769
770 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
771
772 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
773 function for declaration level blocks. It should now cope with
774 templates better and also be a lot more comprehensible.
775
776 (c-looking-at-decl-block): The new function.
777
778 (c-search-uplist-for-classkey): The old one. It's now a wrapper
779 for compatibility.
780
781 (c-add-class-syntax, c-guess-continued-construct,
782 c-guess-basic-syntax): Adapted for `c-looking-at-decl-block'.
783
784 (c-decl-block-key): Changed to tell apart ambiguous and
785 unambiguous keywords. Pike specials are now handled directly in
786 the code instead.
787
788 (c-block-prefix-disallowed-chars, c-block-prefix-charset): New
789 language constants and variables to make the backward skip in
790 `c-looking-at-decl-block' as tight as possible.
791
792 (c-nonsymbol-token-char-list): New language constant.
793
794 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
795 find balanced template arglists backwards.
796
797 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
798 making char classes for `c-syntactic-skip-backward'.
799
800 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplified case
801 16D - can't be a class-close at that point.
802
803 * progmodes/cc-engine.el (c-guess-basic-syntax,
804 c-add-class-syntax): Don't narrow out the enclosing declaration
805 level. This makes everything a lot easier, and it was actually
806 only four small places that needed it to work. Some places that
807 previously did `widen' are removed now, which has the effect that
808 `c-guess-basic-syntax' never will look at things outside the
809 current narrowment now. The anchor position for `topmost-intro'
810 is affected by this, but it was so bogus it was basically useless
811 before, and now it's equally bogus but in a slightly different
812 way.
813
814 (c-narrow-out-enclosing-class): Gone.
815
816 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
817 the narrowed region.
818
819 (c-least-enclosing-brace): Removed silly optional argument.
820
821 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fixed bug where
822 the point could be left directly after an open paren when finding
823 the beginning of the first decl in the block.
824
825 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
826 Specify which submatch to use.
827
828 * progmodes/cc-langs.el (c-symbol-start): Include '@' in ObjC.
829
830 (c-decl-start-re): No no longer any need for special treatment of
831 ObjC due to the above.
832
833 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
834 presumably follows C in that regard.
835
836 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
837 New language constants to specify operator tokens inside
838 identifiers in a more high level way.
839
840 (c-opt-identifier-prefix-key): New internal language constant.
841
842 (c-opt-identifier-concat-key, c-opt-after-id-concat-key,
843 c-identifier-start, c-identifier-key): Now completely calculated
844 from other constants.
845
846 (c-identifier-last-sym-match): Decommissioned since it's no longer
847 used.
848
849 (c-operators): Use `c-identifier-ops'. Documented
850 `postfix-if-paren'.
851
852 * progmodes/cc-engine.el (c-forward-name): Removed the
853 optimization when c-identifier-key is equal to c-symbol-key since
854 it doesn't work in byte compiled files. Don't record empty
855 regions as identifiers.
856
857 * progmodes/cc-langs.el (c-filter-ops): New helper function to
858 simplify access to `c-operators' and its likes.
859
860 (c-operator-list, c-all-op-syntax-tokens,
861 c-nonsymbol-token-regexp, c-<>-multichar-token-regexp,
862 c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds,
863 c-primary-expr-regexp, c-cast-parens): Use it.
864
865 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
866 an explicit language in functions.
867
868 * progmodes/cc-defs.el (c-make-keywords-re): Added an appendable
869 variant of adornment.
870
871 * progmodes/cc-langs.el (c-any-class-key): Removed unused language
872 variable.
873
874 (c-type-decl-prefix-key): Removed some now unnecessary cruft from
875 the Pike value.
876
877 * progmodes/cc-engine.el (c-on-identifier,
878 c-simple-skip-symbol-backward): Small fix for handling "-"
879 correctly in `skip-chars-backward'. Affected the operator lfun
880 syntax in Pike.
881
882 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disabled the
883 diagnostic message about precompiled language vars not being used.
884
885 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
886 "__attribute__" is followed by a parenthesis.
887
888 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re,
889 c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
890 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
891
892 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el: Internal
893 cleanups to properly detect the declared identifiers in various
894 declarations.
895
896 (c-decl-start-kwds): New language constant to recognize
897 declarations that can start anywhere. Used for class declarations
898 in Pike.
899
900 (c-specifier-key, c-not-decl-init-keywords,
901 c-decl-prefix-or-start-re, c-find-decl-prefix-search,
902 c-find-decl-spots): Implement `c-decl-start-kwds'.
903
904 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds,
905 c-decl-hangon-key, c-forward-decl-or-cast-1): Separated the
906 handling of the compiler specific extension keywords into a new
907 language constant `c-decl-hangon-kwds' that defines keyword
908 clauses to be ignored in declarations.
909
910 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
911 past unrecognized tokens when handling `c-colon-type-list-kwds'.
912 Necessary to stop at the declared identifier in e.g. IDL valuetype
913 declarations.
914
915 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds,
916 c-prefix-spec-kwds-re, c-postfix-spec-kwds,
917 c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key,
918 c-forward-decl-or-cast-1): Recognize the declared identifier in
919 class and enum declarations as such and not as part of the type.
920
921 (c-forward-decl-or-cast-1, c-forward-label): Relaxed the
922 interpretation of PRECEDING-TOKEN-END when there's no preceding
923 token.
924
925 (c-forward-decl-or-cast-1): Don't disregard sure signs of
926 declarations when there's some syntax error later on.
927
928 (c-complex-decl-matchers): Did away with a reference to
929 `c-specifier-key'.
930
931 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
932 value - this variable is always dynamically bound.
933
934 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el,
935 cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el,
936 cc-cmds.el, cc-defs.el: Changed the policy for marking up
937 functions that might do hidden buffer changes: All such internal
938 functions are now marked instead of those that don't.
939
940 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments,
941 c-(forward|backward)-single-comment, c-parse-state, c-on-identifier,
942 c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments,
943 c-literal-type): Allow these functions to make hidden buffer changes,
944 so that they are free to use text property caching later on.
945
946 (c-electric-backspace, c-electric-delete-forward, c-electric-pound,
947 c-electric-brace, c-electric-slash, c-electric-star,
948 c-electric-semi&comma, c-electric-colon, c-electric-lt-gt,
949 c-electric-paren, c-electric-continued-statement, c-indent-command,
950 c-indent-region, c-mask-paragraph, c-indent-new-comment-line,
951 c-context-line-break): Added `c-save-buffer-state' calls to comply
952 with the changed semantics of the functions above.
953
954 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fixed a bug
955 when macros occur in obscure places. Optimized the sexp movement
956 a bit.
957
958 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
959
960 Enhancements for c-beginning-of-statement to work in AWK Mode:
961
962 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
963 (completed statement) with `}' (statement completed by closing
964 brace or semicolon) and `$' (statement completed by EOL).
965
966 (c-awk-virtual-semicolon-ends-prev-line-p,
967 c-awk-virtual-semicolon-ends-line-p,
968 c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward,
969 c-awk-at-statement-end-p): new functions
970
971 * progmodes/cc-cmds.el: Simplify the structure of functions
972 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
973 two functions and c-beginning-of-statement to handle AWK Mode.
974
975 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
976 c-backward-single-comment for AWK mode. Attempt to clarify their
977 doc-strings.
978
979 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
980
981 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
982
983 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
984 label handling. Labels are now recognized in a uniform and more
985 robust way, regardless of context. Text properties are put on all
986 labels to recognize the following declarations better. Multiword
987 labels are handled both in indentation and fontification for the
988 benefit of language extensions like Qt. For consistency, keywords
989 in labels are now fontified with the label face instead. That
990 also applies to "case" and "default".
991
992 (c-beginning-of-statement-1): Fixed some bugs in the label
993 handling. Disregard `c-nonlabel-token-key' in labels that begin
994 with `c-label-kwds'.
995
996 (c-find-decl-spots): Support that the callback adds more
997 `c-decl-end' spots to find.
998
999 (c-forward-decl-or-cast-1): Don't treat a list of plain
1000 identifiers followed by a colon as a declaration.
1001
1002 (c-forward-label): New function to recognize labels.
1003
1004 (c-guess-basic-syntax): Replaced uses of `c-label-key' with
1005 `c-forward-label'. Moved the label recognition cases (14 and 15)
1006 earlier since they aren't so context sensitive now. Handle labels
1007 on the top level gracefully. Moved access label recognition to
1008 the generic label case (CASE 15) - removed CASE 5E.
1009
1010 (c-font-lock-declarations): Added recognition of labels in the
1011 same round since we need to handle labels in parallell with other
1012 declarations to recognize both accurately. It should also improve
1013 speed.
1014
1015 (c-simple-decl-matchers, c-basic-matchers-after): Moved
1016 `c-font-lock-labels' so that it only is used on decoration level 2
1017 since `c-font-lock-declarations' handles it otherwise.
1018
1019 (c-complex-decl-matchers): Removed the simplistic recognition of
1020 access labels.
1021
1022 (c-decl-prefix-re): Removed the kludges that was necessary to cope
1023 with labels earlier.
1024
1025 (c-decl-start-re): New language variable to make
1026 `c-font-lock-declarations' stop for the special protection labels
1027 in Objective-C that start with '@'.
1028
1029 (c-label-key): Removed since it's no longer used.
1030
1031 (c-recognize-colon-labels, c-label-prefix-re): New language
1032 constants to support recognition of generic colon-terminated
1033 labels.
1034
1035 (c-type-decl-end-used): `c-decl-end' is now used whenever there
1036 are colon terminated labels.
1037
1038 * progmodes/cc-align.el (c-lineup-arglist): Fixed bug when the
1039 first argument starts with a special brace list.
1040
1041 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1,
1042 c-font-lock-declarations): Broke out the declaration and cast
1043 recognition from `c-font-lock-declarations' to a new function, so
1044 that it can be used in the indentation engine.
1045
1046 * progmodes/cc-engine.el (c-find-decl-spots): Fixed bug in backing
1047 up to the start of the literal. Fixed bug with the point on the
1048 wrong side of the search limit that could happen when the start
1049 position is inside a literal.
1050
1051 * progmodes/cc-engine.el (c-parse-state,
1052 c-invalidate-state-cache): Modified the use of `c-state-cache-end'
1053 so that it's kept a little bit back to increase the hit rate.
1054
1055 (c-parse-state): Changed the macro handling and fixed some
1056 glitches. Macro context is checked more often than necessary now,
1057 but otoh less garbage conses are generated.
1058
1059 * progmodes/cc-engine.el (c-parse-state,
1060 c-invalidate-state-cache): Cache the last position where
1061 `c-state-cache' applies. This can speed up refontification quite
1062 a bit in blocks where there are many non-brace parens before the
1063 point.
1064
1065 (c-state-cache-end): New variable for this.
1066
1067 (c-guess-basic-syntax, c-debug-parse-state): Adapted for the new
1068 cache variable.
1069
1070 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
1071 get close initial continue positions when the start position is
1072 inside a literal or macro. Do not call the callback for spots
1073 before the start position (which can happen e.g. for `c-decl-end'
1074 spots inside comments). Optimize better in special cases when the
1075 region is a single line inside a literal or macro (typically when
1076 the current line is refontified).
1077
1078 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplified calls
1079 to `c-add-stmt-syntax' - there's no need to explicitly whack off
1080 entries from the paren state.
1081
1082 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrowed down the
1083 special case for "else if" clauses.
1084
1085 * progmodes/cc-engine.el (c-looking-at-inexpr-block,
1086 c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
1087
1088 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks): New
1089 language variable to recognize the gcc extension with statement
1090 blocks inside expressions.
1091
1092 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructured to make
1093 it somewhat more comprehensible. The argument AT-BLOCK-START is
1094 no longer used and hence removed.
1095
1096 (c-guess-continued-construct, c-guess-basic-syntax): Updated calls
1097 to `c-add-stmt-syntax'.
1098
1099 * progmodes/cc-engine.el (c-backward-to-decl-anchor): Use
1100 `c-beginning-of-statement-1' instead of duplicating parts of it.
1101 This fixes bogus label recognition.
1102
1103 * progmodes/cc-engine.el (c-add-type, c-check-type,
1104 c-forward-name, c-forward-type): Improved storage of template
1105 types in `c-found-types' so that they can be recognized better.
1106
1107 (c-syntactic-content): Added option to skip past nested parens.
1108
1109 * progmodes/cc-engine.el (c-forward-name): Set
1110 `c-last-identifier-range' all the time. It's less work that way.
1111 Handle that there might not be an identifier to store in
1112 `c-last-identifier-range'.
1113
1114 (c-forward-type): Handle that `c-last-identifier-range' might be
1115 nil from `c-forward-name'.
1116
1117 * progmodes/cc-defs.el: (c-safe-scan-lists,
1118 c-(go-)?(up|down)-list-(forward|backward)): Added limit arguments.
1119
1120 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
1121 to work even if the form fails.
1122
1123 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
1124 down in a large file in one go.
1125
1126 (c-get-fallback-start-pos): New helper function for
1127 `c-parse-state'.
1128
1129 * progmodes/cc-align.el (c-lineup-assignments): New lineup
1130 function which is like `c-lineup-math' but returns nil instead of
1131 `c-basic-offset' when it doesn't match.
1132
1133 (c-lineup-math): Changed to use `c-lineup-assignments'.
1134
1135 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
1136
1137 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
1138 c-beginning-of-statement. New subfunctions
1139 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
1140
1141 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
1142
1143 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
1144 hardcoded char classes whereever possible. Changed a couple of
1145 places to use skip by syntax instead of skip by char class.
1146
1147 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
1148 Fixed a bug in the regexp that caused extreme backtracking.
1149
1150 * progmodes/cc-langs.el (c-block-comment-starter,
1151 c-block-comment-ender): New language constants to specify in a
1152 single place how block comments look.
1153
1154 (c-comment-start-regexp, c-block-comment-start-regexp,
1155 comment-start, comment-end, comment-start-skip,
1156 c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws,
1157 c-syntactic-ws, c-nonempty-syntactic-ws,
1158 c-single-line-syntactic-ws, c-syntactic-eol): Now built from
1159 `c-line-comment-starter', `c-block-comment-starter' and
1160 `c-block-comment-ender'.
1161
1162 (c-block-comment-regexp, c-unterminated-block-comment-regexp): New
1163 language constants to break up things a bit.
1164
1165 (c-simple-ws): New language constant for simple whitespace.
1166
1167 * progmodes/cc-defs.el (c-concat-separated): New convenience
1168 function.
1169
1170 * progmodes/cc-defs.el (c-make-keywords-re): Added kludge for bug
1171 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
1172 newlines. Allow and ignore nil elements in the list.
1173
1174 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
1175
1176 * progmodes/cc-cmds.el: Comment out a (n almost certainly
1177 superfluous) check, (eq here (point-max)) in
1178 c-beginning-of-statement.
1179
1180 * progmodes/cc-cmds.el: Tidy up the comments in
1181 c-beginning-of-statement and subfunctions.
1182
1183 * progmodes/cc-awk.el: Replace calls to put-text-property to the
1184 more flexible c-put-char-property and c-clear-char-properties.
1185 Add the author's email address.
1186
1187 * progmodes/cc-langs.el: New variable,
1188 c-block-comment-start-regexp.
1189
1190 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
1191 closing "*/" of a block comment.
1192
1193 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
1194 subfunctions) so that it works at BOB and EOB.
1195
1196 * progmodes/cc-cmds.el, cc-vars.el: More updating of
1197 c-beginning-of-statement, including new variable
1198 c-block-comment-start-regexp.
1199
1200 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
1201
1202 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
1203 symbols from `*-font-lock-extra-types' so that there's no need to
1204 use `regexp-opt' on those lists.
1205
1206 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
1207 `c-type-modifier-kwds' is empty.
1208
1209 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
1210 there are several strings on the same line.
1211
1212 * progmodes/cc-engine.el (c-literal-limits): Removed the
1213 compatibility function for older emacsen. `c-literal-limits-fast'
1214 has now taken the place of this function.
1215
1216 * progmodes/cc-vars.el (c-emacs-features): Removed compatibility
1217 with older emacsen: We now require 'pps-extended-state.
1218
1219 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
1220
1221 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
1222 which obviates the need to hack sentence-end. This now handles
1223 escaped newlines in strings correctly. Correct minor bugs in
1224 c-move-over-sentence and in c-beginning-of-statement.
1225
1226 * progmodes/cc-cmds.el (c-beginning-of-statement (and
1227 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
1228 that movement over macros and code are rigorously separated from
1229 eachother. Correct a few incidental bugs.
1230
1231 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
1232 Improve its doc-string. Improve the handling of certain specific
1233 cases.
1234
1235 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
1236
1237 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
1238 (c-guess-basic-syntax): Changed the way class-level labels are
1239 recognized; they can now contain essentially any symbols.
1240
1241 (c-opt-extra-label-key): New language variable to cope with the
1242 special protection label syntax in Objective-C.
1243
1244 (c-opt-access-key): Removed; this is now handled better by
1245 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
1246
1247 (c-complex-decl-matchers): Update to handle that
1248 `c-opt-access-key' no longer exists.
1249
1250 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
1251 improved label recognition in `c-beginning-of-statement-1'.
1252
1253 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
1254 Recognize bitfields better.
1255
1256 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
1257 Removed some cruft and fixed a bug that could cause it to go to a
1258 position further down.
1259
1260 * progmodes/cc-langs.el, cc-engine.el
1261 (c-beginning-of-statement-1): Improved detection of labels in
1262 declaration contexts.
1263
1264 (c-beginning-of-decl-1): Use it.
1265
1266 (c-nonlabel-token-key): New language constant and variable needed
1267 by `c-beginning-of-statement-1'.
1268
1269 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed bug that
1270 manifested itself due to the correction in `c-forward-sexp'.
1271
1272 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp): Made
1273 these behave as documented when used at the buffer limits.
1274
1275 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
1276 (c-type-decl-end-used): Made this a language variable.
1277
1278 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
1279 correctly when `combine-after-change-calls' is used together with
1280 temporary narrowings.
1281
1282 * progmodes/cc-engine.el (c-beginning-of-statement-1): Report
1283 labels correctly when the start point is immediately after the
1284 colon.
1285
1286 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties): Removed
1287 since it isn't used anymore.
1288
1289 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
1290 bracket arglists such as template parens in C++.
1291
1292 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fixed a bug
1293 in the last check-in. Some optimization.
1294
1295 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fixed bug
1296 where it could stop at the same level in a preceding sexp when
1297 PAREN-LEVEL is set.
1298
1299 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
1300 text property lookup only when it's needed.
1301
1302 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
1303 Changed the policy for paren marked angle brackets to be more
1304 persistent; once marked they remain marked even when they're found
1305 to be unbalanced in the searched region. This should keep the
1306 paren syntax around even when individual lines are refontified in
1307 multiline template arglists.
1308
1309 (c-parse-and-markup-<>-arglists): New dynamically bound variable
1310 to control markup so that incorrect angle bracket arglists aren't
1311 marked in contexts where the correct value for
1312 `c-disallow-comma-in-<>-arglists' isn't known.
1313
1314 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
1315 argument has become `c-parse-and-markup-<>-arglists'.
1316
1317 (c-remove-<>-arglist-properties): Removed - no longer used.
1318
1319 (c-after-change-check-<>-operators): New function used on
1320 `after-change-functions' to avoid that "<" and ">" characters that
1321 are part of longer operators have paren syntax.
1322
1323 (c-<>-multichar-token-regexp): New language variable used by
1324 `c-after-change-check-<>-operators'.
1325
1326 (c-after-change): Call `c-after-change-check-<>-operators'.
1327
1328 (c-font-lock-<>-arglists): Use the context properties set by
1329 `c-font-lock-declarations' to set
1330 `c-disallow-comma-in-<>-arglists' correctly to avoid doing invalid
1331 markup.
1332
1333 (c-font-lock-declarations): Removed code that undoes the invalid
1334 markup done by `c-font-lock-<>-arglists'.
1335
1336 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
1337 after `c-font-lock-declarations'.
1338
1339 * progmodes/cc-engine.el (c-syntactic-skip-backward): Added
1340 paren-level feature.
1341
1342 (c-guess-basic-syntax): Improved the anchor position for
1343 `template-args-cont' in nested template arglists. There's still
1344 much to be desired in this area, though.
1345
1346 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
1347
1348 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
1349 Make the "Text Filling and Line Breaking" commands work for AWK
1350 buffers.
1351
1352 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
1353
1354 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
1355 Removed;
1356 (c-major-mode-is 'awk-mode) can be used instead now.
1357
1358 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
1359 it doesn't work no longer are supported.
1360
1361 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el,
1362 cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
1363 requires support for the syntax-table' text property, which rules
1364 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
1365 cruft associated with those versions.
1366
1367 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
1368 for the `syntax-table' text property, which rules out Emacs 19 and
1369 XEmacs < 21.4. Removed various compatibility cruft associated
1370 with those versions.
1371
1372 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
1373 support for the `syntax-table' text property.
1374
1375 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
1376 variable and use an extra quoted face name instead. All the
1377 emacsen flavors handle that correctly.
1378
1379 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare,
1380 c-font-lock-declarators, c-font-lock-declarations,
1381 c-complex-decl-matchers, c-basic-matchers-after): Use a text
1382 property to mark the items in in declarator lists to handle
1383 refontification inside multiline declarations better.
1384
1385 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
1386 construct like "a * b = c;" as a declaration.
1387
1388 2005-12-08 Kim F. Storm <storm@cua.dk>
1389
1390 * emulation/cua-base.el (cua-use-hyper-key): Replaced by ...
1391 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
1392 select either meta, hyper, or super modifier for rectangle commands.
1393 (cua--rectangle-modifier-key): New defvar.
1394 (cua--M/H-key): Use it. Remove special case for 'space.
1395 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
1396 on X, to meta otherwise. Always bind C-return to toggle
1397 rectangle. Pass ?\s instead of 'space to cua--M/H-key.
1398
1399 * emulation/cua-rect.el (cua-help-for-rectangle): Use
1400 cua--rectangle-modifier-key. Handle super modifier too.
1401 (cua--init-rectangles): Always bind C-return to toggle rectangle.
1402 Pass ?\s instead of 'space to cua--M/H-key and cua--rect-M/H-key.
1403
1404 * ido.el: Move Acknowledgements and History after Commentary.
1405 Minor changes to Commentary.
1406
1407 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
1408 keymap if cua--prefix-override-timer equals 'shift.
1409 (cua--shift-control-prefix): New function; emulate "type prefix
1410 key twice" functionality to handle shifted prefix key override.
1411 (cua--shift-control-c-prefix, cua--shift-control-x-prefix): New
1412 commands.
1413 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
1414
1415 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
1416
1417 * textmodes/org.el (org-insert-heading): Try to do items before
1418 headings.
1419 (org-agenda-mode): Quote `org-agenda-mode-hook'.
1420 (org-insert-item): New function.
1421 (org-renumber-ordered-list): Don't skip to higher level lists.
1422
1423 2005-12-08 Juri Linkov <juri@jurta.org>
1424
1425 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
1426
1427 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
1428
1429 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
1430
1431 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
1432 the constructed function name fun-1.
1433
1434 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
1435 because such links don't lead to parent documentation.
1436
1437 2005-12-08 Kenichi Handa <handa@m17n.org>
1438
1439 * descr-text.el (describe-char): Use *Help-2* buffer if the
1440 current buffer is *Help*. Call describe-text-properties while
1441 setting the original buffer.
1442
1443 2005-12-07 Bill Wohler <wohler@newt.com>
1444
1445 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
1446 and causes problems with non-MH users (such as Gnus users).
1447
1448 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
1449
1450 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
1451 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
1452 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
1453 command "info sources". Move calls to GDB command "list".
1454 (gdb-find-file-hook): Just use gdb-source-file-list.
1455 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
1456 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
1457 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
1458 (gdb-data-list-register-values-handler): Use correct trigger name.
1459
1460 2005-12-07 Kim F. Storm <storm@cua.dk>
1461
1462 * ido.el (ido-completion-map): Renamed from ido-mode-map.
1463 (ido-common-completion-map, ido-file-completion-map)
1464 (ido-file-dir-completion-map, ido-buffer-completion-map):
1465 Renamed from ido-mode-....-map.
1466 (ido-init-completion-maps): Renamed from ido-init-mode-maps.
1467 (ido-setup-completion-map): Renamed from ido-define-mode-map.
1468 (ido-read-internal): Bind minibuffer-local-filename-completion-map
1469 to ido-completion-map.
1470
1471 2005-12-07 Kenichi Handa <handa@m17n.org>
1472
1473 * international/mule-cmds.el
1474 (set-display-table-and-terminal-coding-system): If the coding
1475 system specified in `unibyte-display' property is different from
1476 the arg coding-system, don't setup standard-display-table.
1477
1478 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
1479
1480 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
1481 that comments end at \n, regardless of selective-display.
1482
1483 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
1484
1485 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
1486 (gdb-version): New variables.
1487 (gdb-source-file-list, gdb-register-names)
1488 (gdb-changed-registers): New variables for use with GDB 6.4+.
1489 (gdb-ann3): Replace with...
1490 (gdb-init-1, gdb-init-2): ...two new functions.
1491 (gdba, gdb-prompt): Call gdb-init-1.
1492 (gdb-get-version): New function. Call gdb-init-2 from here.
1493 (gud-watch): Make it work with mouse events too.
1494 (gdb-post-prompt): Don't add to queue until GDB version is known.
1495 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
1496 (gdb-locals-mode): Use gdb-version.
1497 (gdb-memory-format-map, gdb-memory-unit-map)
1498 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
1499 (gdb-locals-font-lock-keywords-1)
1500 (gdb-locals-font-lock-keywords-2): New variables.
1501 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
1502 (gdb-set-gud-minor-mode-existing-buffers-1)
1503 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
1504 (gdb-var-update-1, gdb-var-update-handler-1)
1505 (gdb-data-list-register-values-handler)
1506 (gdb-data-list-register-values-custom)
1507 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
1508 (gdb-stack-list-locals-handler, gdb-get-register-names):
1509 New functions for use with GDB 6.4+.
1510 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
1511 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
1512 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
1513 (gdb-stack-list-locals-regexp)
1514 (gdb-data-list-register-names-regexp): New regexps for use with
1515 GDB 6.4+.
1516
1517 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
1518
1519 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
1520
1521 2005-12-06 Nozomu Ando <nand@mac.com> (tiny patch)
1522
1523 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
1524 prompts work for AUTH PLAIN. Also reported by Steve Allan
1525 <seallan@verizon.net>.
1526
1527 2005-12-06 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
1528
1529 * frame.el (set-frame-parameter): Add doc string.
1530
1531 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
1532
1533 * textmodes/org.el (org-occur-highlights): New variable.
1534 (org-highlight-new-match, org-remove-occur-highlights): New functions.
1535 (org-highlight-sparse-tree-matches): New option.
1536 (org-do-occur): New function.
1537 (org-get-heading): Make it work also at beginning of line.
1538 (org-category-table): New variable.
1539 (org-get-category-table, org-get-category)
1540 (org-camel-to-words, org-link-search): New functions.
1541 (org-select-this-todo-keyword): New variable.
1542 (org-todo-list): New command.
1543 (org-shiftright, org-shiftleft): New commands.
1544 (org-agenda-todo): Add prefix argument.
1545 (org-show-hierarchy-above): New option.
1546 (org-show-todo-tree): Numerical prefix creates tree for specific
1547 TODO keyword.
1548 (org-outline-level): New function, to assign a level to plain
1549 lists items.
1550 (org-cycle-include-plain-lists): New option.
1551 (org-mode): Use `org-outline-level' as value of `outline-level'.
1552 (org-cycle): Temporarily switch `outline-regexp' if
1553 `org-cycle-include-plain-lists' is non-nil.
1554 (org-start-icalendar-file): Fix format bug.
1555 (org-agenda-get-day-entries): Create category table.
1556 (org-agenda-get-todos, org-agenda-get-timestamps)
1557 (org-agenda-get-deadlines, org-agenda-get-scheduled)
1558 (org-agenda-get-blocks): Use `org-get-category'.
1559 (org-context-in-file-links): Rename from
1560 `org-line-numbers-in-file-links' .
1561
1562 2005-12-06 Romain Francoise <romain@orebokech.com>
1563
1564 * window.el (balance-windows): Delete extraneous third arg in call
1565 to `enlarge-window'.
1566
1567 2005-12-06 Kenichi Handa <handa@m17n.org>
1568
1569 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
1570
1571 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
1572
1573 * progmodes/gdb-ui.el (gdb-var-create-handler)
1574 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
1575 (gdb-var-list-children-handler, gdb-var-update-handler):
1576 Current buffer is already gdb-partial-output-buffer, don't
1577 make it current again.
1578
1579 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
1580
1581 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
1582 (list-buffers-noselect): Use it.
1583
1584 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
1585
1586 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
1587 (mail-yank-ignored-headers): Use regexp-opt.
1588 (mail-mode-map): Move initialization into declaration.
1589 (mail-sent-via): Remove unused shadowed var `to-line'.
1590 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
1591 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
1592 (mail-do-fcc): Use dolist and push.
1593 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
1594 (mail-yank-ignored-headers): Don't autoload.
1595
1596 2005-12-05 Kenichi Handa <handa@m17n.org>
1597
1598 * international/mule-cmds.el (set-language-info-internal): New fun.
1599 (set-language-info): Call set-language-info-internal to update
1600 language-info-alist. If LANG-ENV is the current one, call
1601 set-language-environment to make INFO effective now.
1602 (set-language-info-alist): Likewise.
1603 (locale-language-names): With locale "en", use English
1604 lang. env. but set the default codings to iso-8859-1.
1605
1606 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
1607
1608 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
1609 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
1610 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
1611 for plain strings.
1612 (gdb-frames-mode): Remove redundant call to font-lock-mode.
1613 (gdb-all-registers): Rename from toggle-gdb-all-registers.
1614 Create registers buffer if necessary. Echo new state in minibuffer.
1615 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
1616
1617 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
1618
1619 * info.el (Info-fontify-node): Match external links using
1620 non-directory part of filename.
1621
1622 2005-12-04 Juri Linkov <juri@jurta.org>
1623
1624 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
1625 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
1626 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
1627 because there is no customization option for it.
1628
1629 * font-lock.el (lisp-font-lock-keywords-1):
1630 Add define-global-minor-mode.
1631
1632 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
1633
1634 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
1635 properties on the constructed variable names.
1636
1637 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
1638 Put `definition-name' properties on the constructed function names
1639 next-sym and prev-sym.
1640
1641 * emacs-lisp/find-func.el (find-function-regexp):
1642 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
1643 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
1644 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
1645 and easy-menu-define.
1646
1647 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
1648 easy-mmode-define-global-mode and define-global-minor-mode.
1649 (lisp-imenu-generic-expression): Add define-global-minor-mode.
1650
1651 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
1652 instead of easy-mmode-define-global-mode.
1653
1654 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
1655 Use define-minor-mode instead of easy-mmode-define-minor-mode.
1656
1657 * cus-edit.el (customize-group, customize-group-other-window):
1658 Filter out autoloaded options from the group completion list by
1659 using heuristics that autoloaded groups don't have `custom-autoload'
1660 property on their symbols (they have only `custom-loads').
1661
1662 * simple.el (completion-setup-function): Put completions-common-part
1663 face on complete completion string too (i.e. completion string
1664 without completions-first-difference face).
1665
1666 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
1667
1668 2005-12-03 Eli Zaretskii <eliz@gnu.org>
1669
1670 * view.el (view-mode): Doc fix.
1671
1672 * disp-table.el (standard-display-european): Add to the warning
1673 message a reference to the doc string.
1674
1675 * play/yow.el (apropos-zippy): Call print-help-return-message,
1676 similar to other Help and Apropos commands.
1677
1678 * help.el (print-help-return-message): If pop-up-frames is
1679 non-nil, set up help-return-method to delete the help window and,
1680 possibly, its frame as well, and don't display message about
1681 scrolling the help window. Doc fix.
1682 (help-return-method): Doc fix.
1683
1684 2005-12-03 Martin Rudalics <rudalics@gmx.at> (tiny change)
1685
1686 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
1687 whereby names of length one or names starting with a
1688 symbol-constituent character would not be returned.
1689
1690 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1691
1692 * subr.el (atomic-change-group): Add edebug and indentation spec.
1693
1694 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
1695
1696 * completion.el (save-completions-file-name): Fix typo in last change.
1697
1698 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1699
1700 * info.el: Move back/forward history to the beginning of the tool bar.
1701
1702 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
1703
1704 * allout.el:(eval-when-compile): Remove unnecessary load of 'cl.
1705 Add fset of allout-real-isearch-abort during compile to fix
1706 byte-compilation warnings.
1707 (allout-mode-p): Move definition of this macro above all uses, or
1708 byte compilation in barren emacs (eg, during emacs build) will
1709 lack the definition.
1710 (allout-mode): Move this variable above any uses, or byte
1711 compilation will fail.
1712 (allout-resolve-xref): Remove use of personal file-reference function.
1713 (allout-toggle-current-subtree-encryption): Do the current (ie,
1714 visible containing) topic, rather than nearest around point. Doc fix.
1715 (allout-toggle-subtree-encryption): New function, workhorse that
1716 works on nearest topic containing point.
1717 (allout-encrypt-string): Signal requirement for newer version of pgg.
1718 (allout-resumptions): Doc fix.
1719
1720 2005-12-02 Eli Zaretskii <eliz@gnu.org>
1721
1722 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
1723
1724 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
1725
1726 * textmodes/flyspell.el (flyspell-external-point-words):
1727 Consider a misspelling as found in the string search if: (a) misspelling
1728 and found string lengths match, or (b) misspelling is found as
1729 element in a boundary-chars separated longer string, or (c)
1730 ispell-program-name is really ispell and misspelling is found as
1731 part of a TeX string. After successful match move beginning of
1732 search region to end of match. Warn about not found misspellings
1733 once the process is done.
1734 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
1735
1736 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
1737
1738 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
1739 tool bar (removed inadvertently).
1740
1741 2005-12-02 Juri Linkov <juri@jurta.org>
1742
1743 * log-view.el (log-view-diff): Clarify doc string.
1744
1745 2005-12-01 Bill Wohler <wohler@newt.com>
1746
1747 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
1748 triggers lm-verify errors.
1749
1750 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
1751
1752 * simple.el (transient-mark-mode, line-number-mode)
1753 (column-number-mode, size-indication-mode): Remove `:require nil'.
1754
1755 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
1756
1757 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
1758 in the margin also.
1759 (gdb-breakpoints-mode-map): Use D instead of d for
1760 gdb-delete-breakpoint.
1761 (gdb-get-frame-number): Require a number to match on.
1762 (gdb-threads-mode-map): Add follow-link binding.
1763
1764 2005-11-30 Jason Rumney <jasonr@gnu.org>
1765
1766 * isearch.el (isearch-mode-map): Avoid exiting search on
1767 language-change event.
1768
1769 2005-11-30 Romain Francoise <romain@orebokech.com>
1770
1771 * speedbar.el (speedbar-default-position): New defcustom.
1772 (speedbar-frame-reposition-smartly): Use it.
1773
1774 * dframe.el (dframe-reposition-frame-emacs): Fix position
1775 computation for `left' location.
1776 Update copyright year.
1777
1778 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
1779
1780 * help.el (help-map): Move initialization into declaration.
1781
1782 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
1783
1784 * help-fns.el (help-argument-name): Don't autoload.
1785 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
1786 to be re-loaded when customizing the `help' group.
1787
1788 2005-11-30 John Paul Wallington <jpw@gnu.org>
1789
1790 * help-fns.el (describe-function-1): Fill arglist output.
1791
1792 2005-11-30 Kim F. Storm <storm@cua.dk>
1793
1794 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
1795 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
1796 after revert-buffer (or anything else which kills all local variables).
1797
1798 * apropos.el (apropos-parse-pattern): Doc fix.
1799 Set apropos-regexp directly, rather than expecting callers to do so.
1800 (apropos-command, apropos, apropos-value, apropos-documentation):
1801 Simplify calls to apropos-parse-pattern.
1802
1803 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
1804
1805 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
1806 (hi-lock-face-phrase-buffer): Use hi-yellow face.
1807 (hi-lock-write-interactive-patterns): Use comment-region.
1808
1809 * longlines.el (longlines-mode): Add mail-setup-hook.
1810
1811 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
1812
1813 * simple.el (sendmail-user-agent-compose, next-line):
1814 Conditionally use hard-newline.
1815
1816 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
1817
1818 * international/latexenc.el (latex-inputenc-coding-alist):
1819 Reword doc string.
1820
1821 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
1822
1823 * help.el (describe-key-briefly, describe-key): Recognize default
1824 bindings.
1825
1826 2005-11-29 Romain Francoise <romain@orebokech.com>
1827
1828 * view.el (view-inhibit-help-message): New defcustom.
1829 (view-mode-enter): Use it.
1830
1831 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
1832
1833 * ediff-wind (ediff-setup-control-frame, ediff-make-wide-display):
1834 Preserve user position.
1835
1836 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
1837
1838 * font-lock.el: Throw error if facemenu is not loaded to prevent
1839 accidental change of loading order in loadup.el. (Suggested by RMS.)
1840
1841 * loadup.el: Add comment explaining why facemenu must be loaded
1842 before font-lock.
1843
1844 2005-11-28 Jay Belanger <belanger@truman.edu>
1845
1846 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
1847 (calc-dispatch-map): Add more keys for `calc-same-interface'.
1848
1849 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
1850
1851 * calc/calc-embed.el (calc-do-embedded): Update help message.
1852
1853 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
1854
1855 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
1856
1857 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
1858
1859 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
1860 called-interactively-p.
1861 (elp-profilable-p): Rename from elp-not-profilable-p.
1862 Invert result and take into account macros and autoloaded functions.
1863 (elp-instrument-function): Update call.
1864 (elp-instrument-package): Update call. Add completion.
1865 (elp-pack-number): Use match-string.
1866 (elp-results-jump-to-definition-by-mouse): Merge into
1867 elp-results-jump-to-definition and then remove.
1868 (elp-output-insert-symname): Make help echo text single-line.
1869
1870 * replace.el (query-replace-map): Move initialization into declaration.
1871 (occur-engine): Use with-current-buffer.
1872 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
1873 (occur-mode-mouse-goto): Replace with an alias.
1874
1875 2005-11-28 Juri Linkov <juri@jurta.org>
1876
1877 * simple.el (quoted-insert): Let-bind input-method-function to nil.
1878
1879 * term/w32-win.el: Bind [S-tab] to [backtab].
1880
1881 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
1882 `Info-find-file' to t.
1883
1884 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
1885 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
1886 and same-window-regexps.
1887 (occur-next-error): Don't move point for arg 0.
1888
1889 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
1890
1891 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
1892
1893 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
1894
1895 * log-edit.el (log-edit-changelog-use-first): New var.
1896 (log-edit-changelog-ours-p): Use it.
1897 (log-edit-insert-changelog): Set it with new arg `use-first'.
1898 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
1899 (log-edit-hook): Add them to the list of suggested options.
1900
1901 * textmodes/flyspell.el (flyspell-last-buffer): New var.
1902 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
1903 redundant work.
1904 (flyspell-mode-on): Use add-hook for after-change-functions.
1905 (flyspell-mode-off): Use remove-hook for after-change-functions.
1906 (flyspell-changes): Make it buffer-local.
1907 (flyspell-after-change-function): Make it non-interactive. Use push.
1908 (flyspell-post-command-hook): Check input-pending-p while processing
1909 the potentially long list of buffer changes.
1910
1911 2005-11-28 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
1912
1913 * buff-menu.el (list-buffers-noselect): Display the selected
1914 frame's buffer list, not the global one.
1915
1916 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
1917
1918 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
1919 that (list last-input-event) works as in interactive spec.
1920
1921 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
1922
1923 * loadup.el ("facemenu"): Load facemenu before font-lock, because
1924 `facemenu-keymap' needs to be defined when font-lock is loaded.
1925 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
1926
1927 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
1928
1929 * completion.el: Remove useless leading * in defcustom docstrings.
1930 (save-completions-file-name): Use ~/.emacs.d if available.
1931 (completion-standard-syntax-table): Rename from
1932 cmpl-standard-syntax-table and fold initialization into declaration,
1933 thus removing cmpl-make-standard-completion-syntax-table.
1934 (completion-lisp-syntax-table, completion-c-syntax-table)
1935 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
1936 (cmpl-saved-syntax, cmpl-saved-point): Remove.
1937 (symbol-under-point, symbol-before-point)
1938 (symbol-under-or-before-point, symbol-before-point-for-complete)
1939 (add-completions-from-c-buffer): Use with-syntax-table.
1940 (make-completion): Don't return a list of completion entries.
1941 Update callers.
1942 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
1943 (completion-initialize): Rename from initialize-completions.
1944 (completion-find-file-hook): Rename from cmpl-find-file-hook.
1945 (kill-emacs-save-completions): Collect stats here.
1946 (save-completions-to-file, load-completions-from-file):
1947 Use with-current-buffer.
1948 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
1949 into a function. Move all calls to toplevel.
1950 (completion-lisp-mode-hook): New fun.
1951 (completion-c-mode-hook, completion-setup-fortran-mode):
1952 Set the syntax-table here. Use local-set-key.
1953 (completion-saved-bindings): New var.
1954 (dynamic-completion-mode): Make it into a proper minor mode.
1955 (load-completions-from-file): Remove unused var `num-uses'.
1956
1957 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
1958 constructor if it is explicitly overridden.
1959
1960 * complete.el (PC-completion-as-file-name-predicate):
1961 Use minibuffer-completing-file-name.
1962 (partial-completion-mode): Use find-file-not-found-functions.
1963 (PC-lisp-complete-symbol): Use with-syntax-table.
1964 (PC-look-for-include-file): Remove dead setq.
1965 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
1966 (PC-complete): Use with-current-buffer.
1967
1968 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
1969 escape single quotes.
1970
1971 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
1972
1973 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
1974 of `if' whose condition always returned nil. Doc fix.
1975
1976 * buff-menu.el (Buffer-menu-revert-function): Make the selected
1977 window's buffer the current buffer around the call to
1978 `list-buffers-noselect'. This is necessary to mark that buffer
1979 with a `.' in the Buffer Menu when called from Lisp, for instance
1980 by Auto Revert Mode.
1981
1982 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
1983
1984 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
1985 attaching to it.
1986 (gdb-pre-prompt): Make sure gdb-error is reset.
1987
1988 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
1989 with a child process, detect it.
1990 (gud-speedbar-buttons): Match regexp more carefully.
1991
1992 2005-11-27 Richard M. Stallman <rms@gnu.org>
1993
1994 * mouse.el (mouse-drag-move-window-bottom):
1995 Use adjust-window-trailing-edge.
1996
1997 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
1998
1999 * simple.el (blink-matching-open): Ignore
2000 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
2001 (blink-matching-paren-on-screen): Update docstring.
2002
2003 * paren.el (show-paren-mode): No longer change
2004 `blink-matching-paren-on-screen'.
2005
2006 2005-11-27 John Paul Wallington <jpw@pobox.com>
2007
2008 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
2009 (gdb-threads-select, gdb-edit-register-value):
2010 Use `posn-set-point' instead of `mouse-set-point' because the
2011 latter is not fbound when configured without X.
2012
2013 2005-11-27 Kim F. Storm <storm@cua.dk>
2014
2015 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
2016 existing face when partially highlighting a TAB in a rectangle.
2017
2018 2005-11-26 Kim F. Storm <storm@cua.dk>
2019
2020 * ido.el (ido-mode-map): Doc fix.
2021 (ido-mode-common-map, ido-mode-file-map)
2022 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
2023 (ido-define-mode-map): Rewrite. Select one of the new maps as
2024 parent for ido-mode-map instead of building from scratch.
2025 (ido-init-mode-maps): New defun to initialize new maps.
2026 (ido-mode): Call it.
2027 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
2028 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
2029
2030 2005-11-26 John Paul Wallington <jpw@pobox.com>
2031
2032 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
2033 `mouse-set-point' because the latter is not fbound when configured
2034 without X.
2035
2036 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
2037
2038 * files.el (file-relative-name): Doc fix.
2039
2040 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
2041
2042 * progmodes/octave-inf.el (inferior-octave-startup): Force a
2043 non-empty string for secondary prompt PS2.
2044
2045 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
2046
2047 * progmodes/compile.el (compilation-setup): Fix last change.
2048
2049 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
2050
2051 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
2052 (gdb-mouse-toggle-breakpoint-margin)
2053 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
2054 Add gdb-server-prefix to keep out of command history.
2055 (gdb-edit-register-value): New function.
2056 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
2057 (gdb-info-registers-custom): Use above map.
2058
2059 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
2060
2061 * custom.el (enable-theme): Signal error if argument is not a
2062 theme. Don't recalculate a face if it's not loaded yet.
2063
2064 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
2065 the `user' theme is in effect.
2066
2067 * info.el (Info-on-current-buffer): Record actual filename in
2068 Info-current-file, instead of t, or a fake filename if a non-file
2069 buffer. Make autoload.
2070 (Info-find-node, Info-revert-find-node): No need to check for
2071 Info-current-file nil.
2072 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
2073 Info-current-file is now never `t'.
2074 (Info-fontify-node): Many simplifications due to Info-current-file
2075 always being valid. Use Info-find-file to find node filename.
2076
2077 2005-11-25 David Kastrup <dak@gnu.org>
2078
2079 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
2080 new character, then delete" in order to preserve markers.
2081
2082 2005-11-25 David Ponce <david@dponce.com>
2083
2084 * recentf.el (recentf-arrange-by-rule): Handle a special
2085 `auto-mode-alist'-like "strip suffix" rule.
2086 (recentf-build-mode-rules): Handle second level auto-mode entries.
2087
2088 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
2089
2090 * viper-keym.el (viper-ESC-key): Use different values in terminal and
2091 window modes.
2092
2093 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
2094 jde-javadoc-checker-report-mode.
2095
2096 * ediff-wind (ediff-make-wide-display): Slight simplification.
2097
2098 * ediff.el (ediff-date): Change the date of last update.
2099
2100 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
2101
2102 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
2103 Use define-minor-mode, and make it a local mode. Turn on font-lock.
2104 (hi-lock-mode): New global minor mode.
2105 (turn-on-hi-lock-if-enabled): New function.
2106 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
2107 Change arguments to regexp and face instead of a font-lock pattern.
2108 Directly set face property, instead of refontifying.
2109 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
2110 (hi-lock-find-patterns): Use line-number-at-pos.
2111
2112 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
2113 arguments for hi-lock-set-pattern.
2114 (hi-lock-unface-buffer, hi-lock-set-file-patterns): Call
2115 font-lock-fontify-buffer.
2116 (hi-lock-find-file-hook, hi-lock-current-line)
2117 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
2118
2119 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
2120 turned off.
2121
2122 * progmodes/compile.el (compilation-setup): Don't fiddle with
2123 font-lock-defaults.
2124
2125 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
2126
2127 * progmodes/gdb-ui.el (gdb-var-create-handler)
2128 (gdb-var-list-children-handler): Find values for all variable
2129 objects. gud-speedbar-buttons decides whether to display them.
2130
2131 2005-11-24 Romain Francoise <romain@orebokech.com>
2132
2133 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
2134 buffer name with a space.
2135
2136 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
2137
2138 * textmodes/org.el (org-export-plain-list-max-depth): Renamed from
2139 `org-export-local-list-max-depth'. Change default value to 3.
2140 (org-auto-renumber-ordered-lists)
2141 (org-plain-list-ordered-item-terminator): New options.
2142 (org-at-item-p, org-beginning-of-item, org-end-of-item)
2143 (org-get-indentation, org-get-string-indentation)
2144 (org-maybe-renumber-ordered-list, org-renumber-ordered-list): New
2145 functions.
2146 (org-move-item-down, org-move-item-up): New commands.
2147 (org-export-as-html): New classes for CSS support. Bug fix in
2148 regular expression detecting fixed-width regions. Respect
2149 `org-local-list-ordered-item-terminator'.
2150 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
2151 also a list item.
2152 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
2153 New item moving functions.
2154
2155 2005-11-24 Juri Linkov <juri@jurta.org>
2156
2157 * isearch.el (isearch-repeat): With empty search ring set
2158 `isearch-error' to the error string instead of signaling error
2159 with the function `error'.
2160
2161 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2162
2163 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
2164
2165 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
2166
2167 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
2168 and variable.
2169 (gdb-var-create-handler, gdb-var-list-children-handler):
2170 Don't match on "char **...".
2171 (gdb-var-update-handler): Find values for all variable objects.
2172 (gdb-info-frames-custom): Identify frames by leading "#".
2173
2174 * progmodes/gud.el (gud-speedbar-menu-items): Add
2175 gdb-speedbar-auto-raise as radio button.
2176 (gud-speedbar-buttons): Raise speedbar if requested.
2177 Don't match on "char **...".
2178 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
2179 Make it editable.
2180
2181 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
2182
2183 * info.el (Info-fontify-node): Handle the case where
2184 Info-current-file is t.
2185
2186 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
2187
2188 * simple.el (blink-matching-open): Fix off-by-one in last change.
2189
2190 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2191
2192 * term/mac-win.el: Don't change default directory.
2193
2194 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
2195
2196 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
2197 buffers correctly. (It used to throw an error in such buffers.)
2198 Make it ask for confirmation in group buffers and other Custom
2199 buffers containing more than one customization item.
2200
2201 2005-11-22 John Paul Wallington <jpw@gnu.org>
2202
2203 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
2204 property on mail and url overlays.
2205 (goto-address-at-point): Use `posn-set-point' instead of
2206 `mouse-set-point' because the latter is not fbound when configured
2207 without X.
2208
2209 2005-11-22 Lars Hansen <larsh@soem.dk>
2210
2211 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
2212 (ls-lisp-classify, ls-lisp-format): Delete call to
2213 ls-lisp-parse-symlink.
2214 (ls-lisp-handle-switches): Handle symlinks to directories as
2215 directories when ls-lisp-dirs-first in non-nil.
2216
2217 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
2218
2219 * startup.el (command-line): Make sure that loaddefs.el is handled
2220 correctly in load-history.
2221
2222 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
2223
2224 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
2225 (gdb-struct-string, gdb-array-string): New constants.
2226 (gdb-info-locals-handler): Use them.
2227 (gdb-reset): Reset gdb-var-list to nil.
2228
2229 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
2230
2231 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
2232 in patterns.
2233
2234 2005-11-21 Juri Linkov <juri@jurta.org>
2235
2236 * custom.el (defcustom): Update link types in docstring.
2237
2238 2005-11-20 Martin Rudalics <rudalics@gmx.at> (tiny change)
2239
2240 * custom.el (defgroup): Add doc-string-elt info.
2241
2242 * widget.el (define-widget): Don't use declare for the doc-string-elt.
2243
2244 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
2245
2246 * newcomment.el (comment-enter-backward): Fix last fix.
2247
2248 * simple.el (blink-matching-open):
2249 * paren.el (show-paren-function): Allow new paren-class info.
2250
2251 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
2252
2253 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
2254 handled automagically.
2255
2256 2005-11-20 Andreas Schwab <schwab@suse.de>
2257
2258 * descr-text.el (describe-char): When copying overlays put them
2259 over the full char description instead of just the first character
2260 of it.
2261
2262 2005-11-20 Juri Linkov <juri@jurta.org>
2263
2264 * simple.el (what-cursor-position):
2265 * descr-text.el (describe-char): Use Lisp-readable syntax
2266 for octal and hex. Reorder decimal, octal and hex values.
2267 Remove excess whitespace in the output. Use `=' in `column='
2268 like in `point=' and `Hscroll='.
2269
2270 * international/mule-cmds.el (encoded-string-description):
2271 Use Lisp-readable syntax for hex.
2272
2273 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
2274
2275 * newcomment.el (comment-enter-backward): Handle the case where the
2276 comment is closed by EOB.
2277
2278 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
2279
2280 * longlines.el (longlines-before-revert-hook)
2281 (longlines-after-revert-hook): New functions.
2282 (longlines-mode): Turn off longlines temporarily when reverting.
2283 Add a message-setup-hook.
2284 (longlines-decode-buffer): New function.
2285 (longlines-wrap-line): Preserve marker positions.
2286
2287 2005-11-19 Andreas Schwab <schwab@suse.de>
2288
2289 * emacs-lisp/shadow.el: Handle compressed files.
2290
2291 2005-11-19 Romain Francoise <romain@orebokech.com>
2292
2293 * net/browse-url.el (browse-url-default-browser): Signal an error
2294 if no usable browser can be found, rather than try to load w3.
2295
2296 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
2297
2298 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
2299 replacing existing properties.
2300 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
2301 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
2302 tty specs.
2303 (rcirc-server-prefix, rcirc-server): New faces.
2304 (rcirc-url-regexp): Generate with rx macro.
2305 (rcirc-last-server-message-time): New variable.
2306 (rcirc-filter): Record time of last message.
2307 (rcirc-keepalive): Kill processes that did not send a message
2308 since the last ping.
2309 (rcirc-mode): Give rcirc-topic a local binding here.
2310
2311 2005-11-19 Michael Cadilhac <michael.cadilhac@lrde.org> (tiny change)
2312
2313 * subr.el (read-passwd): Fontify the prompt as we do with other
2314 prompts.
2315
2316 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
2317
2318 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
2319 binding buffer-read-only to nil.
2320
2321 2005-11-19 Eli Zaretskii <eliz@gnu.org>
2322
2323 * complete.el (partial-completion-mode):
2324 Mention completion-auto-help in the doc string.
2325
2326 * man.el (Man-highlight-references): Doc fix. Reformat code in a
2327 more Lisp-ish way.
2328
2329 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
2330
2331 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
2332 digits, not 8, to avoid misalignment for files larger than 100MB.
2333
2334 2005-11-19 Eli Zaretskii <eliz@gnu.org>
2335
2336 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
2337 Mention "keyboard shortcuts" in the help text.
2338
2339 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2340
2341 * startup.el (fancy-splash-default-action): Discard only
2342 mouse-down and succeeding mouse-up events in the splash screen
2343 window so that drag-n-drop event can be processed.
2344
2345 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
2346
2347 * longlines.el (longlines-mode): Add hacks for mail-mode and
2348 message-mode.
2349
2350 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
2351
2352 * textmodes/org.el (org-table-sort-lines): New command.
2353 (org-tbl-menu): Add entry for `org-table-sort-lines'.
2354 (org-add-file): Command removed, use `org-agenda-file-to-front'
2355 instead.
2356 (org-export-icalendar): Use `org-icalendar-combined-name'.
2357 (org-cycle-agenda-files, org-agenda-file-to-end)
2358 (org-agenda-file-to-front): New commands.
2359 (org-table-tab-jumps-over-hlines,org-export-html-style): New
2360 options.
2361 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
2362 (org-at-table.el-p, org-set-autofill-regexps,org-html-protect):
2363 New functions.
2364 (org-fill-paragraph): Call `org-table-align' in tables.
2365 (org-mode): Call `org-set-autofill-regexps'.
2366 (org-export-as-html): Support for local handformatted lists.
2367 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
2368 (org-export-local-list-max-depth): New option.
2369 (org-html-expand): Use `org-html-protect'.
2370
2371 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
2372
2373 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
2374 to "p".
2375 (gdb): Move definition of gud-pp to...
2376
2377 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
2378 speedbar.
2379 (gdb-find-watch-expression): New function.
2380
2381 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
2382
2383 * faces.el (face-attribute, set-face-attribute): Mention existence
2384 of `:ignore-defface' setting in docstring.
2385
2386 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
2387
2388 * simple.el (completion-setup-function): Fix last change.
2389
2390 2005-11-17 John Paul Wallington <jpw@pobox.com>
2391
2392 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
2393 Use `posn-set-point' instead of `mouse-set-point' because the
2394 latter is not fbound when configured without X.
2395
2396 * comint.el (comint-insert-input): Likewise.
2397
2398 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
2399
2400 * simple.el (hard-newline): New variable.
2401 (sendmail-user-agent-compose, next-line): Use it.
2402
2403 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
2404 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
2405 (mail-mail-reply-to, mail-mail-followup-to)
2406 (mail-position-on-field, mail-signature, mail-yank-original)
2407 (mail-attach-file): Likewise.
2408
2409 * mail/mailheader.el (mail-header-format)
2410 (mail-header-format-function): Likewise.
2411
2412 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
2413
2414 2005-11-17 Juri Linkov <juri@jurta.org>
2415
2416 * font-lock.el (font-lock-faces): Rename this defgroup from
2417 `font-lock-highlighting-faces'.
2418 (font-lock-comment-face, font-lock-comment-delimiter-face)
2419 (font-lock-string-face, font-lock-doc-face)
2420 (font-lock-keyword-face, font-lock-builtin-face)
2421 (font-lock-function-name-face, font-lock-variable-name-face)
2422 (font-lock-type-face, font-lock-constant-face)
2423 (font-lock-warning-face, font-lock-negation-char-face)
2424 (font-lock-preprocessor-face)
2425 (font-lock-regexp-grouping-backslash)
2426 (font-lock-regexp-grouping-construct): Rename :group from
2427 `font-lock-highlighting-faces' to `font-lock-faces'.
2428
2429 * cus-edit.el (lisp, c, tex):
2430 * progmodes/ada-mode.el (ada):
2431 * progmodes/asm-mode.el (asm):
2432 * progmodes/cperl-mode.el (cperl-faces):
2433 * progmodes/cpp.el (cpp):
2434 * progmodes/dcl-mode.el (dcl):
2435 * progmodes/f90.el (f90):
2436 * progmodes/fortran.el (fortran):
2437 * progmodes/icon.el (icon):
2438 * progmodes/idlwave.el (idlwave-misc):
2439 * progmodes/m4-mode.el (m4):
2440 * progmodes/make-mode.el (makefile):
2441 * progmodes/meta-mode.el (meta-font):
2442 * progmodes/modula2.el (modula2):
2443 * progmodes/octave-mod.el (octave):
2444 * progmodes/pascal.el (pascal):
2445 * progmodes/perl-mode.el (perl):
2446 * progmodes/prolog.el (prolog):
2447 * progmodes/ps-mode.el (PostScript-edit):
2448 * progmodes/scheme.el (scheme):
2449 * progmodes/sh-script.el (sh-script):
2450 * progmodes/simula.el (simula):
2451 * progmodes/tcl.el (tcl):
2452 * textmodes/nroff-mode.el (nroff):
2453 * textmodes/reftex-vars.el (reftex-fontification-configurations):
2454 * textmodes/sgml-mode.el (sgml):
2455 * textmodes/texinfo.el (texinfo):
2456 Add :link (custom-group-link font-lock-faces) to defgroup.
2457
2458 * hi-lock.el (hi-lock): Rename this defgroup from
2459 `hi-lock-interactive-text-highlighting'. Change parent group from
2460 `faces' to `font-lock'. Add link to the manual.
2461 (hi-lock-mode, hi-lock-file-patterns-range)
2462 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
2463 `hi-lock-interactive-text-highlighting' to `hi-lock'.
2464 (hi-lock-faces): Add :group `faces'.
2465
2466 * cus-edit.el (custom-variable-prompt): Clarify the code.
2467
2468 * faces.el (face-read-string): Set the default value arg of
2469 completing-read.
2470
2471 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
2472
2473 * rfn-eshadow.el (file-name-shadow-properties)
2474 (file-name-shadow-tty-properties, file-name-shadow-mode):
2475 Remove autoloads, because the file is now preloaded.
2476
2477 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
2478
2479 * printing.el (easy-menu-intern): Don't define.
2480 (pr-get-symbol): Use easy-menu-intern only if defined.
2481
2482 * simple.el (blink-matching-open): Simplify a bit.
2483 (completion-setup-function): Fix the case of partial-completion-mode
2484 when the minibuffer's contents start with "-".
2485 Obey completion-base-size-function even when
2486 minibuffer-completing-file-name is non-nil.
2487
2488 2005-11-16 Richard M. Stallman <rms@gnu.org>
2489
2490 * net/eudcb-ph.el (eudc-ph-open-session):
2491 Use set-process-query-on-exit-flag.
2492
2493 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
2494
2495 * international/ucs-tables.el (ucs-set-table-for-input):
2496 Use make-local-variable, not make-variable-buffer-local.
2497
2498 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
2499 Improve warning message text.
2500
2501 * savehist.el (savehist-save-hook): Add :group.
2502
2503 * menu-bar.el (menu-bar-help-menu):
2504 Rename Find Extra Packages to External Packages.
2505
2506 * cus-edit.el (Custom-reset-standard): Verify that
2507 :custom-standard-value prop exists before calling it.
2508
2509 * apropos.el (apropos-calc-scores): Use apropos-pattern.
2510
2511 2005-11-16 Martin Rudalics <rudalics@gmx.at> (tiny change)
2512
2513 * wid-edit.el (color): Enclose %t in %{...%}.
2514
2515 * cus-edit.el (face): Enclose %t in %{...%}.
2516
2517 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
2518
2519 * savehist.el (savehist-mode-hook): Re-add the var.
2520 (savehist-mode): Use it.
2521
2522 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
2523
2524 * textmodes/flyspell.el: Fix commenting convention.
2525 Remove unnecessary leading * in custom docstrings.
2526 (flyspell-emacs): Remove unused var.
2527 (flyspell-delete-region-overlays): Use remove-overlays.
2528 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
2529 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
2530 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
2531 (flyspell-debug-signal-word-checked): Use with-current-buffer.
2532 (make-flyspell-overlay): Don't locally reuse a global name.
2533 (flyspell-highlight-incorrect-region)
2534 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
2535 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
2536 (flyspell-notify-misspell): Remove unused args `start' and `end'.
2537 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
2538 Wrap calls to accept-process-output inside with-local-quit since it's
2539 often called from a post-command-hook.
2540 (flyspell-correct-word, flyspell-auto-correct-word):
2541 Use ispell-send-string.
2542 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
2543
2544 * calendar/diary-lib.el (diary-list-entries): Also hide the
2545 terminating newline.
2546
2547 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
2548
2549 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
2550 window-system, to allow fonts on tty.
2551
2552 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
2553
2554 * progmodes/gud.el (gud-speedbar-item-info): New function.
2555 (gud-install-speedbar-variables): Use it to display data type
2556 of watch expression as a tooltip in speedbar.
2557
2558 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
2559
2560 * font-core.el (global-font-lock-mode): Add :version keyword,
2561 because default was changed.
2562
2563 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
2564
2565 * startup.el (command-line): Use `custom-reevaluate-setting' for
2566 `file-name-shadow-mode'.
2567
2568 * loadup.el: Preload rfn-eshadow.
2569
2570 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
2571 Add :version keyword.
2572 (file-name-shadow-properties, file-name-shadow-tty-properties)
2573 (file-name-shadow): Add :version keyword.
2574
2575 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
2576 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
2577 in the custom-group property of the symbol frames and the fringe
2578 group got no link to its parent group frames.
2579 Doc fix.
2580
2581 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
2582
2583 * progmodes/gud.el (gud-stop-subjob): New function.
2584 (gud-menu-map, gud-tool-bar-map): Use it.
2585
2586 2005-11-16 Kim F. Storm <storm@cua.dk>
2587
2588 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
2589 than kill it.
2590 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
2591 to a more useful/logical place.
2592
2593 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
2594
2595 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
2596 go buttons complementary.
2597
2598 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
2599
2600 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
2601 (rfn-eshadow-sifn-equal): New function.
2602 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
2603
2604 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
2605
2606 * viper-utils (viper-non-word-characters-reformed-vi): Quote `-' in
2607 string.
2608
2609 * viper.el (viper-emacs-state-mode-list): Ensure that
2610 rcirc-mode buffers come up in Emacs state.
2611
2612 * ediff-util (ediff-make-temp-file): Use proper file-name-handler
2613 operation.
2614
2615 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
2616
2617 * term.el (term-termcap-format): Fix typos.
2618 (term-down): Fix the negative argument case.
2619
2620 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
2621
2622 * progmodes/gdb-ui.el: Remove face-alias left over from change on
2623 2005-08-15.
2624 (gdb-ann3): New command gud-go.
2625 (menu): Accomodate gdb-mi.el.
2626 (gdb-assembler-custom): Make buffer of selected window current
2627 so that set-window-point works.
2628
2629 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
2630 buttons and include new ones.
2631
2632 2005-11-16 Kim F. Storm <storm@cua.dk>
2633
2634 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
2635 (gud-menu-map): Use it.
2636
2637 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
2638
2639 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
2640 that works correctly for Custom and that does not override a user
2641 who disables it.
2642
2643 * help-mode.el (help-make-xrefs, help-xref-on-pp)
2644 (help-xref-interned, help-follow): Make hyperlinks for variables
2645 that are unbound, but have a non-nil variable-documentation property.
2646
2647 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
2648 mode hook. (It conflicted with defcustoms for some mode hooks.)
2649 Use the `variable-documentation' property to give the mode hook a
2650 docstring and expand that docstring.
2651
2652 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
2653
2654 * savehist.el (savehist-mode): Don't bother with
2655 `custom-set-minor-mode'.
2656 (savehist-coding-system): Check XEmacs version.
2657 (history-length): Declare also at run time.
2658 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
2659 Don't set the customize state.
2660 (savehist-minibuffer-hook): Special case for when
2661 minibuffer-history-variable is equal to t.
2662
2663 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
2664
2665 * files.el (write-file): Refresh VC status.
2666
2667 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
2668 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
2669 than fundamental-mode to see if the mode was set.
2670
2671 2005-11-14 Romain Francoise <romain@orebokech.com>
2672
2673 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
2674 dummy function in `eval-when-compile' to avoid compiler warning.
2675 Require `man' at compile time.
2676
2677 2005-11-14 Jay Belanger <belanger@truman.edu>
2678
2679 * calc-alg.el (calcFunc-write-out-power): Rename it to
2680 calcFunc-powerexpand.
2681 (math-write-out-power): Rename it to math-powerexpand; have it
2682 handle negative exponents.
2683 (calc-writeoutpower): Rename it to calc-powerexpand.
2684
2685 * calc-ext.el: Change calcFunc-writeoutpower and
2686 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
2687 autoloads.
2688 Add calcFunc-ldiv to autoloads.
2689
2690 * calc-arith.el (calcFunc-ldiv): New function.
2691
2692 * calc.el (calc-left-divide): New function.
2693
2694 2005-11-14 Juri Linkov <juri@jurta.org>
2695
2696 * cus-edit.el (custom-variable-prompt): Set the default value arg
2697 of completing-read.
2698
2699 * cus-dep.el (custom-make-dependencies): Reverse the list of
2700 found dependencies.
2701
2702 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
2703
2704 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
2705 Highlighting" entry, it is on by default now.
2706 (menu-bar-options-save): Do not save global-font-lock-mode.
2707
2708 2005-11-13 Richard M. Stallman <rms@gnu.org>
2709
2710 * textmodes/flyspell.el (flyspell-large-region):
2711 Call flyspell-accept-buffer-local-defs.
2712
2713 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
2714
2715 * textmodes/flyspell.el (flyspell-notify-misspell):
2716 Fix misspelling of "Misspelling".
2717 (flyspell-process-localwords): New function.
2718 (flyspell-large-region): Call flyspell-process-localwords and
2719 flyspell-delete-region-overlays.
2720 (flyspell-delete-region-overlays): New function.
2721 (flyspell-delete-all-overlays): Call that.
2722
2723 2005-11-13 Richard M. Stallman <rms@gnu.org>
2724
2725 * help.el (help-for-help-internal): Improve doc of C-h a.
2726 (describe-key): Improve prompt; doc fix.
2727
2728 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
2729
2730 * vc-svn.el (vc-svn-registered): Catch all errors.
2731
2732 * cus-dep.el (custom-make-dependencies): Typo.
2733
2734 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
2735
2736 * net/tramp-util.el (top): Fix compilation warning.
2737
2738 2005-11-13 Kim F. Storm <storm@cua.dk>
2739
2740 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
2741
2742 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
2743
2744 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
2745 (gud-speedbar-buttons): Match on "const char *" too.
2746
2747 * progmodes/gdb-ui.el (gdb-var-create-handler)
2748 (gdb-var-list-children-handler): Match on "const char *" too.
2749 (gdb-var-evaluate-expression-handler): Match on empty string.
2750 (gdb-var-update-handler): Only call
2751 gdb-var-evaluate-expression-handler when required.
2752
2753 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
2754
2755 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
2756 selected window. This still doesn't work for speedbar.
2757 (gud-speedbar-buttons): Handle string expressions properly.
2758
2759 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
2760 (gdb-var-create-handler): Handle string expressions properly.
2761 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
2762 Handle string expressions properly. Move "type" field into regexp.
2763
2764 2005-11-12 Karl Fogel <kfogel@red-bean.com>
2765
2766 * bookmark.el (bookmark-maybe-message): New function to reduce
2767 code duplication: invokes `message' iff baud-rate is high enough.
2768 (bookmark-write-file): Use above instead of an inline conditional.
2769 (bookmark-load): Same.
2770
2771 2005-11-12 Karl Fogel <kfogel@red-bean.com>
2772
2773 * bookmark.el (bookmark-write-file): Don't visit the destination
2774 file, just write the data to it using write-region. This is
2775 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
2776 change to avoid visiting the file in the first place.
2777
2778 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
2779
2780 * hi-lock.el (hi-lock-mode): Set the default value of
2781 font-lock-defaults.
2782
2783 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
2784
2785 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
2786 arg to `file-attributes'.
2787 (find-lisp-format): The UID and GID can now be strings.
2788
2789 2005-11-12 Kim F. Storm <storm@cua.dk>
2790
2791 * help.el (help-map): Bind C-h d to apropos-documentation.
2792
2793 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
2794 when point is at end-of-buffer.
2795
2796 * apropos.el (apropos-match-face): Doc fix.
2797 (apropos-sort-by-scores): Add new choice `verbose'.
2798 (apropos-documentation-sort-by-scores): New defcustom.
2799 (apropos-pattern): Now contains the pattern entered by the user.
2800 (apropos-pattern-quoted): New defvar.
2801 (apropos-regexp): New defvar, containing the regexp corresponding
2802 to apropos-pattern.
2803 (apropos-all-words-regexp): Rename from apropos-all-regexp.
2804 (apropos-read-pattern): New defun. Use it to read pattern arg in
2805 interactive calls; returns list of words for a word list, and
2806 string for a regexp.
2807 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
2808 parses a list of words or regexp as returned by apropos-read-pattern.
2809 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
2810 (apropos-score-doc): Return a very high score if the string
2811 entered by the user matches literally.
2812 (apropos-variable): Doc fix. Use apropos-read-pattern.
2813 (apropos-command): Doc fix. Use apropos-read-pattern and
2814 apropos-parse-pattern. Call apropos-print with nosubst=t.
2815 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
2816 apropos-parse-pattern.
2817 (apropos-documentation): Doc fix. Use apropos-read-pattern and
2818 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
2819 apropos-documentation-sort-by-scores. Call apropos-print with
2820 nosubst=t.
2821 (apropos-documentation-internal): Pass doc string through
2822 substitute-key-definition before adding text properties.
2823 Highlight substring matching literal user input if possible.
2824 (apropos-documentation-check-doc-file): Remove locals beg and end.
2825 Fix calculation of score (as added twice). Pass doc string through
2826 substitute-key-definition before adding text properties.
2827 (apropos-documentation-check-elc-file): Pass doc string through
2828 substitute-key-definition before adding text properties.
2829 Highlight substring matching literal user input if possible.
2830 (apropos-print): Add new arg NOSUBST; if set, command and variable
2831 doc strings have already been passed through substitute-key-definition.
2832 Add code to handle apropos-accumulator items without score element
2833 for backwards compatibility (e.g. with woman package).
2834 Only show scores if apropos-sort-by-scores is `verbose'.
2835
2836 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
2837
2838 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
2839 Add jka-compr-load-suffixes to load-suffixes.
2840
2841 * jka-compr.el: Require 'jka-cmpr-hook.
2842 (jka-compr-info-compress-message, jka-compr-info-compress-program)
2843 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
2844 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
2845 (jka-compr-info-can-append, jka-compr-info-strip-extension)
2846 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
2847 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
2848 (jka-compr-uninstall): Remove entries from
2849 jka-compr-added-to-file-coding-system-alist after they are used.
2850 (jka-compr-error): Remove unused var `curbuf'.
2851 (jka-compr-file-local-copy): Remove unused var `notfound'.
2852
2853 2005-11-10 Romain Francoise <romain@orebokech.com>
2854
2855 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
2856
2857 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
2858
2859 * progmodes/gud.el (gud-menu-map): Move parentheses.
2860 (gdb): New command gud-pv.
2861
2862 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
2863
2864 * tar-mode.el: Remove spurious or unnecessary leading stars
2865 in docstrings.
2866 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
2867 (tar-parse-octal-integer-safe): Use mapc.
2868 (tar-header-block-summarize): Remove unused var `ck'.
2869 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
2870 cleared before. Obey default-enable-multibyte-characters.
2871 Use mapconcat. Simplify setting of tar-header-offset.
2872 (tar-mode-map): Move initialization inside delcaration.
2873 (tar-flag-deleted): Use `abs'.
2874 (tar-expunge-internal): Remove unused var `line'.
2875 (tar-expunge-internal): Don't hardcode point-min==1.
2876 (tar-expunge): Widen while doing set-buffer-multibyte.
2877 (tar-rename-entry): Use file-name-coding-system.
2878 (tar-alter-one-field): Don't hardcode point-min==1.
2879 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
2880 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
2881
2882 2005-11-10 Masatake YAMATO <jet@gyve.org>
2883
2884 * add-log.el (add-log-current-defun): Handle class::method
2885 notation of c++. Fix incorrect comment.
2886
2887 2005-11-10 Alan Mackenzie <acm@muc.de>
2888
2889 * help-fns.el (describe-variable): Make C-h v work when a variable
2890 has variable documentation yet is unbound.
2891
2892 2005-11-10 Masatake YAMATO <jet@gyve.org>
2893
2894 * man.el (Man-highlight-references): Set an empty
2895 string to `Man-arguments' if it is nil.
2896 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
2897
2898 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
2899
2900 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
2901 commenting conventions.
2902
2903 * cus-dep.el (custom-make-dependencies): Simplify.
2904 Better follow the commenting conventions.
2905
2906 2005-11-09 Richard M. Stallman <rms@gnu.org>
2907
2908 * apropos.el (apropos-pattern): Rename from apropos-regexp.
2909 (apropos-orig-pattern): Rename from apropos-orig-regexp.
2910 All uses changed.
2911 (apropos-rewrite-regexp): Doc fix.
2912 (apropos-variable, apropos-command, apropos, apropos-value):
2913 Change prompt; carry through the argument renaming.
2914
2915 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
2916
2917 * find-lisp.el: Require dired.
2918 (find-lisp-find-dired-internal): Do not call
2919 `abbreviate-file-name' on DIR.
2920
2921 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
2922
2923 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
2924
2925 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
2926
2927 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
2928 when using the speedbar.
2929 (gdb): New command gud-pp.
2930 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
2931
2932 2005-11-09 Juri Linkov <juri@jurta.org>
2933
2934 * replace.el (occur-excluded-properties): New defcustom.
2935 (occur-1, occur-engine, occur-accumulate-lines): Use it.
2936
2937 2005-11-08 Jay Belanger <belanger@truman.edu>
2938
2939 * calc/calc-units.el (math-convert-units): Replace any composite
2940 unit by its definition.
2941
2942 2005-11-08 Lars Hansen <larsh@soem.dk>
2943
2944 * emacs-lisp/autoload.el (update-directory-autoloads):
2945 Add obsolete function alias.
2946
2947 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
2948
2949 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
2950 comment-indent-function.
2951 (lisp-comment-indent): Replace by an alias for comment-indent-default.
2952
2953 * reveal.el (reveal-post-command): Rework the handling of
2954 reveal-open-spots, so as to be more reliable. There were several
2955 tricky corner cases where an open spot might be lost, or where
2956 a closed spot might end up on the list of open spots.
2957 Only reveal text that's ellipsised.
2958
2959 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
2960
2961 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
2962
2963 2005-11-07 John Paul Wallington <jpw@gnu.org>
2964
2965 * ibuffer.el (ibuffer): Search iconified frames too when
2966 getting Ibuffer buffer's window.
2967
2968 2005-11-06 Richard M. Stallman <rms@gnu.org>
2969
2970 * progmodes/compile.el (compilation-internal-error-properties):
2971 save-excursion around the computation of MARKER.
2972
2973 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
2974
2975 * textmodes/flyspell.el (flyspell-external-point-words):
2976 flyspell-get-word returns a list, not just a string.
2977
2978 2005-11-06 John Paul Wallington <jpw@pobox.com>
2979
2980 * ibuffer.el (ibuffer): Search all visible frames when getting
2981 Ibuffer buffer's window.
2982
2983 2005-11-07 Masatake YAMATO <jet@gyve.org>
2984
2985 * man.el (Man-reference-regexp): Accept spaces between
2986 `Man-name-regexp' and `Man-section-regexp'.
2987 (Man-apropos-regexp): New variable.
2988 (Man-abstract-xref-man-page): Use value for `Man-target-string'
2989 if available.
2990 (Man-highlight-references, Man-highlight-references0):
2991 Handle the case when `Man-arguments' includes "-k".
2992 (Man-highlight-references0): Rename the argument `TARGET-POS' to
2993 `TARGET'. `TARGET' can be a number, function or nil.
2994
2995 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
2996
2997 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
2998 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
2999 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
3000 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
3001 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
3002 (gdb-send-item): Use buffer-local-value and simplify.
3003
3004 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
3005
3006 * startup.el (command-line): Use `custom-reevaluate-setting' for
3007 `global-font-lock-mode'.
3008
3009 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
3010 by default, except in batch mode or when the -D option is given.
3011
3012 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
3013 specified keyword args on to `define-minor-mode'. Update docstring.
3014
3015 2005-11-05 Romain Francoise <romain@orebokech.com>
3016
3017 * replace.el (occur-engine): Add marker at end of line, too.
3018
3019 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
3020
3021 * font-lock.el: Don't deal with font-lock-face-attributes here,
3022 move the code ...
3023
3024 * startup.el (command-line): ... here. Use face-spec-set instead
3025 of custom-declare-face.
3026
3027 * faces.el (face-spec-set): Reset the face if spec is not nil.
3028
3029 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
3030
3031 * newcomment.el (comment-region-internal): Box more tightly in the
3032 common case where there's no TAB in the boxed text.
3033
3034 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3035
3036 * info.el (info-tool-bar-map): Use images prev-node, next-node and
3037 up-node.
3038
3039 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
3040
3041 * newsticker.el: Commentary updated. Code formatting changed.
3042 (newsticker-version): Change to "1.9".
3043 (newsticker, newsticker-feed): Doc fix.
3044 (newsticker-url-list): Doc fix. Add option "Weekly".
3045 (newsticker-retrieval-interval): Add option "Weekly".
3046 (newsticker-headline-processing): Doc fix.
3047 (newsticker-auto-mark-filter): Remove.
3048 (newsticker-auto-mark-filter-list): New.
3049 (newsticker-layout, newsticker-sort-method): Doc fix.
3050 (newsticker-hide-old-items-in-newsticker-buffer)
3051 (newsticker-heading-format, newsticker-item-format)
3052 (newsticker-desc-format): Doc fix.
3053 (newsticker-show-all-rss-elements): Remove.
3054 (newsticker-show-all-news-elements): New.
3055 (newsticker-faces, newsticker-ticker): Doc fix.
3056 (remove-from-invisibility-spec): Code formatting.
3057 (newsticker--process-ids): New.
3058 (newsticker-mode): Doc fix.
3059 (newsticker-mode): Change mode-line-format.
3060 (newsticker-start): Remove debug output.
3061 (newsticker-start-ticker): Doc fix. Add Autoload cookie.
3062 (newsticker-w3m-show-inline-images): Code formatting.
3063 (newsticker-next-item): Call `force-mode-line-update'.
3064 (newsticker-previous-item): Call `force-mode-line-update'.
3065 (newsticker-next-feed): Call `force-mode-line-update'.
3066 (newsticker-previous-feed): Call `force-mode-line-update'.
3067 (newsticker-mark-all-items-at-point-as-read): Code formatting.
3068 (newsticker-show-old-items): Do not show descs.
3069 (newsticker-hide-entry): Hide too much.
3070 (newsticker-hide-entry, newsticker-show-entry)
3071 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
3072 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
3073 (newsticker-toggle-auto-narrow-to-item): Code formatting.
3074 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
3075 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
3076 (newsticker-get-news): Call `force-mode-line-update'.
3077 Collect process ids.
3078 (newsticker--sentinel): Change coding system handling.
3079 Move image retrieval to new functions newsticker--get-logo-url-*.
3080 Move feed parsing to new functions newsticker--parse-*.
3081 Update list of process ids.
3082 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
3083 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
3084 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
3085 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
3086 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
3087 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
3088 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
3089 (newsticker--decode-coding-string): Remove.
3090 (newsticker--decode-numeric-entities): Check input. Format code.
3091 (newsticker--remove-whitespace): Check input.
3092 (newsticker--do-forget-preformatted): Doc fix.
3093 (newsticker--decode-rfc822-date): Allow for missing time.
3094 (newsticker--update-process-ids): New.
3095 (newsticker--image-sentinel): Change comment.
3096 (newsticker--image-read): Change error message.
3097 (newsticker--imenu-goto): Doc fix. Show headline title.
3098 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
3099 (newsticker--buffer-do-insert-text): Clean whitespace in
3100 html-rendered headline title. Code formatting.
3101 Call `newsticker--buffer-print-extra-elements'.
3102 (newsticker--buffer-print-extra-element): Remove.
3103 (newsticker--buffer-print-extra-elements): New.
3104 (newsticker--buffer-do-print-extra-element): New.
3105 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
3106 large sizes.
3107 (newsticker--run-auto-mark-filter)
3108 (newsticker--do-run-auto-mark-filter):
3109 Use `newsticker-auto-mark-filter-list'.
3110
3111 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
3112
3113 * net/rcirc.el: Use split-string OMIT-NULLS argument.
3114 (rcirc-print): Force redisplay before running hooks. Do long
3115 buffer truncation after making new text read-only. Deal with nil
3116 text when decoding strings. If TARGET is nil, use either the
3117 currently selected buffer, if it is an rcirc buffer and of the
3118 same process or the process buffer.
3119 (rcirc-mode): Remove header-line. Recompute short buffer names.
3120 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
3121 (rcirc-short-buffer-name): Add variable.
3122 (rcirc-kill-buffer-hook): Recompute short buffer names.
3123 Remove nick from private channel.
3124 (rcirc-send-input): Send command text to current-buffer.
3125 Don't clear overlay arrow here.
3126 (rcirc-short-buffer-name): Return a short buffer name.
3127 (rcirc-update-short-buffer-names, rcirc-abbreviate)
3128 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
3129 buffer-name abbreviations.
3130 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
3131 Do not touch nick-table when killing a parted channel.
3132 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
3133 Clear arrow from current buffer if it is now hidden.
3134 (rcirc-current-buffer): Add variable.
3135 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
3136 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
3137 Remove -face from names.
3138 (rcirc-update-activity-string): Print "DND" when globally ignoring
3139 activity.
3140 (rcirc-ignore-buffer-activity-flag): Rename from
3141 rcirc-ignore-channel-activity.
3142 (rcirc-ignore-all-activity-flag): Doc fix.
3143 (rcirc-channels): Remove variable.
3144 (rcirc-kill-buffer-hook):
3145 (rcirc-get-buffer-create): Add nick to private channel.
3146 (rcirc-multiline-edit-submit): Remove tabs.
3147 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
3148 folded.
3149 (rcirc-remove-nick-channel): Bug fix.
3150 (rcirc-toggle-ignore-buffer-activity): Rename from
3151 rcirc-toggle-ignore-channel-activity.
3152 (rcirc-record-activity): Add buffers to the front of the list.
3153 (rcirc-update-activity): Remove killed buffers from list.
3154 (rcirc-process-server-response-1): Remove last argument if it is
3155 null before calling handler.
3156 (rcirc): Add "rcirc" defcustom prefix.
3157 (rcirc-prompt): Simplify default prompt.
3158 Use custom-initialize-default.
3159 (rcirc-private-chats): Remove variable.
3160 (rcirc-prompt): Change initialization.
3161 (rcirc-version): Remove function.
3162 (rcirc-id-string): Add constant.
3163 (rcirc-last-buffer): Remove variable.
3164 (rcirc-buffer-alist): Add variable.
3165 (rcirc-connect): Update variable setup.
3166 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
3167 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
3168 default.
3169 (rcirc-handler-generic): Trigger activity.
3170 (rcirc-send-message): Create the buffor of the target.
3171 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
3172 (rcirc-get-buffer): Just return nil if there is no matching buffer.
3173 (rcirc-multiline-edit-cancel): Remove function.
3174 (rcirc-set-last-buffer): Remove function.
3175 (rcirc-get-any-buffer): Add function.
3176 (rcirc-join-channels): Don't print /join text.
3177 (rcirc-toggle-ignore-channel-activity): Add and update echo area
3178 messages.
3179 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
3180 (rcirc-handler-NOTICE): Recognize CTCP responses.
3181 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
3182 constructing TOPIC string for buffers we are not JOINed.
3183 (rcirc-handler-CTCP-response): Add handler.
3184 (rcirc-multiline-edit-submit): Restore the window-configuration
3185 before adjusting point.
3186 (rcirc): Add customization group.
3187 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
3188 (rcirc-user-full-name, rcirc-startup-channels-alist)
3189 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
3190 (rcirc-ignore-all-activity-flag, rcirc-time-format)
3191 (rcirc-input-ring-size, rcirc-read-only-flag)
3192 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
3193 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
3194 Change defvar to defcustom.
3195 (rcirc-update-prompt): Add optional ALL arg, which will update
3196 prompts in all rcirc buffers. Regexp quote replacement text.
3197 (rcirc-fill-column): Accept 'frame-width as a value.
3198 (rcirc-set-changed): Add function.
3199 (rcirc-next-active-buffer): Write more meaningful messages.
3200 (rcirc-faces): Add customization group.
3201 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
3202 (rcirc-nick-in-message-face, rcirc-prompt-face)
3203 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
3204 (with-rcirc-process-buffer): Move before first usage.
3205 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
3206 (rcirc-debug-flag): Rename from `rcirc-log-p'.
3207 (rcirc-debug): Rename from `rcirc-log'.
3208 (rcirc-format-response-string): Do not print '-' chars for a
3209 NOTICE with no sender. Simplify output of server responses.
3210
3211 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
3212
3213 (rcirc-browse-url-map, rcirc-browse-url-at-point)
3214 (rcirc-browse-url-at-mouse, rcirc-mangle-text): Make urls
3215 mouse and RET clickable.
3216
3217 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
3218
3219 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
3220
3221 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
3222
3223 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
3224 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
3225 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
3226 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional 'passphrase'
3227 argument to all these routines, so the passphrase can be managed
3228 externally and passed in to the system.
3229 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
3230 pgg-add-passphrase-to-cache function.
3231
3232 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
3233 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
3234 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
3235 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional 'passphrase'
3236 argument to all these routines, so the passphrase can be managed
3237 externally and passed in to the system.
3238 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
3239 function.
3240
3241 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
3242
3243 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
3244 from goto-address-url-regexp.
3245
3246 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
3247
3248 * textmodes/org.el (org-read-date, org-goto-calendar)
3249 (org-recenter-calendar, org-agenda-goto-calendar):
3250 Temporarily clear 'calendar-move-hook'.
3251
3252 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
3253
3254 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
3255 merging.
3256
3257 * ediff-util.el (ediff-previous-difference): Don't skip regions that
3258 have merge clashes.
3259
3260 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3261
3262 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
3263 Undo previous change.
3264
3265 * startup.el (command-line): Use `custom-reevaluate-setting' for
3266 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
3267 tty-register-default-colors on Mac.
3268
3269 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
3270
3271 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
3272 (gdb-buffer-type): Make it automatically buffer local...
3273 (gdb-get-create-buffer): ...and set it accordingly.
3274 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
3275 actually work.
3276
3277 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
3278
3279 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
3280 not red.
3281
3282 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
3283
3284 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
3285 case GUD buffer is not visible.
3286 (gdb-goto-breakpoint): Try to force display in source buffer.
3287 (gdb-frame-gdb-buffer): Copy other similar functions.
3288 (gdb-restore-windows): Don't display source if not asked for.
3289 (gdb-assembler-buffer-name): Don't capitalise.
3290
3291 2005-11-03 Richard M. Stallman <rms@gnu.org>
3292
3293 * wid-edit.el (key-sequence): New widget type.
3294
3295 * simple.el (set-mark-command-repeat-pop): New variable.
3296 (set-mark-command): Only interpret plan C-@ after a pop as a pop
3297 if set-mark-command-repeat-pop is true.
3298
3299 * info.el (Info-fontify-node): Don't display extra "see" if there
3300 already is one here.
3301
3302 * mouse.el: Fix special handling of DEL after dragging a region:
3303 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
3304 (mouse-region-delete-keys): Add [backspace].
3305
3306 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
3307
3308 * textmodes/ispell.el (ispell-command-loop): Change `i' description
3309 not to assume it pertains to an affix.
3310
3311 * textmodes/flyspell.el (flyspell-post-command-hook):
3312 Bind deactivate-mark to prevent deactivation.
3313
3314 2005-11-03 Lars Hansen <larsh@soem.dk>
3315
3316 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
3317 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
3318 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
3319
3320 2005-11-03 Romain Francoise <romain@orebokech.com>
3321
3322 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
3323 Update copyright years.
3324
3325 2005-11-03 Sam Steingold <sds@gnu.org>
3326
3327 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
3328 Use system-type instead of window-system because window-system is not
3329 correctly defined during loadup.
3330
3331 2005-11-02 Mark A. Hershberger <mah@everybody.org>
3332
3333 * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
3334 (xml-parse-tag): Join strings separated by a comment properly.
3335
3336 2005-11-02 Andreas Schwab <schwab@suse.de>
3337
3338 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
3339
3340 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
3341
3342 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
3343 (byte-optimize-pure-func): Quote the eval'd value.
3344
3345 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
3346 Rename from perl-font-lock-syntactic-face-function.
3347 Change the calling convention so it can be used as a font-lock MATCHER.
3348 Do the parse-partial-sexp loop outselves.
3349 (perl-font-lock-syntactic-keywords): Use it.
3350 (perl-mode): Don't set font-lock-syntactic-face-function any more.
3351
3352 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
3353
3354 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
3355 disassembly buffer too.
3356 (gdb-exited): Remove overlay arrows when execution has finished.
3357 (gdb-info-frames-custom, gdb-info-threads-custom)
3358 (gdb-info-registers-custom): Don't add inappropriate text
3359 properties if inferior is not active.
3360
3361 2005-11-02 Glenn Morris <rgm@gnu.org>
3362
3363 * progmodes/fortran.el (fortran-blink-match):
3364 Use `blink-matching-delay'.
3365
3366 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
3367
3368 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
3369
3370 2005-11-02 Lars Hansen <larsh@soem.dk>
3371
3372 * net/tramp.el (tramp-action-out-of-band): Handle scp message
3373 "Permission denied".
3374
3375 2005-11-01 Richard M. Stallman <rms@gnu.org>
3376
3377 * textmodes/flyspell.el (flyspell-external-point-words):
3378 Pass nil to flyspell-get-word.
3379
3380 2005-11-02 Kim F. Storm <storm@cua.dk>
3381
3382 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
3383 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
3384
3385 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
3386
3387 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
3388 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
3389 (calendar-mouse-print-dates): Add optional `event' argument.
3390 Update interactive-spec.
3391 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
3392 Use `calendar-event-to-date' instead of `event'.
3393
3394 2005-11-02 Masatake YAMATO <jet@gyve.org>
3395
3396 * progmodes/ld-script.el (ld-script-builtins):
3397 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
3398 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
3399 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
3400
3401 2005-11-01 Romain Francoise <romain@orebokech.com>
3402
3403 * vc-sccs.el: Update copyright year.
3404 * ezimage.el: Likewise.
3405
3406 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
3407
3408 * info.el (Info-fontify-node): Use `string-width' for fontifying
3409 underlined titles.
3410
3411 2005-11-01 Juri Linkov <juri@jurta.org>
3412
3413 * info.el (Info-fontify-node): Downcase node header keywords Node,
3414 Prev, Next, Up before comparison.
3415 (Info-history): Insert absolute directory name, and put invisible
3416 property on it.
3417
3418 2005-11-01 Juri Linkov <juri@jurta.org>
3419
3420 * info.el (Info-file-supports-index-cookies): New variable.
3421 (Info-find-node-2): Check makeinfo version for index cookie support.
3422 (Info-index-nodes): Search for nodes with index cookies only when
3423 Info-file-supports-index-cookies is t. Otherwise, search nodes
3424 with "Index" in the node name.
3425 (Info-index-node): Search index cookie in the current node only when
3426 Info-file-supports-index-cookies is t. Otherwise, check the word
3427 "Index" in the node name.
3428 (Info-find-emacs-command-nodes): Remove code that searches nodes
3429 with "Index" node name in the top menu.
3430
3431 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
3432
3433 * progmodes/scheme.el (scheme-mode-variables): Use the default
3434 comment-indent-function.
3435
3436 * faces.el (face-attribute): Handle the case where a face inherits from
3437 a non-existent face.
3438
3439 * simple.el (eval-expression-print-format): Use lisp-readable syntax
3440 for octal and hexa output, and merge the char into the paren.
3441 (kill-new): Use push.
3442 (copy-to-buffer): Use with-current-buffer.
3443 (completion-setup-function): Move code in loop to remove redundancy.
3444 (minibuffer-local-must-match-map): Don't add bindings that duplicate
3445 those inherited from minibuffer-local-completion-map.
3446
3447 * savehist.el (savehist-mode) <defcustom>:
3448 Use custom-set-minor-mode if available.
3449 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
3450 and emit a message if applicable.
3451
3452 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
3453
3454 * savehist.el: Sync up to version 19.
3455 (savehist-mode): New minor mode.
3456 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
3457 (savehist-length): Remove (use history-length instead).
3458 (savehist-file-modes): Rename from savehist-modes.
3459 (savehist-save-hook, savehist-loaded): New vars.
3460 (savehist-load): Use savehist-mode. Try to smooth up transition from
3461 old format to new format.
3462 (savehist-install): Allow savehist-autosave-interval to be nil.
3463 (savehist-save): Run the new hook. Be more careful to only trim the
3464 history variables.
3465 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
3466 (savehist-printable): Print into a buffer rather than char-by-char.
3467
3468 2005-11-01 John Wiegley <johnw@newartisans.com>
3469
3470 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
3471 toggle-ignore keybinding (C-a). The author said it had been
3472 disabled much earlier due to a possible incompatibility, but after
3473 many months of usage I have encountered no problems (and it is a
3474 rather useful option, especially for switching to " *temp*").
3475
3476 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
3477 support for OS/X's AddressBook, by calling out to the open source
3478 program "contacts" (installable through Fink).
3479
3480 * net/eudc.el (eudc-expand-inline): If the
3481 `eudc-multiple-match-handling-method' is set to `all', delete the
3482 query string before inserting the query result.
3483
3484 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
3485 flag, to prevent Eshell from using the system ls when
3486 `eshell-ls-insert-directory' is in used.
3487 (eshell-ls-insert-directory): Disable font-lock in directory
3488 buffer so that Eshell's own fontification is seen. This broke
3489 recently due to changes in font-lock, so this goes back to version
3490 21 behavior.
3491
3492 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
3493
3494 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
3495 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
3496 (gdb-many-windows): Doc fix.
3497
3498 2005-10-31 Romain Francoise <romain@orebokech.com>
3499
3500 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
3501
3502 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
3503
3504 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
3505 that global-font-lock-mode can be enabled by default.
3506
3507 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
3508 (font-lock-add-keywords, font-lock-remove-keywords)
3509 (font-lock-fontify-buffer): Remove autoload cookies.
3510
3511 * jit-lock.el (jit-lock-register): Likewise.
3512
3513 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
3514
3515 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
3516
3517 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
3518 intact if there is no gud-comint-buffer.
3519
3520 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
3521
3522 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
3523 old prompt comint-prompt-read-only is t and GDB commands are
3524 issued from tool bar etc.
3525
3526 2005-10-31 Masatake YAMATO <jet@gyve.org>
3527
3528 * vc.el (vc-directory-exclusion-list): Add "{arch}".
3529
3530 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
3531
3532 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
3533 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
3534
3535 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
3536
3537 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
3538 starting at beginning of line. Fontification is messed up when
3539 `open-paren-in-column-0-is-defun-start' set to t.
3540 Reported by John Paul Wallington <jpw@pobox.com>.
3541
3542 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
3543
3544 * comint.el (comint-send-input): Call `comint-update-fence' when
3545 `comint-process-echoes' and `comint-prompt-read-only' are both
3546 non-nil, to avoid leftover read-only newline.
3547
3548 2005-10-30 Richard M. Stallman <rms@gnu.org>
3549
3550 * textmodes/flyspell.el (flyspell-external-point-words):
3551 Detect when WORD can't be checked properly because
3552 flyspell-get-word finds just part of it, and move on.
3553
3554 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
3555 boundarychar for Polish.
3556 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
3557 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
3558
3559 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
3560
3561 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
3562 (gdb-registers-font-lock-keywords): Delete.
3563 (gdb-registers-mode): Don't fontify.
3564 (gdb-info-registers-custom): Use text properties instead as, in
3565 future, changed register values will use font-lock-warning-face.
3566 (gdb-local-font-lock-keywords): Rename to...
3567 (gdb-locals-font-lock-keywords): ...for consistency.
3568
3569 2005-10-30 Andre Spiegel <spiegel@gnu.org>
3570
3571 * vc.el (vc-switch-backend): Better error message if the buffer is
3572 not visiting a file under version control.
3573
3574 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
3575
3576 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
3577
3578 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
3579 ~/.emacs.d/.emacs.
3580
3581 2005-10-29 Richard M. Stallman <rms@gnu.org>
3582
3583 * replace.el (occur-mode-mouse-goto): Always go to other window.
3584 (occur-mode-goto-occurrence): Always switch in same window.
3585
3586 * simple.el (undo): Display message at end, not at start.
3587
3588 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
3589 New arg REUSE-CELL.
3590 (cancel-timer-internal): New function.
3591 (timer-event-handler): Use cancel-timer-internal,
3592 and pass the cell it returns to timer-activate...
3593
3594 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
3595 (jit-lock-deferred-fontify, jit-lock-context-fontify)
3596 (jit-lock-after-change): Test memory-full.
3597
3598 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
3599
3600 * textmodes/conf-mode.el (conf-assignment-sign)
3601 (conf-assignment-regexp): Fix docstrings.
3602 (conf-mode-initialize): New function.
3603 (conf-mode): Remove optional args. Use delay-mode-hooks to
3604 recognize recursive calls.
3605 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
3606 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
3607 (conf-xdefaults-mode): Use define-derived-mode and
3608 conf-mode-initialize.
3609
3610 2005-10-29 Romain Francoise <romain@orebokech.com>
3611
3612 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
3613
3614 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
3615
3616 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
3617 part of the decoded armor to find the key-identifier.
3618 (pgg-gpg-lookup-key-owner): New function to return the
3619 human-readable identifier of a key owner.
3620 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
3621 key itself.
3622 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
3623 the key value) if we have a key and can match it against a secret
3624 key. Also, added a note pointing out fact that the prompt only
3625 indicates the first matching key.
3626
3627 * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
3628 pgg-decrypt-region.
3629 (pgg-pending-timers): A new hash for tracking the passphrase cache
3630 timers, so that new ones supercede old ones.
3631 (pgg-add-passphrase-to-cache): Rename from
3632 `pgg-add-passphrase-cache' to reduce confusion (all callers
3633 changed). Modified to cancel old timers when new ones are added.
3634 (pgg-remove-passphrase-from-cache): Rename from
3635 `pgg-remove-passphrase-cache' to reduce confusion (all callers
3636 changed). Modified to cancel old timers when their keys are
3637 removed from the cache.
3638 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
3639 XEmacs, an indirection to delete-itimer.
3640 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
3641 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
3642 users can only check cache without risk of prompting. Correct bug in
3643 notruncate behavior.
3644 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
3645 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
3646 Add informative docstrings.
3647 (pgg-decrypt): Convey provided passphrase in subordinate call to
3648 pgg-decrypt-region.
3649
3650 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
3651
3652 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
3653 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
3654 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
3655 'passphrase' argument, so the passphrase can be managed externally
3656 and then passed in to the system.
3657
3658 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
3659 (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
3660 so the passphrase cache can be used reliably with identifiers
3661 besides a pgp packet's key id.
3662
3663 * pgg-gpg.el (pgg-pgp-encrypt-region)
3664 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
3665 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
3666 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional 'passphrase'
3667 argument to all these routines, so the passphrase can be managed
3668 externally and passed in to the system.
3669
3670 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
3671 'notruncate' argument, so the passphrase cache can be used
3672 reliably with identifiers besides a pgp packet's key id.
3673
3674 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
3675
3676 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
3677 symmetric encryption.
3678 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
3679 encrypted session key.
3680 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
3681 message ask for the passphrase in a proper way.
3682
3683 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
3684 New user commands for symmetric encryption.
3685
3686 2005-10-28 Bill Wohler <wohler@newt.com>
3687
3688 * help-mode.el (help-url): New button type. Calls browse-url.
3689 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
3690 Similar to Info nodes: URL `url'.
3691 (help-make-xrefs): Create help-url buttons for
3692 help-xref-url-regexp matches.
3693
3694 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
3695
3696 * tool-bar.el (tool-bar-add-item-from-menu)
3697 (tool-bar-local-item-from-menu): Fix doc strings.
3698
3699 2005-10-28 Romain Francoise <romain@orebokech.com>
3700
3701 * ldefs-boot.el: Update.
3702
3703 * subr.el (locate-library): Move from help-fns.el.
3704 * help-fns.el (locate-library): Move to subr.el.
3705
3706 2005-10-28 Richard M. Stallman <rms@gnu.org>
3707
3708 * net/tramp.el (tramp-completion-mode): defvar moved up.
3709
3710 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
3711
3712 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
3713
3714 * files.el (find-file-noselect): Use %d to format large file size.
3715
3716 * bindings.el (mode-line-format): Add %e.
3717
3718 * loadup.el ("facemenu"): Load unconditionally.
3719 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
3720 ("x-dnd"): Load, when appropriate.
3721
3722 * startup.el (command-line): Call before-init-hook earlier.
3723 Warn about some bad characters in -u user name.
3724
3725 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
3726 (flyspell-external-point-words): Error if misspelled word is not found.
3727 Set flyspell-large-region-beg at end of word.
3728
3729 2005-10-28 Andreas Schwab <schwab@suse.de>
3730
3731 * view.el (View-revert-buffer-scroll-page-forward):
3732 Use view-page-size-default.
3733
3734 2005-10-28 Juri Linkov <juri@jurta.org>
3735
3736 * international/quail.el (quail-get-current-str): Translate last
3737 raw character for deterministic input methods.
3738
3739 2005-10-27 Jay Belanger <belanger@truman.edu>
3740
3741 * calc/calc-ext.el: Add functions to autoloads.
3742 (math-identity-matrix-p, math-ident-row-p): New functions.
3743
3744 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
3745 multiplication by an identity matrix; don't turn multiplication by
3746 an inverse matrix into division.
3747 (math-div-symbol-fancy): Replace division by matrices with
3748 multiplication by inverse.
3749
3750 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
3751
3752 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
3753 (calc-writeoutpower): New functions.
3754
3755 2005-10-27 Romain Francoise <romain@orebokech.com>
3756
3757 * replace.el (occur-engine): Include colon in mouse-face highlight.
3758
3759 * dired-x.el: Change Maintainer field.
3760
3761 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
3762
3763 * longlines.el (longlines-mode): Bind after-change-functions to
3764 nil during initial decoding and final encoding.
3765
3766 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
3767
3768 * term.el (term-emulate-terminal, term-handle-colors-array)
3769 (term-handle-ansi-escape): Specify the terminfo capabilities
3770 implemented.
3771
3772 2005-10-26 Richard M. Stallman <rms@gnu.org>
3773
3774 * info.el (Info-fontify-node): Fix detection of sentence-break
3775 before *Note.
3776
3777 2005-10-26 Romain Francoise <romain@orebokech.com>
3778
3779 * smerge-mode.el: Add `tools' to file keywords.
3780
3781 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
3782
3783 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
3784 when the fringe is not available.
3785
3786 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
3787 (def-gdb-auto-update-trigger): Simplify construction.
3788 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
3789 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
3790 defined explicitly.
3791 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
3792 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
3793 defined explicitly.
3794 (gdb-info-locals-custom): Remove as it's a no-op.
3795
3796 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
3797
3798 * longlines.el (longlines-mode): Remove narrowing before
3799 performing the initial decoding or final encoding.
3800
3801 2005-10-25 Romain Francoise <romain@orebokech.com>
3802
3803 * emacs-lisp/find-func.el (find-library-name): Also strip
3804 extension if library name ends in .el, to take advantage of
3805 `find-library-suffixes'.
3806
3807 2005-10-25 Richard M. Stallman <rms@gnu.org>
3808
3809 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
3810
3811 2005-10-25 Juri Linkov <juri@jurta.org>
3812
3813 * textmodes/texinfo.el (texinfo-mode): Change charset of one
3814 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
3815
3816 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
3817
3818 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
3819 (blackbox-redefine-key): Add argument `map'.
3820
3821 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
3822 regions when moving the jit-lock-context-unfontify-pos boundary.
3823
3824 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
3825
3826 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
3827
3828 2005-10-25 Masatake YAMATO <jet@gyve.org>
3829
3830 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
3831
3832 2005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
3833
3834 * play/blackbox.el (blackbox-redefine-key): New function.
3835 (blackbox-mode-map): Use it to remap existing bindings for cursor
3836 motion instead of binding literal keys.
3837
3838 2005-10-25 Glenn Morris <rgm@gnu.org>
3839
3840 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
3841 diary does not end in a newline. Do not assume a blank line at
3842 the start of the diary file.
3843
3844 2005-10-25 Kenichi Handa <handa@m17n.org>
3845
3846 * international/quail.el (quail-translate-key): If the input
3847 method is deterministic and failed to handle the last key, restart
3848 the key handling loop from an appropriate key.
3849
3850 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
3851
3852 * vc.el (vc-dired-mode): Extend comment for binding of
3853 `directory-listing-before-filename-regexp'.
3854
3855 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
3856
3857 * textmodes/texinfo.el (texinfo-mode):
3858 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
3859 not to unnecessarily expose emacs-mule's internal char codes.
3860
3861 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
3862
3863 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
3864 Display hand pointer and help-echo on disabled icon too.
3865 (gdb-mouse-until): New function.
3866 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
3867
3868 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
3869
3870 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
3871 with 2005-10-23 change to doctor.el.
3872
3873 * finder.el (finder-mode-map): Add follow-link binding.
3874
3875 2005-10-25 Kim F. Storm <storm@cua.dk>
3876
3877 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
3878 to gdb-mouse-toggle-breakpoint-fringe.
3879 (gdb-mouse-toggle-breakpoint-margin): Rename from
3880 gdb-mouse-toggle-breakpoint. Fix doc.
3881 (gdb-mouse-toggle-breakpoint-fringe): New defun.
3882 (gdb-put-string): Add optional SPROPS arg. Add props to string.
3883 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
3884 string properties also for fringe breakpoint bitmaps.
3885
3886 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
3887
3888 * textmodes/org.el (org-start-icalendar-file): Fix format form.
3889
3890 2005-10-25 Masatake YAMATO <jet@gyve.org>
3891
3892 * simple.el (completion-common-substring):
3893 Use `completion-common-substring' prior to `completion-base-size'.
3894
3895 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
3896
3897 * savehist.el: Require CL while compiling.
3898 (savehist-history-variables): Remove.
3899 (savehist-save-minibuffer-history, savehist-additional-variables)
3900 (savehist-minibuffer-history-variables): New vars.
3901 (savehist-save): Use them.
3902 (savehist-uninstall, savehist-minibuffer-hook): New funs.
3903 (savehist-install): New fun, extracted from savehist-load.
3904 (savehist-load): Use them.
3905
3906 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
3907
3908 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
3909 a dummy doc-string-elt property.
3910 (defalias, defvaralias, define-category): Add a docstring property.
3911
3912 * image.el (defimage):
3913 * widget.el (define-widget):
3914 * custom.el (defface, defcustom): Add `doc-string' declaration.
3915
3916 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
3917 (defadvice): Add `doc-string' declaration.
3918
3919 * emacs-lisp/byte-run.el (macro-declaration-function):
3920 Handle `doc-string' declarations.
3921 (define-obsolete-function-alias, define-obsolete-variable-alias):
3922 Add `doc-string' declaration.
3923
3924 2005-10-24 Kenichi Handa <handa@m17n.org>
3925
3926 * international/utf-7.el (utf-7): Add autoload cookie.
3927
3928 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
3929
3930 2005-10-24 Eli Zaretskii <eliz@gnu.org>
3931
3932 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
3933 list of directories passed to batch-update-autoloads. Add "." to
3934 the list of the echoed directories.
3935
3936 * pgg-def.el:
3937 * pgg-gpg.el:
3938 * pgg-parse.el:
3939 * pgg-pgp.el:
3940 * pgg-pgp5.el:
3941 * pgg.el: Moved here from the gnus subdirectory.
3942
3943 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
3944
3945 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
3946 in case comint-prompt-read-only is set to t.
3947
3948 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
3949 in case comint-prompt-read-only is set to t.
3950
3951 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
3952
3953 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
3954 Now a string.
3955 (icalendar-import-format): Handle CLASS, STATUS, URL.
3956 Rename `subject' to `summary'.
3957 (icalendar-import-format-summary): Rename from
3958 `icalendar-import-format-subject'.
3959 (icalendar-import-format-url, icalendar-import-format-status)
3960 (icalendar-import-format-class): New variables.
3961 (icalendar--rris): Take variable argument list.
3962 (icalendar--datestring-to-isodate): Remove unnecessary
3963 calendar-style check when converting dates with explicit month names.
3964 (icalendar-export-region): Change return type of conversion
3965 subroutines. Bury current buffer unless error occurred.
3966 (icalendar--convert-to-ical)
3967 (icalendar--parse-summary-and-rest): New functions.
3968 (icalendar--convert-ordinary-to-ical)
3969 (icalendar--convert-weekly-to-ical)
3970 (icalendar--convert-yearly-to-ical)
3971 (icalendar--convert-block-to-ical)
3972 (icalendar--convert-cyclic-to-ical)
3973 (icalendar--convert-anniversary-to-ical): Change return type.
3974 Strip trailing blanks from subject.
3975 (icalendar--convert-sexp-to-ical): Change return type.
3976 Strip trailing blanks from subject. Handle simple sexp
3977 entries as generated by icalendar.el.
3978 (icalendar--convert-float-to-ical)
3979 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
3980 (icalendar-import-file): Doc fix.
3981 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
3982 Correct call to icalendar--rris.
3983 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
3984 `summary'.
3985 (icalendar--add-diary-entry): Rename `subject' to `summary'.
3986
3987 2005-10-24 Romain Francoise <romain@orebokech.com>
3988
3989 * server.el (server-sentinel): Set query-on-exit flag to nil on
3990 new client processes (it isn't inherited from the server process).
3991
3992 * replace.el (occur-engine): Rearrange text properties.
3993
3994 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
3995
3996 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
3997 case-fold-search is nil.
3998 (debug-help-follow): Use help-xref-interned directly.
3999
4000 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
4001
4002 * thumbs.el (thumbs-image-type): Add .pbm.
4003
4004 2005-10-23 Richard M. Stallman <rms@gnu.org>
4005
4006 * faces.el (inhibit-face-set-after-frame-default): New variable.
4007 (set-face-attribute): Bind it.
4008 (face-set-after-frame-default): Test it.
4009
4010 * help-fns.el (describe-simplify-lib-file-name): New function.
4011 (describe-function-1, describe-variable): Use it.
4012
4013 * faces.el (describe-face): Use describe-simplify-lib-file-name.
4014
4015 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
4016 Eliminate nil as possible value.
4017 (tooltip-hide-delay): Reduce internal-border-width.
4018
4019 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
4020 (menu-bar-file-menu) <new-file>: Likewise.
4021
4022 * simple.el (line-move-finish): Ignore fields computing LINE-END.
4023
4024 * international/mule.el (load-with-code-conversion):
4025 Pass full file name to `eval-buffer' unless preloading.
4026
4027 * textmodes/flyspell.el (flyspell-large-region):
4028 Call ispell-check-version.
4029
4030 * textmodes/ispell.el (ispell-local-dictionary-overridden):
4031 Fix the make-variable-buffer-local call that was supposed
4032 to be for this variable.
4033 (ispell-aspell-supports-utf8): Doc fix.
4034 (ispell-find-aspell-dictionaries): Preserve elements of
4035 ispell-dictionary-alist for dictionaries that aspell doesn't report.
4036 (ispell-aspell-find-dictionary): Return nil on error.
4037
4038 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
4039 (doctor-symptoms): Likewise.
4040
4041 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
4042
4043 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
4044
4045 * cus-edit.el (custom-button, custom-button-pressed): New vars.
4046 (custom-raised-buttons): Add :set spec.
4047 (custom-button-unraised, custom-button-pressed-unraised):
4048 New faces, so that custom-raised-buttons actually does something.
4049 (custom-mode): Use custom-button and custom-button-pressed.
4050
4051 * wid-edit.el (widget-specify-button): Don't ignore
4052 widget-mouse-face on graphic terminals.
4053 (widget-move-and-invoke): Cleanup.
4054
4055 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
4056
4057 * whitespace.el (whitespace-cleanup): Doc fix.
4058
4059 2005-10-23 Romain Francoise <romain@orebokech.com>
4060
4061 * emulation/viper.el (viper-set-hooks): Quote forms passed to
4062 `eval-after-load' to avoid evaluating their result.
4063
4064 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
4065
4066 * files.el (directory-listing-before-filename-regexp):
4067 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
4068
4069 * dired.el (dired-move-to-filename-regexp): Remove.
4070 All occurences replaced by `directory-listing-before-filename-regexp'.
4071
4072 * dired-x.el, locate.el, vc.el:
4073 Replace `dired-move-to-filename-regexp' by
4074 `directory-listing-before-filename-regexp'. In vc.el it is
4075 overwritten locally; maybe this can be handled in files.el too.
4076
4077 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
4078 replaced by `directory-listing-before-filename-regexp'.
4079
4080 2005-10-23 Andreas Schwab <schwab@suse.de>
4081
4082 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
4083 and eval-next-after-load.
4084
4085 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
4086
4087 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
4088 exist, create it.
4089
4090 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
4091
4092 * allout.el: Remove autoloads for mailcrypt and crypt++.
4093 Require pgg, pgg-gpg during compilation.
4094 (allout-version): Increment version number to 2.1, and use a literal
4095 rather than RCS Id.
4096 (allout-default-encryption-scheme): Remove.
4097 (allout-passphrase-verifier-handling)
4098 (allout-passphrase-verifier-string)
4099 (allout-file-passphrase-verifier-string)
4100 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
4101 (allout-passphrase-hint-handling): Rename and simplify.
4102 (allout-init): Use `find-file-hook' if available, otherwise
4103 `find-file-hooks'.
4104 (allout-mode): Use `write-file-functions' if available, otherwise
4105 `local-write-file-hooks' and, instead of making auto-save-hook
4106 buffer local, make the write-file-hook activity contingent to
4107 allout-mode.
4108 (allout-mode): Use key-binding substitution in the docstring.
4109 (allout-kill-line): Spell-out kill ring data structure mutation
4110 instead of using byte-compiler-complaint-provoking `pop'.
4111 (allout-insert-listified): Use `insert' rather than `insert-string'
4112 (allout-toggle-current-subtree-encryption): Update docstring, adjust
4113 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
4114 (allout-encrypt-string): Totally revamped vis new underlying
4115 encryption facilities.
4116 (allout-mc-activate-passwd): Remove.
4117 (allout-obtain-passphrase): New, more or less replaces
4118 allout-mc-activate-passwd.
4119 (allout-encrypted-key-info): More or less replaces
4120 allout-encrypted-text-type.
4121 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
4122 (my-mark-marker): Use `(featurep 'xemacs)'.
4123
4124 2005-10-23 Lars Hansen <larsh@soem.dk>
4125
4126 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
4127 (byte-compile-file-form-defmumble, byte-compile-defun)
4128 (byte-compile-defmacro): Use it.
4129 (byte-compile-form): Don't call byte-compile-set-symbol-position
4130 when a byte-compile handler is called.
4131
4132 2005-10-22 Romain Francoise <romain@orebokech.com>
4133
4134 * savehist.el (savehist-history-variables): Add `grep-find-history'.
4135
4136 * subr.el (eval-after-load): Convert library name to an absolute
4137 file name using locate-library, since load-history no longer has
4138 library names in it.
4139
4140 2005-10-22 Richard M. Stallman <rms@gnu.org>
4141
4142 * files.el (make-temp-file): Move from subr.el.
4143 * subr.el (make-temp-file): Move to files.el.
4144
4145 * window.el (get-buffer-window-list): Move from subr.el.
4146 * subr.el (get-buffer-window-list): Move to window.el.
4147
4148 * image.el (image-load-path): Use eval-at-startup to initialize.
4149
4150 * subr.el (eval-at-startup): New macro.
4151
4152 * subr.el: Much rearrangement of functions and division
4153 into pages. No code changes.
4154
4155 2005-10-22 Kenichi Handa <handa@m17n.org>
4156
4157 * tar-mode.el (tar-extract): Be sure to call
4158 find-operation-coding-system if set-auto-coding doesn't find a
4159 coding system.
4160
4161 2005-10-22 Kim F. Storm <storm@cua.dk>
4162
4163 * image.el (image-type-header-regexps): Rename from image-type-regexps.
4164 Change users.
4165 (image-type-file-name-regexps): New defconst.
4166 (image-type-from-data): Simplify loop.
4167 (image-type-from-buffer): New defun.
4168 (image-type-from-file-header): Use it instead of image-type-from-data.
4169 Use image-search-load-path instead of only looking in data-directory.
4170 (image-type-from-file-name): New defun.
4171 (image-search-load-path): Change `pathname' to `filename'.
4172 Make PATH arg optional, default to image-load-path.
4173
4174 2005-10-21 Richard M. Stallman <rms@gnu.org>
4175
4176 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
4177
4178 * textmodes/paragraphs.el (sentence-end-base): New variable.
4179 (sentence-end): Use sentence-end-base.
4180
4181 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
4182
4183 * font-lock.el (font-lock-default-fontify-region): Check the multiline
4184 property independently from the font-lock-multiline variable.
4185
4186 2005-10-21 Richard M. Stallman <rms@gnu.org>
4187
4188 * emacs-lisp/find-func.el (find-library-name): Doc fix.
4189
4190 * startup.el (command-line): Convert library names
4191 in `load-history' to absolute file names.
4192
4193 * subr.el (symbol-file): Doc fix.
4194
4195 * loadhist.el (file-loadhist-lookup): Call locate-library
4196 instead of find-library-name. Don't try converting
4197 abs file names to library names, since load-history no longer
4198 has library names in it.
4199 (file-dependents, file-provides, file-requires): Doc fixes.
4200
4201 2005-10-21 Juri Linkov <juri@jurta.org>
4202
4203 * progmodes/etags.el (tags-table-mode): New function.
4204 (tags-verify-table): Replace initialize-new-tags-table with
4205 tags-table-mode.
4206
4207 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
4208 default value.
4209 (desktop-modes-not-to-save): Add tags-table-mode to the
4210 default value.
4211
4212 * info.el (Info-index-next): Add total number of index
4213 alternatives to the message.
4214
4215 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
4216 backward only space (instead of space and period) before looking
4217 at sentence end.
4218
4219 * simple.el (set-variable): Use user-variable-p instead of symbolp.
4220 Add the old variable value as 4th default-value arg of read-string.
4221
4222 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4223
4224 * cus-face.el (custom-declare-face): Make face from X resources
4225 also on Mac.
4226
4227 * disp-table.el (standard-display-g1, standard-display-graphic):
4228 Refuse to use string glyphs also on Mac.
4229 (standard-display-european): Don't set terminal coding system also
4230 on Mac.
4231
4232 * frame.el (display-screens): Use x-display-screens also on Mac.
4233
4234 2005-10-21 Romain Francoise <romain@orebokech.com>
4235
4236 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
4237
4238 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
4239
4240 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
4241 and $? into sexps.
4242
4243 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
4244 warning face on open-paren-in-column-0.
4245
4246 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
4247 boundary case. Fix typo.
4248 Suggested by Martin Rudalics <rudalics@gmx.at>.
4249
4250 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
4251
4252 * textmodes/org.el (org-combined-agenda-icalendar-file)
4253 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
4254 (org-export-icalendar-this-file)
4255 (org-export-icalendar-all-agenda-files)
4256 (org-export-icalendar-combine-agenda-files): New commands.
4257 (org-export-icalendar, org-print-icalendar-entries)
4258 (org-start-icalendar-file, org-finish-icalendar-file)
4259 (org-ical-ts-to-string): New functions.
4260 (org-read-date, org-goto-calendar)
4261 (org-agenda-goto-calendar): Inhibit displaying diary entries by
4262 call to `calendar'.
4263 (orgtbl-setup): Remove the :keys arguments from the menu description.
4264 (org-after-save-iCalendar-file-hook): New variable.
4265
4266 2005-10-21 Kenichi Handa <handa@m17n.org>
4267
4268 * language/vietnamese.el (tcvn-5712): Make it an alias of
4269 vietnamese-tcvn coding-system.
4270
4271 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
4272
4273 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
4274 group id is given.
4275
4276 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
4277
4278 * progmodes/sh-script.el (sh-escaped-line-re): New var.
4279 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
4280 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
4281 whose line is either continued or ends with a comment.
4282
4283 2005-10-20 Romain Francoise <romain@orebokech.com>
4284
4285 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
4286
4287 * replace.el (occur-engine): Add follow-link property.
4288
4289 * font-core.el (font-lock-mode): Doc fix.
4290
4291 2005-10-20 Richard M. Stallman <rms@gnu.org>
4292
4293 * net/rcirc.el: New file.
4294
4295 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
4296
4297 * term.el (term-term-name): Initialize to "eterm-color".
4298
4299 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
4300
4301 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
4302 for encryption functionality.
4303 Move allout customization subgroup from `editing' to `outlines' group.
4304 Fix commentary 'keywords' to legitimate ones.
4305 Update author info (using my current email address, obscurified).
4306 (allout-encrypt-string, allout-encryption-produce-work-buffer)
4307 (allout-encrypted-topic-p, allout-encrypted-text-type)
4308 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
4309 (allout-situate-encryption-key-verifier)
4310 (allout-get-encryption-key-verifier, allout-verify-key)
4311 (allout-next-topic-pending-encryption)
4312 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
4313 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
4314 (outline-key-verifier-handling, outline-key-hint-handling)
4315 (outline-encrypt-unencrypted-on-saves): New defcustoms.
4316 (allout-file-key-verifier-string, allout-encryption-scheme)
4317 (allout-key-verifier-string, allout-key-hint-string)
4318 (allout-after-save-decrypt): New variables.
4319 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
4320 (allout-after-saves-handler): New hook functions.
4321 (allout-post-command-business): Do allout-after-save-decrypt.
4322 (allout-enable-file-variable-adjustment): Custom var to enable
4323 mechanism for adding and adjusting settings of Emacs file variables.
4324 (allout-adjust-file-variable, allout-file-vars-section-data):
4325 New functions, implement the mechanism.
4326 (outlineify-sticky): Use the file vars mechanism.
4327 (allout-inhibit-protection, allout-during-write-cue)
4328 (allout-override-protect, allout-before-change-protect): Remove.
4329 (allout-flag-region, allout-open-topic): Adjust read-only text.
4330 (allout-open-line-not-read-only): Add to facilitate read-only
4331 text based protection.
4332 (allout-kill-line): Revise to adjust read-only text, clue the
4333 user about the inhibition.
4334 (allout-unprotected): Use unwind-protect.
4335 (allout-shift-in, allout-shift-out): Disallow manually shifting a
4336 topic deeper than the offspring depth of the previous topic -
4337 avoiding confusing "containment discontinuities".
4338 (allout-reindent-bodies): Fix retention of body relative hanging
4339 indent during promotion of collapsed bodies.
4340 (allout-open-topic): Make it easy to open new topic with same
4341 bullet as current topic - topic creation functions provided with
4342 any universal argument provokes now prompt for bullet, defaulting
4343 to the bullet of the previous topic.
4344 (allout-plain-bullets-string, allout-distinctive-bullets-string):
4345 Plain bullet alternates '.' period and ',' comma only. All other
4346 bullets are relegated to special status (but customizable).
4347 (allout-end-of-entry): Rename from 'allout-end-of-current-entry
4348 since it actually operates w.r.t. most immediately containing
4349 entry, visible or not.
4350 (allout-hide-current-entry, allout-show-current-entry): Use the
4351 revised version.
4352 (allout-old-expose-topic): Solidify deprecation.
4353 (allout-end-of-subtree): Add so we can span concealed as well
4354 as visible topics.
4355 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
4356 (allout-end-of-current-heading): Tweak to just respect the first line.
4357 (allout-get-body-text): Add.
4358 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
4359 when invoked interactively.
4360 (allout-up-current-level): Use `interactive-p'.
4361 (allout-mode, allout-init): Miscellaneous docstring and
4362 operational refinements, as well as hookups of new encryption stuff.
4363 (allout-beginning-of-current-entry): Now works as advertised.
4364 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
4365 (allout-isearch-rectification): Refine condition for isearching.
4366 (allout-isearch-abort, allout-enwrap-isearch)
4367 (allout-flag-region, my-region-active-p): Relocate some macros.
4368 (allout-title): Fallback title is '(buffer-name)', not
4369 non-existing '(current-buffer-name)'.
4370 (subst-char-in-string): Define if absent (for some XEmacs versions).
4371
4372 2005-10-20 Jari Aalto <jari.aalto@cante.net>
4373
4374 * mail/sendmail.el (mail-setup-hook, mail-aliases)
4375 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
4376 (mail-citation-prefix-regexp, mail-signature-file)
4377 (mail-default-headers, mail-bury-selects-summary)
4378 (mail-send-nonascii): Add autoload cookies.
4379
4380 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
4381
4382 * frame.el (blink-cursor-mode): Add `mac' to the list of
4383 window-system's that support blinking cursor.
4384
4385 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
4386
4387 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
4388
4389 2005-10-20 Eli Zaretskii <eliz@gnu.org>
4390
4391 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
4392 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
4393 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
4394
4395 2005-10-20 Kim F. Storm <storm@cua.dk>
4396
4397 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
4398 (ido-set-current-directory): Don't add / after final @.
4399 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
4400 Explicitly handle ange-ftp completion oddities.
4401 (ido-make-file-list): Don't rotate list at tramp root to avoid
4402 triggering tramp file handler for expand-file-name via get-file-buffer.
4403
4404 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
4405
4406 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
4407
4408 2005-10-19 Jay Belanger <belanger@truman.edu>
4409
4410 * calc/calc-units.el (math-standard-units): Add units, adjust
4411 symbols and update values.
4412 (math-unit-prefixes): Add more prefixes.
4413
4414 2005-10-19 Romain Francoise <romain@orebokech.com>
4415
4416 * bookmark.el (bookmark-menu-heading): New face.
4417 (bookmark-bmenu-list): Use it.
4418 Don't fiddle with `baud-rate' at top-level.
4419
4420 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
4421
4422 * image.el (create-image, find-image): Mention max-image-size in
4423 docstring.
4424
4425 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
4426
4427 * savehist.el (savehist-load): Revert to checking XEmacs.
4428
4429 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
4430 Various docstring and line-width fixups.
4431 (conf-mode): Use cond.
4432 Set font-lock-defaults. Don't set comment-use-syntax.
4433
4434 2005-10-18 David Ponce <david@dponce.com>
4435
4436 * tree-widget.el (tree-widget-button-click): New function.
4437 (tree-widget-button-keymap): Use it.
4438
4439 2005-10-18 Romain Francoise <romain@orebokech.com>
4440
4441 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
4442 (bookmark-bmenu-hide-filenames): Add follow-link property.
4443 Improve help-echo text.
4444
4445 * ffap.el (find-file-at-point): Doc fix.
4446
4447 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4448
4449 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
4450
4451 2005-10-18 Masatake YAMATO <jet@gyve.org>
4452
4453 Install to the CVS repository what I forgot to install in my
4454 2005-10-16 changes.
4455
4456 * progmodes/python.el (python-complete-symbol): Pass the common
4457 prefix substring of completion to `display-completion-list'.
4458
4459 * textmodes/org.el (org-complete): Ditto.
4460
4461 2005-10-18 Masatake YAMATO <jet@gyve.org>
4462
4463 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
4464
4465 * woman.el (WoMan-xref-man-page): New button type derived
4466 from `Man-abstract-xref-man-page'.
4467 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
4468
4469 * man.el (Man-abstract-xref-man-page): New button type.
4470 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
4471 (Man-highlight-references): Add new optional argument `xref-man-type'.
4472
4473 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
4474
4475 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
4476
4477 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
4478
4479 * cus-edit.el (Custom-move-and-invoke): Delete.
4480 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
4481
4482 * wid-edit.el (widget-move-and-invoke): New function, from
4483 Custom-move-and-invoke.
4484
4485 2005-10-17 Bill Wohler <wohler@newt.com>
4486
4487 Move all remaining images from lisp/toolbar to etc/images, move
4488 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
4489 the low resolution images in their own directory (low-color).
4490
4491 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*,
4492 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*:
4493 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*:
4494 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*:
4495 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*:
4496 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*:
4497 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
4498
4499 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
4500 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
4501 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
4502 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
4503 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
4504 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
4505 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
4506 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
4507 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
4508 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
4509 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
4510 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
4511 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
4512 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
4513 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
4514
4515 To conform with convention, replace the underscore (_) in the
4516 following image names with dash (-) or (/) as appropriate.
4517
4518 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
4519 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
4520 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
4521 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
4522 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
4523 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
4524 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
4525 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
4526 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
4527 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
4528 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
4529 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
4530 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
4531 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
4532 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
4533
4534 * info.el (info-tool-bar-map): Replace underscores in image names
4535 with dashes.
4536
4537 * makefile.w32-in (WINS): Remove toolbar.
4538
4539 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
4540
4541 * tool-bar.el: Move to lisp from toolbar. Now that
4542 toolbar is empty, it should be deleted when folks run "cvs up -P".
4543
4544 2005-10-18 Jay Belanger <belanger@truman.edu>
4545
4546 * calc/calc-store.el (calc-store-into): Get the proper variable name
4547 to display in message.
4548
4549 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
4550
4551 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
4552 expressions display in speedbar for all buffers when debugging.
4553 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
4554
4555 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
4556 (speedbar-insert-button, speedbar-make-button):
4557 Use add-text-properties.
4558 (speedbar-update-localized-contents)
4559 (speedbar-update-directory-contents)
4560 (speedbar-update-special-contents): Use dolist.
4561 (speedbar-buffer-easymenu-definition): Add a menu separator.
4562
4563 2005-10-17 Jason Rumney <jasonr@gnu.org>
4564
4565 * makefile.w32-in: Use $(lisp) consistently.
4566 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
4567 for shell specific generation of mh-autoloads.
4568
4569 2005-10-17 Richard M. Stallman <rms@gnu.org>
4570
4571 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
4572
4573 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
4574
4575 * jit-lock.el (jit-lock-fontify-now):
4576 Move jit-lock-context-unfontify-pos to avoid wasted work.
4577
4578 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
4579
4580 * net/tramp.el (tramp-completion-mode): New defvar. Used in
4581 `tramp-completion-mode' for checking if we are in completion mode.
4582 (tramp-completion-handle-file-name-all-completions): Reorder code
4583 in order to complete for file names only in case there are no
4584 method/user/host completions. This is necessary for cooperation
4585 with ido. Reported by Kim F. Storm <storm@cua.dk>.
4586
4587 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
4588
4589 * longlines.el (longlines-search-forward)
4590 (longlines-search-backward): Match any number of spaces.
4591
4592 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
4593
4594 * diff-mode.el (diff-mode): Doc fix.
4595
4596 2005-10-16 David Reitter <david.reitter@gmail.com>
4597
4598 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
4599 as default on darwin and windows systems.
4600
4601 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
4602
4603 * arc-mode.el (archive-zip-extract): Doc fix.
4604
4605 2005-10-16 Romain Francoise <romain@orebokech.com>
4606
4607 * mouse.el (mouse-1-click-follows-link): Doc fix.
4608
4609 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
4610
4611 * savehist.el: Don't require CL at runtime.
4612 (savehist-xemacs): Remove.
4613 (savehist-coding-system): Use utf-8 if present, regardless of religion.
4614 (savehist-no-conversion): Use (featurep 'xemacs).
4615 (savehist-load): Check existence of start-itimer rather than XEmacs.
4616 Use an idle timer.
4617 (savehist-process-for-saving): Replace use of CL funs `subseq' and
4618 `delete-if-not'.
4619
4620 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
4621
4622 * savehist.el: Newer version.
4623 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
4624 (savehist-last-checksum, savehist-no-conversion): New vars.
4625 (savehist-autosave, savehist-process-for-saving, savehist-printable):
4626 New functions.
4627 (savehist-load, savehist-save): Use them.
4628 (savehist-delimit): Remove.
4629
4630 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
4631
4632 * progmodes/compile.el (compilation-goto-locus): Display the
4633 compilation buffer first and the source buffer second, in case they're
4634 in overlapping frames. Don't raise the compilation frame if it was the
4635 selected window upon entry. Pass the `other-window' arg to
4636 pop-to-buffer.
4637
4638 * info.el (Info-fontify-node): Use dolist.
4639 Change add-text-properties to put-text-property.
4640
4641 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4642
4643 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
4644 bound of search.
4645
4646 2005-10-16 Masatake YAMATO <jet@gyve.org>
4647
4648 * dabbrev.el (dabbrev-completion): Pass the common
4649 prefix substring of completion to `display-completion-list'.
4650
4651 * filecache.el (file-cache-minibuffer-complete)
4652 (file-cache-complete): Ditto.
4653
4654 * tempo.el (tempo-display-completions): Ditto.
4655
4656 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
4657
4658 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
4659
4660 * eshell/em-hist.el (eshell-list-history): Ditto.
4661
4662 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
4663
4664 * mail/mailalias.el (mail-complete): Ditto.
4665
4666 * progmodes/etags.el (complete-tag): Ditto.
4667
4668 * progmodes/make-mode.el (makefile-complete): Ditto.
4669
4670 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
4671
4672 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
4673
4674 * progmodes/pascal.el (pascal-complete-word)
4675 (pascal-show-completions): Ditto.
4676
4677 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
4678
4679 * simple.el (completion-common-substring): New variable.
4680 (completion-setup-function): Use `completion-common-substring'
4681 to put faces.
4682
4683 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4684
4685 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
4686 (x-get-selection, mac-select-convert-to-string): Convert from/to
4687 UTF-16 clipboard data as in native byte order, no BOM.
4688
4689 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
4690
4691 * progmodes/gud.el (gud-tool-bar-map): Rename the images
4692 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
4693 (gud-sentinel): Use speedbar-frame to check for speedbar.
4694
4695 2005-10-15 Richard M. Stallman <rms@gnu.org>
4696
4697 * savehist.el: New file.
4698
4699 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
4700
4701 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
4702 Fix bug in \bf fontification.
4703
4704 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
4705
4706 * pcvs.el (cvs-edit-log-files): New var.
4707 (cvs-mode-edit-log): New arg `file'.
4708 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
4709 Instead force the use of the original file and nothing else.
4710 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
4711 the cvs-minor-wrap-function is set.
4712 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
4713
4714 2005-10-14 Bill Wohler <wohler@newt.com>
4715
4716 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
4717 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
4718 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
4719 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
4720 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
4721 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
4722 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
4723 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
4724 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
4725 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
4726 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
4727 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
4728 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
4729 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
4730 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
4731
4732 * progmodes/gud.el (gud-tool-bar-map): Rename the images
4733 appropriately (for example, gud-break to gud/break).
4734
4735 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
4736
4737 * longlines.el (longlinges-search-function)
4738 (longlines-search-forward, longlines-search-backward): New functions.
4739 (longlines-mode): Set isearch-search-fun-function to
4740 longlinges-search-function.
4741
4742 * mouse.el (mouse-drag-region-1): Handle the case where a
4743 double-click event is bound to an arbitrary function.
4744
4745 2005-10-14 David Ponce <david@dponce.com>
4746
4747 * recentf.el (recentf-track-opened-file)
4748 (recentf-track-closed-file, recentf-update-menu)
4749 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
4750 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
4751 mouse-1-click-follows-link.
4752
4753 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4754
4755 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
4756 Gnome file-manager.png. Suggested by
4757 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
4758
4759 * toolbar/README: Add diropen.xpm.
4760
4761 2005-10-13 Bill Wohler <wohler@newt.com>
4762
4763 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
4764 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
4765
4766 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
4767
4768 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
4769 Don't waste the byte-compiler's time on constant data.
4770
4771 2005-10-13 Kenichi Handa <handa@m17n.org>
4772
4773 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
4774 byte with `escape-glyph' face.
4775
4776 * international/fontset.el (ccl-encode-unicode-font):
4777 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
4778 Handle the case that ucs-mule-to-mule-unicode translates a character to
4779 ASCII (usually for IPA characters).
4780
4781 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
4782
4783 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
4784 Don't hide the underline of titles if font-lock-mode is disabled.
4785
4786 2005-10-12 Bill Wohler <wohler@newt.com>
4787
4788 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
4789 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
4790 files in MH-E-SRC have been updated.
4791 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
4792
4793 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
4794
4795 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
4796 (mixal-mode-syntax-table): Add \n as end-comment.
4797 (mixal-operation-codes-alist): Immediately initialize to full value.
4798 (mixal-add-operation-code): Remove.
4799 (mixal-describe-operation-code): Make the arg non-optional.
4800 Use the interactive spec instead.
4801 Use mixal-operation-codes-alist rather than mixal-operation-codes.
4802 (mixal-font-lock-keywords): Don't highlight comments here any more.
4803 (mixal-font-lock-syntactic-keywords): New var.
4804 (mixal-mode): Use it. Fix comment-start-skip.
4805
4806 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4807
4808 * startup.el (command-line-x-option-alist): -nb => -nbi
4809
4810 2005-10-12 Kim F. Storm <storm@cua.dk>
4811
4812 * startup.el (fancy-splash-default-action): Discard mouse click in
4813 the splash screen window, as it has no sensible meaning in the
4814 next window to be selected. Fixes error reported by Jan D.
4815
4816 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
4817
4818 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
4819
4820 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
4821
4822 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
4823 Try to fix up minor layout issues like indentation, line break, etc...
4824 (mixal-mode-syntax-table): Don't try to specify comment syntax,
4825 because it doesn't work.
4826 (mixal-operation-codes): Add some more codes.
4827 (mixal-font-lock-keywords): Process comments here.
4828 (mixal-mode): mixasm no longer needs -g option.
4829
4830 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
4831
4832 * progmodes/sh-script.el (sh-tmp-file):
4833 Use mktemp -t. Finish support for es and rc shells.
4834
4835 2005-10-11 Jay Belanger <belanger@truman.edu>
4836
4837 * calc/calcalg2.el (calc-integral): With an argument, compute the
4838 definite integral.
4839
4840 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
4841
4842 * mouse.el (mouse-drag-region-1): Don't try to catch a
4843 double-click when doing follow-link (it's overridden anyway).
4844
4845 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
4846
4847 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
4848 (autoload-print-form-outbuf): Add docstring.
4849
4850 2005-10-11 Juri Linkov <juri@jurta.org>
4851
4852 * info.el (Info-mode-menu): Delete menu item "Edit".
4853 (Info-mode): Delete description of Info-edit from docstring,
4854 and rearrange descriptions of Info commands in the order
4855 they are documented in the Info manual.
4856
4857 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
4858
4859 * calendar/appt.el (appt-check): Use diary-selective-display var.
4860
4861 2005-10-10 Richard M. Stallman <rms@gnu.org>
4862
4863 * net/newsticker.el (newsticker-start, newsticker-show-news):
4864 Add autoload cookies.
4865
4866 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
4867
4868 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
4869
4870 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
4871
4872 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
4873
4874 2005-10-10 Jay Belanger <belanger@truman.edu>
4875
4876 * calc/calc-arith.el (math-check-known-scalarp)
4877 (math-check-known-matrixp): Check the values of arguments that are
4878 variables.
4879 (math-check-known-square-matrixp): New function.
4880 (math-known-square-matrixp): Use math-check-known-square-matrixp.
4881 (math-super-types): Add sqmatrix type.
4882
4883 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
4884 mode name `square' to 'sqmatrix'.
4885
4886 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
4887 mode name `square' to 'sqmatrix'.
4888
4889 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
4890
4891 * progmodes/etags.el (select-tags-table-mode): Don't use
4892 selective-display.
4893 (tags-select-tags-table): Pass `button' to the action function.
4894 (select-tags-table): Place the side-info on button properties rather
4895 than in hidden text. Abbreviate file names.
4896 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
4897 (select-tags-table-select): Add `button' argument.
4898 Get side-info from the button property rather than from hidden text.
4899
4900 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
4901
4902 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
4903 (gud-speedbar-buttons): Preserve point if possible.
4904 (gud-sentinel): Restore previous speedbar display type.
4905
4906 * progmodes/gdb-ui.el (gdba): Improve diagram.
4907 (def-gdb-auto-update-handler, gdb-info-locals-handler)
4908 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
4909 Call get-buffer-window once.
4910
4911 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
4912
4913 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
4914 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
4915 (pascal-indent-command): Remove unused var `ind'.
4916 (pascal-indent-case): Remove unused var `oldpos'.
4917 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
4918 since it's now used as a proper minor mode map.
4919 (pascal-outline): Rename to pascal-outline-mode.
4920 (pascal-outline-mode): Use define-minor-mode.
4921 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
4922 selective-display.
4923
4924 2005-10-10 Andreas Schwab <schwab@suse.de>
4925
4926 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
4927 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
4928
4929 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
4930 outside source directory.
4931
4932 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
4933
4934 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
4935 C-x' as a prefix.
4936 (orgtbl-mode-map): Full keymap instead of sparse, because all
4937 `self-insert-command' keys are redefined in this map.
4938 (org-export-as-html): Specify charset for HTML file, by taking it
4939 from the coding system.
4940
4941 2005-10-10 Kenichi Handa <handa@m17n.org>
4942
4943 * textmodes/flyspell.el (flyspell-check-word-p):
4944 If unread-command-events is non-empty, don't call sit-for.
4945
4946 2005-10-09 Richard M. Stallman <rms@gnu.org>
4947
4948 * font-lock.el (font-lock-syntactic-keywords)
4949 (font-lock-keywords): Doc fixes.
4950
4951 * textmodes/flyspell.el (flyspell-external-point-words):
4952 Simplify logic, and don't try to check for consecutive appearances
4953 of one incorrect word.
4954
4955 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
4956
4957 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
4958 separator.
4959
4960 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
4961 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
4962 (gud-expansion-speedbar-buttons): New function.
4963 (gud-speedbar-buttons): Check for gud-comint-buffer.
4964
4965 2005-10-09 Bill Wohler <wohler@newt.com>
4966
4967 * Makefile.in (updates): Add mh-loaddefs dependency.
4968
4969 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
4970
4971 * speedbar.el (speedbar-file-key-map): Fix typo.
4972
4973 2005-10-09 Daniel Brockman <daniel@brockman.se>
4974
4975 * cus-start.el (line-spacing): Add custom spec.
4976
4977 2005-10-09 Romain Francoise <romain@orebokech.com>
4978
4979 * textmodes/ispell.el (ispell-check-version): Fix last change.
4980
4981 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4982
4983 * term/x-win.el: Remove -i, --icon-type from comment.
4984
4985 * startup.el (command-line-x-option-alist): Remove options -i,
4986 -itype, --icon-type, added -nb, --no-bitmap-icon
4987
4988 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
4989
4990 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
4991 instead of :active.
4992
4993 2005-10-08 Eric Hanchrow <offby1@blarg.net>
4994
4995 * textmodes/ispell.el (ispell-check-version):
4996 Ignore hyphen, and all that follows, in aspell's version text.
4997
4998 2005-10-08 Jay Belanger <belanger@truman.edu>
4999
5000 * calc/calc-arith.el (math-known-square-matrixp): New function.
5001 (math-pow-fancy): Check for matrices before distributing exponent
5002 across products.
5003
5004 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
5005 fullscreen keypad. Suggested by Luc Teirlinck.
5006 (calc-keypad-show-input): Add space for formatting.
5007
5008 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
5009 Add square matrix option.
5010
5011 * calc/calc-poly.el (math-expand-term): Check for matrices instead
5012 of checking calc-matrix-mode when deciding how to expand.
5013
5014 * calc/calc.el (calc-set-mode-line): Add square matrix option.
5015
5016 2005-10-08 Lars Hansen <larsh@soem.dk>
5017
5018 * net/tramp.el (tramp-perl-directory-files-and-attributes):
5019 Add error handling.
5020 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
5021
5022 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
5023
5024 Sync with Tramp 2.0.51.
5025
5026 * net/tramp.el (tramp-handle-set-visited-file-modtime)
5027 (tramp-handle-insert-file-contents, tramp-handle-write-region):
5028 Insert special handling for `last-coding-system-used', again
5029 it still seems to be necessary (unlike stated before).
5030 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
5031 (tramp-password-prompt-regexp): There might be other words before
5032 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
5033 (tramp-chunksize): Improve docstring.
5034 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
5035 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
5036 Christian Joergensen <bugs@razor.dk>.
5037
5038 2005-10-07 Glenn Morris <rgm@gnu.org>
5039
5040 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
5041 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
5042 precision'.
5043
5044 2005-10-07 Romain Francoise <romain@orebokech.com>
5045
5046 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
5047 (ibuffer-do-shell-command-pipe-replace)
5048 (ibuffer-do-shell-command-file, ibuffer-do-eval)
5049 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
5050 (ibuffer-do-revert, ibuffer-do-replace-regexp)
5051 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
5052 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
5053 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
5054 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
5055 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
5056 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
5057 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
5058 Autoload file sans suffix.
5059
5060 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
5061
5062 2005-10-07 David Ponce <david@dponce.com>
5063
5064 * recentf.el (recentf-menu-open-all-flag): New option.
5065 (recentf-digit-shortcut-command-name): New function.
5066 (recentf--shortcuts-keymap): New variable.
5067 (recentf-menu-shortcuts): New variable.
5068 (recentf-make-menu-items): Initialize it. Replace the "More..."
5069 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
5070 (recentf-menu-value-shortcut): New function.
5071 (recentf-make-menu-item): Use it. No more in-lined.
5072 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
5073 (recentf-open-most-recent-file): Rename from
5074 `recentf-open-file-with-key'. Don't depend on key binding.
5075 (recentf-mode-map): New variable.
5076 (recentf-mode): Use it.
5077
5078 2005-10-06 Bill Wohler <wohler@newt.com>
5079
5080 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
5081
5082 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
5083 (MH-E-SRC): New. Used by mh-autoloads.
5084 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
5085 files in MH-E-SRC have been updated.
5086 (compile, recompile, bootstrap): Depend on mh-autoloads.
5087
5088 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
5089
5090 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
5091 gud-break and gud-remove icons when the fringe is not available.
5092
5093 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
5094 Typo.
5095
5096 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
5097
5098 * play/zone.el (zone): Wrap body with save-window-excursion.
5099
5100 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
5101
5102 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
5103 Use the new `list-only' arg to diary-list-entries.
5104
5105 * calendar/diary-lib.el: Use overlays rather than selective-display.
5106 (diary-selective-display): New var.
5107 (diary-header-line-format): Use it.
5108 (diary-list-entries): Add argument `list-only'.
5109 Put the buffer in diary-mode. Don't add \^M at beg and end.
5110 Replace \^M by invisible overlays.
5111 (diary-unhide-everything): Replace \^M by invisible overlays.
5112 (print-diary-entries): Look for overlays rather than \^M.
5113 Add a space to the temp buffer name.
5114 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
5115 Put the buffer in diary-mode.
5116 (list-sexp-diary-entries): Replace \^M by invisible overlays.
5117 (diary-anniversary): Make the year arg optional.
5118 (diary-time-regexp): New const.
5119 (diary-font-lock-keywords): Use it to accept a few more time formats.
5120
5121 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
5122
5123 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
5124
5125 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
5126 Fix bug introduced 2005-07-03: Use (car (last ...))
5127 to faithfully reproduce replaced artist-last.
5128 (artist-set-arrow-points-for-poly): Likewise.
5129 Suggested by Johan Bockg\e,Ae\e(Brd.
5130
5131 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
5132
5133 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
5134 * wid-edit.el (widget):
5135 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
5136 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
5137
5138 2005-10-06 Kenichi Handa <handa@m17n.org>
5139
5140 * international/mule-cmds.el (set-language-environment):
5141 Fix setting up of case-table for unibyte mode.
5142
5143 * simple.el (what-cursor-position): If the character is displayed
5144 by some `display' text property, show that. Don't use
5145 single-key-description for eight-bit characters in multibyte mode.
5146
5147 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
5148
5149 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
5150 (gdb-ann3): Set it.
5151 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
5152 (gdb-info-frames-custom): Use inverse-video for first five
5153 characters of selected frame only.
5154 (gdb-get-frame-number): Select frame even when point is on frame
5155 number.
5156
5157 2005-10-06 Masatake YAMATO <jet@gyve.org>
5158
5159 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
5160 Put `font-lock-function-name-face'.
5161 (gdb-info-frames-custom): Put `font-lock-function-name-face'
5162 and `font-lock-variable-name-face'
5163 (gdb-registers-font-lock-keywords): New font lock keywords definition.
5164 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
5165 (gdb-memory-font-lock-keywords): New font lock keywords definition.
5166 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
5167 (gdb-local-font-lock-keywords): New font lock keywords definition.
5168 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
5169 (gdb-threads-font-lock-keywords): New font lock keywords definition.
5170 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
5171
5172 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
5173
5174 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
5175 (ediff-merge-region-is-non-clash-to-skip): Previously called
5176 ediff-merge-region-is-non-clash.
5177
5178 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
5179 Use insert-buffer-substring.
5180
5181 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
5182 selecting files to patch. Also bug fixes.
5183
5184 * ediff-util.el (ediff-setup): Bug fix.
5185 (ediff-next-difference): Never skip clashes that differ in white
5186 space only.
5187
5188 * ediff-wind.el (ediff-setup-control-frame)
5189 (ediff-destroy-control-frame): Check the menubar feature.
5190
5191 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
5192 (viper-refresh-mode-line): Use make-local-variable to localize
5193 some vars instead of make-variable-buffer-local. Suggested by
5194 Stefan Monnier.
5195
5196 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
5197 (viper-restore-cursor-type, viper-set-insert-cursor-type):
5198 Use make-local-variable instead of make-variable-buffer-local.
5199 Suggested by Stefan Monnier.
5200
5201 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
5202 (viper-comint-mode-hook): Use make-local-variable on
5203 require-final-newline.
5204 (viper-non-hook-settings): Don't use make-variable-buffer-local.
5205
5206 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
5207
5208 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
5209 also the second char of a comment-start sequence.
5210 (scheme-sexp-comment-syntax-table): New var.
5211 (lambda, define): Set their scheme-doc-string-elt property.
5212 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
5213 Use lisp-font-lock-syntactic-face-function now that it properly
5214 handles |...| symbols.
5215 (scheme-mode-variables): Set lisp-doc-string-elt-property,
5216 parse-sexp-lookup-properties and font-lock-extra-managed-props.
5217
5218 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
5219 bit from # to |.
5220 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
5221
5222 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
5223 (lisp-doc-string-elt-property): New var.
5224 (lisp-font-lock-syntactic-face-function): Use it.
5225 Rewrite to recognize docstrings even for forms not at toplevel.
5226
5227 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
5228 annotation on the | part of #| rather than on the # part.
5229 (scheme-font-lock-syntactic-face-function): New function, to
5230 distinguish strings from |...| symbols.
5231 (scheme-mode-variables): Use it. Also fix up the font-lock-time
5232 syntax-table so that #|...|# is properly highlighted.
5233
5234 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
5235 Don't mark as docstring the 3rd elem of an unknown toplevel form.
5236
5237 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
5238
5239 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
5240 and C-e.
5241
5242 * emacs-lisp/eldoc.el: Move comments into docstrings.
5243 (eldoc-message-commands): Initialize in its declaration.
5244 Add move-beginning-of-line and move-end-of-line.
5245 (eldoc-add-command, eldoc-add-command-completions)
5246 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
5247
5248 * outline.el (outline-mark-subtree): Activate the mark.
5249
5250 * calendar/appt.el (appt-time-regexp): New var.
5251 (appt-add, appt-make-list): Use it.
5252 (appt-convert-time): Clean up.
5253
5254 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
5255 Don't set any syntax-table property here.
5256 (tex-font-lock-verb): New function. Do it here.
5257 (tex-font-lock-syntactic-keywords): Use it.
5258
5259 2005-10-04 Richard M. Stallman <rms@gnu.org>
5260
5261 * wid-edit.el (widget-file-complete): Get the widget start point
5262 the right way. Default directory to `/' if file has none.
5263
5264 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
5265
5266 * textmodes/flyspell.el (flyspell-mode-on):
5267 Call ispell-maybe-find-aspell-dictionaries.
5268
5269 * textmodes/ispell.el (ispell-word, ispell-region):
5270 Call ispell-maybe-find-aspell-dictionaries.
5271 (ispell-accept-buffer-local-defs):
5272 Don't call ispell-maybe-find-aspell-dictionaries
5273
5274 2005-10-04 Richard M. Stallman <rms@gnu.org>
5275
5276 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
5277
5278 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
5279
5280 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
5281 instead of `fboundp' in order to allow for anonymous functions.
5282
5283 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
5284
5285 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
5286 case the user clicks on the link while another window is selected.
5287 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
5288
5289 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
5290 functionality.
5291 (dframe-help-echo): Save point in case mouse tracking is off.
5292
5293 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
5294
5295 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
5296
5297 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
5298
5299 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
5300 not change the global value of those vars.
5301
5302 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
5303 make-local-variable which we do not need any more.
5304
5305 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
5306
5307 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
5308 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
5309 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
5310 (speedbar-path-line): Define obsolete aliases.
5311 (speedbar-line-directory): Doc fix.
5312
5313 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
5314 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
5315 instead of speedbar-line-path.
5316
5317 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5318
5319 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
5320 to nil if dropping on a window. Handle dropping on a minibuffer window
5321 like dropping on a non-window part of Emacs.
5322
5323 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
5324
5325 * net/ange-ftp.el: Use with-current-buffer.
5326 (ange-ftp-insert-directory): Do not follow symlinks any more.
5327
5328 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
5329 Remove interactive spec.
5330
5331 2005-10-03 Kim F. Storm <storm@cua.dk>
5332
5333 * ido.el (ido-mode): Use custom-initialize-set.
5334
5335 2005-10-02 Richard M. Stallman <rms@gnu.org>
5336
5337 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
5338 Use insert-buffer-substring.
5339
5340 * net/tramp.el: Pacify byte compiler warnings in pacification code.
5341 (tramp-handle-file-local-copy): Use insert-buffer-substring.
5342
5343 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
5344
5345 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
5346 in last change.
5347 (ange-ftp-insert-directory): Fix up the search for the case where
5348 `file' is absolute.
5349
5350 2005-10-02 Romain Francoise <romain@orebokech.com>
5351
5352 * progmodes/compile.el (compile-goto-error): Delete extra paren.
5353
5354 2005-10-02 Andreas Schwab <schwab@suse.de>
5355
5356 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
5357 directory component in the session info.
5358
5359 2005-10-01 Richard M. Stallman <rms@gnu.org>
5360
5361 * comint.el (comint-redirect-subvert-readonly): Doc fix.
5362
5363 * simple.el (next-error-internal): New function.
5364
5365 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
5366 (compilation-start): Pass new arg to compilation-buffer-name.
5367 (compile-goto-error): Use next-error-internal.
5368
5369 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
5370
5371 * speedbar.el: Remove RCS tag.
5372 (speedbar-check-read-only): Handle non-existent files.
5373
5374 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
5375
5376 * info.el (Info-speedbar-hierarchy-buttons)
5377 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
5378
5379 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5380
5381 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
5382 Do not match newline.
5383 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
5384 (bibtex-summary): Remove unnecessary save-excursion.
5385 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
5386
5387 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5388
5389 * term/mac-win.el: Add charset info for "iso10646-1".
5390 Modify default fontset to use ATSUI-compatible fonts for some charsets
5391 if available.
5392
5393 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
5394
5395 * speedbar.el: Re-apply arch tag.
5396 (speedbar-version): Rename to version 1.0. Suggested by Eric
5397 M. Ludlam.
5398 Reapply two changes from Emacs CVS' version of speedbar lost
5399 during the merge:
5400 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
5401 (speedbar-frame-parameters): Improve customize type.
5402
5403 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
5404
5405 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
5406 (ange-ftp-file-directory-p): Fix the symlink case.
5407 (ange-ftp-insert-directory): When listing a single file, get a list of
5408 the parent buffer and extract the relevant line. Inspired from a patch
5409 by Katsumi Yamaoka <yamaoka@jpl.org>.
5410 (ange-ftp-file-name-sans-versions): Simplify.
5411
5412 2005-09-30 Bill Wohler <wohler@newt.com>
5413
5414 Move MH-E image files from toolbar and mail directories into
5415 etc/images.
5416
5417 * mail/reply2.*: Move to etc/images/mail/reply*.
5418
5419 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
5420 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
5421 etc/images.
5422
5423 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
5424 * toolbar/reply*: Move to etc/images/mail.
5425
5426 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
5427
5428 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
5429
5430 * speedbar.el: New version 1.0pre3.
5431
5432 Frame management code (including timer, and mouse click specifics)
5433 moved to dframe.el:
5434 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
5435 (speedbar-timer): Removed. Use dframe-timer.
5436 (speedbar-close-frame): Removed. Use dframe-close-frame.
5437 (speedbar-activity-change-focus-flag): Removed. Use
5438 dframe-activity-change-focus-flag.
5439 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
5440 dframe-update-speed.
5441
5442 (speedbar-current-frame): New macro. Use this instead of the
5443 variable speedbar-frame.
5444
5445 (speedbar-use-images, speedbar-expand-image-button-alist)
5446 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
5447
5448 (speedbar-find-image-on-load-path): Removed. Replaced by
5449 defezimage in ezimage.el.
5450 (speedbar-expand-image-button-alist): Removed. Replaced by
5451 ezimage-expand-image-button-alist in ezimage.el.
5452
5453 (speedbar-ignored-directory-regexp)
5454 (speedbar-add-ignored-directory-regexp)
5455 (speedbar-ignored-directory-expressions)
5456 (speedbar-line-directory, speedbar-buffers-line-directory)
5457 (speedbar-directory-line, speedbar-buffers-line-directory):
5458 Renamed, replacing `path' with `directory'.
5459
5460 (speedbar-create-directory, speedbar-expand-line-descendants)
5461 (speedbar-toggle-line-expansion)
5462 (speedbar-contract-line-descendants): New commands.
5463
5464 (speedbar-query-confirmation-method, speedbar-select-frame-method)
5465 (speedbar-use-tool-tips-flag): New options.
5466
5467 (speedbar-check-read-only, speedbar-require-version)
5468 (speedbar-insert-separator, speedbar-buffers-tail-notes)
5469 (speedbar-handle-delete-frame, speedbar-try-completion)
5470 (speedbar-update-localized-contents): New functions.
5471
5472 (speedbar-incompatible-version, speedbar-ro-to-do-point)
5473 (speedbar-object-read-only-indicator): New variables.
5474
5475 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
5476 New hooks.
5477
5478 (speedbar-separator-face): New face.
5479
5480 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
5481 (speedbar-ignored-modes): Add fundamental-mode.
5482 (speedbar-directory-unshown-regexp): Add . directories.
5483
5484 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
5485 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
5486 `]' for full expand/close.
5487 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
5488
5489 (speedbar-check-vc): Support hidden files.
5490 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
5491 (speedbar-this-file-in-vc): Use vc-state if available. If VC
5492 state is nil, it is not checked out.
5493
5494 (speedbar-line-text, speedbar-line-token): Support expand buttons
5495 with no text.
5496 (speedbar-refresh): Universal argument acts as power-click.
5497 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
5498 that buffer to get variable values.
5499
5500 And many other bugfixes.
5501
5502 * dframe.el, ezimage.el, sb-image.el: New files.
5503
5504 * sb-*.xpm: Remove files. New image files installed into
5505 etc/images/ezimage.
5506
5507 2005-09-30 Kenichi Handa <handa@m17n.org>
5508
5509 * ps-mule.el (ps-mule-show-warning): If a character is in
5510 ps-print-translation-table, don't treat it as non-printable.
5511
5512 2005-09-30 David Ponce <david@dponce.com>
5513
5514 * tree-widget.el (tree-widget-themes-load-path): New variable.
5515 (tree-widget-themes-directory): Doc fix.
5516 (tree-widget-image-formats) [Emacs]: Doc fix.
5517 (tree-widget--locate-sub-directory): New function.
5518 (tree-widget-themes-directory): Use it.
5519
5520 * recentf.el (recentf-filename-handlers): Rename from
5521 `recentf-filename-handler'. Allow a list of functions.
5522 (recentf-menu-items-for-commands): Fix :help strings.
5523 (recentf-apply-filename-handlers): New function.
5524 (recentf-expand-file-name): Use it.
5525 (recentf-cleanup): Remove duplicates too.
5526
5527 2005-09-29 Juri Linkov <juri@jurta.org>
5528
5529 * faces.el: Rearrange face definitions to be in the same order as
5530 their face descriptions in "(emacs)Standard Faces".
5531
5532 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
5533
5534 * tooltip.el (tooltip): Add group `basic-faces'.
5535
5536 * buff-menu.el (Buffer-menu-buffer): Remove group
5537 `font-lock-highlighting-faces'.
5538
5539 * progmodes/compile.el (compilation-error, compilation-warning)
5540 (compilation-info, compilation-line-number, compilation-column-number):
5541 Change group from `font-lock-highlighting-faces' to `compilation'.
5542
5543 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
5544 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
5545 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
5546 (vhdl-font-lock-reserved-words-face)
5547 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
5548 `font-lock-highlighting-faces'.
5549
5550 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
5551
5552 2005-09-28 Kim F. Storm <storm@cua.dk>
5553
5554 * emulation/cua-base.el: Set CUA move property on additional commands:
5555 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
5556 forward-sexp, backward-sexp, forward-list, backward-list.
5557
5558 2005-09-28 Romain Francoise <romain@orebokech.com>
5559
5560 * comint.el (comint-show-output): Really set point at the
5561 beginning of the output when not using `comint-use-prompt-regexp'.
5562
5563 2005-09-27 Jay Belanger <belanger@truman.edu>
5564
5565 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
5566 in TeX mode.
5567
5568 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
5569
5570 * textmodes/org.el (org-table-sum): Fix format string.
5571
5572 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
5573 Quote face names.
5574
5575 2005-09-26 Romain Francoise <romain@orebokech.com>
5576
5577 * isearch.el (isearch-forward-regexp): Close doc string.
5578
5579 2005-09-25 Richard M. Stallman <rms@gnu.org>
5580
5581 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
5582
5583 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
5584
5585 * progmodes/compile.el (compilation-error-properties):
5586 When getting the file from the previous error message,
5587 correctly decode the new data format.
5588
5589 * progmodes/cc-cmds.el (c-electric-paren):
5590 Call old-blink-paren only for close-paren.
5591
5592 2005-09-24 Andreas Schwab <schwab@suse.de>
5593
5594 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
5595 condition.
5596
5597 2005-09-25 Romain Francoise <romain@orebokech.com>
5598
5599 * dired-aux.el (dired-copy-file-recursive):
5600 * dired.el (dired-delete-file):
5601 * ediff-mult.el (ediff-dir-diff-copy-file):
5602 * ediff-util.el (ediff-test-save-region):
5603 * forms.el (forms-mode):
5604 * ido.el (ido-file-internal, ido-delete-file-at-head):
5605 * log-edit.el (log-edit-done):
5606 * ses.el (ses-yank-resize):
5607 * play/gomoku.el (gomoku-human-plays, gomoku)
5608 (gomoku-human-resigns, gomoku-prompt-for-other-game)
5609 (gomoku-offer-a-draw):
5610 * play/landmark.el (lm-human-resigns, lm):
5611 * net/eudcb-ldap.el (eudc-ldap-check-base):
5612 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
5613 * progmodes/ebrowse.el (ebrowse-find-pattern):
5614 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
5615 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
5616 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
5617
5618 * vc.el (vc-delete-file):
5619 * play/gomoku.el (gomoku-terminate-game, gomoku)
5620 (gomoku-prompt-for-move, gomoku-human-takes-back):
5621 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
5622 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
5623
5624 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
5625
5626 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
5627 color rxvt terminals by using the code xterm.el used to use before
5628 2005-04-09 in order to match the colors used by rxvt.
5629
5630 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
5631
5632 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
5633 colors rxvt-unicode terminals by using the same code as xterm.el.
5634
5635 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
5636
5637 * textmodes/tex-mode.el (tex-font-lock-append-prop)
5638 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
5639 new symbol used for the tex-verbatim face.
5640
5641 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
5642
5643 * woman.el (woman-file-name):
5644 * wid-edit.el (widget-file-prompt-value)
5645 (widget-coding-system-prompt-value):
5646 * w32-fns.el (set-w32-system-coding-system):
5647 * vc.el (vc-version-diff, vc-annotate):
5648 * textmodes/reftex-auc.el (reftex-arg-cite)
5649 (reftex-arg-index-tag):
5650 * textmodes/refer.el (refer-get-bib-files):
5651 * textmodes/artist.el (artist-figlet-choose-font):
5652 * terminal.el (terminal-emulator):
5653 * replace.el (occur-read-primary-args):
5654 * rect.el (string-rectangle, string-insert-rectangle):
5655 * ps-print.el (ps-print-preprint):
5656 * progmodes/pascal.el (pascal-goto-defun):
5657 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
5658 * progmodes/compile.el (compilation-find-file):
5659 * printing.el (pr-interactive-n-up):
5660 * play/animate.el (animate-birthday-present):
5661 * net/rcompile.el (remote-compile):
5662 * man.el (man, Man-goto-section, Man-follow-manual-reference):
5663 * mail/rmailsum.el (rmail-summary-search-backward)
5664 (rmail-summary-search):
5665 * mail/rmailout.el (rmail-output-read-rmail-file-name)
5666 (rmail-output-read-file-name):
5667 * mail/rmail.el (rmail-search, rmail-search-backwards):
5668 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
5669 * locate.el (locate):
5670 * international/quail.el (quail-show-keyboard-layout):
5671 * international/mule.el (set-buffer-file-coding-system)
5672 (revert-buffer-with-coding-system, set-file-name-coding-system)
5673 (set-terminal-coding-system, set-keyboard-coding-system)
5674 (set-next-selection-coding-system):
5675 * international/mule-diag.el (describe-coding-system)
5676 (describe-font, describe-fontset):
5677 * international/mule-cmds.el (universal-coding-system-argument)
5678 (search-unencodable-char, describe-input-method)
5679 (set-language-environment, describe-language-environment):
5680 * international/codepage.el (codepage-setup):
5681 * international/code-pages.el (codepage-setup):
5682 * info.el (Info-search, Info-follow-reference)
5683 (Info-search-backward):
5684 * emacs-lisp/advice.el (ad-read-advised-function)
5685 (ad-read-advice-class, ad-clear-cache, ad-activate)
5686 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
5687 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
5688 (ad-read-regexp):
5689 * ediff-util.el (ediff-toggle-regexp-match):
5690 * ediff-ptch.el (ediff-prompt-for-patch-file):
5691 * dired-aux.el (dired-diff):
5692 * diff.el (diff):
5693 * cus-edit.el (custom-variable-prompt):
5694 * calendar/timeclock.el (timeclock-ask-for-project):
5695 * calc/calcalg3.el (calc-get-fit-variables):
5696 * calc/calc-store.el (calc-edit-variable)
5697 (calc-permanent-variable):
5698 * vc-mcvs.el (vc-mcvs-register):
5699 * shadowfile.el (shadow-define-literal-group):
5700 * woman.el (woman-file-name):
5701 * vc.el (vc-version-diff, vc-merge):
5702 * textmodes/reftex-index.el (reftex-index-complete-tag):
5703 * format.el (format-decode-buffer, format-decode-region):
5704 * emulation/viper-cmd.el (viper-read-string-with-history):
5705 * emacs-lisp/debug.el (cancel-debug-on-entry):
5706 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
5707 * ediff.el (ediff-merge-revisions)
5708 (ediff-merge-revisions-with-ancestor, ediff-revision):
5709 * completion.el (interactive-completion-string-reader):
5710 * calc/calc-prog.el (calc-user-define-formula):
5711 Follow convention for reading with the minibuffer.
5712
5713 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
5714
5715 * progmodes/python.el (python-describe-symbol): Add globals() and
5716 locals() to the arguments of emacs.ehelp.
5717
5718 2005-09-24 Magnus Henoch <mange@freemail.hu>
5719
5720 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
5721 New function, code extracted from ispell-valid-dictionary-list.
5722 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
5723 Call it.
5724
5725 2005-09-24 Eli Zaretskii <eliz@gnu.org>
5726
5727 * subr.el (version-regexp-alist): Extend valid syntax for version
5728 strings: allow any of the characters -,_,+ to separate the
5729 alpha/beta/rc part from the version part. Doc fix.
5730 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
5731
5732 2005-09-23 David Reitter <david.reitter@gmail.com>
5733
5734 * mail/mailclient.el: New file.
5735
5736 2005-09-23 Richard M. Stallman <rms@gnu.org>
5737
5738 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
5739 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
5740 Doc fixes.
5741
5742 * progmodes/cc-mode.el (c-font-lock-init):
5743 Specify font-lock-lines-before.
5744
5745 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
5746
5747 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
5748 whole conflict.
5749
5750 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
5751
5752 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
5753 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
5754 of `remap' feature when available. Additional key bindings for
5755 better tty support.
5756 (org-mode-restart, org-force-self-insert): New commands.
5757 (org-time-stamp-inactive): New command.
5758 (org-remap): New function.
5759 (org-table-auto-blank-field, org-level-color-stars-only): New options.
5760 (org-enable-fixed-width-editor): Move to `org-structure'
5761 customization group.
5762 (org-self-insert-command, orgtbl-self-insert-command): Modify to
5763 blank field after field motion commands.
5764
5765 2005-09-23 Kenichi Handa <handa@m17n.org>
5766
5767 * international/mule-cmds.el (set-language-environment):
5768 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
5769 have to call utf-translate-cjk-load-tables.
5770
5771 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
5772
5773 * mouse.el (mouse-move-drag-overlay): Fix last change.
5774
5775 2005-09-22 David Ponce <david@dponce.com>
5776
5777 * tree-widget.el (tree-widget-value-create): Fix previous change.
5778
5779 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
5780
5781 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
5782
5783 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
5784
5785 * mouse.el (mouse-move-drag-overlay): New function.
5786 (mouse-drag-region-1): Use it.
5787 Try to simplify a bit the state handling. Handle clicks on links
5788 inside intangible areas.
5789 (mouse-save-then-kill): Minor simplification.
5790 (mouse-secondary-overlay): Make it always non-nil instead of
5791 recreating it each time.
5792 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
5793 (mouse-kill-secondary, mouse-secondary-save-then-kill):
5794 Simplify accordingly.
5795
5796 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
5797
5798 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
5799
5800 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
5801
5802 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
5803 (ediff-file-name-sans-prefix): Treat nil as an empty string.
5804 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
5805 to patch.
5806
5807 * ediff-util.el: Use insert-buffer-substring.
5808
5809 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
5810
5811 * emulation/viper-cmd.el (viper-change-state): Don't move over the
5812 field boundaries in the minibuffer.
5813 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
5814 (viper-minibuffer-post-command-hook): New hook.
5815 (viper-line): Don't move cursor at bolp.
5816
5817 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
5818
5819 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
5820 avoid compiler warnings.
5821
5822 * emulation/viper-macs.el (ex-map): Better messages.
5823
5824 * emulation/viper-utils.el (viper-beginning-of-field): New function.
5825
5826 * emulation/viper.el: Replace make-variable-buffer-local with
5827 viper-make-variable-buffer-local everywhere, to avoid warnings.
5828
5829 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
5830
5831 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
5832 Delete unused var `old-selected-window'.
5833 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
5834 (mouse-drag-secondary): Delete unused var `start-frame'.
5835
5836 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
5837
5838 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
5839
5840 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
5841
5842 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
5843 Re-indent within 80 columns. Use inhibit-read-only.
5844
5845 2005-09-19 Romain Francoise <romain@orebokech.com>
5846
5847 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
5848
5849 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
5850
5851 * font-lock.el (font-lock-default-fontify-region): Don't add a line
5852 unconditionally, since the after-change-function already did it.
5853
5854 2005-09-19 Miles Bader <miles@gnu.org>
5855
5856 * net/newsticker.el: Get rid of CVS keyword.
5857
5858 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
5859
5860 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
5861 The prompt is formatted later.
5862
5863 2005-09-19 David Ponce <david@dponce.com>
5864
5865 * tree-widget.el (tree-widget-value-create): Save the converted
5866 tree :node widget.
5867
5868 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
5869
5870 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
5871 variable `message'.
5872
5873 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
5874
5875 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
5876 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
5877 <slawomir.nowaczyk.847@student.lu.se>.
5878
5879 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
5880
5881 * image.el (image-load-path): Use symbol `data-directory' instead
5882 of its value, for backward compatibility with packages that bind
5883 it during `find-image'. Suggested by Katsumi Yamaoka.
5884 (image-search-load-path): Handle symbols whose values are strings.
5885
5886 2005-09-18 Romain Francoise <romain@orebokech.com>
5887
5888 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
5889 with-current-buffer form in save-excursion.
5890
5891 2005-09-18 D Goel <deego@gnufans.org>
5892
5893 * apropos.el (apropos-command): Fix `message' call: first arg
5894 should be a format spec. In this and all other cases that appear
5895 below and elsewhere in the source code, I made a change only when
5896 two conditions were satisfied: [1] I can think of a possibility
5897 that the arguments would cause an error, for example, the code in
5898 question relies on external variables such as filenames. [2] I
5899 was sure that the arg to `message' could not have been nil in the code.
5900
5901 * textmodes/tildify.el (tildify-region): Ditto.
5902
5903 * textmodes/reftex-index.el (reftex-index-change-entry)
5904 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
5905 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
5906 * textmodes/org.el (org-complete, org-deadline, org-schedule)
5907 (org-priority, org-table-sum):
5908 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
5909 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
5910 (flyspell-word, flyspell-display-next-corrections):
5911 * textmodes/bibtex.el (bibtex-print-help-message):
5912 * textmodes/artist.el (artist-key-set-point-poly):
5913 * term/mac-win.el (mac-services-insert-text):
5914 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
5915 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
5916 (vhdl-port-paste-testbench, vhdl-compose-new-component)
5917 (vhdl-compose-configuration):
5918 * progmodes/sh-script.el (sh-blink, sh-show-indent)
5919 (sh-set-indent, sh-learn-line-indent):
5920 * progmodes/ps-mode.el (ps-mode-target-column):
5921 * progmodes/idlwave.el (idlwave-make-tags)
5922 (idlwave-scan-library-catalogs):
5923 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
5924 * progmodes/gud.el (gud-jdb-analyze-source):
5925 * progmodes/flymake.el (flymake-log):
5926 * progmodes/ebnf2ps.el (ebnf-generate-region):
5927 * progmodes/cmacexp.el (c-macro-expansion):
5928 * progmodes/ada-xref.el (ada-treat-cmd-string):
5929 * progmodes/ada-mode.el (ada-create-case-exception-substring)
5930 (ada-justified-indent-current, ada-batch-reformat):
5931 * play/zone.el (zone):
5932 * play/landmark.el (lm-move):
5933 * play/decipher.el (decipher-show-alphabet):
5934 * net/newsticker.el (newsticker--display-jump)
5935 (newsticker--display-scroll):
5936 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
5937 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
5938 * mail/feedmail.el (feedmail-dump-message-to-queue):
5939 * eshell/esh-proc.el (eshell-remove-process-entry):
5940 * emulation/ws-mode.el (ws-last-error):
5941 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
5942 (viper-record-kbd-macro):
5943 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
5944 * emacs-lisp/lisp-mnt.el (lm-report-bug):
5945 * emacs-lisp/find-func.el (find-function-noselect):
5946 * calendar/timeclock.el (timeclock-status-string)
5947 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
5948 (timeclock-when-to-leave-string):
5949 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
5950 * calc/calc-units.el (calc-enter-units-table):
5951 * calc/calc-mode.el (calc-mode-record-mode):
5952 * woman.el (woman-mini-help):
5953 * wdired.el (wdired-change-to-wdired-mode):
5954 * vc.el (vc-retrieve-snapshot):
5955 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
5956 * startup.el (display-startup-echo-area-message):
5957 * simple.el (set-goal-column):
5958 * ses.el (ses-command-hook, ses-recalculate-cell):
5959 * server.el (server-process-filter):
5960 * printing.el (pr-interface-txt-print, pr-interface-printify)
5961 (pr-interface-ps):
5962 * pcvs.el (cvs-help):
5963 * log-edit.el (log-edit, log-edit-mode-help):
5964 * iswitchb.el (iswitchb-possible-new-buffer):
5965 * isearch.el (isearch-edit-string):
5966 * image-mode.el (image-mode, image-minor-mode):
5967 * ibuf-macs.el (define-ibuffer-filter):
5968 * hi-lock.el (hi-lock-find-patterns):
5969 * files.el (toggle-read-only):
5970 * ediff-util.el (ediff-copy-diff)
5971 (ediff-write-merge-buffer-and-maybe-kill):
5972 * echistory.el (Electric-history-undefined):
5973 * dnd.el (dnd-insert-text):
5974 * dired-aux.el (dired-query):
5975 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
5976 * bookmark.el (bookmark-bmenu-locate):
5977 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
5978 Fix `message' calls to ensure first arg is a format string.
5979 The change was made only when these two conditions were satisfied:
5980 [1] when there is a possibility that the arguments would cause an error
5981 for example, if the code in question relies on external variables
5982 such as filenames, and
5983 [2] if the arg to `message' could not have been nil in the code.
5984
5985 * pcomplete.el (pcomplete--help): Fix `message' format spec.
5986 Not having a %s would be weird, though not technically wrong.
5987
5988 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5989
5990 * term/mac-win.el (mac-add-charset-info): Doc fix.
5991
5992 2005-09-17 Romain Francoise <romain@orebokech.com>
5993
5994 * shell.el (shell-resync-dirs): Handle echoing processes more
5995 reliably. Don't insert resync command if `comint-process-echoes'
5996 is non-nil.
5997
5998 2005-09-17 Magnus Henoch <mange@freemail.hu>
5999
6000 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
6001 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
6002 aspell versions >= 0.60.
6003 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
6004 only if ispell-aspell-supports-utf8 is non-nil.
6005
6006 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
6007
6008 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
6009 buffer-local value to lisp-indent-function.
6010
6011 2005-09-17 Milan Zamazal <pdm@zamazal.org>
6012
6013 * progmodes/glasses.el (glasses-make-readable): If
6014 glasses-separator differs from underscore, put appropriate
6015 overlays over underscore characters.
6016 (glasses-convert-to-unreadable): If glasses-separator differs from
6017 underscore, try to convert glasses-separator characters to
6018 underscores.
6019
6020 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
6021
6022 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
6023 Use with-syntax-table and dolist.
6024
6025 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
6026
6027 * textmodes/reftex-auc.el:
6028 * textmodes/reftex-cite.el:
6029 * textmodes/reftex-dcr.el:
6030 * textmodes/reftex-global.el:
6031 * textmodes/reftex-parse.el:
6032 * textmodes/reftex-ref.el:
6033 * textmodes/reftex-sel.el:
6034 * textmodes/reftex-toc.el:
6035 * textmodes/reftex-vars.el:
6036 * textmodes/reftex.el: Small changes to remove compiler warnings.
6037
6038 * textmodes/reftex-index.el: Likewise.
6039 (reftex-query-index-phrase): More efficient use of markers.
6040
6041 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
6042
6043 * image.el (image-load-path): New variable.
6044 (image-search-load-path): New function.
6045 (find-image): Search for images in `image-load-path'.
6046
6047 2005-09-15 Richard M. Stallman <rms@gnu.org>
6048
6049 * follow.el: Change Maintainer field.
6050
6051 2005-09-15 David Ponce <david@dponce.com>
6052
6053 * recentf.el (recentf-save-file-modes): New option.
6054 (recentf-save-list): Use it.
6055
6056 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
6057
6058 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
6059 (mode-line-mule-info, mode-line-modified): Move bindings from
6060 mouse-3 to mouse-1.
6061
6062 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
6063
6064 * simple.el (sendmail-user-agent-compose): Revert last change.
6065
6066 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
6067
6068 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
6069 Use with-current-buffer.
6070 (ange-ftp-gwp-start): Remove unused var `gw-user'.
6071 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
6072 (ange-ftp-insert-directory): Remove unused var `short'.
6073 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
6074
6075 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
6076 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
6077
6078 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
6079 (check-calendar-holidays, diary-list-entries): Autoload.
6080 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
6081 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
6082
6083 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
6084 which mistakenly removed a call to display-buffer.
6085
6086 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
6087
6088 * obsolete/iso-insert.el: Move to obsolete/ from international/.
6089
6090 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
6091
6092 * progmodes/hideshow.el
6093 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
6094 (hs-allow-nesting): New user var.
6095 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
6096 (hs-hide-block-at-point): When nesting allowed,
6097 if there is already an overlay in place, delete it.
6098 (hs-safety-is-job-n): Delete func; remove call sites.
6099 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
6100 (hs-overlay-at): New func.
6101 (hs-already-hidden-p, hs-show-block): Use it.
6102 (hs-hide-all): Don't pre-clean if nesting allowed.
6103 (hs-show-all): Temporarily disallow
6104 nesting around call to `hs-discard-overlays'.
6105
6106 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
6107
6108 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
6109 Delete unused local var.
6110
6111 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
6112
6113 * help-fns.el (describe-categories): "?\ " -> "?\s".
6114 (help-do-arg-highlight): Recognize also ARG-n, as in
6115 `move-to-left-margin' (ARG+n is already recognized). Simplify.
6116
6117 * international/codepage.el (dos-unsupported-char-glyph):
6118 * net/newsticker.el (tool-bar-map, w3-mode-map)
6119 (w3m-minor-mode-map):
6120 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
6121 (ent-alist):
6122 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
6123
6124 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
6125
6126 * custom.el (custom-push-theme): Handle the case where a symbol is
6127 bound but face properties have not yet been assigned.
6128
6129 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
6130 Fix behavior if noerase is `t' and there is no mail buffer.
6131
6132 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
6133 if `continue' is nil, rather than signal an error.
6134
6135 2005-09-12 Richard M. Stallman <rms@gnu.org>
6136
6137 * font-lock.el (font-lock-keywords): Add autoload.
6138
6139 * help-fns.el (describe-variable): Rearrange to put source link
6140 in a predictable place.
6141
6142 * net/newsticker.el: New file.
6143
6144 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
6145
6146 * calendar/calendar.el (calendar-for-loop): Add edebug info.
6147 (calendar-basic-setup): Use the new nil arg.
6148 (number-of-diary-entries): Move to diary-lib.el.
6149
6150 * calendar/diary-lib.el: Use with-current-buffer, match-string.
6151 (diary-list-entries): Use with-syntax-table and dolist.
6152 Rename from list-diary-entries.
6153 Use number-of-diary-entries if `number' is nil.
6154 (diary, diary-view-entries): Use this new name and new nil arg value.
6155 (number-of-diary-entries): Move from calendar.el.
6156 (diary-unhide-everything): New function.
6157 (include-other-diary-files, fancy-diary-display)
6158 (diary-show-all-entries, make-diary-entry): Use it.
6159 (diary-mail-entries): Use buffer-string.
6160 (mark-diary-entries): Fix long standing paren typo.
6161 (diary-sexp-entry): Use count-lines.
6162 (make-diary-entry): Avoid `previous-line'.
6163 (diary-mode-map): New var.
6164 (diary-mode): Redraw cal after saving. Setup header-line.
6165 (fancy-diary-display-mode): Use local-set-key.
6166
6167 * startup.el (command-line): Try calling various terminal-init-foo-bar
6168 functions by stripping hyphenated suffixes from $TERM.
6169
6170 * files.el (normal-mode): Check boundness of font-lock-keywords.
6171
6172 2005-09-12 Richard M. Stallman <rms@gnu.org>
6173
6174 * progmodes/compile.el: Don't decide a file's directory
6175 until the user actually tries to go there.
6176 (compilation-next-error-function):
6177 Pass compilation-find-file the directory from the file-struct.
6178 (compilation-internal-error-properties): Separate local FILE-STRUCT
6179 from FILE. Doc the args better. Rename arg FMT to FMTS.
6180 (compilation-find-file): Arg DIR renamed to DIRECTORY.
6181 Expand it, and if nil, use default-directory.
6182 (compilation-get-file-structure): Don't mix specified directory
6183 with default directory. Put specified directory into
6184 file-struct. Don't make the file name absolute.
6185
6186 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
6187 (compile-command): Add autoload.
6188 (compilation-disable-input): Add autoload.
6189
6190 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
6191
6192 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
6193 strings of the variables it can override.
6194 (time-stamp): New (as yet undocumented) time-stamp-format escapes
6195 %Q and %q, for fully-qualified domain name and unqualified host name.
6196
6197 2005-09-11 Kim F. Storm <storm@cua.dk>
6198
6199 * emacs-lisp/authors.el (authors-aliases): Update list.
6200 (authors-fixed-entries): Update mldrag.el entry.
6201
6202 2005-09-10 Alan Mackenzie <acm@muc.de>
6203
6204 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
6205 from the region narrowed to.
6206
6207 2005-09-10 Magnus Henoch <mange@freemail.hu>
6208
6209 * textmodes/ispell.el (ispell-check-version): Signal an error if
6210 aspell version is less than 0.60.
6211
6212 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
6213
6214 * progmodes/octave-inf.el (inferior-octave-startup):
6215 Resync current dir at the end.
6216
6217 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
6218
6219 * woman.el (woman-topic-at-point-default):
6220 Rename to woman-use-topic-at-point-default.
6221 (woman-topic-at-point): Rename to woman-use-topic-at-point.
6222 (woman-file-name): Reflect renames above. Automatically use the
6223 word at point as topic if woman-use-topic-at-point is non-nil.
6224 Otherwise offer it as default but don't insert it in the
6225 minibuffer. Also use `test-completion' instead of `assoc' as
6226 suggested by Stefan Monnier.
6227
6228 2005-09-10 Andre Spiegel <spiegel@gnu.org>
6229
6230 * vc.el (vc-directory, vc-update-change-log): Throw an error on
6231 the attempt to do it over Tramp. This is not yet supported.
6232
6233 2005-09-10 Eli Zaretskii <eliz@gnu.org>
6234
6235 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
6236 (menu-bar-non-minibuffer-window-p): New functions.
6237 ("Split Window", "Save As..."): Use them.
6238 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
6239 ("Print Buffer", "Truncate Long Lines in this Buffer"):
6240 Use menu-bar-menu-frame-live-and-visible-p.
6241 ("Save Buffer", "Insert File", "Open Directory...")
6242 ("Open File...", "Visit New File..."):
6243 Use menu-bar-non-minibuffer-window-p.
6244 (kill-this-buffer-enabled-p, dired <menu-enable>):
6245 Use menu-bar-non-minibuffer-window-p.
6246
6247 2005-09-09 Eli Zaretskii <eliz@gnu.org>
6248
6249 * cus-start.el (all): Don't complain about fringe-related
6250 built-ins if fringes are not supported. Ditto about
6251 selection-related built-ins. Fix the test for GTK-related built-ins.
6252
6253 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
6254 ("Postscript Print Buffer", "Print Region", "Save As...")
6255 ("Save", "Insert File...", "Open Directory...")
6256 ("Open File...", "Visit New File..."")
6257 ("Truncate Long Lines in this Buffer"): Don't look at
6258 menu-updating-frame if this display does not support multiple frames.
6259
6260 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
6261
6262 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
6263
6264 2005-09-09 Emilio Lopes <eclig@gmx.net>
6265
6266 * woman.el: Format- and whitespace-related changes.
6267
6268 2005-09-09 Eli Zaretskii <eliz@gnu.org>
6269
6270 * woman.el: Fix my email address.
6271
6272 2005-09-08 Richard M. Stallman <rms@gnu.org>
6273
6274 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
6275 (sh-mode): Locally set skeleton-pair-default-alist.
6276
6277 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
6278
6279 * progmodes/flymake.el: Require `compile' unconditionally.
6280
6281 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
6282
6283 * woman.el (woman-file-name): Provide a default, not initial input.
6284
6285 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
6286
6287 * font-lock.el (font-lock-support-mode): Doc fix.
6288
6289 * descr-text.el (describe-property-list): Handle non-symbol prop names.
6290
6291 2005-09-08 Richard M. Stallman <rms@gnu.org>
6292
6293 * simple.el (blink-matching-open): Get rid of text props from
6294 the string shown in echo area. Don't permanently set point.
6295 Some rearrangements.
6296
6297 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
6298
6299 * recentf.el (recentf-filename-handler): Add custom choice
6300 `abbreviate-file-name'.
6301
6302 * msb.el (msb--very-many-menus): Fix typo.
6303
6304 * disp-table.el (standard-display-european): Don't set
6305 enable-multibyte-characters to nil.
6306
6307 2005-09-08 David Ponce <david@dponce.com>
6308
6309 * recentf.el (recentf-show-file-shortcuts-flag): New option.
6310 (recentf-expand-file-name): Doc fix.
6311 (recentf-dialog-mode-map): Define digit shortcuts.
6312 (recentf--files-with-key): New variable.
6313 (recentf-show-digit-shortcut-filter): New function.
6314 (recentf-open-files-items): New function.
6315 (recentf-open-files): Use it.
6316 (recentf-open-file-with-key): New command.
6317
6318 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
6319
6320 * buff-menu.el (Buffer-menu-sort-by-column): New function.
6321 Suggested by Kim F. Storm.
6322 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
6323 (Buffer-menu-make-sort-button): Use global keymap.
6324
6325 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
6326
6327 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
6328 (Man-getpage-in-background-advice): Remove defadvice; it isn't
6329 necessary any longer with the remapped command.
6330 (Man-bgproc-sentinel-advice): Remove defadvice which counts
6331 formatting time only.
6332
6333 * net/tramp.el (tramp-action-password)
6334 (tramp-multi-action-password): Compile the password prompt from
6335 `method', `user' and `host'. Sometimes it isn't obvious which
6336 password to enter, for example with remote files offered by
6337 recentf.el, or with multiple steps. Suggested by Robert Marshall
6338 <robert@chezmarshall.freeserve.co.uk>.
6339
6340 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
6341
6342 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
6343 Fix regexp for when "s///" is at the beginning of line.
6344
6345 2005-09-07 Jay Belanger <belanger@truman.edu>
6346
6347 * calc/calc-poly.el (math-expand-term): Multiply out any powers
6348 when in matrix mode.
6349
6350 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
6351
6352 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
6353 non-anonymous functions.
6354
6355 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
6356
6357 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
6358 when using a header line. Otherwise, use mouse-1-click-follows-link.
6359
6360 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
6361 can't be moved; don't signal an error.
6362
6363 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
6364
6365 * cus-theme.el (custom-theme-write-faces): Save the current face
6366 spec, not the defface spec.
6367
6368 * custom.el (custom-known-themes): Clarify meaning of "standard".
6369 (custom-push-theme): Save old values in the standard theme.
6370 (disable-theme): Correct typo.
6371 (custom-face-theme-value) Deleted unused function.
6372 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
6373
6374 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
6375
6376 * progmodes/compile.el (compilation-goto-locus): Take into account
6377 iconified frames when determining whether the buffer is
6378 already visible.
6379 Don't reset window height if the window already existed.
6380
6381 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
6382
6383 * custom.el (load-theme): Rename from require-theme.
6384 Add interactive spec.
6385 (enable-theme): Rename from custom-enable-theme.
6386 Add interactive spec.
6387 (disable-theme): Rename from custom-disable-theme.
6388 Add interactive spec.
6389 (custom-make-theme-feature): Doc fix.
6390 (custom-theme-directory): Doc fix.
6391 (provide-theme): Call enable-theme.
6392
6393 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
6394
6395 * obsolete/lazy-lock.el (lazy-lock-mode):
6396 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
6397 font-lock-mode if it's off. Print a warning instead.
6398
6399 * progmodes/compile.el (compilation-start): Ignore errors if the
6400 process died before we get to send-eof.
6401
6402 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
6403 Undo last change. Enclosing the result in quotes broke things on Unix
6404 since tex-send-command passes it through shell-quote-argument.
6405 (tex-send-command): Pass `file' through convert-standard-filename
6406 when possible.
6407 (tex-uptodate-p): Handle the case where TeX hasn't put additional
6408 info in a transcript.
6409
6410 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
6411
6412 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
6413 fix compilation warning. Reorder the key definitions to group
6414 together keys emitted by the current version of xterm.
6415
6416 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
6417 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
6418 Reorder predicates to correct min-color usage.
6419
6420 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
6421
6422 * longlines.el (longlines-mode): Inhibit read-only when encoding.
6423 Kill local variables when longlines-mode is turned off.
6424
6425 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
6426
6427 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
6428
6429 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
6430
6431 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
6432
6433 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
6434 (font-lock-lines-before): Change default to being inactive.
6435 (font-lock-default-fontify-region): Obey font-lock-lines-before.
6436 (font-lock-after-change-function): Don't handle f-l-lines-before here.
6437
6438 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
6439
6440 * net/tramp.el (tramp-handle-make-auto-save-file-name):
6441 Deactivate temporarily advice if active (not needed for Emacs 22,
6442 but for backwards compatibility).
6443 (tramp-exists-file-name-handler): Rewrite. First implementation
6444 was too simple.
6445 (tramp-advice-make-auto-save-file-name):
6446 Call `tramp-handle-make-auto-save-file-name' (again, just for
6447 backwards compatibility).
6448
6449 2005-08-31 Reto Zimmermann <reto@gnu.org>
6450
6451 * progmodes/vhdl-mode.el
6452 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
6453 (vhdl-end-p): Fix indentation bug "else" after "-- when".
6454 (vhdl-set-default-project): New function (easier setting of default).
6455 (vhdl-port-copy): Handle extended identifiers for generics.
6456 (vhdl-compiler-alist): Better description for error message regexp.
6457 (vhdl-make): Query for target, use previous as default.
6458 (vhdl-port-copy): Fix port copy for port names starting with "signal".
6459 (vhdl-font-lock-keywords-2): Fix fontification for record
6460 el. assign.
6461 (vhdl-speedbar-make-subpack-line): Add package body link.
6462 (vhdl-generate-makefile-1): Not include itself as dependency.
6463 (vhdl-font-lock-init): Highlight c-preprocessor directives.
6464 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
6465 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
6466 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
6467 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
6468 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
6469 (vhdl-import-project): Add string argument for `error'.
6470 (vhdl-compose-configuration)
6471 (vhdl-compose-configuration-architecture): Add configuration
6472 declaration generation.
6473 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
6474 (vhdl-trailer-re): Add "record" keyword (better indentation).
6475 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
6476 "[^ \t-\"]+".
6477 (vhdl-font-lock-keywords-2): Not highlight formal parameter after '|'.
6478 (vhdl-testbench-entity-file-name)
6479 (vhdl-testbench-architecture-file-name): Allow separate
6480 customization of testbench file names.
6481 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
6482 (vhdl-get-visible-signals): Allow newline within alias declaration.
6483 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
6484 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
6485 (member-ignore-case): Alias for missing function in XEmacs.
6486 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
6487 (vhdl-update-sensitivity-list): Ignore case on read signals.
6488 (vhdl-replace-string): Adjust case only for file names.
6489 (vhdl-update-sensitivity-list): Fix search for read signals.
6490 (vhdl-update-sensitivity-list): Exclude formal parameters.
6491 (vhdl-get-visible-signals): Include aliases of signals.
6492 (vhdl-get-visible-signals): Fix signal name searching.
6493 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
6494 (vhdl-fixup-whitespace-region): Fix for character
6495 literals (e.g. ':').
6496
6497 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
6498
6499 * ansi-color.el (comint-last-output-start):
6500 * bs.el (font-lock-verbose):
6501 * diff-mode.el (add-log-buffer-file-name-function):
6502 * dired-x.el (vm-folder-directory):
6503 * faces.el (help-xref-stack-item):
6504 * files.el (font-lock-keywords):
6505 * find-lisp.el (dired-buffers, dired-subdir-alist):
6506 * ido.el (cua-inhibit-cua-keys):
6507 * log-view.el (cvs-minor-wrap-function):
6508 * outline.el (font-lock-warning-face):
6509 * simple.el (compilation-current-error):
6510 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
6511 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
6512 * tooltip.el (comint-prompt-regexp):
6513 * w32-fns.el (explicit-shell-file-name):
6514 * term/mac-win.el (mac-charset-info-alist)
6515 (mac-services-selection, mac-system-script-code):
6516 * term/tty-colors.el (msdos-color-values):
6517 * term/w32-win.el (xlfd-regexp-registry-subnum):
6518 * term/x-win.el (x-keysym-table, x-selection-timeout)
6519 (x-session-id, x-session-previous-id):
6520 * textmodes/ispell.el (mail-yank-prefix):
6521 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
6522 * textmodes/org.el (calc-embedded-close-formula)
6523 (calc-embedded-open-formula)
6524 (font-lock-unfontify-region-function):
6525 * textmodes/reftex-global.el (isearch-next-buffer-function)
6526 (TeX-master):
6527 * textmodes/reftex.el (font-lock-keywords):
6528 * textmodes/tex-mode.el (font-lock-comment-face)
6529 (font-lock-doc-face):
6530 * textmodes/texinfo.el (outline-heading-alist):
6531 Add defvars.
6532
6533 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
6534 (artist-spray-chars, artist-mode-init, artist-replace-string)
6535 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
6536 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
6537 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
6538
6539 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
6540 (conf-align-assignments): "?\ " -> "?\s".
6541
6542 * textmodes/reftex-index.el (TeX-master): Add defvar.
6543 (reftex-index-phrases-marker): Move up defvar.
6544
6545 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
6546 (reftex-toc-include-labels-indicator)
6547 (reftex-toc-include-index-indicator)
6548 (reftex-toc-max-level-indicator): Move up declarations.
6549
6550 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
6551 of args to `tramp-run-real-handler', even if it's empty in this case.
6552
6553 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6554
6555 * dired.el (dired-move-to-filename-regexp): Add date format for
6556 Mac OS X 10.3 in East Asian locales.
6557
6558 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
6559
6560 * files.el (make-auto-save-file-name): Add file name handler call
6561 if applicable.
6562
6563 * net/tramp.el (tramp-file-name-handler-alist)
6564 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
6565 (tramp-handle-make-auto-save-file-name): Rename from
6566 `tramp-make-auto-save-file-name'.
6567 (tramp-exists-file-name-handler): New defun.
6568 (tramp-advice-make-auto-save-file-name): Make defadvice only when
6569 `make-auto-save-file-name' is not a magic file name operation.
6570
6571 2005-08-30 Richard M. Stallman <rms@gnu.org>
6572
6573 * files.el (risky-local-variable-p):
6574 Match `-predicates' and `-commands.
6575
6576 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
6577 (custom-save-all): Visit the file if necessary;
6578 kill the buffer if we created it.
6579 (custom-save-delete): Don't visit file or kill buffer here.
6580
6581 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
6582
6583 * textmodes/org.el (org-special-keyword): New face.
6584 (org-table-copy-down, org-table-eval-formula)
6585 (org-table-recalculate, org-init-section-numbers):
6586 Use `string-to-number' instead of `string-to-int'.
6587 (org-get-location): Use `insert-buffer-substring' instead of
6588 `insert-buffer'.
6589 (org-modify-diary-entry-string): New function.
6590 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
6591 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
6592 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
6593 active region.
6594 (org-export-as-html): Handle QUOTE keyword.
6595 (org-quote-string): New option.
6596 (org-bookmark-jump-unhide): New function, used for
6597 `bookmark-after-jump-hook'.
6598 (org-diary-default-entry): Apply only when not called through
6599 `org-agenda'.
6600
6601 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
6602
6603 * net/eudc.el (mode-popup-menu):
6604 * play/handwrite.el (ps-printer-name, ps-lpr-command):
6605 * progmodes/ada-mode.el (compile-auto-highlight)
6606 (skeleton-further-elements):
6607 * progmodes/autoconf.el (font-lock-syntactic-keywords):
6608 * progmodes/cmacexp.el (msdos-shells):
6609 * progmodes/compile.el (font-lock-extra-managed-props)
6610 (font-lock-keywords, font-lock-maximum-size)
6611 (font-lock-support-mode):
6612 * progmodes/grep.el (font-lock-lines-before):
6613 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
6614 * progmodes/mixal-mode.el (compile-command):
6615 * progmodes/perl-mode.el (font-lock-comment-face)
6616 (font-lock-doc-face, font-lock-string-face):
6617 * progmodes/prolog.el (comint-prompt-regexp):
6618 * progmodes/sh-script.el (font-lock-comment-face)
6619 (font-lock-set-defaults, font-lock-string-face):
6620 * progmodes/sql.el (font-lock-keyword-face)
6621 (font-lock-set-defaults, font-lock-string-face):
6622 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
6623 (itimer-version, lazy-lock-defer-contextually)
6624 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
6625 Add defvars.
6626
6627 * progmodes/cperl-mode.el (cperl-electric-lbrace)
6628 (cperl-electric-keyword, cperl-electric-pod)
6629 (cperl-electric-backspace, cperl-forward-re)
6630 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
6631 (vc-rcs-header, vc-sccs-header): Add defvars.
6632
6633 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
6634 (font-lock-syntactic-keywords, gud-find-expr-function):
6635 Add defvars.
6636
6637 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
6638 (gdb-frame-parameters): Declare before use.
6639
6640 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
6641 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
6642 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
6643 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
6644
6645 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
6646 (idlwave-help-with-source): Use `insert-buffer-substring', not
6647 `insert-buffer'.
6648
6649 2005-08-29 Juri Linkov <juri@jurta.org>
6650
6651 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
6652 Put outline-back-to-heading function call inside save-excursion.
6653
6654 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
6655
6656 * man.el (Man-init-defvars, Man-translate-references)
6657 (Man-support-local-filenames, Man-highlight-references):
6658 * progmodes/sql.el (sql-interactive-mode):
6659 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
6660
6661 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
6662 (compilation-mode-font-lock-keywords): Add defvars.
6663 (checkdoc-interactive-loop): "?\ " -> "?\s".
6664
6665 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
6666 (font-lock-doc-face, font-lock-string-face)
6667 (font-lock-keywords-case-fold-search): Add defvars.
6668 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
6669
6670 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
6671 Don't pass X and Y (they are ignored anyway).
6672 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
6673 (mouse-delete-window): Make arguments optional.
6674
6675 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
6676 (caesar-translate-table, minor-modes, news-buffer-save)
6677 (news-group-name, news-minor-modes): Add defvars.
6678
6679 * emacs-lisp/lselect.el (mouse-highlight-priority)
6680 (x-lost-selection-functions, zmacs-regions):
6681 * emacs-lisp/pp.el (font-lock-verbose):
6682 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
6683 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
6684 (ses-mode-map):
6685 * emacs-lisp/tcover-unsafep.el (safe-functions):
6686 * international/mule-cmds.el (mac-system-coding-system)
6687 (mac-system-locale):
6688 * language/ethio-util.el (rmail-current-message)
6689 (rmail-message-vector):
6690 * language/thai-util.el (thai-auto-composition-mode):
6691 * mail/metamail.el (rmail-current-message, rmail-message-vector):
6692 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
6693 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
6694 (vm-primary-inbox, vm-spool-files):
6695 * mail/rmail.el (deleted-head, font-lock-fontified)
6696 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
6697 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
6698 (total-messages):
6699 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
6700 (rmail-summary-mode-map):
6701 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
6702 (rmail-last-label, rmail-last-multi-labels)
6703 (rmail-summary-vector, rmail-total-messages):
6704 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
6705 * mail/rmailsum.el (msgnum):
6706 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
6707 (rmail-current-message):
6708 * obsolete/fast-lock.el (font-lock-face-list):
6709 * obsolete/rnewspost.el (mail-reply-buffer):
6710 * obsolete/scribe.el (compile-command):
6711 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
6712
6713 2005-08-28 John Paul Wallington <jpw@gnu.org>
6714
6715 * ibuf-ext.el (ibuffer-auto-update-changed):
6716 Use `frame-or-buffer-changed-p' to check whether we need to update.
6717 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
6718 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
6719 as a `frame-or-buffer-changed-p' state vector instead.
6720
6721 2005-08-27 Romain Francoise <romain@orebokech.com>
6722
6723 * textmodes/makeinfo.el (makeinfo-compile):
6724 Use `compilation-start'. Set `next-error-function' according to
6725 `disable-errors'.
6726 (makeinfo-next-error): New function.
6727 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
6728 (makeinfo-buffer): Likewise.
6729
6730 * progmodes/compile.el (compilation-start): Add autoload cookie.
6731
6732 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
6733 * textmodes/sgml-mode.el: Likewise.
6734 * progmodes/python.el: Likewise.
6735
6736 2005-08-27 Eli Zaretskii <eliz@gnu.org>
6737
6738 * simple.el (blink-matching-paren-distance): Document the meaning
6739 of nil value, and allow to customize to nil.
6740
6741 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
6742 command.com, not command.exe.
6743
6744 2005-08-26 John Wiegley <johnw@newartisans.com>
6745
6746 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
6747 code around a bit so that an extraneous nil argument is not added
6748 to a command when no args are given.
6749
6750 * eshell/esh-arg.el (eshell-parse-double-quote): If a
6751 double-quoted argument resolves to nil, return it as an empty
6752 string rather than as nil. This made it impossible to pass "" to
6753 a shell script as a null string argument.
6754
6755 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
6756
6757 * outline.el (outline-invent-heading): New fun.
6758 (outline-promote, outline-demote): Use it.
6759 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
6760 (outline-end-of-subtree): Remove unused var `opoint'.
6761
6762 2005-08-26 David Reitter <david.reitter@gmail.com>
6763
6764 * menu-bar.el (truncate-lines, write-file, print-buffer)
6765 (ps-print-buffer-faces, ps-print-buffer, split-window):
6766 Disable menu items when the frame they refer to is invisible, or when
6767 they refer to a buffer and the minibuffer is selected.
6768
6769 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
6770
6771 * progmodes/flymake.el (flymake-highlight-err-lines):
6772 Use save-excursion around flymake-highlight-line to preserve point.
6773
6774 2005-08-26 Eli Zaretskii <eliz@gnu.org>
6775
6776 * progmodes/octave-mod.el: Change Author and Maintainer address.
6777 (octave-maintainer-address): Change Kurt's email address.
6778 * progmodes/octave-inf.el: Change Author and Maintainer address.
6779 * progmodes/octave-hlp.el: Change Author and Maintainer address.
6780
6781 2005-08-26 Kim F. Storm <storm@cua.dk>
6782
6783 * subr.el (version-list-<, version-list-<=, version-list-=):
6784 Renamed from integer-list-*.
6785 (version-list-not-zero): Likewise. Fix while loop.
6786 (version=): Use version-list-= instead of string-equal.
6787
6788 2005-08-26 Richard M. Stallman <rms@gnu.org>
6789
6790 * outline.el (outline-promote): Try shortening the heading.
6791 As last resort, read the heading to use.
6792 (outline-demote): As last resort, read the heading to use.
6793
6794 2005-08-26 Romain Francoise <romain@orebokech.com>
6795
6796 * progmodes/compile.el (compilation-start): Doc fix.
6797
6798 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
6799 (antlr-font-lock-additional-keywords): Fix reference to
6800 `antlr-font-lock-literal-regexp' erroneously changed during the
6801 mass face rename.
6802 (antlr-run-tool): Use `compilation-start'.
6803
6804 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
6805 instead of the obsolete `compile-internal'.
6806
6807 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
6808
6809 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
6810 (number, original-date):
6811 * calendar/cal-china.el (date):
6812 * calendar/cal-coptic.el (date):
6813 * calendar/cal-french.el (date):
6814 * calendar/cal-hebrew.el (date, entry, number, original-date):
6815 * calendar/cal-islam.el (date, number, original-date):
6816 * calendar/cal-iso.el (date):
6817 * calendar/cal-julian.el (date):
6818 * calendar/cal-mayan.el (date):
6819 * calendar/cal-menu.el (date, event):
6820 * calendar/cal-persia.el (date):
6821 * calendar/lunar.el (date):
6822 * calendar/solar.el (date): Add defvars.
6823
6824 * emerge.el:
6825 * ibuffer.el:
6826 * info-xref.el:
6827 * obsolete/bg-mouse.el:
6828 * obsolete/sun-curs.el:
6829 * obsolete/swedish.el: Move the `defvar's to the top level.
6830
6831 * smerge-mode.el (smerge-refined-change): Add :group.
6832
6833 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
6834
6835 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
6836 (smerge-keep-n): Remove props.
6837 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
6838 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
6839 now that it's done in smerge-keep-n.
6840 (smerge-refined-change): New face.
6841 (smerge-refine-chopup-region, smerge-refine-highlight-change)
6842 (smerge-refine): New funs.
6843 (smerge-basic-map): Bind smerge-refine.
6844
6845 2005-08-25 Juri Linkov <juri@jurta.org>
6846
6847 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
6848 compilation-process-setup-function and compilation-disable-input
6849 in grep-mode instead of let-bindings in grep.
6850
6851 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
6852 Delete "Automatic File De/compression" (auto-compression-mode).
6853
6854 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
6855
6856 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
6857 Silence warning about non-existent variable.
6858
6859 2005-08-25 Richard M. Stallman <rms@gnu.org>
6860
6861 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
6862 Rename "Describe Key" to "Describe Key or Mouse Operation".
6863
6864 * mail/mailalias.el (build-mail-aliases): Delete comments
6865 from the contents before processing them.
6866
6867 * isearch.el (isearch-edit-string): Erase the Search prompt
6868 if user enters an empty string and there is no default.
6869
6870 * comint.el (comint-file-name-prefix): Add autoload.
6871
6872 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
6873
6874 * subr.el (play-sound): Rearrange to avoid warning.
6875
6876 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
6877
6878 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
6879 New hook.
6880 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
6881
6882 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
6883
6884 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
6885
6886 * custom.el (custom-theme-set-variables): Sort minor modes last.
6887
6888 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6889
6890 * subr.el (version-separator, version-regexp-alist): New vars used by
6891 version comparison funs.
6892 (integer-list-<, integer-list-=, integer-list-<=)
6893 (integer-list-not-zero): New funs for integer list comparison.
6894 (version-to-list, version=, version<, version<=): New funs for version
6895 comparison.
6896
6897 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
6898
6899 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
6900 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
6901 time to silence the byte-compiler.
6902
6903 * ibuffer.el (ibuffer-compile-make-eliding-form)
6904 (ibuffer-check-formats): Use `with-no-warnings' to hide references
6905 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
6906 so it's silly to get warnings for it).
6907 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
6908 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
6909 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
6910 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
6911 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
6912 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
6913 Defvar at compile time.
6914 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
6915 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
6916 Declare them before use.
6917
6918 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
6919 (info-xref-good, info-xref-bad): Defvar at compile time.
6920
6921 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
6922 Use `let*' instead of `let'.
6923
6924 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
6925 (*mouse-y*, menu, char): Defvar at compile time.
6926 (sc::menu): Declare it before use.
6927 (sc::pack-one-line): Use `let', not `let*'.
6928
6929 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
6930 (mail-send-hook): Defvar at compile time.
6931
6932 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
6933 Defvar at compile time.
6934
6935 * term/sun-mouse.el (current-global-mousemap)
6936 (current-local-mousemap): Declare them before use.
6937
6938 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
6939
6940 * bookmark.el (bookmark-after-jump-hook): New hook.
6941 (bookmark-jump): Run `bookmark-after-jump-hook'.
6942
6943 2005-08-23 Juri Linkov <juri@jurta.org>
6944
6945 * faces.el (minibuffer-prompt): Doc fix.
6946
6947 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
6948
6949 * progmodes/xscheme.el: Trivial changes to silence warnings.
6950 (xscheme-previous-mode, xscheme-previous-process-state):
6951 Add defvars.
6952 (xscheme-last-input-end, xscheme-process-command-line)
6953 (xscheme-process-name, xscheme-buffer-name)
6954 (xscheme-expressions-ring-max, xscheme-expressions-ring)
6955 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
6956 (xscheme-control-g-synchronization-p)
6957 (xscheme-control-g-disabled-p, xscheme-string-receiver)
6958 (default-xscheme-runlight, xscheme-runlight)
6959 (xscheme-runlight-string, xscheme-process-filter-state)
6960 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
6961 Move to beginning of file.
6962 (scheme-interaction-mode-commands-alist)
6963 (scheme-interaction-mode-map, scheme-debugger-mode-map):
6964 Declare them before use. Note: the initialization code for the variables
6965 has not been moved because it uses functions that reference the variables.
6966 (xscheme-control-g-message-string, xscheme-process-filter-alist)
6967 (xscheme-prompt-for-expression-map): Declare them before use.
6968 (scheme-debugger-mode-commands): "?\ " -> "?\s".
6969
6970 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
6971
6972 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
6973
6974 2005-08-22 Juri Linkov <juri@jurta.org>
6975
6976 * faces.el (set-face-underline): Delete this duplicate function
6977 and make an obsolete alias to set-face-underline-p.
6978 (set-face-underline-p): Use docstring of set-face-underline.
6979 (describe-face): Create hyperlink to parent face.
6980
6981 * info.el (Info-insert-dir): Use save-excursion around
6982 insert-buffer-substring.
6983 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
6984 (Info-escape-percent): Delete function.
6985 (Info-fontify-node): Replace Info-escape-percent by
6986 replace-regexp-in-string with REP arg set to lambda that
6987 duplicates `%' and preserves text properties.
6988
6989 * progmodes/compile.el (compilation-disable-input): Doc fix.
6990 (define-compilation-mode): Doc fix and refill.
6991 (kill-compilation): Use `mode-name' in the error message.
6992 (compilation-find-file): Use `compilation-error' in the
6993 read-file-name's prompt.
6994
6995 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
6996
6997 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
6998 (smerge-auto-leave): Make undo re-enable the mode.
6999 (debug-ignored-errors): Add the user-error of impossible resolution.
7000 (smerge-resolve): Move things around a bit, in preparation for later.
7001 (smerge-diff): Don't fail if the buffer has no associated file.
7002 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
7003 (smerge-conflict-overlay): New function.
7004 (smerge-match-conflict): Don't add text properties here.
7005 (smerge-find-conflict): Instead, add an overlay here.
7006 Also check for the case where we're inside a conflict already, so as to
7007 obviate the need for font-lock-multiline, which is unbearably slow with
7008 large conflicts and ciomplex font-lock patterns.
7009 (smerge-remove-props): Remove overlay rather than text-properties.
7010 (smerge-mode): Don't set font-lock-multiline.
7011 Remove overlays when turned off.
7012
7013 2005-08-21 Kim F. Storm <storm@cua.dk>
7014
7015 * ido.el (ido-ignore-item-p): Use save-match-data.
7016 Bind case-fold-search to ido-case-fold locally.
7017
7018 2005-08-20 Richard M. Stallman <rms@gnu.org>
7019
7020 * files.el (normal-mode): If font lock is on, turn it off and on.
7021
7022 * subr.el (replace-regexp-in-string): Doc fix.
7023
7024 * startup.el (command-line-1): Don't suppress startup screen
7025 due to existing processes.
7026
7027 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
7028
7029 * progmodes/compile.el (compilation-disable-input): Default to nil.
7030
7031 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
7032
7033 * progmodes/compile.el (compilation-disable-input): New defcustom.
7034 (compilation-start): If compilation-disable-input is non-nil, send
7035 EOF to the compilation process.
7036
7037 2005-08-20 Eli Zaretskii <eliz@gnu.org>
7038
7039 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
7040 Run the argument of tex-shell-cd-command through
7041 convert-standard-filename, to get the correct style of slashes on
7042 Windows, and enclose the result in quotes, in case the file name
7043 includes whitespace or other special characters.
7044
7045 2005-08-19 Andreas Schwab <schwab@suse.de>
7046
7047 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
7048 process.
7049
7050 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
7051
7052 * cus-start.el (minibuffer-prompt-properties): Correct typo.
7053
7054 2005-08-18 Kim F. Storm <storm@cua.dk>
7055
7056 * scroll-lock.el: Fix errors due to incorrect line wrapping.
7057
7058 2005-08-18 Richard M. Stallman <rms@gnu.org>
7059
7060 * scroll-lock.el: New file.
7061
7062 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
7063
7064 * dired.el (dired-move-to-end-of-filename):
7065 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
7066
7067 2005-08-18 Kim F. Storm <storm@cua.dk>
7068
7069 * ido.el (ido-everywhere): Fix defcustom :set function to disable
7070 rather than toggle mode when custom value is nil.
7071 (ido-everywhere): Fix defun doc string.
7072
7073 2005-08-17 Richard M. Stallman <rms@gnu.org>
7074
7075 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
7076 as tag instead of "Inviolable".
7077
7078 2005-08-17 Kim F. Storm <storm@cua.dk>
7079
7080 * windmove.el (windmove-coordinates-of-position): Remove.
7081 (windmove-coordinates-of-window-position): Remove.
7082 (windmove-reference-loc): Use posn-at-point instead.
7083
7084 * subr.el (insert-for-yank-1): Doc fix.
7085
7086 * ido.el (ido-enter-matching-directory): Rename from
7087 ido-enter-single-matching-directory. Change 'slash choice to
7088 'only. Add 'first choice.
7089 (ido-exhibit): Adapt to above changes.
7090
7091 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
7092
7093 * Makefile.in: Expand comment about building loaddefs.el.
7094
7095 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
7096
7097 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
7098 Comment use of defadvice.
7099
7100 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
7101
7102 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
7103
7104 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
7105 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
7106 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
7107 * progmodes/idlw-shell.el, progmodes/ld-script.el,
7108 * progmodes/which-func.el, ruler-mode.el, strokes.el,
7109 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
7110 for backward compatibility for faces that did not appear in the
7111 previous Emacs release.
7112
7113 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
7114
7115 2005-08-15 Kim F. Storm <storm@cua.dk>
7116
7117 * emulation/cua-base.el (cua-delete-region): Return t if
7118 deleted region was non-empty.
7119 (cua-replace-region): Inhibit overwrite-mode for
7120 self-insert-command if replaced region was non-empty.
7121 (cua--explicit-region-start, cua--status-string): Make them
7122 buffer-local at top-level...
7123 (cua-mode): ...rather than when mode is enabled.
7124
7125 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
7126
7127 * progmodes/vhdl-mode.el (vhdl-emacs-21):
7128 Set t for Emacs 21, 22, and so on.
7129
7130 2005-08-15 David Ponce <david@dponce.com>
7131
7132 * tree-widget.el: Update Commentary header.
7133 (tree-widget-theme): Doc fix.
7134 (tree-widget-space-width): New option.
7135 (tree-widget-image-properties): Look up in the default theme too.
7136 (tree-widget--cursors): Only for images with arrow pointer shape.
7137 (tree-widget-lookup-image): Pointer shape is hand by default.
7138 (tree-widget-icon): Rename generic icon widget from
7139 `tree-widget-control'.
7140 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
7141 derive from `tree-widget-icon'.
7142 (tree-widget-handle): Improve default look and feel of the text
7143 representation.
7144 (tree-widget): Rename :*-control properties to :*-icon properties.
7145 Add :action and :help-echo properties.
7146 (tree-widget-after-toggle-functions): Move.
7147 (tree-widget-close-node, tree-widget-open-node): Remove.
7148 (tree-widget-before-create-icon-functions): New hook.
7149 (tree-widget-value-create): Update to allow customization of icons
7150 and nodes at run-time via that new hook.
7151 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
7152 (tree-widget-icon-action, tree-widget-icon-help-echo)
7153 (tree-widget-action, tree-widget-help-echo): New functions.
7154
7155 2005-08-15 Kim F. Storm <storm@cua.dk>
7156
7157 * ido.el (ido-buffer-internal): Use with-no-warnings.
7158 (ido-make-merged-file-list): Use while-no-input.
7159
7160 2005-08-15 Richard M. Stallman <rms@gnu.org>
7161
7162 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
7163 (flyspell-large-region): Fix doc and custom type.
7164
7165 2005-08-14 Richard M. Stallman <rms@gnu.org>
7166
7167 * files.el (interpreter-mode-alist): Doc fix.
7168
7169 * mail/rmail.el (rmail-nonignored-headers): New variable.
7170 (rmail-clear-headers): Use it.
7171 (rmail-reply): Better handling of mail-followup-to header.
7172
7173 * progmodes/sh-script.el (sh-font-lock-keywords-var):
7174 Rename variable from sh-font-lock-keywords. In the `shell' entry,
7175 don't try to refer to executable-font-lock-keywords.
7176 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
7177 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
7178 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
7179 (sh-mode): Set comment-start-skip, local-abbrev-table,
7180 imenu-case-fold-search.
7181 (sh-set-shell): Don't set them here.
7182 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
7183 Don't cache the results in the original alist; don't ever modify
7184 that alist.
7185
7186 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
7187
7188 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
7189 empty.
7190
7191 2005-08-15 Andreas Schwab <schwab@suse.de>
7192
7193 * desktop.el: Put autoload cookie at risky-local-variable declarations.
7194
7195 * dired.el, info.el, mail/rmail.el: Revert last change.
7196
7197 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
7198
7199 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
7200 modification in `eval-after-load' form.
7201 * info.el: Likewise.
7202 * mail/rmail.el: Likewise.
7203
7204 2005-08-14 Juri Linkov <juri@jurta.org>
7205
7206 * progmodes/compile.el (compilation-mode-font-lock-keywords):
7207 Remove highlighting of "Compilation started". Highlight only
7208 the word "finished" in "Compilation finished". Add highlighting
7209 of "interrupt", "killed", "terminated" and the exit code.
7210 (compilation-start): Add newline after header. Use exactly the
7211 same time stamp format as the finishing message.
7212 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
7213
7214 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
7215 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
7216 Add highlighting of "interrupt", "killed", "terminated".
7217
7218 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
7219 enabled and the current command is self-insert-command, call it
7220 explicitly with overwrite-mode bound to nil, to not allow it
7221 to delete the character after the selected region.
7222
7223 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
7224
7225 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
7226 move-end-of-line, end-of-line, and beginning-of-line to the list
7227 of commands after which the echo area is updated.
7228
7229 2005-08-12 Eli Zaretskii <eliz@gnu.org>
7230
7231 * cus-edit.el (custom-save-all, custom-save-delete):
7232 Bind recentf-exclude to exclude custom-file.
7233
7234 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
7235
7236 * mail/rmailsum.el (rmail-summary-end-of-message): New command
7237 to go to the bottom of the mail message. Added to
7238 `rmail-summary-mode-map' with key "/".
7239 (rmail-summary-show-message): New (internal) function for use by
7240 both `rmail-summary-beginning/end-of-message'.
7241 (rmail-summary-beginning-of-message): Change to use
7242 rmail-summary-show-message.
7243
7244 * mail/rmail.el (rmail-end-of-message): New command to go to the
7245 end of the current message. Added to `rmail-mode-map' with key "/".
7246 (rmail-beginning-of-message): Fix to work as documented.
7247 (rmail-mode): Change documentation.
7248
7249 * progmodes/compile.el (compilation-start): Add the line
7250 "Compilation started" with compilation start time.
7251 (compilation-mode-font-lock-keywords): Add `started' to keywords.
7252
7253 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
7254
7255 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
7256 of menu items.
7257
7258 2005-08-11 Richard M. Stallman <rms@gnu.org>
7259
7260 * simple.el (pop-global-mark): Reverse test of widen-automatically.
7261
7262 * battery.el (battery-status-function): Don't use ignore-errors.
7263
7264 2005-08-11 Lute Kamstra <lute@gnu.org>
7265
7266 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
7267 define-obsolete-variable-alias.
7268
7269 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
7270
7271 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
7272 (ange-ftp-send-cmd): Revert last change, and expand
7273 the comment explaining the problem.
7274
7275 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
7276
7277 * ldefs-boot.el: Update.
7278
7279 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
7280 item to "Time, Load and Mail". Change help echo text.
7281
7282 * time.el (display-time-use-mail-icon, display-time-format)
7283 (display-time-string-forms): Shorten first line of docstrings.
7284
7285 2005-08-10 Lars Hansen <larsh@soem.dk>
7286
7287 * desktop.el (desktop-buffer-mode-handlers):
7288 Make non-customizable. Add autoload cookie. Change initial value to
7289 nil; add elements in respective modules instead. Fix doc string.
7290 (desktop-load-file): New function.
7291 (desktop-minor-mode-handlers): New autoloaded variable.
7292 (desktop-create-buffer): Call minor mode handlers.
7293 Use desktop-load-file to load major and minor mode modules prior to
7294 checking for a handler.
7295 (desktop-save): Don't add nil to desktop-minor-modes for minor
7296 modes with nil function in desktop-minor-mode-table. Don't delete
7297 desktop file before rewriting it.
7298 (desktop-locals-to-save): Add autoload cookie. Don't make
7299 automatically buffer-local. Add variables column-number-mode,
7300 size-indication-mode, indent-tabs-mode,
7301 indicate-buffer-boundaries, indicate-empty-lines and
7302 show-trailing-whitespace.
7303 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
7304 regexps. Don't use desktop-clear-preserve-buffers-regexp.
7305 (desktop-clear-preserve-buffers-regexp): Delete.
7306 (desktop-clear-preserve-buffers): Update initial value and docstring.
7307 (desktop-save-buffer): Fix doc string.
7308
7309 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
7310 (hilit-chg-desktop-restore): New function.
7311 (highlight-changes-mode): Add highlight-changes-mode to
7312 desktop-locals-to-save.
7313
7314 * dired.el: Add handler to desktop-buffer-mode-handlers.
7315 (dired-restore-desktop-buffer): Remove autoload cookie.
7316 (dired-mode): Add autoload cookie.
7317
7318 * info.el: Add handler to desktop-buffer-mode-handlers.
7319 (Info-restore-desktop-buffer): Remove autoload cookie.
7320 (Info-mode): Add autoload cookie.
7321
7322 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
7323 (mh-restore-desktop-buffer): Remove autoload cookie.
7324 (mh-folder-mode): Add autoload cookie.
7325
7326 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
7327 (rmail-restore-desktop-buffer): Remove autoload cookie.
7328
7329 2005-08-11 Masatake YAMATO <jet@gyve.org>
7330
7331 * hexl.el (hexl-address-region):
7332 (hexl-ascii-region, hexl-font-lock-keywords):
7333 (hexl-highlight-line-range): Use the term "region"
7334 instead of "area" for consistency with the other symbols
7335 defined in hexl.el.
7336
7337 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
7338
7339 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
7340 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
7341 out by Juri Linkov). Add `display-battery-mode'.
7342
7343 2005-08-09 Juri Linkov <juri@jurta.org>
7344
7345 * progmodes/compile.el (compilation-mode-font-lock-keywords):
7346 Remove `-text' from face variable names.
7347 (compilation-error-file-name, compilation-warning-file-name)
7348 (compilation-info-file-name): Delete faces.
7349 (compilation-line-number, compilation-column-number):
7350 Remove face underlining.
7351 (compilation-message-face): Set to `underline' value by default.
7352 (compilation-error-face, compilation-warning-face)
7353 (compilation-info-face): Remove `-file-name' from face names.
7354 (compilation-error-text-face, compilation-warning-text-face)
7355 (compilation-info-text-face): Delete face variables.
7356 (compilation-text-face): Delete function.
7357
7358 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
7359 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
7360 (grep-error-face): Set to `compilation-error' instead of
7361 `compilation-error-face' (which is redefined to `grep-hit-face' in
7362 grep buffers).
7363 (grep-mode-font-lock-keywords): Remove `-text' from face variable
7364 names. Use `grep-error-face' instead of `compilation-error-text-face'.
7365
7366 * dired-aux.el (dired-do-query-replace-regexp):
7367 Use `query-replace-read-args'.
7368
7369 * replace.el (query-replace-read-from, query-replace-read-to)
7370 (query-replace-read-args): Rename arg `string' to `prompt'.
7371
7372 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
7373
7374 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
7375
7376 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
7377 uploading files.
7378 (ange-ftp-canonize-filename): Handle file names beginning with ~
7379 correctly.
7380
7381 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
7382
7383 * textmodes/fill.el (canonically-space-region)
7384 (fill-context-prefix, fill-french-nobreak-p)
7385 (fill-delete-newlines, fill-comment-paragraph)
7386 (justify-current-line): "?\ " -> "?\s".
7387
7388 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
7389
7390 * textmodes/fill.el (fill-nonuniform-paragraphs):
7391 Improve argument/docstring consistency.
7392
7393 2005-08-09 Richard M. Stallman <rms@gnu.org>
7394
7395 * textmodes/ispell.el (ispell-word): More fboundp checks.
7396
7397 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
7398 (find-file-noselect-1): Call it here, only if RAWFILE.
7399 (normal-mode): Always set some major mode.
7400 (save-some-buffers-action-alist): Change some explanation strings.
7401 (file-name-non-special): In the `quote' method, use unwind-protect.
7402
7403 2005-08-09 Magnus Henoch <mange@freemail.hu>
7404
7405 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
7406 (ispell-have-aspell-dictionaries): New variable.
7407 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
7408 (ispell-get-aspell-config-value): New function.
7409 (ispell-aspell-find-dictionary): New function.
7410 (ispell-aspell-add-aliases): New function.
7411 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
7412 appropriate. Don't look for ispell dictionaries if we use aspell.
7413 (ispell-menu-map): Don't build a submenu of dictionaries.
7414
7415 2005-08-09 Richard M. Stallman <rms@gnu.org>
7416
7417 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
7418 (sql-read-passwd): Use read-passwd.
7419
7420 * progmodes/idlw-toolbar.el (idlwave-toolbar)
7421 (idlwave-toolbar-is-possible): Add defvars.
7422
7423 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
7424 Avoid warnings.
7425
7426 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
7427 (idlwave-system-class-info, idlwave-executive-commands-alist):
7428 Use defvar.
7429
7430 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
7431
7432 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
7433 Avoid warnings.
7434
7435 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
7436 and content-type: headers.
7437
7438 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
7439
7440 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
7441 and rename some of them to be more self-explanatory.
7442
7443 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
7444
7445 * startup.el (command-line-1): Implement -scriptload.
7446
7447 * replace.el (occur-engine): Initial *Occur* output not undoable.
7448
7449 * menu-bar.el (menu-bar-file-menu): Rename some menu items
7450 and improve help strings.
7451
7452 * isearch.el (isearch-repeat): When changing direction,
7453 mark search successful.
7454
7455 * ediff-init.el: Use (featurep 'xemacs).
7456
7457 * comint.el (send-invisible): Identify buffer, if not selected.
7458
7459 * align.el: Delete autoload for c-guess-basic-syntax.
7460
7461 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
7462
7463 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
7464 Improve argument/docstring consistency. Doc fixes.
7465 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
7466 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
7467 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
7468 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
7469 (r2bv-organization, r2bv-pages, r2bv-primary-author)
7470 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
7471 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
7472 Defvar at compile time.
7473
7474 2005-08-09 Juri Linkov <juri@jurta.org>
7475
7476 * info.el: Replace `info' with upper-case `Info' where appropriate.
7477 (info-title-1, info-title-2, info-title-3, info-title-4)
7478 (info-menu-header): Move up face definitions.
7479 (info-menu-star): Rename from `info-menu-5'.
7480 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
7481 (Info-fontify-visited-nodes): Fix docstring.
7482 (Info-hide-note-references): Fix docstring.
7483 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
7484 menu items in the same way as on cross-references.
7485 (info-apropos): Fix sorting order and formatting to be like in the
7486 stand-alone Info browser. Display error messages for 1 sec.
7487 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
7488 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
7489 from the menu bar.
7490 (Info-insert-dir): Restore point after calling
7491 `insert-buffer-substring'.
7492
7493 2005-08-08 Richard M. Stallman <rms@gnu.org>
7494
7495 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
7496 (recompute-lucid-menubar): Add defvars.
7497
7498 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
7499
7500 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
7501
7502 * net/net-utils.el (run-dig): Rename from `dig'.
7503
7504 * play/gametree.el (gametree-mode): Use make-local-variable,
7505 not make-variable-buffer-local.
7506
7507 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
7508
7509 * ansi-color.el (ansi-color-make-extent)
7510 (ansi-color-set-extent-face): Use fboundp, not functionp.
7511
7512 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
7513 not make-variable-buffer-local.
7514
7515 * bookmark.el (Info-current-file): Add defvar.
7516 (bookmark-jump-noselect): Use with-no-warnings.
7517
7518 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
7519
7520 * ebuff-menu.el (Helper-return-blurb): Add defvar.
7521
7522 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
7523
7524 * find-file.el (ada-procedure-start-regexp)
7525 (ada-package-start-regexp): Add defvars.
7526
7527 * info.el (Info-insert-dir): Use insert-buffer-substring.
7528
7529 * xml.el (xml-att-def-re): Add defvar.
7530
7531 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
7532 calling convention.
7533
7534 * subr.el (while-no-input): Return t if there is input.
7535
7536 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
7537
7538 * cus-start.el (all): Add `overflow-newline-into-fringe'.
7539
7540 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
7541
7542 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
7543 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
7544
7545 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
7546
7547 * cmuscheme.el (scheme-start-file): Replace reference to
7548 `user-emacs-directory' by "~/.emacs.d/".
7549
7550 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
7551
7552 * info.el (Info-dir-remove-duplicates): Avoid case folding
7553 in loop; instead, keep downcased strings for comparison.
7554 Suggested by Helmut Eller.
7555
7556 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
7557
7558 Sync with Tramp 2.0.50.
7559
7560 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
7561 XEmacs case; not necessary anymore.
7562 (tramp-user-regexp): Allow "@" as part of user name.
7563 (tramp-handle-set-visited-file-modtime)
7564 (tramp-handle-insert-file-contents)
7565 (tramp-handle-write-region): No special handling for
7566 `last-coding-system-used, because this is done in
7567 `tramp-accept-process-output' now.
7568 (tramp-accept-process-output): New defun.
7569 (tramp-process-one-action, tramp-process-one-multi-action)
7570 (tramp-wait-for-regexp, tramp-wait-for-output)
7571 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
7572 Howells <dhowells@redhat.com>.
7573 (clear-visited-file-modtime): Defadvice removed. The check for
7574 unset buffer's modtime does not need to be based on
7575 `tramp-buffer-file-attributes'. Suggested by RMS.
7576 (tramp-message): Insert "\n" if not being at beginning of line.
7577 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
7578 sequence with same logic.
7579 (tramp-completion-handle-expand-file-name): Discard call of
7580 `tramp-drop-volume-letter'. It is not necessary, and there have
7581 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
7582 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
7583 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
7584 should always be visible.
7585 (tramp-handle-insert-directory, tramp-setup-complete)
7586 (tramp-set-process-query-on-exit-flag)
7587 (tramp-append-tramp-buffers): Pacify byte-compiler.
7588 (tramp-bug): Delete non-existing variables from list.
7589 Apply `tramp-load-report-modules' as pre-hook.
7590 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
7591 `shell-prompt-pattern' because of non-7bit characters.
7592 Reported by Sebastian Luque <sluque@mun.ca>.
7593 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
7594 (tramp-match-string-list): Remove function.
7595 (tramp-wait-for-regexp): Remove call of that function.
7596 Suggested by Kim F. Storm <storm@cua.dk>.
7597 (tramp-set-auto-save-file-modes): Use octal integer code #o600
7598 instead of octal character code ?\600. The latter resulted in a
7599 syntax error with XEmacs.
7600
7601 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
7602 XEmacs case; not necessary anymore.
7603 (tramp-smb-handle-write-region): No special handling for
7604 `last-coding-system-used, because this is done in
7605 `tramp-accept-process-output' now.
7606 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
7607
7608 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
7609
7610 * wid-edit.el (widget-choice-value-create):
7611 Unconditionally respect user choice. Set :explicit-choice back to nil
7612 when no longer needed.
7613 (widget-choice-action): Unconditionally respect user choice.
7614 Eliminate :explicit-choice-value.
7615
7616 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
7617
7618 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
7619 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
7620 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
7621 running new function `toggle-indicate-empty-lines'.
7622 Rename "Customize" item to "Customize fringe".
7623 Rename "Indicators" item to "Buffer boundaries" and change help echo.
7624 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
7625 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
7626 Delete "Empty lines only" item.
7627 (menu-bar-showhide-fringe-ind-customize): New function.
7628 (menu-bar-showhide-fringe-ind-mixed)
7629 (menu-bar-showhide-fringe-ind-box)
7630 (menu-bar-showhide-fringe-ind-right)
7631 (menu-bar-showhide-fringe-ind-left)
7632 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
7633 instead of `fringe-indicators'.
7634
7635 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
7636
7637 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
7638 Change the date of last update.
7639
7640 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
7641
7642 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
7643 (viper-exec-yank, viper-put-back): Don't display modification msg
7644 if in the minibuffer.
7645
7646 * viper-init.el (viper-replace-overlay-cursor-color)
7647 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
7648 Make variables frame local.
7649
7650 * viper-util.el (viper-append-filter-alist): Use append instead of
7651 nconc.
7652
7653 * viper.el (viper-vi-state-mode-list)
7654 (viper-emacs-state-mode-list): Move help-mode and
7655 completion-list-mode from the first list to the second.
7656 (viper-mode): Docstring.
7657 (viper-go-away, viper-non-hook-settings): Don't localize
7658 minor-mode-alist in newer Emacsen. Add advice to
7659 set-cursor-color. Don't bind "\C-c\\".
7660
7661 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
7662
7663 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
7664 (scheme-macro-expand-command): New user options.
7665 (scheme-trace-procedure, scheme-expand-current-form): New commands.
7666 (scheme-form-at-point, scheme-start-file)
7667 (scheme-interactively-start-process): New functions.
7668 (scheme-get-process): New function, extracted from `scheme-proc'.
7669 (run-scheme): Call `scheme-start-file' to get start file, and pass
7670 it to `make-comint'.
7671 (switch-to-scheme, scheme-proc):
7672 Call `scheme-interactively-start-process' if no Scheme buffer/process
7673 is available.
7674
7675 2005-08-06 Juri Linkov <juri@jurta.org>
7676
7677 * progmodes/compile.el (compilation-mode-font-lock-keywords):
7678 Use `compilation-text-face', `compilation-info-text-face' and
7679 `compilation-error-text-face' instead of `font-lock-keyword-face'.
7680 (compilation-error): New face.
7681 (compilation-error-file-name): Inherit from
7682 `compilation-error' instead of `font-lock-warning-face'.
7683 (compilation-warning-file-name): Inherit from
7684 `compilation-warning' instead of `font-lock-warning-face'.
7685 (compilation-info, compilation-error-file-name)
7686 (compilation-warning-file-name, compilation-info-file-name)
7687 (compilation-line-number, compilation-column-number): Doc fix.
7688 (compilation-error-text-face, compilation-warning-text-face)
7689 (compilation-info-text-face): New face variables.
7690 (compilation-line-face, compilation-column-face)
7691 (compilation-enter-directory-face)
7692 (compilation-leave-directory-face): Doc fix.
7693 (compilation-text-face): New function.
7694
7695 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
7696 instead of 1 to display binary file names as info file links.
7697 (grep-error-face): Use `compilation-error-face' instead of
7698 `font-lock-keyword-face'.
7699 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
7700 and `compilation-warning-text-face' instead of
7701 `font-lock-keyword-face'. Use `compilation-error-text-face'
7702 instead of `grep-error-face'.
7703
7704 2005-08-05 Kenichi Handa <handa@m17n.org>
7705
7706 * international/code-pages.el: Add autoload cookies for all coding
7707 systems.
7708
7709 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
7710
7711 * cus-start.el (all): Put undo.c where it alphabetically belongs.
7712
7713 2005-08-04 Juri Linkov <juri@jurta.org>
7714
7715 * progmodes/compile.el (compilation-mode-map):
7716 * progmodes/grep.el (grep-mode-map):
7717 Bind TAB to `compilation-next-error' and [backtab] to
7718 `compilation-previous-error'.
7719
7720 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
7721 matching line numbers, column numbers and their ranges with regexp
7722 matching only line numbers.
7723 (grep-context-face): New face variable.
7724 (grep-mode-font-lock-keywords): Use it.
7725
7726 * faces.el (read-face-name): Delete duplicate faces.
7727
7728 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
7729
7730 * thumbs.el (thumbs-find-image): Don't make variables
7731 automatically buffer local.
7732 (thumbs-current-tmp-filename, thumbs-current-image-filename)
7733 (thumbs-image-num): Make automatically buffer local.
7734 (thumbs-show-thumbs-list): Use `make-local-variable', not
7735 `make-variable-buffer-local'.
7736 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
7737
7738 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
7739 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
7740 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
7741 (bother, bye, canyou, chatlst, continue, deathlst, describe)
7742 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
7743 (feelings-about, foullst, found, hello, history, howareyoulst)
7744 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
7745 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
7746 (neglst, obj, object, owner, please, problems, qlist)
7747 (random-adjective, relation, remlst, repetitive-shortness)
7748 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
7749 (shortlst, something, sportslst, stallmanlst, states, subj)
7750 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
7751 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
7752 Defvar at compile time.
7753
7754 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
7755 not `make-variable-buffer-local'.
7756
7757 2005-08-02 Kim F. Storm <storm@cua.dk>
7758
7759 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
7760 rectangle overlay in selected window.
7761
7762 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
7763
7764 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
7765 instead of display group. Make `indicate-buffer-boundaries'
7766 customizable through Custom.
7767
7768 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
7769
7770 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
7771 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
7772 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
7773 (gdb-put-string): Fix typos in docstrings.
7774
7775 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
7776
7777 Update copyright notices of files in progmodes directory for
7778 release of Emacs 22.1.
7779
7780 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
7781
7782 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
7783 Don't barf if the GUD buffer has been killed.
7784
7785 2005-08-01 Kim F. Storm <storm@cua.dk>
7786
7787 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
7788
7789 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
7790
7791 * simple.el (next-error-follow-minor-mode):
7792 make-variable-buffer-local -> make-local-variable.
7793
7794 * emacs-lisp/cl-extra.el: Require CL also when compiling.
7795
7796 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
7797 (byte-compile-form-make-variable-buffer-local): New functions to warn
7798 about misuses of make-variable-buffer-local where make-local-variable
7799 was meant.
7800
7801 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
7802
7803 * bs.el (bs-attributes-list): Doc fix.
7804 (bs): Update url-link.
7805
7806 * desktop.el (desktop-save-buffer): Fix typos in docstring.
7807 (desktop-load-default): Simplify.
7808
7809 * ibuffer.el (ibuffer-columnize-and-insert-list)
7810 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
7811 (ibuffer-unmark-all, ibuffer-toggle-marks)
7812 (ibuffer-unmark-forward, ibuffer-unmark-backward)
7813 (ibuffer-compile-make-format-form, ibuffer-format-column)
7814 (ibuffer-current-buffers-with-marks)
7815 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
7816 (ibuffer): Doc fix.
7817 (ibuffer-mode): Fix typo in docstring.
7818 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
7819 with `define-obsolete-variable-alias'.
7820 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
7821
7822 2005-07-29 Kenichi Handa <handa@m17n.org>
7823
7824 * international/mule-cmds.el (select-message-coding-system):
7825 Be sure to use LF for end-of-line. If no coding system is decided,
7826 return iso-8859-1-unix.
7827
7828 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
7829
7830 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
7831 (ange-ftp-pending-error-line): New vars.
7832 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
7833 to handle the non-fatal no-route-to-host messages.
7834 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
7835
7836 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
7837
7838 * isearch.el (isearch-mode-map, isearch-other-meta-char)
7839 (isearch-quote-char, isearch-printing-char)
7840 (isearch-text-char-description): "?\ " -> "?\s".
7841 (isearch-lazy-highlight-cleanup)
7842 (isearch-lazy-highlight-initial-delay)
7843 (isearch-lazy-highlight-interval)
7844 (isearch-lazy-highlight-max-at-a-time)
7845 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
7846 Declare with define-obsolete-*-alias macros.
7847 (isearch-forward): Fix typo in docstring.
7848 (search-invisible, search-ring-yank-pointer)
7849 (regexp-search-ring-yank-pointer): Doc fixes.
7850
7851 * recentf.el (recentf-menu-append-commands-p): Declare with
7852 `define-obsolete-variable-alias'.
7853 (recentf-max-saved-items, recentf-menu-filter)
7854 (recentf-arrange-by-rule-subfilter): Doc fixes.
7855 (recentf-menu-append-commands-flag)
7856 (recentf-initialize-file-name-history, recentf-expand-file-name)
7857 (recentf-clear-data): Fix typos in docstrings.
7858
7859 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
7860
7861 * progmodes/gdb-ui.el: Smarten comments.
7862 (gdb-info-breakpoints-custom): Use nowarn when finding file.
7863
7864 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
7865
7866 * term/apollo.el (terminal-init-apollo): New function containing
7867 all former top level forms in the file.
7868 * term/bobcat.el (terminal-init-bobcat):
7869 * term/cygwin.el (terminal-init-cygwin):
7870 * term/iris-ansi.el (terminal-init-iris-ansi):
7871 * term/linux.el (terminal-init-linux):
7872 * term/news.el (terminal-init-news):
7873 * term/rxvt.el (terminal-init-rxvt):
7874 * term/sun.el (terminal-init-sun):
7875 * term/tvi970.el (terminal-init-tvi970):
7876 * term/vt100.el (terminal-init-vt100):
7877 * term/vt102.el (terminal-init-vt102):
7878 * term/vt125.el (terminal-init-vt125):
7879 * term/vt200.el (terminal-init-vt200):
7880 * term/vt201.el (terminal-init-vt201):
7881 * term/vt220.el (terminal-init-vt220):
7882 * term/vt240.el (terminal-init-vt240):
7883 * term/vt300.el (terminal-init-vt300):
7884 * term/vt320.el (terminal-init-vt320):
7885 * term/vt400.el (terminal-init-vt400):
7886 * term/vt420.el (terminal-init-vt420):
7887 * term/wyse50.el (terminal-init-wyse50):
7888 * term/xterm.el (terminal-init-xterm): Likewise.
7889
7890 * term/README: Describe the terminal-init-* functionality.
7891
7892 * startup.el (command-line): After loading the terminal initialization
7893 file call the corresponding terminal initialization function.
7894
7895 2005-07-27 Kenichi Handa <handa@m17n.org>
7896
7897 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
7898 negative.
7899
7900 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
7901 (ps-mule-composition-prologue): Fix for the case that
7902 RelativeCompose is false.
7903
7904 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
7905
7906 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
7907
7908 * descr-text.el (describe-char): Handle the case where the list of
7909 chars is displayed in a separate frame.
7910 Be a bit more discriminating when looking for the char.
7911
7912 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
7913
7914 * bookmark.el (bookmark-automatically-show-annotations)
7915 (bookmark-read-annotation-text-func): Doc fixes.
7916 (bookmark-save): Improve argument/docstring consistency.
7917 (bookmark-get-bookmark, bookmark-get-bookmark-record)
7918 (bookmark-alist-from-buffer)
7919 (bookmark-upgrade-file-format-from-0)
7920 (bookmark-grok-file-format-version)
7921 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
7922 (bookmark-read-annotation-mode)
7923 (bookmark-insert-current-bookmark, bookmark-jump)
7924 (bookmark-exit-hook): Fix typos in docstrings.
7925 (bookmark-exit-hooks): Define as obsolete alias.
7926 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
7927 not `bookmark-exit-hooks'. Fix docstring.
7928 (bookmark-bmenu-select): "?\ " -> "?\s".
7929
7930 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
7931
7932 * startup.el (command-line): Fix typo.
7933
7934 2005-07-24 Richard M. Stallman <rms@gnu.org>
7935
7936 * tooltip.el (tooltip-mode): Test emacs-basic-display,
7937 not emacs-quick-startup.
7938
7939 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
7940
7941 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
7942 (reb-next-match, reb-show-subexp): Use `with-selected-window'
7943 instead of `reb-with-current-window'.
7944 (reb-prev-match): Likewise. Also, don't move left if the search
7945 was unsuccessful.
7946 (reb-initialize-buffer): New function.
7947 (re-builder, reb-change-syntax): Use it.
7948
7949 * man.el (Man-goto-page): Make second argument NOERROR optional.
7950
7951 2005-07-23 Richard M. Stallman <rms@gnu.org>
7952
7953 * man.el (Man-bgproc-sentinel): Check here for failure to find
7954 any man page in the output, and report the error here.
7955 (Man-arguments): Make it permanent local.
7956 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
7957 (Man-mode): Pass t for NOERROR.
7958
7959 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
7960 (grep-mode-font-lock-keywords):
7961 Don't use compilation-...-face for messages that are not file names.
7962
7963 * progmodes/compile.el (compilation-mode-font-lock-keywords):
7964 Don't use compilation-...-face for messages that are not file names.
7965
7966 2005-07-22 Juri Linkov <juri@jurta.org>
7967
7968 * startup.el (normal-splash-screen): Update menu name.
7969
7970 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
7971
7972 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
7973
7974 * term/xterm.el: Load term/rxvt if the terminal is actually an
7975 rxvt terminal.
7976 (xterm-rxvt-set-background-mode): Remove, not used anymore.
7977
7978 * term/rxvt.el (function-key-map): Use substitute-key-definition
7979 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
7980
7981 * term/cygwin.el: New file.
7982
7983 2005-07-22 Kim F. Storm <storm@cua.dk>
7984
7985 * image-file.el (insert-image-file, image-file-yank-handler):
7986 Fix last change to maintain a (unique) yank-handler on yanked images.
7987
7988 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
7989
7990 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
7991 of the file size (as in "177B" for 177 bytes). This happens with
7992 "ls -lh" on FreeBSD.
7993
7994 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
7995
7996 * hilit-chg.el (highlight-changes-global-initial-state)
7997 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
7998 (hilit-chg-fixup, highlight-changes-mode):
7999 Fix typos in docstrings.
8000 (highlight-changes-global-modes, highlight-changes-rotate-faces):
8001 Doc fixes.
8002
8003 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
8004
8005 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
8006 mode function using `eval-after-load'.
8007
8008 2005-07-21 Kim F. Storm <storm@cua.dk>
8009
8010 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
8011 included when reporting an emacs crash, and tell about the DEBUG file.
8012
8013 * image-file.el (insert-image-file): Add yank-handler.
8014 (image-file-yank-handler): Yank handler to make unique copies of
8015 images when they are yanked into a buffer next to each other.
8016
8017 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
8018
8019 * comint.el (comint-use-prompt-regexp, comint-send-input)
8020 (comint-source-default, comint-extract-string)
8021 (comint-get-source, comint-word, comint-completion)
8022 (comint-source, comint-prompt-read-only, comint-update-fence):
8023 Fix typos in docstrings.
8024 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
8025 Declare with define-obsolete-*-alias macros.
8026 (comint-previous-matching-input-from-input)
8027 (comint-next-matching-input-from-input)
8028 (comint-previous-matching-input, comint-next-matching-input)
8029 (comint-forward-matching-input):
8030 Improve argument/docstring consistency.
8031
8032 * desktop.el (desktop-clear-preserve-buffers-regexp):
8033 Also preserve the *server* buffer.
8034
8035 * simple.el (clone-indirect-buffer): Doc fix.
8036 (fixup-whitespace, just-one-space)
8037 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
8038 (next-error, next-error-highlight)
8039 (next-error-highlight-no-select, next-error-last-buffer)
8040 (next-error-buffer-p, next-error-find-buffer, next-error)
8041 (previous-error, next-error-no-select, previous-error-no-select)
8042 (open-line, split-line, minibuffer-prompt-width, kill-new)
8043 (binary-overwrite-mode): Fix typos in docstrings.
8044 (set-fill-column): Fix typo in message.
8045
8046 * skeleton.el (skeleton-proxy-new): Doc fix.
8047
8048 * strokes.el (strokes-load-hook): Doc fix.
8049 (strokes-grid-resolution, strokes-get-grid-position)
8050 (strokes-renormalize-to-grid, strokes-read-stroke)
8051 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
8052 (strokes-global-map): Fix typos in docstrings.
8053 (strokes-help): Doc fix. Fix help message and pass it through
8054 `substitute-command-keys'.
8055
8056 * tempo.el (tempo-insert-prompt, tempo-interactive)
8057 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
8058 (tempo-insert-string-functions, tempo-local-tags)
8059 (tempo-define-template, tempo-insert-template)
8060 (tempo-insert-prompt-compat, tempo-is-user-element)
8061 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
8062 Fix typos in docstrings.
8063
8064 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
8065 (vcursor-key-bindings, vcursor-use-vcursor-map)
8066 (vcursor-find-window, vcursor-scroll-down)
8067 (vcursor-disable, vcursor-beginning-of-buffer)
8068 (vcursor-end-of-buffer): Fix typos in docstrings.
8069 (vcursor-relative-move, vcursor-get-char-count):
8070 Improve argument/docstring consistency.
8071
8072 * version.el: "?\ " -> "?\s".
8073
8074 * wid-edit.el (widget-default-create, widget-after-change)
8075 (widget-default-format-handler, widget-checklist-add-item)
8076 (widget-radio-add-item, widget-choose, widget-specify-secret)
8077 (widget-field-value-create, widget-field-value-get)
8078 (widget-editable-list-format-handler)
8079 (widget-editable-list-entry-create, widget-group-value-create)
8080 (widget-documentation-link-add)
8081 (widget-documentation-string-value-create): "?\ " -> "?\s".
8082 (widget-convert-text): Doc fix.
8083 (widget-narrow-to-field, widget-field-find)
8084 (widget-url-link-action, widget-emacs-library-link-action)
8085 (widget-color-notify): Fix typos in docstrings.
8086
8087 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
8088 (x-select-text, set-w32-system-coding-system)
8089 (w32-add-charset-info): Fix typos in docstrings.
8090
8091 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
8092 (cua-enable-cua-keys, cua-use-hyper-key)
8093 (cua-virtual-rectangle-edges): Fix typos in docstrings.
8094 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
8095
8096 * net/tramp.el (tramp-handle-load): Fix typo in error message.
8097
8098 * emacs-lisp/re-builder.el (regexp-builder): Declare with
8099 `defalias' instead of faking it.
8100
8101 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
8102 (eshell-ls-missing, eshell-ls-dired-initial-args)
8103 (eshell-ls-use-in-dired): Fix typos in docstrings.
8104
8105 2005-07-20 Kim F. Storm <storm@cua.dk>
8106
8107 * emulation/cua-base.el (cua-mode): Improve doc string.
8108
8109 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
8110
8111 * abbrev.el (expand-region-abbrevs): Doc fix.
8112 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
8113 Improve argument/docstring consistency.
8114
8115 * arc-mode.el (archive-get-descr, archive-alternate-display):
8116 Doc fixes.
8117 (archive-l-e): Improve argument/docstring consistency.
8118 (archive-tmpdir, archive-unixdate, archive-unixtime)
8119 (archive-chmod-entry): Fix typos in docstrings.
8120 (archive-unflag, archive-unflag-backwards)
8121 (archive-unmark-all-files): "?\ " -> "?\s".
8122
8123 * buff-menu.el (Buffer-menu-unmark): Doc fix.
8124 (Buffer-menu-not-modified, Buffer-menu-execute)
8125 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
8126 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
8127
8128 * composite.el (compose-string, encode-composition-rule)
8129 (compose-last-chars): Fix typos in docstrings.
8130
8131 * desktop.el (desktop-enable, desktop-basefilename):
8132 Declare with `define-obsolete-variable-alias'.
8133 (desktop-internal-v2s): Don't quote keywords.
8134 (desktop-clear): "?\ " -> "?\s".
8135
8136 * dired.el (dired-align-file, dired-flag-backup-files)
8137 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
8138 (dired-listing-switches, dired-ls-F-marks-symlinks)
8139 (dired-dwim-target, dired-load-hook, dired-mode-hook)
8140 (dired-directory, dired-faces, dired, dired-revert)
8141 (dired-mode, dired-summary, dired-view-file)
8142 (dired-copy-filename-as-kill, dired-delete-file)
8143 (dired-no-confirm, dired-unmark-all-marks)
8144 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
8145 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
8146 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
8147 Fix typos in message strings.
8148
8149 * dired-x.el (virtual-dired): Declare with `defalias'.
8150 (dired-mark-unmarked-files, dired-local-variables-file)
8151 (dired-omit-here-always): Doc fix.
8152 (dired-omit-mode, dired-find-subdir)
8153 (dired-enable-local-variables, dired-clean-up-buffers-too)
8154 (dired-extra-startup, dired-mark-extension, dired-jump)
8155 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
8156 (dired-smart-shell-command, dired-guess-shell-alist-user)
8157 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
8158 (dired-x-bind-find-file, dired-x-submit-report):
8159 Fix typos in docstrings.
8160 (dired-mark-unmarked-files): "?\ " -> "?\s".
8161
8162 * dirtrack.el (dirtrack-list): Fix typos in docstring.
8163
8164 * faces.el (describe-face): "?\ " -> "?\s".
8165 (read-all-face-attributes, read-face-font, modify-face)
8166 (face-attr-construct, italic): Fix typos in docstrings.
8167 (frame-update-face-colors): Declare with
8168 `define-obsolete-function-alias'.
8169
8170 * files.el (find-file-noselect, recode-file-name): Doc fixes.
8171 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
8172 (magic-mode-alist, buffer-file-numbers-unique)
8173 (write-file-functions, get-free-disk-space):
8174 Fix typos in docstrings.
8175 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
8176 (write-contents-hooks, write-file-hooks):
8177 Declare with `define-obsolete-variable-alias'.
8178
8179 * forms-d2.el (arch-rj): Fix typo in docstrings.
8180 (arch-tocol): Likewise. "?\ " -> "?\s".
8181
8182 * frame.el (set-frame-font, cursor-in-non-selected-windows):
8183 Fix typo in docstring.
8184 (set-screen-width, set-screen-height): Delete redundant info in
8185 doctrings.
8186 (new-frame, screen-height, screen-width): Declare with
8187 `define-obsolete-function-alias'.
8188 (delete-frame-hook, blink-cursor): Declare with
8189 `define-obsolete-variable-alias'.
8190
8191 * paths.el (prune-directory-list): Fix typos in docstring.
8192
8193 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
8194 (cvs-prefix-get): Fix typos in docstrings.
8195
8196 * ps-print.el (ps-extend-face-list, ps-extend-face)
8197 (ps-print-background-image): Fix typos in docstrings.
8198 (ps-default-fg, ps-default-bg): Doc fixes.
8199
8200 * s-region.el (s-region-bind): Doc fix.
8201 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
8202
8203 * textmodes/org.el (org-table-formula-substitute-names)
8204 (org-table-get-vertical-vector): Doc fixes.
8205 (org-table-recalculate): Remove unused argument to `message'.
8206
8207 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
8208
8209 * textmodes/org.el (org-table-column-names)
8210 (org-table-column-name-regexp)
8211 (org-table-named-field-locations): New variables.
8212 (org-archive-subtree): Protect `this-command' when calling
8213 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
8214 the kill buffer.
8215 (org-complete): Remove fixed-formula completion.
8216 (org-edit-formulas-map): New variable.
8217 (org-table-edit-formulas): New command.
8218 (org-finish-edit-formulas, org-abort-edit-formulas)
8219 (org-show-variable, org-table-get-vertical-vector): New functions.
8220 (org-table-maybe-eval-formula): Handle `:=' fields.
8221 (org-table-get-stored-formulas, org-table-store-formulas)
8222 (org-table-get-formula, org-table-modify-formulas)
8223 (org-table-replace-in-formulas): Handle named field formulas.
8224 (org-table-get-specials): Store locations of named fields.
8225
8226 2005-07-19 Juri Linkov <juri@jurta.org>
8227
8228 * progmodes/grep.el (grep-regexp-alist)
8229 (grep-mode-font-lock-keywords, grep-process-setup):
8230 Use default GNU grep match color "01;31m" instead of "01;41m".
8231 (grep-regexp-alist, grep-mode-font-lock-keywords):
8232 Use `\\[[0-9]*m' instead of `\\[00m'.
8233 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
8234 sgr_start where its handling is more important. Use the real
8235 length of sgr_start instead of constant 8.
8236 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
8237 specially. Delete all remaining escape sequences.
8238 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
8239 (grep-regexp-alist): Make hyperlink only for binary file name
8240 instead of the whole line.
8241 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
8242 (grep-mode): Add autoload.
8243
8244 * emacs-lisp/find-func.el (find-function-regexp):
8245 Add `define-compilation-mode'.
8246
8247 2005-07-19 Juri Linkov <juri@jurta.org>
8248
8249 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
8250 (compare-windows-sync-string-size, compare-windows-recenter)
8251 (compare-windows-highlight, compare-windows): Add version 22.1.
8252 (compare-windows) <defface>: Inherit from lazy-highlight instead
8253 of duplicating its default value.
8254
8255 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
8256 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
8257
8258 * descr-text.el (describe-char): Create link buttons for `charset'
8259 and `code point'. Add the current input method name with a link
8260 button to `to input' field. Print face names of display table
8261 characters in `The display table entry is displayed by' section
8262 instead of printing face-id in the `display' field.
8263 Guess hardcoded faces and create a link button for them.
8264 Skip empty fields when calculating max-width.
8265 Treat `widget-create' specially while inserting strings from the
8266 collected field list.
8267 (describe-char-after): Made obsolete in version 22.1, not 21.5.
8268
8269 * diff-mode.el (diff-file-header): Change foreground color from
8270 yellow to green on light backgrounds.
8271 (diff-context): Inherit from `shadow' only for color/grayscale
8272 with more than 88 colors.
8273 (diff-indicator-removed, diff-indicator-added)
8274 (diff-indicator-changed): New faces.
8275 (diff-font-lock-keywords): Use new faces. Regroup rules.
8276 Add "^---$" for `normal' diff format. Fontify `#' lines with
8277 font-lock-comment-delimiter-face and font-lock-comment-face.
8278 Add `#' to ^[^...] in the rule for `diff-context-face'.
8279
8280 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
8281 a button-like box. Inherit from `highlight' on low colors.
8282 (shadow): Use shades of gray only for color/grayscale with
8283 more than 88 colors. Use green for light backgrounds with
8284 8 colors, and yellow for dark backgrounds with 8 colors.
8285
8286 * font-lock.el (font-lock-regexp-grouping-backslash):
8287 Don't inherit from escape-glyph (use bold for all cases).
8288
8289 * info.el (info-xref-visited): Use light foreground color `violet'
8290 for dark backgrounds instead of dark color `magenta3'.
8291 (info-title-1): Use `yellow' color for dark backgrounds.
8292
8293 * isearch.el (isearch): Use not-too-dark magenta3 instead of
8294 too-light magenta2.
8295
8296 * replace.el (match): Use slightly more light RoyalBlue3 instead
8297 of dark RoyalBlue4.
8298
8299 * wid-edit.el (widget-inactive): Inherit from `shadow'.
8300
8301 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
8302
8303 * novice.el (disabled-command-hook): Declare it with
8304 `define-obsolete-variable-alias'.
8305
8306 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
8307 (desktop-buffer-misc-functions, desktop-buffer-handlers)
8308 (desktop-load-default): Add release to obsolescence info.
8309 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
8310 (desktop-append-buffer-args, desktop-read):
8311 Fix typos in docstrings.
8312 (desktop-kill): Fix typo in message.
8313 (desktop-save): Doc fix.
8314
8315 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
8316
8317 * viper-cmd.el (viper-escape-to-state): Bug fix.
8318 (viper-envelop-ESC-key): Change the definition of fast
8319 keysequence so it'll work with keyboard macros.
8320
8321 * ediff.el (ediff-patch-buffer): Change the docstring.
8322
8323 2005-07-19 Kenichi Handa <handa@m17n.org>
8324
8325 * international/mule-cmds.el (select-safe-coding-system): Try to
8326 use an auto-coding (if any) before anything else. If the found
8327 auto-coding is invalid, show a warning message.
8328
8329 * international/mule.el (find-auto-coding): New function created
8330 by modifying the body of set-auto-coding.
8331 (set-auto-coding): Use find-auto-coding to find a coding.
8332
8333 2005-07-18 Richard M. Stallman <rms@gnu.org>
8334
8335 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
8336 not isearch-mode-end-hook-error.
8337 (allout-before-change-protect): Fix error message.
8338
8339 2005-07-18 Juri Linkov <juri@jurta.org>
8340
8341 * allout.el (allout-mode):
8342 * calculator.el (calculator-copy):
8343 * custom.el (custom-known-themes):
8344 * dired.el (dired-desktop-buffer-misc-data)
8345 (dired-restore-desktop-buffer):
8346 * dired-x.el (dired-omit-marker-char):
8347 * files.el (basic-save-buffer):
8348 * font-core.el (font-lock-mode):
8349 * calendar/calendar.el (calendar-goto-hebrew-date)
8350 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
8351 (calendar-goto-persian-date):
8352 * language/ethio-util.el (ethio-sera-to-fidel-region):
8353 * textmodes/picture.el (picture-mode):
8354 Delete duplicate duplicate words.
8355
8356 2005-07-18 Juri Linkov <juri@jurta.org>
8357
8358 * isearch.el (isearch-mode-map): Remove key bindings for regexp
8359 chars * ? } |.
8360 (isearch-fallback): Don't call `isearch-process-search-char'.
8361 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
8362 (isearch-process-search-char): Call `isearch-fallback' for regexp
8363 chars * ? } |.
8364 (isearch-return-char): Make obsolete with `make-obsolete' instead
8365 of simply documenting it as obsolete in the docstring.
8366 (isearch-fallback): Refill docstring.
8367
8368 * international/isearch-x.el
8369 (isearch-process-search-multibyte-characters): Remove unneeded
8370 `concat'. Add intermediate values to `junk-hist' instead of
8371 `minibuffer-history'. Test the length of `str'.
8372
8373 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
8374
8375 * allout.el (allout-resolve-xref): Fix typos in error strings.
8376 (allout-before-change-protect): Remove unneeded `concat'.
8377
8378 * array.el (array-mode, array-reconfigure-rows)
8379 (untabify-backward): Fix typos in docstrings.
8380 (array-reconfigure-rows): Use `insert-buffer-substring', not
8381 `insert-buffer'.
8382
8383 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
8384 * progmodes/ada-mode.el (ada-make-body):
8385 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
8386
8387 * dired.el (dired-log):
8388 * tar-mode.el (tar-subfile-save-buffer):
8389 * play/zone.el (zone-pgm-stress-destress):
8390 Use `insert-buffer-substring', not `insert-buffer'.
8391
8392 2005-07-17 Simon Josefsson <jas@extundo.com>
8393
8394 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
8395
8396 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
8397
8398 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
8399 Add plain auth method.
8400 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
8401
8402 2005-07-17 Kim F. Storm <storm@cua.dk>
8403
8404 * ido.el (dired-other-window): Add ido property.
8405
8406 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
8407
8408 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
8409 Fix typo in docstring.
8410 (byte-compile-interactive-only-functions): Add `insert-buffer' and
8411 `insert-file-literally'.
8412
8413 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
8414 info and delete redundant message. Doc fix.
8415 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
8416 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
8417
8418 2005-07-16 Richard M. Stallman <rms@gnu.org>
8419
8420 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
8421 (byte-compile-and): Use byte-compile-and-recursion.
8422 (byte-compile-or-recursion): New function.
8423 (byte-compile-or): Use that.
8424 (byte-compile-if): Guard the else-clause too.
8425 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
8426
8427 * isearch.el (isearch-mode-end-hook-quit): New variable.
8428 (isearch-done): Bind it.
8429 (isearch-mode-end-hook): Doc fix.
8430
8431 * allout.el (allout-isearch-did-quit): Variable deleted.
8432 (allout-real-isearch-abort): Function name no longer used.
8433 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
8434 (allout-isearch-rectification): isearch-mode always exists.
8435 Don't set allout-isearch-did-quit.
8436 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
8437 allout-isearch-did-quit.
8438 (allout-enwrap-isearch): Just add the hook.
8439 (allout-isearch-abort): Function deleted.
8440 (allout-pre-command-business): Avoid warning.
8441
8442 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
8443 Correctly avoid warnings.
8444 (pascal-outline): Likewise.
8445
8446 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
8447
8448 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
8449
8450 * play/tetris.el (tetris-mode): Avoid warning.
8451
8452 * play/snake.el (snake-mode): Avoid warning.
8453
8454 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
8455 (gamegrid-set-display-table): Avoid warning.
8456 (gamegrid-set-timer): Likewise.
8457 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
8458 (gamegrid-add-score-with-update-game-score-1): Take FILE
8459 as argument.
8460 (gamegrid-add-score-with-update-game-score): Pass that argument.
8461 Rename have-shared-game-dir to gamegrid-shared-game-dir.
8462
8463 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
8464
8465 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
8466 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
8467
8468 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
8469 and insert-file.
8470
8471 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
8472 (sc-ask): Avoid warnings.
8473
8474 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
8475 (eshell-hist-initialize): Use that var the natural way.
8476
8477 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
8478
8479 * emacs-lisp/re-builder.el (reb-cook-regexp):
8480 Avoid warning calling lre-compile-string.
8481 (reb-color-display-p): Avoid warning.
8482
8483 * calculator.el (calculator-last-input): Guard uses
8484 of event-key and key-press-event-p.
8485 (event-key, key-press-event-p): Delete definitions.
8486
8487 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
8488 (find-gc-source-directory, find-gc-subrs-callers)
8489 (find-gc-noreturn-list, find-gc-source-files)
8490 (find-gc-subrs-called): Vars renamed and defvar'd.
8491
8492 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
8493 (checkdoc-overlay-put, checkdoc-delete-overlay)
8494 (checkdoc-overlay-start, checkdoc-overlay-end)
8495 (checkdoc-mode-line-update, checkdoc-char=):
8496 Define such that compiler knows they are defined.
8497 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
8498 (checkdoc-read-event): Delete. Use read-event directly.
8499
8500 * whitespace.el (whitespace-make-overlay)
8501 (whitespace-overlay-put, whitespace-delete-overlay)
8502 (whitespace-overlay-start, whitespace-overlay-end):
8503 Define such that compiler knows they are defined.
8504 (whitespace): Move conditional inside.
8505
8506 * tempo.el (tempo-insert-template): Suppress warning.
8507
8508 * ediff-diff.el (longlines-mode): Add defvar.
8509
8510 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
8511
8512 * server.el: Bind "C-x #" in a way that works even if C-x is
8513 redefined to a command key, not a prefix key.
8514
8515 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
8516
8517 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
8518 cl-make-type-test till execution time.
8519
8520 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
8521
8522 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
8523 arg ARG and use it.
8524
8525 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
8526
8527 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
8528
8529 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
8530
8531 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
8532 a defcustom with two :set or :type keywords.
8533
8534 2005-07-15 Richard M. Stallman <rms@gnu.org>
8535
8536 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
8537 Don't give ^M comment-end syntax.
8538
8539 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
8540
8541 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
8542 Don't consider gdbmi (gdb-mi.el has its own update functions).
8543 (gdb-var-delete): Make it work for gdbmi as well.
8544 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
8545
8546 * progmodes/gud.el (etags, sdb): Only require etags when needed.
8547 (gud-speedbar-menu-items): Correct logic for enabling items.
8548
8549 2005-07-15 Kim F. Storm <storm@cua.dk>
8550
8551 * ido.el: Fix commentary.
8552 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
8553 Use with-no-warnings around ffap-guesser.
8554 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
8555 Let bind minibuffer-completing-file-name to t.
8556
8557 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
8558
8559 * startup.el (site-run-file, keyboard-type): Doc fixes.
8560 (command-line): Check for "--basic-display" argument; also for
8561 "--quick", not "--bare-bones" (which was renamed).
8562 (fancy-splash-text): Add missing item "Getting New Versions".
8563 (normal-splash-screen): Fix typos and improve consistency with
8564 `fancy-splash-text'. Update copyright year.
8565
8566 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
8567 valid binding for `help-char'.
8568
8569 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
8570
8571 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
8572
8573 * term.el (term-mode): Disable cua-mode for term buffers.
8574
8575 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
8576
8577 * add-log.el (add-log-mailing-address, change-log-merge):
8578 Doc fixes.
8579 (change-log-get-method-definition): Fix typo in docstring.
8580
8581 2005-07-14 Kim F. Storm <storm@cua.dk>
8582
8583 * emulation/cua-base.el:
8584 (cua--pre-command-handler-1, cua--pre-command-handler)
8585 (cua--post-command-handler-1, cua--post-command-handler):
8586 Split in two. Check (buffer local) value of cua-mode.
8587 (cua-selection-mode): New command.
8588
8589 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
8590
8591 * custom.el (custom-initialize-safe-set)
8592 (custom-initialize-safe-default): Doc fixes.
8593
8594 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
8595 and simplify :init-value again.
8596
8597 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
8598 and simplify :init-value again. Delete autoload.
8599
8600 * startup.el (command-line): Use `custom-reevaluate-setting' again
8601 for tooltip-mode.
8602
8603 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
8604 a defcustom with two :initialize keywords.
8605
8606 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
8607
8608 * allout.el (my-mark-marker, allout-isearch-prior-pos)
8609 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
8610 (allout-post-command-business, allout-flag-region)
8611 (isearch-reenable-font-lock, allout-yank)
8612 (allout-insert-latex-header, allout-insert-latex-trailer)
8613 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
8614 (allout-latex-verb-quote): Fix typos in docstrings.
8615 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
8616 (allout-unprotected, allout-prefix-data):
8617 Improve argument/docstring consistency.
8618 (allout-chart-subtree): Fix argument spec.
8619 (allout-open-topic): Rename `use_sib_bullet' argument to
8620 `use-sib-bullet'. Doc fix.
8621
8622 * whitespace.el (whitespace-check-buffer-leading)
8623 (whitespace-check-buffer-trailing)
8624 (whitespace-check-buffer-indent)
8625 (whitespace-check-buffer-spacetab)
8626 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
8627 (whitespace-check-leading-whitespace)
8628 (whitespace-check-trailing-whitespace)
8629 (whitespace-check-spacetab-whitespace)
8630 (whitespace-check-indent-whitespace)
8631 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
8632 (whitespace-modes): Fix typos in docstrings.
8633 (defgroup, defcustom): Doc fixes.
8634
8635 * winner.el (winner-mode, winner-boring-buffers)
8636 (winner-pending-undo-ring): Doc fixes.
8637 (winner-ring): Remove unneeded `progn'.
8638 (winner-equal): `defsubst' it.
8639 (winner-redo): Fix message.
8640
8641 2005-07-13 Kim F. Storm <storm@cua.dk>
8642
8643 * simple.el (line-move-1): Always use vertical-motion to
8644 do the last (or only) line move to ensure some movement.
8645 Undo 2005-06-23 change--don't check for overlays.
8646
8647 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8648
8649 * term/mac-win.el (ccl-encode-mac-roman-font)
8650 (ccl-encode-mac-centraleurroman-font)
8651 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
8652 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
8653 Change charset-id boundary of dimension to ?\xef.
8654 (mac-char-fontspec-list): New constant.
8655 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
8656 argument. Nil uses itself as family in font-spec. Previous
8657 behavior for nil is now provided by non-nil non-string argument.
8658 All callers changed. Add font-specs for Mac fonts to
8659 "fontset-default" unless iso8859-1 fonts are installed.
8660
8661 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
8662
8663 * progmodes/sh-script.el (sh-get-indent-info): Only indent
8664 a continuation line if the \ is preceded by SPC or TAB.
8665 (sh-get-indent-info): Simplify.
8666 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
8667 Use with-current-buffer.
8668
8669 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
8670 when the matched text is empty.
8671
8672 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
8673
8674 * startup.el (command-line): Revert to previous handling of
8675 tooltip-mode. Explain in comment why the complexity is needed.
8676
8677 * tooltip.el (tooltip-mode): Revert to previous implementation of
8678 its defcustom.
8679
8680 * frame.el (blink-cursor-mode): Revert to previous implementation
8681 of its defcustom. Update comment.
8682
8683 2005-07-12 Lars Hansen <larsh@soem.dk>
8684
8685 * desktop.el: Update e-mail address.
8686
8687 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8688
8689 * term/mac-win.el (mac-services-mail-selection)
8690 (mac-services-mail-to): New functions.
8691 (mac-application-menu-map): Bind them.
8692
8693 2005-07-12 wulei <milton@wulei.net> (tiny change)
8694
8695 * progmodes/gdb-ui.el: Add note about buffering with Windows.
8696
8697 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
8698
8699 * custom.el (custom-reevaluate-setting): Doc fix.
8700
8701 2005-07-11 Jay Belanger <belanger@truman.edu>
8702
8703 * calc/calc.el (calc-embedded-announce-formula-alist)
8704 (calc-embedded-open-close-plain-alist)
8705 (calc-embedded-open-close-mode-alist): Add checks for additional
8706 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
8707
8708 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
8709
8710 * custom.el (custom-enable-theme): Don't add theme to
8711 `custom-enabled-themes' with `push' because there is no
8712 setf-method for `delq'.
8713
8714 2005-07-11 Richard M. Stallman <rms@gnu.org>
8715
8716 * custom.el (custom-declare-variable): Doc fix.
8717
8718 * dired-aux.el (dired-compare-directories): Remove "." and ".."
8719 from the alists.
8720
8721 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
8722 Do nothing if edebug-active.
8723
8724 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
8725 (edebug-display): Do it here instead.
8726
8727 2005-07-10 Richard M. Stallman <rms@gnu.org>
8728
8729 * cus-face.el (custom-theme-set-faces): Make it work.
8730 (custom-reset-faces): Doc fix.
8731 (custom-theme-reset-internal-face, custom-theme-face-value):
8732 Functions deleted.
8733
8734 * custom.el (custom-push-theme): Maintain list of the settings
8735 of a given theme in its theme-settings property.
8736 Maintain position of old settings in the theme-value
8737 or theme-face property.
8738 (custom-enabled-themes): New variable.
8739 (custom-theme-enabled-p): New function.
8740 (provide-theme): Update custom-enabled-themes.
8741 Disable and reenable the `user' theme.
8742 (require-theme): Doc fix.
8743 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
8744 (custom-theme-value, custom-theme-variable-value): Likewise.
8745 (custom-theme-reset-internal): Likewise.
8746 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
8747 (custom-enable-theme, custom-disable-theme): New functions.
8748 (custom-variable-theme-value, custom-face-theme-value): Likewise.
8749 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
8750 (custom-theme-reset-variables): Simplify.
8751 (deftheme, custom-declare-theme, custom-make-theme-feature):
8752 Definitions moved.
8753
8754 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
8755
8756 * longlines.el (longlines-show-region)
8757 (longlines-unshow-hard-newlines): Recognize hard newlines by
8758 non-nil hard property, instead of t.
8759
8760 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
8761
8762 * viper-cmd.el (viper--key-maps): New variable.
8763 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
8764 emulation-mode-map-alists.
8765 (viper-envelop-ESC-key): Use viper-subseq.
8766 (viper-search-forward/backward/next): Disable debug-on-error.
8767
8768 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
8769 (viper-ESC-key): New defcustoms.
8770
8771 * viper-macs.el (ex-map-read-args): Use viper-subseq.
8772
8773 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
8774 (viper-subseq): Copy of subseq from cl.el.
8775
8776 * viper.el (viper-go-away, viper-set-hooks): Use
8777 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
8778
8779 * viper-mous.el (viper-current-frame-saved): Use defvar.
8780
8781 * viper-init.el: Get rid of -face in face names.
8782
8783 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
8784 Make it work with longlines mode
8785
8786 * ediff-mult.el (ediff-meta-mode-hook): New variable.
8787
8788 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
8789
8790 * ediff-init.el: Get rid of -face in face names.
8791
8792 2005-07-10 Richard M. Stallman <rms@gnu.org>
8793
8794 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
8795 and with-timeout-unsuspend.
8796
8797 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
8798 and with-timeout-unsuspend.
8799
8800 * emacs-lisp/timer.el (with-timeout-timers): New variable.
8801 (with-timeout): Bind that variable to record timers.
8802 (with-timeout-suspend, with-timeout-unsuspend): New functions.
8803
8804 * emacs-lisp/debug.el (debug-help-follow): New function.
8805 (debugger-mode-map): Use that instead of help-follow.
8806 (debugger-setup-buffer): Use eval-buffer-list
8807 to handle eval-buffer frames.
8808
8809 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
8810
8811 * timezone.el (timezone-parse-date): Change first regexp
8812 so it will not mistakenly match dates with no time zone.
8813
8814 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
8815
8816 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
8817
8818 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
8819
8820 * custom.el (custom-initialize-safe-set)
8821 (custom-initialize-safe-default): New functions.
8822
8823 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
8824 and simplify :init-value.
8825
8826 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
8827 and simplify :init-value. Delete obsolete comment.
8828
8829 * startup.el (command-line): Use `custom-reevaluate-setting' to
8830 handle `tooltip-mode'. Delete obsolete comment.
8831
8832 * files.el (set-visited-file-name): Avoid calling
8833 `file-name-nondirectory' with a nil argument.
8834
8835 2005-07-09 Richard M. Stallman <rms@gnu.org>
8836
8837 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
8838 was called with nil for the buffer, handle the read position right.
8839 Handle read position for eval-region, too.
8840
8841 2005-07-09 Juri Linkov <juri@jurta.org>
8842
8843 * fringe.el (fringe-mode): Add period in docstring.
8844 (fringe-query-style): Build prompt depending on `all-frames' arg.
8845
8846 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
8847 to not create links to unrelated functions in the Help buffer.
8848
8849 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
8850 Doc fix.
8851
8852 * simple.el (next-error-hook): New variable.
8853 (next-error): Use it. Doc fix.
8854
8855 * textmodes/ispell.el (ispell-command-loop): Add current
8856 dictionary name and program name to mode-line-format.
8857 (ispell-region, ispell-process-line): Add current dictionary name
8858 and program name to messages.
8859
8860 2005-07-08 Jay Belanger <belanger@truman.edu>
8861
8862 * calc/calc.el (calc-embedded-announce-formula-alist)
8863 (calc-embedded-open-close-formula-alist)
8864 (calc-embedded-open-close-word-alist)
8865 (calc-embedded-open-close-plain-alist)
8866 (calc-embedded-open-close-new-formula-alist)
8867 (calc-embedded-open-close-mode-alist)
8868 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
8869 (calc-embedded-mode-hook): New variables.
8870
8871 * calc/calc-embed.el (calc-embedded-firsttime)
8872 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
8873 New variables.
8874 (calc-do-embedded): Use calc-embedded-firsttime,
8875 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
8876 determine whether or not to run hooks.
8877 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
8878 calc-embedded-firsttime-formula appropriately.
8879 Set calc-embedded delimiter variables according to mode.
8880
8881 2005-07-08 Richard M. Stallman <rms@gnu.org>
8882
8883 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
8884 Check for "emacs", etc., as entire symbol, not just as word.
8885 (checkdoc-file-comments-engine): Use regexp-quote on FN.
8886
8887 * files.el (set-visited-file-name): Report the error
8888 for "empty filename" earlier.
8889 (kill-some-buffers): Ignore buffers already dead.
8890
8891 * fringe.el (fringe-mode): Doc fix.
8892
8893 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
8894 Check for (featurep 'xemacs) and turn off warnings in what it guards.
8895 Use unwind-protect to ensure byte-compile-unresolved-functions
8896 is updated.
8897
8898 * whitespace.el (whitespace-buffer-leading-cleanup):
8899 Simplify w/ skip-chars-forward.
8900 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
8901
8902 * mail/rmail.el (rmail-only-expunge): Fix paren error.
8903 Unconditionally try to leave point at the same old place.
8904
8905 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
8906
8907 * comint.el (comint-postoutput-scroll-to-bottom)
8908 (comint-show-maximum-output): Take scroll-margin into consideration.
8909
8910 2005-07-08 Kim F. Storm <storm@cua.dk>
8911
8912 * ido.el (ido-use-filename-at-point): New choice `guess'.
8913 (ido-file-internal): Try ffap-guesser if selected.
8914
8915 * ido.el (ido-before-fallback-functions): New hook.
8916 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
8917 (ido-read-file-name): Run it.
8918
8919 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
8920
8921 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
8922 strings rather than a list of symbols to the completion function.
8923
8924 2005-07-07 Jay Belanger <belanger@truman.edu>
8925
8926 * calc/calc-units.el (math-apply-units): Change the places in
8927 which units are simplified.
8928
8929 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
8930
8931 * cus-edit.el (customize-option, customize-option-other-window):
8932 Make them handle aliases.
8933
8934 * custom.el (custom-variable-p): Make it recursively follow
8935 aliases. Mention that in the docstring.
8936
8937 2005-07-07 Richard M. Stallman <rms@gnu.org>
8938
8939 * cus-start.el (exec-path): Use `directory' instead of `file'.
8940 Fix tag for nil.
8941
8942 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
8943
8944 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
8945 when called non-interactively. Doc fix.
8946
8947 2005-07-07 Lute Kamstra <lute@gnu.org>
8948
8949 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
8950 new address as well.
8951
8952 2005-07-07 Kenichi Handa <handa@m17n.org>
8953
8954 * international/mule.el (make-coding-system):
8955 Describe `ascii-incompatible' property in the docstring.
8956 (set-file-name-coding-system): Signal an error if coding-system is
8957 ascii-incompatible.
8958 (set-keyboard-coding-system): Likewise.
8959
8960 * international/mule-cmds.el (set-default-coding-systems):
8961 Don't set default-file-name-coding-system and
8962 default-keyboard-coding-system if coding-system is ASCII-incompatible.
8963
8964 * international/utf-16.el: Declare that all UTF-16-based coding
8965 systems are ASCII-incompatible.
8966
8967 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
8968
8969 * progmodes/gud.el: Require font-lock for displaying errors.
8970 Used by gdb-ui.el.
8971
8972 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
8973
8974 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
8975 values for the pattern lists which are `read'able but not
8976 `append'able (like symbols).
8977
8978 2005-07-06 Richard M. Stallman <rms@gnu.org>
8979
8980 * progmodes/flymake.el (flymake-float-time): Instead of
8981 with-no-warnings, test for xemacs.
8982 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
8983 to avoid warning.
8984
8985 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
8986
8987 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
8988
8989 2005-07-05 Lute Kamstra <lute@gnu.org>
8990
8991 * battery.el: Add support for Darwin (with much debugging help
8992 from Samuel Lauber <sam124@operamail.com>).
8993 (battery-status-function, battery-echo-area-format)
8994 (battery-mode-line-format): Add support for pmset on Darwin.
8995 (battery-load-low, battery-load-critical): New user options.
8996 (battery-pmset): New function.
8997
8998 2005-07-05 Lute Kamstra <lute@gnu.org>
8999
9000 Update FSF's address in GPL notices.
9001
9002 * textmodes/page-ext.el: Update FSF's address.
9003
9004 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
9005
9006 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
9007 filling from using prefix when filling a single-line docstring.
9008
9009 * progmodes/flymake.el: Remove useless eval-when-compile.
9010
9011 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
9012
9013 2005-07-04 Richard M. Stallman <rms@gnu.org>
9014
9015 * textmodes/org.el (org-file-apps-defaults-gnu):
9016 Rename from org-file-apps-defaults-linux.
9017 (org-default-apps): Don't test system-type for `linux'.
9018 (org-file-apps): Doc fix.
9019
9020 2005-07-04 David Ponce <david@dponce.com>
9021
9022 * tree-widget.el: Improve header Commentary section.
9023 (tree-widget) [defgroup]
9024 (tree-widget-image-enable, tree-widget-themes-directory)
9025 (tree-widget-theme, tree-widget-image-properties-emacs)
9026 (tree-widget-image-properties-xemacs, tree-widget-create-image)
9027 (tree-widget-image-formats, tree-widget-control)
9028 (tree-widget-empty-control, tree-widget-leaf-control
9029 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
9030 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
9031 (tree-widget-keep, tree-widget-after-toggle-functions)
9032 (tree-widget-open-node, tree-widget-close-node): Doc fix.
9033 (tree-widget-open-control, tree-widget-close-control): Fix doc and
9034 :help-echo message.
9035 (tree-widget-set-theme): Doc fix. Use `string-equal'.
9036 (tree-widget-image-properties): Doc fix. Clearer implementation.
9037 (tree-widget--cursors): New constant.
9038 (tree-widget-lookup-image): New function split from
9039 `tree-widget-find-image'. Clearer implementation.
9040 (tree-widget-find-image): Use it.
9041 (tree-widget-button-keymap): Use `set-keymap-parent'.
9042 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
9043 Define the sub-widgets here.
9044 (tree-widget-node): Check that :node is not a tree-widget.
9045 (tree-widget-get-super, tree-widget-open-control)
9046 (tree-widget-close-control, tree-widget-empty-control)
9047 (tree-widget-leaf-control, tree-widget-guide)
9048 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
9049 (tree-widget-no-handle, tree-widget-value-delete)
9050 (tree-widget-map): Remove.
9051 (tree-widget-children-value-save): Doc fix. Simplified.
9052 (tree-widget-value-create): Update according to previous changes.
9053
9054 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
9055
9056 * textmodes/org.el: Leading space replaced by TABS.
9057 (org-recalc-marks, org-table-rotate-recalc-marks)
9058 (org-table-get-specials): Treat "^" and "_" marks.
9059 (org-table-justify-field-maybe): Optional argument NEW.
9060 (org-table-eval-formula): Parsing of the format simplified.
9061 New modes C,I. Honor the %= parameter in the current table.
9062 Avoid unnecessary re-align by using the NEW argument to
9063 `org-table-justify-field-maybe'.
9064 (org-calc-default-modes): Default for date-format mimicks org-mode.
9065 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
9066
9067 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
9068
9069 * cus-face.el (custom-theme-set-faces): Make it handle face
9070 aliases whose alias declarations are pre- or autoloaded.
9071
9072 2005-07-04 Juri Linkov <juri@jurta.org>
9073
9074 * faces.el (read-face-name): Put the code for getting a face name
9075 from the buffer before adding the faces from the `face' property.
9076 Use `completing-read-multiple' instead of `completing-read'.
9077 Require `crm'. Add default value and post-process the returned
9078 list of faces.
9079
9080 * emacs-lisp/crm.el (crm-find-current-element)
9081 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
9082
9083 * emacs-lisp/lisp-mode.el (eval-defun-1):
9084 * emacs-lisp/edebug.el (edebug-eval-defun):
9085 Remove unnecessary quotes.
9086
9087 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
9088
9089 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
9090 (prolog-indent-level): Fix typo in docstring.
9091
9092 * info.el (Info-history, Info-history-forward)
9093 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
9094
9095 * add-log.el (add-change-log-entry):
9096 * comint.el (comint-dynamic-list-input-ring)
9097 (comint-dynamic-list-completions):
9098 * dabbrev.el (dabbrev-expand):
9099 * delim-col.el (delimit-columns-rectangle-line):
9100 * diff-mode.el (diff-context->unified, diff-reverse-direction)
9101 (diff-unified->context):
9102 * ediff-init.el (ediff-abbrev-jobname):
9103 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
9104 (ediff-replace-session-activity-marker-in-meta-buffer):
9105 * info.el (Info-summary):
9106 * lpr.el (printify-region):
9107 * printing.el (pr-create-interface):
9108 * ps-print.el (ps-print-quote):
9109 * ses.el (ses-column-widths, ses-print-cell)
9110 (ses-adjust-print-width, ses-center):
9111 * shell.el (shell-file-name-quote-list):
9112 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
9113 (strokes-fill-current-buffer-with-whitespace)
9114 (strokes-xpm-for-stroke, strokes-list-strokes)
9115 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
9116 * term.el (term-dynamic-list-input-ring)
9117 (term-dynamic-list-completions):
9118 * calc/calc.el (math-format-stack-value):
9119 * emacs-lisp/edebug.el (edebug-display-freq-count):
9120 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
9121 (delphi-new-comment-line):
9122 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
9123 * progmodes/executable.el (executable-set-magic):
9124 * progmodes/python.el (inferior-python-mode):
9125 * progmodes/scheme.el (scheme-mode-syntax-table):
9126 * progmodes/sh-script.el (sh-maybe-here-document):
9127 * progmodes/sql.el (sql-copy-column):
9128 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
9129 * textmodes/bibtex.el (bibtex-mode):
9130 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
9131 (sgml-auto-attributes):
9132 * textmodes/table.el (table-insert, table-shorten-cell)
9133 (table--generate-source-scan-lines, table-delete-row)
9134 (*table--cell-delete-char, table--spacify-frame)
9135 (table--horizontally-shift-above-and-below)
9136 (table--cell-insert-char, table--cell-blank-str)
9137 (table--fill-region-strictly):
9138 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
9139 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
9140
9141 * add-log.el (change-log):
9142 * apropos.el (apropos):
9143 * comint.el (comint-completion, comint-source):
9144 * dabbrev.el (dabbrev):
9145 * delim-col.el (columns):
9146 * diff-mode.el (diff-mode):
9147 * ediff.el (ediff):
9148 * ediff-diff.el (ediff-diff):
9149 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
9150 * ediff-mult.el (ediff-mult):
9151 * ediff-ptch.el (ediff-ptch):
9152 * ediff-wind.el (ediff-window):
9153 * facemenu.el (facemenu):
9154 * indent.el (indent):
9155 * info.el (info):
9156 * jka-cmpr-hook.el (compression, jka-compr):
9157 * lpr.el (lpr):
9158 * outline.el (outlines):
9159 * pcmpl-cvs.el (pcmpl-cvs):
9160 * pcmpl-rpm.el (pcmpl-rpm):
9161 * printing.el (printing):
9162 * ps-print.el (postscript, ps-print, ps-print-horizontal)
9163 (ps-print-vertical, ps-print-headers, ps-print-font)
9164 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
9165 (ps-print-background, ps-print-printer, ps-print-page)
9166 (ps-print-miscellany):
9167 * ses.el (ses):
9168 * shell.el (shell, shell-directories, shell-faces):
9169 * startup.el (initialization):
9170 * strokes.el (strokes):
9171 * term.el (term):
9172 * uniquify.el (uniquify):
9173 * w32-vars.el (w32):
9174 * calc/calc.el (calc):
9175 * emacs-lisp/bytecomp.el (bytecomp):
9176 * emacs-lisp/cl-indent.el (lisp-indent):
9177 * emacs-lisp/edebug.el (edebug):
9178 * emacs-lisp/elp.el (elp):
9179 * emacs-lisp/testcover.el (testcover):
9180 * emacs-lisp/trace.el (trace):
9181 * emulation/viper-ex.el (viper-ex):
9182 * emulation/viper-mous.el (viper-mouse):
9183 * mail/mailalias.el (mailalias):
9184 * mail/supercite.el (supercite, supercite-frames)
9185 (supercite-attr, supercite-cite, supercite-hooks):
9186 * net/rcompile.el (remote-compile):
9187 * net/rlogin.el (rlogin):
9188 * obsolete/ooutline.el (outlines):
9189 * progmodes/delphi.el (delphi):
9190 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
9191 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
9192 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
9193 (ebnf-optimization):
9194 * progmodes/etags.el (etags):
9195 * progmodes/executable.el (executable):
9196 * progmodes/idlwave.el (idlwave):
9197 * progmodes/pascal.el (pascal):
9198 * progmodes/prolog.el (prolog):
9199 * progmodes/python.el (python):
9200 * progmodes/scheme.el (scheme):
9201 * progmodes/sh-script.el (sh, sh-script):
9202 * progmodes/sql.el (SQL):
9203 * progmodes/tcl.el (tcl):
9204 * textmodes/bibtex.el (bibtex, bibtex-autokey):
9205 * textmodes/enriched.el (enriched):
9206 * textmodes/makeinfo.el (makeinfo):
9207 * textmodes/sgml-mode.el (sgml):
9208 * textmodes/table.el (table-hooks):
9209 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
9210 * textmodes/texinfo.el (texinfo):
9211 * textmodes/two-column.el (two-column):
9212 Finish `defgroup' description with period.
9213
9214 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
9215 * eshell/esh-var.el (eshell-var):
9216 * progmodes/vhdl-mode.el (vhdl-testbench):
9217 * textmodes/org.el (org): Fix typos in docstrings.
9218
9219 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
9220 consistency.
9221
9222 * progmodes/flymake.el (flymake-find-file): Remove.
9223 (flymake-float-time): Use `with-no-warnings'.
9224 (flymake-check-start-time, flymake-check-was-interrupted)
9225 (flymake-err-info, flymake-is-running, flymake-last-change-time)
9226 (flymake-new-err-info): `defvar' at compile time.
9227
9228 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
9229
9230 * replace.el (occur-hook): Doc fix.
9231 (occur-1): Don't call `occur-hook' if there are no matches.
9232
9233 2005-07-03 Richard M. Stallman <rms@gnu.org>
9234
9235 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
9236 global-map, save the same map.
9237 (global-map): Don't alter it at top level.
9238 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
9239 Then alter it here instead.
9240 (tpu-edt-off): Set global-map to the saved one.
9241
9242 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
9243 All references simplified.
9244 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
9245 (zmacs-regions): Add defvar.
9246 (repeat-complex-command-map): Everything about that deleted.
9247
9248 * textmodes/artist.el (artist-key-is-drawing)
9249 (artist-key-endpoint1, artist-key-poly-point-list)
9250 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
9251 (artist-key-compl-table, artist-rb-save-data)
9252 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
9253 Don't put them in eval-when-compile.
9254 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
9255
9256 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
9257 Use with-no-warnings.
9258
9259 * net/browse-url.el (dos-windows-version): Add defvar.
9260
9261 * mail/supercite.el (filladapt-prefix-table): Add defvar.
9262
9263 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
9264 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
9265 (rmail-new-summary-line-count): Rename from new-summary-line-count.
9266 Add defvar.
9267 (rmail-summary-beginning-of-message): Use with-no-warnings.
9268 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
9269
9270 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
9271 Use with-no-warnings.
9272
9273 * emulation/vi.el (vi-mark-region): Use c-mark-function.
9274 (c-mark-function): Add point-moving-unit property.
9275 (vi-goto-line): Use with-no-warnings.
9276
9277 * emulation/edt.el (edt-last-copied-word): Add defvar.
9278 (zmacs-region-stays): Likewise.
9279 (edt-mark-section-wisely): Use c-mark-function for C.
9280 Use makr-defun for Fortran.
9281 (time-string): defvar deleted.
9282 (edt-display-the-time): Don't set time-string.
9283
9284 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
9285
9286 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
9287 Don't warn when name is not constant
9288 or for defining the group `emacs'.
9289
9290 * tooltip.el (gud-tooltip-mode): Add defvar.
9291
9292 * startup.el (default-frame-background-mode): Add defvar.
9293
9294 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
9295
9296 * info.el (tool-bar-map): Add defvar.
9297
9298 * dired.el (dnd-protocol-alist): Add defvar.
9299
9300 * dired-aux.el (dired-query): Display question with answer, when
9301 the user answers.
9302
9303 * custom.el (custom-add-option): Doc fix.
9304
9305 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
9306
9307 2005-07-03 Eli Zaretskii <eliz@gnu.org>
9308
9309 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
9310 bogus name from the last change.
9311
9312 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
9313
9314 * custom.el (custom-declare-variable): Fix typos in comment.
9315 (custom-known-themes): Doc fix.
9316 (custom-theme-directory): New defcustom.
9317 (require-theme): Make it check `custom-theme-directory'.
9318
9319 * cus-theme.el (custom-new-theme-mode): New function.
9320 (custom-theme-name, custom-theme-variables, custom-theme-faces)
9321 (custom-theme-description): Add compiler defvars.
9322 (customize-create-theme): Add doc to the "*New Custom Theme*"
9323 buffer. Use `custom-new-theme-mode'.
9324 (custom-theme-write): Put the created buffer in emacs-lisp-mode
9325 and save it to the `custom-theme-directory'. Make this the
9326 default directory of the buffer.
9327
9328 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
9329
9330 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
9331 Fix unbalanced parentheses.
9332
9333 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
9334
9335 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
9336 into flymake-mode and delegate to flymake-mode.
9337
9338 * find-file.el (ff-which-function-are-we-in): Clean up.
9339
9340 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
9341
9342 * replace.el (occur-rename-buffer): Fix docstring.
9343
9344 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
9345 (edt-last-copied-word, edt-learn-macro-count)
9346 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
9347 (edt-rect-start-point, edt-user-global-map, rect-start-point)
9348 (time-string, zmacs-region-stays):
9349 * emulation/edt-mapper.el (edt-save-function-key-map)
9350 (EDT-key-name): `defvar' to silence the byte-compiler.
9351
9352 2005-07-02 Martin Rudalics <rudalics@gmx.at> (tiny change)
9353
9354 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
9355 font-lock-regexp-backslash. Doc fix.
9356 (font-lock-regexp-backslash-grouping-construct): Rename from
9357 font-lock-regexp-backslash-construct. Doc fix.
9358 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
9359 grouping constructs.
9360
9361 2005-07-02 Eli Zaretskii <eliz@gnu.org>
9362
9363 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
9364 updating all the prerequisites.
9365
9366 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
9367
9368 * textmodes/org.el (org-agenda-start-on-weekday)
9369 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
9370 (org-agenda-use-time-grid, org-archive-location)
9371 (org-allow-space-in-links, org-usenet-links-prefer-google)
9372 (org-enable-table-editor, org-export-default-language)
9373 (org-export-html-show-new-buffer, org-fill-paragraph)
9374 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
9375 (org-goto-quit, org-occur, org-eval-in-calendar)
9376 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
9377 (org-agenda-diary-entry, org-remember-help)
9378 (org-table-convert-region, org-at-table-p)
9379 (org-table-move-row-down, org-table-move-row-up)
9380 (org-table-copy-region, org-table-toggle-vline-visibility)
9381 (org-table-get-stored-formulas, org-table-get-specials)
9382 (org-recalc-commands, org-table-eval-formula)
9383 (org-table-formula-substitute-names, orgtbl-make-binding)
9384 (org-format-org-table-html, org-format-table-table-html)
9385 (org-format-table-table-html-using-table-generate-source)
9386 (org-customize): Fix typos in docstrings.
9387 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
9388 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
9389 (org-back-to-heading): Doc fixes.
9390 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
9391 (org-agenda-change-all-lines, org-get-header):
9392 Improve argument/docstring consistency.
9393 (orgtbl-error): Fix error message.
9394
9395 * progmodes/flymake.el (flymake-find-possible-master-files)
9396 (flymake-master-file-compare, flymake-get-line-err-count)
9397 (flymake-highlight-line, flymake-gui-warnings-enabled):
9398 Fix typos in docstrings.
9399 (flymake-parse-line, flymake-get-project-include-dirs-function)
9400 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
9401 Doc fixes.
9402 (flymake-get-project-include-dirs-function)
9403 (flymake-make-err-menu-data):
9404 Improve argument/docstring consistency.
9405
9406 2005-07-01 Lute Kamstra <lute@gnu.org>
9407
9408 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
9409 Catch errors with ignore-errors. Use temporary buffer.
9410 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
9411
9412 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
9413 background color faces.
9414 (facemenu-set-foreground, facemenu-set-background):
9415 Use facemenu-set-face-from-menu.
9416 (facemenu-set-face-from-menu): Treat face names that start with
9417 "fg:" or "bg:" as special.
9418 (facemenu-add-new-color): Don't create faces. Simplify.
9419
9420 2005-06-30 Richard M. Stallman <rms@gnu.org>
9421
9422 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
9423 (crm-find-current-element): Likewise.
9424
9425 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
9426
9427 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
9428
9429 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
9430
9431 * arc-mode.el (archive-extract): Make it work as a mouse binding.
9432 (archive-mouse-extract): Make it an obsolete alias.
9433 (archive-mode-map): Don't use archive-mouse-extract any more.
9434 (archive-mode, archive-extract): write-contents-hooks ->
9435 write-contents-functions.
9436 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
9437 first arg.
9438 (archive-rename-entry): Update the call.
9439 (archive-zip-summarize): Remove unused var `method'.
9440 (archive-lzh-summarize): Remove unused var `creator'.
9441
9442 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
9443 dedicated frame upon exit.
9444
9445 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
9446 (archive-zip-extract, archive-zip-expunge)
9447 (archive-zip-update, archive-zip-update-case): Use executable-find.
9448 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
9449 Use restore-buffer-modified-p.
9450 (archive-extract, archive-add-new-member, archive-write-file-member):
9451 Use with-current-buffer.
9452 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
9453
9454 2005-06-30 Andreas Schwab <schwab@suse.de>
9455
9456 * progmodes/gud.el (gud-filter): Remove unneeded progn.
9457
9458 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
9459
9460 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
9461
9462 2005-06-30 Juri Linkov <juri@jurta.org>
9463
9464 * faces.el (vertical-border): Inherit from mode-line-inactive
9465 only on tty.
9466
9467 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
9468
9469 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
9470 example, -NLINES in the `occur' docstring).
9471
9472 * replace.el (occur-1): When no matches are found, do not set the
9473 `buffer-read-only' and modified flags for the occur buffer,
9474 because it is deleted.
9475
9476 * emulation/cua-base.el (cua-check-pending-input)
9477 (cua-repeat-replace-region, cua-mode, cua-debug)
9478 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
9479 Fix typos in docstrings.
9480
9481 * emulation/cua-gmrk.el (cua-toggle-global-mark)
9482 (cua-cut-region-to-global-mark)
9483 (cua--cut-rectangle-to-global-mark):
9484 Remove period from end of messages.
9485
9486 * emulation/cua-rect.el (cua-do-rectangle-padding):
9487 Remove period from end of messages.
9488 (cua--rectangle-seq-format): Fix typo in docstring.
9489 (cua-sequence-rectangle, cua-fill-char-rectangle):
9490 Improve argument/docstring consistency.
9491
9492 2005-06-29 Juri Linkov <juri@jurta.org>
9493
9494 * faces.el (default-frame-background-mode): New internal variable.
9495 (frame-set-background-mode): Use it.
9496
9497 * startup.el (normal-top-level): Set default-frame-background-mode
9498 instead of frame-background-mode. Before setting it, test for its
9499 nil value. Remove tests for frame-background-mode and frame
9500 parameter `reverse'. Add test for "unspecified-fg".
9501
9502 * term/xterm.el (xterm-rxvt-set-background-mode):
9503 * term/rxvt.el (rxvt-set-background-mode):
9504 Set default-frame-background-mode instead of frame-background-mode.
9505
9506 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
9507
9508 * simple.el (set-variable): Warn about obsolete user variables.
9509
9510 * imenu.el (imenu--completion-buffer):
9511 * mouse.el (mouse-buffer-menu-alist):
9512 * msb.el (msb-invisible-buffer-p):
9513 * calendar/diary-lib.el (diary-header-line-format):
9514 * emacs-lisp/pp.el (pp-buffer):
9515 * progmodes/cperl-mode.el (cperl-do-auto-fill):
9516 * textmodes/picture.el (picture-replace-match):
9517 Change space constants followed by a sexp to "?\s ".
9518
9519 * play/decipher.el (decipher-loop-with-breaks):
9520 * textmodes/texinfo.el (texinfo-insert-@item): Change space
9521 constants "protected" from end of line by a comment to "?\s".
9522
9523 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
9524
9525 * font-lock.el (save-buffer-state): Use `declare'.
9526
9527 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
9528 reset the syntax-table to cperl-mode-syntax-table.
9529 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
9530 "foo_print_bar" is not matched as a reserved keyword.
9531
9532 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
9533
9534 * textmodes/org.el (orgtbl-setup): New function, for delayed
9535 setup for the orgtbl commands.
9536 (org-calc-default-modes): New option.
9537 (orgtbl-make-binding): Use `defun' to get better help display.
9538 (org-diary): Call `org-compile-prefix-format'.
9539 (org-table-formula-substitute-names): New function.
9540 (org-agenda-day-view, org-agenda-week-view): New commands.
9541 (org-agenda-toggle-week-view): Command removed.
9542 (org-tbl-menu): Split off from org-org-menu.
9543 (org-mode): Move removal of outline-mode menus to here.
9544 (org-table-formula-debug): New option.
9545 (org-table-insert-row): Keep first field if just "#" or "*".
9546 (org-mode): Paragraph regexps fixed.
9547 (org-table-recalculate-regexp): New constant.
9548 (org-table-justify-field-maybe): Avoid replace if not necessary.
9549 (org-copy-special, org-cut-special): Use `call-interactively'.
9550 (org-table-copy-region): Take region from `interactive' call.
9551 (org-trim): Return string even if no match.
9552 (org-formula): New face.
9553 (org-set-font-lock-defaults): No longer highlight "FIXME".
9554 But highlight formula-related fields in table.
9555 (org-table-p): Use regexp, not fontification.
9556 (org-table-align): Handle white space at end of line.
9557 (org-table-formula-evaluate-inline): New option.
9558 (org-mode): Auto-wrapping in comment lines turned off.
9559 (org-table-copy-down): Evaluate only in copied field, not in
9560 destination.
9561 (org-table-current-formula): Variable removed.
9562 (org-table-store-formulas, org-table-get-stored-formulas)
9563 (org-table-modify-formulas, org-table-replace-in-formulas)
9564 (org-table-maybe-eval-formula): New functions.
9565 (org-table-get-formula): Modify to use stored formulas.
9566 (org-table-insert-column, org-table-delete-column)
9567 (org-table-move-column): Call `org-table-modify-formulas'.
9568 (org-complete): Add completion for keyword formulas.
9569 (orgtbl-mode): Pull orgtbl-mode-map to start of
9570 minor-mode-map-alist.
9571
9572 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
9573
9574 * progmodes/python.el (python-check): Require `compile' before
9575 modifying its variables.
9576
9577 * newcomment.el (comment-indent-default): Don't get fooled by an early
9578 end of buffer.
9579
9580 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9581
9582 * ps-print.el (ps-print-version): Fix version number.
9583
9584 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
9585
9586 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
9587
9588 2005-06-28 Richard M. Stallman <rms@gnu.org>
9589
9590 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
9591 (flyspell-local-mouse-map): Declaration deleted.
9592 (flyspell-mouse-map): Bind only mouse-2.
9593 (flyspell-mode-map): Don't test flyspell-use-local-map.
9594 (flyspell-overlay-keymap-property-name): Var deleted.
9595 (flyspell-mode-on): Don't make local bindings for
9596 flyspell-mouse-map and flyspell-mode-map.
9597 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
9598
9599 * textmodes/ispell.el (ispell-word): Do not ignore short words.
9600
9601 * progmodes/compile.el (compilation-next-error-function):
9602 Don't switch buffers; operate on the current buffer.
9603
9604 * progmodes/compile.el (compilation-error-file-name)
9605 (compilation-warning-file-name, compilation-info-file-name)
9606 (compilation-line-number, compilation-column-number): New faces.
9607 (compilation-error-face, compilation-warning-face)
9608 (compilation-info-face, compilation-line-face)
9609 (compilation-column-face): Use them.
9610
9611 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
9612
9613 * comint.el (comint-password-prompt-regexp): Accept ", try again".
9614
9615 * bindings.el (global-map): Bind insertchar and its variants.
9616
9617 2005-06-27 Richard M. Stallman <rms@gnu.org>
9618
9619 * textmodes/artist.el (artist-text-overwrite)
9620 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
9621
9622 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9623
9624 * ps-print.el: It was not working the page selection for printing.
9625 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
9626 (ps-print-version): New version 6.6.7.
9627 (ps-end-sheet): New fun.
9628 (ps-header-sheet, ps-end-job): Call it.
9629
9630 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
9631
9632 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
9633
9634 2005-06-27 Lute Kamstra <lute@gnu.org>
9635
9636 * facemenu.el (facemenu-unlisted-faces): Add foreground and
9637 background color faces.
9638 (facemenu-get-face): Delete function.
9639 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
9640 (facemenu-add-new-color): Make second argument mandatory.
9641 Create the appropriate face and return it. Simplify.
9642 (facemenu-set-foreground, facemenu-set-background): Don't check if
9643 color is defined. Use return value of facemenu-add-new-color.
9644
9645 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
9646
9647 * progmodes/gud.el (gud-filter): Add missing argument to
9648 with-selected-window.
9649
9650 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
9651
9652 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
9653 a :require to the defcustom.
9654
9655 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
9656 defcustoms corresponding to minor modes.
9657
9658 2005-06-26 David Ponce <david@dponce.com>
9659
9660 * recentf.el: Require tree-widget instead of wid-edit.
9661 (recentf-filename-handler): Fix widget :type.
9662 (recentf-cancel-dialog, recentf-open-more-files)
9663 (recentf-open-files-action): Doc fix.
9664 (recentf-dialog-goto-first): New function.
9665 (recentf-dialog-mode-map): Set parent keymap first.
9666 (recentf-dialog-mode): Define with define-derived-mode.
9667 Don't display continuation lines in dialogs.
9668 (recentf-edit-list): Rename from recentf-edit-selected-items.
9669 (recentf-edit-list-select): Rename from recentf-edit-list-action.
9670 Simplify.
9671 (recentf-edit-list-validate): New function.
9672 (recentf-edit-list): Update accordingly.
9673 (recentf-open-files-item-shift): Remove.
9674 (recentf-open-files-item): Convert menu elements into tree and
9675 link widgets. Don't create the widgets.
9676 (recentf-open-files): Update accordingly.
9677 (recentf-save-list): Untabify.
9678
9679 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
9680
9681 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
9682 (keep-lines): Add INTERACTIVE arg. Never delete lines only
9683 partially contained in the active region. Do not take active
9684 region into account when called from Lisp, unless INTERACTIVE arg
9685 is non-nil. Use `forward-line' instead of `beginning-of-line' to
9686 avoid trouble with fields. Make marker point nowhere when no
9687 longer used. Always return nil. Doc fix.
9688 (flush-lines): Add INTERACTIVE arg. Do not take active region
9689 into account when called from Lisp, unless INTERACTIVE arg is
9690 non-nil. Use `forward-line' instead of `beginning-of-line' to
9691 avoid trouble with fields. Make marker point nowhere when no
9692 longer used. Always return nil. Doc fix.
9693 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
9694 interchangeable. Do not take active region into account when
9695 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
9696 message in echo area when called from Lisp, unless INTERACTIVE arg
9697 is non-nil. Avoid saying "1 occurrences". Do not use markers.
9698 Return the number of matches. Doc fix.
9699 (occur): Doc fix.
9700 (perform-replace): Make comment follow double space convention for
9701 the sake of `outline-minor-mode'.
9702
9703 * faces.el (facep): Doc fix.
9704
9705 2005-06-25 Richard M. Stallman <rms@gnu.org>
9706
9707 * facemenu.el (facemenu-enable-faces-p): New function.
9708 (facemenu-background-menu, facemenu-foreground-menu)
9709 (facemenu-face-menu): Add menu-enable property.
9710
9711 * jka-compr.el (jka-compr-insert-file-contents):
9712 Special handling if cannot find the uncompression program.
9713
9714 * cus-face.el (custom-face-attributes): Add autoload.
9715
9716 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
9717 Bind comment-indent-function locally.
9718
9719 * window.el (save-selected-window): Use save-current-buffer.
9720
9721 * subr.el (with-selected-window): Use save-current-buffer.
9722
9723 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
9724 and with-current-buffer.
9725
9726 2005-06-24 Richard M. Stallman <rms@gnu.org>
9727
9728 * simple.el (line-move-1): Fix previous change.
9729
9730 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
9731
9732 * replace.el (occur-1): Set `buffer-read-only' and the
9733 buffer-modified flag before running `occur-hook' to protect
9734 against unintentional buffer switches that can lead to data loss.
9735
9736 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
9737
9738 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
9739 (gud-gdb-marker-filter): Use font-lock-warning-face for any
9740 initial error.
9741
9742 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
9743 after fresh input.
9744 (gdb-var-create-handler): Put name of expression in quotes.
9745
9746 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
9747
9748 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
9749 elements of RING in order, and without bogus nil elements.
9750
9751 2005-06-23 Richard M. Stallman <rms@gnu.org>
9752
9753 * simple.el (set-variable): Args renamed; doc fix.
9754 (line-move-1): When there are overlays around, use vertical-motion.
9755
9756 * faces.el (escape-glyph): Use brown against light background.
9757 (nobreak-space): Rename from no-break-space.
9758 Fix previous change.
9759
9760 * dired-aux.el (dired-do-copy): Fix arg prompt.
9761
9762 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
9763
9764 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
9765
9766 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
9767 rather than "Distributor".
9768
9769 2005-06-23 Lute Kamstra <lute@gnu.org>
9770
9771 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
9772 (debug-on-entry): Use it. New interactive declaration that uses
9773 function-called-at-point.
9774
9775 2005-06-23 Kim F. Storm <storm@cua.dk>
9776
9777 * subr.el (save-match-data): Add comment about using evaporate arg
9778 to set-match-data.
9779
9780 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
9781
9782 * cus-edit.el (customize-face)
9783 (customize-face-other-window): Handle face aliases.
9784
9785 * faces.el (face-documentation, set-face-attribute)
9786 (face-spec-set): Handle face aliases.
9787
9788 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
9789
9790 * help-mode.el (help-make-xrefs): If a symbol representing a face
9791 name is not followed by the word "face", it could still be a
9792 function or variable name, so don't bypass other checks.
9793
9794 2005-06-22 Juri Linkov <juri@jurta.org>
9795
9796 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
9797 Replace aliased functions with calls where second arg `inherit' is t.
9798
9799 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
9800
9801 * progmodes/gdb-ui.el (gdb-error): New variable.
9802 (gdb-error): New function.
9803 (gdb-annotation-rules): Act on error-begin and error annotations.
9804 (gdb-concat-output): Use font-lock-warning-face for errors.
9805
9806 2005-06-22 Miles Bader <miles@gnu.org>
9807
9808 * bindings.el (propertized-buffer-identification): Use renamed
9809 `Buffer-menu-buffer' face.
9810
9811 * faces.el (vertical-border): Rename from `vertical-divider'.
9812 (escape-glyph): Change dark-background color back to `cyan'.
9813
9814 2005-06-21 Juri Linkov <juri@jurta.org>
9815
9816 * faces.el (face-user-default-spec): Try getting `customized-face'
9817 prior to `saved-face'.
9818 (frame-background-mode): Refill docstring.
9819
9820 * emacs-lisp/lisp-mode.el (eval-defun-1):
9821 * emacs-lisp/edebug.el (edebug-eval-defun):
9822 Set `saved-face' temporarily to nil before calling form.
9823 Set `customized-face' to the new spec after that.
9824
9825 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
9826
9827 * subr.el (1value, lambda, key-substitution-in-progress):
9828 Doc fixes.
9829
9830 * autoinsert.el (auto-insert-alist):
9831 * ses.el (ses-call-printer):
9832 * subr.el (noreturn):
9833 * emacs-lisp/lisp.el (check-parens):
9834 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
9835 * net/browse-url.el (browse-url-mosaic):
9836 * progmodes/cc-defs.el (c-safe-scan-lists):
9837 * progmodes/ebnf-abn.el (ebnf-abn-lex):
9838 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
9839 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
9840 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
9841 * progmodes/ebnf-iso.el (ebnf-iso-lex):
9842 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
9843
9844 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
9845
9846 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
9847
9848 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
9849
9850 * calendar/appt.el (appt-make-list): Activate the package, if
9851 not already active (for backwards compatibility).
9852
9853 2005-06-20 Kim F. Storm <storm@cua.dk>
9854
9855 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
9856
9857 2005-06-20 Miles Bader <miles@gnu.org>
9858
9859 * faces.el (vertical-divider): New face.
9860
9861 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
9862
9863 * simple.el (kill-whole-line): Doc fix.
9864 (next-error-buffer-p, next-error-find-buffer)
9865 (clone-indirect-buffer): Fix typos in docstrings.
9866 (comment-line-break-function): Doc fix: don't say variable
9867 is automatically buffer-local (it isn't).
9868
9869 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
9870
9871 * net/tramp-ftp.el (top):
9872 * net/tramp-smb.el (top):
9873 * net/tramp-util.el (top):
9874 * net/tramp-uu.el (top):
9875 * net/tramp-vc.el (top):
9876 * net/tramp.el (top): Revert copyright years back to original
9877 ones. Tramp has a life outside GNU Emacs.
9878
9879 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
9880
9881 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
9882
9883 2005-06-18 Juri Linkov <juri@jurta.org>
9884
9885 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
9886 end of first regexp to limit the match to the position between
9887 line number and source line with same separator character as used
9888 between file name and line number. In the second regexp limit
9889 mouse-face area to file name and line number by adding new group
9890 for them and referring it in HYPERLINK arg.
9891 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
9892 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
9893 previous line where grep markers may be already removed.
9894
9895 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
9896
9897 * progmodes/ps-mode.el: Update version and maintainer's email address.
9898
9899 2005-06-18 Steve Youngs <steve@xemacs.org>
9900
9901 * net/browse-url.el (browse-url-browser-function)
9902 (browse-url-default-browser): Add firefox.
9903 (browse-url-firefox-program, browse-url-firefox-arguments)
9904 (browse-url-firefox-startup-arguments)
9905 (browse-url-firefox-new-window-is-tab): New defcustoms.
9906 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
9907
9908 2005-06-17 Richard M. Stallman <rms@gnu.org>
9909
9910 * startup.el (command-line): Warn if specified user name has
9911 no home directory.
9912
9913 * term.el (term-get-old-input, term-input-filter, term-input-sender)
9914 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
9915
9916 * longlines.el (longlines-mode, longlines-show-hard-newlines):
9917 Doc fixes.
9918
9919 * faces.el (underline): Try bold if terminal doesn't support underline.
9920
9921 * mail/sendmail.el (mail-setup-with-from): New variable.
9922 (mail-insert-from-field): New function.
9923 (sendmail-send-it): Call it.
9924 (mail-setup): Optionally call it here.
9925
9926 * term/linux.el: Call tty-no-underline.
9927
9928 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
9929
9930 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
9931
9932 2005-06-17 Miles Bader <miles@gnu.org>
9933
9934 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
9935 (ediff-current-diff-C, ediff-current-diff-Ancestor)
9936 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
9937 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
9938 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
9939 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
9940 Remove "-face" suffix from face names.
9941 (ediff-current-diff-face-A, ediff-current-diff-face-B)
9942 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
9943 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
9944 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
9945 (ediff-even-diff-face-A, ediff-even-diff-face-B)
9946 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
9947 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
9948 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
9949 New backward-compatibility aliases for renamed faces.
9950 (ediff-current-diff-face-A, ediff-current-diff-face-B)
9951 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
9952 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
9953 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
9954 (ediff-even-diff-face-A, ediff-even-diff-face-B)
9955 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
9956 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
9957 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
9958 Use renamed ediff faces.
9959
9960 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
9961 Remove "-face" suffix from face names.
9962 (eshell-test-ok-face, eshell-test-failed-face):
9963 New backward-compatibility aliases for renamed faces.
9964 (eshell-run-test): Use renamed eshell-test faces.
9965
9966 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
9967 face name.
9968 (eshell-prompt-face): New backward-compatibility alias for renamed
9969 face.
9970 (eshell-emit-prompt): Use renamed eshell-prompt face.
9971
9972 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
9973 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
9974 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
9975 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
9976 Remove "-face" suffix from face names.
9977 (eshell-ls-directory-face, eshell-ls-symlink-face)
9978 (eshell-ls-executable-face, eshell-ls-readonly-face)
9979 (eshell-ls-unreadable-face, eshell-ls-special-face)
9980 (eshell-ls-missing-face, eshell-ls-archive-face)
9981 (eshell-ls-backup-face, eshell-ls-product-face)
9982 (eshell-ls-clutter-face):
9983 New backward-compatibility aliases for renamed faces.
9984 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
9985
9986 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
9987 Remove "-face" suffix from face name.
9988 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
9989 instead of literal face.
9990
9991 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
9992
9993 * emacs-lisp/warnings.el (display-warning, lwarn)
9994 (warning-minimum-log-level): Doc fixes.
9995 (warning-minimum-level, warning-minimum-log-level):
9996 Add :debug to :type choices.
9997
9998 * progmodes/ada-mode.el (ada-format-paramlist)
9999 (ada-get-indent-case, ada-check-matching-start)
10000 (ada-check-defun-name, ada-goto-matching-decl-start)
10001 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
10002 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
10003 (ada-make-subprogram-body): Follow error conventions.
10004 (ada-case-exception-file, ada-indent-comment-as-code)
10005 (ada-indent-handle-comment-special, ada-indent-renames)
10006 (ada-indent-return, ada-search-directories-internal)
10007 (ada-tab-policy, ada-case-exception-substring)
10008 (ada-other-file-alist, ada-matching-start-re)
10009 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
10010 (ada-imenu-generic-expression, ada-compile-goto-error)
10011 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
10012 (ada-popup-menu, ada-add-extensions, ada-mode)
10013 (ada-region-selected, ada-create-case-exception)
10014 (ada-create-case-exception-substring, ada-after-keyword-p)
10015 (ada-activate-keys-for-case, ada-adjust-case-region)
10016 (ada-adjust-case-buffer, ada-format-paramlist)
10017 (ada-scan-paramlist, ada-insert-paramlist)
10018 (ada-indent-newline-indent)
10019 (ada-indent-newline-indent-conditional)
10020 (ada-justified-indent-current, ada-goto-previous-word)
10021 (ada-indent-current, ada-get-indent-open-paren)
10022 (ada-get-indent-paramlist, ada-get-indent-end)
10023 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
10024 (ada-get-indent-block-start, ada-get-indent-subprog)
10025 (ada-get-indent-noindent, ada-get-indent-label)
10026 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
10027 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
10028 (ada-goto-stmt-end, ada-goto-next-word)
10029 (ada-check-matching-start, ada-check-defun-name)
10030 (ada-goto-matching-decl-start, ada-goto-matching-start)
10031 (ada-goto-matching-end, ada-search-ignore-string-comment)
10032 (ada-in-decl-p, ada-looking-at-semi-or)
10033 (ada-looking-at-semi-private, ada-in-paramlist-p)
10034 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
10035 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
10036 (ada-next-procedure, ada-previous-procedure, ada-next-package)
10037 (ada-previous-package, ada-create-menu)
10038 (ada-fill-comment-paragraph-justify)
10039 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
10040 (ada-other-file-name, ada-last-which-function-line)
10041 (ada-last-which-function-subprog, ada-which-function)
10042 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
10043 (ada-gen-treat-proc, ada-check-emacs-version)
10044 (ada-continuation-indent, ada-align-region-separate):
10045 Fix typos in docstrings.
10046 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
10047
10048 2005-06-16 Lute Kamstra <lute@gnu.org>
10049
10050 * simple.el (fundamental-mode): Run after-change-major-mode-hook
10051 conditionally.
10052
10053 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
10054
10055 * comint.el (comint-replace-by-expanded-filename)
10056 (comint-prompt-regexp, comint-delimiter-argument-list)
10057 (comint-preinput-scroll-to-bottom):
10058 * info.el (Info-hide-cookies-node):
10059 * ls-lisp.el (ls-lisp-classify):
10060 * find-file.el (ff-search-directories, ff-special-constructs)
10061 (ff-find-other-file):
10062 * font-lock.el (font-lock-keywords):
10063 * shell.el (shell-prompt-pattern)
10064 (shell-dynamic-complete-functions, shell-mode)
10065 (shell-delimiter-argument-list):
10066 * term.el (term-replace-by-expanded-filename)
10067 (term-prompt-regexp, term-delimiter-argument-list):
10068 * woman.el (woman-ignore, woman0-if):
10069 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
10070 * emacs-lisp/elint.el (elint-init-env):
10071 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
10072 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
10073 * language/ethio-util.el (ethio-tilde-escape)
10074 (ethio-use-three-dot-question):
10075 * net/zone-mode.el (zone-mode-load-time-setup):
10076 * progmodes/cc-align.el (c-lineup-argcont):
10077 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
10078 * progmodes/cperl-mode.el (cperl-set-style-back):
10079 * progmodes/inf-lisp.el (inferior-lisp-prompt):
10080 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
10081 Fix spellings in docstrings.
10082
10083 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
10084 * progmodes/modula2.el (m2-for): Fix spellings.
10085
10086 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
10087
10088 * simple.el (undo-more): Don't use `format' on `error' arguments.
10089 Improve argument/docstring consistency.
10090 (pending-undo-list): Doc fix.
10091
10092 * smerge-mode.el (smerge-ensure-match):
10093 * emulation/vip.el (vip-ex):
10094 * net/zone-mode.el (zone-mode-update-serial):
10095 * progmodes/idlwave.el (idlwave-complete):
10096 * progmodes/vhdl-mode.el (vhdl-visit-file)
10097 (vhdl-compose-wire-components):
10098 Don't use `format' on `error' arguments.
10099
10100 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
10101 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
10102 (tooltip-help-tips): Fix typos in docstrings.
10103
10104 2005-06-16 David Ponce <david@dponce.com>
10105
10106 * tree-widget.el (tree-widget-value-create): Simplify last change.
10107
10108 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
10109
10110 * ido.el (ido-incomplete-regexp): New variable.
10111 (ido-set-matches-1): Handle invalid-regexp error and set
10112 ido-incomplete-regexp.
10113 (ido-incomplete-regexp): New face.
10114 (ido-completions): Use it.
10115 (ido-complete, ido-exit-minibuffer, ido-completions):
10116 Handle incomplete regexps.
10117 (ido-completions): Add check for complete match when entering a regexp.
10118
10119 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
10120
10121 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
10122
10123 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10124
10125 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
10126 by field delimiters.
10127
10128 2005-06-15 David Ponce <david@dponce.com>
10129
10130 * tree-widget.el: eval-and-compile inlined functions so they will
10131 be available at run-time too.
10132 (tree-widget-super-format-handler)
10133 (tree-widget-format-handler): Remove.
10134 (tree-widget-value-create): Handle the :indent property.
10135
10136 2005-06-15 Miles Bader <miles@gnu.org>
10137
10138 * progmodes/which-func.el (which-func): Only inherit
10139 `font-lock-function-name-face' when that makes sense against the
10140 default mode-line face, otherwise set the face color explicitly.
10141
10142 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
10143 faces instead of (non-existent) variables.
10144
10145 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
10146
10147 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
10148 (iswitchb-get-matched-buffers): Likewise. Simplify.
10149
10150 2005-06-14 Miles Bader <miles@gnu.org>
10151
10152 * progmodes/ld-script.el (ld-script-location-counter):
10153 Remove "-face" suffix from face name.
10154 (ld-script-location-counter-face):
10155 New backward-compatibility alias for renamed face.
10156 (ld-script-location-counter-face): Use renamed face.
10157
10158 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
10159 (cperl-hash): Remove "-face" suffix from face names.
10160 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
10161 New backward-compatibility aliases for renamed faces.
10162 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
10163 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
10164
10165 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
10166 name.
10167 (which-func-face): New backward-compatibility alias for renamed face.
10168 (which-func-format): Use renamed which-func face.
10169
10170 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
10171 (vhdl-function, vhdl-directive, vhdl-reserved-word)
10172 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
10173 names.
10174 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
10175 (vhdl-speedbar-configuration, vhdl-speedbar-package)
10176 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
10177 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
10178 (vhdl-speedbar-architecture-selected)
10179 (vhdl-speedbar-configuration-selected)
10180 (vhdl-speedbar-package-selected)
10181 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
10182 names.
10183 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
10184 Use renamed faces.
10185 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
10186 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
10187 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
10188 Use renamed faces.
10189 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
10190 names.
10191 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
10192 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
10193 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
10194 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
10195 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
10196 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
10197
10198 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
10199 face name.
10200 (sh-heredoc-face): New backward-compatibility alias for renamed face.
10201 (sh-heredoc-face): Use renamed sh-heredoc face.
10202
10203 * progmodes/idlw-help.el (idlwave-help-link):
10204 Remove "-face" suffix from face name.
10205 (idlwave-help-link-face):
10206 New backward-compatibility alias for renamed face.
10207 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
10208
10209 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
10210 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
10211 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
10212 New backward-compatibility aliases for renamed faces.
10213 (idlwave-shell-disabled-breakpoint-face)
10214 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
10215
10216 * progmodes/flymake.el (flymake-errline, flymake-warnline):
10217 Remove "-face" suffix from face names.
10218 (flymake-errline-face, flymake-warnline-face):
10219 New backward-compatibility aliases for renamed faces.
10220 (flymake-highlight-line): Use renamed flymake faces.
10221
10222 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
10223 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
10224 (ebrowse-member-class, ebrowse-progress):
10225 Remove "-face" suffix from face names.
10226 (ebrowse-tree-mark-face, ebrowse-root-class-face)
10227 (ebrowse-file-name-face, ebrowse-default-face)
10228 (ebrowse-member-attribute-face, ebrowse-member-class-face)
10229 (ebrowse-progress-face):
10230 New backward-compatibility aliases for renamed faces.
10231 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
10232 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
10233 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
10234 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
10235
10236 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
10237 antlr-syntax)
10238 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
10239 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
10240 names.
10241 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
10242 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
10243 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
10244 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
10245 backward-compatibility aliases for renamed faces.
10246 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
10247 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
10248 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
10249 remove "font-lock-". Use renamed antlr-mode faces.
10250 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
10251 literal face-names with face variable references.
10252
10253 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
10254 face name.
10255 (Buffer-menu-buffer-face): New backward-compatibility alias for
10256 renamed face.
10257 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
10258
10259 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
10260
10261 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
10262 Eliminate "-face" suffix.
10263 (makefile-targets): Inherit from font-lock-function-name-face and
10264 eliminate "-face" suffix.
10265 (makefile-shell): Remove attributes and eliminate "-face" suffix.
10266 (makefile-*-font-lock-keywords): Append makefile-targets in rule
10267 actions, instead of prepending, to make it less visible.
10268 (makefile-previous-dependency, makefile-match-dependency):
10269 Don't match a target on a continuation line.
10270
10271 * files.el (auto-mode-alist): Put Makefile in gmake mode.
10272
10273 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
10274
10275 * progmodes/gdb-ui.el (menu): Re-order menu items.
10276 (gdb-tooltip-print): Respect tooltip-use-echo-area.
10277
10278 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
10279 Define in tooltip.el.
10280 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
10281 (gud-tooltip-tips): Respect tooltip-use-echo-area and
10282 gud-tooltip-echo-area.
10283
10284 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
10285 backward compatibility and make obsolete.
10286 (tooltip-help-tips): Use tooltip-use-echo-area.
10287 (tooltip-show-help-function): Rename to...
10288 (tooltip-show-help): ...this, because it is a function.
10289 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
10290
10291 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
10292
10293 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
10294 (edebug-print-length, edebug-print-level, edebug-print-circle)
10295 (edebug-modify-breakpoint, edebug-eval-last-sexp)
10296 (edebug-eval-print-last-sexp): Doc fixes.
10297
10298 2005-06-14 Kim F. Storm <storm@cua.dk>
10299
10300 * ido.el (ido-mode): Make a new keymap every time we enable ido,
10301 as the coverage buffer/file/both may change.
10302
10303 2005-06-14 Lute Kamstra <lute@gnu.org>
10304
10305 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
10306 and run-mode-hooks. Simplify.
10307
10308 * mail/rmailedit.el (rmail-edit-mode):
10309 * progmodes/octave-inf.el (inferior-octave-mode):
10310 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
10311
10312 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
10313 and run-mode-hooks.
10314 (recentf-edit-list, recentf-open-files): Don't call
10315 kill-all-local-variables directly.
10316
10317 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
10318
10319 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
10320
10321 * emacs-lisp/byte-run.el (make-obsolete)
10322 (define-obsolete-function-alias): Rename arguments FUNCTION and
10323 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
10324 (make-obsolete-variable, define-obsolete-variable-alias):
10325 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
10326 respectively.
10327
10328 * isearchb.el (isearchb-activate):
10329 * pcvs.el (cvs-mode):
10330 * ses.el (ses-load):
10331 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
10332 * net/tramp.el (tramp-find-file-exists-command)
10333 (tramp-find-shell):
10334 * progmodes/ada-mode.el (ada-create-case-exception)
10335 (ada-create-case-exception-substring, ada-make-subprogram-body):
10336 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
10337 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
10338 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
10339 * textmodes/org.el (org-promote, org-evaluate-time-range)
10340 (org-agenda-next-date-line, org-agenda-previous-date-line)
10341 (org-agenda-error, org-open-at-point, org-table-move-row)
10342 (org-format-table-table-html-using-table-generate-source)
10343 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
10344 * textmodes/reftex.el (reftex-access-scan-info):
10345 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
10346 (reftex-toc-promote-prepare): Follow error conventions.
10347
10348 * diff-mode.el (diff-mode): Fix typo in docstring.
10349
10350 * forms.el (forms--intuit-from-file): Fix reference to
10351 `forms-number-of-fields' in error message.
10352 (forms-print): Fix quoting in error message.
10353
10354 * forms.el (forms-mode):
10355 * emulation/vi.el (vi-goto-insert-state):
10356 * progmodes/flymake.el (flymake-new-err-info)
10357 (flymake-start-syntax-check-for-current-buffer)
10358 (flymake-simple-cleanup):
10359 * eshell/esh-var.el (eshell/export):
10360 * progmodes/gud.el (xdb):
10361 * textmodes/flyspell.el (flyspell-incorrect-hook)
10362 (flyspell-maybe-correct-transposition)
10363 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
10364
10365 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
10366
10367 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
10368 minibuffer prompt.
10369
10370 2005-06-13 Kim F. Storm <storm@cua.dk>
10371
10372 * subr.el (add-to-ordered-list): New defun.
10373
10374 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
10375 add cua--keymap-alist to emulation-mode-map-alists.
10376
10377 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
10378
10379 * subr.el (complete-in-turn): New macro.
10380 (dynamic-completion-table, lazy-completion-table): Add debug info.
10381
10382 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
10383 in preference to face aliases.
10384
10385 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
10386 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
10387 Remove unused vars `start' and `firstline'.
10388 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
10389 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
10390
10391 2005-06-13 Eli Zaretskii <eliz@gnu.org>
10392
10393 * cus-start.el (all): Don't complain about missing GTK-related
10394 variables, unless either `gtk' is boundp or this isn't a
10395 `windows-nt' build.
10396
10397 2005-06-13 Lute Kamstra <lute@gnu.org>
10398
10399 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
10400 run-mode-hooks.
10401
10402 * ediff-mult.el (ediff-meta-mode):
10403 * ediff-util.el (ediff-mode): Use run-mode-hooks.
10404
10405 * ledit.el (ledit-mode): Use delay-mode-hooks.
10406
10407 * woman.el (woman-mode-line-format): Delete constant.
10408 (woman-mode-map): Initialize it properly.
10409 (woman-mode): Set mode-class property to special.
10410 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
10411 Set major-mode and mode-name. Don't set mode-line-format directly.
10412 (Man-getpage-in-background): Don't reference woman-mode-line-format.
10413
10414 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
10415 string argument obsolete.
10416
10417 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
10418
10419 * textmodes/org.el (org-CUA-compatible): New option.
10420 (org-disputed-keys): New variable.
10421 (org-key): New function.
10422 (orgtbl-make-binding): Add docstring to the created function.
10423 (org-mode): Set paragraph start/separate regexps.
10424 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
10425 (org-archive-location, org-archive-mark-done)
10426 (org-archive-stamp-time): New options.
10427 (org-archive-subtree): New command.
10428 (org-fill-paragraph): New function.
10429 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
10430 (org-fake-empty-table-line): Function removed.
10431 (org-format-org-table-html): Do not create empty table lines at
10432 separator lines. Improved table header treatment.
10433 (org-link-format): New option.
10434 (org-make-link): New function.
10435 (org-insert-link, org-store-link): Use org-make-link.
10436 (org-open-file): Quote file name for shell command, to allow
10437 spaces in file names.
10438 (org-link-regexp): Fix bug with mailto link.
10439 (org-link-maybe-angles-regexp, org-protected-link-regexp):
10440 New constants.
10441 (org-export-as-html): Deal with the optional angles around a link.
10442 Better treatment of file: links.
10443 (org-open-at-point): Replace @{ and @} with < and >.
10444 (org-run-mode-hooks): Function removed.
10445 (org-agenda-mode): No longer use `org-run-mode-hooks'.
10446
10447 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
10448
10449 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
10450 MI command -data-list-register-values.
10451 (gdb-post-prompt): Indent properly.
10452
10453 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
10454
10455 * hilit-chg.el (highlight-changes-colors): Rename from
10456 `highlight-changes-colours'.
10457 (highlight-changes-colours): Keep as obsolete alias.
10458 (highlight-changes-face-list): Doc fix.
10459 (hilit-chg-make-list): Use `highlight-changes-colors'.
10460
10461 2005-06-12 Mark A. Hershberger <mah@everybody.org>
10462
10463 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
10464 defun-prompt-regexp.
10465
10466 2005-06-12 Eli Zaretskii <eliz@gnu.org>
10467
10468 * loadup.el: Don't say we are dumping under 2 names on windows-nt
10469 and cygwin.
10470
10471 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
10472 Don't use an old loaddefs.el, as in Makefile.in.
10473
10474 2005-06-12 Lute Kamstra <lute@gnu.org>
10475
10476 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
10477
10478 * man.el (Man-mode-map): Initialize it properly.
10479 (Man-mode): Set mode-class property to special.
10480
10481 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
10482
10483 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
10484
10485 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
10486 A newline is needed in the docstring there.
10487
10488 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
10489 Doc fixes.
10490
10491 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10492
10493 * printing.el: Doc fix. The menubar is no more changed when printing
10494 is loaded, it only changes when pr-menu-bind or pr-update-menus is
10495 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
10496 (pr-version): New version number (6.8.4).
10497 (pr-menu-bind): New command.
10498 (pr-update-menus): Docstring and code fix.
10499 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
10500 Docstring fix.
10501 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
10502 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
10503
10504 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
10505
10506 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
10507 "Returns" to "return", document useful return values, etc.
10508
10509 2005-06-11 Alan Mackenzie <acm@muc.de>
10510
10511 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
10512 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
10513 (adaptive-file-function): Minor amendment to doc-string.
10514
10515 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
10516
10517 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
10518 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
10519 Fix :type--it is `integer', not `string'.
10520
10521 * faces.el (modeline-highlight): Rename from (the erroneous)
10522 `modeline-higilight'.
10523
10524 2005-06-11 Lute Kamstra <lute@gnu.org>
10525
10526 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
10527 lisp-interaction-mode-map but make it the parent.
10528 (edebug-eval-mode): Use define-derived-mode.
10529
10530 2005-06-11 Andreas Schwab <schwab@suse.de>
10531
10532 * bindings.el: Add binding of `ESC functionkey' for every
10533 `M-functionkey'.
10534 * hexl.el (hexl-mode-map): Likewise.
10535
10536 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
10537
10538 * progmodes/compile.el (compilation-error-regexp-alist-alist)
10539 [msft]: update regexp for newer msft compilers.
10540
10541 2005-06-10 Mark A. Hershberger <mah@everybody.org>
10542
10543 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
10544 ATTLIST portions of included DTDs.
10545 (xml-parse-dtd): Eliminate use of inefficient match-data.
10546
10547 2005-06-10 Miles Bader <miles@gnu.org>
10548
10549 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
10550 (mpuz-text): Remove "-face" suffix from face names.
10551 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
10552 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
10553 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
10554
10555 * play/gomoku.el (gomoku-O, gomoku-X):
10556 Remove "-face" suffix from face names.
10557 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
10558 New backward-compatibility aliases for renamed faces.
10559 (gomoku-font-lock-keywords): Use renamed gomoku faces.
10560
10561 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
10562
10563 * thumbs.el: Fixes for changes of 2005-06-09.
10564 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
10565 as a directory.
10566 (thumbs-thumbname): Remove directory separator from format string;
10567 `thumbs-thumbsdir' now returns a valid directory name.
10568 (thumbs-temp-dir): New defsubst.
10569 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
10570 Use it.
10571
10572 * cus-edit.el (minibuffer):
10573 * files.el (make-backup-file-name-function):
10574 * filesets.el (filesets-external-viewers):
10575 * hilit-chg.el (highlight-changes-colours)
10576 (highlight-changes-face-list, highlight-changes-rotate-faces):
10577 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
10578 * kmacro.el (kmacro-call-macro):
10579 * log-edit.el (log-edit-changelog-full-paragraphs):
10580 * mouse.el (mouse-1-click-follows-link):
10581 * skeleton.el (skeleton-autowrap):
10582 * subr.el (insert-for-yank-1):
10583 * tempo.el (tempo-insert-region):
10584 * terminal.el (terminal-emulator):
10585 * time.el (display-time-mail-face):
10586 * vc.el (vc-annotate):
10587 * vcursor.el (vcursor-copy-line):
10588 * woman.el (woman-bold-headings, woman-ignore)
10589 (woman-default-faces, woman-monochrome-faces):
10590 * calendar/todo-mode.el (todo-insert-threshold):
10591 * emulation/pc-select.el (pc-select-selection-keys-only)
10592 (pc-selection-mode):
10593 * emulation/vip.el (vip-find-char-forward):
10594 * emulation/viper-cmd.el (viper-find-char-forward):
10595 * international/mule-cmds.el
10596 (select-safe-coding-system-accept-default-p)
10597 (input-method-exit-on-invalid-key):
10598 * international/mule-diag.el (describe-coding-system):
10599 * international/ucs-tables.el (unify-8859-on-encoding-mode):
10600 * net/browse-url.el (browse-url-xterm-program):
10601 * obsolete/lazy-lock.el (lazy-lock-mode):
10602 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
10603 (cperl-mode):
10604 * progmodes/cpp.el (cpp-face-light-name-list)
10605 (cpp-face-dark-name-list):
10606 * progmodes/delphi.el (delphi-newline-always-indents):
10607 Fix spellings in docstrings.
10608
10609 * ido.el (ido-mode, ido-file-extensions-order)
10610 (ido-default-file-method, ido-default-buffer-method)
10611 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
10612 (ido-decorations, ido-read-file-name-as-directory-commands)
10613 (ido-read-file-name-non-ido, ido-work-directory-list)
10614 (ido-ignore-item-temp-list, ido-current-directory)
10615 (ido-magic-forward-char, ido-enter-find-file)
10616 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
10617 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
10618
10619 2005-06-10 Lute Kamstra <lute@gnu.org>
10620
10621 * play/dunnet.el (dun-mode): Use define-derived-mode.
10622 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
10623 obsolete alias.
10624
10625 * play/doctor.el (doctor-mode-map): Remove defvar.
10626 (doctor-mode): Use define-derived-mode.
10627
10628 * mail/mspools.el (mspools-mode):
10629 * net/eudc-hotlist.el (eudc-hotlist-mode):
10630 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
10631
10632 2005-06-10 Miles Bader <miles@gnu.org>
10633
10634 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
10635 Remove "-face" suffix from face names.
10636 (flyspell-incorrect-face, flyspell-duplicate-face):
10637 New backward-compatibility aliases for renamed faces.
10638 (flyspell-mode-on, make-flyspell-overlay)
10639 (flyspell-highlight-incorrect-region)
10640 (flyspell-highlight-duplicate-region)
10641 (flyspell-display-next-corrections)
10642 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
10643
10644 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
10645 from face name.
10646 (texinfo-heading-face): New backward-compatibility alias for
10647 renamed face.
10648 (texinfo-heading-face): Use renamed texinfo-heading face.
10649
10650 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
10651 suffix from face names.
10652 (tex-math-face, tex-verbatim-face):
10653 New backward-compatibility aliases for renamed faces.
10654 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
10655 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
10656 literal face name.
10657
10658 * textmodes/table.el (table-cell): Remove "-face" suffix from face
10659 name.
10660 (table-cell-face): New backward-compatibility alias for renamed face.
10661 (table--put-cell-face-property, table--update-cell-face):
10662 Use renamed table-cell face.
10663
10664 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
10665 from face name.
10666 (sgml-namespace-face): New backward-compatibility alias for
10667 renamed face.
10668 (sgml-namespace-face): Use renamed sgml-namespace face.
10669
10670 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
10671 (org-level-4, org-level-5, org-level-6, org-level-7)
10672 (org-level-8, org-warning, org-headline-done)
10673 (org-deadline-announce, org-scheduled-today)
10674 (org-scheduled-previously, org-link, org-done, org-table)
10675 (org-time-grid): Remove "-face" suffix from face names.
10676 (org-level-1-face, org-level-2-face, org-level-3-face)
10677 (org-level-4-face, org-level-5-face, org-level-6-face)
10678 (org-level-7-face, org-level-8-face, org-warning-face)
10679 (org-headline-done-face, org-deadline-announce-face)
10680 (org-scheduled-today-face, org-scheduled-previously-face)
10681 (org-link-face, org-done-face, org-table-face)
10682 (org-time-grid-face):
10683 New backward-compatibility aliases for renamed faces.
10684 (org-level-faces, org-set-font-lock-defaults, org-timeline)
10685 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
10686 (org-agenda-get-timestamps, org-agenda-get-scheduled)
10687 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
10688
10689 * emulation/viper-init.el (viper-search, viper-replace-overlay)
10690 (viper-minibuffer-emacs, viper-minibuffer-insert)
10691 (viper-minibuffer-vi): Remove "-face" suffix from face names.
10692 (viper-search-face, viper-replace-overlay-face)
10693 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
10694 (viper-minibuffer-vi-face):
10695 New backward-compatibility aliases for renamed faces.
10696 (viper-search-face, viper-replace-overlay-face)
10697 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
10698 (viper-minibuffer-vi-face): Use renamed viper faces.
10699
10700 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
10701 Remove "-face" suffix from face names.
10702 (testcover-nohits-face, testcover-1value-face):
10703 New backward-compatibility aliases for renamed faces.
10704 (testcover-mark): Use renamed testcover faces.
10705
10706 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
10707 face name.
10708 (diary-button-face): New backward-compatibility alias for renamed face.
10709 (diary-entry): Use renamed diary-button face.
10710
10711 * calendar/calendar.el (diary, calendar-today, holiday)
10712 (mark-visible-calendar-date): Remove "-face" suffix from face names.
10713 (diary-face, calendar-today-face, holiday-face):
10714 New backward-compatibility aliases for renamed faces.
10715 (eval-after-load "facemenu", diary-entry-marker)
10716 (calendar-today-marker, calendar-holiday-marker, diary-face):
10717 Use renamed calendar faces.
10718
10719 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
10720 (compare-windows-face): New backward-compatibility alias for
10721 renamed face.
10722 (compare-windows-highlight): Use renamed compare-windows face.
10723
10724 * strokes.el (strokes-char): Remove "-face" suffix from face name.
10725 (strokes-char-face): New backward-compatibility alias for renamed face.
10726 (strokes-encode-buffer): Use renamed strokes-char face.
10727
10728 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
10729 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
10730 Remove "-face" suffix from face names.
10731 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
10732 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
10733 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
10734 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
10735 Use renamed pcvs faces.
10736 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
10737 * pcvs-defs.el (cvs-mode-map): Likewise.
10738 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
10739
10740 * info.el (info-title-1, info-title-2, info-title-3)
10741 (info-title-4): Remove "-face" suffix from and downcase face names.
10742 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
10743 (Info-title-4-face):
10744 New backward-compatibility aliases for renamed faces.
10745 (Info-fontify-node): Use renamed info faces.
10746
10747 * hilit-chg.el (highlight-changes, highlight-changes-delete):
10748 Remove "-face" suffix from face names.
10749 (highlight-changes-face, highlight-changes-delete-face):
10750 New backward-compatibility aliases for renamed faces.
10751 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
10752 (hilit-chg-make-list): Use renamed highlight-changes faces.
10753
10754 * generic-x.el (show-tabs-tab, show-tabs-space):
10755 Remove "-face" suffix from face names.
10756 (show-tabs-tab-face, show-tabs-space-face):
10757 New backward-compatibility aliases for renamed faces.
10758 (show-tabs-generic-mode-font-lock-defaults-1)
10759 (show-tabs-generic-mode-font-lock-defaults-2):
10760 Use renamed show-tabs faces.
10761
10762 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
10763 (smerge-markers): Remove "-face" suffix from face names.
10764 (smerge-mine-face, smerge-other-face, smerge-base-face)
10765 (smerge-markers-face):
10766 New backward-compatibility aliases for renamed faces.
10767 (smerge-mine-face, smerge-other-face, smerge-base-face)
10768 (smerge-markers-face): Use renamed smerge faces.
10769
10770 * log-view.el (log-view-file, log-view-message): Remove "-face"
10771 suffix from face names.
10772 (log-view-file-face, log-view-message-face):
10773 New backward-compatibility aliases for renamed faces.
10774 (log-view-file-face, log-view-message-face): Use renamed log-view
10775 faces.
10776
10777 * paren.el (show-paren-match, show-paren-mismatch):
10778 Remove "-face" suffix from face names.
10779 (show-paren-match-face, show-paren-mismatch-face):
10780 New backward-compatibility aliases for renamed faces.
10781 (show-paren-function): Use renamed show-paren faces.
10782
10783 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
10784 (ruler-mode-margins, ruler-mode-fringes)
10785 (ruler-mode-column-number, ruler-mode-fill-column)
10786 (ruler-mode-comment-column, ruler-mode-goal-column)
10787 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
10788 suffix from face names.
10789 (ruler-mode-default-face, ruler-mode-pad-face)
10790 (ruler-mode-margins-face, ruler-mode-fringes-face)
10791 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
10792 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
10793 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
10794 New backward-compatibility aliases for renamed faces.
10795 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
10796 (ruler-mode-column-number, ruler-mode-fill-column)
10797 (ruler-mode-comment-column, ruler-mode-goal-column)
10798 (ruler-mode-tab-stop, ruler-mode-current-column)
10799 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
10800 faces.
10801
10802 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
10803 face name.
10804 (whitespace-highlight-the-space): Use renamed face.
10805 (whitespace-highlight-face): New backward-compatibility alias for
10806 renamed face.
10807
10808 * woman.el (woman-italic, woman-bold, woman-unknown)
10809 (woman-addition, woman-symbol-face):
10810 Remove "-face" suffix from face names.
10811 (woman-italic-face, woman-bold-face, woman-unknown-face)
10812 (woman-addition-face):
10813 New backward-compatibility aliases for renamed faces.
10814 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
10815 (woman-decode-region, woman-replace-match)
10816 (woman-display-extended-fonts, woman-special-characters)
10817 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
10818 Use renamed woman faces.
10819
10820 * longlines.el (longlines-visible-face): Face removed.
10821
10822 * diff-mode.el (diff-header, diff-file-header, diff-index)
10823 (diff-hunk-header, diff-removed, diff-added, diff-changed)
10824 (diff-function, diff-context, diff-nonexistent): Remove "-face"
10825 suffix from face names.
10826 (diff-header-face, diff-file-header-face, diff-index-face)
10827 (diff-hunk-header-face, diff-removed-face, diff-added-face)
10828 (diff-changed-face, diff-function-face, diff-context-face)
10829 (diff-nonexistent-face): New backward-compatibility aliases for
10830 renamed faces.
10831 (diff-header-face, diff-file-header-face)
10832 (diff-index, diff-index-face, diff-hunk-header)
10833 (diff-hunk-header-face, diff-removed, diff-removed-face)
10834 (diff-added, diff-added-face, diff-changed-face, diff-function)
10835 (diff-function-face, diff-context-face, diff-nonexistent)
10836 (diff-nonexistent-face): Use renamed diff-mode faces.
10837
10838 * progmodes/compile.el (compilation-warning-face)
10839 (compilation-info-face): Remove "-face" suffix from face names.
10840 (compilation-warning-face, compilation-info-face):
10841 New backward-compatibility aliases for renamed faces.
10842 (compilation-warning-face, compilation-info-face):
10843 Use renamed compilation faces.
10844
10845 * add-log.el (change-log-date, change-log-name)
10846 (change-log-email, change-log-file, change-log-list)
10847 (change-log-conditionals, change-log-function)
10848 (change-log-acknowledgement): Remove "-face" suffix from face names.
10849 (change-log-date-face, change-log-name-face)
10850 (change-log-email-face, change-log-file-face)
10851 (change-log-list-face, change-log-conditionals-face)
10852 (change-log-function-face, change-log-acknowledgement-face):
10853 New backward-compatibility aliases for renamed faces.
10854 (change-log-font-lock-keywords): Use renamed change-log faces.
10855
10856 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
10857 (custom-set, custom-changed, custom-saved, custom-button)
10858 (custom-button-pressed, custom-documentation, custom-state)
10859 (custom-comment, custom-comment-tag, custom-variable-tag)
10860 (custom-variable-button, custom-face-tag, custom-group-tag-1)
10861 (custom-group-tag): Remove "-face" suffix from face names.
10862 (custom-magic-alist, custom-magic-value-create)
10863 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
10864 (custom-invalid-face, custom-rogue-face, custom-modified-face)
10865 (custom-set-face, custom-changed-face, custom-saved-face)
10866 (custom-button-face, custom-button-pressed-face)
10867 (custom-documentation-face, custom-state-face)
10868 (custom-comment-face, custom-comment-tag-face)
10869 (custom-variable-tag-face, custom-variable-button-face)
10870 (custom-face-tag-face, custom-group-tag-face-1)
10871 (custom-group-tag-face):
10872 New backward-compatibility aliases for renamed faces.
10873
10874 * wid-edit.el (widget-documentation, widget-button)
10875 (widget-field, widget-single-line-field, widget-inactive)
10876 (widget-button-pressed): "-face" suffix removed from face names.
10877 (widget-documentation-face, widget-button-face)
10878 (widget-field-face, widget-single-line-field-face)
10879 (widget-inactive-face, widget-button-pressed-face):
10880 New backward-compatibility aliases for renamed faces.
10881 (widget-documentation-face, widget-button-face)
10882 (widget-button-pressed-face, widget-specify-field)
10883 (widget-specify-inactive): Use renamed widget faces.
10884
10885 2005-06-10 Kenichi Handa <handa@m17n.org>
10886
10887 * term/x-win.el (x-clipboard-yank): Remove condition-case
10888 wrapping.
10889
10890 2005-06-11 Kenichi Handa <handa@m17n.org>
10891
10892 * add-log.el (change-log-font-lock-keywords): Make the regexp for
10893 date lines stricter.
10894
10895 2005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
10896
10897 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
10898 of x-get-selection.
10899
10900 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
10901
10902 * comint.el (comint-mode, comint-snapshot-last-prompt):
10903 * frame.el (frame-current-scroll-bars):
10904 * term.el (term-mode, term-check-proc, term-input-sender)
10905 (term-simple-send, term-extract-string, term-word)
10906 (term-match-partial-filename):
10907 * window.el (window-current-scroll-bars):
10908 * emulation/cua-base.el (cua-normal-cursor-color)
10909 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
10910 (cua-global-mark-cursor-color):
10911 * mail/undigest.el (rmail-forward-separator-regex):
10912 Fix typos in docstrings.
10913
10914 * comint.el (comint-check-proc, make-comint-in-buffer)
10915 (comint-source-default): Doc fixes.
10916
10917 * term.el (term-send-string): Improve argument/docstring consistency.
10918
10919 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
10920
10921 * comint.el (comint-send-input): Bind `inhibit-read-only' around
10922 call to `delete-region'.
10923 (comint-mode-hook): Do not enable Font Lock by default.
10924
10925 2005-06-09 Lute Kamstra <lute@gnu.org>
10926
10927 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
10928 could be void.
10929
10930 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
10931
10932 * emacs-lisp/debug.el (debugger-will-be-back): New var.
10933 (debug): Use it.
10934 (debugger-step-through, debugger-continue, debugger-jump)
10935 (debugger-return-value): Set it when needed.
10936 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
10937 Use inhibit-read-only.
10938
10939 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
10940
10941 * window.el (shrink-window-if-larger-than-buffer)
10942 (window-size-fixed): Fix typo in docstring.
10943
10944 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
10945 thumbnails directory on loading.
10946 (thumbs-conversion-program): Use `eq' to check the system type,
10947 not `equal'.
10948 (thumbs-temp-dir): Initialize to `temporary-file-directory',
10949 not "/tmp". Fix docstring.
10950 (thumbs-thumbsdir): New function to return the thumbnails
10951 directory, creating it if needed.
10952 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
10953 (thumbs-temp-file): Delete variable and make it into a function.
10954 (thumbs-resize-image, thumbs-modify-image): Use it.
10955 (thumbs-kill-buffer): Simplify.
10956 (thumbs-gensym): Defalias or duplicate CL `gensym'.
10957 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
10958 docstrings.
10959
10960 2005-06-09 Kim F. Storm <storm@cua.dk>
10961
10962 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
10963 set-match-data to free markers in match-data.
10964
10965 * replace.el (replace-match-data): Pass RESEAT arg `t' to
10966 match-data to unchain markers in match-data.
10967
10968 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
10969
10970 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
10971 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
10972 unnecessary now.
10973
10974 2005-06-08 Richard M. Stallman <rms@gnu.org>
10975
10976 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
10977 give the variable a doc string that doesn't say don't set it directly.
10978
10979 * textmodes/ispell.el (ispell-check-version):
10980 Use match-string-no-properties.
10981 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
10982 (ispell-buffer-local-words): Likewise.
10983
10984 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
10985 except on terminals with enough colors to really display it.
10986 (makefile-dependency-regex): Delete spurious `bb'.
10987
10988 * faces.el (escape-glyph): Use blue once again in last case.
10989 (no-break-space): Redefine so that it isn't invisible on a tty.
10990
10991 2005-06-08 Kim F. Storm <storm@cua.dk>
10992
10993 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
10994 also when reading directory name.
10995
10996 2005-06-08 Lute Kamstra <lute@gnu.org>
10997
10998 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
10999 (flyspell-mode-line-string): Remove autoload cookie.
11000 (flyspell-mode): Remove defvar.
11001
11002 2005-06-07 Lute Kamstra <lute@gnu.org>
11003
11004 * textmodes/org.el (org-run-mode-hooks): New function.
11005 (org-agenda-mode): Use it.
11006
11007 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
11008
11009 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
11010
11011 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
11012
11013 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
11014
11015 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
11016
11017 * font-lock.el (font-lock-add-keywords): Doc fix.
11018
11019 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
11020
11021 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
11022 (tex-compile-default): In the absence of any history, use the order in
11023 tex-compile-alist to choose the preferred command.
11024 (tex-compile-commands): Reorder a bit.
11025
11026 * textmodes/flyspell.el (flyspell-auto-correct-binding)
11027 (flyspell-incorrect-face, flyspell-duplicate-face):
11028 Use (X)Emacs-agnostic code.
11029 (flyspell-mode-map): Don't overwrite at each load. Remove code
11030 redundant with the subsequent add-minor-mode. Merge Emacs and
11031 XEmacs code.
11032 (flyspell-word): Minor simplification.
11033 (flyspell-math-tex-command-p): Quieten the byte-compiler.
11034 (flyspell-external-point-words): Remove unused vars `size' and `start'.
11035 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
11036 Merge the corresponding Emacs code.
11037 (flyspell-correct-word, flyspell-xemacs-popup):
11038 Use flyspell-do-correct.
11039
11040 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
11041 a dedicated window.
11042
11043 * international/latexenc.el (latexenc-find-file-coding-system):
11044 Undo part of last patch, to turn off a compiler warning.
11045
11046 2005-06-06 Juri Linkov <juri@jurta.org>
11047
11048 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
11049 Rename `tmm-inactive-face' to `tmm-inactive'.
11050
11051 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
11052
11053 * iswitchb.el: Rename faces.
11054
11055 2005-06-06 Kim F. Storm <storm@cua.dk>
11056
11057 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
11058 (cua-global-mark): Remove -face suffix from face names.
11059
11060 * emulation/cua-gmrk.el (cua--init-global-mark):
11061 Remove cua-global-mark face setup.
11062
11063 2005-06-06 Richard M. Stallman <rms@gnu.org>
11064
11065 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
11066 just like other allowed characters.
11067 (makefile-match-dependency): Exclude leading and training whitespace
11068 from the range of regexp subexp 1.
11069 (makefile-macroassign-regex): Don't try to match the body,
11070 just the name of the macro being defined.
11071
11072 * info.el (Info-read-node-name-2): New function.
11073 (Info-read-node-name-1): Use that.
11074 Add a completion-base-size-function property.
11075
11076 * simple.el (completion-setup-function): Look for
11077 completion-base-size-function property of minibuffer-completion-table.
11078
11079 * files.el (locate-file-completion): Doc fix.
11080
11081 * printing.el: Don't call pr-update-menus; user must do that.
11082
11083 * emacs-lisp/debug.el (debugger-window): New variable.
11084 (debug): Use debugger-window if it is set and still alive.
11085 Record debugger-window for next entry.
11086
11087 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
11088
11089 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
11090
11091 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
11092 (hack-one-local-variable, hack-local-variables)
11093 (hack-local-variables-prop-line): Pass that arg.
11094
11095 2005-06-06 Kim F. Storm <storm@cua.dk>
11096
11097 * ido.el (ido-first-match, ido-only-match, ido-subdir)
11098 (ido-indicator): Remove -face suffix from face names.
11099
11100 2005-06-06 Juri Linkov <juri@jurta.org>
11101
11102 * font-lock.el (font-lock-regexp-backslash)
11103 (font-lock-regexp-backslash-construct): New faces.
11104 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
11105 after `('. Add `while-no-input' to control structures.
11106
11107 * faces.el (no-break-space, shadow): New faces.
11108 (escape-glyph): Use less loud colors pink2 and red4.
11109
11110 * diff-mode.el (diff-context-face)
11111 * dired.el (dired-ignored)
11112 * rfn-eshadow.el (file-name-shadow)
11113 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
11114
11115 * info.el (Info-title-1-face): Use green instead of yellow because
11116 bold yellow is not readable on light backgrounds.
11117
11118 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
11119 before selecting the desired mode to not spend time fontifying
11120 old contents.
11121
11122 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
11123
11124 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
11125 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
11126
11127 * ps-print.el (ps-default-fg, ps-default-bg):
11128 Fix typos in docstrings.
11129
11130 * isearchb.el (isearchb): Don't pass a spurious second argument to
11131 `iswitchb-completions'.
11132
11133 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
11134
11135 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
11136 to preserve point.
11137 (gdb-find-file-hook): Add doc string.
11138
11139 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
11140 C dereferenced pointer expression.
11141 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
11142
11143 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
11144
11145 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
11146 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
11147 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
11148 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
11149 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
11150 Make background transparent.
11151
11152 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
11153
11154 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
11155 (font-lock-remove-keywords): Doc fix.
11156 (font-lock-mode-major-mode): Compiler defvar.
11157 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
11158
11159 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
11160 (font-lock-mode): Update `font-lock-mode-major-mode'.
11161 (font-lock-set-defaults): Compiler defvar.
11162 (font-lock-default-function): Take `font-lock-mode-major-mode'
11163 into account.
11164
11165 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
11166 keep track of which major mode it enabled the minor mode for.
11167 Use find-file-hook again. Update docstring.
11168
11169 * simple.el (eval-expression-print-level)
11170 (eval-expression-print-length, eval-expression-debug-on-error):
11171 Doc fixes.
11172
11173 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
11174
11175 * iswitchb.el (iswitchb-single-match-face)
11176 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
11177 (iswitchb-invalid-regexp-face): New faces.
11178 (iswitchb-completions): Use them.
11179 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
11180 now marked as an obsolete alias.
11181 (iswitchb-read-buffer): Remove check for bound font variables.
11182 (iswitchb-invalid-regexp): New free variable.
11183 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
11184 set iswitchb-invalid-regexp.
11185 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
11186 invalid regexps.
11187 (iswitchb-completions): Add check for complete match when entering
11188 a regexp.
11189 (iswitchb-completions): Remove require-match argument.
11190 (iswitchb-exhibit): Fix caller.
11191 (iswitchb-common-match-inserted): New variable.
11192 (iswitchb-complete, iswitchb-completion-help): Use it.
11193
11194 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
11195
11196 * url-http.el (url-http-chunked-encoding-after-change-function):
11197 Use `url-http-debug' instead of `message'.
11198
11199 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
11200
11201 * url-http.el (url-http-parse-headers): Pass redirected URL as a
11202 callback argument.
11203
11204 2005-06-04 Kim F. Storm <storm@cua.dk>
11205
11206 * simple.el (line-move): Only call sit-for when moving backwards.
11207
11208 * ido.el (ido-make-merged-file-list-1): New defun split from
11209 ido-make-merged-file-list.
11210 (ido-make-merged-file-list): Bind throw-on-input around call to
11211 ido-make-merged-file-list-1. Return input-pending-p if
11212 interrupted by more input available.
11213 (ido-read-internal): Handle input-pending-p return value from
11214 ido-make-merged-file-list.
11215
11216 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
11217
11218 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
11219 compatibility code.
11220
11221 * international/latexenc.el (latexenc-find-file-coding-system):
11222 Don't inherit the EOL part of the coding-system from the
11223 tex-main buffer. Fit within 80 columns.
11224
11225 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
11226
11227 * tmm.el (tmm-inactive-face): New face.
11228 (tmm-remove-inactive-mouse-face): New function.
11229 (tmm-prompt, tmm-add-one-shortcut)
11230 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
11231 but not selectable.
11232
11233 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
11234
11235 * faces.el (face-equal): Improve argument/docstring consistency.
11236
11237 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
11238
11239 * progmodes/make-mode.el (makefile-targets-face)
11240 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
11241 (makefile-bsdmake-dependency-regex)
11242 (makefile-makepp-rule-action-regex)
11243 (makefile-bsdmake-rule-action-regex): New constants.
11244 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
11245
11246 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11247 Allow (...) within `...' for makepp messages.
11248
11249 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
11250
11251 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
11252
11253 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
11254 "." files are deleted from all file lists before comparison.
11255
11256 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
11257 (viper-ESC-key): Made them customizable.
11258
11259 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
11260
11261 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
11262
11263 * autorevert.el (auto-revert-buffers): Use save-match-data.
11264
11265 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
11266
11267 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
11268 menu items with a nil command binding.
11269
11270 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
11271
11272 * emacs-lisp/cl-macs.el (defsetf):
11273 Improve argument/docstring consistency.
11274
11275 * faces.el (list-faces-display): Improve the formatting by
11276 computing the maximum length required for any face-name (reworked
11277 patch of 1999-01-11, accidentally deleted on 1999-07-21).
11278 (internal-find-face): Remove redundant info in docstring.
11279
11280 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
11281
11282 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
11283 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
11284 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
11285 (gdb-assembler-custom): Improve regexps.
11286 (def-gdb-auto-update-handler): Use window point to preserve point.
11287
11288 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
11289
11290 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
11291
11292 2005-05-31 Jay Belanger <belanger@truman.edu>
11293
11294 * calc/calc-embed.el (calc-embedded-word): Change argument passed
11295 to calc-embedded.
11296 (calc-embedded-make-info): Have plain prefix argument select
11297 entire line.
11298
11299 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
11300
11301 * faces.el (list-faces-display): Signal error if passed a regexp
11302 that matches no face name.
11303
11304 * simple.el (filter-buffer-substring): Fix typo in docstring.
11305
11306 2005-05-31 Richard M. Stallman <rms@gnu.org>
11307
11308 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
11309 (vhdl-emacs-21): Doc fix.
11310 (vhdl-mode): Unconditionally set comment-padding.
11311 (vhdl-fixup-whitespace-region): Insert spaces only where
11312 there are none.
11313 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
11314
11315 2005-05-30 John Wiegley <johnw@newartisans.com>
11316
11317 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
11318 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
11319 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
11320 `directory-sep-char' to ?/, and all uses of `string-to-int' to
11321 `string-to-number'.
11322
11323 2005-05-30 Jay Belanger <belanger@truman.edu>
11324
11325 * calc/calc.el (calc-bug-address): Fix docstring.
11326 (calc-window-hook, calc-trail-window-hook): New variables.
11327 (calc-trail-display): Restore use of calc-trail-window-hook.
11328 (calc): Restore use of calc-window-hook.
11329
11330 2005-05-31 Masatake YAMATO <jet@gyve.org>
11331
11332 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
11333
11334 * help-fns.el (help-C-file-name): Add autoload mark for
11335 `find-function-noselect'.
11336
11337 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
11338
11339 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
11340 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
11341
11342 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
11343
11344 * calendar/diary-lib.el (mark-included-diary-files): Only kill
11345 included diary buffer if it was not already being visited.
11346 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
11347
11348 * calendar/icalendar.el (top-level): Do not require 'appt.
11349
11350 * mail/supercite.el (sc-select-attribution): Only use a list
11351 element from sc-attrib-selection-list if it returns a string.
11352 Reported by Davide G. M. Salvetti <salve@debian.org>.
11353
11354 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
11355
11356 * thumbs.el (thumbs-thumbname): The resulting thumbname now
11357 includes a hash value to improve its uniqueness, and has a ".jpg"
11358 extension. Also, it is now a valid filename on all systems.
11359 (thumbs-make-thumb): Use `let', not `let*'.
11360 (thumbs-show-thumbs-list): Check for JPEG availability.
11361
11362 2005-05-30 Richard M. Stallman <rms@gnu.org>
11363
11364 * filesets.el (filesets-menu-ensure-use-cached):
11365 Prevent warning when emacs-version>= is undefined.
11366
11367 * printing.el (pr-interactive-n-up): Use string-to-number.
11368
11369 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
11370
11371 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
11372 Warn only when name to be defined is quoted.
11373
11374 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
11375
11376 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
11377 Make regexp more robust.
11378 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
11379 Force regeneration of disassembly.
11380
11381 2005-05-29 Jay Belanger <belanger@truman.edu>
11382
11383 * calc/calc.el (calc-user-invocation): Check if
11384 calc-invocation-macro is non-nil.
11385
11386 2005-05-29 Juri Linkov <juri@jurta.org>
11387
11388 * add-log.el (change-log-font-lock-keywords):
11389 Add `+' to e-mail regexp to accept mail address with keywords.
11390
11391 * man.el (Man-name-regexp): Add `:' to accept qualified names.
11392
11393 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
11394
11395 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
11396
11397 * ielm.el (inferior-emacs-lisp-mode): Ditto.
11398
11399 2005-05-29 Richard M. Stallman <rms@gnu.org>
11400
11401 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
11402 Undo the change that moves to end of the current word.
11403
11404 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
11405
11406 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
11407 Throw error when count <= 0 to ensure input is a number.
11408 (gdb-read-memory-custom): Pick up address from buffer.
11409 (gdb-memory-mode): Allow user to increment and decrement
11410 memory address from header line.
11411
11412 2005-05-29 Richard M. Stallman <rms@gnu.org>
11413
11414 * flyspell.el (flyspell-version): Function deleted.
11415 (flyspell-auto-correct-previous-hook): Doc fix.
11416
11417 * jit-lock.el (jit-lock-function, jit-lock-after-change):
11418 Do nothing if memory is full.
11419
11420 * font-lock.el (font-lock-fontify-syntactically-region):
11421 Pass t for GREEDY to looking-back.
11422
11423 * saveplace.el (save-place-alist-to-file): Write the file
11424 using write-region.
11425
11426 * subr.el (looking-back): New argument GREEDY.
11427
11428 * progmodes/compile.el (compilation-start): Set the mode
11429 before inserting the initial text.
11430
11431 * progmodes/which-func.el (which-func-update-1): Turn the mode
11432 off in case of error by setting which-func-mode.
11433
11434 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
11435
11436 * flyspell.el (flyspell-auto-correct-previous-word):
11437 Narrow down to what's on the screen, and recenter overlays
11438 at the end of the next word.
11439
11440 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
11441
11442 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
11443 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
11444 (flyspell-abbrev-p): Default to nil.
11445 (flyspell-use-global-abbrev-table-p): Doc fix.
11446 (flyspell-large-region): Allow nil as value.
11447 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
11448
11449 (mail-mode-flyspell-verify): More robust handling
11450 of `mail-header-separator'. More efficient signature detection.
11451 Allow for regexp metacharacters in message-header-separator.
11452 Adding `To' not to be checked in mail-mode-flyspell-verify.
11453
11454 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
11455 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
11456 Bind flyspell-auto-correct-binding.
11457 Bind C-. and C-, .
11458 (flyspell-mode-map): Likewise.
11459 (flyspell-mode): Doc fix.
11460 (flyspell-accept-buffer-local-defs): Preserve current buffer.
11461 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
11462 (flyspell-word-cache-result): New var, always local.
11463 (flyspell-check-pre-word-p): Doc fix.
11464 (flyspell-check-changed-word-p): Handle spc like newline.
11465 (flyspell-post-command-hook): Set flyspell-word-cache-result.
11466 (flyspell-word-search-backward, flyspell-word-search-forward):
11467 New functions.
11468 (flyspell-word): Return t if nothing to check.
11469 When parsing TeX code, check for after } or \.
11470 Use flyspell-word-search-backward to find previous word.
11471 Return nil if duplicated word.
11472 For word already checked, return same value as last time.
11473 Set flyspell-word-cache-result after checking.
11474 Don't clobber the return value.
11475 (flyspell-get-word): Major rewrite.
11476 (flyspell-external-point-words): New locals pword, pcount.
11477 Fix size used in progress message.
11478 Find the proper corresponding word in flyspell-large-region-buffer.
11479 (flyspell-region): Check for flyspell-large-region = nil.
11480 (flyspell-highlight-incorrect-region): Clean up overlays in region.
11481 (flyspell-auto-correct-word): Check that WORD is a cons.
11482 (flyspell-correct-word): Likewise.
11483
11484 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
11485
11486 * progmodes/make-mode.el (makefile-rule-action-regex)
11487 (makefile-macroassign-regex, makefile-makepp-mode)
11488 (makefile-bsdmake-mode): Continuation lines may be empty.
11489 Reported by Joshua Varner.
11490 (makefile-makepp-font-lock-keywords): Add $(stem).
11491
11492 2005-05-28 Karl Berry <karl@gnu.org>
11493
11494 * textmodes/tex-mode.el: Now that tex-send-command calls
11495 shell-quote-argument (2005-03-31 change), remove all calls to
11496 shell-quote-argument; they all end up invoking tex-send-command.
11497 The double quoting loses on filenames with non-safe characters,
11498 such as "@". Reported by Frederik Fouvry.
11499
11500 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
11501
11502 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
11503 about preserving point.
11504
11505 2005-05-27 Jay Belanger <belanger@truman.edu>
11506
11507 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
11508 Info-goto-node.
11509
11510 * calc/calc-embed.el (calc-embed-arg): New variable.
11511 (calc-do-embedded-activate, calc-embedded-activate-formula)
11512 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
11513 variable by new variable.
11514 (calc-embedded-make-info): Replace undeclared variable by new
11515 variable. When selecting region with positive prefix
11516 argument, use end of previous line instead of beginning of line.
11517
11518 * calc/calc-aent.el (calc-arg-values): Declare it.
11519
11520 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
11521 Declare them.
11522
11523 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
11524
11525 * calc/calc.el (calc-alg-map): Declare it.
11526
11527 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
11528
11529 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
11530
11531 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
11532 (gdb-registers-buffer, toggle-gdb-all-registers):
11533 Toggle display of floating point registers.
11534 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
11535
11536 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
11537 (toggle-gud-tooltip-dereference):
11538 Rename from gud-toggle-tooltip-dereference.
11539
11540 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
11541
11542 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
11543
11544 2005-05-27 Jay Belanger <belanger@truman.edu>
11545
11546 * calc/calc-prog.el (calc-kbd-report): Remove.
11547 (calc-kbd-query): Rewrite.
11548
11549 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
11550
11551 * image.el (image-library-alist): Move to image.c.
11552 (image-type-available-p): Doc fix.
11553
11554 2005-05-27 Lute Kamstra <lute@gnu.org>
11555
11556 * calc/calc.el (calc):
11557 * outline.el (outline-1, outline-2, outline-3, outline-4)
11558 (outline-5, outline-6, outline-7, outline-8):
11559 * textmodes/dns-mode.el (dns-mode):
11560 * textmodes/sgml-mode.el (sgml-namespace-face):
11561 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
11562 (tex-verbatim-face, tex-use-reftex):
11563 * textmodes/texinfo.el (texinfo-heading-face):
11564 Specify customization group.
11565
11566 * longlines.el: Don't require easy-mmode.
11567 (longlines-visible-face): Specify customization group.
11568
11569 2005-05-27 Kenichi Handa <handa@m17n.org>
11570
11571 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
11572 encoding table of windows-1251.
11573
11574 * international/ucs-tables.el (ucs-set-table-for-input):
11575 If translation-table-for-input of a coding system is a symbol, get
11576 its translation-table property.
11577
11578 * international/code-pages.el: Don't register a coding system into
11579 non-iso-charset-alist more than once.
11580 (cp-make-coding-system): Likewise.
11581
11582 2005-05-26 John Wiegley <johnw@newartisans.com>
11583
11584 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
11585 `eshell-resume-eval' is wrapped in a list, it indicates that the
11586 command was run asynchronously. In that case, unwrap the value
11587 before checking the delimiter value.
11588
11589 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
11590 character before a space at the end of a line is \, assume the space
11591 is part of the last argument rather than a final argument separator.
11592
11593 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
11594 is in use, and the target is `t' or `nil' (which are the most common
11595 values), don't assume that the symbol target is a buffer.
11596
11597 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
11598
11599 * calendar/calendar.el (calendar-mode-line-format):
11600 Use mode-line-highlight as mouse-face.
11601
11602 * time.el (display-time-string-forms, display-time-update):
11603 Use mode-line-highlight as mouse-face.
11604
11605 2005-05-26 Jay Belanger <belanger@truman.edu>
11606
11607 * calc/calc.el (calc-language-alist): Remove extra defvar.
11608
11609 2005-05-26 Lute Kamstra <lute@gnu.org>
11610
11611 * arc-mode.el (archive-mode):
11612 * bookmark.el (bookmark-read-annotation-mode)
11613 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
11614 * bs.el (bs-mode):
11615 * calc/calc-yank.el (calc-edit-mode):
11616 * calc/calc.el (calc-mode, calc-trail-mode):
11617 * calculator.el (calculator-mode):
11618 * chistory.el (command-history-mode):
11619 * comint.el:
11620 * cus-edit.el (custom-mode):
11621 * descr-text.el (describe-text-mode):
11622 * ebuff-menu.el (Electric-buffer-menu-mode):
11623 * ediff-util.el (ediff-mode):
11624 * emacs-lisp/re-builder.el (reb-mode):
11625 * emulation/vi.el (vi-mode-setup):
11626 * emulation/ws-mode.el (wordstar-mode):
11627 * eshell/esh-mode.el (eshell-mode):
11628 * forms.el (forms-mode):
11629 * help-mode.el (help-mode):
11630 * hexl.el (hexl-mode):
11631 * ibuffer.el (ibuffer-mode):
11632 * ielm.el (inferior-emacs-lisp-mode):
11633 * info.el (Info-mode, Info-edit-mode):
11634 * international/swedish.el:
11635 * ledit.el (ledit-from-lisp-mode):
11636 * locate.el (locate-mode):
11637 * mail/rmail.el (rmail-mode):
11638 * mail/rmailedit.el (rmail-edit-mode):
11639 * mail/rmailsum.el (rmail-summary-mode):
11640 * mail/supercite.el (sc-electric-mode):
11641 * net/eudc.el (eudc-mode):
11642 * net/quickurl.el (quickurl-list-mode):
11643 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
11644 * obsolete/ooutline.el (outline-mode):
11645 * obsolete/options.el (Edit-options-mode):
11646 * obsolete/rnews.el (news-mode):
11647 * obsolete/rnewspost.el (news-reply-mode):
11648 * play/5x5.el (5x5-mode):
11649 * play/decipher.el (decipher-mode, decipher-stats-mode):
11650 * play/gomoku.el (gomoku-mode):
11651 * play/snake.el (snake-mode):
11652 * play/solitaire.el (solitaire-mode):
11653 * play/tetris.el (tetris-mode):
11654 * progmodes/ada-mode.el (ada-mode):
11655 * progmodes/antlr-mode.el (antlr-mode):
11656 * progmodes/autoconf.el (autoconf-mode):
11657 * progmodes/dcl-mode.el (dcl-mode):
11658 * progmodes/delphi.el (delphi-mode):
11659 * progmodes/ebrowse.el (ebrowse-tree-mode)
11660 (ebrowse-electric-list-mode, ebrowse-member-mode)
11661 (ebrowse-electric-position-mode):
11662 * progmodes/f90.el (f90-mode):
11663 * progmodes/fortran.el (fortran-mode):
11664 * progmodes/icon.el (icon-mode):
11665 * progmodes/idlw-help.el (idlwave-help-mode):
11666 * progmodes/idlw-shell.el (idlwave-shell-mode):
11667 * progmodes/idlwave.el (idlwave-mode):
11668 * progmodes/inf-lisp.el (inferior-lisp-mode):
11669 * progmodes/m4-mode.el (m4-mode):
11670 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
11671 * progmodes/modula2.el (modula-2-mode):
11672 * progmodes/octave-inf.el (inferior-octave-mode):
11673 * progmodes/octave-mod.el (octave-mode):
11674 * progmodes/pascal.el (pascal-mode):
11675 * progmodes/sh-script.el (sh-mode):
11676 * progmodes/sql.el (sql-mode, sql-interactive-mode):
11677 * progmodes/vhdl-mode.el (vhdl-mode):
11678 * progmodes/xscheme.el (scheme-interaction-mode):
11679 * replace.el (occur-mode):
11680 * ses.el (ses-mode):
11681 * simple.el (completion-list-mode):
11682 * skeleton.el:
11683 * speedbar.el (speedbar-mode):
11684 * term.el (term-mode):
11685 * terminal.el (terminal-edit-mode):
11686 * textmodes/reftex-index.el (reftex-index-mode)
11687 (reftex-index-phrases-mode):
11688 * textmodes/reftex-sel.el (reftex-select-label-mode)
11689 (reftex-select-bib-mode):
11690 * textmodes/reftex-toc.el (reftex-toc-mode):
11691 * wdired.el (wdired-change-to-wdired-mode):
11692 * wid-browse.el (widget-browse-mode):
11693 Use run-mode-hooks.
11694
11695 * array.el (array-mode):
11696 * calendar/todo-mode.el (todo-mode):
11697 * man.el (Man-mode):
11698 * play/landmark.el (lm-mode):
11699 * play/mpuz.el (mpuz-mode):
11700 Use kill-all-local-variables and run-mode-hooks.
11701
11702 * subr.el (delay-mode-hooks): Specify indentation.
11703
11704 2005-05-26 Mark A. Hershberger <mah@everybody.org>
11705
11706 * xml.el (xml-substitute-special): Don't die for undefined xml
11707 entities.
11708
11709 2005-05-26 Jay Belanger <belanger@truman.edu>
11710
11711 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
11712 of nil.
11713
11714 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
11715
11716 * progmodes/gdb-ui.el (gdb-frame-address):
11717 Rename from gdb-current-address.
11718 (gdb-previous-frame-address): Rename from gdb-previous-address.
11719 (gdb-selected-frame): Rename from gdb-current-frame.
11720 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
11721 (gdb-frame-number): Rename from gdb-current-stack-level.
11722 (gdb-ann3): Match new mode-name for disassembly buffer.
11723 Extend initialization of variables.
11724 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
11725 (gdb-memory-mode): Use mouse-face in header line.
11726 (gdb-assembler-buffer-name): Call it disassembly and give frame
11727 in mode line.
11728 (gdb-source-spec-regexp, gdb-assembler-custom)
11729 (gdb-invalidate-assembler, gdb-frame-handler):
11730 Make robust to leading zeroes in address format.
11731
11732 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
11733
11734 * textmodes/org.el (org-mode): Use `define-derived-mode' to
11735 define `org-mode'.
11736 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
11737
11738 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
11739
11740 * log-edit.el (log-edit-changelog-entries): Distinguish between
11741 filenames like xfns.c and fns.c.
11742
11743 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
11744
11745 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
11746 point after reverting.
11747 (Buffer-menu-make-sort-button): Handle the case where
11748 `Buffer-menu-use-header-line' is nil.
11749
11750 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
11751
11752 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
11753 New funcs. In minibuffer-local-completion-map bind `]', `/'
11754 and `:' to them.
11755
11756 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
11757
11758 * startup.el (normal-top-level): Allow modification of load-path while
11759 we're iterating over it.
11760
11761 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
11762
11763 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
11764 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
11765 (thumbs-resize-interactive, thumbs-insert-image)
11766 (thumbs-insert-thumb, thumbs-dired-show-marked)
11767 (thumbs-find-image-at-point, thumbs-delete-images)
11768 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
11769 (thumbs-increment-image-size, thumbs-decrement-image-size):
11770 Fix typos in docstrings.
11771
11772 2005-05-24 Andre Spiegel <spiegel@gnu.org>
11773
11774 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
11775 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
11776 (cperl-mode): Use them.
11777
11778 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
11779
11780 * window.el (quit-window, shrink-window-if-larger-than-buffer):
11781 Doc fixes.
11782
11783 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
11784
11785 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
11786 Bind C-d to gdb-inferior-io-eof.
11787
11788 * dired.el (dired-dnd-popup-notice): Use message-box.
11789
11790 2005-05-23 Masatake YAMATO <jet@gyve.org>
11791
11792 * bindings.el (mode-line-major-mode-keymap):
11793 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
11794
11795 * faces.el (mode-line-highlight): New face.
11796
11797 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
11798 as mouse-face.
11799
11800 * bindings.el (top-level, help-echo, mode-line-modified)
11801 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
11802 as mouse-face.
11803
11804 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
11805
11806 * progmodes/cc-engine.el (c-guess-basic-syntax):
11807 Remove spurious call to `zerop'.
11808
11809 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
11810
11811 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
11812
11813 CC Mode update to 5.30.10:
11814
11815 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
11816 could go past the limit in decoration level 2, thereby causing
11817 errors during interactive fontification.
11818
11819 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
11820 the file is evaluated interactively.
11821
11822 * cc-engine.el (c-guess-basic-syntax): Handle operator
11823 declarations somewhat better in C++.
11824
11825 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
11826 make use of `run-mode-hooks' which has been added in Emacs 21.1.
11827 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
11828 (awk-mode): Use it.
11829 (make-local-hook): Suppress warning about obsoleteness.
11830
11831 * cc-engine.el, cc-align.el, cc-cmds.el
11832 (c-append-backslashes-forward, c-delete-backslashes-forward)
11833 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
11834 Compensate for return value from `forward-line' when it has moved
11835 but not to a different line due to eob.
11836
11837 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
11838 `objc-method-intro' and `objc-method-args-cont'.
11839
11840 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
11841
11842 CC Mode update to 5.30.10:
11843
11844 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
11845 in the copyright statement. Incidentally, change "along with GNU
11846 Emacs" to "along with this program" where it occurs.
11847
11848 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
11849 so that it is interactive, hence can be found by M-x awk-mode
11850 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
11851 <gmorris+emacs@ast.cam.ac.uk>.
11852
11853 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
11854 Mode's regexps.
11855
11856 2005-05-23 Kevin Ryde <user42@zip.com.au>
11857
11858 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
11859 c-parse-state, to avoid a lisp error (on bad code).
11860
11861 2005-05-23 Lute Kamstra <lute@gnu.org>
11862
11863 * subr.el (font-lock-defaults): Remove defvar as it's already
11864 defined in font-core.el.
11865
11866 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
11867
11868 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
11869
11870 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
11871 more general and work when GDB variable "print pretty" is on,
11872 as with Emacs, for example.
11873
11874 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
11875
11876 * font-core.el: Update comment.
11877
11878 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
11879 Use `after-change-major-mode-hook' instead of `find-file-hook'.
11880
11881 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
11882
11883 2005-05-22 Eli Zaretskii <eliz@gnu.org>
11884
11885 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
11886 and `yank-handler' in the doc strings.
11887
11888 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
11889
11890 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
11891
11892 2005-05-22 Richard M. Stallman <rms@gnu.org>
11893
11894 * help.el (describe-key): Move print-help-return-message call
11895 out of conditional.
11896
11897 * progmodes/etags.el (list-tags): Use with-no-warnings.
11898
11899 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
11900 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
11901 (starttls-extra-args, starttls-extra-arguments): Add defvars.
11902
11903 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
11904
11905 * language/viet-util.el (viet-viscii-nonascii-translation-table):
11906 Add defvar.
11907
11908 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
11909 Use defvar, not defconst.
11910
11911 * hexl.el (hexl-follow-line): Use with-no-warnings.
11912
11913 * emulation/tpu-extras.el: Use write-file-functions instead of
11914 write-file-hooks.
11915
11916 * dired.el (dired-font-lock-keywords): Fontify files with junk
11917 extensions even if marked by -F.
11918
11919 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
11920
11921 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
11922 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
11923 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
11924 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
11925 (concatenate, list-length, get*, getf, cl-remprop):
11926 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
11927 (etypecase, progv, lexical-let, lexical-let*)
11928 (multiple-value-bind, multiple-value-setq, shiftf):
11929 Improve argument/docstring consistency.
11930
11931 * subr.el (focus-frame, unfocus-frame):
11932 Revert deletion on 2005-05-01.
11933
11934 2005-05-22 Andre Spiegel <spiegel@gnu.org>
11935
11936 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
11937 doesn't exist.
11938
11939 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
11940 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
11941
11942 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
11943
11944 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
11945 already deleted variables: auto-fill-hook, blink-paren-hook,
11946 lisp-indent-hook, inhibit-local-variables, unread-command-event,
11947 suspend-hooks, comment-indent-hook, meta-flag,
11948 before-change-function, after-change-function,
11949 font-lock-doc-string-face.
11950
11951 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
11952
11953 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
11954
11955 2005-05-21 Eli Zaretskii <eliz@gnu.org>
11956
11957 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
11958 rmail-dont-reply-to.
11959
11960 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
11961
11962 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
11963 literal blank when splitting new-header-values.
11964
11965 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
11966
11967 * calendar/cal-menu.el (cal-menu-update): Add separator as a
11968 string so that tmm doesn't create a completion entry for it.
11969
11970 * textmodes/table.el (table-disable-menu): Ditto.
11971
11972 2005-05-21 Richard M. Stallman <rms@gnu.org>
11973
11974 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
11975
11976 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
11977
11978 * net/rcompile.el (remote-compile): Use compilation-start.
11979
11980 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
11981
11982 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
11983
11984 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
11985 Default to makefile-bsdmake-mode on BSD systems.
11986
11987 * imenu.el (imenu-generic-expression, imenu--generic-function'):
11988 REGEXP may also be a search function now. The part of doc-string
11989 for describing the structure was 95% identical to that of
11990 `imenu--generic-function'. Unify it there.
11991
11992 * progmodes/make-mode.el (makefile-imenu-generic-expression):
11993 Use function to find dependencies, because regexp alone is so complex,
11994 it easily goes into an endless loop.
11995 (makefile-makepp-mode): Also add submenu for Perl functions
11996 defined in the makefile.
11997 (makefile-bsdmake-mode): Special imenu-generic-expression no
11998 longer needed, due to function call.
11999 (makefile-match-dependency): Take BOUND into account when checking
12000 if we're through.
12001
12002 2005-05-20 Jay Belanger <belanger@truman.edu>
12003
12004 * calc/calc-units.el (calc-invalidate-units-table):
12005 Use inhibit-read-only.
12006 (math-build-units-table-buffer): Use view-mode.
12007
12008 2005-05-20 David Kastrup <dak@gnu.org>
12009
12010 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
12011 easy-menu-add is not a nop on Emacs; and clarify when to call it.
12012
12013 2005-05-20 Lute Kamstra <lute@gnu.org>
12014
12015 * diff-mode.el (diff-header-face, diff-file-header-face)
12016 (diff-index-face, diff-hunk-header-face, diff-removed-face)
12017 (diff-added-face, diff-changed-face, diff-function-face)
12018 (diff-context-face, diff-nonexistent-face): Put them in the
12019 diff-mode customization group.
12020
12021 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
12022
12023 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
12024
12025 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
12026
12027 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
12028 Minor regexp-optimization.
12029
12030 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
12031
12032 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
12033 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
12034 (org-agenda-add-time-grid-maybe): New function.
12035 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
12036 (org-table-create): `dotimes' instead of `mapcar'.
12037 (org-xor): Simplify implementation.
12038 (org-agenda): `inhibit-redisplay' turned on.
12039 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
12040 a consistent line after a state change.
12041 (org-agenda-remove-times-when-in-prefix): New option.
12042 (org-prefix-has-time): New variable.
12043 (org-parse-time-string): Optional argument NODEFAULT.
12044 (org-format-agenda-item): Parse items for time-of-day
12045 specifications and move these into the prefix if possible.
12046 (org-agenda-priority): Get current heading, not previous heading
12047 during agenda remote editing.
12048
12049 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
12050
12051 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
12052 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
12053 (remove-duplicates, delete-duplicates, substitute)
12054 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
12055 (nsubstitute-if-not, find, find-if, find-if-not, position)
12056 (position-if, position-if-not, count, count-if, count-if-not)
12057 (mismatch, search, sort*, stable-sort, merge, member*)
12058 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
12059 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
12060 (intersection, nintersection, set-difference, nset-difference)
12061 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
12062 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
12063 (nsublis, tree-equal): Improve argument/docstring consistency.
12064
12065 * subr.el (send-string, send-region):
12066 Remove obsolescence declaration.
12067 (window-dot, set-window-dot, read-input, show-buffer)
12068 (eval-current-buffer, string-to-int):
12069 Add release number to obsolescence declarations.
12070
12071 2005-05-19 Kim F. Storm <storm@cua.dk>
12072
12073 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
12074 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
12075
12076 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
12077
12078 * faces.el (list-faces-display): Make back button respect optional
12079 regexp arg.
12080
12081 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
12082
12083 * calculator.el (calculator-radix-grouping-mode)
12084 (calculator-radix-grouping-digits, calculator-displayer)
12085 (calculator-radix-grouping-separator, calculator-copy-displayer):
12086 * dabbrev.el (dabbrev-search-these-buffers-only):
12087 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
12088 (diff-advance-after-apply-hunk, diff-mode-hook)
12089 (diff-minor-mode-prefix):
12090 * imenu.el (imenu-use-popup-menu):
12091 * jit-lock.el (jit-lock-context-time):
12092 * newcomment.el (comment-fill-column, comment-column)
12093 (comment-style, comment-padding, comment-multi-line)
12094 (comment-empty-lines, comment-auto-fill-only-comments):
12095 * reveal.el (reveal-around-mark):
12096 * uniquify.el (uniquify-buffer-name-style)
12097 (uniquify-after-kill-buffer-p)
12098 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
12099 (uniquify-min-dir-content, uniquify-separator)
12100 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
12101 * w32-vars.el (w32-fixed-font-alist):
12102 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
12103 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
12104 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
12105 * progmodes/perl-mode.el (perl-indent-level)
12106 (perl-continued-statement-offset, perl-continued-brace-offset)
12107 (perl-brace-offset, perl-brace-imaginary-offset)
12108 (perl-label-offset, perl-indent-continued-arguments)
12109 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
12110 * progmodes/tcl.el (tcl-indent-level)
12111 (tcl-continued-indent-level, tcl-auto-newline)
12112 (tcl-tab-always-indent, tcl-electric-hash-style)
12113 (tcl-help-directory-list, tcl-use-smart-word-finder)
12114 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
12115 (inferior-tcl-source-command):
12116 * textmodes/fill.el (enable-kinsoku):
12117 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
12118 * textmodes/table.el (table-yank-handler):
12119 Specify missing group (and type, if simple) in defcustom.
12120
12121 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
12122
12123 * progmodes/compile.el (compilation-finish-function): Fix defvar.
12124
12125 2005-05-19 Richard M. Stallman <rms@gnu.org>
12126
12127 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
12128
12129 * subr.el (event-basic-type): Don't get an error.
12130 (left-fringe-p): Function deleted.
12131
12132 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
12133 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
12134
12135 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
12136 in recursive copy.
12137
12138 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
12139
12140 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
12141
12142 * emacs-lisp/bytecomp.el
12143 (byte-compile-file-form-custom-declare-variable): Call
12144 byte-compile-nogroup-warn if appropriate.
12145
12146 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
12147 (compilation-set-window): Don't call left-fringe-p; do it directly.
12148
12149 2005-05-19 Jay Belanger <belanger@truman.edu>
12150
12151 * calc/calc-graph.el (calc-graph-format-data): Make sure
12152 var-PlotRejects is bound before trying to check its value.
12153
12154 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
12155
12156 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
12157 definition of this variable from reftex-global.el to reftex.el,
12158 because it is needed in the menu.
12159
12160 2005-05-19 Lute Kamstra <lute@gnu.org>
12161
12162 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
12163 years are fixed. Don't insert a space after a dash.
12164
12165 2005-05-19 Kim F. Storm <storm@cua.dk>
12166
12167 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
12168
12169 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
12170
12171 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
12172 strings, because (eq ... ?\\) is fairly frequent.
12173
12174 * progmodes/make-mode.el (makefile-add-this-line-targets):
12175 Simplify and integrate into `makefile-pickup-targets'.
12176 (makefile-add-this-line-macro): Simplify and integrate into
12177 `makefile-pickup-macros.
12178 (makefile-pickup-filenames-as-targets): Simplify.
12179 (makefile-previous-dependency, makefile-match-dependency):
12180 Don't stumble over `::'.
12181
12182 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
12183
12184 * subr.el (post-command-idle-hook, post-command-idle-delay):
12185 Remove obsoletion of post-command-idle-hook and
12186 post-command-idle-delay.
12187
12188 * faces.el (list-faces-display): Provide button when describe-face
12189 is called to take user back to the list of faces.
12190
12191 * help-fns.el (describe-variable): Remove hyperlinks in a
12192 variable's value as these are quite frequently inappropriate.
12193
12194 * follow.el (follow-submit-feedback, follow-mode):
12195 Remove references to post-command-idle-hook.
12196
12197 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
12198
12199 * progmodes/make-mode.el (makefile-previous-dependency)
12200 (makefile-match-dependency): Check for := (and in bsd mode also
12201 !=) to give a better result, even when font-lock is not on.
12202
12203 2005-05-18 Jay Belanger <belanger@truman.edu>
12204
12205 * calc/calc-help.el (calc-s-prefix-help):
12206 Add `calc-copy-special-constant' to help string.
12207
12208 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
12209
12210 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
12211
12212 2005-05-18 Jay Belanger <belanger@truman.edu>
12213
12214 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
12215 in linear factors are in proper order.
12216
12217 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
12218
12219 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
12220 Support for jurabib.
12221
12222 * textmodes/reftex.el (featurep): Define aliases for overlay
12223 commands, for XEmacs compatibility, and use these aliases in
12224 overlay initializations.
12225 (reftex-highlight): Use `reftex-move-overlay'.
12226 (reftex-unhighlight): Use `reftex-delete-overlay'.
12227 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
12228 (reftex-access-search-path): Use `reftex-uniquify' instead of
12229 `reftex-uniq'
12230
12231 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
12232 `before-string' property modification enables for Emacs as well.
12233 (reftex-select-item): Use `reftex-delete-overlay'.
12234 (reftex-select-mark): Use `reftex-make-overlay' and
12235 `reftex-overlay-put'.
12236 (reftex-select-unmark): Use `reftex-delete-overlay' and
12237 `reftex-overlay-put'.
12238
12239 2005-05-18 Lute Kamstra <lute@gnu.org>
12240
12241 * emacs-lisp/lisp.el (check-parens): Fix docstring.
12242
12243 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
12244
12245 * add-log.el (add-change-log-entry):
12246 * array.el (array-make-template, array-reconfigure-rows)
12247 (array-init-max-row, array-init-max-column)
12248 (array-init-columns-per-line, array-init-field-width):
12249 * replace.el (replace-match-maybe-edit, perform-replace):
12250 * textmodes/spell.el (spell-region):
12251 Replace `read-input' by `read-string'.
12252
12253 * forms.el (forms-mode):
12254 * finder.el (finder-compile-keywords):
12255 * shadowfile.el (shadow-read-files):
12256 Replace `eval-current-buffer' by `eval-buffer'.
12257
12258 * terminal.el (te-pass-through):
12259 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
12260 (ange-ftp-raw-send-cmd):
12261 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
12262 (send-process-next-char, telnet-initial-filter, telnet):
12263 Replace `send-string' by `process-send-string'.
12264
12265 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
12266 (prolog-consult-region): Replace `send-string' by
12267 `process-send-string'; replace `send-region' by `process-send-region'.
12268
12269 * progmodes/delphi.el (delphi-log-msg):
12270 Replace `set-window-dot' by `set-window-point'.
12271
12272 * subr.el (window-dot, set-window-dot, read-input, send-string)
12273 (send-region, show-buffer, eval-current-buffer):
12274 Make really obsolete, as the comment says.
12275
12276 2005-05-17 Kim F. Storm <storm@cua.dk>
12277
12278 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
12279 (cua--init-keymaps): Bind C-return instead of S-return to set
12280 rectangle mark.
12281
12282 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
12283 instead of S-return to toggle/clear rectangle mark.
12284
12285 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
12286
12287 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
12288 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
12289 Also fontify plain strings assigned to variables, mostly so that a
12290 colon has a face and is thus not taken as a dependency separator.
12291 (makefile-previous-dependency): Inline the new matcher, because it
12292 is too complex to work in both directions.
12293 (makefile-match-dependency): Eliminate `backward' arg (see above).
12294 Completely reimplemented so as to not sometimes go into an endless
12295 loop. It should also be more efficient, because first it only
12296 searches for `:', instead of applying the very complex regexp.
12297 (makefile-mode): Cancel `font-lock-support-mode', because blocks
12298 to be fontified in one piece can be too long for JIT.
12299 Makefiles are never *that* big.
12300
12301 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
12302
12303 * dired.el (dired-mode): Simplify.
12304
12305 2005-05-17 Lute Kamstra <lute@gnu.org>
12306
12307 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
12308 defcustom for the mode hook variable.
12309
12310 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
12311 Emacs Lisp Reference Manual.
12312
12313 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
12314
12315 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
12316 (evenp, list*):
12317 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
12318 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
12319
12320 * net/tramp-smb.el (tramp-smb-open-connection):
12321 Pass `tramp-chunksize' as fifth (required) argument.
12322
12323 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
12324
12325 * font-lock.el (lisp-font-lock-keywords-1):
12326 Set `font-lock-negation-char-face' for [^...] char group.
12327 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
12328
12329 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
12330 a var, and refine it to mask one more level of nested vars.
12331 (makefile-rule-action-regex): Turn it into a var, and refine it so
12332 it recognizes backslashed continuation lines as belonging to the
12333 same command.
12334 (makefile-macroassign-regex): Refine it so it recognizes
12335 backslashed continuation lines as belonging to the same command.
12336 (makefile-var-use-regex): Don't look at the next char, because it
12337 might be the same one to be skipped by the initial [^$], leading
12338 to an overlooked variable use.
12339 (makefile-make-font-lock-keywords): Remove two parameters, which
12340 are now variables that some of the modes set locally.
12341 Handle dependency and rule action matching through functions, because
12342 regexps alone match too often. Dependency matching now comes
12343 last, so it can check, whether a colon already matched something else.
12344 (makefile-mode): Inform that font-lock improves makefile parsing
12345 capabilities.
12346 (makefile-match-dependency, makefile-match-action): New functions.
12347
12348 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
12349
12350 * emacs-lisp/cl-extra.el (equalp): Doc fix.
12351
12352 * align.el (align-regexp):
12353 * ansi-color.el (ansi-color-get-face):
12354 * array.el (array-reconfigure-rows, array-init-max-row)
12355 (array-init-max-column, array-init-columns-per-line)
12356 (array-init-field-width):
12357 * dired-aux.el (dired-trample-file-versions):
12358 * dired-x.el (dired-mark-sexp):
12359 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
12360 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
12361 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
12362 * faces.el (face-read-integer):
12363 * files.el (backup-extract-version, insert-directory):
12364 * hexl.el (hexl-insert-decimal-char):
12365 * server.el (server-process-filter):
12366 * shell.el (shell-extract-num):
12367 * startup.el (command-line-1):
12368 * term.el (term-command-hook):
12369 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
12370 (time-stamp-do-number):
12371 * time.el (display-time-update):
12372 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
12373 (timezone-fix-time):
12374 * vms-patch.el (vms-suspend-resume-hook):
12375 * calendar/appt.el (appt-convert-time):
12376 * calendar/cal-bahai.el (mark-bahai-diary-entries):
12377 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
12378 * calendar/cal-islam.el (mark-islamic-diary-entries):
12379 * calendar/calendar.el (calendar-cursor-to-date)
12380 (calendar-star-date):
12381 * calendar/diary-lib.el (diary-attrtype-convert)
12382 (mark-diary-entries, diary-entry-time):
12383 * calendar/solar.el (solar-get-number):
12384 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
12385 * emacs-lisp/re-builder.el (reb-display-subexp):
12386 * emulation/edt.el (edt-set-scroll-margins):
12387 * emulation/tpu-extras.el (tpu-set-scroll-margins):
12388 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
12389 (vip-get-ex-count):
12390 * emulation/viper-ex.el (viper-get-ex-token)
12391 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
12392 * international/fontset.el (fontset-plain-name):
12393 * mail/feedmail.el (feedmail-look-at-queue-directory):
12394 * mail/mailalias.el (mail-get-names):
12395 * mail/rmail.el (rmail-convert-to-babyl-format):
12396 * mail/rmailsum.el (rmail-make-basic-summary-line)
12397 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
12398 (rmail-summary-goto-msg):
12399 * mail/smtpmail.el (smtpmail-read-response):
12400 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
12401 (ange-ftp-vms-add-file-entry):
12402 * play/gametree.el (gametree-looking-at-ply)
12403 (gametree-current-branch-score):
12404 * progmodes/ada-xref.el (ada-prj-find-prj-file)
12405 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
12406 * progmodes/cperl-mode.el (condition-case):
12407 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
12408 (ebrowse-set-member-buffer-column-width)
12409 (ebrowse-select-1st-to-9nth):
12410 * progmodes/etags.el (etags-snarf-tag):
12411 * progmodes/flymake.el (flymake-parse-line):
12412 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
12413 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
12414 (idlwave-shell-menu-def):
12415 * progmodes/ps-mode.el (ps-run-goto-error):
12416 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
12417 (vhdl-speedbar-contract-level):
12418 * term/mac-win.el (x-handle-numeric-switch):
12419 * term/sun-mouse.el (sun-get-frame-data):
12420 * term/w32-win.el (x-handle-numeric-switch):
12421 * term/x-win.el (x-handle-numeric-switch):
12422 * textmodes/ispell.el (ispell-parse-output):
12423 * textmodes/nroff-mode.el (nroff-outline-level):
12424 * textmodes/reftex-cite.el (reftex-bib-sort-year)
12425 (reftex-bib-sort-year-reverse, reftex-format-citation):
12426 * textmodes/reftex-parse.el (reftex-init-section-numbers)
12427 (reftex-section-number):
12428 * textmodes/texinfmt.el (texinfo-paragraphindent):
12429 Replace `string-to-int' by `string-to-number'.
12430
12431 * international/latexenc.el: Add page marker to force the "Local
12432 Variables:" string out of the last page.
12433
12434 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
12435
12436 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
12437 tooltip-change-major-mode.
12438 (gud-tooltip-print-command): Remove case where gud-minor-mode
12439 is gdb ("--fullname").
12440 (gud-tooltip-tips): Turn GUD tooltips off for this case and
12441 explain to user.
12442
12443 2005-05-16 Jay Belanger <belanger@truman.edu>
12444
12445 * calc/calc-store.el (calc-copy-special-constant): New function.
12446
12447 * calc/calc-ext.el (calc-init-extensions): Add binding for
12448 `calc-copy-special-constant'.
12449
12450 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
12451 for the `calc-copy-special-constant' command.
12452
12453 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
12454
12455 * subr.el (left-fringe-p): New function.
12456
12457 * progmodes/compile.el (compilation-setup): Set local value of
12458 overlay-arrow-string to "" always.
12459 (compilation-set-window): Left fringe then don't scroll.
12460 No left fringe then no arrow and scroll message to top.
12461 (compilation-context-lines): Adjust doc string accordingly.
12462
12463 2005-05-16 Kim F. Storm <storm@cua.dk>
12464
12465 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
12466 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
12467 (ido-wide-find-dir-or-delete-dir): New command for M-d.
12468 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
12469 (ido-read-file-name): Handle commands with ido property value
12470 equal to find-file as reading a file name, to allow C-d to enter dired.
12471 (ibuffer-find-file): Add ido property with value find-file.
12472
12473 2005-05-15 Kim F. Storm <storm@cua.dk>
12474
12475 * subr.el (open-network-stream-nowait): Remove.
12476 (open-network-stream-server): Remove.
12477
12478 2005-05-15 Richard M. Stallman <rms@gnu.org>
12479
12480 * faces.el (describe-face): Output a definition link button.
12481
12482 * help-mode.el (help-face-def): New button type.
12483
12484 * emacs-lisp/copyright.el (copyright-fix-years):
12485 Match properly if the first year is 2-digit.
12486 Don't mess up the whitespace after the years by filling.
12487
12488 * dired-aux.el (dired-mark-confirm):
12489 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
12490
12491 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
12492 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
12493 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
12494
12495 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
12496 Set font-lock-comment-start-skip.
12497
12498 * font-lock.el (font-lock-comment-start-skip): New variable.
12499 (font-lock-comment-end-skip): New variable.
12500 (font-lock-fontify-syntactically-region): Use them if non-nil.
12501
12502 2005-05-15 Jay Belanger <belanger@truman.edu>
12503
12504 * calc/calc-store.el (calc-store-value): Return a string rather
12505 than display it as a message.
12506 Use calc-var-name for variable name.
12507 (calc-store-into): Add the result of calc-store-value to message.
12508 (calc-copy-variable): Add a message.
12509 (calc-store-exchange): Improve error messages.
12510 (calc-store-binary, calc-store-map): Don't reset the values of
12511 special constants.
12512
12513 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
12514
12515 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
12516 manual to docstring.
12517
12518 * files.el (hack-local-variables-confirm): Add STRING argument.
12519 Make the function handle non file visiting buffers correctly.
12520 (hack-local-variables-prop-line, hack-local-variables)
12521 (hack-one-local-variable): Use STRING arg of
12522 `hack-local-variables-confirm'.
12523
12524 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
12525
12526 Sync with Tramp 2.0.49.
12527
12528 * net/tramp.el (tramp-handle-dired-call-process)
12529 (tramp-handle-insert-directory):`insert-buffer' cannot be used
12530 because the contents of the Tramp buffer is changed before
12531 insertion (`expand-file' and alike).
12532 (tramp-handle-insert-directory): If `localname' has an empty
12533 nondirectory name, it must not be quoted.
12534 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
12535 variable `tramp-chunksize'. Change callees.
12536 (tramp-open-connection-setup-interactive-shell): Check remote host
12537 for buggy `send-process-string' implementation.
12538 Set `tramp-chunksize' if found. Reported by Michael Kifer
12539 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
12540 (tramp-handle-shell-command): `insert-buffer' cannot be used
12541 because the contents of the Tramp buffer is changed before
12542 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
12543 <frederic.bothamy@free.fr>.
12544 (tramp-set-auto-save): Actions should be done for Tramp file name
12545 handler only. Ange-FTP has its own auto-save mechanism.
12546 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
12547 (tramp-set-auto-save-file-modes): Set file modes of
12548 `buffer-auto-save-file-name' to ?\600 as fallback solution.
12549 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
12550 (tramp-bug): Remove obsolete variable.
12551 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
12552 for presence of `mml-mode'. Make it running for older Emacsen as well.
12553
12554 2005-05-14 John Paul Wallington <jpw@pobox.com>
12555
12556 * ibuf-ext.el (define-ibuffer-filter filename):
12557 If `dired-directory' is a list, use its car.
12558
12559 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
12560
12561 * ibuffer.el (define-ibuffer-column filename):
12562 If `dired-directory' is a list, use its car.
12563
12564 2005-05-14 Richard M. Stallman <rms@gnu.org>
12565
12566 * subr.el (symbol-file): Doc fix.
12567
12568 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
12569 (byte-compile-form): Call byte-compile-nogroup-warn.
12570 (byte-compile-warning-types): Doc fix.
12571
12572 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
12573
12574 * progmodes/cc-engine.el (c-literal-faces):
12575 Add font-lock-comment-delimiter-face.
12576
12577 * net/net-utils.el (dig): Use with-no-warnings.
12578
12579 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
12580 (sc-recite-frame-alist, sc-default-cite-frame)
12581 (sc-default-uncite-frame, sc-default-recite-frame)
12582 (sc-attrib-selection-list, sc-rewrite-header-list):
12583 Mark as risky-local-variable.
12584
12585 * international/ogonek.el (ogonek-jak, ogonek-how):
12586 Don't use beginning-of-buffer.
12587
12588 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
12589
12590 * calendar/solar.el (solar-data-list): Move definition up.
12591
12592 * dnd.el (dnd-protocol-alist): Add autoload.
12593
12594 * progmodes/sh-script.el: Many doc usage fixes.
12595 (sh-indent-after-do): Change default to match common styles.
12596
12597 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
12598
12599 * files.el (interpreter-mode-alist)
12600 (auto-mode-interpreter-regexp): Doc fixes.
12601
12602 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
12603
12604 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
12605
12606 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
12607
12608 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12609
12610 * dired.el (dired-mode): make-variable-buffer-local =>
12611 make-local-variable.
12612
12613 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12614
12615 * term/mac-win.el (mac-select-convert-to-string): Try coding
12616 systems in mac-script-code-coding-systems if specified one cannot
12617 encode string for `com.apple.traditional-mac-plain-text'.
12618
12619 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
12620
12621 * progmodes/make-mode.el (makefile-targets-face)
12622 (makefile-shell-face, makefile-makepp-perl-face): New faces.
12623 (makefile-dependency-regex): Fix it to not make the colon in
12624 $(var:a=b) special.
12625 (makefile-rule-action-regex): New regexp for highlighting embedded
12626 Shell strings.
12627 (makefile-macroassign-regex): Handle != for highlighting as
12628 embedded Shell strings.
12629 (makefile-var-use-regex): New const.
12630 (makefile-statements, makefile-automake-statements)
12631 (makefile-gmake-statements, makefile-makepp-statements)
12632 (makefile-bsdmake-statements): New consts.
12633 (makefile-make-font-lock-keywords): New function.
12634 (makefile-automake-font-lock-keywords)
12635 (makefile-gmake-font-lock-keywords)
12636 (makefile-makepp-font-lock-keywords)
12637 (makefile-bsdmake-font-lock-keywords): New consts.
12638 (makefile-mode-map): Add switchers between the various submodes.
12639 (makefile-mode): Document the availability of the variants.
12640 (makefile-automake-mode, makefile-gmake-mode)
12641 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
12642
12643 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
12644 new variants of makefile-mode.
12645
12646 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
12647
12648 * font-lock.el (font-lock-comment-delimiter-face): Fix up
12649 the inheritance.
12650
12651 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
12652
12653 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
12654 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
12655
12656 * files.el (normal-mode): Extend the scope of the
12657 `enable-local-variables' binding to include the `set-auto-mode' call.
12658 (magic-mode-alist): Doc fix.
12659
12660 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
12661
12662 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
12663 font-lock-comment-face rather than copying its setting.
12664
12665 2005-05-12 Andreas Schwab <schwab@suse.de>
12666
12667 * eshell/esh-mode.el (eshell-send-input): Doc fix.
12668
12669 2005-05-12 Lute Kamstra <lute@gnu.org>
12670
12671 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
12672 defcustom for the mode hook variable. Delete the last argument.
12673 * generic-x.el: Fix callers of define-generic-mode.
12674 (generic-x-modes): Delete group.
12675 (show-tabs-tab-face, show-tabs-space-face): Put them in the
12676 generic-x customization group.
12677
12678 2005-05-12 Kim F. Storm <storm@cua.dk>
12679
12680 * font-lock.el (font-lock-negation-char-face): Default to "off".
12681
12682 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
12683 font-lock-negation-char-face to ! in !=.
12684
12685 2005-05-12 Masatake YAMATO <jet@gyve.org>
12686
12687 * add-log.el (find-change-log): Fix typos in the docstring
12688 of function.
12689
12690 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
12691
12692 * international/latexenc.el (latexenc-find-file-coding-system):
12693 Avoid `re-search-forward' when looking for input encoding because
12694 of speed and safety. Better regular expressions for recognizing
12695 input encoding. Limit a search for TeX-master/tex-main-file to
12696 the local variable section.
12697
12698 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
12699
12700 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
12701 syntax of $ to "'" (quote).
12702
12703 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
12704
12705 * dnd.el (dnd-protocol-alist): Improve custom type.
12706
12707 * dired.el (dired-dnd-protocol-alist): New variable.
12708 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
12709 `dired-mode-hook' to the end.
12710
12711 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
12712
12713 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
12714 comment-end if comment-start-skip is not set.
12715 Obey the font-lock-comment-delimiter-face variables.
12716
12717 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
12718
12719 * files.el (executable-find): Move from executable.el. Use
12720 locate-file.
12721 * progmodes/executable.el (executable-find): Move to files.el.
12722
12723 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
12724 when trying to ensure forward progress.
12725
12726 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
12727
12728 * mouse-sel.el (mouse-sel-follow-link-p): New function.
12729 (mouse-select, mouse-select-internal, mouse-extend-internal):
12730 Use it to implement mouse-1-click-follows-link functionality.
12731
12732 2005-05-11 Richard M. Stallman <rms@gnu.org>
12733
12734 * font-lock.el (font-lock-fontify-syntactically-region):
12735 Use font-lock-comment-delimiter-face for comment delimiters.
12736
12737 2005-05-10 Jay Belanger <belanger@truman.edu>
12738
12739 * calc/calc-help.el (calc-m-prefix-help): Add mention of
12740 preserving embedded modes.
12741
12742 2005-05-10 Richard M. Stallman <rms@gnu.org>
12743
12744 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
12745
12746 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
12747 Move from ada-stmt.el.
12748 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
12749
12750 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
12751 Move to ada-mode.el.
12752 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
12753
12754 * cus-edit.el (custom-file): Call file-chase-links.
12755
12756 * files.el (read-directory-name): Fix previous change.
12757 (hack-local-variables-confirm): New function.
12758 (hack-local-variables-prop-line, hack-local-variables)
12759 (hack-one-local-variable): Use it.
12760
12761 2005-05-10 Lute Kamstra <lute@gnu.org>
12762
12763 * font-lock.el (font-lock-keywords-alist)
12764 (font-lock-removed-keywords-alist): Clarify docstrings.
12765
12766 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
12767
12768 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
12769 (gdb-source-info): Check for preprocessor info.
12770 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
12771 a macro for a function.
12772 (gdb-info-breakpoints-custom): Try to find file again if not already
12773 found (user might have used GDB dir command).
12774 (gdb-get-location): Update gdb-location-alist correctly for change
12775 to gdb-info-breakpoints-custom.
12776
12777 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
12778 (gud-tooltip-print-command): Add gdbmi case.
12779 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
12780 preprocessor info.
12781
12782 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
12783
12784 * startup.el (fancy-splash-insert): Fix typo in doc string.
12785
12786 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
12787
12788 * obsolete/float.el (string-to-float):
12789 * obsolete/hilit19.el (hilit-add-pattern):
12790 * obsolete/rnews.el (news-parse-range, news-select-message)
12791 (news-get-pruned-list-of-files): Replace `string-to-int' by
12792 `string-to-number'.
12793
12794 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
12795 `find-file-not-found-hooks'; use `add-hook'.
12796 (uncompress-while-visiting): Set `write-file-functions', not
12797 `write-file-hooks'; use `add-hook'.
12798
12799 2005-05-09 Kim F. Storm <storm@cua.dk>
12800
12801 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
12802 (cua-paste): Handle clipboard action.
12803 (cua--init-keymaps): Remap clipboard-kill-region and
12804 clipboard-kill-ring-save.
12805
12806 2005-05-08 Eli Zaretskii <eliz@gnu.org>
12807
12808 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
12809 Improve commentary.
12810
12811 * simple.el (next-error-overlay-arrow-position): Revert the change
12812 made on 2005-04-30.
12813
12814 2005-05-07 Jay Belanger <belanger@truman.edu>
12815
12816 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
12817 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
12818 `calc-sel-reselect'.
12819
12820 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
12821 Calc is in embedded mode.
12822
12823 2005-05-07 Eli Zaretskii <eliz@gnu.org>
12824
12825 * progmodes/compile.el (compilation-setup):
12826 Set overlay-arrow-string to an empty string on text terminals.
12827
12828 * textmodes/ispell.el (ispell-program-name): Try looking for
12829 "aspell" along exec-path, and if found, use it as the default
12830 speller program.
12831
12832 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
12833
12834 * international/mule.el (sgml-xml-auto-coding-function):
12835 Recognize encoding='FOO' in single quotes as well as in double quotes.
12836
12837 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
12838
12839 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
12840 as well as `interactive', so that defmacro* would recognize
12841 `declare' forms.
12842
12843 2005-05-07 Eli Zaretskii <eliz@gnu.org>
12844
12845 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
12846 Explain more about the LIGHTER arg's usage in the doc string.
12847 Add commentary to clarify what the code does. Fix the regexp that
12848 strips whitespace from LIGHTER. Quote LIGHTER before using it,
12849 since it could have characters special to regular expressions.
12850
12851 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
12852
12853 * replace.el (occur-1): Bind inhibit-read-only so that
12854 erase-buffer doesn't barf on read-only text properties (likewise
12855 for add-text-properties in occur-engine). Mark buffer as unmodified.
12856 (occur-engine): Don't set buffer-read-only here.
12857
12858 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
12859
12860 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
12861 list-buffers-directory. This caused the *cvs-commit* buffer to be
12862 sometimes mistakenly reused as a *cvs* buffer.
12863
12864 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
12865
12866 * tooltip.el: Move code for GUD tooltips into gud.el.
12867 (require): CL no longer needed to compile case.
12868 (tooltip-mode): Do not toggle functions for GUD tooltips.
12869 (tooltip-gud-tips-p): Remove. Replace with minor mode
12870 gud-tooltip-mode in gud.el.
12871 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
12872 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
12873 tooltip-gud prefix with gud-tooltip and obsolete.
12874 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
12875 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
12876 (tooltip-mouse-motion): Mouse movement functions/variable.
12877 Rename in gud.el by adding gud prefix.
12878 (tooltip-gud-original-filter, tooltip-gud-dereference)
12879 (tooltip-gud-event, tooltip-toggle-gud-tips)
12880 (tooltip-gud-process-output, tooltip-gud-print-command)
12881 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
12882 gud.el by replacing tooltip-gud prefix with gud-tooltip.
12883 (gdb-tooltip-print): Move to gdb-ui.el.
12884
12885 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
12886 (require): CL needed to compile case.
12887 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
12888 tooltip-gud-tips-p. Make it a minor-mode.
12889 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
12890 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
12891 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
12892 (gud-tooltip-change-major-mode)
12893 (gud-tooltip-activate-mouse-motions-if-enabled)
12894 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
12895 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
12896 (gud-tooltip-original-filter, gud-tooltip-dereference)
12897 (gud-tooltip-event, tooltip-toggle-gud-tips)
12898 (gud-tooltip-process-output, gud-tooltip-print-command)
12899 (gud-tooltip-tips): Move from tooltip.el.
12900
12901 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
12902 (gdb-cpp-define-alist-flags): Doc fix.
12903 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
12904 gud-tooltip-mode is t.
12905
12906 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
12907
12908 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
12909 evaporate if their text is deleted.
12910 (goto-address-at-point): Make it work as a mouse binding as well.
12911 (goto-address-at-mouse): Obsolete it. Update users.
12912
12913 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
12914
12915 * calendar/appt.el (top-level): No longer activate on load.
12916
12917 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
12918
12919 * calendar/cal-bahai.el (mark-bahai-diary-entries):
12920 * net/webjump.el (webjump):
12921 * progmodes/idlw-help.el (idlwave-do-context-help1)
12922 (idlwave-highlight-linked-completions):
12923 * textmodes/po.el (po-find-file-coding-system-guts):
12924 Replace `assoc-ignore-case' by `assoc-string'.
12925
12926 2005-05-06 Eli Zaretskii <eliz@gnu.org>
12927
12928 * files.el (locate-file): Doc fix.
12929
12930 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
12931 Remove the redundant test for ms-dos.
12932
12933 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
12934 look for the preprocessor with exec-suffixes. If not found in
12935 standard places, look in exec-path. Remove most of the tests that
12936 used system-type.
12937
12938 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
12939
12940 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
12941
12942 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
12943 file-name clash with jka-compr.el on 8+3 filesystems.
12944
12945 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12946
12947 * term/mac-win.el: Don't define or bind scroll bar functions if
12948 x-toolkit-scroll-bars is t.
12949 (x-select-text, x-get-selection-value): Clear
12950 x-last-selected-text-clipboard if x-select-enable-clipboard is
12951 nil.
12952 (PRIMARY): Put mac-scrap-name property.
12953 (mac-select-convert-to-file-url): New function.
12954 (public.file-url): New selection target type. Add to
12955 selection-converter-alist.
12956 (x-get-selection, x-selection-value): Handle it.
12957 (x-cut-buffer-or-selection-value): New alias.
12958
12959 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12960
12961 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
12962 entry to avoid calling bibtex-find-entry with arg global
12963 being t. Remove arg key.
12964 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
12965 (bibtex-copy-summary-as-kill): Change accordingly.
12966
12967 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
12968
12969 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
12970 (org-agenda-date-later): Use with-current-buffer.
12971
12972 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
12973
12974 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
12975 (define-obsolete-variable-alias): Doc Fixes.
12976
12977 2005-05-06 Kim F. Storm <storm@cua.dk>
12978
12979 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
12980 vertical-motion when selective-display is active.
12981
12982 * ido.el (ido-setup-hook): New hook.
12983 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
12984 (ido-input-stack): New var.
12985 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
12986 ido-next-work-file binding to M-O.
12987 Bind M-f to ido-wide-find-file-or-pop-dir.
12988 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
12989 (ido-read-internal): Run ido-setup-hook.
12990 Catch quit in read-file-name and read-string to cancel edit.
12991 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
12992 Automatically pop-all when completing a directory name (RET).
12993 (ido-file-internal): Add with-no-warnings around ffap and dired code.
12994 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
12995 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
12996 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
12997 New functions for M-b/M-f to move among the directory components.
12998 (ido-make-merged-file-list): Catch quit to cancel merge.
12999 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
13000 (ido-completion-help): No warnings for ido-completion-buffer-full.
13001
13002 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
13003
13004 * font-lock.el (font-lock-negation-char-face): New face and variable.
13005 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
13006 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
13007 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
13008 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
13009
13010 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
13011
13012 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
13013 Fix typo in docstring.
13014
13015 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
13016 (ebrowse-print-statistics-line)
13017 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
13018
13019 * term/w32-win.el (image-library-alist): Add additional name for
13020 Xpm library.
13021
13022 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
13023
13024 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
13025 use gcc instead of cpp.
13026
13027 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
13028 (gdb-create-define-alist): Use it.
13029 (gdb-cpp-define-alist-program): Update for MS-DOS.
13030
13031 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
13032
13033 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
13034
13035 2005-05-04 Richard M. Stallman <rms@gnu.org>
13036
13037 * help.el (describe-key): No error when UNTRANSLATED is nil.
13038
13039 * simple.el (line-move-1): Fix previous change to signal errors
13040 appropriately.
13041
13042 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
13043
13044 * calendar/icalendar.el (icalendar-version): Now at 0.12.
13045 (icalendar-duration-correction): Remove.
13046 (icalendar--get-event-properties): Split result at commas.
13047 (icalendar--decode-isoduration): New optional argument
13048 DURATION-CORRECTION.
13049 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
13050 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
13051 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
13052 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
13053 (icalendar--convert-anniversary-to-ical): New functions, extracted
13054 from icalendar-export-region, with bug fixes.
13055 (icalendar-export-region): Use the above functions.
13056 (icalendar-import-buffer): Check before saving diary file.
13057 (icalendar--convert-recurring-to-diary)
13058 (icalendar--convert-non-recurring-all-day-to-diary)
13059 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
13060 extracted from icalendar--convert-ical-to-diary, with bug fixes.
13061 (icalendar--convert-ical-to-diary): Use the above functions.
13062
13063 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
13064
13065 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
13066 Remove these recent additions.
13067 (c-mode): Restore to before 2005-04-28.
13068
13069 * progmodes/cc-vars.el (cc-define-list-program): Remove this
13070 recent addition.
13071
13072 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
13073 (gdb-define-alist): New variables.
13074 (gdb-create-define-alist): New function.
13075 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
13076 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
13077 with string-to-number.
13078 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
13079
13080 * progmodes/gud.el: Replace string-to-int with string-to-number.
13081 (gud-find-file): Handle gdb-define-alist.
13082
13083 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
13084
13085 2005-05-02 Jay Belanger <belanger@truman.edu>
13086
13087 * calc/calc-aent.el (math-read-token):
13088 * calc/calc-bin.el (calc-word-size):
13089 * calc/calc-ext.el (calc-read-number-fancy):
13090 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
13091 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
13092 * calc/calc-frac.el (calc-over-notation):
13093 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
13094 (calc-graph-num-points, calc-graph-init):
13095 * calc/calc-prog.el (calc-read-parse-table-part)
13096 (calc-edit-macro-repeats):
13097 * calc/calc-yank.el (calc-do-grab-rectangle):
13098 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
13099 Replace `string-to-int' by `string-to-number'.
13100
13101 2005-05-02 Kim F. Storm <storm@cua.dk>
13102
13103 * kmacro.el: Use executing-kbd-macro-index variable.
13104
13105 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
13106
13107 * net/rlogin.el (rlogin-parse-words): Delete func.
13108 (rlogin): Use split-string, not rlogin-parse-words.
13109 Also, if there are option-like elements in the parsed args,
13110 take the host to be the first arg immediately following them.
13111 Suggested by Michael Mauger.
13112
13113 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
13114
13115 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
13116
13117 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
13118
13119 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
13120 (cc-mode-cpp-program): Rename to cc-define-list-program and
13121 move to cc-vars.el.
13122
13123 * progmodes/cc-vars.el (cc-define-list-program):
13124 Change to "gcc -E -dM -". Make customizable.
13125
13126 2005-05-02 Kim F. Storm <storm@cua.dk>
13127
13128 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
13129
13130 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
13131
13132 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
13133
13134 * international/mule-util.el (truncate-string): Remove alias and
13135 obsolete declaration.
13136
13137 * international/mule-cmds.el (update-iso-coding-systems):
13138 Remove alias and obsolete declaration.
13139
13140 * international/mule.el (coding-system-parent): Remove alias and
13141 obsolete declaration.
13142
13143 * subr.el (define-function, sref): Remove aliases and obsolete
13144 declarations.
13145 (chars-in-region): Remove obsolete declaration.
13146
13147 2005-05-01 Richard M. Stallman <rms@gnu.org>
13148
13149 * info.el (Info-mode): Set widen-automatically to nil, locally.
13150
13151 * simple.el (widen-automatically): New variable.
13152 (pop-global-mark): Obey widen-automatically.
13153
13154 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
13155
13156 * term/xterm.el (function-key-map): Call substitute-key-definition
13157 before the keymap size is increased by a lot of define-key calls.
13158
13159 2005-05-01 Richard M. Stallman <rms@gnu.org>
13160
13161 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
13162 Rename ARG to ELEMENT. Doc fix.
13163
13164 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
13165
13166 * allout.el (allout-exposure): Remove macro and obsolete declaration.
13167 Remove references to allout-exposure/change to allout-new-exposure.
13168
13169 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
13170 bytecode symbols.
13171
13172 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
13173 (compiled-function-p, focus-frame, unfocus-frame):
13174 Remove aliases and obsolete declarations.
13175 Back out inadvertent changes from previous commit.
13176
13177 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
13178
13179 * files.el (require-final-newline): Make Custom tags consistent
13180 with mode-require-final-newline.
13181 (mode-require-final-newline): Doc fix.
13182
13183 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
13184
13185 * international/latexenc.el (latexenc-find-file-coding-system):
13186 Fix regular expressions.
13187
13188 2005-05-01 David Kastrup <dak@gnu.org>
13189
13190 * international/latexenc.el (latexenc-find-file-coding-system):
13191 Fix regular expressions.
13192
13193 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
13194
13195 * subr.el (string-to-int): Make obsolete.
13196
13197 2005-04-30 Richard M. Stallman <rms@gnu.org>
13198
13199 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
13200
13201 * loadup.el: load jka-comp-hook.
13202
13203 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
13204 (jka-compr-handler): Add autoload. `put' calls moved
13205 to jka-comp-hook.el.
13206 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
13207 (jka-compr-inhibit): Autoload.
13208
13209 * jka-comp-hook.el: New file.
13210 Enable the mode by default.
13211
13212 * files.el (backup-buffer-copy): Use copy-file instead
13213 of write-region, and put back the 'excl.
13214
13215 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
13216
13217 * progmodes/flymake.el (flymake-split-string)
13218 (flymake-split-string, flymake-log, flymake-pid-to-names)
13219 (flymake-reg-names, flymake-get-source-buffer-name)
13220 (flymake-unreg-names, flymake-add-line-err-info)
13221 (flymake-add-err-info): Clarify docstrings.
13222 (flymake-popup-menu, flymake-make-emacs-menu)
13223 (flymake-make-xemacs-menu): Add docstrings.
13224 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
13225 Set variables directly throughout.
13226
13227 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
13228
13229 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
13230 exists. Initialize cc-define-alist.
13231 (c-mode): Add cc-create-define-alist locally to after-save-hook.
13232 If there is no file (Macroexpansion) don't create an alist.
13233
13234 2005-04-29 Sam Steingold <sds@gnu.org>
13235
13236 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
13237 (cc-create-define-alist): Use it instead of the hard-coded string.
13238
13239 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
13240
13241 * international/mule-conf.el (file-coding-system-alist): Fix regexp
13242 for latexenc.
13243
13244 2005-04-29 Lute Kamstra <lute@gnu.org>
13245
13246 * emacs-lisp/generic.el: Improve commentary section.
13247 (define-generic-mode): Improve docstring.
13248
13249 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
13250
13251 * textmodes/org.el (many places): Change to quiet the byte compiler.
13252 (org-prefix-format-compiled): New variable.
13253 (org-compile-prefix-format): New function.
13254 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
13255 (org-agenda-prefix-format,org-timeline-prefix-format): New options.
13256 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
13257 (org-get-entries-from-diary): Use `org-get-time-of-day' for
13258 consistency with entries from `org-mode' files.
13259 (org-get-time-of-day): Fix bug with partial matches early in a line.
13260 (org-non-link-chars): New constant.
13261 (org-link-regexp): Respect `org-non-link-chars'.
13262 (org-agenda-day-view): Remove command.
13263 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
13264 (org-follow-bbdb-link, org-store-link): Search also company field.
13265 (org-highlight-overlay): New variable.
13266 (org-highlight, org-unhighlight): New functions.
13267 (org-agenda-mode): Add pre-command-hook to remove highlight.
13268 (org-evaluate-time-range): Behavior depends upon whether time stamp
13269 contains a time or not.
13270 (org-show-subtree, org-show-entry): New functions.
13271 (org-agenda-cleanup-fancy-diary): Remove empty lines.
13272
13273 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
13274
13275 * comint.el (comint-output-filter-functions): Add autoload cookie.
13276
13277 2005-04-28 Kim F. Storm <storm@cua.dk>
13278
13279 * ido.el (ido-everywhere): Fix last change.
13280
13281 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
13282
13283 * international/latexenc.el: New file.
13284 * international/mule-conf.el (file-coding-system-alist): For .tex,
13285 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
13286
13287 2005-04-28 Lute Kamstra <lute@gnu.org>
13288
13289 * font-lock.el (font-lock-add-keywords)
13290 (font-lock-remove-keywords): Clarify docstring.
13291 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
13292 Don't start docstrings with a `*'.
13293 (font-lock-update-removed-keyword-alist): Give it a docstring.
13294
13295 * generic-x.el: Update commentary section.
13296 Only require font-lock when compiling.
13297 Define all modes conditionally.
13298 Place all generic modes in the generic-x-modes customization group.
13299 (generic-x-modes): New customization group.
13300 (generic-default-modes, generic-mswindows-modes)
13301 (generic-unix-modes, generic-other-modes): New constants.
13302 (generic-define-mswindows-modes, generic-define-unix-modes):
13303 Update docstrings. Make them obsolete.
13304 (generic-extras-enable-list): New default value. Update docstring.
13305 Improve :type. Change :set function.
13306 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
13307 Fix docstring.
13308
13309 * emacs-lisp/generic.el (generic-mode-internal):
13310 Simplify font-lock-defaults.
13311 (define-generic-mode): Fix docstring.
13312
13313 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
13314
13315 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
13316 font-lock-face property to highlight matches.
13317
13318 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
13319
13320 * progmodes/cc-mode.el (cc-create-define-alist): New function.
13321 (cc-define-alist): New variable.
13322 (c-mode): Make it local and initialize it.
13323
13324 * progmodes/gdb-ui.el (gdb-active-process): New variable.
13325 (gdb-exited): New function.
13326 (gdb-annotation-rules): Use it.
13327 (gdb-starting): Set gdb-active-process to t.
13328 (gdb-stopping): Amend doc string.
13329 (gdb-reset): Set gdb-active-process to nil.
13330
13331 * tooltip.el (tooltip-gud-tips): Show the associated #define
13332 directives when a C program under GDB is not executing.
13333
13334 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
13335
13336 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
13337 font-lock-fontify-syntactic-keywords.
13338
13339 * font-lock.el (font-lock-default-fontify-region): Don't force
13340 parse-sexp-lookup-properties to nil.
13341
13342 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
13343
13344 * man.el (man-mode-syntax-table): Set up `:' to have
13345 word-constituent syntax.
13346
13347 2005-04-27 Lute Kamstra <lute@gnu.org>
13348
13349 * novice.el (disable-command): Don't add spurious newlines to the
13350 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
13351
13352 2005-04-26 Jay Belanger <belanger@truman.edu>
13353
13354 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
13355 than one window before deleting window.
13356
13357 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
13358
13359 * shell.el (shell-prompt-pattern): Doc fix.
13360 (shell-mode): Set paragraph-separate buffer locally to "\\'".
13361
13362 * comint.el (comint-prompt-regexp, comint-get-old-input)
13363 (comint-use-prompt-regexp)
13364 (comint-use-prompt-regexp-instead-of-fields)
13365 (comint-replace-by-expanded-history, comint-send-input)
13366 (comint-output-filter, comint-get-old-input-default)
13367 (comint-line-beginning-position, comint-bol, comint-show-output)
13368 (comint-backward-matching-input, comint-forward-matching-input)
13369 (comint-next-prompt, comint-previous-prompt):
13370 Rename `comint-use-prompt-regexp-instead-of-fields' to
13371 `comint-use-prompt-regexp'. Keep old name as alias and declare
13372 obsolete.
13373 (comint-use-prompt-regexp): Shorten first line of doc string.
13374
13375 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
13376 Set paragraph-separate buffer locally to "\\'".
13377
13378 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
13379 Adapt to above name change.
13380
13381 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
13382 (smbclient-prompt-regexp): Ditto.
13383
13384 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
13385
13386 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
13387
13388 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
13389 gdb-location-list.
13390 Break lines that are over 80 characters wide.
13391
13392 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
13393
13394 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
13395 New fun and var, to preserve compatibility.
13396
13397 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
13398
13399 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
13400
13401 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
13402 name to file-newer-than-file-p.
13403
13404 2005-04-26 Richard M. Stallman <rms@gnu.org>
13405
13406 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
13407
13408 * progmodes/python.el (python-mode):
13409 Use new name eldoc-documentation-function.
13410
13411 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
13412
13413 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
13414 (eldoc-documentation-function):
13415 Rename from eldoc-print-current-symbol-info-function. Calls changed.
13416
13417 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
13418
13419 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
13420
13421 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
13422
13423 * term/xterm.el (function-key-map): Fix strings for
13424 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
13425 {C,S,A,C-S}-{f1-f12}.
13426
13427 2005-04-26 Kenichi Handa <handa@m17n.org>
13428
13429 * international/mule-cmds.el (select-safe-coding-system):
13430 Fix previous change.
13431
13432 2005-04-26 Lute Kamstra <lute@gnu.org>
13433
13434 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
13435
13436 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
13437 (font-lock-comment-delimiter-face): Ditto.
13438
13439 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
13440
13441 2005-04-25 Jay Belanger <belanger@truman.edu>
13442
13443 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
13444 to t while inserting information; use help-mode.
13445
13446 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
13447
13448 * term.el (ansi-term-color-vector): Use the xterm colors.
13449 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
13450
13451 2005-04-25 Lute Kamstra <lute@gnu.org>
13452
13453 * font-core.el (font-lock-defaults): Fix docstring.
13454
13455 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
13456
13457 2005-04-25 Kenichi Handa <handa@m17n.org>
13458
13459 * international/mule-cmds.el (select-safe-coding-system):
13460 Don't check consistency with coding: spec, etc if raw-text or
13461 no-conversion was found to be safe.
13462
13463 2005-04-24 Richard M. Stallman <rms@gnu.org>
13464
13465 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
13466 citation markers at start of each line.
13467
13468 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
13469 citation markers at start of each line.
13470
13471 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
13472
13473 * files.el (mode-require-final-newline): Fix previous change.
13474 (require-final-newline): Fix type label.
13475
13476 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
13477
13478 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
13479 statement in buffer (broken by 2004-11-24 change).
13480
13481 2005-04-24 Kim F. Storm <storm@cua.dk>
13482
13483 * ido.el (ido-everywhere): Save and restore old read-buffer-function
13484 and read-file-name-function values. Don't overwrite existing
13485 non-nil values if ido-mode is enabled without ido-everywhere.
13486
13487 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
13488
13489 * files.el (mode-require-final-newline): Minor doc fix.
13490
13491 2005-04-24 Eli Zaretskii <eliz@gnu.org>
13492
13493 * subr.el (syntax-after): Doc fix.
13494 (syntax-class): If argument is nil, return nil. Mask off upper 16
13495 bits, not 8 bits.
13496
13497 * files.el (mode-require-final-newline): Doc fix.
13498 (backup-buffer-copy): Fix last change.
13499
13500 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13501
13502 * term/mac-win.el: Require select. Set selection-coding-system to
13503 mac-system-coding-system. Call menu-bar-enable-clipboard.
13504 (x-last-selected-text-clipboard, x-last-selected-text-primary)
13505 (x-select-enable-clipboard): New variables.
13506 (x-select-text, x-get-selection, x-selection-value)
13507 (x-get-selection-value, mac-select-convert-to-string)
13508 (mac-services-open-file, mac-services-open-selection)
13509 (mac-services-insert-text): New functions.
13510 (CLIPBOARD, FIND): Put mac-scrap-name property.
13511 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
13512 (public.tiff): Put mac-ostype property.
13513 (selection-converter-alist): Add entries for them.
13514 (mac-application-menu-map): New keymap.
13515 (interprogram-cut-function, interprogram-paste-function): Set to
13516 x-select-text and x-get-selection-value, respectively.
13517 (split-window-keep-point): Set to t.
13518
13519 2005-04-23 Richard M. Stallman <rms@gnu.org>
13520
13521 * files.el (read-directory-name): Always pass non-nil
13522 DEFAULT-FILENAME arg to read-file-name.
13523 (backup-buffer-copy, basic-save-buffer-2): Take care against
13524 writing thru an unexpected existing symlink.
13525 (revert-buffer): In indirect buffer, revert the base buffer.
13526 (magic-mode-alist): Doc fix.
13527 (buffer-stale-function): Doc fix.
13528 (minibuffer-with-setup-hook): Avoid warning.
13529 (mode-require-final-newline): Doc and custom fix.
13530
13531 * follow.el (follow-end-of-buffer): Use with-no-warnings.
13532
13533 * font-lock.el (font-lock-comment-face): On terminals with few colors,
13534 use the default appearance.
13535 (font-lock-comment-delimiter-face): New face, new variable.
13536
13537 * imenu.el (imenu--generic-function): The official position of a
13538 definition is the start of the line that BEG is in.
13539
13540 * midnight.el (midnight-timer): Move defvar up.
13541
13542 * mouse.el (mouse-drag-region-1): Delete some debugging code.
13543
13544 * saveplace.el (save-place-to-alist): Use with-no-warnings.
13545
13546 * startup.el (command-line): Use with-no-warnings.
13547
13548 * window.el (window-size-fixed): New defvar.
13549
13550 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
13551
13552 * mail/rmail.el (rmail-font-lock-keywords):
13553 Use font-lock-comment-delimiter-face.
13554
13555 * mail/sendmail.el (mail-font-lock-keywords):
13556 Use font-lock-comment-delimiter-face.
13557
13558 * progmodes/compile.el (next-error-highlight-timer): New defvar.
13559
13560 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
13561
13562 * progmodes/compile.el (compilation-mode-font-lock-keywords):
13563 Specify t for LAXMATCH when matching directories.
13564 Save match data around compilation-compat-error-properties form.
13565
13566 2005-04-23 David Kastrup <dak@gnu.org>
13567
13568 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
13569 Mention that the autoloaded aliases should be kept for AUCTeX.
13570
13571 2005-04-23 Andreas Schwab <schwab@suse.de>
13572
13573 * isearch.el (isearch-forward): Doc fix.
13574
13575 2005-04-23 Eli Zaretskii <eliz@gnu.org>
13576
13577 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
13578 (jit-lock-stealth-nice): Change default value to 0.5.
13579
13580 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
13581
13582 * abbrev.el (write-abbrev-file): Write table entries in
13583 alphabetical order by table name.
13584
13585 2005-04-22 Kim F. Storm <storm@cua.dk>
13586
13587 * ido.el (ido-read-internal): Fix `list' completion.
13588
13589 2005-04-22 Kenichi Handa <handa@m17n.org>
13590
13591 * recentf.el (recentf-save-file-coding-system): New variable.
13592 (recentf-save-list): Encode the file by
13593 recentf-save-file-coding-system and add coding: tag.
13594
13595 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
13596
13597 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
13598
13599 2005-04-21 Lute Kamstra <lute@gnu.org>
13600
13601 * loadhist.el (unload-feature): Don't remove a function from hooks
13602 if it is about to be restored to an autoload . Remove functions
13603 that will become unbound from auto-mode-alist. Simplify the code.
13604
13605 * subr.el (assq-delete-all): New implementation that is linear,
13606 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
13607 (rassq-delete-all): New function.
13608
13609 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
13610 Add size-indication-mode.
13611
13612 2005-04-21 Kenichi Handa <handa@m17n.org>
13613
13614 * international/mule-cmds.el: Add autoload for widget-value in
13615 eval-when-compile.
13616
13617 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
13618
13619 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
13620 Add tooltip-mode.
13621
13622 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
13623
13624 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
13625
13626 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
13627 (inferior-lisp-filter-regexp, inferior-lisp-program)
13628 (inferior-lisp-load-command, inferior-lisp-prompt)
13629 (inferior-lisp-mode-hook, lisp-source-modes)
13630 (inferior-lisp-load-hook): defvar->defcustom.
13631 (inferior-lisp-program, inferior-lisp-prompt)
13632 (inferior-lisp-load-hook): Doc fixes.
13633 (inferior-lisp-install-letter-bindings): Small change in
13634 introductory comment.
13635
13636 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
13637
13638 * vc.el (vc-annotate-color-map): Change some colors so that text
13639 using them as foreground is readable on both white and black
13640 backgrounds.
13641
13642 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
13643
13644 * international/mule-conf.el (translation-table-for-input):
13645 Remove redundant declaration.
13646
13647 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
13648
13649 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
13650
13651 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
13652 (tooltip-toggle-gud-tips): New function.
13653
13654 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13655
13656 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
13657 right angle brackets.
13658
13659 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
13660
13661 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
13662
13663 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
13664
13665 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
13666 Remove. Update callers to use expand-file-name instead.
13667
13668 * subr.el (syntax-class): New function.
13669
13670 * simple.el (blink-matching-open): Use it.
13671
13672 * paren.el (show-paren-function): Use it to recognize parens that are
13673 also used in 2-char comment markers.
13674
13675 2005-04-19 Lute Kamstra <lute@gnu.org>
13676
13677 * loadhist.el (unload-feature): Update for new format of
13678 load-history. Simplify the code.
13679
13680 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13681
13682 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
13683 (mac-add-charset-info): New function. Initialize variable
13684 mac-charset-info-alist using it.
13685 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
13686 for translation.
13687 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
13688 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
13689 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
13690 New CCL programs.
13691
13692 2005-04-19 Kim F. Storm <storm@cua.dk>
13693
13694 * simple.el (next-buffer, prev-buffer, next-error)
13695 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
13696 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
13697
13698 * bindings.el (next-buffer, prev-buffer, next-error)
13699 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
13700 (clone-indirect-buffer-other-window): Move bindings from simple.el.
13701 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
13702 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
13703
13704 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
13705
13706 * isearch.el (isearch-edit-string): Make the search-ring available for
13707 minibuffer history commands.
13708 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
13709 the default history commands now work just as well.
13710 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
13711
13712 2005-04-18 Kim F. Storm <storm@cua.dk>
13713
13714 * emulation/cua-base.el (cua--pre-command-handler): Add more
13715 elaborate check for shift modifier on non-window systems.
13716
13717 2005-04-18 Lars Hansen <larsh@math.ku.dk>
13718
13719 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
13720
13721 2005-04-18 Kim F. Storm <storm@cua.dk>
13722
13723 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
13724 and make it optional. Don't test tooltip-gud-echo-area here.
13725 (tooltip-gud-process-output, gdb-tooltip-print):
13726 Pass tooltip-gud-echo-area to tooltip-show.
13727 (tooltip-help-tips): Remove second optional arg to tooltip-show.
13728
13729 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13730
13731 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
13732 `display-graphic-p' may not be bound yet.
13733
13734 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
13735
13736 * startup.el (command-line): No longer enable Xterm Mouse mode by
13737 default in terminals compatible with xterm.
13738
13739 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
13740
13741 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
13742
13743 * tooltip.el (tooltip-gud-echo-area): Rename from
13744 tooltip-use-echo-area.
13745 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
13746 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
13747 area independently of where help tooltips are displayed.
13748
13749 2005-04-17 David Kastrup <dak@gnu.org>
13750
13751 * cus-theme.el (custom-theme-write-variables): Quote variables
13752 where necessary.
13753
13754 2005-04-17 Richard M. Stallman <rms@gnu.org>
13755
13756 * simple.el (yank-excluded-properties): Add follow-link to value.
13757
13758 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
13759
13760 * startup.el (fancy-splash-max-time): Just 30 seconds.
13761 (fancy-splash-delay): Just 7.
13762 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
13763
13764 * loadhist.el (unload-feature): Update for new format of load-history.
13765 Simplify the code.
13766
13767 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
13768 (rmail-font-lock-keywords): Don't fontify the text of a citation.
13769
13770 * mail/sendmail.el (mail-font-lock-keywords):
13771 Don't fontify subject text.
13772 Don't fontify the text of a citation.
13773
13774 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
13775
13776 * comint.el (comint-output-filter): Run comint-output-filter-functions
13777 with point where the user had it.
13778
13779 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
13780
13781 * international/ucs-tables.el (ucs-set-table-for-input):
13782 Disable when using unify-on-decoding.
13783
13784 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
13785
13786 * emulation/cua-base.el (cua-global-mark-face): Add special case
13787 for displays supporting a high number of colors.
13788
13789 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
13790
13791 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
13792
13793 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
13794
13795 * filesets.el (filesets-add-buffer): If user supplies a name of a
13796 non-existing fileset, create a new fileset.
13797
13798 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
13799
13800 * textmodes/org.el (org-up-heading-all): Fix bug with
13801 `outline-up-heading-all'.
13802
13803 2005-04-16 Andreas Schwab <schwab@suse.de>
13804
13805 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
13806 /etc/permissions.d/* and /etc/aliases.d/*.
13807
13808 2005-04-16 Kenichi Handa <handa@m17n.org>
13809
13810 * international/code-pages.el (cp-make-coding-system):
13811 Set `translation-table-for-input' property value to the symbol
13812 ucs-mule-to-mule-unicode, not to that value.
13813 (pt154): Escape guillemet by `\'.
13814
13815 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
13816
13817 * loadup.el: Load tooltip if x-show-tip is fboundp.
13818
13819 * startup.el (command-line): Add comment.
13820
13821 * tooltip.el (tooltip-mode): Specify correct standard value for
13822 Custom in init-value.
13823
13824 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
13825
13826 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
13827 possible.
13828
13829 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
13830
13831 * textmodes/org.el (org-agenda-date-prompt): Rename from
13832 `org-agenda-date-today'.
13833 (org-evaluate-time-range): Insert at point instead of directly
13834 after time range.
13835 (org-first-headline-recenter, org-subtree-end-visible-p)
13836 (org-optimize-window-after-visibility-change): New functions
13837 (org-agenda-post-command-hook): Don't allow point at end of line,
13838 to make sure it always hits the text properties.
13839 (org-agenda-next-date-line, org-agenda-previous-date-line):
13840 New commands.
13841 (org-set-regexps-and-options): Category may contain white space.
13842 (org-agenda-get-deadlines, org-agenda-get-scheduled):
13843 Improve marker positions.
13844 (org-agenda-new-marker): Argument POS made optional.
13845 (org-agenda-get-timestamps): Deadlines which are done are listed
13846 in org-done-face now.
13847 (org-agenda-get-todos, org-agenda-get-timestamps)
13848 (org-agenda-get-deadlines, org-agenda-get-scheduled):
13849 Set `undone-face' and `done-face' properties.
13850 (org-last-todo-state-is-todo): New variable.
13851 (org-todo): Set `org-last-todo-state-is-todo'.
13852 (org-agenda-todo): Change face according to
13853 `org-last-todo-state-is-todo'. And change other lines referring to
13854 the same entry.
13855 (org-calendar-goto-agenda): New command.
13856 (org-calendar-to-agenda-key): New option.
13857 (org-startup-folded): New allowed value `content'.
13858 (org-set-regexps-and-options): Accept new value `content' for
13859 `org-startup-folded'.
13860 (org-get-current-options): Handle new value `content' for
13861 `org-startup-folded'.
13862 (org-insert-todo-heading): New command.
13863 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
13864 interactively in empty file and option
13865 `org-insert-mode-line-in-empty-file' has been set.
13866 (org-agenda-todo,org-agenda-priority): Modify to use
13867 `org-agenda-change-all-lines'.
13868 (org-warning-face): Change color on dark background
13869
13870 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13871
13872 * international/mule-cmds.el (set-locale-environment): On Mac OS,
13873 use preferences AppleLocale and AppleLanguages, and variable
13874 mac-system-locale for default locale. On Mac OS Classic, use
13875 mac-system-coding-system for default coding systems.
13876
13877 * term/mac-win.el: Don't set file-name-coding-system.
13878 Decode variables system-name, emacs-build-system, user-login-name, and
13879 user-full-name by mac-system-coding-system on Mac OS Classic.
13880 (mac-system-coding-system): New variable.
13881
13882 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
13883
13884 * startup.el (command-line): Handle `xterm-mouse-mode' before
13885 reading init file.
13886
13887 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
13888
13889 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
13890
13891 * progmodes/sh-script.el (sh-here-document-word): Make it a
13892 defcustom. Doc fix.
13893 (sh-add): Bash uses $(( )) for arithmetic.
13894 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
13895 (sh-maybe-here-document): Remove quotes and leading whitespace
13896 from heredoc word when closing. Indent heredoc with tabs if word
13897 starts with "-".
13898
13899 2005-04-13 Richard M. Stallman <rms@gnu.org>
13900
13901 * simple.el (undo): Fix previous change.
13902
13903 * custom.el (defface): Doc fix.
13904
13905 2005-04-13 Lute Kamstra <lute@gnu.org>
13906
13907 * Makefile.in (DONTCOMPILE): Remove list.
13908 (compile, compile-always): Don't use DONTCOMPILE.
13909 (update-authors): Load the library in which batch-update-authors
13910 is defined.
13911 * makefile.w32-in (DONTCOMPILE): Remove list.
13912 (compile, compile-always): Fix comments.
13913 (update-authors): Load the library in which batch-update-authors
13914 is defined.
13915
13916 * generic-x.el (generic-mode-ini-file-find-file-hook):
13917 Rename to ini-generic-mode-find-file-hook.
13918 Keep generic-mode-ini-file-find-file-hook as an alias.
13919 (ini-generic-mode-find-file-hook): Rename from
13920 generic-mode-ini-file-find-file-hook. Fix docstring.
13921 (ini-generic-mode): Docstring change.
13922 (bat-generic-mode-run-as-comint): Silence the byte compiler.
13923
13924 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
13925 called from lisp.
13926
13927 * generic.el: Move to the emacs-lisp subdir.
13928
13929 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
13930
13931 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
13932 and C-S- function and cursor motion keys.
13933
13934 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
13935
13936 * startup.el (command-line): Enable Xterm Mouse mode by default.
13937 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
13938 for Custom. No longer show "Mouse" in mode line when enabled.
13939 Doc fix.
13940
13941 2005-04-12 Kim F. Storm <storm@cua.dk>
13942
13943 * emulation/cua-base.el (cua-rectangle-face)
13944 (cua-rectangle-noselect-face): Define face attributes here.
13945
13946 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
13947
13948 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13949
13950 * startup.el (command-line): Turn off blinking cursor if
13951 cursorBlink in resources is off or false.
13952
13953 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13954
13955 * term/mac-win.el (dnd): Require dnd.
13956 (mac-drag-n-drop): Call dnd-handle-one-url.
13957 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
13958 (kTextEncodingISOLatin2): Remove constants.
13959 (mac-script-code-coding-systems): New constant.
13960 (mac-handle-language-change): New function.
13961 (special-event-map): Bind it to `language-change' event.
13962 (mac-centraleurroman, mac-cyrillic): New coding systems.
13963 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
13964 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
13965 and mac-cyrillic-encoder to encode-mac-centraleurroman and
13966 encode-mac-cyrillic, respectively.
13967
13968 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
13969
13970 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
13971 Don't set overlay-arrow-string to "=>" as this is done
13972 globally in C now.
13973
13974 2005-04-12 Lute Kamstra <lute@gnu.org>
13975
13976 * generic-x.el (rc-generic-mode, rul-generic-mode):
13977 Fix auto-mode-alist entries.
13978 (etc-fstab-generic-mode): Tweak fontification.
13979
13980 * generic.el (generic-make-keywords-list): Fix docstring.
13981 (generic-mode-internal): Simplify generic-font-lock-keywords.
13982
13983 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
13984
13985 * whitespace.el (whitespace-buffer-leading)
13986 (whitespace-buffer-trailing): Revert the incorrect test inversion.
13987 However, fix the highlight area for the leading and
13988 trailing whitespaces to show space.
13989
13990 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
13991
13992 * whitespace.el (whitespace-version): Bump to 3.5
13993
13994 (whitespace-buffer-leading, whitespace-buffer-trailing):
13995 Invert sense of the test to highlight the whitespace.
13996
13997 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
13998
13999 * progmodes/gud.el (gud-display-line): GUD uses its own
14000 overlay arrow now so don't set overlay-arrow-string.
14001 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
14002
14003 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
14004
14005 * term.el (term-ansi-current-bold, term-ansi-current-underline)
14006 (term-ansi-current-reverse, term-ansi-current-invisible)
14007 (term-ansi-face-already-done): Change to boolean.
14008 (term-reset-terminal, term-handle-colors-array): Handle the above
14009 vars accordingly.
14010 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
14011 (term-emulate-terminal): Use the new name.
14012
14013 * faces.el (secondary-selection): Use yellow1, not yellow.
14014 (trailing-whitespace): Use red1, not red.
14015
14016 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14017
14018 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
14019 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
14020 (dired-dnd-handle-file): Call dnd-get-local-file-uri
14021
14022 * cus-edit.el (dnd): New group.
14023
14024 * term/w32-win.el (dnd): Require dnd
14025 (w32-drag-n-drop): Call dnd-handle-one-url.
14026
14027 * x-dnd.el: Require dnd.
14028 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
14029 Call dnd-handle-one-url.
14030 (x-dnd-types-alist, x-dnd-insert-utf8-text)
14031 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
14032 to dnd-insert-text.
14033 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
14034 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
14035 (x-dnd-get-local-file-name, x-dnd-open-local-file)
14036 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
14037
14038 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
14039
14040 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
14041
14042 * wdired.el: Doc fixes.
14043 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
14044 (wdired-use-dired-vertical-movement): Rename from
14045 wdired-always-move-to-filename-beginning.
14046 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
14047 (wdired-change-to-wdired-mode): Change mode name.
14048 (wdired-newline): Delete.
14049
14050 2005-04-11 Richard M. Stallman <rms@gnu.org>
14051
14052 * whitespace.el (whitespace-highlight-the-space):
14053 Don't call whitespace-unhighlight-the-space here.
14054
14055 * simple.el (undo): Record t in undo-equiv-table
14056 for the redo record made by an undo-in-region.
14057
14058 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
14059
14060 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
14061 (gdb-frame-inferior-io-buffer): New Functions to control
14062 display of separate IO buffer.
14063 (menu): Add them to menu-bar.
14064 (gdb-display-buffer): Check for buffer another frame.
14065 Protect GUD buffer.
14066 (gdb-setup-windows): Create IO buffer if not already there.
14067 (gdb-memory-mode): Remove purecopy noops.
14068
14069 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
14070
14071 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
14072 and pass to self-insert-command.
14073
14074 2005-04-11 Lute Kamstra <lute@gnu.org>
14075
14076 * generic.el: Commentary section cleanup.
14077 (generic): Delete.
14078 (generic-use-find-file-hook, generic-lines-to-scan)
14079 (generic-find-file-regexp, generic-ignore-files-regexp)
14080 (default-generic-mode, generic-mode-find-file-hook)
14081 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
14082 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
14083 (generic-use-find-file-hook, generic-lines-to-scan)
14084 (generic-find-file-regexp, generic-ignore-files-regexp)
14085 (default-generic-mode, generic-mode-find-file-hook)
14086 (generic-mode-ini-file-find-file-hook): Move from generic.el.
14087
14088 2005-04-10 Karl Fogel <kfogel@red-bean.com>
14089
14090 * bookmark.el (bookmark-write-file): Catch errors writing file.
14091 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
14092
14093 2005-04-10 Richard M. Stallman <rms@gnu.org>
14094
14095 * startup.el (fancy-splash-tail): Update copyright year.
14096 (command-line): Split part of -Q into -D.
14097 (emacs-basic-display): New defvar.
14098 (fancy-splash-text): Correct name of menu item.
14099
14100 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
14101
14102 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
14103 lines in one node.
14104
14105 * comint.el (comint-send-input): New arg ARTIFICIAL.
14106 Callers in this file changed.
14107
14108 * abbrev.el (define-abbrevs): Read system abbrevs properly.
14109
14110 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
14111
14112 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
14113
14114 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
14115 `ldap-search-internal'.
14116
14117 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
14118
14119 * files.el (set-auto-mode-1): Use line-end-position.
14120
14121 * international/latin-1.el:
14122 * international/latin-2.el:
14123 * international/latin-3.el:
14124 * international/latin-4.el:
14125 * international/latin-5.el:
14126 * international/latin-8.el:
14127 * international/latin-9.el: Give punctuation syntax to NBSP.
14128
14129 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
14130 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
14131 Use char-classes to accept non-ascii letters, accepted in some recent
14132 bibtex implementations.
14133
14134 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
14135
14136 * custom.el (custom-set-minor-mode): Any non-nil value for the
14137 variable should enable the mode when set through Custom.
14138
14139 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
14140
14141 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
14142 TAB binding so tab-always-indent is obeyed.
14143 (vhdl-minibuffer-local-map): Move initialization into declaration.
14144 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
14145 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
14146 (vhdl-hooked-abbrev): Avoid test for XEmacs.
14147 (vhdl-current-line): Use line-beginning-position.
14148 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
14149 with-output-to-temp-buffer, so the current position can be recorded.
14150
14151 2005-04-10 Masatake YAMATO <jet@gyve.org>
14152
14153 * progmodes/compile.el (compilation-error-regexp-alist-alist):
14154 Add regexp for gcov.
14155
14156 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
14157
14158 * calendar/time-date.el (time-to-seconds, seconds-to-time)
14159 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
14160 syntax which Emacs 20 doesn't support.
14161
14162 2005-04-09 Richard M. Stallman <rms@gnu.org>
14163
14164 * help.el (describe-key-briefly, describe-key):
14165 Replace strings as event types with "(any string)".
14166
14167 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
14168
14169 * arc-mode.el (archive-mode-map): Move initialization into
14170 the declaration. Override *all* bindings of `undo'.
14171 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
14172
14173 2005-04-09 Jay Belanger <belanger@truman.edu>
14174
14175 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
14176
14177 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
14178
14179 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
14180 (xterm-register-default-colors): Update color values computation
14181 to match xterm-200.
14182
14183 2005-04-09 Kenichi Handa <handa@m17n.org>
14184
14185 * international/code-pages.el (iso-latin-7): Fix the map.
14186
14187 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
14188
14189 * emacs-lisp/lisp.el (defun-prompt-regexp)
14190 (parens-require-spaces, buffer-end, end-of-defun)
14191 (insert-parentheses): Doc fixes.
14192
14193 2005-04-08 Kim F. Storm <storm@cua.dk>
14194
14195 * comint.el (comint-highlight-prompt): Fix face spec.
14196 * hi-lock.el (hi-green): Likewise.
14197
14198 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
14199
14200 * cus-edit.el (custom-modified-face):
14201 * comint.el (comint-highlight-input): Fix previous changes.
14202 * term.el (term-handle-ansi-escape): Add a comment.
14203
14204 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
14205
14206 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
14207 in the buffer and in whitespace-highlighted-space.
14208 (whitespace-unhighlight-the-space): Simplify.
14209 (whitespace-buffer): Simplify.
14210
14211 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
14212
14213 * textmodes/table.el (table-cell-face): Add special case for
14214 displays supporting a high number of colors.
14215 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
14216 (vhdl-font-lock-reserved-words-face)
14217 (vhdl-speedbar-architecture-face)
14218 (vhdl-speedbar-instantiation-face)
14219 (vhdl-speedbar-architecture-selected-face)
14220 (vhdl-speedbar-instantiation-selected-face): Likewise.
14221 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
14222 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
14223 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
14224 (ebrowse-root-class-face, ebrowse-member-attribute-face)
14225 (ebrowse-progress-face): Likewise.
14226 * progmodes/compile.el (compilation-info-face): Likewise.
14227 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
14228 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
14229 * calendar/calendar.el (diary-face): Likewise.
14230 * woman.el (woman-italic-face, woman-bold-face)
14231 (woman-unknown-face): Likewise.
14232 * wid-edit.el (widget-button-pressed-face): Likewise.
14233 * whitespace.el (whitespace-highlight-face): Likewise.
14234 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
14235 * pcvs-info.el (cvs-marked-face): Likewise.
14236 * info.el (info-xref): Likewise.
14237 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
14238 * hilit-chg.el (highlight-changes-face)
14239 (highlight-changes-delete-face): Likewise.
14240 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
14241 (hi-red-b): Likewise.
14242 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
14243 * font-lock.el (font-lock-keyword-face)
14244 (font-lock-function-name-face, font-lock-warning-face): Likewise.
14245 * cus-edit.el (custom-invalid-face, custom-modified-face)
14246 (custom-set-face, custom-changed-face, custom-variable-tag-face)
14247 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
14248 * comint.el (comint-highlight-prompt): Likewise.
14249
14250 2005-04-08 Lute Kamstra <lute@gnu.org>
14251
14252 * font-lock.el (font-lock-keywords): Docstring fixes.
14253
14254 2005-04-08 Kenichi Handa <handa@m17n.org>
14255
14256 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
14257 chars are more than a limit, print " and more..." at the tail.
14258
14259 2005-04-08 Kim F. Storm <storm@cua.dk>
14260
14261 * emacs-lisp/authors.el (authors-aliases): Update list.
14262 (authors-ignored-files): New list.
14263 (authors-fixed-entries): Fix typo.
14264 (authors-renamed-files-alist): Update list.
14265 (authors-add): Check authors-ignored-files.
14266
14267 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
14268
14269 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
14270 optional, to ensure backward compatibility.
14271
14272 2005-04-08 Stephen Eglen <stephen@gnu.org>
14273
14274 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
14275
14276 2005-04-08 Kim F. Storm <storm@cua.dk>
14277
14278 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
14279
14280 * mouse.el (mouse-on-link-p): Doc fix.
14281
14282 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
14283
14284 * ielm.el (ielm-prompt-read-only): Doc fix.
14285
14286 * comint.el (comint-prompt-read-only): Doc fix.
14287
14288 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
14289
14290 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
14291 ensure dired always handles wildcards passed to ffap.
14292 (find-file-at-point): Use it.
14293 (ffap-dired-wildcards): Doc fix.
14294
14295 2005-04-07 Juri Linkov <juri@jurta.org>
14296
14297 * simple.el (next-error-overlay-arrow-position): New defvar.
14298 Put "=>" on its property `overlay-arrow-string'. Add it to
14299 `overlay-arrow-variable-list'.
14300
14301 * progmodes/compile.el (compilation-setup):
14302 Set `next-error-overlay-arrow-position' to nil. Also set it to
14303 nil in the local hook `kill-buffer-hook'. Make local variable
14304 `overlay-arrow-string' and set it to "=>".
14305 (compilation-goto-locus): Set BOL position to
14306 `next-error-overlay-arrow-position' instead of
14307 `overlay-arrow-position'.
14308
14309 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
14310 locally instead of adding it to the global hook.
14311 (Info-kill-buffer): Move up.
14312
14313 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
14314
14315 * term/xterm.el (xterm-standard-colors): Update color values from
14316 xterm-200.
14317
14318 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
14319
14320 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
14321
14322 * fast-lock.el:
14323 * lazy-lock.el: Move them to the obsolete subdir.
14324
14325 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
14326
14327 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
14328 (wdired-add-replace-advice): Remove.
14329 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
14330
14331 2005-04-06 Kim F. Storm <storm@cua.dk>
14332
14333 * startup.el (command-line): Add --bare-bones alias for -Q.
14334
14335 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14336
14337 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
14338 create the startup fontset if a font specification ends with
14339 `mac-roman'.
14340
14341 2005-04-06 Lute Kamstra <lute@gnu.org>
14342
14343 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
14344 change.
14345
14346 * emacs-lisp/copyright.el (copyright-update-year): Replace the
14347 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
14348
14349 2005-04-05 Lute Kamstra <lute@gnu.org>
14350
14351 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
14352 (define-generic-mode): Ditto. Fix debug declaration.
14353
14354 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
14355 Put them in the generic-x group.
14356
14357 * calendar/timeclock.el (timeclock): Doc fix.
14358
14359 * generic.el (define-generic-mode): Don't use custom-current-group.
14360 Document default :group value.
14361 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
14362 (define-global-minor-mode): Don't use custom-current-group.
14363
14364 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
14365
14366 * startup.el (command-line-1): Display startup-echo-area-message
14367 when fancy splash screen is in use.
14368
14369 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
14370 (sh-escaped-newline): New face.
14371 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
14372 newline, and use sh-escaped-newline face.
14373
14374 * progmodes/tcl.el (tcl-escaped-newline): New face.
14375 (tcl-builtin-list): New variable.
14376 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
14377 newlines. Fix keywords subexpression number.
14378
14379 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
14380
14381 * textmodes/org.el (org-diary-default-entry): Fix call to
14382 `add-to-diary-entry'.
14383
14384 2005-04-05 Kim F. Storm <storm@cua.dk>
14385
14386 * ediff-init.el: Use (featurep 'xemacs).
14387
14388 2005-04-05 David Ponce <david@dponce.com>
14389
14390 * cus-edit.el (face): Derive from symbol widget. Display sample
14391 of the current face on the fly.
14392 (widget-face-sample-face-get, widget-face-notify): New functions.
14393 (widget-face-value-create): Remove.
14394
14395 * wid-edit.el (widget-field-end): Temporarily remove field
14396 narrowing before to call `get-char-property'.
14397
14398 2005-04-04 Jay Belanger <belanger@truman.edu>
14399
14400 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
14401 (math-read-subscripts): New variable.
14402 (math-read-preprocess-string): Process subscripts.
14403
14404 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
14405
14406 * comint.el (comint-prompt-read-only): Doc fix.
14407
14408 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
14409 `-1'. Doc fix.
14410
14411 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
14412
14413 * textmodes/org.el (org-insert-mode-line-in-empty-file):
14414 Change default value to nil.
14415
14416 2005-04-04 Lute Kamstra <lute@gnu.org>
14417
14418 * autorevert.el (auto-revert-mode): Specify :group.
14419 * battery.el (display-battery-mode): Specify :group.
14420 * diff-mode.el (diff-minor-mode): Specify :group.
14421 * font-core.el (font-lock-mode): Specify :group.
14422 * hl-line.el (hl-line-mode): Specify :group.
14423 * iimage.el (iimage): New customization group.
14424 (iimage-mode): Specify :group.
14425 * longlines.el (longlines-mode): Specify :group.
14426 * master.el: Don't require easy-mmode.
14427 (master): New customization group.
14428 (master-mode): Specify :group.
14429 * msb.el (msb-mode): Specify :group.
14430 * reveal.el (reveal-mode): Specify :group.
14431 * simple.el (next-error-follow-minor-mode): Specify :group.
14432 * smerge-mode.el (smerge-mode): Specify :group.
14433 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
14434 * emulation/cua-base.el (cua-mode): Specify :group.
14435 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
14436 * language/thai-util.el (thai-auto-composition-mode)
14437 (thai-word-mode): Specify :group.
14438 * mail/supercite.el (sc-minor-mode): Specify :group.
14439 * progmodes/cwarn.el (cwarn-mode): Specify :group.
14440 * progmodes/flymake.el (flymake-mode): Specify :group.
14441 * progmodes/glasses.el (glasses-mode): Specify :group.
14442 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
14443 * textmodes/enriched.el (enriched-mode): Specify :group.
14444 * textmodes/refill.el (refill-mode): Specify :group.
14445
14446 * add-log.el (change-log-font-lock-keywords): Names in
14447 parenthesized lists can contain spaces.
14448
14449 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
14450
14451 * startup.el (fancy-splash-text): Shorten default text of
14452 "Emacs Tutorial" line. Also, if the current language env
14453 indicates an available tutorial file other than TUTORIAL,
14454 extract its title and append it to the line in parentheses.
14455 (fancy-splash-insert): If arg is a thunk, funcall it.
14456
14457 2005-04-04 Jay Belanger <belanger@truman.edu>
14458
14459 * calc.el (calc-language-alist): Add tags to customization type.
14460
14461 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
14462
14463 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
14464 Doc fix.
14465
14466 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
14467
14468 * add-log.el (change-log-font-lock-keywords): The manual
14469 describing a Change Log entry, says: (...) "Aside from these
14470 header lines, every line in the change log starts with a space or
14471 a tab.". The font-lock was not highlighting lines started with
14472 spaces, added support for it.
14473
14474 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14475
14476 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
14477 (bibtex-generate-url-list): Update docstring accordingly. Put the
14478 complex example in the docstring.
14479 (bibtex-font-lock-url): Use pop.
14480
14481 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
14482
14483 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
14484
14485 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
14486
14487 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
14488
14489 * filesets.el (filesets-set-default): Doc fix.
14490
14491 2005-04-03 Lute Kamstra <lute@gnu.org>
14492
14493 * generic.el (define-generic-mode): Add argument to specify
14494 keywords for defcustom.
14495 (default-generic-mode): Specify :group.
14496
14497 * generic-x.el: Specify :group for all generic modes.
14498
14499 * desktop.el (desktop-no-desktop-file-hook)
14500 (desktop-after-read-hook): Doc fix.
14501
14502 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
14503
14504 * simple.el (visible-mode): Use explicit :group keyword.
14505 This changes the group of `visible-mode-hook' from paren-blinking
14506 to editing-basics.
14507
14508 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
14509
14510 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
14511 mailbox specifications as well as URLs.
14512 (rmail-insert-inbox-text): Remove unused conditional branches.
14513
14514 2005-04-01 Jay Belanger <belanger@truman.edu>
14515
14516 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
14517 (calc-gnuplot-print-command): Move definitions to calc.el.
14518
14519 * calc/calc-embed.el (calc-embedded-announce-formula)
14520 (calc-embedded-open-formula, calc-embedded-close-formula)
14521 (calc-embedded-open-word, calc-embedded-close-word)
14522 (calc-embedded-open-plain, calc-embedded-close-plain)
14523 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
14524 (calc-embedded-open-mode, calc-embedded-close-mode):
14525 Move definitions to calc.el.
14526
14527 * calc/calc.el (calc-settings-file, calc-language-alist):
14528 Make customizable.
14529 (calc-embedded-announce-formula, calc-embedded-open-formula)
14530 (calc-embedded-close-formula, calc-embedded-open-word)
14531 (calc-embedded-close-word, calc-embedded-open-plain)
14532 (calc-embedded-close-plain, calc-embedded-open-new-formula)
14533 (calc-embedded-close-new-formula, calc-embedded-open-mode)
14534 (calc-embedded-close-mode, calc-gnuplot-name)
14535 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
14536 from other files and make customizable.
14537
14538 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
14539
14540 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
14541 Use buffer-live-p.
14542 (cvs-mode-run): Don't call cvs-update-header here.
14543 (cvs-run-process): Call cvs-update-header.
14544 Use process properties for cvs-postprocess and cvs-buffer so that
14545 the sentinel can behave better if the temp buffer is killed.
14546 Use a pipe rather than a tty, to better handle unexpected prompts.
14547 (cvs-sentinel): Rewrite. Call cvs-update-header.
14548
14549 2005-04-01 Andre Spiegel <spiegel@gnu.org>
14550
14551 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
14552 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
14553
14554 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
14555
14556 * generic.el (define-generic-mode): Add indentation rule.
14557
14558 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
14559
14560 * files.el (mode-require-final-newline): Make Custom correctly
14561 report a nil value and allow to set it to nil via Custom.
14562 Doc fix.
14563
14564 2005-04-01 Kenichi Handa <handa@m17n.org>
14565
14566 * international/characters.el: Enable the correct case setting for
14567 dotless-i and dotted-I.
14568
14569 2005-04-01 Kim F. Storm <storm@cua.dk>
14570
14571 * ido.el (ido-file-internal): Fall back to non-ido command if
14572 initial directory is on slow ftp (or tramp) host.
14573
14574 2005-03-31 Richard M. Stallman <rms@gnu.org>
14575
14576 * emacs-lisp/autoload.el (make-autoload):
14577 Handle define-global-minor-mode.
14578
14579 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
14580 Rename from easy-mmode-define-global-mode.
14581 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
14582
14583 * progmodes/scheme.el (scheme-mode-syntax-table):
14584 Update syntax of | and # for two-character comment syntax.
14585
14586 2005-03-31 Lute Kamstra <lute@gnu.org>
14587
14588 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
14589 (define-minor-mode): Call custom-current-group at load-time.
14590
14591 * generic.el (define-generic-mode): Add debug declaration.
14592 Add defcustom for the mode hook.
14593 (generic-mode-internal): Use run-mode-hooks.
14594
14595 2005-03-31 Kim F. Storm <storm@cua.dk>
14596
14597 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
14598 (mouse-fixup-help-message): New defun called by show_help_echo
14599 to fixup mouse-2 prefix in help messages when applicable.
14600
14601 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
14602
14603 2005-03-31 Kenichi Handa <handa@m17n.org>
14604
14605 * language/thai-word.el (thai-find-word-ends): Pay attention to
14606 the case that we reach the end of buffer.
14607
14608 * textmodes/fill.el (fill-text-properties-at): New function.
14609 (fill-newline): Use fill-text-properties-at instead of
14610 text-properties-at.
14611
14612 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
14613
14614 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
14615 not comint-quote-filename.
14616
14617 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
14618
14619 * help-fns.el (help-with-tutorial): Revert last change.
14620
14621 2005-03-31 Kim F. Storm <storm@cua.dk>
14622
14623 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
14624
14625 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
14626
14627 * calendar/cal-china.el: Update reference to "Calendrical
14628 Calculations" book; there's a new edition.
14629 * calendar/cal-coptic.el: Likewise.
14630 * calendar/cal-french.el: Likewise.
14631 * calendar/cal-hebrew.el: Likewise.
14632 * calendar/cal-islam.el: Likewise.
14633 * calendar/cal-iso.el: Likewise.
14634 * calendar/cal-julian.el: Likewise.
14635 * calendar/cal-mayan.el: Likewise.
14636 * calendar/cal-persia.el: Likewise.
14637 * calendar/calendar.el: Likewise.
14638 * calendar/holidays.el: Likewise.
14639 * calendar/lunar.el: Likewise.
14640 * calendar/solar.el: Likewise.
14641
14642 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
14643 white space from doc string.
14644
14645 2005-03-30 Jay Belanger <belanger@truman.edu>
14646
14647 * calc/calc-help.el (calc-full-help): Remove email address.
14648
14649 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
14650
14651 * help-fns.el (help-with-tutorial): Delete title line.
14652
14653 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
14654
14655 * calendar/cal-x.el (calendar-one-frame-setup)
14656 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
14657 rather than 'symbol for set-window-dedicated-p.
14658
14659 * calendar/appt.el (appt-buffer-name): Make it a constant.
14660 (appt-add): Doc fix.
14661
14662 * filesets.el (filesets-menu-path, filesets-menu-before)
14663 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
14664 (filesets-menu-cache-file): Use directory ~/.emacs.d.
14665 (filesets-add-submenu): Delete and use add-submenu instead.
14666
14667 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
14668
14669 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
14670 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
14671 (org-diary-default-entry): New function.
14672 (org-get-entries-from-diary): Better parsing of diary entries.
14673 (org-agenda-check-no-diary): New function.
14674 ("diary-lib"): Advice to function `add-to-diary-list', to allow
14675 linking to diary entries.
14676 (org-agenda-execute-calendar-command): New function.
14677 (org-agenda): Improve visible section in window.
14678 Use `org-fit-agenda-window'.
14679 (org-fit-agenda-window): New option.
14680 (org-move-subtree-down): Better handling of empty lines
14681 at end of subtree.
14682 (org-cycle): Numeric prefix is interpreted now as show-subtree N
14683 levels up.
14684 (org-fontify-done-headline): New option.
14685 (org-headline-done-face): New face.
14686 (org-set-font-lock-defaults): Use `org-headline-done-face'.
14687 (org-table-copy-down): Rename from `org-table-copy-from-above'.
14688 When current field is non-empty, it is copied to next row.
14689 (org-table-copy-from-above): Fix bug which made it
14690 impossible to copy fields containing only a single non-white character.
14691
14692 2005-03-30 Kim F. Storm <storm@cua.dk>
14693
14694 * kmacro.el (kmacro-end-macro): Isearch may store this command
14695 into the macro -- so ignore it when executing keyboard macro.
14696
14697 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
14698
14699 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
14700
14701 2005-03-29 Kenichi Handa <handa@m17n.org>
14702
14703 * language/thai.el ("Thai"): Set setup-function and exit-function
14704 for Thai language environment.
14705
14706 * language/thai-util.el: Require thai-word.
14707 (thai-word-mode-map): New variable.
14708 (thai-word-mode): New minor mode.
14709 (setup-thai-language-environment-internal): New function.
14710 (exit-thai-language-environment-internal): New function.
14711
14712 * language/thai-word.el (thai-word-table): Declare it by defvar,
14713 use dolist to initialize it.
14714 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
14715 (thai-fill-find-break-point): New functions.
14716
14717 2005-03-29 Richard M. Stallman <rms@gnu.org>
14718
14719 * simple.el (idle-update-delay): Move definition up.
14720 (set-mark): Doc fix.
14721
14722 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
14723
14724 * longlines.el: New file.
14725
14726 * simple.el (buffer-substring-filters): New variable.
14727 (filter-buffer-substring): New function.
14728 (kill-region, copy-region-as-kill): Use it.
14729
14730 * register.el (copy-to-register, append-to-register)
14731 (prepend-to-register): Use filter-buffer-substring.
14732
14733 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
14734
14735 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
14736 (gud-filter-pending-text): Move in front of gdb.
14737 (gud-overlay-arrow-position): New variable.
14738 (gud-sentinel, gud-display-line): Use it in place of
14739 overlay-arrow-position.
14740
14741 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
14742
14743 * progmodes/fortran.el (fortran-if-indent): Doc fix.
14744 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
14745 (fortran-font-lock-keywords-4): New variable.
14746 (fortran-blocks-re, fortran-end-block-re)
14747 (fortran-start-block-re): New constants, for hideshow.
14748 (hs-special-modes-alist): Add a Fortran entry.
14749 (fortran-mode-map): Bind fortran-end-of-block,
14750 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
14751 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
14752 (fortran-looking-at-if-then, fortran-end-of-block)
14753 (fortran-beginning-of-block): New functions, for hideshow.
14754
14755 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
14756 Doc fix. Tweak regexp.
14757 (f90-beginning-of-block): Push mark first.
14758
14759 2005-03-29 Jay Belanger <belanger@truman.edu>
14760
14761 * calc/calc.el: Update copyright date.
14762 (calc-version): Increase to 2.1.
14763 (calc-version-date): Remove.
14764
14765 * calc/calc-help.el: Update copyright date.
14766 (calc-full-help): Remove reference to calc-version-date.
14767 Update copyright date.
14768
14769 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
14770
14771 * vc.el (vc-do-command): Use a pipe for async processes, so password
14772 prompts don't show up at places where the user can't reply.
14773
14774 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
14775
14776 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
14777 on the file name we pass to the inferior shell.
14778
14779 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
14780
14781 * progmodes/which-func.el (which-function): Be robust in the face of an
14782 imenu--make-index-alist failure.
14783
14784 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
14785
14786 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
14787
14788 * progmodes/python.el (python-preoutput-filter): Fix last change.
14789
14790 2005-03-29 Lute Kamstra <lute@gnu.org>
14791
14792 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
14793 functions and compiled macros.
14794 (debug-convert-byte-code): Handle macros too.
14795 (debug-on-entry-1): Don't signal an error when trying to clear a
14796 function that is not set to debug on entry.
14797
14798 2005-03-29 Jay Belanger <belanger@truman.edu>
14799
14800 * calc/calc-lang.el: Add functions to math-function-table
14801 properties of tex and math.
14802
14803 2005-03-29 Kenichi Handa <handa@m17n.org>
14804
14805 * ps-mule.el (ps-mule-plot-string): Translate characters by
14806 ps-print-translation-table.
14807 (ps-mule-begin-job): Call find-charset-region/string with
14808 ps-print-translation-table.
14809 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
14810
14811 * ps-print.el (ps-print-translation-table): New variable.
14812 (ps-plot-region): Translate characters by ps-print-translation-table.
14813
14814 2005-03-29 Juri Linkov <juri@jurta.org>
14815
14816 * simple.el (next-error-highlight-timer): New variable.
14817
14818 * progmodes/compile.el (compilation-goto-locus):
14819 Use `next-error-highlight-timer' instead of `sit-for'.
14820
14821 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
14822
14823 * mail/supercite.el (sc-mail-field): Use assoc-string.
14824 (sc-get-address): Simplify regexps.
14825
14826 * files.el (minibuffer-with-setup-hook): New macro.
14827 (find-file-read-args): Use it to avoid let-binding
14828 minibuffer-with-setup-hook (which breaks turning on/off
14829 file-name-shadow-mode while in the prompt).
14830
14831 * complete.el (PC-read-include-file-name-internal):
14832 Use test-completion.
14833
14834 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
14835
14836 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
14837
14838 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
14839
14840 * window.el (window-buffer-height): Use count-screen-lines.
14841
14842 * progmodes/python.el (python-preoutput-leftover): New var.
14843 (python-preoutput-filter): Use it.
14844 (python-send-receive): Loop until all the result has been received.
14845
14846 2005-03-28 Juri Linkov <juri@jurta.org>
14847
14848 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
14849
14850 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
14851 "Recover Crashed Session".
14852 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
14853 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
14854 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
14855 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
14856 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
14857 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
14858 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
14859 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
14860
14861 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
14862 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
14863 Ediff Sessions", "Toggle use of separate control buffer frame",
14864 "Use separate frame for Ediff control buffer".
14865
14866 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
14867 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
14868 "Rename Bookmark", "Delete Bookmark".
14869
14870 * info.el (Info-mode-menu): Remove ellipsis from "Index".
14871 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
14872 Add `:active Info-index-alternatives' to "Next Matching Item".
14873
14874 * wdired.el (wdired-change-to-wdired-mode):
14875 Mention `wdired-abort-changes' key in the initial message.
14876
14877 * international/mule.el (auto-coding-alist): Associate non-ascii
14878 image filename extensions with `no-conversion'.
14879
14880 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
14881
14882 * international/iso-acc.el:
14883 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
14884
14885 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
14886
14887 * textmodes/sgml-mode.el (html-mode): Doc update.
14888
14889 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
14890
14891 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
14892
14893 * term.el (term-move-columns): Fix face after extending a line.
14894 (term-insert-spaces): Likewise.
14895 (term-reset-terminal): Fix off by one error.
14896
14897 2005-03-26 Eli Zaretskii <eliz@gnu.org>
14898
14899 * international/mule.el (auto-coding-alist): Add .xpi files.
14900
14901 * files.el (auto-mode-alist): Add .xpi files.
14902
14903 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
14904
14905 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
14906
14907 2005-03-26 Eli Zaretskii <eliz@gnu.org>
14908
14909 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
14910
14911 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
14912
14913 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
14914 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
14915
14916 * calendar/cal-move.el (calendar-beginning-of-year): Move the
14917 cursor to Jan 1 when needed.
14918 (calendar-end-of-year): Fix -/+ typo.
14919 Reported by Chong Yidong <cyd@stupidchicken.com>.
14920
14921 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
14922
14923 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
14924
14925 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
14926 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
14927
14928 2005-03-25 Richard M. Stallman <rms@gnu.org>
14929
14930 * filesets.el (filesets-init): Add autoload.
14931
14932 * mail/mailalias.el (mail-directory): Doc fix.
14933
14934 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
14935
14936 * mail/mailalias.el (mail-directory-process): Do nothing if
14937 mail-directory-process is an atom.
14938 (mail-get-names): Ignore mail-directory-names if it is an atom.
14939 (mail-directory-process defvar): Doc fix.
14940 (mail-names): Doc fix.
14941
14942 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
14943
14944 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
14945
14946 2005-03-26 Kenichi Handa <handa@m17n.org>
14947
14948 * international/mule-util.el (detect-coding-with-priority):
14949 Call update-coding-systems-internal before detect-coding-region.
14950
14951 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
14952
14953 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
14954 (gdb-frames-mode-map): Add follow-link property.
14955
14956 2005-03-25 Jay Belanger <belanger@truman.edu>
14957
14958 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
14959 for variables.
14960
14961 2005-03-25 Juri Linkov <juri@jurta.org>
14962
14963 * image-mode.el: Optimize image filename extension regexps in
14964 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
14965 in `auto-mode-alist'.
14966 (image-mode): Add `image-toggle-display-text' to local hook
14967 `change-major-mode-hook'. Display the image as an image by
14968 default. Set `cursor-type' and `truncate-lines' if the image
14969 is already displayed. Take into account the current mode (image
14970 or text) in message.
14971 (image-minor-mode): New minor mode.
14972 (image-mode-maybe, image-toggle-display-text): New functions.
14973 (image-toggle-display): Use called-interactively-p.
14974 Let-bind `inhibit-read-only' to t.
14975
14976 * image-mode.el (image-minor-mode): Set `cursor-type' and
14977 `truncate-lines' if the image is already displayed. Add turning
14978 image-minor-mode off to `change-major-mode-hook'. Add message.
14979 Call `image-toggle-display-text' after turning image-minor-mode off.
14980
14981 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
14982
14983 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
14984 Terminal.app, use utf-8.
14985 (set-display-table-and-terminal-coding-system): Add coding-system arg.
14986 (set-locale-environment): Use it.
14987
14988 * term/xterm.el: Undo last change, better done in mule-cmds.el.
14989
14990 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
14991
14992 * progmodes/python.el (python-close-block-statement-p)
14993 (python-outdent-p, python-current-defun): Use symbol-end.
14994
14995 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
14996
14997 * files.el (save-some-buffers): Doc fix.
14998
14999 2005-03-25 Werner Lemberg <wl@gnu.org>
15000
15001 * complete.el, thumbs.el: Replace `legal' with `valid'.
15002 * calendar/calendar.el: Replace `legal' with `valid'.
15003 * emacs-lisp/advice.el: Replace `legal' with `valid'.
15004 * mail/supercite.el: Replace `legal' with `valid'.
15005 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
15006 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
15007 Replace `legal' with `valid'.
15008 * textmodes/reftex-vars.el, textmodes/reftex.el:
15009 Replace `legal' with `valid'.
15010
15011 2005-03-25 Werner Lemberg <wl@gnu.org>
15012
15013 * calc/calc-forms.el, calc/calc-sel.el:
15014 * midnight.el, vc-cvs.el:
15015 * emacs-lisp/cl-macs.el:
15016 * emulation/vip.el:
15017 * eshell/esh-io.el, eshell/esh-var.el:
15018 * mail/supercite.el:
15019 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
15020 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
15021 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
15022 * progmodes/sh-script.el, progmodes/xscheme.el:
15023 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
15024 * textmodes/reftex-index.el, textmodes/reftex-parse.el
15025 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
15026 * textmodes/reftex.el, textmodes/org.el:
15027 Replace `illegal' with `invalid'.
15028
15029 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
15030
15031 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
15032 (flymake-find-buildfile, flymake-find-possible-master-files)
15033 (flymake-check-include, flymake-parse-line): Replace loops over the
15034 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
15035
15036 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
15037 Substitute file-name-as-directory in the rest of the file.
15038 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
15039 (flymake-replace-region): Remove unused arg `buffer'.
15040 (flymake-check-patch-master-file-buffer): Update calls to it.
15041 (flymake-add-err-info): Remove unused var `count'.
15042 (flymake-mode): Use define-minor-mode.
15043
15044 * progmodes/flymake.el: Use with-current-buffer.
15045 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
15046 flymake-replace-regexp-in-string, flymake-line-beginning-position)
15047 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
15048 Avoid testing for `xemacs'.
15049 (flymake-nop): Move.
15050 (flymake-region-has-flymake-overlays): Return the computed value.
15051 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
15052 Remove unused var `endline'.
15053 (flymake-get-line-count): Remove unused function.
15054 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
15055
15056 * emulation/vi.el:
15057 * generic.el:
15058 * hilit-chg.el (global-highlight-changes):
15059 * hi-lock.el (hi-lock-mode):
15060 * follow.el: find-file-hooks -> find-file-hook.
15061
15062 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
15063
15064 2005-03-24 Juri Linkov <juri@jurta.org>
15065
15066 * dired.el (dired-mode-map): Add menu item "Compare directories"
15067 for dired-compare-directories.
15068
15069 * dired-aux.el (dired-compare-directories): Add autoload cookie.
15070 Doc fix. Replace `read-file-name' with `read-directory-name'.
15071
15072 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
15073
15074 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
15075
15076 2005-03-24 Jay Belanger <belanger@truman.edu>
15077
15078 * calc/calc-embed.el (calc-embedded-mode-change): Save all
15079 relevant mode settings in calc-embedded-original-modes when modes
15080 are permanently changed.
15081
15082 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
15083
15084 * autoinsert.el: find-file-hooks -> find-file-hook.
15085
15086 2005-03-24 Lute Kamstra <lute@gnu.org>
15087
15088 * generic.el (generic-font-lock-defaults): Make it obsolete.
15089 (generic-font-lock-keywords): New variable to replace
15090 generic-font-lock-defaults.
15091 (generic-mode-set-font-lock): Delete it.
15092 (generic-mode-internal): Don't call generic-mode-set-font-lock.
15093 (generic-bracket-support): Add docstring.
15094
15095 * generic-x.el: Rename generic-font-lock-defaults to
15096 generic-font-lock-keywords throughout.
15097 (mailagent-rules-setup-function): Delete it.
15098 (mailagent-rules-generic-mode): Use anonymous function instead.
15099 (show-tabs-generic-mode-font-lock-defaults-1)
15100 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
15101 Quote faces.
15102 (show-tabs-tab-face, show-tabs-space-face): Specify background,
15103 not foreground.
15104
15105 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
15106 Recognize define-generic-mode.
15107
15108 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
15109
15110 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
15111 if there's no completion table.
15112
15113 2005-03-23 Miles Bader <miles@gnu.org>
15114
15115 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
15116 Remove tty-specific variants, as they're no longer needed.
15117
15118 2005-03-23 Lute Kamstra <lute@gnu.org>
15119
15120 * generic-x.el: Code cleanup: make args constant whenever possible.
15121 (installshield-statement-keyword-list)
15122 (installshield-system-functions-list)
15123 (installshield-system-variables-list, installshield-types-list)
15124 (installshield-funarg-constants-list): Make them constants.
15125
15126 * generic.el (generic-make-keywords-list): Add autoload cookie.
15127
15128 * calendar/time-date.el: Add comment on time value formats.
15129 Don't require parse-time.
15130 (with-decoded-time-value): New macro.
15131 (encode-time-value): New function.
15132 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
15133 (days-to-time): Return a valid time value when arg is huge.
15134 (time-since): Use time-subtract.
15135 (time-to-number-of-days): Use time-to-seconds.
15136
15137 2005-03-23 David Ponce <david@dponce.com>
15138
15139 * recentf.el: (recentf-keep): New option.
15140 (recentf-menu-action): Default to `find-file'.
15141 (recentf-keep-non-readable-files-flag)
15142 (recentf-keep-non-readable-files-p)
15143 (recentf-file-readable-p, recentf-find-file)
15144 (recentf-cleanup-remote): Remove.
15145 (recentf-include-p): More robust.
15146 (recentf-keep-p): New function.
15147 (recentf-remove-if-non-kept): Rename from
15148 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
15149 All callers updated.
15150 (recentf-menu-items-for-commands): Fix help string.
15151 (recentf-track-closed-file): Update. Doc fix.
15152 (recentf-cleanup): Update. Count removed files. Doc fix.
15153
15154 2005-03-23 Kim F. Storm <storm@cua.dk>
15155
15156 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
15157 Don't inherit from fringe face (now happens automatically).
15158
15159 2005-03-22 Kim F. Storm <storm@cua.dk>
15160
15161 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
15162 position values.
15163
15164 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
15165
15166 * menu-bar.el (showhide-date-time): Remove.
15167 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
15168 (menu-bar-make-mm-toggle): Simplify.
15169
15170 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
15171
15172 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
15173 Accept qualified variable and function names.
15174
15175 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
15176
15177 * bindings.el (completion-ignored-extensions):
15178 Remove ".lis" for `vax-vms'.
15179
15180 2005-03-22 Andreas Schwab <schwab@suse.de>
15181
15182 * generic-x.el: Revert last change.
15183 * ldefs-boot.el: Update.
15184
15185 2005-03-22 Jay Belanger <belanger@truman.edu>
15186
15187 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
15188 (calc-embedded-save-original-modes)
15189 (calc-embedded-restore-original-modes): New functions.
15190 (calc-do-embedded): Save original modes when entering embedded mode
15191 and restore when leaving embedded mode.
15192 (calc-embedded-modes-change): Change the value of
15193 calc-embedded-original-modes to reflect permanent changes.
15194
15195 2005-03-22 Lute Kamstra <lute@gnu.org>
15196
15197 * generic-x.el: Require generic again.
15198
15199 2005-03-22 Miles Bader <miles@gnu.org>
15200
15201 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
15202 Tweak details to look good on both ttys and bitmap displays, light
15203 or dark background, etc.
15204
15205 2005-03-21 Kim F. Storm <storm@cua.dk>
15206
15207 * tooltip.el (tooltip-show-help-function): Check car and cdr of
15208 mouse position.
15209
15210 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
15211
15212 * icomplete.el: Don't forcibly turn on the mode upon load.
15213 (icomplete-mode): Use define-minor-mode.
15214 (icomplete-eoinput): Default to nil.
15215 (icomplete-minibuffer-setup): Remove autoload.
15216 (icomplete-tidy): Simplify.
15217 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
15218 in the initial state or if the user has modified the field.
15219 Fix handling of icomplete-max-delay-chars.
15220 Remove code that handles the oddball case where
15221 minibuffer-completion-table is an integer.
15222 Wrap icomplete-completions in while-no-input in case building
15223 completions takes more time than expected.
15224 (icomplete-completions): Simplify.
15225
15226 2005-03-21 Richard M. Stallman <rms@gnu.org>
15227
15228 * jka-compr.el (jka-compr-really-do-compress):
15229 Make variable buffer-local.
15230
15231 * image-mode.el: Handle .xpm files too.
15232 (image-toggle-display): Preserve modification flag.
15233
15234 * help.el (where-is): Don't mention aliases with no key bindings.
15235
15236 2005-03-21 Lute Kamstra <lute@gnu.org>
15237
15238 * generic.el: Fix commentary section. Don't require cl for
15239 compilation.
15240 (generic-mode-list): Add autoload cookie.
15241 (generic-use-find-file-hook, generic-lines-to-scan)
15242 (generic-find-file-regexp, generic-ignore-files-regexp)
15243 (generic-mode, generic-mode-find-file-hook)
15244 (generic-mode-ini-file-find-file-hook): Fix docstrings.
15245 (define-generic-mode): Make it a defmacro. Fix docstring.
15246 (generic-mode-internal): Code cleanup. Add autoload cookie.
15247 (generic-mode-set-comments): Code cleanup.
15248 * generic-x.el: Don't prevent compilation. Don't require generic.
15249 Follow coding conventions. Minor code cleanup.
15250 (etc-fstab-generic-mode): Add some keywords.
15251 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
15252 define-generic-mode like a function declaration.
15253
15254 2005-03-21 Jay Belanger <belanger@truman.edu>
15255
15256 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
15257 changing modes.
15258
15259 2005-03-21 Sam Steingold <sds@gnu.org>
15260
15261 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
15262
15263 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
15264
15265 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
15266 Add underscore to "f$ lexicals" regexp.
15267
15268 2005-03-20 Juri Linkov <juri@jurta.org>
15269
15270 * subr.el (progress-reporter-do-update): When `min-value' is equal
15271 to `max-value', set `percentage' to 0 and prevent division by zero.
15272
15273 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
15274
15275 Sync with Tramp 2.0.48.
15276
15277 * net/tramp.el (all): Change all addresses to .gnu.org.
15278 (tramp-append-tramp-buffers): New defun.
15279 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
15280 Catch `dont-send' signal.
15281 (tramp-set-auto-save-file-modes): Set always permissions, because
15282 there might be an old auto-saved file belonging to another
15283 original file. This could be a security threat. Reported by
15284 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
15285 Check for Emacs 21.3.50 removed.
15286
15287 * net/tramp-smb.el (all): Remove debug construct for
15288 `with-parsed-tramp-file-name'.
15289 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
15290 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
15291 No error message if DIRECTORY or FILENAME doesn't exist.
15292 (tramp-smb-open-connection): Check existence of
15293 `tramp-smb-program'.
15294
15295 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
15296
15297 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
15298 Properly handle the case where the `m' or `s' command's argument is not
15299 yet terminated.
15300 (perl-indent-new-calculate): New function.
15301 (perl-indent-line): Use it.
15302
15303 2005-03-20 Miles Bader <miles@gnu.org>
15304
15305 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
15306 in text-mode too. Change to new face names.
15307 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
15308 Add `:weight bold' attribute.
15309 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
15310
15311 2005-03-19 Juri Linkov <juri@jurta.org>
15312
15313 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
15314
15315 * international/mule.el (auto-coding-alist): Sync with
15316 `auto-mode-alist' by adding upper case archive file extensions
15317 and adding ear/war to jar extension.
15318
15319 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
15320
15321 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
15322 running, restart it.
15323
15324 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
15325
15326 * finder.el (finder-current-item): Throw an error on an empty line.
15327
15328 * man.el (Man-follow-manual-reference): If current-word returns
15329 nil, use "".
15330
15331 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
15332
15333 * simple.el (goto-line): Doc fix.
15334
15335 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
15336
15337 * files.el (save-buffer): Doc fix.
15338
15339 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
15340
15341 * recentf.el (recentf-cleanup-remote): New variable.
15342 (recentf-cleanup): Use it to conditionally check availability of
15343 remote files.
15344
15345 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
15346
15347 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
15348 function names.
15349
15350 2005-03-19 Eli Zaretskii <eliz@gnu.org>
15351
15352 * language/thai-word.el: New file.
15353
15354 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
15355
15356 * files.el (backup-buffer): If the file's directory is not
15357 writable, use copy instead of move to backup the file.
15358
15359 2005-03-19 Eli Zaretskii <eliz@gnu.org>
15360
15361 * obsolete/keyswap.el: Moved to obsolete/ from term/.
15362
15363 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15364
15365 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
15366 Use functionp instead of symbolp and fboundp. Reported by Drkm
15367 <darkman_spam@yahoo.fr>.
15368 (ps-print-version): New version 6.6.6.
15369
15370 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
15371
15372 * textmodes/table.el (table--line-column-position): New idiom.
15373 (table--row-column-insertion-point-p): New function to test
15374 validity of row and column insertion operation at a location.
15375 (table-global-menu, table-cell-menu): Use above functions for
15376 deterministic test operation.
15377 (table--editable-cell-p): Behave in deterministic fashion.
15378
15379 2005-03-18 Juri Linkov <juri@jurta.org>
15380
15381 * isearch.el (isearch-lazy-highlight-new-loop):
15382 Make arguments beg and end optional.
15383 (isearch-update): Remove optional arguments nil from
15384 isearch-lazy-highlight-new-loop.
15385 (isearch-lazy-highlight-search): Let-bind case-fold-search to
15386 isearch-lazy-highlight-case-fold-search instead of
15387 isearch-case-fold-search, and let-bind isearch-regexp to
15388 isearch-lazy-highlight-regexp.
15389 Use isearch-lazy-highlight-last-string instead of isearch-string.
15390
15391 * replace.el (perform-replace): Remove bindings of global
15392 variables isearch-string, isearch-regexp, isearch-case-fold-search.
15393 Add three new arguments to `replace-highlight'.
15394 (replace-highlight): Add arguments string, regexp, case-fold.
15395 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
15396 to allow isearch-lazy-highlight-new-loop to use these values
15397 to set corresponding isearch-lazy-highlight-* internal
15398 variables whose values lazy highlighting will use regardless of
15399 changes to global variables isearch-string, isearch-regexp,
15400 isearch-case-fold-search during lazy highlighting loop.
15401 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
15402 to `lazy-highlight-cleanup'.
15403
15404 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
15405 (ispell-highlight-face): Set default face to `isearch' when
15406 lazy highlighting is enabled.
15407 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
15408 priority to 1. Add lazy highlighting.
15409 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
15410 from `isearch-dehighlight'.
15411
15412 2005-03-18 David Ponce <david@dponce.com>
15413
15414 * files.el (hack-local-variables): Do a case-insensitive search
15415 for End.
15416
15417 2005-03-18 Juri Linkov <juri@jurta.org>
15418
15419 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
15420 `isearch-lazy-highlight-cleanup', add alias to old name and
15421 declare obsolete. Add release numbers to other obsolete vars.
15422 (isearch-done, isearch-lazy-highlight-new-loop):
15423 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
15424 (lazy-highlight-cleanup) <variable>: Doc fix.
15425 (isearch-lazy-highlight-update): Rename obsolete
15426 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
15427
15428 2005-03-18 Kenichi Handa <handa@m17n.org>
15429
15430 * language/thai-util.el: Fix categorization of Thai characters in
15431 thai-category-table.
15432 (thai-composition-pattern): Adjust it for the above change.
15433 (thai-self-insert-command, thai-compose-syllable): New functions.
15434 (thai-compose-region): Use thai-compose-syllable.
15435 (thai-compose-string): Likewise.
15436 (thai-composition-function): Likewise.
15437 (thai-auto-composition): New function.
15438 (thai-auto-composition-mode): New minor mode.
15439
15440 * language/thai.el: Fix patterns to be registered in
15441 composition-function-table.
15442
15443 * international/quail.el (quail-input-method): Locally bind
15444 inhibit-modification-hooks to t.
15445
15446 2005-03-17 Richard M. Stallman <rms@gnu.org>
15447
15448 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
15449 (perl-mode): Use run-mode-hooks.
15450
15451 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
15452 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
15453 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
15454
15455 * mail/sendmail.el (sendmail-send-it): Reenable the code
15456 to compute resend-to-address and use it.
15457
15458 * tar-mode.el (tar-mode): Turn off undo unconditionally.
15459
15460 * image-mode.el: New file.
15461
15462 * image.el (insert-sliced-image): Add autoload cookie.
15463
15464 * font-lock.el (font-lock-lines-before): New user option.
15465 (font-lock-after-change-function): Obey it.
15466
15467 * bindings.el (esc-map): Make M-g a prefix.
15468 Bind M-g g and M-g M-g to goto-line.
15469
15470 * faces.el (face-id): Doc fix.
15471
15472 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
15473
15474 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
15475 (rmail-show-message): Use rmail-unknown-mail-followup-to.
15476 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
15477
15478 * mail/sendmail.el (mail-yank-ignored-headers)
15479 (mail-font-lock-keywords, mail-mode-fill-paragraph):
15480 Add Mail-Followup-To and Mail-Reply-To headers.
15481 (mail-citation-hook): Add autoload cookie.
15482 (mail-mode): Doc fix.
15483 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
15484 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
15485 (mail-mode-fill-paragraph): Handle those headers.
15486 (mail-mailing-lists): New variable.
15487 (mail-mail-reply-to, mail-mail-followup-to): New functions.
15488
15489 2005-03-17 Juri Linkov <juri@jurta.org>
15490
15491 * isearch.el (isearch-fallback): Check for `(car previous)'
15492 before calling `isearch-other-end-state'.
15493
15494 2005-03-17 Kim F. Storm <storm@cua.dk>
15495
15496 * simple.el (move-beginning-of-line): Move to beginning of buffer
15497 line, as well as beginning of screen line.
15498
15499 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
15500
15501 * calendar/diary-lib.el (mark-diary-entries): Use new optional
15502 argument REDRAW rather than calendar-redrawing variable.
15503 * calendar/calendar.el (calendar-redrawing): Delete.
15504 (redraw-calendar): Do not bind calendar-redrawing.
15505
15506 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
15507
15508 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
15509 diary-file buffer.
15510
15511 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
15512
15513 * help.el (describe-mode): Allow a :minor-mode-function property to
15514 specify a different minor mode toggle function than the variable.
15515 * simple.el (auto-fill-function):
15516 * subr.el (add-minor-mode): Use it.
15517
15518 2005-03-16 Kenichi Handa <handa@m17n.org>
15519
15520 * language/ethio-util.el (sera-being-called-by-w3): New variable.
15521 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
15522 (ethio-fidel-to-sera-buffer): Likewise.
15523
15524 2005-03-16 Juri Linkov <juri@jurta.org>
15525
15526 * emacs-lisp/find-func.el (find-function-regexp):
15527 Add defun-emitting macro `menu-bar-make-toggle'.
15528
15529 * isearch.el: Put `isearch-scroll' property to
15530 `split-window-horizontally'.
15531
15532 * info.el: Update error messages for `debug-ignored-errors'.
15533 (Info-isearch-search): Doc fix.
15534 (Info-find-node): Move up code to go into info buffer before
15535 recording the node to the history.
15536 (Info-fontify-node): Fontify titles only if the next line
15537 has two or more `*', `=', `-', `.'.
15538 Display "go to this node" for empty (match-string 3).
15539
15540 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15541
15542 * term/mac-win.el: Add mouse pointer shape constants.
15543
15544 2005-03-15 Kim F. Storm <storm@cua.dk>
15545
15546 * simple.el (move-beginning-of-line): Use vertical-motion.
15547
15548 2005-03-15 Juri Linkov <juri@jurta.org>
15549
15550 * isearch.el (isearch-error): New variable.
15551 (isearch-invalid-regexp, isearch-within-brackets): Remove.
15552 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
15553 (isearch-within-brackets-state): Remove.
15554 (isearch-case-fold-search-state, isearch-pop-fun-state):
15555 Decrease frame index.
15556 (isearch-mode, isearch-top-state, isearch-push-state)
15557 (isearch-edit-string, isearch-abort, isearch-search-and-update)
15558 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
15559 (isearch-search, isearch-lazy-highlight-new-loop):
15560 Replace `isearch-invalid-regexp' with `isearch-error'.
15561 Remove `isearch-within-brackets'.
15562 (isearch-search): Add `search-failed' handler to `condition-case'.
15563 (isearch-lazy-highlight-search): Add `condition-case' to catch
15564 errors and allow `isearch-lazy-highlight-update' to try
15565 highlighting from the beginning of the window.
15566 (isearch-repeat): Move up code to set isearch-wrapped to t
15567 before calling isearch-wrap-function.
15568
15569 * info.el (Info-isearch-initial-node): New internal variable.
15570 (Info-search): Signal an error in isearch mode when search leaves
15571 the initial node. Signal an error when `bound' is non-nil and
15572 nothing was found in the current subfile.
15573 (Info-isearch-search): Remove `condition-case'.
15574 (Info-isearch-wrap): Don't wrap when search failed during leaving
15575 the initial node. If `Info-isearch-search' is nil, wrap around
15576 the current node.
15577 (Info-isearch-start): New fun.
15578 (Info-mode): Add buffer-local hook `Info-isearch-start' to
15579 `isearch-mode-hook'.
15580
15581 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15582
15583 * simple.el (normal-erase-is-backspace): Set default to t if
15584 running on Mac.
15585
15586 * term/mac-win.el (function-key-map): Sync with x-win.el.
15587
15588 2005-03-15 Kenichi Handa <handa@m17n.org>
15589
15590 * international/mule-cmds.el (locale-language-names): Modify the
15591 format of elements and add more entries.
15592 (locale-preferred-coding-systems): Add more entries.
15593 (set-locale-environment): Adjust for the change of
15594 locale-language-names.
15595
15596 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
15597
15598 * pcvs.el (smerge-ediff): Remove bogus autoload.
15599
15600 2005-03-14 Lute Kamstra <lute@gnu.org>
15601
15602 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
15603 Ignore a `*' at the beginning of a line.
15604
15605 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
15606 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
15607 subr.el.
15608 (dont-compile, eval-when-compile, eval-and-compile): Use declare
15609 to specify indentation.
15610
15611 * generic.el (define-generic-mode): Let generic-mode-list be a
15612 list of strings; test membership with equal.
15613
15614 2005-03-14 Kim F. Storm <storm@cua.dk>
15615
15616 * simple.el (next-line, previous-line): Add optional try-vscroll
15617 arg to recognize interactive use. Pass it on to line-move.
15618 (line-move): Don't perform auto-window-vscroll when defining or
15619 executing keyboard macro to ensure consistent behavior.
15620
15621 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
15622
15623 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
15624
15625 2005-03-13 Lute Kamstra <lute@gnu.org>
15626
15627 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
15628 debugger-setup-buffer so that backtrace marks the frames set to
15629 debug-on-exit and we don't have to do it manually. Set an extra
15630 debug-on-exit for macro's.
15631 (debugger-setup-buffer): Don't mark the top frame manually.
15632
15633 2005-03-12 Lute Kamstra <lute@gnu.org>
15634
15635 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
15636 lisp-indent-function throughout.
15637 (with-no-warnings): Set lisp-indent-function property.
15638
15639 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
15640
15641 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
15642 Add entry for backslash.
15643
15644 2005-03-12 Juri Linkov <juri@jurta.org>
15645
15646 * info.el (Info-search): Four fixes for backward search.
15647
15648 2005-03-11 Jay Belanger <belanger@truman.edu>
15649
15650 * calc/calc.el (calc-language-alist): New variable.
15651 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
15652 (calc-embedded-find-modes): Use calc-language-alist instead of
15653 calc-embedded-language-alist.
15654
15655 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
15656
15657 * calendar/calendar.el (calendar-redrawing): New internal
15658 variable.
15659 (redraw-calendar): Remove bogus save-excursion from previous
15660 change. Bind calendar-redrawing to t for mark-diary-entries.
15661 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
15662 calendar if that is why we were called.
15663
15664 2005-03-11 Kenichi Handa <handa@m17n.org>
15665
15666 * international/mule.el (make-coding-system): Set property
15667 coding-system-define-form to nil.
15668 (define-coding-system-alias): Likewise.
15669
15670 2005-03-11 Kenichi Handa <handa@m17n.org>
15671
15672 These changes are suggested by Dave Love <fx@gnu.org>.
15673
15674 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
15675 coding: tag.
15676 (adaptive-fill-regexp): Add more bullets.
15677 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
15678 regexps.
15679
15680 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
15681
15682 * help.el (describe-mode): Properly handle non-trivial lighters.
15683 Don't ignore minor modes that are not listed in minor-mode-list.
15684
15685 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
15686 feature ON when the user requests to turn it OFF.
15687
15688 2005-03-10 Lute Kamstra <lute@gnu.org>
15689
15690 * emacs-lisp/debug.el (debug-entry-code): Delete it.
15691 (implement-debug-on-entry): New function to replace debug-entry-code.
15692 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
15693 second argument as the 2005-03-07 change makes it obsolete.
15694 (debug-on-entry, cancel-debug-on-entry): Update call to
15695 debug-on-entry-1.
15696 (debug, debugger-setup-buffer): Comment update.
15697 (debugger-frame-number): Update to work with implement-debug-on-entry.
15698
15699 2005-03-10 Jay Belanger <belanger@truman.edu>
15700
15701 * calc/calc-embed.el (math-ms-args): Declare it.
15702 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
15703 math-ms-args.
15704 (calc-embedded-subst): Use math-multi-subst-rec to substitute
15705 variables.
15706
15707 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
15708
15709 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
15710 Use message-box.
15711
15712 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
15713 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
15714 (tooltip-gud-tips): Simplify.
15715 (tooltip-gud-tips-p): Remove superfluous :set.
15716 (tooltip-gud-modes): Add fortran-mode.
15717 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
15718
15719 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
15720
15721 2005-03-09 Kim F. Storm <storm@cua.dk>
15722
15723 * play/animate.el (animate-place-char): Use forward-line instead
15724 of next-line to improve performance.
15725
15726 2005-03-09 Simon Josefsson <jas@extundo.com>
15727
15728 * net/browse-url.el (browse-url-default-browser): Doc fix.
15729
15730 2005-03-09 Miles Bader <miles@gnu.org>
15731
15732 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
15733 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
15734
15735 2005-03-09 Kenichi Handa <handa@m17n.org>
15736
15737 * international/latin-1.el: Set case and syntax for 255 only if
15738 set-case-syntax-set-multibyte is nil.
15739
15740 * textmodes/ispell.el (ispell-insert-word): New function.
15741 (ispell-word): Use ispell-insert-word to insert a new word.
15742 (ispell-process-line): Likewise.
15743 (ispell-complete-word): Likewise.
15744
15745 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
15746
15747 * calendar/calendar.el (redraw-calendar): Preserve point.
15748 Reported by Matt Hodges <MPHodges@member.fsf.org>.
15749 (calendar-week-start-day): Move after definition of
15750 redraw-calendar. Delete buffer test, since redraw-calendar has
15751 that now.
15752
15753 * calendar/diary-lib.el (mark-diary-entries): Only call
15754 redraw-calendar in the first of any recursive calls.
15755 Reported by Alan Shutko <ats@acm.org>.
15756
15757 2005-03-08 Juri Linkov <juri@jurta.org>
15758
15759 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
15760 (html-horizontal-rule, html-line, html-image, html-checkboxes)
15761 (html-radio-buttons): Add a space before the trailing `/>' where
15762 sgml-xml-mode is non-nil.
15763 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
15764 the subsequent tag of the empty XML tag.
15765 (html-href-anchor): Don't set initial input to "http:".
15766 (html-image): Ask for the image URL and set point inside alt="".
15767 (html-name-anchor): Duplicate the name in the `id' attribute when
15768 sgml-xml-mode is non-nil.
15769 (html-paragraph): Remove \n before <p>.
15770 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
15771 instead of `checked' when sgml-xml-mode is non-nil.
15772
15773 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
15774 Remove 1 space before #RRGGBB to not truncate it on terminal
15775 windows w/o fringes. Remove 1 space between bg and fg examples
15776 to get more space.
15777 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
15778 avoid byte-compile warnings.
15779
15780 * image-file.el (image-file-handler): Put `safe-magic' property to
15781 `image-file-handler'.
15782
15783 * info.el (Info-isearch-search): Emulate word search in
15784 isearching through multiple Info nodes with Info-search.
15785 (Info-isearch-wrap): Allow isearch-word.
15786
15787 2005-03-08 Lute Kamstra <lute@gnu.org>
15788
15789 * emacs-lisp/debug.el (debugger-step-through): Make sure that
15790 stepping into the debugger's code is not possible.
15791 (debugger-jumping-flag): Docstring update.
15792
15793 2005-03-08 Jay Belanger <belanger@truman.edu>
15794
15795 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
15796 embedded mode begins.
15797 (calc-embedded-language-alist): New variable.
15798 (calc-embedded-find-modes): Use calc-embedded-language-alist to
15799 set default language mode.
15800
15801 2005-03-08 Kenichi Handa <handa@m17n.org>
15802
15803 * international/ccl.el (define-ccl-program): Fix docstring about
15804 extra 256 bytes assured for the output buffer.
15805
15806 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
15807 Fix BUFFER_MAGNIFICATION to 2.
15808 (ccl-encode-mule-utf-16be-with-signature): Likewise.
15809
15810 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
15811
15812 * align.el (align-rules-list): Added an alignment rule for CSS
15813 declarations (applies to css-mode and html-mode buffers).
15814
15815 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
15816
15817 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
15818
15819 2005-03-07 Kim F. Storm <storm@cua.dk>
15820
15821 * simple.el (move-beginning-of-line): New command.
15822
15823 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
15824
15825 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
15826
15827 * emulation/cua-base.el: Put CUA move property on move-end-of-line
15828 and move-beginning-of-line.
15829
15830 * apropos.el (apropos-print): Omit command from M-x ... RET.
15831
15832 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
15833
15834 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
15835 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
15836
15837 2005-03-06 Richard M. Stallman <rms@gnu.org>
15838
15839 * bindings.el (esc-map): Bind M-g to goto-line.
15840
15841 * facemenu.el (global-map): Bind M-o, not M-g.
15842
15843 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15844
15845 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
15846 "Open Directory" as for "Open File".
15847
15848 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
15849
15850 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
15851 (push-mark-command): Run activate-mark-hook.
15852
15853 2005-03-06 Richard M. Stallman <rms@gnu.org>
15854
15855 * help-mode.el (help-mode-finish): Don't alter the element
15856 in view-return-to-alist if there already is one.
15857
15858 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
15859 make sure the current buffer is the expected one.
15860
15861 * novice.el (disabled-command-function): Output in *Disabled Command*.
15862 Explicitly ignore non-keyboard events, and explicitly handle C-g.
15863
15864 * textmodes/flyspell.el (flyspell-large-region):
15865 Pass args differently for aspell.
15866
15867 * files.el (mode-require-final-newline): Doc fix.
15868
15869 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
15870
15871 * progmodes/which-func.el (which-function):
15872 Specify NOERROR when calling imenu--make-index-alist.
15873
15874 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
15875
15876 * simple.el (normal-erase-is-backspace): Define default value.
15877
15878 * custom.el (custom-theme-set-variables): Remove unused var
15879 `immediate'.
15880 (custom-reevaluate-setting): Simple function to handle variables
15881 that are defined before their default value can really be
15882 computed.
15883
15884 * startup.el (command-line): Use it for temporary-file-directory,
15885 small-emporary-file-directory, auto-save-file-name-transforms,
15886 blink-cursor-mode, and normal-erase-is-backspace.
15887
15888 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
15889 progress, even with buggy anchored keywords.
15890
15891 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
15892
15893 * simple.el (goto-line): Remove unbalanced final parenthesis.
15894
15895 2005-03-05 Richard M. Stallman <rms@gnu.org>
15896
15897 * simple.el (goto-line): Use a number at point as the default.
15898 With C-u as arg, switch buffers.
15899
15900 2005-03-05 Juri Linkov <juri@jurta.org>
15901
15902 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
15903 with `no-blinking-cursor'.
15904
15905 * startup.el (no-blinking-cursor): New defvar.
15906 (command-line): Add `--no-blinking-cursor' to longopts.
15907 Set `no-blinking-cursor' to t for command line arguments
15908 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
15909 with `no-blinking-cursor' in the condition for calling
15910 `blink-cursor-mode'.
15911
15912 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
15913
15914 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
15915 (menu-bar-options-save): Add blink-cursor-mode.
15916 (menu-bar-options-menu): Add blink-cursor-mode.
15917
15918 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
15919
15920 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
15921 (icalendar-export-file, icalendar-export-region)
15922 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
15923 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
15924
15925 2005-03-04 Lute Kamstra <lute@gnu.org>
15926
15927 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
15928 (debug-function-list): Ditto.
15929
15930 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
15931
15932 * textmodes/texinfmt.el (texinfo-append-refill):
15933 Redefine the types of line to which @refill
15934 is not appended by replacing a search for `@refill\\|@bye' with
15935 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
15936 itemize@refill' bug and the unfilled long lines bug.
15937 (texinfmt-version): Update number and date.
15938
15939 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
15940
15941 * international/code-pages.el (windows-1250, windows-125[2-8])
15942 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
15943
15944 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
15945
15946 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
15947 bound yet.
15948
15949 2005-03-02 Romain Francoise <romain@orebokech.com>
15950
15951 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
15952 buffer after removing limits.
15953 (ibuffer-pop-filter): Ditto.
15954 Update copyright.
15955
15956 2005-03-02 Miles Bader <miles@gnu.org>
15957
15958 * button.el (make-text-button): If the user doesn't specify a
15959 type, use the default. Rewrite to use `add-text-properties' and
15960 plist functions.
15961
15962 2005-03-01 Lute Kamstra <lute@gnu.org>
15963
15964 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
15965 (debugger-jumping-flag): New var.
15966 (debug-entry-code): Use it.
15967 (debugger-jump): Use debugger-jumping-flag and add
15968 debugger-reenable to post-command-hook.
15969 (debugger-reenable): Use debugger-jumping-flag and remove itself
15970 from post-command-hook.
15971 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
15972 debugger-reenable.
15973
15974 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
15975
15976 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
15977 inclusion of "itemize\\|", which may be unnecessary, is certainly
15978 inelegant, and stops refilling in itemize lists when formatting
15979 Japanese Texinfo files to Info.
15980 Update copyright to 2005.
15981
15982 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
15983
15984 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
15985 of an error if GDB can't find the source file.
15986
15987 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
15988
15989 * calendar/calendar.el (redraw-calendar): Work from any buffer,
15990 not just the calendar.
15991
15992 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
15993 first.
15994 (diary-redraw-calendar): New function.
15995 (make-diary-entry): Add diary-redraw-calendar to local
15996 write-contents-functions. Turn off selective display before
15997 inserting in diary.
15998
15999 2005-03-01 Kim F. Storm <storm@cua.dk>
16000
16001 * emacs-lisp/copyright.el (copyright-fix-years): New command.
16002
16003 2005-03-01 Lute Kamstra <lute@gnu.org>
16004
16005 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
16006 that debug-entry-code can be safely removed from a function while
16007 this code is being evaluated. Revert the 2005-02-27 change as the
16008 new implementation no longer requires it. Make sure that a
16009 function body containing just a string is not mistaken for a docstring.
16010 (debug): Skip one more frame in case of debug on entry.
16011 (debugger-setup-buffer): Delete one more frame line in case of
16012 debug on entry.
16013 (debugger-frame-number): Update to use the new text introduced by
16014 the 1999-11-03 change. Skip one more frame in case of debug on entry.
16015
16016 2005-02-28 Kim F. Storm <storm@cua.dk>
16017
16018 * double.el (double-translate-key): Call force-window-update after
16019 read-event to avoid crash in redisplay.
16020
16021 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
16022
16023 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
16024 (debug): Use it. Move the inhibit-trace earlier.
16025 (debug-entry-code): New const.
16026 (debug-on-entry-1): Use it.
16027
16028 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
16029
16030 * international/utf-16.el (ccl-encode-mule-utf-16le):
16031 Fix BUFFER_MAGNIFICATION to 2.
16032 (ccl-encode-mule-utf-16be): Likewise.
16033
16034 2005-02-28 Kenichi Handa <handa@m17n.org>
16035
16036 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
16037 Fix BUFFER_MAGNIFICATION to 4.
16038 (ccl-encode-mule-utf-16be-with-signature): Likewise.
16039
16040 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
16041
16042 * speedbar.el (speedbar-update-flag): Doc fix.
16043 (speedbar-show-info-under-mouse): Give set-mouse-position the right
16044 argument.
16045
16046 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
16047
16048 * reveal.el (reveal-post-command): Don't try to reveal overlays which
16049 have a non-nil `invisible' property but are actually visible.
16050
16051 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
16052 for perldoc sections.
16053 (perl-outline-regexp, perl-outline-level): New var and function.
16054 (perl-mode): Use them.
16055
16056 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
16057
16058 * calendar/diary-lib.el (diary-remind): Discard any mark portion
16059 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
16060
16061 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
16062
16063 * cus-edit.el: Comment change.
16064 (custom-buffer-create-internal): Slightly reword text at top of
16065 Custom buffers. Mention there that saving an option edits the
16066 init file. Add link to Emacs manual node on `custom-file'.
16067 (custom-magic-alist): Rewrite individual State messages to use
16068 capitalized keywords. Doc fix.
16069
16070 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
16071
16072 * calendar/calendar.el (calendar-buffer): Move above
16073 calendar-week-start-day.
16074 (calendar-week-start-day): Doc fix. Add :set function.
16075 (calendar-minimum-window-height): New variable.
16076 (generate-calendar-window): Only resize window if selected-window
16077 is displaying the calendar buffer. Use new variable
16078 calendar-minimum-window-height.
16079 (generate-calendar): Reword error message.
16080 (calendar-mode-map): Bind DEL to scroll-other-window-down.
16081
16082 2005-02-27 Andreas Schwab <schwab@suse.de>
16083
16084 * vc.el (vc-do-command): Don't run command asynchronously when
16085 operating in a remote directory.
16086
16087 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
16088 change from sync with Tramp 2.0.47.
16089
16090 2005-02-27 Richard M. Stallman <rms@gnu.org>
16091
16092 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
16093
16094 * textmodes/flyspell.el (flyspell-mode-on):
16095 Call ispell-change-dictionary only if necessary.
16096
16097 * emacs-lisp/re-builder.el (regexp-builder): New function.
16098
16099 * register.el (describe-register-1): Explicitly handle
16100 yank-excluded-properties = t.
16101
16102 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
16103 (custom-magic-alist): Change the status descriptions again.
16104 (face widget-type): Total rewrite based on `restricted-sexp'
16105 to eliminate the confusing double hiding levels.
16106
16107 * emacs-lisp/debug.el (debug-on-entry-1):
16108 If function body is empty, add nil as body form.
16109
16110 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
16111
16112 * emacs-lisp/trace.el (inhibit-trace): New var.
16113 (trace-make-advice): Use it.
16114
16115 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
16116
16117 2005-02-26 Kim F. Storm <storm@cua.dk>
16118
16119 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
16120 (mouse-on-link-p, mouse-drag-region-1): Use it.
16121
16122 2005-02-25 Lute Kamstra <lute@gnu.org>
16123
16124 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
16125
16126 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
16127
16128 * frame.el (blink-cursor-mode): Add :group keyword.
16129
16130 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
16131
16132 * calendar/icalendar.el (icalendar--decode-isodatetime):
16133 New optional argument DAY-SHIFT.
16134 (icalendar-export-region): Fix coding-system-for-write.
16135 (icalendar--convert-ical-to-diary): Shift end-day of all-day
16136 events by one.
16137
16138 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
16139
16140 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
16141
16142 2005-02-24 Kim F. Storm <storm@cua.dk>
16143
16144 * international/iso-acc.el (iso-accents-compose): Fix crash
16145 during redisplay. Call force-window-update after read-event
16146 and delete-region to signal that window is not accurate.
16147
16148 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
16149
16150 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
16151 Remove unused and inexistent var `inhibit-trace'.
16152 (debugger-mode): Use run-mode-hooks.
16153 (debugger-list-functions): Add buttons; setup xref stack.
16154
16155 2005-02-23 Richard M. Stallman <rms@gnu.org>
16156
16157 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
16158 appointment says it was explicitly made.
16159 (appt-add): Set the 3rd element.
16160 (appt-make-list): Preserve explicit appointments.
16161
16162 * subr.el (find-tag-default): Catch errors in forward-sexp.
16163
16164 2005-02-23 Juri Linkov <juri@jurta.org>
16165
16166 * info.el (Info-isearch-search): New defcustom.
16167 (Info-isearch-search): Call the default isearch function
16168 when Info-isearch-search is nil.
16169 (Info-isearch-wrap): Use variable Info-isearch-search.
16170
16171 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
16172
16173 * cus-edit.el: Comment change.
16174
16175 2005-02-22 Kim F. Storm <storm@cua.dk>
16176
16177 * progmodes/hideif.el (hide-ifdef-use-define-alist):
16178 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
16179
16180 2005-02-22 Simon Josefsson <jas@extundo.com>
16181
16182 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
16183 New variable.
16184 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
16185 Oskarsson" <myrkraverk@users.sourceforget.net>.
16186
16187 2005-02-22 Kim F. Storm <storm@cua.dk>
16188
16189 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
16190 check that window of that event is the selected window.
16191 (mouse-drag-region-1): Compare mouse event window to selected
16192 window before setting point.
16193
16194 * tooltip.el (tooltip-show-help-function): Pass event to
16195 mouse-on-link-p so it can check selected window.
16196
16197 2005-02-22 Kenichi Handa <handa@m17n.org>
16198
16199 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
16200 (ps-mule-show-warning): New function.
16201 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
16202 characters are found.
16203
16204 * ps-print.el (ps-header-footer-string): Return a list of header
16205 and footer strings.
16206
16207 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
16208
16209 * pcvs.el (cvs-retrieve-revision): Fix thinko.
16210
16211 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
16212
16213 * frame.el (blink-cursor-mode): Use define-minor-mode.
16214
16215 * term/mac-win.el (function-key-map): Use char-names more consistently.
16216 (file-name-coding-system): Only set it for MacOS-9. The other case is
16217 already handled in mule-cmds.el (where it also works when mac-win.el
16218 is not used).
16219
16220 2005-02-21 Kenichi Handa <handa@m17n.org>
16221
16222 * international/mule.el (ctext-pre-write-conversion): Always use
16223 " *code-converting-work*" buffer for work.
16224
16225 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
16226
16227 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
16228
16229 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
16230
16231 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
16232
16233 * ses.el (undo-more): Restore defadvice, but only the part that
16234 allows changes outside the restricted area of the buffer.
16235
16236 2005-02-20 Kim F. Storm <storm@cua.dk>
16237
16238 * simple.el (line-move): Add fourth optional arg try-vscroll which
16239 must be set to perform auto-window-vscroll.
16240 When moving backwards and doing auto-window-vscroll, automatically
16241 vscroll to the last part of lines which are taller than the window.
16242 (next-line, previous-line): Set try-vscroll arg on line-move.
16243
16244 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
16245
16246 * replace.el (query-replace, query-replace-regexp)
16247 (replace-string, replace-regexp): When operating on region, make
16248 the minibuffer prompt say so.
16249
16250 * isearch.el (isearch-forward): Document isearch-query-replace and
16251 isearch-query-replace-regexp keybindings.
16252
16253 2005-02-19 Jay Belanger <belanger@truman.edu>
16254
16255 * calc/calc-aent.el (math-read-token): Add local variable.
16256
16257 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
16258 (calc-edit-top): Move declaration to earlier in file.
16259 (calc-edit-macro-repeats): Add local variables.
16260
16261 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
16262 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
16263 calcFunc-tanh.
16264 Adjust integration rule for calcFunc-tan.
16265
16266 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
16267
16268 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
16269 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
16270 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
16271 (viper-skip-separators): Bug fix.
16272 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
16273 particular major mode.
16274 (viper-del-backward-char-in-replace): Don't put deleted char on the
16275 kill ring.
16276
16277 * viper-ex.el (viper-color-display-p): New function.
16278 (viper-has-face-support-p): Use viper-color-display-p.
16279
16280 * viper-keym.el (viper-gnus-modifier-map): New keymap.
16281
16282 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
16283
16284 * viper-util.el (viper-glob-unix-files): Fix shell status check.
16285 (viper-file-remote-p): Make equivalent to file-remote-p.
16286
16287 * viper.el (viper-major-mode-modifier-list):
16288 Use viper-gnus-modifier-map.
16289
16290 2005-02-19 David Kastrup <dak@gnu.org>
16291
16292 * subr.el (subregexp-context-p): Fix garbled doc string by adding
16293 quoting.
16294
16295 2005-02-19 Jay Belanger <belanger@truman.edu>
16296
16297 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
16298 Remove extra definitions.
16299 (calc-coth): New function.
16300 (calcFunc-cot): Fix `let'.
16301
16302 2005-02-19 Eli Zaretskii <eliz@gnu.org>
16303
16304 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
16305 the reasons we use "type pc" in these faces.
16306
16307 * button.el (button): Ditto.
16308
16309 2005-02-19 Michael Mauger <mmaug@yahoo.com>
16310
16311 * replace.el (query-replace-read-from): Set the value of
16312 query-replace-from-history-variable to handle the case of an empty
16313 string entered to accept the suggested default.
16314
16315 * net/tramp.el (tramp-file-name-for-operation):
16316 Use dired-call-process instead of dired-call-process-command.
16317
16318 2005-02-19 Jay Belanger <belanger@truman.edu>
16319
16320 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
16321 (math-div-non-trig): New variables.
16322 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
16323 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
16324 (math-combine-prod, math-div-symb-fancy): Add simplifications for
16325 trig expressions.
16326
16327 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
16328
16329 * progmodes/gdb-ui.el (gdb-var-update-handler)
16330 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
16331 for watch expressions,
16332 (gdb-var-create-handler): Don't set speedbar-update-flag.
16333 (gdb-post-prompt): Simplify test for speedbar.
16334
16335 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
16336
16337 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
16338 (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
16339 we use the syntax table of the correct buffer.
16340 (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
16341 Felix Gatzemeier.
16342
16343 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
16344 (ediff-file-remote-p): Make synonymous with file-remote-p.
16345 In all deffaces ediff-*-face-*, use min-colors.
16346
16347 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
16348 ediff-recurse-to-subdirectories.
16349 (ediff-mark-if-equal): Check that the arguments are strings, use
16350 ediff-same-contents (after to Felix Gatzemeier).
16351
16352 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
16353 nil.
16354
16355 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
16356
16357 * log-view.el (log-view-message-re): Fix up Subversion regexp.
16358
16359 2005-02-18 David Kastrup <dak@gnu.org>
16360
16361 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
16362 use `mark-active' when defined.
16363
16364 2005-02-18 Kenichi Handa <handa@m17n.org>
16365
16366 * ps-print.el (ps-font-info-database): New entry
16367 ZapfChancery-MediumItalic with correct font name. Fix font name
16368 of the entry Zapf-Chancery-MediumItalic.
16369
16370 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
16371
16372 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
16373
16374 2005-02-16 Kim F. Storm <storm@cua.dk>
16375
16376 * ido.el (ido-fallback-command): Pass user input to fallback command.
16377
16378 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
16379
16380 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
16381 (gdb-find-file-hook): Add server prefix.
16382
16383 2005-02-16 Richard M. Stallman <rms@gnu.org>
16384
16385 * replace.el (perform-replace): Pass new args to replace-highlight.
16386 (replace-highlight): Take region args,
16387 and pass them to isearch-lazy-highlight-new-loop.
16388
16389 * novice.el (disabled-command-hook): Autoload the defalias
16390 and the make-obsolete-variable call.
16391
16392 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
16393
16394 * isearch.el (isearch-lazy-highlight-start-limit)
16395 (isearch-lazy-highlight-end-limit): New variables limit
16396 the region for highlighting.
16397 (isearch-lazy-highlight-new-loop): New args BEG and END.
16398 (isearch-lazy-highlight-search): Use the new vars.
16399 (isearch-lazy-highlight-update): Likewise.
16400
16401 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
16402
16403 * cus-start.el (all): Use default-boundp.
16404
16405 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
16406
16407 * menu-bar.el (menu-bar-select-frame): Handle current frame.
16408
16409 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
16410
16411 * autorevert.el (auto-revert-stop-on-user-input)
16412 (auto-revert-verbose): Doc fixes.
16413
16414 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
16415
16416 * international/mule-cmds.el (set-locale-environment): Remove call
16417 to set-selection-coding-system on Windows.
16418
16419 2005-02-15 Jay Belanger <belanger@truman.edu>
16420
16421 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
16422 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
16423 calcFunc-coth.
16424 (math-simplify-sqrt): Add simplifications.
16425
16426 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
16427 to list.
16428
16429 * calc/calc-ext.el: Add functions to autoloads.
16430
16431 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
16432 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
16433 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
16434 (math-csc-raw, math-cot-raw): New functions.
16435
16436 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
16437
16438 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
16439 the variable name in a message.
16440
16441 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
16442 calcFunc-csc, calcFunc-cot.
16443
16444 * calc/calcalg2.el: Add derivative and integration rules for
16445 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
16446 calcFunc-csch, calcFunc-coth.
16447 (math-do-integral-methods): Add to checks for when to use
16448 substitutions.
16449
16450 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
16451
16452 2005-02-15 Lute Kamstra <lute@gnu.org>
16453
16454 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
16455 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
16456 <monnier@iro.umontreal.ca>
16457 (lisp-outline-level): Improve efficiency. Suggested by David
16458 Kastrup <dak@gnu.org>.
16459
16460 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
16461
16462 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
16463 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
16464 (gdb-set-gud-minor-mode-existing-buffers): New functions.
16465 (gdb-find-file-hook): New hook. Add it to find-file-hook.
16466 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
16467
16468 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
16469
16470 * cus-start.el (all): Comment change.
16471
16472 2005-02-14 Lute Kamstra <lute@gnu.org>
16473
16474 * cus-start.el (all): Check if symbol is void.
16475
16476 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
16477
16478 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
16479 optional argument to \cite.
16480
16481 2005-02-14 Richard M. Stallman <rms@gnu.org>
16482
16483 * cus-edit.el (custom-buffer-create-internal): Update help message.
16484 (custom-magic-alist): Update help messages.
16485
16486 * cus-start.el (all): Allow a var to specify a standard value.
16487
16488 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
16489
16490 * custom.el (custom-theme-set-variables): Handle variable aliases.
16491
16492 * frame.el (blink-cursor-timer): Doc fix.
16493 (blink-cursor): Make it an alias for `blink-cursor-mode' and
16494 declare obsolete.
16495 (blink-cursor-mode): Define with defcustom and use correct
16496 standard expression in that defcustom.
16497 * startup.el (command-line): Adapt to above changes in frame.el.
16498
16499 2005-02-11 Lute Kamstra <lute@gnu.org>
16500
16501 * apropos.el (apropos-score-doc): Prevent division by zero.
16502
16503 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
16504
16505 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
16506 (icalendar--get-event-property-attributes)
16507 (icalendar--get-event-properties)
16508 (icalendar--datetime-to-diary-date): New functions.
16509 (icalendar--split-value): Doc fix.
16510 (icalendar--datetime-to-noneuropean-date)
16511 (icalendar--datetime-to-european-date): New optional argument
16512 SEPARATOR. Return result as a string instead of a list.
16513 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
16514 (icalendar--convert-string-for-export): Rename arg S to STRING.
16515 (icalendar-export-region): Doc fix. Change name of error buffer.
16516 Save output buffer.
16517 (icalendar-import-file): Add blank at end of prompt.
16518 (icalendar-import-buffer): Doc fix. Do not switch to error
16519 buffer. Indicate status in return value.
16520 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
16521 buffer. Save output buffer. Handle exception from recurrence
16522 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
16523 events. Fix problems with weekly all-day events.
16524
16525 2005-02-10 Richard M. Stallman <rms@gnu.org>
16526
16527 * simple.el (eval-expression-print-format):
16528 Avoid warning about edebug-active.
16529
16530 * help.el (help-for-help-internal): Rename from help-for-help.
16531 (help-for-help): Define with defalias.
16532
16533 * font-core.el (font-lock-default-function): Use with-no-warnings.
16534
16535 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
16536
16537 * custom.el (defface): Doc fix.
16538
16539 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
16540
16541 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
16542 width 0" to prevent word wrapping problems.
16543
16544 2005-02-09 Kim F. Storm <storm@cua.dk>
16545
16546 * ido.el (ido-file-extensions-order): New defcustom.
16547 (ido-file-extension-lessp, ido-file-extension-aux)
16548 (ido-file-extension-order): New advanced file ordering.
16549 (ido-file-lessp): New simple file ordering.
16550 (ido-sort-list): Remove.
16551 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
16552 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
16553
16554 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
16555
16556 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
16557 that some versions of grep produce.
16558 (grep-mode-font-lock-keywords): Likewise.
16559
16560 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
16561
16562 * progmodes/gdb-ui.el (gdb-location-list): New variable.
16563 (gdb-cdir): Delete.
16564 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
16565 (gdb-source-info): Treat case when source file is in another
16566 directory properly.
16567 (gdb-get-location): New function.
16568
16569 2005-02-07 Jay Belanger <belanger@truman.edu>
16570
16571 * calc/calc-prog.el (calc-write-parse-table-part)
16572 (calc-fix-token-name): Fix a check for language type.
16573
16574 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
16575
16576 2005-02-07 Andre Spiegel <spiegel@gnu.org>
16577
16578 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
16579 as directory not writable.
16580
16581 2005-02-07 Kim F. Storm <storm@cua.dk>
16582
16583 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
16584 (cua--standard-movement-commands): Remove list.
16585 Instead, set CUA property value to move for movement commands.
16586 (cua-movement-commands): Remove. Users must set CUA prop instead.
16587 (cua--pre-command-handler): Check CUA property.
16588 (cua--init-keymaps): Don't remap undo commands.
16589 (cua-mode): Don't call cua--rectangle-on-off.
16590
16591 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
16592 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
16593 (cua--rect-undo-set-point): New var.
16594 (cua--rectangle-undo-boundary): Setup undo apply entry.
16595 (cua--rect-undo-handler): New function for rectangle undo.
16596 (cua--rect-start-position, cua--rect-end-position): Add.
16597 (cua--rectangle-post-command): Call cua--rectangle-set-corners
16598 for restored rectangle. Set point if cua--rect-undo-set-point.
16599
16600 2005-02-06 Jay Belanger <belanger@truman.edu>
16601
16602 * calc/calc-lang.el (calc-tex-language): Display more information
16603 in messages.
16604
16605 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
16606 in TeX mode.
16607
16608 2005-02-06 Richard M. Stallman <rms@gnu.org>
16609
16610 * emacs-lisp/lisp.el (buffer-end): Doc fix.
16611
16612 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
16613
16614 * net/ldap.el (ldap-search-internal): Support attributes with
16615 optional descriptions separated by a semi-colon, as in
16616 "userCertificate;binary".
16617
16618 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16619
16620 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
16621 isn't a cons (i.e. the version is 0).
16622
16623 2005-02-05 Eli Zaretskii <eliz@gnu.org>
16624
16625 * help.el (help-for-help): Doc fix.
16626
16627 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
16628
16629 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
16630 GDB-Windows on the menu-bar as this works better.
16631
16632 2005-02-04 Jay Belanger <belanger@truman.edu>
16633
16634 * calc/calc-embed.el (calc-embedded-update): Don't put in
16635 unnecessary newlines. Adjust the end of formula marker.
16636
16637 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
16638 (math-latex-parse-two-args): New function.
16639
16640 2005-02-03 Lute Kamstra <lute@gnu.org>
16641
16642 * help-fns.el (help-with-tutorial): Make sure that users cannot
16643 remove the entire text of the tutorial by means of `undo'.
16644
16645 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
16646
16647 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
16648 in recent changes, where the ispell process was repeatedly
16649 killed & restarted.
16650
16651 * international/mule-cmds.el (set-locale-environment): Set file-name
16652 coding system to utf-8 on Darwin systems.
16653 (set-default-coding-systems): Don't set default-file-name-coding-system
16654 on Darwin systems.
16655
16656 2005-02-03 Richard M. Stallman <rms@gnu.org>
16657
16658 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
16659
16660 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
16661
16662 * faces.el (list-faces-display): Add optional argument.
16663
16664 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
16665
16666 * font-core.el (font-lock-default-function): Handle the rare case where
16667 only font-lock-keywords is set.
16668
16669 2005-02-02 Kenichi Handa <handa@m17n.org>
16670
16671 * international/characters.el: Cancel previous change for
16672 I-WITH-DOT-ABOVE and DOTLESS-i.
16673
16674 * international/latin-5.el: Cancel previous change.
16675
16676 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
16677
16678 * progmodes/gud.el: Correction to syntax in gud-menu-map.
16679
16680 2005-02-02 Kenichi Handa <handa@m17n.org>
16681
16682 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
16683 DOTLESS-i.
16684
16685 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
16686 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
16687
16688 * case-table.el (get-upcase-table): New function.
16689 (copy-case-table): Copy upcaes table too if non-nil.
16690 (set-case-syntax-delims): Maintain upcase table too.
16691 (set-case-syntax-pair): Likewise.
16692 (set-upcase-syntax, set-downcase-syntax): New functions.
16693 (set-case-syntax): Maintain upcase table too.
16694
16695 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
16696
16697 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
16698
16699 * progmodes/gud.el (gud-goto-info): New function.
16700 (gud-tool-bar-map): Use correct icon.
16701
16702 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
16703
16704 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
16705 When delegating, order args in the funcall correctly.
16706
16707 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
16708
16709 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
16710
16711 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
16712
16713 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
16714 buffer not visiting a file.
16715
16716 2005-01-31 Jay Belanger <belanger@truman.edu>
16717
16718 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
16719 bound on the line with the formula.
16720
16721 2005-01-31 Kim F. Storm <storm@cua.dk>
16722
16723 * ses.el (ses-create-cell-variable-range)
16724 (ses-destroy-cell-variable-range, ses-reset-header-string)
16725 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
16726 (ses-insert-row): Fix format of apply undo entries.
16727
16728 2005-01-31 Jay Belanger <belanger@truman.edu>
16729
16730 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
16731 parts.
16732
16733 * calc/calc-embed.el (calc-embedded-open-formula)
16734 (calc-embedded-close-formula): Ignore matrix environments.
16735
16736 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
16737 TeX mode.
16738
16739 * calc/calc-lang.el (math-function-table, math-oper-table)
16740 (math-variable-table): Adjust the LaTeX portions.
16741
16742 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
16743 (math-latex-ignore-words): New constant.
16744
16745 2005-01-31 Richard M. Stallman <rms@gnu.org>
16746
16747 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
16748 (ispell-local-dictionary): Doc fix.
16749 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
16750 Don't reinitialize at run time. Don't defcustom.
16751 All uses changed to append ispell-local-dictionary-alist,
16752 or check it first.
16753 (ispell-current-dictionary): New variable for dictionary in use.
16754 (ispell-dictionary): Now used only for global default.
16755 (ispell-start-process): Set ispell-current-dictionary,
16756 not ispell-dictionary.
16757 (ispell-change-dictionary): Use this only for setting
16758 user preferences.
16759 (ispell-internal-change-dictionary): New function
16760 to change the current dictionary in use.
16761 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
16762 Use ispell-current-dictionary.
16763 Handle ispell-local-dictionary-overridden.
16764 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
16765
16766 2005-01-31 Jay Belanger <belanger@truman.edu>
16767
16768 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
16769
16770 * calc/calc-ext.el: Add calc-latex-language to autoloads.
16771 (calc-mode-map): Add calc-latex-language.
16772
16773 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
16774 (math-latex-print-frac): New functions.
16775 (math-oper-table, math-function-table, math-variable-table)
16776 (math-complex-format, math-input-filter): Add latex properties.
16777 (calc-set-language): Set math-expr-special-function-mapping.
16778
16779 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
16780 (calc-write-parse-table-part): Add LaTeX support.
16781
16782 * calc/calc.el (calc-language): Adjust docstring.
16783 (calc-set-mode-line): Add LaTeX support.
16784 (math-expr-special-function-mapping): New variable.
16785 (math-tex-ignore-words): Add to list.
16786
16787 * calc/calccomp.el (math-compose-expr, math-compose-rows):
16788 Add LaTeX support.
16789 (math-compose-expr): Add support for special functions.
16790
16791 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
16792
16793 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
16794
16795 * progmodes/gdb-ui.el (gdb-memory-address)
16796 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
16797 (gdb-memory-mode-map, gdb-memory-format-keymap)
16798 (gdb-memory-format-menu, gdb-memory-unit-keymap)
16799 (gdb-memory-unit-menu): New variables for a buffer
16800 that lets the user examine program memory.
16801 (gdb-memory-set-address, gdb-memory-set-repeat-count)
16802 (gdb-memory-format-binary, gdb-memory-format-octal)
16803 (gdb-memory-format-unsigned, gdb-memory-format-signed)
16804 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
16805 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
16806 (gdb-memory-unit-word, gdb-memory-unit-halfword)
16807 (gdb-memory-unit-byte, gdb-memory-unit-menu)
16808 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
16809 (gdb-memory-mode, gdb-memory-buffer-name)
16810 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
16811 New functions for above buffer.
16812
16813 2005-01-30 Richard M. Stallman <rms@gnu.org>
16814
16815 * cus-edit.el (custom-bury-buffer): Function deleted.
16816 (custom-buffer-done-function): Option deleted.
16817 (custom-buffer-done-kill): New replacement option.
16818 (Custom-buffer-done): Call quit-window.
16819 (custom-buffer-create-internal): Update for above changes.
16820
16821 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
16822
16823 * simple.el (undo-ask-before-discard): New var.
16824 (undo-outer-limit-truncate): Implement it.
16825 (undo-extra-outer-limit): Doc update.
16826
16827 2005-01-29 Richard M. Stallman <rms@gnu.org>
16828
16829 * ses.el (undo-more): Delete defadvice.
16830 (ses-begin-change): Doc fix.
16831
16832 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
16833 instead of rebinding C-x u and C-_.
16834
16835 * files.el (normal-backup-enable-predicate): Return nil for files
16836 in /tmp, regardless of temporary-file-directory.
16837
16838 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
16839
16840 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
16841 (open-rectangle, delete-whitespace-rectangle-line)
16842 (clear-rectangle-line): If FILL, pass t instead of FILL
16843 for move-to-column's 2nd arg.
16844
16845 * simple.el (undo): Fix the test for continuing a series of undos.
16846 (undo-more): Set pending-undo-list to t when we reach end.
16847 (pending-undo-list): Move up defvar.
16848
16849 * wid-edit.el (widget-button-click):
16850 Shorten the range of the track-mouse binding.
16851
16852 * comint.el (comint-insert-input): Undo previous changes;
16853 use last-input-event in interactive spec.
16854
16855 2005-01-29 Eli Zaretskii <eliz@gnu.org>
16856
16857 * progmodes/compile.el (compilation-start): Bind buffer-read-only
16858 to nil before invoking call-process. Reset buffer's modified flag
16859 after fontifying it in the no-async branch.
16860
16861 * wid-edit.el (widget-specify-button): If mouse pointer shape
16862 cannot be changed, use mouse face instead.
16863
16864 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
16865
16866 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
16867 (gdb-goto-breakpoint): Make breakpoint handling work on template
16868 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
16869 (gdb-assembler-custom): Update to recognize breakpoint information
16870 added on 2005-01-19.
16871
16872 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
16873
16874 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
16875 (dsssl-mode): Use define-derived-mode.
16876 (scheme-mode-initialize): Remove.
16877 (scheme-mode): Use run-mode-hooks.
16878
16879 * cus-edit.el (customize-group-other-window)
16880 (custom-buffer-create-other-window): Don't override special-display-*.
16881 (custom-mode-map): Make it dense.
16882
16883 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
16884 sets the default value.
16885
16886 2005-01-28 Eli Zaretskii <eliz@gnu.org>
16887
16888 * descr-text.el: Add more keywords.
16889
16890 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
16891
16892 * speedbar.el: Avoid unnecessary use of locate-library.
16893
16894 * international/mule-cmds.el (standard-display-european-internal):
16895 Don't fiddle with latin-1 non-break space any more since it's now
16896 special cased in the C code.
16897 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
16898
16899 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
16900
16901 * cus-start.el (all): Add `undo-outer-limit'.
16902
16903 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
16904
16905 * textmodes/bibtex.el (bibtex-format-entry):
16906 Use `bibtex-empty-field-re' only on the text of fields, not on entire
16907 field lines.
16908 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
16909 not on part of a buffer.
16910
16911 2005-01-25 Lute Kamstra <lute@gnu.org>
16912
16913 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
16914 nonempty field text strings like "{letters\\macro{}more letters}".
16915 Clarify docstring.
16916 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
16917 (bibtex-entry-offset, bibtex-parse-association)
16918 (bibtex-parse-field-name): Fix typos in docstrings.
16919 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
16920
16921 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
16922
16923 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
16924 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
16925 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
16926 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
16927
16928 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
16929 isearch minor mode.
16930
16931 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
16932
16933 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
16934
16935 2005-01-24 Lute Kamstra <lute@gnu.org>
16936
16937 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
16938 CASECHARS and NOT-CASECHARS regular expressions of the
16939 "nederlands" and "nederlands8" dictionaries to prevent a "Range
16940 striding over charsets" error.
16941
16942 2005-01-24 Jay Belanger <belanger@truman.edu>
16943
16944 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
16945 display variable name.
16946
16947 2005-01-24 Kenichi Handa <handa@m17n.org>
16948
16949 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
16950 Fix setting of the element of encoded-kbd-iso2022-invocations.
16951
16952 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
16953
16954 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
16955 (gdb-threads-select): Change to also accept mouse events.
16956 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
16957 (gdb-threads-mouse-select): Delete.
16958
16959 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
16960
16961 * files.el (insert-directory): Take care of empty directory,
16962 listed without -a switch.
16963
16964 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
16965
16966 * textmodes/refill.el (refill-post-command-function):
16967 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
16968 to the list of functions that we should be careful not to undo.
16969 (refill-late-fill-paragraph-function): Remove.
16970 (refill-saved-state): New var.
16971 (refill-mode): Use it to save fill-paragraph-function.
16972 Save also the value of auto-fill-function.
16973
16974 * term/w32-win.el: Simplify code.
16975
16976 2005-01-23 Kim F. Storm <storm@cua.dk>
16977
16978 * simple.el (line-move): Adapt to new return value from
16979 pos-visible-in-window-p.
16980
16981 * simple.el (line-move): Fix last change. Check partial
16982 visibility at point rather than at window-start.
16983
16984 2005-01-22 Jason Rumney <jasonr@gnu.org>
16985
16986 * term/w32-win.el (xw-defined-colors): Remove debug-message.
16987
16988 2005-01-22 David Kastrup <dak@gnu.org>
16989
16990 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
16991
16992 2005-01-22 Eli Zaretskii <eliz@gnu.org>
16993
16994 * type-break.el (type-break-mode): Add a test for
16995 type-break-file-name being non-nil.
16996
16997 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
16998
16999 * net/eudc.el (top level): Call (message "") via progn, so that
17000 eudc-options-file is loaded.
17001
17002 2005-01-22 Kim F. Storm <storm@cua.dk>
17003
17004 * simple.el (line-move-1): Rename from line-move.
17005 (line-move): New function that adjusts vscroll for partially
17006 visible rows, and calls line-move-1 otherwise.
17007
17008 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
17009
17010 * pcomplete.el: Define pcomplete-read-event instead of read-event,
17011 since it's not a complete read-event implementation
17012
17013 2005-01-20 Jay Belanger <belanger@truman.edu>
17014
17015 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
17016 for called function.
17017
17018 2005-01-20 Steven Tamm <steventamm@mac.com>
17019
17020 * term/mac-win.el (process-connection-type): Remove.
17021 Controlled now by s/darwin.h:PTY_ITERATION.
17022
17023 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
17024
17025 * window.el (handle-select-window): Don't switch window when we're
17026 in the minibuffer.
17027
17028 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
17029
17030 * subr.el (dotimes-with-progress-reporter): New macro.
17031
17032 * ses.el (ses-dotimes-msg): Remove macro.
17033 Use `dotimes-with-progress-reporter' instead.
17034
17035 2005-01-19 Steven Tamm <steventamm@mac.com>
17036
17037 * term/mac-win.el (process-connection-type): Use new
17038 operating-system-release variable to use ptys on Darwin 7 (OS X
17039 10.3) when using carbon build.
17040
17041 2005-01-19 Jay Belanger <belanger@truman.edu>
17042
17043 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
17044 flags if the last command was a tab or M-tab.
17045
17046 * calc/calc-prog.el (calc-user-define-edit): Put original formula
17047 in formula editing buffer.
17048
17049 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
17050
17051 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
17052 breakpoint image symbol in margin.
17053
17054 2005-01-19 Jay Belanger <belanger@truman.edu>
17055
17056 * calc/calc-prog.el (calc-execute-kbd-macro):
17057 Ignore calc-keep-arg-flag.
17058
17059 2005-01-19 Kenichi Handa <handa@m17n.org>
17060
17061 * textmodes/ispell.el (ispell-looking-at): New function.
17062 (ispell-process-line): Use ispell-looking-at to compare the ispell
17063 output and the buffer contents.
17064
17065 2005-01-18 Jay Belanger <belanger@truman.edu>
17066
17067 * calc/calc.el (calc-display-raw): Fix docstring.
17068
17069 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
17070
17071 * simple.el (blink-matching-open): Strip extra info from syntax.
17072
17073 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
17074 funny chars in the end-of-here-doc marker.
17075
17076 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
17077
17078 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
17079 that enable/disabled state of breakpoints is shown correctly in
17080 fringe and on ttys.
17081 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
17082 Add breakpoint information as text properties.
17083 (gdb-mouse-toggle-breakpoint):
17084 Rename to gdb-mouse-set-clear-breakpoint.
17085 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
17086 breakpoints in the margin.
17087 (gdb-remove-strings): Simplify.
17088
17089 2005-01-17 Jay Belanger <belanger@truman.edu>
17090
17091 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
17092 erasing buffer.
17093
17094 2005-01-17 Richard M. Stallman <rms@gnu.org>
17095
17096 * progmodes/grep.el (grep-find): Copy from `grep' the condition
17097 for calling grep-compute-defaults.
17098
17099 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
17100 if buffer is empty.
17101
17102 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
17103
17104 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
17105
17106 * hilit-chg.el (highlight-changes-mode): Don't autoload.
17107
17108 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
17109 non-preloaded variables.
17110
17111 2005-01-17 Steven Tamm <steventamm@mac.com>
17112
17113 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
17114 tex-shell cause to force interactivity when using pipes.
17115
17116 2005-01-17 Kim F. Storm <storm@cua.dk>
17117
17118 * simple.el (just-one-space): Make arg optional.
17119
17120 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
17121
17122 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
17123 posn-at-x-y to t to access left-margin.
17124
17125 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
17126
17127 Sync with Tramp 2.0.47.
17128
17129 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
17130 catching keep-date problems in cp/scp operations.
17131 (tramp-handle-copy-file): Don't call `set-file-modes'
17132 unconditionally. Specialized functions should know better what is
17133 necessary. This improves performance a little bit, and the
17134 functions could catch errors with `cp -p' and `scp -p'.
17135 (tramp-do-copy-or-rename-file-via-buffer)
17136 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
17137 when appropriate.
17138 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
17139 Call `set-file-modes' when appropriate.
17140 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
17141 Johnsson <isak@hypergene.com>
17142 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
17143 of both Tramp buffer and debug buffer. Reported by Joakim Verona
17144 <joakim@verona.se>
17145 (tramp-file-name-for-operation): Mark `shell-command' as magic for
17146 Emacs only.
17147
17148 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
17149 `find-file-hooks' and `dired-mode-hook'.
17150 (tramp-minor-mode-map): Respective map. Add remapping for
17151 `compile' and `recompile'.
17152 (tramp-remap-command, tramp-recompile): New defuns.
17153 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
17154 in buffer "*Compilation*". Call the commands asynchronously.
17155
17156 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
17157 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
17158 `shell-command', because it isn't magic in XEmacs. Reported by
17159 Adrian Aichner <adrian@xemacs.org>.
17160
17161 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
17162 `substitute-in-file-name.
17163 (tramp-smb-handle-substitute-in-file-name): New defun.
17164 (tramp-smb-advice-PC-do-completion): Delete advice.
17165
17166 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
17167
17168 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
17169 Fix error in deleting region.
17170
17171 2005-01-15 Richard M. Stallman <rms@gnu.org>
17172
17173 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
17174 In non-temp buffer, switch syntax table temporarily.
17175
17176 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
17177
17178 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
17179
17180 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
17181
17182 * imenu.el (imenu--split-menu): Copy menulist before sorting.
17183 (imenu--generic-function): Use START, not BEG, as pos of definition.
17184
17185 * simple.el (just-one-space): Argument specifies number of spaces.
17186
17187 * simple.el (eval-expression-print-format): Avoid warning
17188 about edebug-active.
17189
17190 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
17191
17192 * progmodes/sh-script.el: Code copied from make-mode.el
17193 with small changes,
17194 (sh-mode-map): Bind C-c C-\.
17195 (sh-backslash-column, sh-backslash-align): New variables.
17196 (sh-backslash-region, sh-append-backslash): New functions.
17197
17198 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
17199
17200 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
17201 (rmail-pop-password, rmail-pop-password-required): Move to
17202 rmail-obsolete group.
17203 (rmail-set-pop-password): Rename to rmail-set-remote-password.
17204 All callers updated.
17205 (rmail-get-pop-password): Rename to rmail-get-remote-password.
17206 Take an argument specifying whether it is POP or IMAP mailbox we
17207 are using. All callers updated.
17208 (rmail-pop-password-error): Rename to
17209 rmail-remote-password-error. Added mailutils-specific error message.
17210 (rmail-movemail-search-path)
17211 (rmail-movemail-variant-in-use): New variables.
17212 (rmail-remote-password, rmail-remote-password-required):
17213 New customization variables.
17214 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
17215 (rmail-parse-url): New function.
17216 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
17217 with GNU mailutils movemail.
17218
17219 2005-01-15 Kevin Ryde <user42@zip.com.au>
17220
17221 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
17222 suffix to space, $ or '$, to correctly position point when going
17223 to @table style constants like DBL_MAX.
17224
17225 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
17226
17227 * type-break.el (type-break-mode, type-break-file-time)
17228 (type-break-file-keystroke-count, type-break-choose-file):
17229 Don't store data in or load data from the file if type-break-file-name
17230 is nil.
17231 (type-break-file-name): Doc update as per the above.
17232
17233 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
17234
17235 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
17236 lookup-key might return nil; handle that.
17237
17238 2005-01-15 Alan Mackenzie <acm@muc.de>
17239
17240 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
17241 rather than the element found, thus enabling the tree to be setcar'd.
17242
17243 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
17244
17245 * textmodes/org.el (org-show-following-heading): New option.
17246 (org-show-hierarchy-above): Use `org-show-following-heading'.
17247 (org-cycle): Documentation fix.
17248
17249 * textmodes/org.el (orgtbl-optimized): New option
17250 (orgtbl-mode): New command, a minor mode.
17251 (orgtbl-mode-map): New variable.
17252 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
17253 (orgtbl-error, orgtbl-self-insert-command)
17254 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
17255
17256 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
17257 a local variable in each org-mode buffer.
17258
17259 * textmodes/org.el (org-set-regexps-and-options): Rename from
17260 `org-set-regexps'. Added checking for STARTUP keyword.
17261 (org-get-current-options): Add STARTUP options.
17262 (org-table-insert-row): Make mode intelligent about when
17263 realignment is needed.
17264 (org-self-insert-command, org-delete-backward-char, org-delete-char):
17265 New commands.
17266 (org-enable-table-editor): New default value `optimized'.
17267 (org-table-blank-field): Support blanking regions if active.
17268
17269 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
17270
17271 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
17272 if the year is not given.
17273
17274 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
17275 Add new escapes %m and %M, fixed bug with %F by adding
17276 save-match-data.
17277 (reftex-reference): Remove ?. from list of spaces.
17278 (reftex-label-info): Add automatic label prefix recognition.
17279
17280 * textmodes/reftex-index.el (reftex-index-next-phrase):
17281 Add slave parameter to call of `reftex-index-this-phrase'.
17282 (reftex-index-this-phrase): New optional argument.
17283 (reftex-index-region-phrases): Add slave parameter to call of
17284 `reftex-index-this-phrase'.
17285 (reftex-display-index): New argument redo.
17286 (reftex-index-rescan): Add 'redo to arguments of
17287 `reftex-display-index'.
17288 (reftex-index-Rescan, reftex-index-revert)
17289 (reftex-index-switch-index-tag): Add 'redo to arguments of
17290 `reftex-display-index'.
17291 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
17292 indexing. Fix bug with matching is there is a quote before or
17293 after the word.
17294
17295 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
17296 Fix bug when collecting citation keys in lines with comments.
17297 (reftex-citation): Prefix argument no longer rescans the document,
17298 but forces prompting for optional arguments of cite macros.
17299 (reftex-do-citation): Prompting for optional arguments implemented.
17300
17301 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
17302 Add optional arguments to most cite commands.
17303 (reftex-cite-cleanup-optional-args): New option
17304 (reftex-cite-prompt-optional-args): New option.
17305 (reftex-trust-label-prefix): New option.
17306
17307 * textmodes/reftex-toc.el (reftex-toc-find-section):
17308 Add push-mark before changing the position in the buffer.
17309
17310 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
17311 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
17312
17313 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
17314
17315 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
17316 more carefully.
17317
17318 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
17319
17320 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
17321 (sgml-mode): Use it.
17322 (sgml-get-context): Better keep track of implicitly closed tags.
17323
17324 2005-01-13 Kenichi Handa <handa@m17n.org>
17325
17326 * textmodes/ispell.el: These changes are to fix misalignment error
17327 caused by equivalent characters of different Emacs charsets.
17328 (ispell-unified-chars-table): New variable.
17329 (ispell-get-decoded-string): New function.
17330 (ispell-get-casechars, ispell-get-not-casechars)
17331 (ispell-get-otherchars): Call ispell-get-decoded-string.
17332
17333 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
17334
17335 * custom.el (custom-declare-variable): Just put symbol instead
17336 of (defvar . symbol) in `current-load-list'.
17337
17338 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
17339
17340 * emacs-lisp/elint.el: Fixed typo in Commentary section.
17341
17342 2005-01-12 Jay Belanger <belanger@truman.edu>
17343
17344 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
17345 to create a Calc summary.
17346
17347 2005-01-12 Kim F. Storm <storm@cua.dk>
17348
17349 * mouse.el (mouse-on-link-p): Change functionality and doc
17350 string to comply with latest description in lisp ref.
17351
17352 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
17353
17354 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
17355 Enable mouse clicks on mode-line, header-line and margin.
17356 (event-type): Give mouse event symbols an 'event-kind property
17357 with value 'mouse-click.
17358
17359 2005-01-12 Juri Linkov <juri@jurta.org>
17360
17361 * facemenu.el (list-colors-display): Add new arg buffer-name.
17362 Use it. Fix docstring. Replace code for identifying duplicate
17363 colors by the name with call to `list-colors-duplicates' which
17364 identifies duplicate colors by the value unless the color
17365 is one of special Windows colors. Set truncate-lines to t.
17366 Print sorted duplicate color names on each line. Indent to 22
17367 \(the longest color name in rgb.txt) instead of 20. Optimize.
17368 (list-colors-duplicates): New function.
17369 (facemenu-color-name-equal): Delete function.
17370
17371 * facemenu.el (list-colors-print): New function created from code
17372 in list-colors-display. Print #RRGGBB at the window right edge.
17373 (list-colors-display): When temp-buffer-show-function is not
17374 defined, call list-colors-print from temp-buffer-show-hook
17375 to get the right value of window-width in list-colors-print
17376 after the buffer is displayed.
17377
17378 * simple.el (pop-mark): Move deactivate-mark out of conditional
17379 part to deactivate the active mark regardless of the state of the
17380 mark ring.
17381
17382 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
17383 variables line in desktop files.
17384
17385 2005-01-12 Juri Linkov <juri@jurta.org>
17386
17387 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
17388 Bring together isearch highlight related options.
17389 (lazy-highlight): Replace group `replace' by `matching'.
17390 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
17391 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
17392 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
17393 and declare them obsolete.
17394 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
17395 (isearch-faces): Remove defgroup.
17396 (isearch-overlay, isearch-highlight, isearch-dehighlight):
17397 Move isearch highlighting code closer to lazy highlighting code.
17398
17399 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
17400 (query-replace-highlight, query-replace-lazy-highlight)
17401 (query-replace): Move definitions to the beginning of the file.
17402
17403 2005-01-11 Juri Linkov <juri@jurta.org>
17404
17405 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
17406 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
17407 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
17408
17409 * info.el (Info-history-forward): New variable.
17410 (Info-select-node): Reset Info-history-forward to nil.
17411 (Info-last): Turn into defalias.
17412 (Info-history-back): Rename from Info-last.
17413 Add current node to Info-history-forward.
17414 (Info-history-forward): New fun.
17415 (Info-mode-map): Replace Info-last by Info-history-back.
17416 Bind Info-history-forward to "r".
17417 (Info-mode-menu): Replace Info-last by Info-history-back.
17418 Fix menu item text. Add menu item for Info-history-forward.
17419 (info-tool-bar-map): Replace Info-last by Info-history-back.
17420 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
17421 for Info-history-forward.
17422 (Info-mode): Replace Info-last by Info-history-back in docstring.
17423 Add local variable Info-history-forward.
17424 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
17425
17426 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
17427
17428 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
17429 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
17430 Ignore select-window events rather than fiddle with
17431 mouse-autoselect-window.
17432
17433 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
17434
17435 * type-break.el (type-break-mode): Fix previous change.
17436
17437 2005-01-10 Jay Belanger <belanger@truman.edu>
17438
17439 * calc/calc-ext.el (calc-reset): Reset when inside embedded
17440 calculator; only reset when point is inside a calculator.
17441 Don't adjust the window height if the window takes up the whole height
17442 of the frame.
17443
17444 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
17445
17446 * ebuff-menu.el (Electric-buffer-menu-mode):
17447 Preserve value of buffer-local var header-line-format.
17448
17449 2005-01-09 Jay Belanger <belanger@truman.edu>
17450
17451 * calc/calc.el (calc-mode-var-list-restore-saved-values):
17452 Make sure settings file exists before accessing it.
17453
17454 * calc/calc-embed.el (calc-embedded-subst):
17455 Replace math-multi-subst-rec, which is only supposed to be called
17456 by math-multi-subst, by math-multi-subst.
17457
17458 2005-01-09 Andre Spiegel <spiegel@gnu.org>
17459
17460 * vc.el (vc-allow-async-revert): New user option.
17461 (vc-disable-async-diff): New internal variable.
17462 (vc-revert-buffer): Use them to disable asynchronous diff.
17463
17464 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
17465 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
17466 asynchronously if vc-disable-async-diff is t.
17467
17468 2005-01-09 Jay Belanger <belanger@truman.edu>
17469
17470 * calc/calc.el (defcalcmodevar): New macro.
17471 (calc-mode-var-list-restore-default-values)
17472 (calc-mode-var-list-restore-saved-values): New functions.
17473 (calc-mode-var-list): Use defcalcmodevar to define it.
17474 (calc-always-load-extensions, calc-line-numbering)
17475 (calc-line-breaking, calc-display-just, calc-display-origin)
17476 (calc-number-radix, calc-leading-zeros, calc-group-digits)
17477 (calc-group-char, calc-point-char, calc-frac-format)
17478 (calc-prefer-frac, calc-hms-format, calc-date-format)
17479 (calc-float-format, calc-full-float-format, calc-complex-format)
17480 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
17481 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
17482 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
17483 (calc-matrix-brackets, calc-language, calc-language-option)
17484 (calc-left-label, calc-right-label, calc-word-size)
17485 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
17486 (calc-display-raw, calc-internal-prec, calc-angle-mode)
17487 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
17488 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
17489 (calc-window-height, calc-display-trail, calc-show-selections)
17490 (calc-use-selections, calc-assoc-selections)
17491 (calc-display-working-message, calc-auto-why, calc-timing)
17492 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
17493 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
17494 (calc-gnuplot-default-device, calc-gnuplot-default-output)
17495 (calc-gnuplot-print-device, calc-gnuplot-print-output)
17496 (calc-gnuplot-geometry, calc-graph-default-resolution)
17497 (calc-graph-default-resolution-3d, calc-invocation-macro)
17498 (calc-show-banner): Use defcalcmodevar to declare them and set
17499 their default values.
17500
17501 * calc/calc-ext.el (calc-reset): Restore saved values of variables
17502 instead of default values (but restore default values if there is
17503 an argument of 0).
17504
17505 2005-01-09 David Kastrup <dak@gnu.org>
17506
17507 * desktop.el (desktop-restore-eager): Fix typo in type.
17508
17509 2005-01-08 Richard M. Stallman <rms@gnu.org>
17510
17511 * cus-edit.el (customize): Delete :link.
17512
17513 2005-01-08 Jay Belanger <belanger@truman.edu>
17514
17515 * calc/calc.el (calc-mode): Remove the extension from the
17516 `calc-settings-file' file name when loading it.
17517
17518 2005-01-08 Kim F. Storm <storm@cua.dk>
17519
17520 * info.el (Info-mode-map, Info-next-link-keymap)
17521 (Info-prev-link-keymap, Info-up-link-keymap):
17522 Map follow-link to mouse-face.
17523 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
17524
17525 2005-01-08 Jay Belanger <belanger@truman.edu>
17526
17527 * calc/calc.el (calc-settings-file): Change default value.
17528 Suggested by cgw in a comment in calc-mode.el.
17529
17530 * calc/calc-mode.el (calc-settings-file-name):
17531 Compare calc-settings-file to user-init-file instead of ~/.emacs.
17532 Replace ~/.emacs in a prompt by calc-settings-file.
17533
17534 2005-01-07 Lars Hansen <larsh@math.ku.dk>
17535
17536 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
17537 (desktop-lazy-idle-delay): New customizable variables.
17538 (desktop-buffer-args-list): New variable.
17539 (desktop-append-buffer-args): New function.
17540 (desktop-save): Call desktop-append-buffer-args for some buffers.
17541 (desktop-lazy-create-buffer): New function.
17542 (desktop-idle-create-buffers): New function.
17543 (desktop-read): Add message about buffers to restore lazily.
17544 (desktop-lazy-abort): New command.
17545 (desktop-clear): Call desktop-lazy-abort.
17546 (desktop-lazy-complete): New command.
17547
17548 2005-01-06 Richard M. Stallman <rms@gnu.org>
17549
17550 * emacs-lisp/find-func.el (find-face-definition):
17551 Rename from find-face.
17552
17553 2005-01-06 Kim F. Storm <storm@cua.dk>
17554
17555 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
17556
17557 * man.el (Man-xref-man-page, Man-xref-header-file)
17558 (Man-xref-normal-file): Add follow-link property.
17559
17560 2005-01-06 Jay Belanger <belanger@truman.edu>
17561
17562 * calc/calc-units.el: Make sure the proper macro definitions are
17563 available when compiling.
17564
17565 2005-01-06 Juri Linkov <juri@jurta.org>
17566
17567 * isearch.el (isearch-lazy-highlight-update):
17568 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
17569
17570 2005-01-06 Miles Bader <miles@gnu.org>
17571
17572 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
17573 (isearch-lazy-highlight-face): Use new name.
17574
17575 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
17576
17577 * uniquify.el (uniquify-rationalize-file-buffer-names):
17578 Re-add an interactive spec.
17579 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
17580 to the same name.
17581
17582 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
17583 (isearch-update, isearch-done): Adjust calls accordingly.
17584
17585 2005-01-05 Richard M. Stallman <rms@gnu.org>
17586
17587 * custom.el (custom-set-variables, custom-theme-set-variables):
17588 Clarify documentation.
17589
17590 * emacs-lisp/find-func.el (find-variable)
17591 (find-variable-other-window, find-variable-other-frame):
17592 Fix the TYPE args to find-function-read and find-function-do-it.
17593 (find-function): Doc fix.
17594 (find-function-at-point): Replace function-at-point alias.
17595
17596 2005-01-04 Richard M. Stallman <rms@gnu.org>
17597
17598 * cus-face.el (custom-declare-face):
17599 Record defface in current-load-list.
17600
17601 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
17602
17603 * emacs-lisp/find-func.el: Doc fixes.
17604 (find-face-regexp): New variable.
17605 (find-function-regexp-alist): New variable.
17606 (find-function-C-source): Third arg is now TYPE.
17607 (find-function-search-for-symbol): Handle general TYPE.
17608 (find-function-read, find-function-do-it): Handle general TYPE.
17609 (find-definition-noselect, find-face): New functions.
17610 (function-at-point): Alias deleted.
17611
17612 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
17613
17614 * battery.el (display-battery-mode): Rename from display-battery.
17615 Handle the case where it gets turned off.
17616
17617 2005-01-04 Richard M. Stallman <rms@gnu.org>
17618
17619 * cus-edit.el (customize): Make :link point to user doc.
17620
17621 * man.el (Man-fontify-manpage): Turn off undo generation.
17622
17623 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
17624
17625 2005-01-04 Andreas Schwab <schwab@suse.de>
17626
17627 * files.el (insert-directory): Only look for error lines in
17628 inserted text. Don't move too far after processing --dired markers.
17629
17630 2005-01-04 Richard M. Stallman <rms@gnu.org>
17631
17632 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
17633 Don't expand if the character is @, period, dash, etc.
17634 (define-mail-abbrev): Quote names that contain problem characters.
17635
17636 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
17637
17638 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
17639
17640 2005-01-03 Richard M. Stallman <rms@gnu.org>
17641
17642 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
17643 (query-replace-highlight, query-replace-lazy-highlight)
17644 (query-replace): Definitions moved up. Doc fix.
17645
17646 2005-01-03 Richard M. Stallman <rms@gnu.org>
17647
17648 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
17649 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
17650 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
17651 (lazy-highlight-face): Rename from isearch-lazy-...
17652 Change all references to them.
17653
17654 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
17655
17656 * cus-edit.el (custom-file): Doc fix for defcustom.
17657 (custom-file): The function no longer sets the variable
17658 `custom-file' to its return value.
17659
17660 * startup.el (command-line): No longer load `custom-file'.
17661
17662 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
17663
17664 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
17665
17666 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
17667 Don't confuse module-prefixed identifiers for labels.
17668 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
17669
17670 2005-01-02 Richard M. Stallman <rms@gnu.org>
17671
17672 * files.el (basic-save-buffer-1): Fix previous change.
17673
17674 * loadhist.el (file-loadhist-lookup): New function.
17675 (file-provides, file-requires): Use it.
17676
17677 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
17678 instead of calculating the right size.
17679
17680 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
17681
17682 * vc-svn.el (vc-svn-diff): Stay local if possible.
17683
17684 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
17685
17686 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
17687
17688 * files.el (hack-local-variables): Fix last change.
17689
17690 2005-01-02 Jay Belanger <belanger@truman.edu>
17691
17692 * calc/calc-yank.el (calc-edit-top): New variable.
17693 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
17694 object. Change header properties.
17695 (calc-edit-finish, calc-edit-finish-stack-object)
17696 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
17697 edited object.
17698 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
17699 for the beginning of the edited object.
17700 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
17701 for the beginning of the edited object.
17702 * calc/calc-prog.el (calc-edit-macro-finish-edit)
17703 (calc-finish-formula-edit, calc-macro-repeats)
17704 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
17705 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
17706 beginning of the edited object.
17707 (calc-user-define-edit): Change the header for editing macros.
17708 Remove unnecessary variable.
17709
17710 2005-01-01 Jay Belanger <belanger@truman.edu>
17711
17712 * calc/calc-yank.el (calc-edit-mode): Change default header.
17713 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
17714 * calc/calc-store.el (calc-edit-variable): Change title to match new
17715 header.
17716 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
17717 mode to match new header.
17718 (calc-user-define-edit): Change titles to include names of commands.
17719 (calc-finish-formula-edit): Adjust to handle new header.
17720 (calc-finish-macro-edit): Remove.
17721 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
17722 (calc-edit-macro-command, calc-edit-macro-command-type)
17723 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
17724 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
17725 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
17726 (calc-edit-macro-finish-edit): New functions.
17727 (calc-user-define-edit): Use new functions to edit named calc macros.
17728
17729 2005-01-01 Stefan <monnier@iro.umontreal.ca>
17730
17731 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
17732
17733 * ses.el (copy-region-as-kill): Deactivate mark.
17734
17735 2005-01-01 Richard M. Stallman <rms@gnu.org>
17736
17737 * replace.el (occur-1): If the output buffer is also an input,
17738 don't kill it, rename it.
17739
17740 * faces.el (set-face-background, set-face-foreground): Doc fix.
17741
17742 * cus-face.el (custom-face-attributes): Fix :help-echo strings
17743 for :foreground and :background.
17744
17745 * dired.el (dired-view-command-alist): Variable deleted.
17746 (dired-view-file, dired-mouse-find-file-other-window):
17747 Delete the code to use it.
17748
17749 2005-01-01 Kim F. Storm <storm@cua.dk>
17750
17751 * image.el (insert-sliced-image): Use t for line-height property.
17752
17753 See ChangeLog.11 for earlier changes.
17754
17755 ;; Local Variables:
17756 ;; coding: iso-2022-7bit
17757 ;; End:
17758
17759 Copyright (C) 2005 Free Software Foundation, Inc.
17760 Copying and distribution of this file, with or without modification,
17761 are permitted provided the copyright notice and this notice are preserved.
17762
17763 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1