Fix last entry description.
[bpt/emacs.git] / lisp / ChangeLog
1 2005-12-10 Eli Zaretskii <eliz@gnu.org>
2
3 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
4 strings and long subject lines that were broken into multiple
5 lines at arbitrary places. Handle subjects that have "Re: " in
6 the middle.
7
8 2005-12-10 John W. Eaton <jwe@octave.org>
9
10 * emacs/octave-mod.el (octave-electric-space): Don't indent
11 comments or strings if octave-auto-indent is nil.
12
13 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14
15 * term/mac-win.el: Require url when compiling. Call
16 mac-process-deferred-apple-events after loading init files.
17 (mac-apple-event-map): New defvar. Define event handlers in it.
18 (core-event, internet-event): New Apple event class symbols.
19 (open-application, reopen-application, open-documents)
20 (print-documents, open-contents, quit-application)
21 (application-died, show-preferences, autosave-now, get-url): New
22 Apple event ID symbols.
23 (about): New HICommand ID symbol.
24 (mac-event-spec, mac-event-ae): New macros.
25 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
26 (mac-ae-selection-range, mac-ae-text-for-search)
27 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
28 (mac-application-menu-map): Remove keymap. Handlers for HICommand
29 and Services menu events are now defined in mac-apple-event-map.
30 (mac-drag-n-drop): Remove selection range handling.
31
32 2005-12-10 Kenichi Handa <handa@m17n.org>
33
34 * simple.el (zap-to-char): Translate CHAR by
35 translation-table-for-input.
36
37 * isearch.el (isearch-process-search-char): Translate CHAR by
38 translation-table-for-input.
39
40 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
41
42 * foldout.el (foldout-exit-fold): Properly hide subtree.
43
44 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
45
46 * files.el (save-buffer):
47 * international/ucs-tables.el (ucs-set-table-for-input):
48 * mail/mail-extr.el (mail-extract-address-components):
49 * mail/sendmail.el (mail-mode): Reformat doc string.
50
51 2005-12-09 Juri Linkov <juri@jurta.org>
52
53 * isearch.el (isearch-highlight): Change main overlay priority
54 from 1 to 1001. Simplify.
55 (isearch-lazy-highlight-update): Change lazy overlay priority
56 from 0 to 1000.
57
58 * replace.el (replace-highlight): Change overlay priority from
59 1 to 1001.
60
61 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
62 Change overlay priority from 1 to 1001. Reuse existing overlay.
63
64 * compare-w.el (compare-windows-highlight): Change overlay
65 priority from 1 to 1000.
66
67 * menu-bar.el (menu-bar-edit-menu): Add listp around
68 pending-undo-list to disable menu item "undo" when pending
69 undo list is empty.
70
71 * locate.el (locate): Disable undo in *Locate* buffer.
72
73 2005-12-09 Kim F. Storm <storm@cua.dk>
74
75 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
76
77 2005-12-09 David Ponce <david@dponce.com>
78
79 * recentf.el: Improvement of the menu code.
80 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
81 instead of menu hook.
82 (recentf-show-menu, recentf-hide-menu): New functions.
83 (recentf-menu-customization-changed, recentf-mode): Use them.
84 (recentf-menu-action, recentf-max-menu-items)
85 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
86 (recentf-arrange-by-rule-others)
87 (recentf-arrange-by-rules-min-items)
88 (recentf-arrange-by-rule-subfilter) : Don't use
89 `recentf-menu-customization-changed'.
90 (recentf-arrange-rules): Likewise. Accept functions to compute
91 sub-menu titles.
92 (recentf-menu-filter): Likewise. Doc fix.
93 (recentf-menu-value-shortcut): Doc fix.
94 (recentf-dump-variable): Quote atom value.
95 (recentf-make-menu-items): Update to use it as a menu filter.
96 (recentf-match-rule): New function.
97 (recentf-arrange-by-rule): Use it.
98 (recentf-indirect-mode-rule): New function.
99 (recentf-build-mode-rules): Use it.
100 (recentf-dir-rule): New function.
101 (recentf-arrange-by-dir): Use it.
102 (recentf-filter-changer-current): Rename from
103 `recentf-filter-changer-state'. All references updated.
104 (recentf-filter-changer-alist): Update filter names.
105 (recentf-filter-changer-select): New function.
106 (recentf-filter-changer): Use it. Make a sub-menu from filters
107 available in `recentf-filter-changer-alist'.
108 (recentf-data-cache, recentf-clear-data)
109 (recentf-update-menu): Remove. All references updated.
110 (recentf-match-rule-p, recentf-build-dir-rules)
111 (recentf-filter-changer-goto-next)
112 (recentf-filter-changer-get-current)
113 (recentf-filter-changer-get-next): Remove.
114
115 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
116
117 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
118 buffer "Reset" button to "Reset to Current" for consistency with
119 the State buttons.
120
121 2005-12-08 John Paul Wallington <jpw@pobox.com>
122
123 * ibuf-ext.el (define-ibuffer-filter filename):
124 If `dired-directory' is a list then really use its car.
125
126 2005-12-08 Kim F. Storm <storm@cua.dk>
127
128 * emulation/cua-rect.el (cua--rectangle-aux-replace): Fix
129 indention of text on right side of replaced rectangle.
130
131 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
132
133 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
134 No need to check gud-comint-buffer is bound.
135 (gdb): Prevent multiple debugging when first session uses gdba.
136
137 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
138
139 CC Mode update to 5.31.
140
141 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
142 Emacsen which lack `define-minor-mode'. (Currently Emacs <21. We
143 might do this function properly in the future).
144
145 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el: New
146 macros c-sentence-end and c-default-value-sentence end, to cope
147 with Emacs 22's new function `sentence-end'.
148
149 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
150
151 * progmodes/cc-cmds.el (c-show-syntactic-information): Solved the
152 compat issue using `c-put-overlay' and `c-delete-overlay'.
153
154 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay): New
155 compat macros to handle overlays/extents.
156
157 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
158
159 * progmodes/cc-fix.el: Add definitions of the macros push and pop
160 (for GNU Emacs 20.4)
161
162 * progmodes/cc-defs.el:
163 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
164
165 * progmodes/cc-cmds.el (c-show-syntactic-information): change the
166 highlighting mechanism so it will work in XEmacs too.
167
168 * progmodes/cc-defs.el: Insert c-int-to-char.
169
170 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
171 call to the new macro c-int-to-char. This solves XEmacs's
172 regarding characters as different from integers.
173
174 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
175
176 * progmodes/cc-fonts.el (c-make-syntactic-matcher): New internal
177 helper.
178
179 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
180 construct to make the indirect face lookup work in XEmacs.
181
182 (c-cpp-matchers): Append the negation char face to the existing
183 fontification, so that the cpp face doesn't disappear. Use
184 `c-make-syntactic-matcher' to avoid negation chars in comments and
185 strings.
186
187 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
188 to map to `font-lock-negation-char-face' in emacsen where it
189 exists.
190
191 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
192
193 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
194
195 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el: Rename
196 "c-subword-move-mode" as "c-subword-mode".
197
198 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
199 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
200
201 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
202
203 * progmodes/cc-mode.el: Added autoload directive for
204 `c-subword-move-mode' for use in older emacsen.
205
206 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
207
208 * progmodes/cc-mode.el:
209 (i) Insert a binding for C-c C-backspace into
210 c-bind-special-erase-keys which works in TTYs.
211 (ii) Make sure that when file styles are used, any explicitly
212 given style variables take priority over those in the style. Do
213 this by calling `hack-local-variables' a second time.
214
215 * progmodes/cc-vars.el: Add language specific customization
216 widgets for AWK to c-doc-comment-style, c-require-final-newline
217 and c-default-style. Add a defcustom for awk-mode-hook. Give
218 c-syntactic-element and c-syntactic-context doc-strings by
219 directly setting their `variable-documentation' propery. This
220 allows Emacs 22.1 to read these with C-h v.
221
222 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan
223 Monnier).
224
225 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
226
227 * progmodes/cc-fonts.el, cc-vars.el
228 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection,
229 gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
230 Masatake YAMATO.
231
232 (c-doc-comment-style): Made GtkDoc default in C mode.
233
234 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
235 and C-c C-<delete>.
236
237 (c-bind-special-erase-keys): New function for use on
238 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
239
240 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
241 <delete> key behavior in XEmacs according to `delete-forward-p'.
242 C.f. `c-electric-delete'.
243
244 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
245
246 * progmodes/cc-mode.el: Give c-hungry-backspace and
247 c-hungry-delete-forward permanent key bindings.
248
249 * progmodes/cc-cmds.el (c-electric-semi&comma): Bind
250 c-syntactic-context for calls to "criteria functions", for
251 consistency with other calls to user functions.
252
253 * progmodes/cc-cmds.el (c-indent-command): expunge use of
254 `current-prefix-arg', since this might be the prefix arg to a
255 command which calls c-indent-command as a function. Change the
256 interactive spec from "p" to "P".
257
258 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
259 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
260 was difficult to understand.
261
262 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
263
264 * progmodes/cc-engine.el (c-on-identifier): Fixed bug when at the
265 first char of an identifier.
266
267 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
268 +" syntax in C++.
269
270 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
271
272 * progmodes/cc-cmds.el (c-mask-paragraph): correct, so that
273 auto-fill doesn't split a c-comment's last word from a hanging
274 "*/" when a space is typed between them after fill-column.
275
276 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
277
278 * progmodes/cc-styles.el (c-set-style,
279 c-setup-paragraph-variables): Abort the command if we're not in a
280 CC Mode buffer.
281
282 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
283 with blank comment-prefix, and a blank line as the comment's
284 second line.
285
286 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
287
288 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
289 Incorporated the patterns added in the Emacs development branch
290 for the new Emacs 22 face `font-lock-negation-char-face'.
291
292 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
293 of "red" since it stands out better in xterms and DOS terminals.
294
295 * progmodes/cc-engine.el (c-literal-faces): Added
296 `font-lock-comment-delimiter-face' which is new in Emacs 22.
297
298 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
299
300 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
301 forcibly enable c-electric-flag.
302
303 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
304 `comment-close-slash' on c-electric-slash: if enabled, typing `/'
305 just after the comment-prefix of a C-style comment will close that
306 comment.
307
308 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
309
310 * progmodes/cc-fonts.el (c-basic-matchers-before,
311 c-complex-decl-matchers): Fixed the "not-arrow-prefix" regexp used
312 in Pike.
313
314 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
315 digraphs.
316
317 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
318 (c-cpp-message-directives, c-cpp-include-directives,
319 c-opt-cpp-macro-define, c-opt-cpp-macro-define-start,
320 c-cpp-expr-directives): Introduced new language constants to
321 control cpp syntax in a cleaner way.
322
323 (c-cpp-expr-functions): Renamed from c-cpp-defined-fns.
324
325 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
326
327 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines,
328 c-multiline-string-start-char): New language constants and
329 variables to specify how newlines in string literals work.
330
331 (c-font-lock-invalid-string): Use them.
332
333 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
334 unbalanced close brace is entered. Optimization by avoiding going
335 back over arbitrarily large blocks. Removed hints that this
336 function only would be relevant/useful in AWK.
337
338 (c-electric-brace): Indent syntactically after the cleanups since
339 lineup functions might do it differently then.
340
341 * progmodes/cc-engine.el, cc-langs.el
342 (c-opt-op-identifier-prefix): New language constant and variable.
343
344 (c-just-after-func-arglist-p, c-after-special-operator-id,
345 c-search-decl-header-end, c-inside-bracelist-p): Use it.
346
347 * progmodes/cc-align.el, cc-engine.el
348 (c-after-special-operator-id): New helper to handle C++ operator
349 identifiers.
350
351 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p,
352 c-guess-basic-syntax): Handle C++ operator identifiers in
353 declarations.
354
355 * progmodes/cc-langs.el (c-assignment-operators): Added the
356 trigraph version of ^= too.
357
358 * progmodes/cc-langs.el (c-assignment-operators): Added the
359 trigraph version of |= in C++.
360
361 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle
362 `c-decl-hangon-kwds' after the identifier name.
363
364 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
365 whether an arglist is "nonempty", ignore a comment after the open
366 paren if it isn't followed by a non-comment token on the same
367 line.
368
369 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4: Enable
370 heuristics below the point to cope with classes inside special
371 brace lists in Pike.
372
373 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
374
375 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
376
377 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
378
379 * progmodes/cc-guess.el (cc-guess-install): New function to
380 install an already guessed style in another buffer.
381
382 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
383 sets `inhibit-read-only' - `c-save-buffer-state' should be used
384 anyway if the change always is undone.
385
386 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
387
388 Implement togglable electricity:
389
390 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
391 saying when it should be used.
392
393 * progmodes/cc-engine.el: Add the new buffer-local variable,
394 c-electric-flag.
395
396 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
397 c-toggle-auto-newline.
398
399 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
400 c-toggle-auto-newline. Remove the binding for
401 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
402 c-toggle-electric-state.
403
404 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
405
406 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
407 c-\(forward\|backward\)-subword.
408 (c-update-modeline): Add the new modeline flag `l' for
409 `c-electric-flag'. Make the auto-newline flag `a' dependent on
410 `l'.
411 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'. Make
412 the old name an alias of the new name.
413 (c-toggle-electric-state): New function.
414 c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\):
415 Adapt these functions to do electric things only when
416 c-electric-flag is non-nil.
417 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
418 new functions from c-electric-brace.
419 (c-point-syntax): Add a check for "virtual semicolons" in AWK
420 mode, so that the tentative extra newline doesn't change the
421 syntax of the following brace.
422 (c-electric-brace): restructure by extracting the above functions.
423 Tidy up the coding somewhat.
424 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
425 restructure a bit.
426
427 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
428
429 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
430 anchor position(s) using faces. Thanks to Masatake YAMATO for the
431 idea.
432
433 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
434 (c-submode-indicators): Changed name from `c-auto-hungry-string'
435 since it's now used to track another submode.
436
437 (c-update-modeline): Converted to function and extended to check
438 `c-subword-move-mode'.
439
440 (c-forward-into-nomenclature, c-backward-into-nomenclature):
441 Converted to compat aliases for `c-forward-subword' and
442 `c-backward-subword'.
443
444 * progmodes/cc-subword.el: New functions and minor mode to handle
445 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
446
447 (c-forward-subword, c-backward-subword, c-mark-subword,
448 c-kill-subword, c-backward-kill-subword, c-transpose-subwords,
449 c-capitalize-subword, c-downcase-subword, c-upcase-subword):
450 Functions corresponding to the standard word handling functions.
451
452 (c-subword-move-mode): Minor mode that replaces all the standard
453 word handling functions with their subword equivalences.
454
455 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
456
457 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
458 entry for one-liner-defun.
459
460 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
461 name in its def-edebug-spec.
462
463 * progmodes/cc-cmds.el (c-electric-brace): Make the
464 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
465 compacts space before a comment, if this will make things fit on
466 one line.
467
468 Introduce an "awk" style, mainly for auto-newline and clean-ups.
469
470 * progmodes/cc-align.el: new function c-snug-1line-defun-close
471
472 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
473 clean-up one-liner-defun.
474
475 * progmodes/cc-styles.el: Add the new "awk" style.
476
477 * progmodes/cc-vars.el: Add description of one-liner-defun to
478 c-cleanup-list's doc-string. New user options,
479 c-max-one-liner-length. In c-default-style, set the default style
480 for AWK to "awk".
481
482 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
483
484 * progmodes/cc-engine.el (c-forward-label): Fixed fontification of
485 macros inside labels.
486
487 * progmodes/cc-engine.el (c-looking-at-bos): Obsoleted in favor of
488 `c-at-statement-start-p' and `c-at-expression-start-p'.
489
490 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
491 error if the mark isn't set.
492
493 * progmodes/cc-engine.el (c-guess-continued-construct,
494 c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
495 accurately detect functions inside functions.
496
497 * progmodes/cc-engine.el (c-at-expression-start-p): New function
498 like `c-at-statement-start-p' that additionally recognizes commas
499 and expression parentheses as delimiters.
500
501 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Added flag
502 to avoid heuristics that doesn't work for unclosed blocks.
503
504 (c-at-statement-start-p): New function.
505
506 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
507 Objective-C directives, e.g. directives spanning lines should work
508 reasonably well now.
509
510 (c-put-c-type-property, c-clear-c-type-property): New helpers.
511
512 (c-forward-objc-directive): New function to move over any ObjC
513 directive.
514
515 (c-just-after-func-arglist-p, c-guess-basic-syntax,
516 c-basic-matchers-before): Use it.
517
518 (c-font-lock-objc-iip-decl): Removed.
519
520 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
521 in the template arglist recognition.
522
523 * progmodes/cc-styles.el (c-style-alist): Fixed several
524 inconsistencies in the Whitesmith style.
525
526 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks): New
527 lineup function to get lines after Whitesmith style blocks
528 correctly indented.
529
530 (c-lineup-whitesmith-in-block): Backed out the compensation for
531 opening parens since it's done using `add' lists in the style
532 definition instead. Don't use the anchor position since it varies
533 too much between the syntactic symbols. :P
534
535 * progmodes/cc-vars.el (c-valid-offset): Updated.
536
537 * progmodes/cc-engine.el (c-evaluate-offset): Extended to handle
538 lists where the offsets are combined according to several
539 different methods: `first', `min', `max', and `add'. Report
540 offset evaluation errors with `c-benign-error' so that some kind
541 of reindentation still is done.
542
543 * progmodes/cc-engine.el (c-guess-basic-syntax): Anchor
544 `arglist-intro' the same way as `arglist-cont-nonempty' and
545 `arglist-close'.
546
547 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed similar
548 situations for `arglist-cont-nonempty' and `arglist-close'.
549
550 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New
551 constant.
552
553 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
554 cc-bytecomp-boundp' in a number of places.
555
556 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fixed a
557 macro related issue.
558
559 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
560
561 * progmodes/cc-awk.el: Change the terminology of regexps: A char
562 list is now
563 [asdf], a char class [:alpha:]. Include code for char classes.
564 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
565 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
566
567 Remove (nearly all of) the cruft associated with AWK Mode's former
568 concept of "virtual semicolons":
569
570 Adapt c-beginning-of-statement, c-end-of-statement (together with
571 subfunctions) to use the new notion of "virtual semicolon" in
572 place of the old awkward special handling for AWK. There remains
573 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
574 * progmodes/cc-cmds.el:
575 (c-ascertain-adjacent-literal): In the backwards direction, now
576 recognises AWK regexp delimiters as string delimiters.
577 (c-after-statement-terminator-p): Adapt for virtual semicolons;
578 check more rigorously for "end of macro".
579 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
580 virtual semicolons;
581 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
582 out the code for forward movement into ...
583 (c-end-of-statement): Now contains the code for forward movement,
584 adapted for virtual semicolons.
585
586 * progmodes/cc-engine.el:
587 (c-ws*-string-limit-regexp): new regexp.
588 (c-forward-single-comment, c-backward-single-comment): Comment out
589 the (now redundant) "special" AWK stuff.
590
591 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
592 c-string-par-start, c-string-par-separate to be more like Text
593 Mode than Fundamental Mode.
594
595 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
596
597 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
598 to the fontified region so that fontification doesn't occur
599 outside it
600 (could happen e.g. when fontifying a line with an unfinished
601 declaration).
602
603 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
604
605 * progmodes/cc-awk.el: Regexps for analysing AWK code have been
606 moved to near the start of the file. ^L now separate sections of
607 the file. New defconsts: c-awk-non-eol-esc-pair-re,
608 c-awk-blank-or-comment-line-re,
609 c-awk-one-line-possibly-open-string-re,
610 c-awk-regexp-one-line-possibly-open-char-class-re,
611 c-awk-one-line-possibly-open-regexp-re,
612 c-awk-one-line-non-syn-ws*-re. New functions: c-awk-at-vsemi-p,
613 c-awk-vsemi-status-unknown-p.
614
615 Amend the concept of "virtual semicolons" (in the indentation
616 engine) for languages like AWK, such that they are now
617 conceptually attached to end of the last token of a statement, not
618 the end of the line. (In AWK Mode, however, the pertinent text
619 property is still physically set on the EOL.) Remove the specific
620 tests for awk-mode, thus facilitating the introduction of other
621 language modes where EOLs can end statements. (Note: The
622 funtionality in cc-cmds.el, specifically
623 c-beginning/end-of-statement has yet to be amended.)
624
625 * progmodes/cc-defs.el: New macros c-at-vsemi-p,
626 c-vsemi-status-unknown-p.
627
628 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
629 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
630 c-vsemi-status-unknown-p-fn (in a new page).
631
632 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
633 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
634 numerous awkward forms like
635 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
636 with
637 (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
638 variable before-ws-ip, the place just after char-before-ip
639 appears.
640
641 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
642 a comment.
643
644 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
645
646 * progmodes/cc-cmds.el (c-electric-brace): Cleaned up using
647 `c-tentative-buffer-changes'.
648
649 * progmodes/cc-defs.el (c-region-is-active-p): Simplified and
650 converted to macro to choose between Emacs and XEmacs at compile
651 time.
652
653 (c-set-region-active): New set counterpart to
654 `c-region-is-active-p'.
655
656 (c-tentative-buffer-changes): New macro to handle temporary buffer
657 changes in a convenient way.
658
659 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
660 for `c-tentative-buffer-changes'.
661
662 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tightened up
663 the checks for paren sexps between the point and the keyword, to
664 avoid some false alarms.
665
666 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
667 Fixed a situation where an error could be thrown for unbalanced
668 parens. Changed to make use of c-keyword-member' to avoid some
669 repeated regexp matches.
670
671 (c-opt-lambda-key, c-opt-inexpr-block-key,
672 c-opt-inexpr-class-key): These language variable are no longer
673 necessary.
674
675 (c-block-stmt-kwds): New language constant used by
676 c-looking-at-inexpr-block'.
677
678 (c-guess-basic-syntax): Removed an optional check that looked at
679 the existence of the now removed language variables.
680
681 * progmodes/cc-engine.el (c-fdoc-shift-type-backward,
682 c-forward-decl-or-cast-1): Fixed invalid recognition of C++ style
683 object instantiation expressions as declarations in some contexts.
684 This bug only affected languages where the declarator can't be
685 enclosed in parentheses.
686
687 * progmodes/cc-styles.el (c-style-alist): Fixed the GNU style to
688 insert newlines before and after substatement braces.
689
690 * progmodes/cc-engine.el: Improved the heuristics for recognizing
691 function declaration headers and the handling of C++ style member
692 init lists.
693
694 (c-just-after-func-arglist-p): Rewritten to use
695 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
696
697 (c-beginning-of-member-init-list): Removed since it isn't used
698 anymore.
699
700 (c-guess-basic-syntax): Case 5B adapted for the new
701 `c-just-after-func-arglist-p'. Cases 5B.1 and 5B.3 merged. Cases
702 5D.1 and 5D.2 removed since they aren't trigged anymore (case 5B.1
703 covers all cases now).
704
705 * progmodes/cc-defs.el (c-point): Added 'bosws and 'eosws.
706
707 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
708
709 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
710 c-string-par-start/separate c-sentence-end-with-esc-eol,
711 initialised in c-setup-paragraph-variables, used in string
712 scanning subroutines of c-beginning-of-statement.
713
714 * progmodes/cc-cmds.el (c-electric-brace): don't delete a comment
715 which precedes the newly inserted `{'.
716
717 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
718
719 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
720 function for declaration level blocks. It should now cope with
721 templates better and also be a lot more comprehensible.
722
723 (c-looking-at-decl-block): The new function.
724
725 (c-search-uplist-for-classkey): The old one. It's now a wrapper
726 for compatibility.
727
728 (c-add-class-syntax, c-guess-continued-construct,
729 c-guess-basic-syntax): Adapted for `c-looking-at-decl-block'.
730
731 (c-decl-block-key): Changed to tell apart ambiguous and
732 unambiguous keywords. Pike specials are now handled directly in
733 the code instead.
734
735 (c-block-prefix-disallowed-chars, c-block-prefix-charset): New
736 language constants and variables to make the backward skip in
737 `c-looking-at-decl-block' as tight as possible.
738
739 (c-nonsymbol-token-char-list): New language constant.
740
741 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
742 find balanced template arglists backwards.
743
744 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
745 making char classes for `c-syntactic-skip-backward'.
746
747 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplified case
748 16D - can't be a class-close at that point.
749
750 * progmodes/cc-engine.el (c-guess-basic-syntax,
751 c-add-class-syntax): Don't narrow out the enclosing declaration
752 level. This makes everything a lot easier, and it was actually
753 only four small places that needed it to work. Some places that
754 previously did `widen' are removed now, which has the effect that
755 `c-guess-basic-syntax' never will look at things outside the
756 current narrowment now. The anchor position for `topmost-intro'
757 is affected by this, but it was so bogus it was basically useless
758 before, and now it's equally bogus but in a slightly different
759 way.
760
761 (c-narrow-out-enclosing-class): Gone.
762
763 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
764 the narrowed region.
765
766 (c-least-enclosing-brace): Removed silly optional argument.
767
768 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fixed bug where
769 the point could be left directly after an open paren when finding
770 the beginning of the first decl in the block.
771
772 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
773 Specify which submatch to use.
774
775 * progmodes/cc-langs.el (c-symbol-start): Include '@' in ObjC.
776
777 (c-decl-start-re): No no longer any need for special treatment of
778 ObjC due to the above.
779
780 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
781 presumably follows C in that regard.
782
783 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
784 New language constants to specify operator tokens inside
785 identifiers in a more high level way.
786
787 (c-opt-identifier-prefix-key): New internal language constant.
788
789 (c-opt-identifier-concat-key, c-opt-after-id-concat-key,
790 c-identifier-start, c-identifier-key): Now completely calculated
791 from other constants.
792
793 (c-identifier-last-sym-match): Decommissioned since it's no longer
794 used.
795
796 (c-operators): Use `c-identifier-ops'. Documented
797 `postfix-if-paren'.
798
799 * progmodes/cc-engine.el (c-forward-name): Removed the
800 optimization when c-identifier-key is equal to c-symbol-key since
801 it doesn't work in byte compiled files. Don't record empty
802 regions as identifiers.
803
804 * progmodes/cc-langs.el (c-filter-ops): New helper function to
805 simplify access to `c-operators' and its likes.
806
807 (c-operator-list, c-all-op-syntax-tokens,
808 c-nonsymbol-token-regexp, c-<>-multichar-token-regexp,
809 c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds,
810 c-primary-expr-regexp, c-cast-parens): Use it.
811
812 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
813 an explicit language in functions.
814
815 * progmodes/cc-defs.el (c-make-keywords-re): Added an appendable
816 variant of adornment.
817
818 * progmodes/cc-langs.el (c-any-class-key): Removed unused language
819 variable.
820
821 (c-type-decl-prefix-key): Removed some now unnecessary cruft from
822 the Pike value.
823
824 * progmodes/cc-engine.el (c-on-identifier,
825 c-simple-skip-symbol-backward): Small fix for handling "-"
826 correctly in `skip-chars-backward'. Affected the operator lfun
827 syntax in Pike.
828
829 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disabled the
830 diagnostic message about precompiled language vars not being used.
831
832 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
833 "__attribute__" is followed by a parenthesis.
834
835 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re,
836 c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
837 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
838
839 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el: Internal
840 cleanups to properly detect the declared identifiers in various
841 declarations.
842
843 (c-decl-start-kwds): New language constant to recognize
844 declarations that can start anywhere. Used for class declarations
845 in Pike.
846
847 (c-specifier-key, c-not-decl-init-keywords,
848 c-decl-prefix-or-start-re, c-find-decl-prefix-search,
849 c-find-decl-spots): Implement `c-decl-start-kwds'.
850
851 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds,
852 c-decl-hangon-key, c-forward-decl-or-cast-1): Separated the
853 handling of the compiler specific extension keywords into a new
854 language constant `c-decl-hangon-kwds' that defines keyword
855 clauses to be ignored in declarations.
856
857 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
858 past unrecognized tokens when handling `c-colon-type-list-kwds'.
859 Necessary to stop at the declared identifier in e.g. IDL valuetype
860 declarations.
861
862 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds,
863 c-prefix-spec-kwds-re, c-postfix-spec-kwds,
864 c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key,
865 c-forward-decl-or-cast-1): Recognize the declared identifier in
866 class and enum declarations as such and not as part of the type.
867
868 (c-forward-decl-or-cast-1, c-forward-label): Relaxed the
869 interpretation of PRECEDING-TOKEN-END when there's no preceding
870 token.
871
872 (c-forward-decl-or-cast-1): Don't disregard sure signs of
873 declarations when there's some syntax error later on.
874
875 (c-complex-decl-matchers): Did away with a reference to
876 `c-specifier-key'.
877
878 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
879 value - this variable is always dynamically bound.
880
881 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el,
882 cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el,
883 cc-cmds.el, cc-defs.el: Changed the policy for marking up
884 functions that might do hidden buffer changes: All such internal
885 functions are now marked instead of those that don't.
886
887 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments,
888 c-(forward|backward)-single-comment, c-parse-state, c-on-identifier,
889 c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments,
890 c-literal-type): Allow these functions to make hidden buffer changes,
891 so that they are free to use text property caching later on.
892
893 (c-electric-backspace, c-electric-delete-forward, c-electric-pound,
894 c-electric-brace, c-electric-slash, c-electric-star,
895 c-electric-semi&comma, c-electric-colon, c-electric-lt-gt,
896 c-electric-paren, c-electric-continued-statement, c-indent-command,
897 c-indent-region, c-mask-paragraph, c-indent-new-comment-line,
898 c-context-line-break): Added `c-save-buffer-state' calls to comply
899 with the changed semantics of the functions above.
900
901 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fixed a bug
902 when macros occur in obscure places. Optimized the sexp movement
903 a bit.
904
905 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
906
907 Enhancements for c-beginning-of-statement to work in AWK Mode:
908
909 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
910 (completed statement) with `}' (statement completed by closing
911 brace or semicolon) and `$' (statement completed by EOL).
912
913 (c-awk-virtual-semicolon-ends-prev-line-p,
914 c-awk-virtual-semicolon-ends-line-p,
915 c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward,
916 c-awk-at-statement-end-p): new functions
917
918 * progmodes/cc-cmds.el: Simplify the structure of functions
919 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
920 two functions and c-beginning-of-statement to handle AWK Mode.
921
922 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
923 c-backward-single-comment for AWK mode. Attempt to clarify their
924 doc-strings.
925
926 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
927
928 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
929
930 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
931 label handling. Labels are now recognized in a uniform and more
932 robust way, regardless of context. Text properties are put on all
933 labels to recognize the following declarations better. Multiword
934 labels are handled both in indentation and fontification for the
935 benefit of language extensions like Qt. For consistency, keywords
936 in labels are now fontified with the label face instead. That
937 also applies to "case" and "default".
938
939 (c-beginning-of-statement-1): Fixed some bugs in the label
940 handling. Disregard `c-nonlabel-token-key' in labels that begin
941 with `c-label-kwds'.
942
943 (c-find-decl-spots): Support that the callback adds more
944 `c-decl-end' spots to find.
945
946 (c-forward-decl-or-cast-1): Don't treat a list of plain
947 identifiers followed by a colon as a declaration.
948
949 (c-forward-label): New function to recognize labels.
950
951 (c-guess-basic-syntax): Replaced uses of `c-label-key' with
952 `c-forward-label'. Moved the label recognition cases (14 and 15)
953 earlier since they aren't so context sensitive now. Handle labels
954 on the top level gracefully. Moved access label recognition to
955 the generic label case (CASE 15) - removed CASE 5E.
956
957 (c-font-lock-declarations): Added recognition of labels in the
958 same round since we need to handle labels in parallell with other
959 declarations to recognize both accurately. It should also improve
960 speed.
961
962 (c-simple-decl-matchers, c-basic-matchers-after): Moved
963 `c-font-lock-labels' so that it only is used on decoration level 2
964 since `c-font-lock-declarations' handles it otherwise.
965
966 (c-complex-decl-matchers): Removed the simplistic recognition of
967 access labels.
968
969 (c-decl-prefix-re): Removed the kludges that was necessary to cope
970 with labels earlier.
971
972 (c-decl-start-re): New language variable to make
973 `c-font-lock-declarations' stop for the special protection labels
974 in Objective-C that start with '@'.
975
976 (c-label-key): Removed since it's no longer used.
977
978 (c-recognize-colon-labels, c-label-prefix-re): New language
979 constants to support recognition of generic colon-terminated
980 labels.
981
982 (c-type-decl-end-used): `c-decl-end' is now used whenever there
983 are colon terminated labels.
984
985 * progmodes/cc-align.el (c-lineup-arglist): Fixed bug when the
986 first argument starts with a special brace list.
987
988 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1,
989 c-font-lock-declarations): Broke out the declaration and cast
990 recognition from `c-font-lock-declarations' to a new function, so
991 that it can be used in the indentation engine.
992
993 * progmodes/cc-engine.el (c-find-decl-spots): Fixed bug in backing
994 up to the start of the literal. Fixed bug with the point on the
995 wrong side of the search limit that could happen when the start
996 position is inside a literal.
997
998 * progmodes/cc-engine.el (c-parse-state,
999 c-invalidate-state-cache): Modified the use of `c-state-cache-end'
1000 so that it's kept a little bit back to increase the hit rate.
1001
1002 (c-parse-state): Changed the macro handling and fixed some
1003 glitches. Macro context is checked more often than necessary now,
1004 but otoh less garbage conses are generated.
1005
1006 * progmodes/cc-engine.el (c-parse-state,
1007 c-invalidate-state-cache): Cache the last position where
1008 `c-state-cache' applies. This can speed up refontification quite
1009 a bit in blocks where there are many non-brace parens before the
1010 point.
1011
1012 (c-state-cache-end): New variable for this.
1013
1014 (c-guess-basic-syntax, c-debug-parse-state): Adapted for the new
1015 cache variable.
1016
1017 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
1018 get close initial continue positions when the start position is
1019 inside a literal or macro. Do not call the callback for spots
1020 before the start position (which can happen e.g. for `c-decl-end'
1021 spots inside comments). Optimize better in special cases when the
1022 region is a single line inside a literal or macro (typically when
1023 the current line is refontified).
1024
1025 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplified calls
1026 to `c-add-stmt-syntax' - there's no need to explicitly whack off
1027 entries from the paren state.
1028
1029 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrowed down the
1030 special case for "else if" clauses.
1031
1032 * progmodes/cc-engine.el (c-looking-at-inexpr-block,
1033 c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
1034
1035 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks): New
1036 language variable to recognize the gcc extension with statement
1037 blocks inside expressions.
1038
1039 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructured to make
1040 it somewhat more comprehensible. The argument AT-BLOCK-START is
1041 no longer used and hence removed.
1042
1043 (c-guess-continued-construct, c-guess-basic-syntax): Updated calls
1044 to `c-add-stmt-syntax'.
1045
1046 * progmodes/cc-engine.el (c-backward-to-decl-anchor): Use
1047 `c-beginning-of-statement-1' instead of duplicating parts of it.
1048 This fixes bogus label recognition.
1049
1050 * progmodes/cc-engine.el (c-add-type, c-check-type,
1051 c-forward-name, c-forward-type): Improved storage of template
1052 types in `c-found-types' so that they can be recognized better.
1053
1054 (c-syntactic-content): Added option to skip past nested parens.
1055
1056 * progmodes/cc-engine.el (c-forward-name): Set
1057 `c-last-identifier-range' all the time. It's less work that way.
1058 Handle that there might not be an identifier to store in
1059 `c-last-identifier-range'.
1060
1061 (c-forward-type): Handle that `c-last-identifier-range' might be
1062 nil from `c-forward-name'.
1063
1064 * progmodes/cc-defs.el: (c-safe-scan-lists,
1065 c-(go-)?(up|down)-list-(forward|backward)): Added limit arguments.
1066
1067 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
1068 to work even if the form fails.
1069
1070 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
1071 down in a large file in one go.
1072
1073 (c-get-fallback-start-pos): New helper function for
1074 `c-parse-state'.
1075
1076 * progmodes/cc-align.el (c-lineup-assignments): New lineup
1077 function which is like `c-lineup-math' but returns nil instead of
1078 `c-basic-offset' when it doesn't match.
1079
1080 (c-lineup-math): Changed to use `c-lineup-assignments'.
1081
1082 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
1083
1084 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
1085 c-beginning-of-statement. New subfunctions
1086 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
1087
1088 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
1089
1090 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
1091 hardcoded char classes whereever possible. Changed a couple of
1092 places to use skip by syntax instead of skip by char class.
1093
1094 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
1095 Fixed a bug in the regexp that caused extreme backtracking.
1096
1097 * progmodes/cc-langs.el (c-block-comment-starter,
1098 c-block-comment-ender): New language constants to specify in a
1099 single place how block comments look.
1100
1101 (c-comment-start-regexp, c-block-comment-start-regexp,
1102 comment-start, comment-end, comment-start-skip,
1103 c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws,
1104 c-syntactic-ws, c-nonempty-syntactic-ws,
1105 c-single-line-syntactic-ws, c-syntactic-eol): Now built from
1106 `c-line-comment-starter', `c-block-comment-starter' and
1107 `c-block-comment-ender'.
1108
1109 (c-block-comment-regexp, c-unterminated-block-comment-regexp): New
1110 language constants to break up things a bit.
1111
1112 (c-simple-ws): New language constant for simple whitespace.
1113
1114 * progmodes/cc-defs.el (c-concat-separated): New convenience
1115 function.
1116
1117 * progmodes/cc-defs.el (c-make-keywords-re): Added kludge for bug
1118 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
1119 newlines. Allow and ignore nil elements in the list.
1120
1121 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
1122
1123 * progmodes/cc-cmds.el: Comment out a (n almost certainly
1124 superfluous) check, (eq here (point-max)) in
1125 c-beginning-of-statement.
1126
1127 * progmodes/cc-cmds.el: Tidy up the comments in
1128 c-beginning-of-statement and subfunctions.
1129
1130 * progmodes/cc-awk.el: Replace calls to put-text-property to the
1131 more flexible c-put-char-property and c-clear-char-properties.
1132 Add the author's email address.
1133
1134 * progmodes/cc-langs.el: New variable,
1135 c-block-comment-start-regexp.
1136
1137 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
1138 closing "*/" of a block comment.
1139
1140 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
1141 subfunctions) so that it works at BOB and EOB.
1142
1143 * progmodes/cc-cmds.el, cc-vars.el: More updating of
1144 c-beginning-of-statement, including new variable
1145 c-block-comment-start-regexp.
1146
1147 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
1148
1149 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
1150 symbols from `*-font-lock-extra-types' so that there's no need to
1151 use `regexp-opt' on those lists.
1152
1153 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
1154 `c-type-modifier-kwds' is empty.
1155
1156 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
1157 there are several strings on the same line.
1158
1159 * progmodes/cc-engine.el (c-literal-limits): Removed the
1160 compatibility function for older emacsen. `c-literal-limits-fast'
1161 has now taken the place of this function.
1162
1163 * progmodes/cc-vars.el (c-emacs-features): Removed compatibility
1164 with older emacsen: We now require 'pps-extended-state.
1165
1166 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
1167
1168 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
1169 which obviates the need to hack sentence-end. This now handles
1170 escaped newlines in strings correctly. Correct minor bugs in
1171 c-move-over-sentence and in c-beginning-of-statement.
1172
1173 * progmodes/cc-cmds.el (c-beginning-of-statement (and
1174 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
1175 that movement over macros and code are rigorously separated from
1176 eachother. Correct a few incidental bugs.
1177
1178 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
1179 Improve its doc-string. Improve the handling of certain specific
1180 cases.
1181
1182 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
1183
1184 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
1185 (c-guess-basic-syntax): Changed the way class-level labels are
1186 recognized; they can now contain essentially any symbols.
1187
1188 (c-opt-extra-label-key): New language variable to cope with the
1189 special protection label syntax in Objective-C.
1190
1191 (c-opt-access-key): Removed; this is now handled better by
1192 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
1193
1194 (c-complex-decl-matchers): Update to handle that
1195 `c-opt-access-key' no longer exists.
1196
1197 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
1198 improved label recognition in `c-beginning-of-statement-1'.
1199
1200 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
1201 Recognize bitfields better.
1202
1203 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
1204 Removed some cruft and fixed a bug that could cause it to go to a
1205 position further down.
1206
1207 * progmodes/cc-langs.el, cc-engine.el
1208 (c-beginning-of-statement-1): Improved detection of labels in
1209 declaration contexts.
1210
1211 (c-beginning-of-decl-1): Use it.
1212
1213 (c-nonlabel-token-key): New language constant and variable needed
1214 by `c-beginning-of-statement-1'.
1215
1216 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed bug that
1217 manifested itself due to the correction in `c-forward-sexp'.
1218
1219 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp): Made
1220 these behave as documented when used at the buffer limits.
1221
1222 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
1223 (c-type-decl-end-used): Made this a language variable.
1224
1225 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
1226 correctly when `combine-after-change-calls' is used together with
1227 temporary narrowings.
1228
1229 * progmodes/cc-engine.el (c-beginning-of-statement-1): Report
1230 labels correctly when the start point is immediately after the
1231 colon.
1232
1233 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties): Removed
1234 since it isn't used anymore.
1235
1236 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
1237 bracket arglists such as template parens in C++.
1238
1239 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fixed a bug
1240 in the last check-in. Some optimization.
1241
1242 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fixed bug
1243 where it could stop at the same level in a preceding sexp when
1244 PAREN-LEVEL is set.
1245
1246 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
1247 text property lookup only when it's needed.
1248
1249 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
1250 Changed the policy for paren marked angle brackets to be more
1251 persistent; once marked they remain marked even when they're found
1252 to be unbalanced in the searched region. This should keep the
1253 paren syntax around even when individual lines are refontified in
1254 multiline template arglists.
1255
1256 (c-parse-and-markup-<>-arglists): New dynamically bound variable
1257 to control markup so that incorrect angle bracket arglists aren't
1258 marked in contexts where the correct value for
1259 `c-disallow-comma-in-<>-arglists' isn't known.
1260
1261 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
1262 argument has become `c-parse-and-markup-<>-arglists'.
1263
1264 (c-remove-<>-arglist-properties): Removed - no longer used.
1265
1266 (c-after-change-check-<>-operators): New function used on
1267 `after-change-functions' to avoid that "<" and ">" characters that
1268 are part of longer operators have paren syntax.
1269
1270 (c-<>-multichar-token-regexp): New language variable used by
1271 `c-after-change-check-<>-operators'.
1272
1273 (c-after-change): Call `c-after-change-check-<>-operators'.
1274
1275 (c-font-lock-<>-arglists): Use the context properties set by
1276 `c-font-lock-declarations' to set
1277 `c-disallow-comma-in-<>-arglists' correctly to avoid doing invalid
1278 markup.
1279
1280 (c-font-lock-declarations): Removed code that undoes the invalid
1281 markup done by `c-font-lock-<>-arglists'.
1282
1283 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
1284 after `c-font-lock-declarations'.
1285
1286 * progmodes/cc-engine.el (c-syntactic-skip-backward): Added
1287 paren-level feature.
1288
1289 (c-guess-basic-syntax): Improved the anchor position for
1290 `template-args-cont' in nested template arglists. There's still
1291 much to be desired in this area, though.
1292
1293 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
1294
1295 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
1296 Make the "Text Filling and Line Breaking" commands work for AWK
1297 buffers.
1298
1299 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
1300
1301 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
1302 Removed;
1303 (c-major-mode-is 'awk-mode) can be used instead now.
1304
1305 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
1306 it doesn't work no longer are supported.
1307
1308 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el,
1309 cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
1310 requires support for the syntax-table' text property, which rules
1311 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
1312 cruft associated with those versions.
1313
1314 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
1315 for the `syntax-table' text property, which rules out Emacs 19 and
1316 XEmacs < 21.4. Removed various compatibility cruft associated
1317 with those versions.
1318
1319 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
1320 support for the `syntax-table' text property.
1321
1322 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
1323 variable and use an extra quoted face name instead. All the
1324 emacsen flavors handle that correctly.
1325
1326 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare,
1327 c-font-lock-declarators, c-font-lock-declarations,
1328 c-complex-decl-matchers, c-basic-matchers-after): Use a text
1329 property to mark the items in in declarator lists to handle
1330 refontification inside multiline declarations better.
1331
1332 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
1333 construct like "a * b = c;" as a declaration.
1334
1335 2005-12-08 Kim F. Storm <storm@cua.dk>
1336
1337 * emulation/cua-base.el (cua-use-hyper-key): Replaced by ...
1338 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
1339 select either meta, hyper, or super modifier for rectangle commands.
1340 (cua--rectangle-modifier-key): New defvar.
1341 (cua--M/H-key): Use it. Remove special case for 'space.
1342 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
1343 on X, to meta otherwise. Always bind C-return to toggle
1344 rectangle. Pass ?\s instead of 'space to cua--M/H-key.
1345
1346 * emulation/cua-rect.el (cua-help-for-rectangle): Use
1347 cua--rectangle-modifier-key. Handle super modifier too.
1348 (cua--init-rectangles): Always bind C-return to toggle rectangle.
1349 Pass ?\s instead of 'space to cua--M/H-key and cua--rect-M/H-key.
1350
1351 * ido.el: Move Acknowledgements and History after Commentary.
1352 Minor changes to Commentary.
1353
1354 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
1355 keymap if cua--prefix-override-timer equals 'shift.
1356 (cua--shift-control-prefix): New function; emulate "type prefix
1357 key twice" functionality to handle shifted prefix key override.
1358 (cua--shift-control-c-prefix, cua--shift-control-x-prefix): New
1359 commands.
1360 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
1361
1362 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
1363
1364 * textmodes/org.el (org-insert-heading): Try to do items before
1365 headings.
1366 (org-agenda-mode): Quote `org-agenda-mode-hook'.
1367 (org-insert-item): New function.
1368 (org-renumber-ordered-list): Don't skip to higher level lists.
1369
1370 2005-12-08 Juri Linkov <juri@jurta.org>
1371
1372 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
1373
1374 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
1375
1376 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
1377
1378 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
1379 the constructed function name fun-1.
1380
1381 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
1382 because such links don't lead to parent documentation.
1383
1384 2005-12-08 Kenichi Handa <handa@m17n.org>
1385
1386 * descr-text.el (describe-char): Use *Help-2* buffer if the
1387 current buffer is *Help*. Call describe-text-properties while
1388 setting the original buffer.
1389
1390 2005-12-07 Bill Wohler <wohler@newt.com>
1391
1392 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
1393 and causes problems with non-MH users (such as Gnus users).
1394
1395 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
1396
1397 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
1398 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
1399 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
1400 command "info sources". Move calls to GDB command "list".
1401 (gdb-find-file-hook): Just use gdb-source-file-list.
1402 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
1403 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
1404 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
1405 (gdb-data-list-register-values-handler): Use correct trigger name.
1406
1407 2005-12-07 Kim F. Storm <storm@cua.dk>
1408
1409 * ido.el (ido-completion-map): Renamed from ido-mode-map.
1410 (ido-common-completion-map, ido-file-completion-map)
1411 (ido-file-dir-completion-map, ido-buffer-completion-map):
1412 Renamed from ido-mode-....-map.
1413 (ido-init-completion-maps): Renamed from ido-init-mode-maps.
1414 (ido-setup-completion-map): Renamed from ido-define-mode-map.
1415 (ido-read-internal): Bind minibuffer-local-filename-completion-map
1416 to ido-completion-map.
1417
1418 2005-12-07 Kenichi Handa <handa@m17n.org>
1419
1420 * international/mule-cmds.el
1421 (set-display-table-and-terminal-coding-system): If the coding
1422 system specified in `unibyte-display' property is different from
1423 the arg coding-system, don't setup standard-display-table.
1424
1425 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
1426
1427 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
1428 that comments end at \n, regardless of selective-display.
1429
1430 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
1431
1432 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
1433 (gdb-version): New variables.
1434 (gdb-source-file-list, gdb-register-names)
1435 (gdb-changed-registers): New variables for use with GDB 6.4+.
1436 (gdb-ann3): Replace with...
1437 (gdb-init-1, gdb-init-2): ...two new functions.
1438 (gdba, gdb-prompt): Call gdb-init-1.
1439 (gdb-get-version): New function. Call gdb-init-2 from here.
1440 (gud-watch): Make it work with mouse events too.
1441 (gdb-post-prompt): Don't add to queue until GDB version is known.
1442 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
1443 (gdb-locals-mode): Use gdb-version.
1444 (gdb-memory-format-map, gdb-memory-unit-map)
1445 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
1446 (gdb-locals-font-lock-keywords-1)
1447 (gdb-locals-font-lock-keywords-2): New variables.
1448 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
1449 (gdb-set-gud-minor-mode-existing-buffers-1)
1450 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
1451 (gdb-var-update-1, gdb-var-update-handler-1)
1452 (gdb-data-list-register-values-handler)
1453 (gdb-data-list-register-values-custom)
1454 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
1455 (gdb-stack-list-locals-handler, gdb-get-register-names):
1456 New functions for use with GDB 6.4+.
1457 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
1458 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
1459 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
1460 (gdb-stack-list-locals-regexp)
1461 (gdb-data-list-register-names-regexp): New regexps for use with
1462 GDB 6.4+.
1463
1464 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
1465
1466 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
1467
1468 2005-12-06 Nozomu Ando <nand@mac.com> (tiny patch)
1469
1470 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
1471 prompts work for AUTH PLAIN. Also reported by Steve Allan
1472 <seallan@verizon.net>.
1473
1474 2005-12-06 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
1475
1476 * frame.el (set-frame-parameter): Add doc string.
1477
1478 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
1479
1480 * textmodes/org.el (org-occur-highlights): New variable.
1481 (org-highlight-new-match, org-remove-occur-highlights): New functions.
1482 (org-highlight-sparse-tree-matches): New option.
1483 (org-do-occur): New function.
1484 (org-get-heading): Make it work also at beginning of line.
1485 (org-category-table): New variable.
1486 (org-get-category-table, org-get-category)
1487 (org-camel-to-words, org-link-search): New functions.
1488 (org-select-this-todo-keyword): New variable.
1489 (org-todo-list): New command.
1490 (org-shiftright, org-shiftleft): New commands.
1491 (org-agenda-todo): Add prefix argument.
1492 (org-show-hierarchy-above): New option.
1493 (org-show-todo-tree): Numerical prefix creates tree for specific
1494 TODO keyword.
1495 (org-outline-level): New function, to assign a level to plain
1496 lists items.
1497 (org-cycle-include-plain-lists): New option.
1498 (org-mode): Use `org-outline-level' as value of `outline-level'.
1499 (org-cycle): Temporarily switch `outline-regexp' if
1500 `org-cycle-include-plain-lists' is non-nil.
1501 (org-start-icalendar-file): Fix format bug.
1502 (org-agenda-get-day-entries): Create category table.
1503 (org-agenda-get-todos, org-agenda-get-timestamps)
1504 (org-agenda-get-deadlines, org-agenda-get-scheduled)
1505 (org-agenda-get-blocks): Use `org-get-category'.
1506 (org-context-in-file-links): Rename from
1507 `org-line-numbers-in-file-links' .
1508
1509 2005-12-06 Romain Francoise <romain@orebokech.com>
1510
1511 * window.el (balance-windows): Delete extraneous third arg in call
1512 to `enlarge-window'.
1513
1514 2005-12-06 Kenichi Handa <handa@m17n.org>
1515
1516 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
1517
1518 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
1519
1520 * progmodes/gdb-ui.el (gdb-var-create-handler)
1521 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
1522 (gdb-var-list-children-handler, gdb-var-update-handler):
1523 Current buffer is already gdb-partial-output-buffer, don't
1524 make it current again.
1525
1526 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
1527
1528 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
1529 (list-buffers-noselect): Use it.
1530
1531 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
1532
1533 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
1534 (mail-yank-ignored-headers): Use regexp-opt.
1535 (mail-mode-map): Move initialization into declaration.
1536 (mail-sent-via): Remove unused shadowed var `to-line'.
1537 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
1538 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
1539 (mail-do-fcc): Use dolist and push.
1540 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
1541 (mail-yank-ignored-headers): Don't autoload.
1542
1543 2005-12-05 Kenichi Handa <handa@m17n.org>
1544
1545 * international/mule-cmds.el (set-language-info-internal): New fun.
1546 (set-language-info): Call set-language-info-internal to update
1547 language-info-alist. If LANG-ENV is the current one, call
1548 set-language-environment to make INFO effective now.
1549 (set-language-info-alist): Likewise.
1550 (locale-language-names): With locale "en", use English
1551 lang. env. but set the default codings to iso-8859-1.
1552
1553 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
1554
1555 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
1556 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
1557 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
1558 for plain strings.
1559 (gdb-frames-mode): Remove redundant call to font-lock-mode.
1560 (gdb-all-registers): Rename from toggle-gdb-all-registers.
1561 Create registers buffer if necessary. Echo new state in minibuffer.
1562 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
1563
1564 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
1565
1566 * info.el (Info-fontify-node): Match external links using
1567 non-directory part of filename.
1568
1569 2005-12-04 Juri Linkov <juri@jurta.org>
1570
1571 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
1572 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
1573 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
1574 because there is no customization option for it.
1575
1576 * font-lock.el (lisp-font-lock-keywords-1):
1577 Add define-global-minor-mode.
1578
1579 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
1580
1581 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
1582 properties on the constructed variable names.
1583
1584 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
1585 Put `definition-name' properties on the constructed function names
1586 next-sym and prev-sym.
1587
1588 * emacs-lisp/find-func.el (find-function-regexp):
1589 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
1590 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
1591 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
1592 and easy-menu-define.
1593
1594 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
1595 easy-mmode-define-global-mode and define-global-minor-mode.
1596 (lisp-imenu-generic-expression): Add define-global-minor-mode.
1597
1598 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
1599 instead of easy-mmode-define-global-mode.
1600
1601 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
1602 Use define-minor-mode instead of easy-mmode-define-minor-mode.
1603
1604 * cus-edit.el (customize-group, customize-group-other-window):
1605 Filter out autoloaded options from the group completion list by
1606 using heuristics that autoloaded groups don't have `custom-autoload'
1607 property on their symbols (they have only `custom-loads').
1608
1609 * simple.el (completion-setup-function): Put completions-common-part
1610 face on complete completion string too (i.e. completion string
1611 without completions-first-difference face).
1612
1613 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
1614
1615 2005-12-03 Eli Zaretskii <eliz@gnu.org>
1616
1617 * view.el (view-mode): Doc fix.
1618
1619 * disp-table.el (standard-display-european): Add to the warning
1620 message a reference to the doc string.
1621
1622 * play/yow.el (apropos-zippy): Call print-help-return-message,
1623 similar to other Help and Apropos commands.
1624
1625 * help.el (print-help-return-message): If pop-up-frames is
1626 non-nil, set up help-return-method to delete the help window and,
1627 possibly, its frame as well, and don't display message about
1628 scrolling the help window. Doc fix.
1629 (help-return-method): Doc fix.
1630
1631 2005-12-03 Martin Rudalics <rudalics@gmx.at> (tiny change)
1632
1633 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
1634 whereby names of length one or names starting with a
1635 symbol-constituent character would not be returned.
1636
1637 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1638
1639 * subr.el (atomic-change-group): Add edebug and indentation spec.
1640
1641 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
1642
1643 * completion.el (save-completions-file-name): Fix typo in last change.
1644
1645 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1646
1647 * info.el: Move back/forward history to the beginning of the tool bar.
1648
1649 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
1650
1651 * allout.el:(eval-when-compile): Remove unnecessary load of 'cl.
1652 Add fset of allout-real-isearch-abort during compile to fix
1653 byte-compilation warnings.
1654 (allout-mode-p): Move definition of this macro above all uses, or
1655 byte compilation in barren emacs (eg, during emacs build) will
1656 lack the definition.
1657 (allout-mode): Move this variable above any uses, or byte
1658 compilation will fail.
1659 (allout-resolve-xref): Remove use of personal file-reference function.
1660 (allout-toggle-current-subtree-encryption): Do the current (ie,
1661 visible containing) topic, rather than nearest around point. Doc fix.
1662 (allout-toggle-subtree-encryption): New function, workhorse that
1663 works on nearest topic containing point.
1664 (allout-encrypt-string): Signal requirement for newer version of pgg.
1665 (allout-resumptions): Doc fix.
1666
1667 2005-12-02 Eli Zaretskii <eliz@gnu.org>
1668
1669 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
1670
1671 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
1672
1673 * textmodes/flyspell.el (flyspell-external-point-words):
1674 Consider a misspelling as found in the string search if: (a) misspelling
1675 and found string lengths match, or (b) misspelling is found as
1676 element in a boundary-chars separated longer string, or (c)
1677 ispell-program-name is really ispell and misspelling is found as
1678 part of a TeX string. After successful match move beginning of
1679 search region to end of match. Warn about not found misspellings
1680 once the process is done.
1681 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
1682
1683 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
1684
1685 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
1686 tool bar (removed inadvertently).
1687
1688 2005-12-02 Juri Linkov <juri@jurta.org>
1689
1690 * log-view.el (log-view-diff): Clarify doc string.
1691
1692 2005-12-01 Bill Wohler <wohler@newt.com>
1693
1694 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
1695 triggers lm-verify errors.
1696
1697 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
1698
1699 * simple.el (transient-mark-mode, line-number-mode)
1700 (column-number-mode, size-indication-mode): Remove `:require nil'.
1701
1702 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
1703
1704 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
1705 in the margin also.
1706 (gdb-breakpoints-mode-map): Use D instead of d for
1707 gdb-delete-breakpoint.
1708 (gdb-get-frame-number): Require a number to match on.
1709 (gdb-threads-mode-map): Add follow-link binding.
1710
1711 2005-11-30 Jason Rumney <jasonr@gnu.org>
1712
1713 * isearch.el (isearch-mode-map): Avoid exiting search on
1714 language-change event.
1715
1716 2005-11-30 Romain Francoise <romain@orebokech.com>
1717
1718 * speedbar.el (speedbar-default-position): New defcustom.
1719 (speedbar-frame-reposition-smartly): Use it.
1720
1721 * dframe.el (dframe-reposition-frame-emacs): Fix position
1722 computation for `left' location.
1723 Update copyright year.
1724
1725 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
1726
1727 * help.el (help-map): Move initialization into declaration.
1728
1729 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
1730
1731 * help-fns.el (help-argument-name): Don't autoload.
1732 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
1733 to be re-loaded when customizing the `help' group.
1734
1735 2005-11-30 John Paul Wallington <jpw@gnu.org>
1736
1737 * help-fns.el (describe-function-1): Fill arglist output.
1738
1739 2005-11-30 Kim F. Storm <storm@cua.dk>
1740
1741 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
1742 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
1743 after revert-buffer (or anything else which kills all local variables).
1744
1745 * apropos.el (apropos-parse-pattern): Doc fix.
1746 Set apropos-regexp directly, rather than expecting callers to do so.
1747 (apropos-command, apropos, apropos-value, apropos-documentation):
1748 Simplify calls to apropos-parse-pattern.
1749
1750 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
1751
1752 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
1753 (hi-lock-face-phrase-buffer): Use hi-yellow face.
1754 (hi-lock-write-interactive-patterns): Use comment-region.
1755
1756 * longlines.el (longlines-mode): Add mail-setup-hook.
1757
1758 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
1759
1760 * simple.el (sendmail-user-agent-compose, next-line):
1761 Conditionally use hard-newline.
1762
1763 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
1764
1765 * international/latexenc.el (latex-inputenc-coding-alist):
1766 Reword doc string.
1767
1768 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
1769
1770 * help.el (describe-key-briefly, describe-key): Recognize default
1771 bindings.
1772
1773 2005-11-29 Romain Francoise <romain@orebokech.com>
1774
1775 * view.el (view-inhibit-help-message): New defcustom.
1776 (view-mode-enter): Use it.
1777
1778 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
1779
1780 * ediff-wind (ediff-setup-control-frame, ediff-make-wide-display):
1781 Preserve user position.
1782
1783 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
1784
1785 * font-lock.el: Throw error if facemenu is not loaded to prevent
1786 accidental change of loading order in loadup.el. (Suggested by RMS.)
1787
1788 * loadup.el: Add comment explaining why facemenu must be loaded
1789 before font-lock.
1790
1791 2005-11-28 Jay Belanger <belanger@truman.edu>
1792
1793 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
1794 (calc-dispatch-map): Add more keys for `calc-same-interface'.
1795
1796 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
1797
1798 * calc/calc-embed.el (calc-do-embedded): Update help message.
1799
1800 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
1801
1802 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
1803
1804 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
1805
1806 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
1807 called-interactively-p.
1808 (elp-profilable-p): Rename from elp-not-profilable-p.
1809 Invert result and take into account macros and autoloaded functions.
1810 (elp-instrument-function): Update call.
1811 (elp-instrument-package): Update call. Add completion.
1812 (elp-pack-number): Use match-string.
1813 (elp-results-jump-to-definition-by-mouse): Merge into
1814 elp-results-jump-to-definition and then remove.
1815 (elp-output-insert-symname): Make help echo text single-line.
1816
1817 * replace.el (query-replace-map): Move initialization into declaration.
1818 (occur-engine): Use with-current-buffer.
1819 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
1820 (occur-mode-mouse-goto): Replace with an alias.
1821
1822 2005-11-28 Juri Linkov <juri@jurta.org>
1823
1824 * simple.el (quoted-insert): Let-bind input-method-function to nil.
1825
1826 * term/w32-win.el: Bind [S-tab] to [backtab].
1827
1828 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
1829 `Info-find-file' to t.
1830
1831 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
1832 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
1833 and same-window-regexps.
1834 (occur-next-error): Don't move point for arg 0.
1835
1836 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
1837
1838 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
1839
1840 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
1841
1842 * log-edit.el (log-edit-changelog-use-first): New var.
1843 (log-edit-changelog-ours-p): Use it.
1844 (log-edit-insert-changelog): Set it with new arg `use-first'.
1845 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
1846 (log-edit-hook): Add them to the list of suggested options.
1847
1848 * textmodes/flyspell.el (flyspell-last-buffer): New var.
1849 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
1850 redundant work.
1851 (flyspell-mode-on): Use add-hook for after-change-functions.
1852 (flyspell-mode-off): Use remove-hook for after-change-functions.
1853 (flyspell-changes): Make it buffer-local.
1854 (flyspell-after-change-function): Make it non-interactive. Use push.
1855 (flyspell-post-command-hook): Check input-pending-p while processing
1856 the potentially long list of buffer changes.
1857
1858 2005-11-28 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
1859
1860 * buff-menu.el (list-buffers-noselect): Display the selected
1861 frame's buffer list, not the global one.
1862
1863 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
1864
1865 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
1866 that (list last-input-event) works as in interactive spec.
1867
1868 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
1869
1870 * loadup.el ("facemenu"): Load facemenu before font-lock, because
1871 `facemenu-keymap' needs to be defined when font-lock is loaded.
1872 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
1873
1874 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
1875
1876 * completion.el: Remove useless leading * in defcustom docstrings.
1877 (save-completions-file-name): Use ~/.emacs.d if available.
1878 (completion-standard-syntax-table): Rename from
1879 cmpl-standard-syntax-table and fold initialization into declaration,
1880 thus removing cmpl-make-standard-completion-syntax-table.
1881 (completion-lisp-syntax-table, completion-c-syntax-table)
1882 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
1883 (cmpl-saved-syntax, cmpl-saved-point): Remove.
1884 (symbol-under-point, symbol-before-point)
1885 (symbol-under-or-before-point, symbol-before-point-for-complete)
1886 (add-completions-from-c-buffer): Use with-syntax-table.
1887 (make-completion): Don't return a list of completion entries.
1888 Update callers.
1889 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
1890 (completion-initialize): Rename from initialize-completions.
1891 (completion-find-file-hook): Rename from cmpl-find-file-hook.
1892 (kill-emacs-save-completions): Collect stats here.
1893 (save-completions-to-file, load-completions-from-file):
1894 Use with-current-buffer.
1895 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
1896 into a function. Move all calls to toplevel.
1897 (completion-lisp-mode-hook): New fun.
1898 (completion-c-mode-hook, completion-setup-fortran-mode):
1899 Set the syntax-table here. Use local-set-key.
1900 (completion-saved-bindings): New var.
1901 (dynamic-completion-mode): Make it into a proper minor mode.
1902 (load-completions-from-file): Remove unused var `num-uses'.
1903
1904 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
1905 constructor if it is explicitly overridden.
1906
1907 * complete.el (PC-completion-as-file-name-predicate):
1908 Use minibuffer-completing-file-name.
1909 (partial-completion-mode): Use find-file-not-found-functions.
1910 (PC-lisp-complete-symbol): Use with-syntax-table.
1911 (PC-look-for-include-file): Remove dead setq.
1912 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
1913 (PC-complete): Use with-current-buffer.
1914
1915 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
1916 escape single quotes.
1917
1918 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
1919
1920 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
1921 of `if' whose condition always returned nil. Doc fix.
1922
1923 * buff-menu.el (Buffer-menu-revert-function): Make the selected
1924 window's buffer the current buffer around the call to
1925 `list-buffers-noselect'. This is necessary to mark that buffer
1926 with a `.' in the Buffer Menu when called from Lisp, for instance
1927 by Auto Revert Mode.
1928
1929 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
1930
1931 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
1932 attaching to it.
1933 (gdb-pre-prompt): Make sure gdb-error is reset.
1934
1935 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
1936 with a child process, detect it.
1937 (gud-speedbar-buttons): Match regexp more carefully.
1938
1939 2005-11-27 Richard M. Stallman <rms@gnu.org>
1940
1941 * mouse.el (mouse-drag-move-window-bottom):
1942 Use adjust-window-trailing-edge.
1943
1944 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
1945
1946 * simple.el (blink-matching-open): Ignore
1947 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
1948 (blink-matching-paren-on-screen): Update docstring.
1949
1950 * paren.el (show-paren-mode): No longer change
1951 `blink-matching-paren-on-screen'.
1952
1953 2005-11-27 John Paul Wallington <jpw@pobox.com>
1954
1955 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
1956 (gdb-threads-select, gdb-edit-register-value):
1957 Use `posn-set-point' instead of `mouse-set-point' because the
1958 latter is not fbound when configured without X.
1959
1960 2005-11-27 Kim F. Storm <storm@cua.dk>
1961
1962 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
1963 existing face when partially highlighting a TAB in a rectangle.
1964
1965 2005-11-26 Kim F. Storm <storm@cua.dk>
1966
1967 * ido.el (ido-mode-map): Doc fix.
1968 (ido-mode-common-map, ido-mode-file-map)
1969 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
1970 (ido-define-mode-map): Rewrite. Select one of the new maps as
1971 parent for ido-mode-map instead of building from scratch.
1972 (ido-init-mode-maps): New defun to initialize new maps.
1973 (ido-mode): Call it.
1974 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
1975 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
1976
1977 2005-11-26 John Paul Wallington <jpw@pobox.com>
1978
1979 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
1980 `mouse-set-point' because the latter is not fbound when configured
1981 without X.
1982
1983 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
1984
1985 * files.el (file-relative-name): Doc fix.
1986
1987 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
1988
1989 * progmodes/octave-inf.el (inferior-octave-startup): Force a
1990 non-empty string for secondary prompt PS2.
1991
1992 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
1993
1994 * progmodes/compile.el (compilation-setup): Fix last change.
1995
1996 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
1997
1998 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
1999 (gdb-mouse-toggle-breakpoint-margin)
2000 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
2001 Add gdb-server-prefix to keep out of command history.
2002 (gdb-edit-register-value): New function.
2003 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
2004 (gdb-info-registers-custom): Use above map.
2005
2006 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
2007
2008 * custom.el (enable-theme): Signal error if argument is not a
2009 theme. Don't recalculate a face if it's not loaded yet.
2010
2011 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
2012 the `user' theme is in effect.
2013
2014 * info.el (Info-on-current-buffer): Record actual filename in
2015 Info-current-file, instead of t, or a fake filename if a non-file
2016 buffer. Make autoload.
2017 (Info-find-node, Info-revert-find-node): No need to check for
2018 Info-current-file nil.
2019 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
2020 Info-current-file is now never `t'.
2021 (Info-fontify-node): Many simplifications due to Info-current-file
2022 always being valid. Use Info-find-file to find node filename.
2023
2024 2005-11-25 David Kastrup <dak@gnu.org>
2025
2026 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
2027 new character, then delete" in order to preserve markers.
2028
2029 2005-11-25 David Ponce <david@dponce.com>
2030
2031 * recentf.el (recentf-arrange-by-rule): Handle a special
2032 `auto-mode-alist'-like "strip suffix" rule.
2033 (recentf-build-mode-rules): Handle second level auto-mode entries.
2034
2035 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
2036
2037 * viper-keym.el (viper-ESC-key): Use different values in terminal and
2038 window modes.
2039
2040 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
2041 jde-javadoc-checker-report-mode.
2042
2043 * ediff-wind (ediff-make-wide-display): Slight simplification.
2044
2045 * ediff.el (ediff-date): Change the date of last update.
2046
2047 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
2048
2049 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
2050 Use define-minor-mode, and make it a local mode. Turn on font-lock.
2051 (hi-lock-mode): New global minor mode.
2052 (turn-on-hi-lock-if-enabled): New function.
2053 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
2054 Change arguments to regexp and face instead of a font-lock pattern.
2055 Directly set face property, instead of refontifying.
2056 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
2057 (hi-lock-find-patterns): Use line-number-at-pos.
2058
2059 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
2060 arguments for hi-lock-set-pattern.
2061 (hi-lock-unface-buffer, hi-lock-set-file-patterns): Call
2062 font-lock-fontify-buffer.
2063 (hi-lock-find-file-hook, hi-lock-current-line)
2064 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
2065
2066 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
2067 turned off.
2068
2069 * progmodes/compile.el (compilation-setup): Don't fiddle with
2070 font-lock-defaults.
2071
2072 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
2073
2074 * progmodes/gdb-ui.el (gdb-var-create-handler)
2075 (gdb-var-list-children-handler): Find values for all variable
2076 objects. gud-speedbar-buttons decides whether to display them.
2077
2078 2005-11-24 Romain Francoise <romain@orebokech.com>
2079
2080 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
2081 buffer name with a space.
2082
2083 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
2084
2085 * textmodes/org.el (org-export-plain-list-max-depth): Renamed from
2086 `org-export-local-list-max-depth'. Change default value to 3.
2087 (org-auto-renumber-ordered-lists)
2088 (org-plain-list-ordered-item-terminator): New options.
2089 (org-at-item-p, org-beginning-of-item, org-end-of-item)
2090 (org-get-indentation, org-get-string-indentation)
2091 (org-maybe-renumber-ordered-list, org-renumber-ordered-list): New
2092 functions.
2093 (org-move-item-down, org-move-item-up): New commands.
2094 (org-export-as-html): New classes for CSS support. Bug fix in
2095 regular expression detecting fixed-width regions. Respect
2096 `org-local-list-ordered-item-terminator'.
2097 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
2098 also a list item.
2099 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
2100 New item moving functions.
2101
2102 2005-11-24 Juri Linkov <juri@jurta.org>
2103
2104 * isearch.el (isearch-repeat): With empty search ring set
2105 `isearch-error' to the error string instead of signaling error
2106 with the function `error'.
2107
2108 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2109
2110 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
2111
2112 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
2113
2114 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
2115 and variable.
2116 (gdb-var-create-handler, gdb-var-list-children-handler):
2117 Don't match on "char **...".
2118 (gdb-var-update-handler): Find values for all variable objects.
2119 (gdb-info-frames-custom): Identify frames by leading "#".
2120
2121 * progmodes/gud.el (gud-speedbar-menu-items): Add
2122 gdb-speedbar-auto-raise as radio button.
2123 (gud-speedbar-buttons): Raise speedbar if requested.
2124 Don't match on "char **...".
2125 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
2126 Make it editable.
2127
2128 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
2129
2130 * info.el (Info-fontify-node): Handle the case where
2131 Info-current-file is t.
2132
2133 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
2134
2135 * simple.el (blink-matching-open): Fix off-by-one in last change.
2136
2137 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2138
2139 * term/mac-win.el: Don't change default directory.
2140
2141 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
2142
2143 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
2144 buffers correctly. (It used to throw an error in such buffers.)
2145 Make it ask for confirmation in group buffers and other Custom
2146 buffers containing more than one customization item.
2147
2148 2005-11-22 John Paul Wallington <jpw@gnu.org>
2149
2150 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
2151 property on mail and url overlays.
2152 (goto-address-at-point): Use `posn-set-point' instead of
2153 `mouse-set-point' because the latter is not fbound when configured
2154 without X.
2155
2156 2005-11-22 Lars Hansen <larsh@soem.dk>
2157
2158 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
2159 (ls-lisp-classify, ls-lisp-format): Delete call to
2160 ls-lisp-parse-symlink.
2161 (ls-lisp-handle-switches): Handle symlinks to directories as
2162 directories when ls-lisp-dirs-first in non-nil.
2163
2164 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
2165
2166 * startup.el (command-line): Make sure that loaddefs.el is handled
2167 correctly in load-history.
2168
2169 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
2170
2171 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
2172 (gdb-struct-string, gdb-array-string): New constants.
2173 (gdb-info-locals-handler): Use them.
2174 (gdb-reset): Reset gdb-var-list to nil.
2175
2176 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
2177
2178 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
2179 in patterns.
2180
2181 2005-11-21 Juri Linkov <juri@jurta.org>
2182
2183 * custom.el (defcustom): Update link types in docstring.
2184
2185 2005-11-20 Martin Rudalics <rudalics@gmx.at> (tiny change)
2186
2187 * custom.el (defgroup): Add doc-string-elt info.
2188
2189 * widget.el (define-widget): Don't use declare for the doc-string-elt.
2190
2191 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
2192
2193 * newcomment.el (comment-enter-backward): Fix last fix.
2194
2195 * simple.el (blink-matching-open):
2196 * paren.el (show-paren-function): Allow new paren-class info.
2197
2198 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
2199
2200 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
2201 handled automagically.
2202
2203 2005-11-20 Andreas Schwab <schwab@suse.de>
2204
2205 * descr-text.el (describe-char): When copying overlays put them
2206 over the full char description instead of just the first character
2207 of it.
2208
2209 2005-11-20 Juri Linkov <juri@jurta.org>
2210
2211 * simple.el (what-cursor-position):
2212 * descr-text.el (describe-char): Use Lisp-readable syntax
2213 for octal and hex. Reorder decimal, octal and hex values.
2214 Remove excess whitespace in the output. Use `=' in `column='
2215 like in `point=' and `Hscroll='.
2216
2217 * international/mule-cmds.el (encoded-string-description):
2218 Use Lisp-readable syntax for hex.
2219
2220 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
2221
2222 * newcomment.el (comment-enter-backward): Handle the case where the
2223 comment is closed by EOB.
2224
2225 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
2226
2227 * longlines.el (longlines-before-revert-hook)
2228 (longlines-after-revert-hook): New functions.
2229 (longlines-mode): Turn off longlines temporarily when reverting.
2230 Add a message-setup-hook.
2231 (longlines-decode-buffer): New function.
2232 (longlines-wrap-line): Preserve marker positions.
2233
2234 2005-11-19 Andreas Schwab <schwab@suse.de>
2235
2236 * emacs-lisp/shadow.el: Handle compressed files.
2237
2238 2005-11-19 Romain Francoise <romain@orebokech.com>
2239
2240 * net/browse-url.el (browse-url-default-browser): Signal an error
2241 if no usable browser can be found, rather than try to load w3.
2242
2243 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
2244
2245 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
2246 replacing existing properties.
2247 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
2248 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
2249 tty specs.
2250 (rcirc-server-prefix, rcirc-server): New faces.
2251 (rcirc-url-regexp): Generate with rx macro.
2252 (rcirc-last-server-message-time): New variable.
2253 (rcirc-filter): Record time of last message.
2254 (rcirc-keepalive): Kill processes that did not send a message
2255 since the last ping.
2256 (rcirc-mode): Give rcirc-topic a local binding here.
2257
2258 2005-11-19 Michael Cadilhac <michael.cadilhac@lrde.org> (tiny change)
2259
2260 * subr.el (read-passwd): Fontify the prompt as we do with other
2261 prompts.
2262
2263 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
2264
2265 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
2266 binding buffer-read-only to nil.
2267
2268 2005-11-19 Eli Zaretskii <eliz@gnu.org>
2269
2270 * complete.el (partial-completion-mode):
2271 Mention completion-auto-help in the doc string.
2272
2273 * man.el (Man-highlight-references): Doc fix. Reformat code in a
2274 more Lisp-ish way.
2275
2276 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
2277
2278 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
2279 digits, not 8, to avoid misalignment for files larger than 100MB.
2280
2281 2005-11-19 Eli Zaretskii <eliz@gnu.org>
2282
2283 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
2284 Mention "keyboard shortcuts" in the help text.
2285
2286 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2287
2288 * startup.el (fancy-splash-default-action): Discard only
2289 mouse-down and succeeding mouse-up events in the splash screen
2290 window so that drag-n-drop event can be processed.
2291
2292 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
2293
2294 * longlines.el (longlines-mode): Add hacks for mail-mode and
2295 message-mode.
2296
2297 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
2298
2299 * textmodes/org.el (org-table-sort-lines): New command.
2300 (org-tbl-menu): Add entry for `org-table-sort-lines'.
2301 (org-add-file): Command removed, use `org-agenda-file-to-front'
2302 instead.
2303 (org-export-icalendar): Use `org-icalendar-combined-name'.
2304 (org-cycle-agenda-files, org-agenda-file-to-end)
2305 (org-agenda-file-to-front): New commands.
2306 (org-table-tab-jumps-over-hlines,org-export-html-style): New
2307 options.
2308 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
2309 (org-at-table.el-p, org-set-autofill-regexps,org-html-protect):
2310 New functions.
2311 (org-fill-paragraph): Call `org-table-align' in tables.
2312 (org-mode): Call `org-set-autofill-regexps'.
2313 (org-export-as-html): Support for local handformatted lists.
2314 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
2315 (org-export-local-list-max-depth): New option.
2316 (org-html-expand): Use `org-html-protect'.
2317
2318 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
2319
2320 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
2321 to "p".
2322 (gdb): Move definition of gud-pp to...
2323
2324 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
2325 speedbar.
2326 (gdb-find-watch-expression): New function.
2327
2328 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
2329
2330 * faces.el (face-attribute, set-face-attribute): Mention existence
2331 of `:ignore-defface' setting in docstring.
2332
2333 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
2334
2335 * simple.el (completion-setup-function): Fix last change.
2336
2337 2005-11-17 John Paul Wallington <jpw@pobox.com>
2338
2339 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
2340 Use `posn-set-point' instead of `mouse-set-point' because the
2341 latter is not fbound when configured without X.
2342
2343 * comint.el (comint-insert-input): Likewise.
2344
2345 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
2346
2347 * simple.el (hard-newline): New variable.
2348 (sendmail-user-agent-compose, next-line): Use it.
2349
2350 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
2351 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
2352 (mail-mail-reply-to, mail-mail-followup-to)
2353 (mail-position-on-field, mail-signature, mail-yank-original)
2354 (mail-attach-file): Likewise.
2355
2356 * mail/mailheader.el (mail-header-format)
2357 (mail-header-format-function): Likewise.
2358
2359 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
2360
2361 2005-11-17 Juri Linkov <juri@jurta.org>
2362
2363 * font-lock.el (font-lock-faces): Rename this defgroup from
2364 `font-lock-highlighting-faces'.
2365 (font-lock-comment-face, font-lock-comment-delimiter-face)
2366 (font-lock-string-face, font-lock-doc-face)
2367 (font-lock-keyword-face, font-lock-builtin-face)
2368 (font-lock-function-name-face, font-lock-variable-name-face)
2369 (font-lock-type-face, font-lock-constant-face)
2370 (font-lock-warning-face, font-lock-negation-char-face)
2371 (font-lock-preprocessor-face)
2372 (font-lock-regexp-grouping-backslash)
2373 (font-lock-regexp-grouping-construct): Rename :group from
2374 `font-lock-highlighting-faces' to `font-lock-faces'.
2375
2376 * cus-edit.el (lisp, c, tex):
2377 * progmodes/ada-mode.el (ada):
2378 * progmodes/asm-mode.el (asm):
2379 * progmodes/cperl-mode.el (cperl-faces):
2380 * progmodes/cpp.el (cpp):
2381 * progmodes/dcl-mode.el (dcl):
2382 * progmodes/f90.el (f90):
2383 * progmodes/fortran.el (fortran):
2384 * progmodes/icon.el (icon):
2385 * progmodes/idlwave.el (idlwave-misc):
2386 * progmodes/m4-mode.el (m4):
2387 * progmodes/make-mode.el (makefile):
2388 * progmodes/meta-mode.el (meta-font):
2389 * progmodes/modula2.el (modula2):
2390 * progmodes/octave-mod.el (octave):
2391 * progmodes/pascal.el (pascal):
2392 * progmodes/perl-mode.el (perl):
2393 * progmodes/prolog.el (prolog):
2394 * progmodes/ps-mode.el (PostScript-edit):
2395 * progmodes/scheme.el (scheme):
2396 * progmodes/sh-script.el (sh-script):
2397 * progmodes/simula.el (simula):
2398 * progmodes/tcl.el (tcl):
2399 * textmodes/nroff-mode.el (nroff):
2400 * textmodes/reftex-vars.el (reftex-fontification-configurations):
2401 * textmodes/sgml-mode.el (sgml):
2402 * textmodes/texinfo.el (texinfo):
2403 Add :link (custom-group-link font-lock-faces) to defgroup.
2404
2405 * hi-lock.el (hi-lock): Rename this defgroup from
2406 `hi-lock-interactive-text-highlighting'. Change parent group from
2407 `faces' to `font-lock'. Add link to the manual.
2408 (hi-lock-mode, hi-lock-file-patterns-range)
2409 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
2410 `hi-lock-interactive-text-highlighting' to `hi-lock'.
2411 (hi-lock-faces): Add :group `faces'.
2412
2413 * cus-edit.el (custom-variable-prompt): Clarify the code.
2414
2415 * faces.el (face-read-string): Set the default value arg of
2416 completing-read.
2417
2418 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
2419
2420 * rfn-eshadow.el (file-name-shadow-properties)
2421 (file-name-shadow-tty-properties, file-name-shadow-mode):
2422 Remove autoloads, because the file is now preloaded.
2423
2424 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
2425
2426 * printing.el (easy-menu-intern): Don't define.
2427 (pr-get-symbol): Use easy-menu-intern only if defined.
2428
2429 * simple.el (blink-matching-open): Simplify a bit.
2430 (completion-setup-function): Fix the case of partial-completion-mode
2431 when the minibuffer's contents start with "-".
2432 Obey completion-base-size-function even when
2433 minibuffer-completing-file-name is non-nil.
2434
2435 2005-11-16 Richard M. Stallman <rms@gnu.org>
2436
2437 * net/eudcb-ph.el (eudc-ph-open-session):
2438 Use set-process-query-on-exit-flag.
2439
2440 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
2441
2442 * international/ucs-tables.el (ucs-set-table-for-input):
2443 Use make-local-variable, not make-variable-buffer-local.
2444
2445 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
2446 Improve warning message text.
2447
2448 * savehist.el (savehist-save-hook): Add :group.
2449
2450 * menu-bar.el (menu-bar-help-menu):
2451 Rename Find Extra Packages to External Packages.
2452
2453 * cus-edit.el (Custom-reset-standard): Verify that
2454 :custom-standard-value prop exists before calling it.
2455
2456 * apropos.el (apropos-calc-scores): Use apropos-pattern.
2457
2458 2005-11-16 Martin Rudalics <rudalics@gmx.at> (tiny change)
2459
2460 * wid-edit.el (color): Enclose %t in %{...%}.
2461
2462 * cus-edit.el (face): Enclose %t in %{...%}.
2463
2464 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
2465
2466 * savehist.el (savehist-mode-hook): Re-add the var.
2467 (savehist-mode): Use it.
2468
2469 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
2470
2471 * textmodes/flyspell.el: Fix commenting convention.
2472 Remove unnecessary leading * in custom docstrings.
2473 (flyspell-emacs): Remove unused var.
2474 (flyspell-delete-region-overlays): Use remove-overlays.
2475 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
2476 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
2477 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
2478 (flyspell-debug-signal-word-checked): Use with-current-buffer.
2479 (make-flyspell-overlay): Don't locally reuse a global name.
2480 (flyspell-highlight-incorrect-region)
2481 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
2482 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
2483 (flyspell-notify-misspell): Remove unused args `start' and `end'.
2484 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
2485 Wrap calls to accept-process-output inside with-local-quit since it's
2486 often called from a post-command-hook.
2487 (flyspell-correct-word, flyspell-auto-correct-word):
2488 Use ispell-send-string.
2489 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
2490
2491 * calendar/diary-lib.el (diary-list-entries): Also hide the
2492 terminating newline.
2493
2494 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
2495
2496 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
2497 window-system, to allow fonts on tty.
2498
2499 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
2500
2501 * progmodes/gud.el (gud-speedbar-item-info): New function.
2502 (gud-install-speedbar-variables): Use it to display data type
2503 of watch expression as a tooltip in speedbar.
2504
2505 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
2506
2507 * font-core.el (global-font-lock-mode): Add :version keyword,
2508 because default was changed.
2509
2510 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
2511
2512 * startup.el (command-line): Use `custom-reevaluate-setting' for
2513 `file-name-shadow-mode'.
2514
2515 * loadup.el: Preload rfn-eshadow.
2516
2517 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
2518 Add :version keyword.
2519 (file-name-shadow-properties, file-name-shadow-tty-properties)
2520 (file-name-shadow): Add :version keyword.
2521
2522 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
2523 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
2524 in the custom-group property of the symbol frames and the fringe
2525 group got no link to its parent group frames.
2526 Doc fix.
2527
2528 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
2529
2530 * progmodes/gud.el (gud-stop-subjob): New function.
2531 (gud-menu-map, gud-tool-bar-map): Use it.
2532
2533 2005-11-16 Kim F. Storm <storm@cua.dk>
2534
2535 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
2536 than kill it.
2537 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
2538 to a more useful/logical place.
2539
2540 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
2541
2542 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
2543 go buttons complementary.
2544
2545 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
2546
2547 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
2548 (rfn-eshadow-sifn-equal): New function.
2549 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
2550
2551 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
2552
2553 * viper-utils (viper-non-word-characters-reformed-vi): Quote `-' in
2554 string.
2555
2556 * viper.el (viper-emacs-state-mode-list): Ensure that
2557 rcirc-mode buffers come up in Emacs state.
2558
2559 * ediff-util (ediff-make-temp-file): Use proper file-name-handler
2560 operation.
2561
2562 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
2563
2564 * term.el (term-termcap-format): Fix typos.
2565 (term-down): Fix the negative argument case.
2566
2567 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
2568
2569 * progmodes/gdb-ui.el: Remove face-alias left over from change on
2570 2005-08-15.
2571 (gdb-ann3): New command gud-go.
2572 (menu): Accomodate gdb-mi.el.
2573 (gdb-assembler-custom): Make buffer of selected window current
2574 so that set-window-point works.
2575
2576 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
2577 buttons and include new ones.
2578
2579 2005-11-16 Kim F. Storm <storm@cua.dk>
2580
2581 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
2582 (gud-menu-map): Use it.
2583
2584 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
2585
2586 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
2587 that works correctly for Custom and that does not override a user
2588 who disables it.
2589
2590 * help-mode.el (help-make-xrefs, help-xref-on-pp)
2591 (help-xref-interned, help-follow): Make hyperlinks for variables
2592 that are unbound, but have a non-nil variable-documentation property.
2593
2594 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
2595 mode hook. (It conflicted with defcustoms for some mode hooks.)
2596 Use the `variable-documentation' property to give the mode hook a
2597 docstring and expand that docstring.
2598
2599 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
2600
2601 * savehist.el (savehist-mode): Don't bother with
2602 `custom-set-minor-mode'.
2603 (savehist-coding-system): Check XEmacs version.
2604 (history-length): Declare also at run time.
2605 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
2606 Don't set the customize state.
2607 (savehist-minibuffer-hook): Special case for when
2608 minibuffer-history-variable is equal to t.
2609
2610 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
2611
2612 * files.el (write-file): Refresh VC status.
2613
2614 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
2615 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
2616 than fundamental-mode to see if the mode was set.
2617
2618 2005-11-14 Romain Francoise <romain@orebokech.com>
2619
2620 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
2621 dummy function in `eval-when-compile' to avoid compiler warning.
2622 Require `man' at compile time.
2623
2624 2005-11-14 Jay Belanger <belanger@truman.edu>
2625
2626 * calc-alg.el (calcFunc-write-out-power): Rename it to
2627 calcFunc-powerexpand.
2628 (math-write-out-power): Rename it to math-powerexpand; have it
2629 handle negative exponents.
2630 (calc-writeoutpower): Rename it to calc-powerexpand.
2631
2632 * calc-ext.el: Change calcFunc-writeoutpower and
2633 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
2634 autoloads.
2635 Add calcFunc-ldiv to autoloads.
2636
2637 * calc-arith.el (calcFunc-ldiv): New function.
2638
2639 * calc.el (calc-left-divide): New function.
2640
2641 2005-11-14 Juri Linkov <juri@jurta.org>
2642
2643 * cus-edit.el (custom-variable-prompt): Set the default value arg
2644 of completing-read.
2645
2646 * cus-dep.el (custom-make-dependencies): Reverse the list of
2647 found dependencies.
2648
2649 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
2650
2651 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
2652 Highlighting" entry, it is on by default now.
2653 (menu-bar-options-save): Do not save global-font-lock-mode.
2654
2655 2005-11-13 Richard M. Stallman <rms@gnu.org>
2656
2657 * textmodes/flyspell.el (flyspell-large-region):
2658 Call flyspell-accept-buffer-local-defs.
2659
2660 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
2661
2662 * textmodes/flyspell.el (flyspell-notify-misspell):
2663 Fix misspelling of "Misspelling".
2664 (flyspell-process-localwords): New function.
2665 (flyspell-large-region): Call flyspell-process-localwords and
2666 flyspell-delete-region-overlays.
2667 (flyspell-delete-region-overlays): New function.
2668 (flyspell-delete-all-overlays): Call that.
2669
2670 2005-11-13 Richard M. Stallman <rms@gnu.org>
2671
2672 * help.el (help-for-help-internal): Improve doc of C-h a.
2673 (describe-key): Improve prompt; doc fix.
2674
2675 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
2676
2677 * vc-svn.el (vc-svn-registered): Catch all errors.
2678
2679 * cus-dep.el (custom-make-dependencies): Typo.
2680
2681 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
2682
2683 * net/tramp-util.el (top): Fix compilation warning.
2684
2685 2005-11-13 Kim F. Storm <storm@cua.dk>
2686
2687 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
2688
2689 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
2690
2691 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
2692 (gud-speedbar-buttons): Match on "const char *" too.
2693
2694 * progmodes/gdb-ui.el (gdb-var-create-handler)
2695 (gdb-var-list-children-handler): Match on "const char *" too.
2696 (gdb-var-evaluate-expression-handler): Match on empty string.
2697 (gdb-var-update-handler): Only call
2698 gdb-var-evaluate-expression-handler when required.
2699
2700 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
2701
2702 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
2703 selected window. This still doesn't work for speedbar.
2704 (gud-speedbar-buttons): Handle string expressions properly.
2705
2706 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
2707 (gdb-var-create-handler): Handle string expressions properly.
2708 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
2709 Handle string expressions properly. Move "type" field into regexp.
2710
2711 2005-11-12 Karl Fogel <kfogel@red-bean.com>
2712
2713 * bookmark.el (bookmark-maybe-message): New function to reduce
2714 code duplication: invokes `message' iff baud-rate is high enough.
2715 (bookmark-write-file): Use above instead of an inline conditional.
2716 (bookmark-load): Same.
2717
2718 2005-11-12 Karl Fogel <kfogel@red-bean.com>
2719
2720 * bookmark.el (bookmark-write-file): Don't visit the destination
2721 file, just write the data to it using write-region. This is
2722 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
2723 change to avoid visiting the file in the first place.
2724
2725 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
2726
2727 * hi-lock.el (hi-lock-mode): Set the default value of
2728 font-lock-defaults.
2729
2730 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
2731
2732 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
2733 arg to `file-attributes'.
2734 (find-lisp-format): The UID and GID can now be strings.
2735
2736 2005-11-12 Kim F. Storm <storm@cua.dk>
2737
2738 * help.el (help-map): Bind C-h d to apropos-documentation.
2739
2740 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
2741 when point is at end-of-buffer.
2742
2743 * apropos.el (apropos-match-face): Doc fix.
2744 (apropos-sort-by-scores): Add new choice `verbose'.
2745 (apropos-documentation-sort-by-scores): New defcustom.
2746 (apropos-pattern): Now contains the pattern entered by the user.
2747 (apropos-pattern-quoted): New defvar.
2748 (apropos-regexp): New defvar, containing the regexp corresponding
2749 to apropos-pattern.
2750 (apropos-all-words-regexp): Rename from apropos-all-regexp.
2751 (apropos-read-pattern): New defun. Use it to read pattern arg in
2752 interactive calls; returns list of words for a word list, and
2753 string for a regexp.
2754 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
2755 parses a list of words or regexp as returned by apropos-read-pattern.
2756 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
2757 (apropos-score-doc): Return a very high score if the string
2758 entered by the user matches literally.
2759 (apropos-variable): Doc fix. Use apropos-read-pattern.
2760 (apropos-command): Doc fix. Use apropos-read-pattern and
2761 apropos-parse-pattern. Call apropos-print with nosubst=t.
2762 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
2763 apropos-parse-pattern.
2764 (apropos-documentation): Doc fix. Use apropos-read-pattern and
2765 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
2766 apropos-documentation-sort-by-scores. Call apropos-print with
2767 nosubst=t.
2768 (apropos-documentation-internal): Pass doc string through
2769 substitute-key-definition before adding text properties.
2770 Highlight substring matching literal user input if possible.
2771 (apropos-documentation-check-doc-file): Remove locals beg and end.
2772 Fix calculation of score (as added twice). Pass doc string through
2773 substitute-key-definition before adding text properties.
2774 (apropos-documentation-check-elc-file): Pass doc string through
2775 substitute-key-definition before adding text properties.
2776 Highlight substring matching literal user input if possible.
2777 (apropos-print): Add new arg NOSUBST; if set, command and variable
2778 doc strings have already been passed through substitute-key-definition.
2779 Add code to handle apropos-accumulator items without score element
2780 for backwards compatibility (e.g. with woman package).
2781 Only show scores if apropos-sort-by-scores is `verbose'.
2782
2783 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
2784
2785 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
2786 Add jka-compr-load-suffixes to load-suffixes.
2787
2788 * jka-compr.el: Require 'jka-cmpr-hook.
2789 (jka-compr-info-compress-message, jka-compr-info-compress-program)
2790 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
2791 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
2792 (jka-compr-info-can-append, jka-compr-info-strip-extension)
2793 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
2794 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
2795 (jka-compr-uninstall): Remove entries from
2796 jka-compr-added-to-file-coding-system-alist after they are used.
2797 (jka-compr-error): Remove unused var `curbuf'.
2798 (jka-compr-file-local-copy): Remove unused var `notfound'.
2799
2800 2005-11-10 Romain Francoise <romain@orebokech.com>
2801
2802 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
2803
2804 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
2805
2806 * progmodes/gud.el (gud-menu-map): Move parentheses.
2807 (gdb): New command gud-pv.
2808
2809 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
2810
2811 * tar-mode.el: Remove spurious or unnecessary leading stars
2812 in docstrings.
2813 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
2814 (tar-parse-octal-integer-safe): Use mapc.
2815 (tar-header-block-summarize): Remove unused var `ck'.
2816 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
2817 cleared before. Obey default-enable-multibyte-characters.
2818 Use mapconcat. Simplify setting of tar-header-offset.
2819 (tar-mode-map): Move initialization inside delcaration.
2820 (tar-flag-deleted): Use `abs'.
2821 (tar-expunge-internal): Remove unused var `line'.
2822 (tar-expunge-internal): Don't hardcode point-min==1.
2823 (tar-expunge): Widen while doing set-buffer-multibyte.
2824 (tar-rename-entry): Use file-name-coding-system.
2825 (tar-alter-one-field): Don't hardcode point-min==1.
2826 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
2827 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
2828
2829 2005-11-10 Masatake YAMATO <jet@gyve.org>
2830
2831 * add-log.el (add-log-current-defun): Handle class::method
2832 notation of c++. Fix incorrect comment.
2833
2834 2005-11-10 Alan Mackenzie <acm@muc.de>
2835
2836 * help-fns.el (describe-variable): Make C-h v work when a variable
2837 has variable documentation yet is unbound.
2838
2839 2005-11-10 Masatake YAMATO <jet@gyve.org>
2840
2841 * man.el (Man-highlight-references): Set an empty
2842 string to `Man-arguments' if it is nil.
2843 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
2844
2845 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
2846
2847 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
2848 commenting conventions.
2849
2850 * cus-dep.el (custom-make-dependencies): Simplify.
2851 Better follow the commenting conventions.
2852
2853 2005-11-09 Richard M. Stallman <rms@gnu.org>
2854
2855 * apropos.el (apropos-pattern): Rename from apropos-regexp.
2856 (apropos-orig-pattern): Rename from apropos-orig-regexp.
2857 All uses changed.
2858 (apropos-rewrite-regexp): Doc fix.
2859 (apropos-variable, apropos-command, apropos, apropos-value):
2860 Change prompt; carry through the argument renaming.
2861
2862 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
2863
2864 * find-lisp.el: Require dired.
2865 (find-lisp-find-dired-internal): Do not call
2866 `abbreviate-file-name' on DIR.
2867
2868 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
2869
2870 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
2871
2872 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
2873
2874 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
2875 when using the speedbar.
2876 (gdb): New command gud-pp.
2877 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
2878
2879 2005-11-09 Juri Linkov <juri@jurta.org>
2880
2881 * replace.el (occur-excluded-properties): New defcustom.
2882 (occur-1, occur-engine, occur-accumulate-lines): Use it.
2883
2884 2005-11-08 Jay Belanger <belanger@truman.edu>
2885
2886 * calc/calc-units.el (math-convert-units): Replace any composite
2887 unit by its definition.
2888
2889 2005-11-08 Lars Hansen <larsh@soem.dk>
2890
2891 * emacs-lisp/autoload.el (update-directory-autoloads):
2892 Add obsolete function alias.
2893
2894 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
2895
2896 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
2897 comment-indent-function.
2898 (lisp-comment-indent): Replace by an alias for comment-indent-default.
2899
2900 * reveal.el (reveal-post-command): Rework the handling of
2901 reveal-open-spots, so as to be more reliable. There were several
2902 tricky corner cases where an open spot might be lost, or where
2903 a closed spot might end up on the list of open spots.
2904 Only reveal text that's ellipsised.
2905
2906 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
2907
2908 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
2909
2910 2005-11-07 John Paul Wallington <jpw@gnu.org>
2911
2912 * ibuffer.el (ibuffer): Search iconified frames too when
2913 getting Ibuffer buffer's window.
2914
2915 2005-11-06 Richard M. Stallman <rms@gnu.org>
2916
2917 * progmodes/compile.el (compilation-internal-error-properties):
2918 save-excursion around the computation of MARKER.
2919
2920 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
2921
2922 * textmodes/flyspell.el (flyspell-external-point-words):
2923 flyspell-get-word returns a list, not just a string.
2924
2925 2005-11-06 John Paul Wallington <jpw@pobox.com>
2926
2927 * ibuffer.el (ibuffer): Search all visible frames when getting
2928 Ibuffer buffer's window.
2929
2930 2005-11-07 Masatake YAMATO <jet@gyve.org>
2931
2932 * man.el (Man-reference-regexp): Accept spaces between
2933 `Man-name-regexp' and `Man-section-regexp'.
2934 (Man-apropos-regexp): New variable.
2935 (Man-abstract-xref-man-page): Use value for `Man-target-string'
2936 if available.
2937 (Man-highlight-references, Man-highlight-references0):
2938 Handle the case when `Man-arguments' includes "-k".
2939 (Man-highlight-references0): Rename the argument `TARGET-POS' to
2940 `TARGET'. `TARGET' can be a number, function or nil.
2941
2942 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
2943
2944 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
2945 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
2946 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
2947 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
2948 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
2949 (gdb-send-item): Use buffer-local-value and simplify.
2950
2951 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
2952
2953 * startup.el (command-line): Use `custom-reevaluate-setting' for
2954 `global-font-lock-mode'.
2955
2956 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
2957 by default, except in batch mode or when the -D option is given.
2958
2959 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
2960 specified keyword args on to `define-minor-mode'. Update docstring.
2961
2962 2005-11-05 Romain Francoise <romain@orebokech.com>
2963
2964 * replace.el (occur-engine): Add marker at end of line, too.
2965
2966 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
2967
2968 * font-lock.el: Don't deal with font-lock-face-attributes here,
2969 move the code ...
2970
2971 * startup.el (command-line): ... here. Use face-spec-set instead
2972 of custom-declare-face.
2973
2974 * faces.el (face-spec-set): Reset the face if spec is not nil.
2975
2976 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
2977
2978 * newcomment.el (comment-region-internal): Box more tightly in the
2979 common case where there's no TAB in the boxed text.
2980
2981 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2982
2983 * info.el (info-tool-bar-map): Use images prev-node, next-node and
2984 up-node.
2985
2986 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
2987
2988 * newsticker.el: Commentary updated. Code formatting changed.
2989 (newsticker-version): Change to "1.9".
2990 (newsticker, newsticker-feed): Doc fix.
2991 (newsticker-url-list): Doc fix. Add option "Weekly".
2992 (newsticker-retrieval-interval): Add option "Weekly".
2993 (newsticker-headline-processing): Doc fix.
2994 (newsticker-auto-mark-filter): Remove.
2995 (newsticker-auto-mark-filter-list): New.
2996 (newsticker-layout, newsticker-sort-method): Doc fix.
2997 (newsticker-hide-old-items-in-newsticker-buffer)
2998 (newsticker-heading-format, newsticker-item-format)
2999 (newsticker-desc-format): Doc fix.
3000 (newsticker-show-all-rss-elements): Remove.
3001 (newsticker-show-all-news-elements): New.
3002 (newsticker-faces, newsticker-ticker): Doc fix.
3003 (remove-from-invisibility-spec): Code formatting.
3004 (newsticker--process-ids): New.
3005 (newsticker-mode): Doc fix.
3006 (newsticker-mode): Change mode-line-format.
3007 (newsticker-start): Remove debug output.
3008 (newsticker-start-ticker): Doc fix. Add Autoload cookie.
3009 (newsticker-w3m-show-inline-images): Code formatting.
3010 (newsticker-next-item): Call `force-mode-line-update'.
3011 (newsticker-previous-item): Call `force-mode-line-update'.
3012 (newsticker-next-feed): Call `force-mode-line-update'.
3013 (newsticker-previous-feed): Call `force-mode-line-update'.
3014 (newsticker-mark-all-items-at-point-as-read): Code formatting.
3015 (newsticker-show-old-items): Do not show descs.
3016 (newsticker-hide-entry): Hide too much.
3017 (newsticker-hide-entry, newsticker-show-entry)
3018 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
3019 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
3020 (newsticker-toggle-auto-narrow-to-item): Code formatting.
3021 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
3022 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
3023 (newsticker-get-news): Call `force-mode-line-update'.
3024 Collect process ids.
3025 (newsticker--sentinel): Change coding system handling.
3026 Move image retrieval to new functions newsticker--get-logo-url-*.
3027 Move feed parsing to new functions newsticker--parse-*.
3028 Update list of process ids.
3029 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
3030 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
3031 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
3032 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
3033 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
3034 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
3035 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
3036 (newsticker--decode-coding-string): Remove.
3037 (newsticker--decode-numeric-entities): Check input. Format code.
3038 (newsticker--remove-whitespace): Check input.
3039 (newsticker--do-forget-preformatted): Doc fix.
3040 (newsticker--decode-rfc822-date): Allow for missing time.
3041 (newsticker--update-process-ids): New.
3042 (newsticker--image-sentinel): Change comment.
3043 (newsticker--image-read): Change error message.
3044 (newsticker--imenu-goto): Doc fix. Show headline title.
3045 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
3046 (newsticker--buffer-do-insert-text): Clean whitespace in
3047 html-rendered headline title. Code formatting.
3048 Call `newsticker--buffer-print-extra-elements'.
3049 (newsticker--buffer-print-extra-element): Remove.
3050 (newsticker--buffer-print-extra-elements): New.
3051 (newsticker--buffer-do-print-extra-element): New.
3052 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
3053 large sizes.
3054 (newsticker--run-auto-mark-filter)
3055 (newsticker--do-run-auto-mark-filter):
3056 Use `newsticker-auto-mark-filter-list'.
3057
3058 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
3059
3060 * net/rcirc.el: Use split-string OMIT-NULLS argument.
3061 (rcirc-print): Force redisplay before running hooks. Do long
3062 buffer truncation after making new text read-only. Deal with nil
3063 text when decoding strings. If TARGET is nil, use either the
3064 currently selected buffer, if it is an rcirc buffer and of the
3065 same process or the process buffer.
3066 (rcirc-mode): Remove header-line. Recompute short buffer names.
3067 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
3068 (rcirc-short-buffer-name): Add variable.
3069 (rcirc-kill-buffer-hook): Recompute short buffer names.
3070 Remove nick from private channel.
3071 (rcirc-send-input): Send command text to current-buffer.
3072 Don't clear overlay arrow here.
3073 (rcirc-short-buffer-name): Return a short buffer name.
3074 (rcirc-update-short-buffer-names, rcirc-abbreviate)
3075 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
3076 buffer-name abbreviations.
3077 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
3078 Do not touch nick-table when killing a parted channel.
3079 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
3080 Clear arrow from current buffer if it is now hidden.
3081 (rcirc-current-buffer): Add variable.
3082 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
3083 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
3084 Remove -face from names.
3085 (rcirc-update-activity-string): Print "DND" when globally ignoring
3086 activity.
3087 (rcirc-ignore-buffer-activity-flag): Rename from
3088 rcirc-ignore-channel-activity.
3089 (rcirc-ignore-all-activity-flag): Doc fix.
3090 (rcirc-channels): Remove variable.
3091 (rcirc-kill-buffer-hook):
3092 (rcirc-get-buffer-create): Add nick to private channel.
3093 (rcirc-multiline-edit-submit): Remove tabs.
3094 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
3095 folded.
3096 (rcirc-remove-nick-channel): Bug fix.
3097 (rcirc-toggle-ignore-buffer-activity): Rename from
3098 rcirc-toggle-ignore-channel-activity.
3099 (rcirc-record-activity): Add buffers to the front of the list.
3100 (rcirc-update-activity): Remove killed buffers from list.
3101 (rcirc-process-server-response-1): Remove last argument if it is
3102 null before calling handler.
3103 (rcirc): Add "rcirc" defcustom prefix.
3104 (rcirc-prompt): Simplify default prompt.
3105 Use custom-initialize-default.
3106 (rcirc-private-chats): Remove variable.
3107 (rcirc-prompt): Change initialization.
3108 (rcirc-version): Remove function.
3109 (rcirc-id-string): Add constant.
3110 (rcirc-last-buffer): Remove variable.
3111 (rcirc-buffer-alist): Add variable.
3112 (rcirc-connect): Update variable setup.
3113 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
3114 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
3115 default.
3116 (rcirc-handler-generic): Trigger activity.
3117 (rcirc-send-message): Create the buffor of the target.
3118 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
3119 (rcirc-get-buffer): Just return nil if there is no matching buffer.
3120 (rcirc-multiline-edit-cancel): Remove function.
3121 (rcirc-set-last-buffer): Remove function.
3122 (rcirc-get-any-buffer): Add function.
3123 (rcirc-join-channels): Don't print /join text.
3124 (rcirc-toggle-ignore-channel-activity): Add and update echo area
3125 messages.
3126 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
3127 (rcirc-handler-NOTICE): Recognize CTCP responses.
3128 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
3129 constructing TOPIC string for buffers we are not JOINed.
3130 (rcirc-handler-CTCP-response): Add handler.
3131 (rcirc-multiline-edit-submit): Restore the window-configuration
3132 before adjusting point.
3133 (rcirc): Add customization group.
3134 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
3135 (rcirc-user-full-name, rcirc-startup-channels-alist)
3136 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
3137 (rcirc-ignore-all-activity-flag, rcirc-time-format)
3138 (rcirc-input-ring-size, rcirc-read-only-flag)
3139 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
3140 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
3141 Change defvar to defcustom.
3142 (rcirc-update-prompt): Add optional ALL arg, which will update
3143 prompts in all rcirc buffers. Regexp quote replacement text.
3144 (rcirc-fill-column): Accept 'frame-width as a value.
3145 (rcirc-set-changed): Add function.
3146 (rcirc-next-active-buffer): Write more meaningful messages.
3147 (rcirc-faces): Add customization group.
3148 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
3149 (rcirc-nick-in-message-face, rcirc-prompt-face)
3150 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
3151 (with-rcirc-process-buffer): Move before first usage.
3152 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
3153 (rcirc-debug-flag): Rename from `rcirc-log-p'.
3154 (rcirc-debug): Rename from `rcirc-log'.
3155 (rcirc-format-response-string): Do not print '-' chars for a
3156 NOTICE with no sender. Simplify output of server responses.
3157
3158 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
3159
3160 (rcirc-browse-url-map, rcirc-browse-url-at-point)
3161 (rcirc-browse-url-at-mouse, rcirc-mangle-text): Make urls
3162 mouse and RET clickable.
3163
3164 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
3165
3166 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
3167
3168 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
3169
3170 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
3171 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
3172 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
3173 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional 'passphrase'
3174 argument to all these routines, so the passphrase can be managed
3175 externally and passed in to the system.
3176 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
3177 pgg-add-passphrase-to-cache function.
3178
3179 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
3180 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
3181 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
3182 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional 'passphrase'
3183 argument to all these routines, so the passphrase can be managed
3184 externally and passed in to the system.
3185 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
3186 function.
3187
3188 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
3189
3190 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
3191 from goto-address-url-regexp.
3192
3193 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
3194
3195 * textmodes/org.el (org-read-date, org-goto-calendar)
3196 (org-recenter-calendar, org-agenda-goto-calendar):
3197 Temporarily clear 'calendar-move-hook'.
3198
3199 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
3200
3201 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
3202 merging.
3203
3204 * ediff-util.el (ediff-previous-difference): Don't skip regions that
3205 have merge clashes.
3206
3207 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3208
3209 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
3210 Undo previous change.
3211
3212 * startup.el (command-line): Use `custom-reevaluate-setting' for
3213 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
3214 tty-register-default-colors on Mac.
3215
3216 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
3217
3218 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
3219 (gdb-buffer-type): Make it automatically buffer local...
3220 (gdb-get-create-buffer): ...and set it accordingly.
3221 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
3222 actually work.
3223
3224 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
3225
3226 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
3227 not red.
3228
3229 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
3230
3231 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
3232 case GUD buffer is not visible.
3233 (gdb-goto-breakpoint): Try to force display in source buffer.
3234 (gdb-frame-gdb-buffer): Copy other similar functions.
3235 (gdb-restore-windows): Don't display source if not asked for.
3236 (gdb-assembler-buffer-name): Don't capitalise.
3237
3238 2005-11-03 Richard M. Stallman <rms@gnu.org>
3239
3240 * wid-edit.el (key-sequence): New widget type.
3241
3242 * simple.el (set-mark-command-repeat-pop): New variable.
3243 (set-mark-command): Only interpret plan C-@ after a pop as a pop
3244 if set-mark-command-repeat-pop is true.
3245
3246 * info.el (Info-fontify-node): Don't display extra "see" if there
3247 already is one here.
3248
3249 * mouse.el: Fix special handling of DEL after dragging a region:
3250 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
3251 (mouse-region-delete-keys): Add [backspace].
3252
3253 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
3254
3255 * textmodes/ispell.el (ispell-command-loop): Change `i' description
3256 not to assume it pertains to an affix.
3257
3258 * textmodes/flyspell.el (flyspell-post-command-hook):
3259 Bind deactivate-mark to prevent deactivation.
3260
3261 2005-11-03 Lars Hansen <larsh@soem.dk>
3262
3263 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
3264 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
3265 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
3266
3267 2005-11-03 Romain Francoise <romain@orebokech.com>
3268
3269 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
3270 Update copyright years.
3271
3272 2005-11-03 Sam Steingold <sds@gnu.org>
3273
3274 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
3275 Use system-type instead of window-system because window-system is not
3276 correctly defined during loadup.
3277
3278 2005-11-02 Mark A. Hershberger <mah@everybody.org>
3279
3280 * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
3281 (xml-parse-tag): Join strings separated by a comment properly.
3282
3283 2005-11-02 Andreas Schwab <schwab@suse.de>
3284
3285 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
3286
3287 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
3288
3289 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
3290 (byte-optimize-pure-func): Quote the eval'd value.
3291
3292 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
3293 Rename from perl-font-lock-syntactic-face-function.
3294 Change the calling convention so it can be used as a font-lock MATCHER.
3295 Do the parse-partial-sexp loop outselves.
3296 (perl-font-lock-syntactic-keywords): Use it.
3297 (perl-mode): Don't set font-lock-syntactic-face-function any more.
3298
3299 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
3300
3301 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
3302 disassembly buffer too.
3303 (gdb-exited): Remove overlay arrows when execution has finished.
3304 (gdb-info-frames-custom, gdb-info-threads-custom)
3305 (gdb-info-registers-custom): Don't add inappropriate text
3306 properties if inferior is not active.
3307
3308 2005-11-02 Glenn Morris <rgm@gnu.org>
3309
3310 * progmodes/fortran.el (fortran-blink-match):
3311 Use `blink-matching-delay'.
3312
3313 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
3314
3315 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
3316
3317 2005-11-02 Lars Hansen <larsh@soem.dk>
3318
3319 * net/tramp.el (tramp-action-out-of-band): Handle scp message
3320 "Permission denied".
3321
3322 2005-11-01 Richard M. Stallman <rms@gnu.org>
3323
3324 * textmodes/flyspell.el (flyspell-external-point-words):
3325 Pass nil to flyspell-get-word.
3326
3327 2005-11-02 Kim F. Storm <storm@cua.dk>
3328
3329 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
3330 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
3331
3332 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
3333
3334 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
3335 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
3336 (calendar-mouse-print-dates): Add optional `event' argument.
3337 Update interactive-spec.
3338 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
3339 Use `calendar-event-to-date' instead of `event'.
3340
3341 2005-11-02 Masatake YAMATO <jet@gyve.org>
3342
3343 * progmodes/ld-script.el (ld-script-builtins):
3344 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
3345 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
3346 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
3347
3348 2005-11-01 Romain Francoise <romain@orebokech.com>
3349
3350 * vc-sccs.el: Update copyright year.
3351 * ezimage.el: Likewise.
3352
3353 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
3354
3355 * info.el (Info-fontify-node): Use `string-width' for fontifying
3356 underlined titles.
3357
3358 2005-11-01 Juri Linkov <juri@jurta.org>
3359
3360 * info.el (Info-fontify-node): Downcase node header keywords Node,
3361 Prev, Next, Up before comparison.
3362 (Info-history): Insert absolute directory name, and put invisible
3363 property on it.
3364
3365 2005-11-01 Juri Linkov <juri@jurta.org>
3366
3367 * info.el (Info-file-supports-index-cookies): New variable.
3368 (Info-find-node-2): Check makeinfo version for index cookie support.
3369 (Info-index-nodes): Search for nodes with index cookies only when
3370 Info-file-supports-index-cookies is t. Otherwise, search nodes
3371 with "Index" in the node name.
3372 (Info-index-node): Search index cookie in the current node only when
3373 Info-file-supports-index-cookies is t. Otherwise, check the word
3374 "Index" in the node name.
3375 (Info-find-emacs-command-nodes): Remove code that searches nodes
3376 with "Index" node name in the top menu.
3377
3378 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
3379
3380 * progmodes/scheme.el (scheme-mode-variables): Use the default
3381 comment-indent-function.
3382
3383 * faces.el (face-attribute): Handle the case where a face inherits from
3384 a non-existent face.
3385
3386 * simple.el (eval-expression-print-format): Use lisp-readable syntax
3387 for octal and hexa output, and merge the char into the paren.
3388 (kill-new): Use push.
3389 (copy-to-buffer): Use with-current-buffer.
3390 (completion-setup-function): Move code in loop to remove redundancy.
3391 (minibuffer-local-must-match-map): Don't add bindings that duplicate
3392 those inherited from minibuffer-local-completion-map.
3393
3394 * savehist.el (savehist-mode) <defcustom>:
3395 Use custom-set-minor-mode if available.
3396 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
3397 and emit a message if applicable.
3398
3399 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
3400
3401 * savehist.el: Sync up to version 19.
3402 (savehist-mode): New minor mode.
3403 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
3404 (savehist-length): Remove (use history-length instead).
3405 (savehist-file-modes): Rename from savehist-modes.
3406 (savehist-save-hook, savehist-loaded): New vars.
3407 (savehist-load): Use savehist-mode. Try to smooth up transition from
3408 old format to new format.
3409 (savehist-install): Allow savehist-autosave-interval to be nil.
3410 (savehist-save): Run the new hook. Be more careful to only trim the
3411 history variables.
3412 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
3413 (savehist-printable): Print into a buffer rather than char-by-char.
3414
3415 2005-11-01 John Wiegley <johnw@newartisans.com>
3416
3417 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
3418 toggle-ignore keybinding (C-a). The author said it had been
3419 disabled much earlier due to a possible incompatibility, but after
3420 many months of usage I have encountered no problems (and it is a
3421 rather useful option, especially for switching to " *temp*").
3422
3423 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
3424 support for OS/X's AddressBook, by calling out to the open source
3425 program "contacts" (installable through Fink).
3426
3427 * net/eudc.el (eudc-expand-inline): If the
3428 `eudc-multiple-match-handling-method' is set to `all', delete the
3429 query string before inserting the query result.
3430
3431 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
3432 flag, to prevent Eshell from using the system ls when
3433 `eshell-ls-insert-directory' is in used.
3434 (eshell-ls-insert-directory): Disable font-lock in directory
3435 buffer so that Eshell's own fontification is seen. This broke
3436 recently due to changes in font-lock, so this goes back to version
3437 21 behavior.
3438
3439 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
3440
3441 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
3442 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
3443 (gdb-many-windows): Doc fix.
3444
3445 2005-10-31 Romain Francoise <romain@orebokech.com>
3446
3447 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
3448
3449 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
3450
3451 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
3452 that global-font-lock-mode can be enabled by default.
3453
3454 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
3455 (font-lock-add-keywords, font-lock-remove-keywords)
3456 (font-lock-fontify-buffer): Remove autoload cookies.
3457
3458 * jit-lock.el (jit-lock-register): Likewise.
3459
3460 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
3461
3462 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
3463
3464 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
3465 intact if there is no gud-comint-buffer.
3466
3467 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
3468
3469 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
3470 old prompt comint-prompt-read-only is t and GDB commands are
3471 issued from tool bar etc.
3472
3473 2005-10-31 Masatake YAMATO <jet@gyve.org>
3474
3475 * vc.el (vc-directory-exclusion-list): Add "{arch}".
3476
3477 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
3478
3479 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
3480 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
3481
3482 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
3483
3484 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
3485 starting at beginning of line. Fontification is messed up when
3486 `open-paren-in-column-0-is-defun-start' set to t.
3487 Reported by John Paul Wallington <jpw@pobox.com>.
3488
3489 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
3490
3491 * comint.el (comint-send-input): Call `comint-update-fence' when
3492 `comint-process-echoes' and `comint-prompt-read-only' are both
3493 non-nil, to avoid leftover read-only newline.
3494
3495 2005-10-30 Richard M. Stallman <rms@gnu.org>
3496
3497 * textmodes/flyspell.el (flyspell-external-point-words):
3498 Detect when WORD can't be checked properly because
3499 flyspell-get-word finds just part of it, and move on.
3500
3501 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
3502 boundarychar for Polish.
3503 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
3504 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
3505
3506 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
3507
3508 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
3509 (gdb-registers-font-lock-keywords): Delete.
3510 (gdb-registers-mode): Don't fontify.
3511 (gdb-info-registers-custom): Use text properties instead as, in
3512 future, changed register values will use font-lock-warning-face.
3513 (gdb-local-font-lock-keywords): Rename to...
3514 (gdb-locals-font-lock-keywords): ...for consistency.
3515
3516 2005-10-30 Andre Spiegel <spiegel@gnu.org>
3517
3518 * vc.el (vc-switch-backend): Better error message if the buffer is
3519 not visiting a file under version control.
3520
3521 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
3522
3523 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
3524
3525 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
3526 ~/.emacs.d/.emacs.
3527
3528 2005-10-29 Richard M. Stallman <rms@gnu.org>
3529
3530 * replace.el (occur-mode-mouse-goto): Always go to other window.
3531 (occur-mode-goto-occurrence): Always switch in same window.
3532
3533 * simple.el (undo): Display message at end, not at start.
3534
3535 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
3536 New arg REUSE-CELL.
3537 (cancel-timer-internal): New function.
3538 (timer-event-handler): Use cancel-timer-internal,
3539 and pass the cell it returns to timer-activate...
3540
3541 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
3542 (jit-lock-deferred-fontify, jit-lock-context-fontify)
3543 (jit-lock-after-change): Test memory-full.
3544
3545 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
3546
3547 * textmodes/conf-mode.el (conf-assignment-sign)
3548 (conf-assignment-regexp): Fix docstrings.
3549 (conf-mode-initialize): New function.
3550 (conf-mode): Remove optional args. Use delay-mode-hooks to
3551 recognize recursive calls.
3552 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
3553 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
3554 (conf-xdefaults-mode): Use define-derived-mode and
3555 conf-mode-initialize.
3556
3557 2005-10-29 Romain Francoise <romain@orebokech.com>
3558
3559 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
3560
3561 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
3562
3563 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
3564 part of the decoded armor to find the key-identifier.
3565 (pgg-gpg-lookup-key-owner): New function to return the
3566 human-readable identifier of a key owner.
3567 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
3568 key itself.
3569 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
3570 the key value) if we have a key and can match it against a secret
3571 key. Also, added a note pointing out fact that the prompt only
3572 indicates the first matching key.
3573
3574 * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
3575 pgg-decrypt-region.
3576 (pgg-pending-timers): A new hash for tracking the passphrase cache
3577 timers, so that new ones supercede old ones.
3578 (pgg-add-passphrase-to-cache): Rename from
3579 `pgg-add-passphrase-cache' to reduce confusion (all callers
3580 changed). Modified to cancel old timers when new ones are added.
3581 (pgg-remove-passphrase-from-cache): Rename from
3582 `pgg-remove-passphrase-cache' to reduce confusion (all callers
3583 changed). Modified to cancel old timers when their keys are
3584 removed from the cache.
3585 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
3586 XEmacs, an indirection to delete-itimer.
3587 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
3588 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
3589 users can only check cache without risk of prompting. Correct bug in
3590 notruncate behavior.
3591 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
3592 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
3593 Add informative docstrings.
3594 (pgg-decrypt): Convey provided passphrase in subordinate call to
3595 pgg-decrypt-region.
3596
3597 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
3598
3599 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
3600 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
3601 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
3602 'passphrase' argument, so the passphrase can be managed externally
3603 and then passed in to the system.
3604
3605 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
3606 (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
3607 so the passphrase cache can be used reliably with identifiers
3608 besides a pgp packet's key id.
3609
3610 * pgg-gpg.el (pgg-pgp-encrypt-region)
3611 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
3612 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
3613 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional 'passphrase'
3614 argument to all these routines, so the passphrase can be managed
3615 externally and passed in to the system.
3616
3617 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
3618 'notruncate' argument, so the passphrase cache can be used
3619 reliably with identifiers besides a pgp packet's key id.
3620
3621 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
3622
3623 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
3624 symmetric encryption.
3625 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
3626 encrypted session key.
3627 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
3628 message ask for the passphrase in a proper way.
3629
3630 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
3631 New user commands for symmetric encryption.
3632
3633 2005-10-28 Bill Wohler <wohler@newt.com>
3634
3635 * help-mode.el (help-url): New button type. Calls browse-url.
3636 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
3637 Similar to Info nodes: URL `url'.
3638 (help-make-xrefs): Create help-url buttons for
3639 help-xref-url-regexp matches.
3640
3641 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
3642
3643 * tool-bar.el (tool-bar-add-item-from-menu)
3644 (tool-bar-local-item-from-menu): Fix doc strings.
3645
3646 2005-10-28 Romain Francoise <romain@orebokech.com>
3647
3648 * ldefs-boot.el: Update.
3649
3650 * subr.el (locate-library): Move from help-fns.el.
3651 * help-fns.el (locate-library): Move to subr.el.
3652
3653 2005-10-28 Richard M. Stallman <rms@gnu.org>
3654
3655 * net/tramp.el (tramp-completion-mode): defvar moved up.
3656
3657 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
3658
3659 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
3660
3661 * files.el (find-file-noselect): Use %d to format large file size.
3662
3663 * bindings.el (mode-line-format): Add %e.
3664
3665 * loadup.el ("facemenu"): Load unconditionally.
3666 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
3667 ("x-dnd"): Load, when appropriate.
3668
3669 * startup.el (command-line): Call before-init-hook earlier.
3670 Warn about some bad characters in -u user name.
3671
3672 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
3673 (flyspell-external-point-words): Error if misspelled word is not found.
3674 Set flyspell-large-region-beg at end of word.
3675
3676 2005-10-28 Andreas Schwab <schwab@suse.de>
3677
3678 * view.el (View-revert-buffer-scroll-page-forward):
3679 Use view-page-size-default.
3680
3681 2005-10-28 Juri Linkov <juri@jurta.org>
3682
3683 * international/quail.el (quail-get-current-str): Translate last
3684 raw character for deterministic input methods.
3685
3686 2005-10-27 Jay Belanger <belanger@truman.edu>
3687
3688 * calc/calc-ext.el: Add functions to autoloads.
3689 (math-identity-matrix-p, math-ident-row-p): New functions.
3690
3691 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
3692 multiplication by an identity matrix; don't turn multiplication by
3693 an inverse matrix into division.
3694 (math-div-symbol-fancy): Replace division by matrices with
3695 multiplication by inverse.
3696
3697 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
3698
3699 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
3700 (calc-writeoutpower): New functions.
3701
3702 2005-10-27 Romain Francoise <romain@orebokech.com>
3703
3704 * replace.el (occur-engine): Include colon in mouse-face highlight.
3705
3706 * dired-x.el: Change Maintainer field.
3707
3708 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
3709
3710 * longlines.el (longlines-mode): Bind after-change-functions to
3711 nil during initial decoding and final encoding.
3712
3713 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
3714
3715 * term.el (term-emulate-terminal, term-handle-colors-array)
3716 (term-handle-ansi-escape): Specify the terminfo capabilities
3717 implemented.
3718
3719 2005-10-26 Richard M. Stallman <rms@gnu.org>
3720
3721 * info.el (Info-fontify-node): Fix detection of sentence-break
3722 before *Note.
3723
3724 2005-10-26 Romain Francoise <romain@orebokech.com>
3725
3726 * smerge-mode.el: Add `tools' to file keywords.
3727
3728 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
3729
3730 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
3731 when the fringe is not available.
3732
3733 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
3734 (def-gdb-auto-update-trigger): Simplify construction.
3735 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
3736 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
3737 defined explicitly.
3738 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
3739 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
3740 defined explicitly.
3741 (gdb-info-locals-custom): Remove as it's a no-op.
3742
3743 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
3744
3745 * longlines.el (longlines-mode): Remove narrowing before
3746 performing the initial decoding or final encoding.
3747
3748 2005-10-25 Romain Francoise <romain@orebokech.com>
3749
3750 * emacs-lisp/find-func.el (find-library-name): Also strip
3751 extension if library name ends in .el, to take advantage of
3752 `find-library-suffixes'.
3753
3754 2005-10-25 Richard M. Stallman <rms@gnu.org>
3755
3756 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
3757
3758 2005-10-25 Juri Linkov <juri@jurta.org>
3759
3760 * textmodes/texinfo.el (texinfo-mode): Change charset of one
3761 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
3762
3763 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
3764
3765 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
3766 (blackbox-redefine-key): Add argument `map'.
3767
3768 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
3769 regions when moving the jit-lock-context-unfontify-pos boundary.
3770
3771 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
3772
3773 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
3774
3775 2005-10-25 Masatake YAMATO <jet@gyve.org>
3776
3777 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
3778
3779 2005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
3780
3781 * play/blackbox.el (blackbox-redefine-key): New function.
3782 (blackbox-mode-map): Use it to remap existing bindings for cursor
3783 motion instead of binding literal keys.
3784
3785 2005-10-25 Glenn Morris <rgm@gnu.org>
3786
3787 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
3788 diary does not end in a newline. Do not assume a blank line at
3789 the start of the diary file.
3790
3791 2005-10-25 Kenichi Handa <handa@m17n.org>
3792
3793 * international/quail.el (quail-translate-key): If the input
3794 method is deterministic and failed to handle the last key, restart
3795 the key handling loop from an appropriate key.
3796
3797 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
3798
3799 * vc.el (vc-dired-mode): Extend comment for binding of
3800 `directory-listing-before-filename-regexp'.
3801
3802 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
3803
3804 * textmodes/texinfo.el (texinfo-mode):
3805 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
3806 not to unnecessarily expose emacs-mule's internal char codes.
3807
3808 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
3809
3810 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
3811 Display hand pointer and help-echo on disabled icon too.
3812 (gdb-mouse-until): New function.
3813 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
3814
3815 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
3816
3817 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
3818 with 2005-10-23 change to doctor.el.
3819
3820 * finder.el (finder-mode-map): Add follow-link binding.
3821
3822 2005-10-25 Kim F. Storm <storm@cua.dk>
3823
3824 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
3825 to gdb-mouse-toggle-breakpoint-fringe.
3826 (gdb-mouse-toggle-breakpoint-margin): Rename from
3827 gdb-mouse-toggle-breakpoint. Fix doc.
3828 (gdb-mouse-toggle-breakpoint-fringe): New defun.
3829 (gdb-put-string): Add optional SPROPS arg. Add props to string.
3830 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
3831 string properties also for fringe breakpoint bitmaps.
3832
3833 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
3834
3835 * textmodes/org.el (org-start-icalendar-file): Fix format form.
3836
3837 2005-10-25 Masatake YAMATO <jet@gyve.org>
3838
3839 * simple.el (completion-common-substring):
3840 Use `completion-common-substring' prior to `completion-base-size'.
3841
3842 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
3843
3844 * savehist.el: Require CL while compiling.
3845 (savehist-history-variables): Remove.
3846 (savehist-save-minibuffer-history, savehist-additional-variables)
3847 (savehist-minibuffer-history-variables): New vars.
3848 (savehist-save): Use them.
3849 (savehist-uninstall, savehist-minibuffer-hook): New funs.
3850 (savehist-install): New fun, extracted from savehist-load.
3851 (savehist-load): Use them.
3852
3853 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
3854
3855 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
3856 a dummy doc-string-elt property.
3857 (defalias, defvaralias, define-category): Add a docstring property.
3858
3859 * image.el (defimage):
3860 * widget.el (define-widget):
3861 * custom.el (defface, defcustom): Add `doc-string' declaration.
3862
3863 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
3864 (defadvice): Add `doc-string' declaration.
3865
3866 * emacs-lisp/byte-run.el (macro-declaration-function):
3867 Handle `doc-string' declarations.
3868 (define-obsolete-function-alias, define-obsolete-variable-alias):
3869 Add `doc-string' declaration.
3870
3871 2005-10-24 Kenichi Handa <handa@m17n.org>
3872
3873 * international/utf-7.el (utf-7): Add autoload cookie.
3874
3875 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
3876
3877 2005-10-24 Eli Zaretskii <eliz@gnu.org>
3878
3879 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
3880 list of directories passed to batch-update-autoloads. Add "." to
3881 the list of the echoed directories.
3882
3883 * pgg-def.el:
3884 * pgg-gpg.el:
3885 * pgg-parse.el:
3886 * pgg-pgp.el:
3887 * pgg-pgp5.el:
3888 * pgg.el: Moved here from the gnus subdirectory.
3889
3890 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
3891
3892 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
3893 in case comint-prompt-read-only is set to t.
3894
3895 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
3896 in case comint-prompt-read-only is set to t.
3897
3898 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
3899
3900 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
3901 Now a string.
3902 (icalendar-import-format): Handle CLASS, STATUS, URL.
3903 Rename `subject' to `summary'.
3904 (icalendar-import-format-summary): Rename from
3905 `icalendar-import-format-subject'.
3906 (icalendar-import-format-url, icalendar-import-format-status)
3907 (icalendar-import-format-class): New variables.
3908 (icalendar--rris): Take variable argument list.
3909 (icalendar--datestring-to-isodate): Remove unnecessary
3910 calendar-style check when converting dates with explicit month names.
3911 (icalendar-export-region): Change return type of conversion
3912 subroutines. Bury current buffer unless error occurred.
3913 (icalendar--convert-to-ical)
3914 (icalendar--parse-summary-and-rest): New functions.
3915 (icalendar--convert-ordinary-to-ical)
3916 (icalendar--convert-weekly-to-ical)
3917 (icalendar--convert-yearly-to-ical)
3918 (icalendar--convert-block-to-ical)
3919 (icalendar--convert-cyclic-to-ical)
3920 (icalendar--convert-anniversary-to-ical): Change return type.
3921 Strip trailing blanks from subject.
3922 (icalendar--convert-sexp-to-ical): Change return type.
3923 Strip trailing blanks from subject. Handle simple sexp
3924 entries as generated by icalendar.el.
3925 (icalendar--convert-float-to-ical)
3926 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
3927 (icalendar-import-file): Doc fix.
3928 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
3929 Correct call to icalendar--rris.
3930 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
3931 `summary'.
3932 (icalendar--add-diary-entry): Rename `subject' to `summary'.
3933
3934 2005-10-24 Romain Francoise <romain@orebokech.com>
3935
3936 * server.el (server-sentinel): Set query-on-exit flag to nil on
3937 new client processes (it isn't inherited from the server process).
3938
3939 * replace.el (occur-engine): Rearrange text properties.
3940
3941 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
3942
3943 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
3944 case-fold-search is nil.
3945 (debug-help-follow): Use help-xref-interned directly.
3946
3947 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
3948
3949 * thumbs.el (thumbs-image-type): Add .pbm.
3950
3951 2005-10-23 Richard M. Stallman <rms@gnu.org>
3952
3953 * faces.el (inhibit-face-set-after-frame-default): New variable.
3954 (set-face-attribute): Bind it.
3955 (face-set-after-frame-default): Test it.
3956
3957 * help-fns.el (describe-simplify-lib-file-name): New function.
3958 (describe-function-1, describe-variable): Use it.
3959
3960 * faces.el (describe-face): Use describe-simplify-lib-file-name.
3961
3962 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
3963 Eliminate nil as possible value.
3964 (tooltip-hide-delay): Reduce internal-border-width.
3965
3966 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
3967 (menu-bar-file-menu) <new-file>: Likewise.
3968
3969 * simple.el (line-move-finish): Ignore fields computing LINE-END.
3970
3971 * international/mule.el (load-with-code-conversion):
3972 Pass full file name to `eval-buffer' unless preloading.
3973
3974 * textmodes/flyspell.el (flyspell-large-region):
3975 Call ispell-check-version.
3976
3977 * textmodes/ispell.el (ispell-local-dictionary-overridden):
3978 Fix the make-variable-buffer-local call that was supposed
3979 to be for this variable.
3980 (ispell-aspell-supports-utf8): Doc fix.
3981 (ispell-find-aspell-dictionaries): Preserve elements of
3982 ispell-dictionary-alist for dictionaries that aspell doesn't report.
3983 (ispell-aspell-find-dictionary): Return nil on error.
3984
3985 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
3986 (doctor-symptoms): Likewise.
3987
3988 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
3989
3990 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
3991
3992 * cus-edit.el (custom-button, custom-button-pressed): New vars.
3993 (custom-raised-buttons): Add :set spec.
3994 (custom-button-unraised, custom-button-pressed-unraised):
3995 New faces, so that custom-raised-buttons actually does something.
3996 (custom-mode): Use custom-button and custom-button-pressed.
3997
3998 * wid-edit.el (widget-specify-button): Don't ignore
3999 widget-mouse-face on graphic terminals.
4000 (widget-move-and-invoke): Cleanup.
4001
4002 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
4003
4004 * whitespace.el (whitespace-cleanup): Doc fix.
4005
4006 2005-10-23 Romain Francoise <romain@orebokech.com>
4007
4008 * emulation/viper.el (viper-set-hooks): Quote forms passed to
4009 `eval-after-load' to avoid evaluating their result.
4010
4011 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
4012
4013 * files.el (directory-listing-before-filename-regexp):
4014 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
4015
4016 * dired.el (dired-move-to-filename-regexp): Remove.
4017 All occurences replaced by `directory-listing-before-filename-regexp'.
4018
4019 * dired-x.el, locate.el, vc.el:
4020 Replace `dired-move-to-filename-regexp' by
4021 `directory-listing-before-filename-regexp'. In vc.el it is
4022 overwritten locally; maybe this can be handled in files.el too.
4023
4024 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
4025 replaced by `directory-listing-before-filename-regexp'.
4026
4027 2005-10-23 Andreas Schwab <schwab@suse.de>
4028
4029 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
4030 and eval-next-after-load.
4031
4032 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
4033
4034 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
4035 exist, create it.
4036
4037 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
4038
4039 * allout.el: Remove autoloads for mailcrypt and crypt++.
4040 Require pgg, pgg-gpg during compilation.
4041 (allout-version): Increment version number to 2.1, and use a literal
4042 rather than RCS Id.
4043 (allout-default-encryption-scheme): Remove.
4044 (allout-passphrase-verifier-handling)
4045 (allout-passphrase-verifier-string)
4046 (allout-file-passphrase-verifier-string)
4047 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
4048 (allout-passphrase-hint-handling): Rename and simplify.
4049 (allout-init): Use `find-file-hook' if available, otherwise
4050 `find-file-hooks'.
4051 (allout-mode): Use `write-file-functions' if available, otherwise
4052 `local-write-file-hooks' and, instead of making auto-save-hook
4053 buffer local, make the write-file-hook activity contingent to
4054 allout-mode.
4055 (allout-mode): Use key-binding substitution in the docstring.
4056 (allout-kill-line): Spell-out kill ring data structure mutation
4057 instead of using byte-compiler-complaint-provoking `pop'.
4058 (allout-insert-listified): Use `insert' rather than `insert-string'
4059 (allout-toggle-current-subtree-encryption): Update docstring, adjust
4060 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
4061 (allout-encrypt-string): Totally revamped vis new underlying
4062 encryption facilities.
4063 (allout-mc-activate-passwd): Remove.
4064 (allout-obtain-passphrase): New, more or less replaces
4065 allout-mc-activate-passwd.
4066 (allout-encrypted-key-info): More or less replaces
4067 allout-encrypted-text-type.
4068 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
4069 (my-mark-marker): Use `(featurep 'xemacs)'.
4070
4071 2005-10-23 Lars Hansen <larsh@soem.dk>
4072
4073 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
4074 (byte-compile-file-form-defmumble, byte-compile-defun)
4075 (byte-compile-defmacro): Use it.
4076 (byte-compile-form): Don't call byte-compile-set-symbol-position
4077 when a byte-compile handler is called.
4078
4079 2005-10-22 Romain Francoise <romain@orebokech.com>
4080
4081 * savehist.el (savehist-history-variables): Add `grep-find-history'.
4082
4083 * subr.el (eval-after-load): Convert library name to an absolute
4084 file name using locate-library, since load-history no longer has
4085 library names in it.
4086
4087 2005-10-22 Richard M. Stallman <rms@gnu.org>
4088
4089 * files.el (make-temp-file): Move from subr.el.
4090 * subr.el (make-temp-file): Move to files.el.
4091
4092 * window.el (get-buffer-window-list): Move from subr.el.
4093 * subr.el (get-buffer-window-list): Move to window.el.
4094
4095 * image.el (image-load-path): Use eval-at-startup to initialize.
4096
4097 * subr.el (eval-at-startup): New macro.
4098
4099 * subr.el: Much rearrangement of functions and division
4100 into pages. No code changes.
4101
4102 2005-10-22 Kenichi Handa <handa@m17n.org>
4103
4104 * tar-mode.el (tar-extract): Be sure to call
4105 find-operation-coding-system if set-auto-coding doesn't find a
4106 coding system.
4107
4108 2005-10-22 Kim F. Storm <storm@cua.dk>
4109
4110 * image.el (image-type-header-regexps): Rename from image-type-regexps.
4111 Change users.
4112 (image-type-file-name-regexps): New defconst.
4113 (image-type-from-data): Simplify loop.
4114 (image-type-from-buffer): New defun.
4115 (image-type-from-file-header): Use it instead of image-type-from-data.
4116 Use image-search-load-path instead of only looking in data-directory.
4117 (image-type-from-file-name): New defun.
4118 (image-search-load-path): Change `pathname' to `filename'.
4119 Make PATH arg optional, default to image-load-path.
4120
4121 2005-10-21 Richard M. Stallman <rms@gnu.org>
4122
4123 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
4124
4125 * textmodes/paragraphs.el (sentence-end-base): New variable.
4126 (sentence-end): Use sentence-end-base.
4127
4128 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
4129
4130 * font-lock.el (font-lock-default-fontify-region): Check the multiline
4131 property independently from the font-lock-multiline variable.
4132
4133 2005-10-21 Richard M. Stallman <rms@gnu.org>
4134
4135 * emacs-lisp/find-func.el (find-library-name): Doc fix.
4136
4137 * startup.el (command-line): Convert library names
4138 in `load-history' to absolute file names.
4139
4140 * subr.el (symbol-file): Doc fix.
4141
4142 * loadhist.el (file-loadhist-lookup): Call locate-library
4143 instead of find-library-name. Don't try converting
4144 abs file names to library names, since load-history no longer
4145 has library names in it.
4146 (file-dependents, file-provides, file-requires): Doc fixes.
4147
4148 2005-10-21 Juri Linkov <juri@jurta.org>
4149
4150 * progmodes/etags.el (tags-table-mode): New function.
4151 (tags-verify-table): Replace initialize-new-tags-table with
4152 tags-table-mode.
4153
4154 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
4155 default value.
4156 (desktop-modes-not-to-save): Add tags-table-mode to the
4157 default value.
4158
4159 * info.el (Info-index-next): Add total number of index
4160 alternatives to the message.
4161
4162 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
4163 backward only space (instead of space and period) before looking
4164 at sentence end.
4165
4166 * simple.el (set-variable): Use user-variable-p instead of symbolp.
4167 Add the old variable value as 4th default-value arg of read-string.
4168
4169 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4170
4171 * cus-face.el (custom-declare-face): Make face from X resources
4172 also on Mac.
4173
4174 * disp-table.el (standard-display-g1, standard-display-graphic):
4175 Refuse to use string glyphs also on Mac.
4176 (standard-display-european): Don't set terminal coding system also
4177 on Mac.
4178
4179 * frame.el (display-screens): Use x-display-screens also on Mac.
4180
4181 2005-10-21 Romain Francoise <romain@orebokech.com>
4182
4183 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
4184
4185 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
4186
4187 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
4188 and $? into sexps.
4189
4190 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
4191 warning face on open-paren-in-column-0.
4192
4193 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
4194 boundary case. Fix typo.
4195 Suggested by Martin Rudalics <rudalics@gmx.at>.
4196
4197 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
4198
4199 * textmodes/org.el (org-combined-agenda-icalendar-file)
4200 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
4201 (org-export-icalendar-this-file)
4202 (org-export-icalendar-all-agenda-files)
4203 (org-export-icalendar-combine-agenda-files): New commands.
4204 (org-export-icalendar, org-print-icalendar-entries)
4205 (org-start-icalendar-file, org-finish-icalendar-file)
4206 (org-ical-ts-to-string): New functions.
4207 (org-read-date, org-goto-calendar)
4208 (org-agenda-goto-calendar): Inhibit displaying diary entries by
4209 call to `calendar'.
4210 (orgtbl-setup): Remove the :keys arguments from the menu description.
4211 (org-after-save-iCalendar-file-hook): New variable.
4212
4213 2005-10-21 Kenichi Handa <handa@m17n.org>
4214
4215 * language/vietnamese.el (tcvn-5712): Make it an alias of
4216 vietnamese-tcvn coding-system.
4217
4218 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
4219
4220 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
4221 group id is given.
4222
4223 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
4224
4225 * progmodes/sh-script.el (sh-escaped-line-re): New var.
4226 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
4227 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
4228 whose line is either continued or ends with a comment.
4229
4230 2005-10-20 Romain Francoise <romain@orebokech.com>
4231
4232 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
4233
4234 * replace.el (occur-engine): Add follow-link property.
4235
4236 * font-core.el (font-lock-mode): Doc fix.
4237
4238 2005-10-20 Richard M. Stallman <rms@gnu.org>
4239
4240 * net/rcirc.el: New file.
4241
4242 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
4243
4244 * term.el (term-term-name): Initialize to "eterm-color".
4245
4246 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
4247
4248 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
4249 for encryption functionality.
4250 Move allout customization subgroup from `editing' to `outlines' group.
4251 Fix commentary 'keywords' to legitimate ones.
4252 Update author info (using my current email address, obscurified).
4253 (allout-encrypt-string, allout-encryption-produce-work-buffer)
4254 (allout-encrypted-topic-p, allout-encrypted-text-type)
4255 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
4256 (allout-situate-encryption-key-verifier)
4257 (allout-get-encryption-key-verifier, allout-verify-key)
4258 (allout-next-topic-pending-encryption)
4259 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
4260 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
4261 (outline-key-verifier-handling, outline-key-hint-handling)
4262 (outline-encrypt-unencrypted-on-saves): New defcustoms.
4263 (allout-file-key-verifier-string, allout-encryption-scheme)
4264 (allout-key-verifier-string, allout-key-hint-string)
4265 (allout-after-save-decrypt): New variables.
4266 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
4267 (allout-after-saves-handler): New hook functions.
4268 (allout-post-command-business): Do allout-after-save-decrypt.
4269 (allout-enable-file-variable-adjustment): Custom var to enable
4270 mechanism for adding and adjusting settings of Emacs file variables.
4271 (allout-adjust-file-variable, allout-file-vars-section-data):
4272 New functions, implement the mechanism.
4273 (outlineify-sticky): Use the file vars mechanism.
4274 (allout-inhibit-protection, allout-during-write-cue)
4275 (allout-override-protect, allout-before-change-protect): Remove.
4276 (allout-flag-region, allout-open-topic): Adjust read-only text.
4277 (allout-open-line-not-read-only): Add to facilitate read-only
4278 text based protection.
4279 (allout-kill-line): Revise to adjust read-only text, clue the
4280 user about the inhibition.
4281 (allout-unprotected): Use unwind-protect.
4282 (allout-shift-in, allout-shift-out): Disallow manually shifting a
4283 topic deeper than the offspring depth of the previous topic -
4284 avoiding confusing "containment discontinuities".
4285 (allout-reindent-bodies): Fix retention of body relative hanging
4286 indent during promotion of collapsed bodies.
4287 (allout-open-topic): Make it easy to open new topic with same
4288 bullet as current topic - topic creation functions provided with
4289 any universal argument provokes now prompt for bullet, defaulting
4290 to the bullet of the previous topic.
4291 (allout-plain-bullets-string, allout-distinctive-bullets-string):
4292 Plain bullet alternates '.' period and ',' comma only. All other
4293 bullets are relegated to special status (but customizable).
4294 (allout-end-of-entry): Rename from 'allout-end-of-current-entry
4295 since it actually operates w.r.t. most immediately containing
4296 entry, visible or not.
4297 (allout-hide-current-entry, allout-show-current-entry): Use the
4298 revised version.
4299 (allout-old-expose-topic): Solidify deprecation.
4300 (allout-end-of-subtree): Add so we can span concealed as well
4301 as visible topics.
4302 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
4303 (allout-end-of-current-heading): Tweak to just respect the first line.
4304 (allout-get-body-text): Add.
4305 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
4306 when invoked interactively.
4307 (allout-up-current-level): Use `interactive-p'.
4308 (allout-mode, allout-init): Miscellaneous docstring and
4309 operational refinements, as well as hookups of new encryption stuff.
4310 (allout-beginning-of-current-entry): Now works as advertised.
4311 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
4312 (allout-isearch-rectification): Refine condition for isearching.
4313 (allout-isearch-abort, allout-enwrap-isearch)
4314 (allout-flag-region, my-region-active-p): Relocate some macros.
4315 (allout-title): Fallback title is '(buffer-name)', not
4316 non-existing '(current-buffer-name)'.
4317 (subst-char-in-string): Define if absent (for some XEmacs versions).
4318
4319 2005-10-20 Jari Aalto <jari.aalto@cante.net>
4320
4321 * mail/sendmail.el (mail-setup-hook, mail-aliases)
4322 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
4323 (mail-citation-prefix-regexp, mail-signature-file)
4324 (mail-default-headers, mail-bury-selects-summary)
4325 (mail-send-nonascii): Add autoload cookies.
4326
4327 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
4328
4329 * frame.el (blink-cursor-mode): Add `mac' to the list of
4330 window-system's that support blinking cursor.
4331
4332 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
4333
4334 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
4335
4336 2005-10-20 Eli Zaretskii <eliz@gnu.org>
4337
4338 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
4339 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
4340 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
4341
4342 2005-10-20 Kim F. Storm <storm@cua.dk>
4343
4344 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
4345 (ido-set-current-directory): Don't add / after final @.
4346 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
4347 Explicitly handle ange-ftp completion oddities.
4348 (ido-make-file-list): Don't rotate list at tramp root to avoid
4349 triggering tramp file handler for expand-file-name via get-file-buffer.
4350
4351 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
4352
4353 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
4354
4355 2005-10-19 Jay Belanger <belanger@truman.edu>
4356
4357 * calc/calc-units.el (math-standard-units): Add units, adjust
4358 symbols and update values.
4359 (math-unit-prefixes): Add more prefixes.
4360
4361 2005-10-19 Romain Francoise <romain@orebokech.com>
4362
4363 * bookmark.el (bookmark-menu-heading): New face.
4364 (bookmark-bmenu-list): Use it.
4365 Don't fiddle with `baud-rate' at top-level.
4366
4367 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
4368
4369 * image.el (create-image, find-image): Mention max-image-size in
4370 docstring.
4371
4372 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
4373
4374 * savehist.el (savehist-load): Revert to checking XEmacs.
4375
4376 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
4377 Various docstring and line-width fixups.
4378 (conf-mode): Use cond.
4379 Set font-lock-defaults. Don't set comment-use-syntax.
4380
4381 2005-10-18 David Ponce <david@dponce.com>
4382
4383 * tree-widget.el (tree-widget-button-click): New function.
4384 (tree-widget-button-keymap): Use it.
4385
4386 2005-10-18 Romain Francoise <romain@orebokech.com>
4387
4388 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
4389 (bookmark-bmenu-hide-filenames): Add follow-link property.
4390 Improve help-echo text.
4391
4392 * ffap.el (find-file-at-point): Doc fix.
4393
4394 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4395
4396 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
4397
4398 2005-10-18 Masatake YAMATO <jet@gyve.org>
4399
4400 Install to the CVS repository what I forgot to install in my
4401 2005-10-16 changes.
4402
4403 * progmodes/python.el (python-complete-symbol): Pass the common
4404 prefix substring of completion to `display-completion-list'.
4405
4406 * textmodes/org.el (org-complete): Ditto.
4407
4408 2005-10-18 Masatake YAMATO <jet@gyve.org>
4409
4410 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
4411
4412 * woman.el (WoMan-xref-man-page): New button type derived
4413 from `Man-abstract-xref-man-page'.
4414 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
4415
4416 * man.el (Man-abstract-xref-man-page): New button type.
4417 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
4418 (Man-highlight-references): Add new optional argument `xref-man-type'.
4419
4420 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
4421
4422 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
4423
4424 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
4425
4426 * cus-edit.el (Custom-move-and-invoke): Delete.
4427 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
4428
4429 * wid-edit.el (widget-move-and-invoke): New function, from
4430 Custom-move-and-invoke.
4431
4432 2005-10-17 Bill Wohler <wohler@newt.com>
4433
4434 Move all remaining images from lisp/toolbar to etc/images, move
4435 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
4436 the low resolution images in their own directory (low-color).
4437
4438 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*,
4439 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*:
4440 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*:
4441 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*:
4442 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*:
4443 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*:
4444 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
4445
4446 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
4447 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
4448 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
4449 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
4450 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
4451 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
4452 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
4453 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
4454 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
4455 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
4456 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
4457 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
4458 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
4459 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
4460 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
4461
4462 To conform with convention, replace the underscore (_) in the
4463 following image names with dash (-) or (/) as appropriate.
4464
4465 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
4466 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
4467 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
4468 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
4469 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
4470 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
4471 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
4472 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
4473 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
4474 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
4475 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
4476 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
4477 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
4478 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
4479 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
4480
4481 * info.el (info-tool-bar-map): Replace underscores in image names
4482 with dashes.
4483
4484 * makefile.w32-in (WINS): Remove toolbar.
4485
4486 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
4487
4488 * tool-bar.el: Move to lisp from toolbar. Now that
4489 toolbar is empty, it should be deleted when folks run "cvs up -P".
4490
4491 2005-10-18 Jay Belanger <belanger@truman.edu>
4492
4493 * calc/calc-store.el (calc-store-into): Get the proper variable name
4494 to display in message.
4495
4496 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
4497
4498 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
4499 expressions display in speedbar for all buffers when debugging.
4500 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
4501
4502 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
4503 (speedbar-insert-button, speedbar-make-button):
4504 Use add-text-properties.
4505 (speedbar-update-localized-contents)
4506 (speedbar-update-directory-contents)
4507 (speedbar-update-special-contents): Use dolist.
4508 (speedbar-buffer-easymenu-definition): Add a menu separator.
4509
4510 2005-10-17 Jason Rumney <jasonr@gnu.org>
4511
4512 * makefile.w32-in: Use $(lisp) consistently.
4513 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
4514 for shell specific generation of mh-autoloads.
4515
4516 2005-10-17 Richard M. Stallman <rms@gnu.org>
4517
4518 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
4519
4520 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
4521
4522 * jit-lock.el (jit-lock-fontify-now):
4523 Move jit-lock-context-unfontify-pos to avoid wasted work.
4524
4525 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
4526
4527 * net/tramp.el (tramp-completion-mode): New defvar. Used in
4528 `tramp-completion-mode' for checking if we are in completion mode.
4529 (tramp-completion-handle-file-name-all-completions): Reorder code
4530 in order to complete for file names only in case there are no
4531 method/user/host completions. This is necessary for cooperation
4532 with ido. Reported by Kim F. Storm <storm@cua.dk>.
4533
4534 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
4535
4536 * longlines.el (longlines-search-forward)
4537 (longlines-search-backward): Match any number of spaces.
4538
4539 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
4540
4541 * diff-mode.el (diff-mode): Doc fix.
4542
4543 2005-10-16 David Reitter <david.reitter@gmail.com>
4544
4545 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
4546 as default on darwin and windows systems.
4547
4548 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
4549
4550 * arc-mode.el (archive-zip-extract): Doc fix.
4551
4552 2005-10-16 Romain Francoise <romain@orebokech.com>
4553
4554 * mouse.el (mouse-1-click-follows-link): Doc fix.
4555
4556 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
4557
4558 * savehist.el: Don't require CL at runtime.
4559 (savehist-xemacs): Remove.
4560 (savehist-coding-system): Use utf-8 if present, regardless of religion.
4561 (savehist-no-conversion): Use (featurep 'xemacs).
4562 (savehist-load): Check existence of start-itimer rather than XEmacs.
4563 Use an idle timer.
4564 (savehist-process-for-saving): Replace use of CL funs `subseq' and
4565 `delete-if-not'.
4566
4567 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
4568
4569 * savehist.el: Newer version.
4570 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
4571 (savehist-last-checksum, savehist-no-conversion): New vars.
4572 (savehist-autosave, savehist-process-for-saving, savehist-printable):
4573 New functions.
4574 (savehist-load, savehist-save): Use them.
4575 (savehist-delimit): Remove.
4576
4577 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
4578
4579 * progmodes/compile.el (compilation-goto-locus): Display the
4580 compilation buffer first and the source buffer second, in case they're
4581 in overlapping frames. Don't raise the compilation frame if it was the
4582 selected window upon entry. Pass the `other-window' arg to
4583 pop-to-buffer.
4584
4585 * info.el (Info-fontify-node): Use dolist.
4586 Change add-text-properties to put-text-property.
4587
4588 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4589
4590 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
4591 bound of search.
4592
4593 2005-10-16 Masatake YAMATO <jet@gyve.org>
4594
4595 * dabbrev.el (dabbrev-completion): Pass the common
4596 prefix substring of completion to `display-completion-list'.
4597
4598 * filecache.el (file-cache-minibuffer-complete)
4599 (file-cache-complete): Ditto.
4600
4601 * tempo.el (tempo-display-completions): Ditto.
4602
4603 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
4604
4605 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
4606
4607 * eshell/em-hist.el (eshell-list-history): Ditto.
4608
4609 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
4610
4611 * mail/mailalias.el (mail-complete): Ditto.
4612
4613 * progmodes/etags.el (complete-tag): Ditto.
4614
4615 * progmodes/make-mode.el (makefile-complete): Ditto.
4616
4617 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
4618
4619 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
4620
4621 * progmodes/pascal.el (pascal-complete-word)
4622 (pascal-show-completions): Ditto.
4623
4624 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
4625
4626 * simple.el (completion-common-substring): New variable.
4627 (completion-setup-function): Use `completion-common-substring'
4628 to put faces.
4629
4630 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4631
4632 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
4633 (x-get-selection, mac-select-convert-to-string): Convert from/to
4634 UTF-16 clipboard data as in native byte order, no BOM.
4635
4636 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
4637
4638 * progmodes/gud.el (gud-tool-bar-map): Rename the images
4639 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
4640 (gud-sentinel): Use speedbar-frame to check for speedbar.
4641
4642 2005-10-15 Richard M. Stallman <rms@gnu.org>
4643
4644 * savehist.el: New file.
4645
4646 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
4647
4648 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
4649 Fix bug in \bf fontification.
4650
4651 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
4652
4653 * pcvs.el (cvs-edit-log-files): New var.
4654 (cvs-mode-edit-log): New arg `file'.
4655 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
4656 Instead force the use of the original file and nothing else.
4657 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
4658 the cvs-minor-wrap-function is set.
4659 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
4660
4661 2005-10-14 Bill Wohler <wohler@newt.com>
4662
4663 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
4664 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
4665 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
4666 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
4667 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
4668 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
4669 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
4670 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
4671 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
4672 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
4673 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
4674 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
4675 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
4676 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
4677 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
4678
4679 * progmodes/gud.el (gud-tool-bar-map): Rename the images
4680 appropriately (for example, gud-break to gud/break).
4681
4682 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
4683
4684 * longlines.el (longlinges-search-function)
4685 (longlines-search-forward, longlines-search-backward): New functions.
4686 (longlines-mode): Set isearch-search-fun-function to
4687 longlinges-search-function.
4688
4689 * mouse.el (mouse-drag-region-1): Handle the case where a
4690 double-click event is bound to an arbitrary function.
4691
4692 2005-10-14 David Ponce <david@dponce.com>
4693
4694 * recentf.el (recentf-track-opened-file)
4695 (recentf-track-closed-file, recentf-update-menu)
4696 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
4697 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
4698 mouse-1-click-follows-link.
4699
4700 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4701
4702 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
4703 Gnome file-manager.png. Suggested by
4704 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
4705
4706 * toolbar/README: Add diropen.xpm.
4707
4708 2005-10-13 Bill Wohler <wohler@newt.com>
4709
4710 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
4711 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
4712
4713 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
4714
4715 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
4716 Don't waste the byte-compiler's time on constant data.
4717
4718 2005-10-13 Kenichi Handa <handa@m17n.org>
4719
4720 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
4721 byte with `escape-glyph' face.
4722
4723 * international/fontset.el (ccl-encode-unicode-font):
4724 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
4725 Handle the case that ucs-mule-to-mule-unicode translates a character to
4726 ASCII (usually for IPA characters).
4727
4728 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
4729
4730 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
4731 Don't hide the underline of titles if font-lock-mode is disabled.
4732
4733 2005-10-12 Bill Wohler <wohler@newt.com>
4734
4735 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
4736 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
4737 files in MH-E-SRC have been updated.
4738 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
4739
4740 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
4741
4742 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
4743 (mixal-mode-syntax-table): Add \n as end-comment.
4744 (mixal-operation-codes-alist): Immediately initialize to full value.
4745 (mixal-add-operation-code): Remove.
4746 (mixal-describe-operation-code): Make the arg non-optional.
4747 Use the interactive spec instead.
4748 Use mixal-operation-codes-alist rather than mixal-operation-codes.
4749 (mixal-font-lock-keywords): Don't highlight comments here any more.
4750 (mixal-font-lock-syntactic-keywords): New var.
4751 (mixal-mode): Use it. Fix comment-start-skip.
4752
4753 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4754
4755 * startup.el (command-line-x-option-alist): -nb => -nbi
4756
4757 2005-10-12 Kim F. Storm <storm@cua.dk>
4758
4759 * startup.el (fancy-splash-default-action): Discard mouse click in
4760 the splash screen window, as it has no sensible meaning in the
4761 next window to be selected. Fixes error reported by Jan D.
4762
4763 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
4764
4765 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
4766
4767 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
4768
4769 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
4770 Try to fix up minor layout issues like indentation, line break, etc...
4771 (mixal-mode-syntax-table): Don't try to specify comment syntax,
4772 because it doesn't work.
4773 (mixal-operation-codes): Add some more codes.
4774 (mixal-font-lock-keywords): Process comments here.
4775 (mixal-mode): mixasm no longer needs -g option.
4776
4777 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
4778
4779 * progmodes/sh-script.el (sh-tmp-file):
4780 Use mktemp -t. Finish support for es and rc shells.
4781
4782 2005-10-11 Jay Belanger <belanger@truman.edu>
4783
4784 * calc/calcalg2.el (calc-integral): With an argument, compute the
4785 definite integral.
4786
4787 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
4788
4789 * mouse.el (mouse-drag-region-1): Don't try to catch a
4790 double-click when doing follow-link (it's overridden anyway).
4791
4792 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
4793
4794 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
4795 (autoload-print-form-outbuf): Add docstring.
4796
4797 2005-10-11 Juri Linkov <juri@jurta.org>
4798
4799 * info.el (Info-mode-menu): Delete menu item "Edit".
4800 (Info-mode): Delete description of Info-edit from docstring,
4801 and rearrange descriptions of Info commands in the order
4802 they are documented in the Info manual.
4803
4804 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
4805
4806 * calendar/appt.el (appt-check): Use diary-selective-display var.
4807
4808 2005-10-10 Richard M. Stallman <rms@gnu.org>
4809
4810 * net/newsticker.el (newsticker-start, newsticker-show-news):
4811 Add autoload cookies.
4812
4813 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
4814
4815 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
4816
4817 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
4818
4819 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
4820
4821 2005-10-10 Jay Belanger <belanger@truman.edu>
4822
4823 * calc/calc-arith.el (math-check-known-scalarp)
4824 (math-check-known-matrixp): Check the values of arguments that are
4825 variables.
4826 (math-check-known-square-matrixp): New function.
4827 (math-known-square-matrixp): Use math-check-known-square-matrixp.
4828 (math-super-types): Add sqmatrix type.
4829
4830 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
4831 mode name `square' to 'sqmatrix'.
4832
4833 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
4834 mode name `square' to 'sqmatrix'.
4835
4836 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
4837
4838 * progmodes/etags.el (select-tags-table-mode): Don't use
4839 selective-display.
4840 (tags-select-tags-table): Pass `button' to the action function.
4841 (select-tags-table): Place the side-info on button properties rather
4842 than in hidden text. Abbreviate file names.
4843 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
4844 (select-tags-table-select): Add `button' argument.
4845 Get side-info from the button property rather than from hidden text.
4846
4847 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
4848
4849 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
4850 (gud-speedbar-buttons): Preserve point if possible.
4851 (gud-sentinel): Restore previous speedbar display type.
4852
4853 * progmodes/gdb-ui.el (gdba): Improve diagram.
4854 (def-gdb-auto-update-handler, gdb-info-locals-handler)
4855 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
4856 Call get-buffer-window once.
4857
4858 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
4859
4860 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
4861 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
4862 (pascal-indent-command): Remove unused var `ind'.
4863 (pascal-indent-case): Remove unused var `oldpos'.
4864 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
4865 since it's now used as a proper minor mode map.
4866 (pascal-outline): Rename to pascal-outline-mode.
4867 (pascal-outline-mode): Use define-minor-mode.
4868 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
4869 selective-display.
4870
4871 2005-10-10 Andreas Schwab <schwab@suse.de>
4872
4873 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
4874 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
4875
4876 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
4877 outside source directory.
4878
4879 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
4880
4881 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
4882 C-x' as a prefix.
4883 (orgtbl-mode-map): Full keymap instead of sparse, because all
4884 `self-insert-command' keys are redefined in this map.
4885 (org-export-as-html): Specify charset for HTML file, by taking it
4886 from the coding system.
4887
4888 2005-10-10 Kenichi Handa <handa@m17n.org>
4889
4890 * textmodes/flyspell.el (flyspell-check-word-p):
4891 If unread-command-events is non-empty, don't call sit-for.
4892
4893 2005-10-09 Richard M. Stallman <rms@gnu.org>
4894
4895 * font-lock.el (font-lock-syntactic-keywords)
4896 (font-lock-keywords): Doc fixes.
4897
4898 * textmodes/flyspell.el (flyspell-external-point-words):
4899 Simplify logic, and don't try to check for consecutive appearances
4900 of one incorrect word.
4901
4902 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
4903
4904 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
4905 separator.
4906
4907 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
4908 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
4909 (gud-expansion-speedbar-buttons): New function.
4910 (gud-speedbar-buttons): Check for gud-comint-buffer.
4911
4912 2005-10-09 Bill Wohler <wohler@newt.com>
4913
4914 * Makefile.in (updates): Add mh-loaddefs dependency.
4915
4916 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
4917
4918 * speedbar.el (speedbar-file-key-map): Fix typo.
4919
4920 2005-10-09 Daniel Brockman <daniel@brockman.se>
4921
4922 * cus-start.el (line-spacing): Add custom spec.
4923
4924 2005-10-09 Romain Francoise <romain@orebokech.com>
4925
4926 * textmodes/ispell.el (ispell-check-version): Fix last change.
4927
4928 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4929
4930 * term/x-win.el: Remove -i, --icon-type from comment.
4931
4932 * startup.el (command-line-x-option-alist): Remove options -i,
4933 -itype, --icon-type, added -nb, --no-bitmap-icon
4934
4935 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
4936
4937 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
4938 instead of :active.
4939
4940 2005-10-08 Eric Hanchrow <offby1@blarg.net>
4941
4942 * textmodes/ispell.el (ispell-check-version):
4943 Ignore hyphen, and all that follows, in aspell's version text.
4944
4945 2005-10-08 Jay Belanger <belanger@truman.edu>
4946
4947 * calc/calc-arith.el (math-known-square-matrixp): New function.
4948 (math-pow-fancy): Check for matrices before distributing exponent
4949 across products.
4950
4951 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
4952 fullscreen keypad. Suggested by Luc Teirlinck.
4953 (calc-keypad-show-input): Add space for formatting.
4954
4955 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
4956 Add square matrix option.
4957
4958 * calc/calc-poly.el (math-expand-term): Check for matrices instead
4959 of checking calc-matrix-mode when deciding how to expand.
4960
4961 * calc/calc.el (calc-set-mode-line): Add square matrix option.
4962
4963 2005-10-08 Lars Hansen <larsh@soem.dk>
4964
4965 * net/tramp.el (tramp-perl-directory-files-and-attributes):
4966 Add error handling.
4967 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
4968
4969 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
4970
4971 Sync with Tramp 2.0.51.
4972
4973 * net/tramp.el (tramp-handle-set-visited-file-modtime)
4974 (tramp-handle-insert-file-contents, tramp-handle-write-region):
4975 Insert special handling for `last-coding-system-used', again
4976 it still seems to be necessary (unlike stated before).
4977 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
4978 (tramp-password-prompt-regexp): There might be other words before
4979 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
4980 (tramp-chunksize): Improve docstring.
4981 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
4982 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
4983 Christian Joergensen <bugs@razor.dk>.
4984
4985 2005-10-07 Glenn Morris <rgm@gnu.org>
4986
4987 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
4988 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
4989 precision'.
4990
4991 2005-10-07 Romain Francoise <romain@orebokech.com>
4992
4993 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
4994 (ibuffer-do-shell-command-pipe-replace)
4995 (ibuffer-do-shell-command-file, ibuffer-do-eval)
4996 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
4997 (ibuffer-do-revert, ibuffer-do-replace-regexp)
4998 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
4999 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
5000 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
5001 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
5002 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
5003 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
5004 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
5005 Autoload file sans suffix.
5006
5007 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
5008
5009 2005-10-07 David Ponce <david@dponce.com>
5010
5011 * recentf.el (recentf-menu-open-all-flag): New option.
5012 (recentf-digit-shortcut-command-name): New function.
5013 (recentf--shortcuts-keymap): New variable.
5014 (recentf-menu-shortcuts): New variable.
5015 (recentf-make-menu-items): Initialize it. Replace the "More..."
5016 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
5017 (recentf-menu-value-shortcut): New function.
5018 (recentf-make-menu-item): Use it. No more in-lined.
5019 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
5020 (recentf-open-most-recent-file): Rename from
5021 `recentf-open-file-with-key'. Don't depend on key binding.
5022 (recentf-mode-map): New variable.
5023 (recentf-mode): Use it.
5024
5025 2005-10-06 Bill Wohler <wohler@newt.com>
5026
5027 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
5028
5029 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
5030 (MH-E-SRC): New. Used by mh-autoloads.
5031 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
5032 files in MH-E-SRC have been updated.
5033 (compile, recompile, bootstrap): Depend on mh-autoloads.
5034
5035 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
5036
5037 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
5038 gud-break and gud-remove icons when the fringe is not available.
5039
5040 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
5041 Typo.
5042
5043 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
5044
5045 * play/zone.el (zone): Wrap body with save-window-excursion.
5046
5047 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
5048
5049 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
5050 Use the new `list-only' arg to diary-list-entries.
5051
5052 * calendar/diary-lib.el: Use overlays rather than selective-display.
5053 (diary-selective-display): New var.
5054 (diary-header-line-format): Use it.
5055 (diary-list-entries): Add argument `list-only'.
5056 Put the buffer in diary-mode. Don't add \^M at beg and end.
5057 Replace \^M by invisible overlays.
5058 (diary-unhide-everything): Replace \^M by invisible overlays.
5059 (print-diary-entries): Look for overlays rather than \^M.
5060 Add a space to the temp buffer name.
5061 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
5062 Put the buffer in diary-mode.
5063 (list-sexp-diary-entries): Replace \^M by invisible overlays.
5064 (diary-anniversary): Make the year arg optional.
5065 (diary-time-regexp): New const.
5066 (diary-font-lock-keywords): Use it to accept a few more time formats.
5067
5068 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
5069
5070 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
5071
5072 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
5073 Fix bug introduced 2005-07-03: Use (car (last ...))
5074 to faithfully reproduce replaced artist-last.
5075 (artist-set-arrow-points-for-poly): Likewise.
5076 Suggested by Johan Bockg\e,Ae\e(Brd.
5077
5078 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
5079
5080 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
5081 * wid-edit.el (widget):
5082 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
5083 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
5084
5085 2005-10-06 Kenichi Handa <handa@m17n.org>
5086
5087 * international/mule-cmds.el (set-language-environment):
5088 Fix setting up of case-table for unibyte mode.
5089
5090 * simple.el (what-cursor-position): If the character is displayed
5091 by some `display' text property, show that. Don't use
5092 single-key-description for eight-bit characters in multibyte mode.
5093
5094 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
5095
5096 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
5097 (gdb-ann3): Set it.
5098 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
5099 (gdb-info-frames-custom): Use inverse-video for first five
5100 characters of selected frame only.
5101 (gdb-get-frame-number): Select frame even when point is on frame
5102 number.
5103
5104 2005-10-06 Masatake YAMATO <jet@gyve.org>
5105
5106 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
5107 Put `font-lock-function-name-face'.
5108 (gdb-info-frames-custom): Put `font-lock-function-name-face'
5109 and `font-lock-variable-name-face'
5110 (gdb-registers-font-lock-keywords): New font lock keywords definition.
5111 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
5112 (gdb-memory-font-lock-keywords): New font lock keywords definition.
5113 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
5114 (gdb-local-font-lock-keywords): New font lock keywords definition.
5115 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
5116 (gdb-threads-font-lock-keywords): New font lock keywords definition.
5117 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
5118
5119 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
5120
5121 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
5122 (ediff-merge-region-is-non-clash-to-skip): Previously called
5123 ediff-merge-region-is-non-clash.
5124
5125 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
5126 Use insert-buffer-substring.
5127
5128 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
5129 selecting files to patch. Also bug fixes.
5130
5131 * ediff-util.el (ediff-setup): Bug fix.
5132 (ediff-next-difference): Never skip clashes that differ in white
5133 space only.
5134
5135 * ediff-wind.el (ediff-setup-control-frame)
5136 (ediff-destroy-control-frame): Check the menubar feature.
5137
5138 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
5139 (viper-refresh-mode-line): Use make-local-variable to localize
5140 some vars instead of make-variable-buffer-local. Suggested by
5141 Stefan Monnier.
5142
5143 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
5144 (viper-restore-cursor-type, viper-set-insert-cursor-type):
5145 Use make-local-variable instead of make-variable-buffer-local.
5146 Suggested by Stefan Monnier.
5147
5148 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
5149 (viper-comint-mode-hook): Use make-local-variable on
5150 require-final-newline.
5151 (viper-non-hook-settings): Don't use make-variable-buffer-local.
5152
5153 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
5154
5155 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
5156 also the second char of a comment-start sequence.
5157 (scheme-sexp-comment-syntax-table): New var.
5158 (lambda, define): Set their scheme-doc-string-elt property.
5159 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
5160 Use lisp-font-lock-syntactic-face-function now that it properly
5161 handles |...| symbols.
5162 (scheme-mode-variables): Set lisp-doc-string-elt-property,
5163 parse-sexp-lookup-properties and font-lock-extra-managed-props.
5164
5165 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
5166 bit from # to |.
5167 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
5168
5169 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
5170 (lisp-doc-string-elt-property): New var.
5171 (lisp-font-lock-syntactic-face-function): Use it.
5172 Rewrite to recognize docstrings even for forms not at toplevel.
5173
5174 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
5175 annotation on the | part of #| rather than on the # part.
5176 (scheme-font-lock-syntactic-face-function): New function, to
5177 distinguish strings from |...| symbols.
5178 (scheme-mode-variables): Use it. Also fix up the font-lock-time
5179 syntax-table so that #|...|# is properly highlighted.
5180
5181 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
5182 Don't mark as docstring the 3rd elem of an unknown toplevel form.
5183
5184 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
5185
5186 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
5187 and C-e.
5188
5189 * emacs-lisp/eldoc.el: Move comments into docstrings.
5190 (eldoc-message-commands): Initialize in its declaration.
5191 Add move-beginning-of-line and move-end-of-line.
5192 (eldoc-add-command, eldoc-add-command-completions)
5193 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
5194
5195 * outline.el (outline-mark-subtree): Activate the mark.
5196
5197 * calendar/appt.el (appt-time-regexp): New var.
5198 (appt-add, appt-make-list): Use it.
5199 (appt-convert-time): Clean up.
5200
5201 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
5202 Don't set any syntax-table property here.
5203 (tex-font-lock-verb): New function. Do it here.
5204 (tex-font-lock-syntactic-keywords): Use it.
5205
5206 2005-10-04 Richard M. Stallman <rms@gnu.org>
5207
5208 * wid-edit.el (widget-file-complete): Get the widget start point
5209 the right way. Default directory to `/' if file has none.
5210
5211 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
5212
5213 * textmodes/flyspell.el (flyspell-mode-on):
5214 Call ispell-maybe-find-aspell-dictionaries.
5215
5216 * textmodes/ispell.el (ispell-word, ispell-region):
5217 Call ispell-maybe-find-aspell-dictionaries.
5218 (ispell-accept-buffer-local-defs):
5219 Don't call ispell-maybe-find-aspell-dictionaries
5220
5221 2005-10-04 Richard M. Stallman <rms@gnu.org>
5222
5223 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
5224
5225 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
5226
5227 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
5228 instead of `fboundp' in order to allow for anonymous functions.
5229
5230 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
5231
5232 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
5233 case the user clicks on the link while another window is selected.
5234 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
5235
5236 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
5237 functionality.
5238 (dframe-help-echo): Save point in case mouse tracking is off.
5239
5240 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
5241
5242 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
5243
5244 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
5245
5246 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
5247 not change the global value of those vars.
5248
5249 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
5250 make-local-variable which we do not need any more.
5251
5252 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
5253
5254 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
5255 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
5256 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
5257 (speedbar-path-line): Define obsolete aliases.
5258 (speedbar-line-directory): Doc fix.
5259
5260 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
5261 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
5262 instead of speedbar-line-path.
5263
5264 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5265
5266 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
5267 to nil if dropping on a window. Handle dropping on a minibuffer window
5268 like dropping on a non-window part of Emacs.
5269
5270 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
5271
5272 * net/ange-ftp.el: Use with-current-buffer.
5273 (ange-ftp-insert-directory): Do not follow symlinks any more.
5274
5275 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
5276 Remove interactive spec.
5277
5278 2005-10-03 Kim F. Storm <storm@cua.dk>
5279
5280 * ido.el (ido-mode): Use custom-initialize-set.
5281
5282 2005-10-02 Richard M. Stallman <rms@gnu.org>
5283
5284 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
5285 Use insert-buffer-substring.
5286
5287 * net/tramp.el: Pacify byte compiler warnings in pacification code.
5288 (tramp-handle-file-local-copy): Use insert-buffer-substring.
5289
5290 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
5291
5292 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
5293 in last change.
5294 (ange-ftp-insert-directory): Fix up the search for the case where
5295 `file' is absolute.
5296
5297 2005-10-02 Romain Francoise <romain@orebokech.com>
5298
5299 * progmodes/compile.el (compile-goto-error): Delete extra paren.
5300
5301 2005-10-02 Andreas Schwab <schwab@suse.de>
5302
5303 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
5304 directory component in the session info.
5305
5306 2005-10-01 Richard M. Stallman <rms@gnu.org>
5307
5308 * comint.el (comint-redirect-subvert-readonly): Doc fix.
5309
5310 * simple.el (next-error-internal): New function.
5311
5312 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
5313 (compilation-start): Pass new arg to compilation-buffer-name.
5314 (compile-goto-error): Use next-error-internal.
5315
5316 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
5317
5318 * speedbar.el: Remove RCS tag.
5319 (speedbar-check-read-only): Handle non-existent files.
5320
5321 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
5322
5323 * info.el (Info-speedbar-hierarchy-buttons)
5324 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
5325
5326 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5327
5328 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
5329 Do not match newline.
5330 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
5331 (bibtex-summary): Remove unnecessary save-excursion.
5332 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
5333
5334 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5335
5336 * term/mac-win.el: Add charset info for "iso10646-1".
5337 Modify default fontset to use ATSUI-compatible fonts for some charsets
5338 if available.
5339
5340 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
5341
5342 * speedbar.el: Re-apply arch tag.
5343 (speedbar-version): Rename to version 1.0. Suggested by Eric
5344 M. Ludlam.
5345 Reapply two changes from Emacs CVS' version of speedbar lost
5346 during the merge:
5347 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
5348 (speedbar-frame-parameters): Improve customize type.
5349
5350 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
5351
5352 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
5353 (ange-ftp-file-directory-p): Fix the symlink case.
5354 (ange-ftp-insert-directory): When listing a single file, get a list of
5355 the parent buffer and extract the relevant line. Inspired from a patch
5356 by Katsumi Yamaoka <yamaoka@jpl.org>.
5357 (ange-ftp-file-name-sans-versions): Simplify.
5358
5359 2005-09-30 Bill Wohler <wohler@newt.com>
5360
5361 Move MH-E image files from toolbar and mail directories into
5362 etc/images.
5363
5364 * mail/reply2.*: Move to etc/images/mail/reply*.
5365
5366 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
5367 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
5368 etc/images.
5369
5370 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
5371 * toolbar/reply*: Move to etc/images/mail.
5372
5373 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
5374
5375 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
5376
5377 * speedbar.el: New version 1.0pre3.
5378
5379 Frame management code (including timer, and mouse click specifics)
5380 moved to dframe.el:
5381 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
5382 (speedbar-timer): Removed. Use dframe-timer.
5383 (speedbar-close-frame): Removed. Use dframe-close-frame.
5384 (speedbar-activity-change-focus-flag): Removed. Use
5385 dframe-activity-change-focus-flag.
5386 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
5387 dframe-update-speed.
5388
5389 (speedbar-current-frame): New macro. Use this instead of the
5390 variable speedbar-frame.
5391
5392 (speedbar-use-images, speedbar-expand-image-button-alist)
5393 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
5394
5395 (speedbar-find-image-on-load-path): Removed. Replaced by
5396 defezimage in ezimage.el.
5397 (speedbar-expand-image-button-alist): Removed. Replaced by
5398 ezimage-expand-image-button-alist in ezimage.el.
5399
5400 (speedbar-ignored-directory-regexp)
5401 (speedbar-add-ignored-directory-regexp)
5402 (speedbar-ignored-directory-expressions)
5403 (speedbar-line-directory, speedbar-buffers-line-directory)
5404 (speedbar-directory-line, speedbar-buffers-line-directory):
5405 Renamed, replacing `path' with `directory'.
5406
5407 (speedbar-create-directory, speedbar-expand-line-descendants)
5408 (speedbar-toggle-line-expansion)
5409 (speedbar-contract-line-descendants): New commands.
5410
5411 (speedbar-query-confirmation-method, speedbar-select-frame-method)
5412 (speedbar-use-tool-tips-flag): New options.
5413
5414 (speedbar-check-read-only, speedbar-require-version)
5415 (speedbar-insert-separator, speedbar-buffers-tail-notes)
5416 (speedbar-handle-delete-frame, speedbar-try-completion)
5417 (speedbar-update-localized-contents): New functions.
5418
5419 (speedbar-incompatible-version, speedbar-ro-to-do-point)
5420 (speedbar-object-read-only-indicator): New variables.
5421
5422 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
5423 New hooks.
5424
5425 (speedbar-separator-face): New face.
5426
5427 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
5428 (speedbar-ignored-modes): Add fundamental-mode.
5429 (speedbar-directory-unshown-regexp): Add . directories.
5430
5431 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
5432 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
5433 `]' for full expand/close.
5434 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
5435
5436 (speedbar-check-vc): Support hidden files.
5437 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
5438 (speedbar-this-file-in-vc): Use vc-state if available. If VC
5439 state is nil, it is not checked out.
5440
5441 (speedbar-line-text, speedbar-line-token): Support expand buttons
5442 with no text.
5443 (speedbar-refresh): Universal argument acts as power-click.
5444 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
5445 that buffer to get variable values.
5446
5447 And many other bugfixes.
5448
5449 * dframe.el, ezimage.el, sb-image.el: New files.
5450
5451 * sb-*.xpm: Remove files. New image files installed into
5452 etc/images/ezimage.
5453
5454 2005-09-30 Kenichi Handa <handa@m17n.org>
5455
5456 * ps-mule.el (ps-mule-show-warning): If a character is in
5457 ps-print-translation-table, don't treat it as non-printable.
5458
5459 2005-09-30 David Ponce <david@dponce.com>
5460
5461 * tree-widget.el (tree-widget-themes-load-path): New variable.
5462 (tree-widget-themes-directory): Doc fix.
5463 (tree-widget-image-formats) [Emacs]: Doc fix.
5464 (tree-widget--locate-sub-directory): New function.
5465 (tree-widget-themes-directory): Use it.
5466
5467 * recentf.el (recentf-filename-handlers): Rename from
5468 `recentf-filename-handler'. Allow a list of functions.
5469 (recentf-menu-items-for-commands): Fix :help strings.
5470 (recentf-apply-filename-handlers): New function.
5471 (recentf-expand-file-name): Use it.
5472 (recentf-cleanup): Remove duplicates too.
5473
5474 2005-09-29 Juri Linkov <juri@jurta.org>
5475
5476 * faces.el: Rearrange face definitions to be in the same order as
5477 their face descriptions in "(emacs)Standard Faces".
5478
5479 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
5480
5481 * tooltip.el (tooltip): Add group `basic-faces'.
5482
5483 * buff-menu.el (Buffer-menu-buffer): Remove group
5484 `font-lock-highlighting-faces'.
5485
5486 * progmodes/compile.el (compilation-error, compilation-warning)
5487 (compilation-info, compilation-line-number, compilation-column-number):
5488 Change group from `font-lock-highlighting-faces' to `compilation'.
5489
5490 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
5491 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
5492 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
5493 (vhdl-font-lock-reserved-words-face)
5494 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
5495 `font-lock-highlighting-faces'.
5496
5497 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
5498
5499 2005-09-28 Kim F. Storm <storm@cua.dk>
5500
5501 * emulation/cua-base.el: Set CUA move property on additional commands:
5502 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
5503 forward-sexp, backward-sexp, forward-list, backward-list.
5504
5505 2005-09-28 Romain Francoise <romain@orebokech.com>
5506
5507 * comint.el (comint-show-output): Really set point at the
5508 beginning of the output when not using `comint-use-prompt-regexp'.
5509
5510 2005-09-27 Jay Belanger <belanger@truman.edu>
5511
5512 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
5513 in TeX mode.
5514
5515 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
5516
5517 * textmodes/org.el (org-table-sum): Fix format string.
5518
5519 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
5520 Quote face names.
5521
5522 2005-09-26 Romain Francoise <romain@orebokech.com>
5523
5524 * isearch.el (isearch-forward-regexp): Close doc string.
5525
5526 2005-09-25 Richard M. Stallman <rms@gnu.org>
5527
5528 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
5529
5530 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
5531
5532 * progmodes/compile.el (compilation-error-properties):
5533 When getting the file from the previous error message,
5534 correctly decode the new data format.
5535
5536 * progmodes/cc-cmds.el (c-electric-paren):
5537 Call old-blink-paren only for close-paren.
5538
5539 2005-09-24 Andreas Schwab <schwab@suse.de>
5540
5541 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
5542 condition.
5543
5544 2005-09-25 Romain Francoise <romain@orebokech.com>
5545
5546 * dired-aux.el (dired-copy-file-recursive):
5547 * dired.el (dired-delete-file):
5548 * ediff-mult.el (ediff-dir-diff-copy-file):
5549 * ediff-util.el (ediff-test-save-region):
5550 * forms.el (forms-mode):
5551 * ido.el (ido-file-internal, ido-delete-file-at-head):
5552 * log-edit.el (log-edit-done):
5553 * ses.el (ses-yank-resize):
5554 * play/gomoku.el (gomoku-human-plays, gomoku)
5555 (gomoku-human-resigns, gomoku-prompt-for-other-game)
5556 (gomoku-offer-a-draw):
5557 * play/landmark.el (lm-human-resigns, lm):
5558 * net/eudcb-ldap.el (eudc-ldap-check-base):
5559 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
5560 * progmodes/ebrowse.el (ebrowse-find-pattern):
5561 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
5562 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
5563 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
5564
5565 * vc.el (vc-delete-file):
5566 * play/gomoku.el (gomoku-terminate-game, gomoku)
5567 (gomoku-prompt-for-move, gomoku-human-takes-back):
5568 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
5569 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
5570
5571 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
5572
5573 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
5574 color rxvt terminals by using the code xterm.el used to use before
5575 2005-04-09 in order to match the colors used by rxvt.
5576
5577 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
5578
5579 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
5580 colors rxvt-unicode terminals by using the same code as xterm.el.
5581
5582 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
5583
5584 * textmodes/tex-mode.el (tex-font-lock-append-prop)
5585 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
5586 new symbol used for the tex-verbatim face.
5587
5588 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
5589
5590 * woman.el (woman-file-name):
5591 * wid-edit.el (widget-file-prompt-value)
5592 (widget-coding-system-prompt-value):
5593 * w32-fns.el (set-w32-system-coding-system):
5594 * vc.el (vc-version-diff, vc-annotate):
5595 * textmodes/reftex-auc.el (reftex-arg-cite)
5596 (reftex-arg-index-tag):
5597 * textmodes/refer.el (refer-get-bib-files):
5598 * textmodes/artist.el (artist-figlet-choose-font):
5599 * terminal.el (terminal-emulator):
5600 * replace.el (occur-read-primary-args):
5601 * rect.el (string-rectangle, string-insert-rectangle):
5602 * ps-print.el (ps-print-preprint):
5603 * progmodes/pascal.el (pascal-goto-defun):
5604 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
5605 * progmodes/compile.el (compilation-find-file):
5606 * printing.el (pr-interactive-n-up):
5607 * play/animate.el (animate-birthday-present):
5608 * net/rcompile.el (remote-compile):
5609 * man.el (man, Man-goto-section, Man-follow-manual-reference):
5610 * mail/rmailsum.el (rmail-summary-search-backward)
5611 (rmail-summary-search):
5612 * mail/rmailout.el (rmail-output-read-rmail-file-name)
5613 (rmail-output-read-file-name):
5614 * mail/rmail.el (rmail-search, rmail-search-backwards):
5615 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
5616 * locate.el (locate):
5617 * international/quail.el (quail-show-keyboard-layout):
5618 * international/mule.el (set-buffer-file-coding-system)
5619 (revert-buffer-with-coding-system, set-file-name-coding-system)
5620 (set-terminal-coding-system, set-keyboard-coding-system)
5621 (set-next-selection-coding-system):
5622 * international/mule-diag.el (describe-coding-system)
5623 (describe-font, describe-fontset):
5624 * international/mule-cmds.el (universal-coding-system-argument)
5625 (search-unencodable-char, describe-input-method)
5626 (set-language-environment, describe-language-environment):
5627 * international/codepage.el (codepage-setup):
5628 * international/code-pages.el (codepage-setup):
5629 * info.el (Info-search, Info-follow-reference)
5630 (Info-search-backward):
5631 * emacs-lisp/advice.el (ad-read-advised-function)
5632 (ad-read-advice-class, ad-clear-cache, ad-activate)
5633 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
5634 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
5635 (ad-read-regexp):
5636 * ediff-util.el (ediff-toggle-regexp-match):
5637 * ediff-ptch.el (ediff-prompt-for-patch-file):
5638 * dired-aux.el (dired-diff):
5639 * diff.el (diff):
5640 * cus-edit.el (custom-variable-prompt):
5641 * calendar/timeclock.el (timeclock-ask-for-project):
5642 * calc/calcalg3.el (calc-get-fit-variables):
5643 * calc/calc-store.el (calc-edit-variable)
5644 (calc-permanent-variable):
5645 * vc-mcvs.el (vc-mcvs-register):
5646 * shadowfile.el (shadow-define-literal-group):
5647 * woman.el (woman-file-name):
5648 * vc.el (vc-version-diff, vc-merge):
5649 * textmodes/reftex-index.el (reftex-index-complete-tag):
5650 * format.el (format-decode-buffer, format-decode-region):
5651 * emulation/viper-cmd.el (viper-read-string-with-history):
5652 * emacs-lisp/debug.el (cancel-debug-on-entry):
5653 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
5654 * ediff.el (ediff-merge-revisions)
5655 (ediff-merge-revisions-with-ancestor, ediff-revision):
5656 * completion.el (interactive-completion-string-reader):
5657 * calc/calc-prog.el (calc-user-define-formula):
5658 Follow convention for reading with the minibuffer.
5659
5660 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
5661
5662 * progmodes/python.el (python-describe-symbol): Add globals() and
5663 locals() to the arguments of emacs.ehelp.
5664
5665 2005-09-24 Magnus Henoch <mange@freemail.hu>
5666
5667 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
5668 New function, code extracted from ispell-valid-dictionary-list.
5669 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
5670 Call it.
5671
5672 2005-09-24 Eli Zaretskii <eliz@gnu.org>
5673
5674 * subr.el (version-regexp-alist): Extend valid syntax for version
5675 strings: allow any of the characters -,_,+ to separate the
5676 alpha/beta/rc part from the version part. Doc fix.
5677 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
5678
5679 2005-09-23 David Reitter <david.reitter@gmail.com>
5680
5681 * mail/mailclient.el: New file.
5682
5683 2005-09-23 Richard M. Stallman <rms@gnu.org>
5684
5685 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
5686 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
5687 Doc fixes.
5688
5689 * progmodes/cc-mode.el (c-font-lock-init):
5690 Specify font-lock-lines-before.
5691
5692 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
5693
5694 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
5695 whole conflict.
5696
5697 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
5698
5699 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
5700 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
5701 of `remap' feature when available. Additional key bindings for
5702 better tty support.
5703 (org-mode-restart, org-force-self-insert): New commands.
5704 (org-time-stamp-inactive): New command.
5705 (org-remap): New function.
5706 (org-table-auto-blank-field, org-level-color-stars-only): New options.
5707 (org-enable-fixed-width-editor): Move to `org-structure'
5708 customization group.
5709 (org-self-insert-command, orgtbl-self-insert-command): Modify to
5710 blank field after field motion commands.
5711
5712 2005-09-23 Kenichi Handa <handa@m17n.org>
5713
5714 * international/mule-cmds.el (set-language-environment):
5715 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
5716 have to call utf-translate-cjk-load-tables.
5717
5718 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
5719
5720 * mouse.el (mouse-move-drag-overlay): Fix last change.
5721
5722 2005-09-22 David Ponce <david@dponce.com>
5723
5724 * tree-widget.el (tree-widget-value-create): Fix previous change.
5725
5726 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
5727
5728 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
5729
5730 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
5731
5732 * mouse.el (mouse-move-drag-overlay): New function.
5733 (mouse-drag-region-1): Use it.
5734 Try to simplify a bit the state handling. Handle clicks on links
5735 inside intangible areas.
5736 (mouse-save-then-kill): Minor simplification.
5737 (mouse-secondary-overlay): Make it always non-nil instead of
5738 recreating it each time.
5739 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
5740 (mouse-kill-secondary, mouse-secondary-save-then-kill):
5741 Simplify accordingly.
5742
5743 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
5744
5745 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
5746
5747 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
5748
5749 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
5750 (ediff-file-name-sans-prefix): Treat nil as an empty string.
5751 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
5752 to patch.
5753
5754 * ediff-util.el: Use insert-buffer-substring.
5755
5756 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
5757
5758 * emulation/viper-cmd.el (viper-change-state): Don't move over the
5759 field boundaries in the minibuffer.
5760 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
5761 (viper-minibuffer-post-command-hook): New hook.
5762 (viper-line): Don't move cursor at bolp.
5763
5764 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
5765
5766 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
5767 avoid compiler warnings.
5768
5769 * emulation/viper-macs.el (ex-map): Better messages.
5770
5771 * emulation/viper-utils.el (viper-beginning-of-field): New function.
5772
5773 * emulation/viper.el: Replace make-variable-buffer-local with
5774 viper-make-variable-buffer-local everywhere, to avoid warnings.
5775
5776 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
5777
5778 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
5779 Delete unused var `old-selected-window'.
5780 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
5781 (mouse-drag-secondary): Delete unused var `start-frame'.
5782
5783 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
5784
5785 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
5786
5787 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
5788
5789 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
5790 Re-indent within 80 columns. Use inhibit-read-only.
5791
5792 2005-09-19 Romain Francoise <romain@orebokech.com>
5793
5794 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
5795
5796 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
5797
5798 * font-lock.el (font-lock-default-fontify-region): Don't add a line
5799 unconditionally, since the after-change-function already did it.
5800
5801 2005-09-19 Miles Bader <miles@gnu.org>
5802
5803 * net/newsticker.el: Get rid of CVS keyword.
5804
5805 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
5806
5807 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
5808 The prompt is formatted later.
5809
5810 2005-09-19 David Ponce <david@dponce.com>
5811
5812 * tree-widget.el (tree-widget-value-create): Save the converted
5813 tree :node widget.
5814
5815 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
5816
5817 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
5818 variable `message'.
5819
5820 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
5821
5822 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
5823 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
5824 <slawomir.nowaczyk.847@student.lu.se>.
5825
5826 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
5827
5828 * image.el (image-load-path): Use symbol `data-directory' instead
5829 of its value, for backward compatibility with packages that bind
5830 it during `find-image'. Suggested by Katsumi Yamaoka.
5831 (image-search-load-path): Handle symbols whose values are strings.
5832
5833 2005-09-18 Romain Francoise <romain@orebokech.com>
5834
5835 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
5836 with-current-buffer form in save-excursion.
5837
5838 2005-09-18 D Goel <deego@gnufans.org>
5839
5840 * apropos.el (apropos-command): Fix `message' call: first arg
5841 should be a format spec. In this and all other cases that appear
5842 below and elsewhere in the source code, I made a change only when
5843 two conditions were satisfied: [1] I can think of a possibility
5844 that the arguments would cause an error, for example, the code in
5845 question relies on external variables such as filenames. [2] I
5846 was sure that the arg to `message' could not have been nil in the code.
5847
5848 * textmodes/tildify.el (tildify-region): Ditto.
5849
5850 * textmodes/reftex-index.el (reftex-index-change-entry)
5851 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
5852 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
5853 * textmodes/org.el (org-complete, org-deadline, org-schedule)
5854 (org-priority, org-table-sum):
5855 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
5856 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
5857 (flyspell-word, flyspell-display-next-corrections):
5858 * textmodes/bibtex.el (bibtex-print-help-message):
5859 * textmodes/artist.el (artist-key-set-point-poly):
5860 * term/mac-win.el (mac-services-insert-text):
5861 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
5862 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
5863 (vhdl-port-paste-testbench, vhdl-compose-new-component)
5864 (vhdl-compose-configuration):
5865 * progmodes/sh-script.el (sh-blink, sh-show-indent)
5866 (sh-set-indent, sh-learn-line-indent):
5867 * progmodes/ps-mode.el (ps-mode-target-column):
5868 * progmodes/idlwave.el (idlwave-make-tags)
5869 (idlwave-scan-library-catalogs):
5870 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
5871 * progmodes/gud.el (gud-jdb-analyze-source):
5872 * progmodes/flymake.el (flymake-log):
5873 * progmodes/ebnf2ps.el (ebnf-generate-region):
5874 * progmodes/cmacexp.el (c-macro-expansion):
5875 * progmodes/ada-xref.el (ada-treat-cmd-string):
5876 * progmodes/ada-mode.el (ada-create-case-exception-substring)
5877 (ada-justified-indent-current, ada-batch-reformat):
5878 * play/zone.el (zone):
5879 * play/landmark.el (lm-move):
5880 * play/decipher.el (decipher-show-alphabet):
5881 * net/newsticker.el (newsticker--display-jump)
5882 (newsticker--display-scroll):
5883 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
5884 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
5885 * mail/feedmail.el (feedmail-dump-message-to-queue):
5886 * eshell/esh-proc.el (eshell-remove-process-entry):
5887 * emulation/ws-mode.el (ws-last-error):
5888 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
5889 (viper-record-kbd-macro):
5890 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
5891 * emacs-lisp/lisp-mnt.el (lm-report-bug):
5892 * emacs-lisp/find-func.el (find-function-noselect):
5893 * calendar/timeclock.el (timeclock-status-string)
5894 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
5895 (timeclock-when-to-leave-string):
5896 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
5897 * calc/calc-units.el (calc-enter-units-table):
5898 * calc/calc-mode.el (calc-mode-record-mode):
5899 * woman.el (woman-mini-help):
5900 * wdired.el (wdired-change-to-wdired-mode):
5901 * vc.el (vc-retrieve-snapshot):
5902 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
5903 * startup.el (display-startup-echo-area-message):
5904 * simple.el (set-goal-column):
5905 * ses.el (ses-command-hook, ses-recalculate-cell):
5906 * server.el (server-process-filter):
5907 * printing.el (pr-interface-txt-print, pr-interface-printify)
5908 (pr-interface-ps):
5909 * pcvs.el (cvs-help):
5910 * log-edit.el (log-edit, log-edit-mode-help):
5911 * iswitchb.el (iswitchb-possible-new-buffer):
5912 * isearch.el (isearch-edit-string):
5913 * image-mode.el (image-mode, image-minor-mode):
5914 * ibuf-macs.el (define-ibuffer-filter):
5915 * hi-lock.el (hi-lock-find-patterns):
5916 * files.el (toggle-read-only):
5917 * ediff-util.el (ediff-copy-diff)
5918 (ediff-write-merge-buffer-and-maybe-kill):
5919 * echistory.el (Electric-history-undefined):
5920 * dnd.el (dnd-insert-text):
5921 * dired-aux.el (dired-query):
5922 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
5923 * bookmark.el (bookmark-bmenu-locate):
5924 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
5925 Fix `message' calls to ensure first arg is a format string.
5926 The change was made only when these two conditions were satisfied:
5927 [1] when there is a possibility that the arguments would cause an error
5928 for example, if the code in question relies on external variables
5929 such as filenames, and
5930 [2] if the arg to `message' could not have been nil in the code.
5931
5932 * pcomplete.el (pcomplete--help): Fix `message' format spec.
5933 Not having a %s would be weird, though not technically wrong.
5934
5935 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5936
5937 * term/mac-win.el (mac-add-charset-info): Doc fix.
5938
5939 2005-09-17 Romain Francoise <romain@orebokech.com>
5940
5941 * shell.el (shell-resync-dirs): Handle echoing processes more
5942 reliably. Don't insert resync command if `comint-process-echoes'
5943 is non-nil.
5944
5945 2005-09-17 Magnus Henoch <mange@freemail.hu>
5946
5947 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
5948 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
5949 aspell versions >= 0.60.
5950 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
5951 only if ispell-aspell-supports-utf8 is non-nil.
5952
5953 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
5954
5955 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
5956 buffer-local value to lisp-indent-function.
5957
5958 2005-09-17 Milan Zamazal <pdm@zamazal.org>
5959
5960 * progmodes/glasses.el (glasses-make-readable): If
5961 glasses-separator differs from underscore, put appropriate
5962 overlays over underscore characters.
5963 (glasses-convert-to-unreadable): If glasses-separator differs from
5964 underscore, try to convert glasses-separator characters to
5965 underscores.
5966
5967 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
5968
5969 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
5970 Use with-syntax-table and dolist.
5971
5972 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
5973
5974 * textmodes/reftex-auc.el:
5975 * textmodes/reftex-cite.el:
5976 * textmodes/reftex-dcr.el:
5977 * textmodes/reftex-global.el:
5978 * textmodes/reftex-parse.el:
5979 * textmodes/reftex-ref.el:
5980 * textmodes/reftex-sel.el:
5981 * textmodes/reftex-toc.el:
5982 * textmodes/reftex-vars.el:
5983 * textmodes/reftex.el: Small changes to remove compiler warnings.
5984
5985 * textmodes/reftex-index.el: Likewise.
5986 (reftex-query-index-phrase): More efficient use of markers.
5987
5988 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
5989
5990 * image.el (image-load-path): New variable.
5991 (image-search-load-path): New function.
5992 (find-image): Search for images in `image-load-path'.
5993
5994 2005-09-15 Richard M. Stallman <rms@gnu.org>
5995
5996 * follow.el: Change Maintainer field.
5997
5998 2005-09-15 David Ponce <david@dponce.com>
5999
6000 * recentf.el (recentf-save-file-modes): New option.
6001 (recentf-save-list): Use it.
6002
6003 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
6004
6005 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
6006 (mode-line-mule-info, mode-line-modified): Move bindings from
6007 mouse-3 to mouse-1.
6008
6009 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
6010
6011 * simple.el (sendmail-user-agent-compose): Revert last change.
6012
6013 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
6014
6015 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
6016 Use with-current-buffer.
6017 (ange-ftp-gwp-start): Remove unused var `gw-user'.
6018 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
6019 (ange-ftp-insert-directory): Remove unused var `short'.
6020 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
6021
6022 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
6023 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
6024
6025 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
6026 (check-calendar-holidays, diary-list-entries): Autoload.
6027 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
6028 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
6029
6030 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
6031 which mistakenly removed a call to display-buffer.
6032
6033 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
6034
6035 * obsolete/iso-insert.el: Move to obsolete/ from international/.
6036
6037 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
6038
6039 * progmodes/hideshow.el
6040 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
6041 (hs-allow-nesting): New user var.
6042 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
6043 (hs-hide-block-at-point): When nesting allowed,
6044 if there is already an overlay in place, delete it.
6045 (hs-safety-is-job-n): Delete func; remove call sites.
6046 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
6047 (hs-overlay-at): New func.
6048 (hs-already-hidden-p, hs-show-block): Use it.
6049 (hs-hide-all): Don't pre-clean if nesting allowed.
6050 (hs-show-all): Temporarily disallow
6051 nesting around call to `hs-discard-overlays'.
6052
6053 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
6054
6055 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
6056 Delete unused local var.
6057
6058 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
6059
6060 * help-fns.el (describe-categories): "?\ " -> "?\s".
6061 (help-do-arg-highlight): Recognize also ARG-n, as in
6062 `move-to-left-margin' (ARG+n is already recognized). Simplify.
6063
6064 * international/codepage.el (dos-unsupported-char-glyph):
6065 * net/newsticker.el (tool-bar-map, w3-mode-map)
6066 (w3m-minor-mode-map):
6067 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
6068 (ent-alist):
6069 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
6070
6071 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
6072
6073 * custom.el (custom-push-theme): Handle the case where a symbol is
6074 bound but face properties have not yet been assigned.
6075
6076 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
6077 Fix behavior if noerase is `t' and there is no mail buffer.
6078
6079 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
6080 if `continue' is nil, rather than signal an error.
6081
6082 2005-09-12 Richard M. Stallman <rms@gnu.org>
6083
6084 * font-lock.el (font-lock-keywords): Add autoload.
6085
6086 * help-fns.el (describe-variable): Rearrange to put source link
6087 in a predictable place.
6088
6089 * net/newsticker.el: New file.
6090
6091 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
6092
6093 * calendar/calendar.el (calendar-for-loop): Add edebug info.
6094 (calendar-basic-setup): Use the new nil arg.
6095 (number-of-diary-entries): Move to diary-lib.el.
6096
6097 * calendar/diary-lib.el: Use with-current-buffer, match-string.
6098 (diary-list-entries): Use with-syntax-table and dolist.
6099 Rename from list-diary-entries.
6100 Use number-of-diary-entries if `number' is nil.
6101 (diary, diary-view-entries): Use this new name and new nil arg value.
6102 (number-of-diary-entries): Move from calendar.el.
6103 (diary-unhide-everything): New function.
6104 (include-other-diary-files, fancy-diary-display)
6105 (diary-show-all-entries, make-diary-entry): Use it.
6106 (diary-mail-entries): Use buffer-string.
6107 (mark-diary-entries): Fix long standing paren typo.
6108 (diary-sexp-entry): Use count-lines.
6109 (make-diary-entry): Avoid `previous-line'.
6110 (diary-mode-map): New var.
6111 (diary-mode): Redraw cal after saving. Setup header-line.
6112 (fancy-diary-display-mode): Use local-set-key.
6113
6114 * startup.el (command-line): Try calling various terminal-init-foo-bar
6115 functions by stripping hyphenated suffixes from $TERM.
6116
6117 * files.el (normal-mode): Check boundness of font-lock-keywords.
6118
6119 2005-09-12 Richard M. Stallman <rms@gnu.org>
6120
6121 * progmodes/compile.el: Don't decide a file's directory
6122 until the user actually tries to go there.
6123 (compilation-next-error-function):
6124 Pass compilation-find-file the directory from the file-struct.
6125 (compilation-internal-error-properties): Separate local FILE-STRUCT
6126 from FILE. Doc the args better. Rename arg FMT to FMTS.
6127 (compilation-find-file): Arg DIR renamed to DIRECTORY.
6128 Expand it, and if nil, use default-directory.
6129 (compilation-get-file-structure): Don't mix specified directory
6130 with default directory. Put specified directory into
6131 file-struct. Don't make the file name absolute.
6132
6133 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
6134 (compile-command): Add autoload.
6135 (compilation-disable-input): Add autoload.
6136
6137 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
6138
6139 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
6140 strings of the variables it can override.
6141 (time-stamp): New (as yet undocumented) time-stamp-format escapes
6142 %Q and %q, for fully-qualified domain name and unqualified host name.
6143
6144 2005-09-11 Kim F. Storm <storm@cua.dk>
6145
6146 * emacs-lisp/authors.el (authors-aliases): Update list.
6147 (authors-fixed-entries): Update mldrag.el entry.
6148
6149 2005-09-10 Alan Mackenzie <acm@muc.de>
6150
6151 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
6152 from the region narrowed to.
6153
6154 2005-09-10 Magnus Henoch <mange@freemail.hu>
6155
6156 * textmodes/ispell.el (ispell-check-version): Signal an error if
6157 aspell version is less than 0.60.
6158
6159 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
6160
6161 * progmodes/octave-inf.el (inferior-octave-startup):
6162 Resync current dir at the end.
6163
6164 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
6165
6166 * woman.el (woman-topic-at-point-default):
6167 Rename to woman-use-topic-at-point-default.
6168 (woman-topic-at-point): Rename to woman-use-topic-at-point.
6169 (woman-file-name): Reflect renames above. Automatically use the
6170 word at point as topic if woman-use-topic-at-point is non-nil.
6171 Otherwise offer it as default but don't insert it in the
6172 minibuffer. Also use `test-completion' instead of `assoc' as
6173 suggested by Stefan Monnier.
6174
6175 2005-09-10 Andre Spiegel <spiegel@gnu.org>
6176
6177 * vc.el (vc-directory, vc-update-change-log): Throw an error on
6178 the attempt to do it over Tramp. This is not yet supported.
6179
6180 2005-09-10 Eli Zaretskii <eliz@gnu.org>
6181
6182 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
6183 (menu-bar-non-minibuffer-window-p): New functions.
6184 ("Split Window", "Save As..."): Use them.
6185 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
6186 ("Print Buffer", "Truncate Long Lines in this Buffer"):
6187 Use menu-bar-menu-frame-live-and-visible-p.
6188 ("Save Buffer", "Insert File", "Open Directory...")
6189 ("Open File...", "Visit New File..."):
6190 Use menu-bar-non-minibuffer-window-p.
6191 (kill-this-buffer-enabled-p, dired <menu-enable>):
6192 Use menu-bar-non-minibuffer-window-p.
6193
6194 2005-09-09 Eli Zaretskii <eliz@gnu.org>
6195
6196 * cus-start.el (all): Don't complain about fringe-related
6197 built-ins if fringes are not supported. Ditto about
6198 selection-related built-ins. Fix the test for GTK-related built-ins.
6199
6200 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
6201 ("Postscript Print Buffer", "Print Region", "Save As...")
6202 ("Save", "Insert File...", "Open Directory...")
6203 ("Open File...", "Visit New File..."")
6204 ("Truncate Long Lines in this Buffer"): Don't look at
6205 menu-updating-frame if this display does not support multiple frames.
6206
6207 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
6208
6209 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
6210
6211 2005-09-09 Emilio Lopes <eclig@gmx.net>
6212
6213 * woman.el: Format- and whitespace-related changes.
6214
6215 2005-09-09 Eli Zaretskii <eliz@gnu.org>
6216
6217 * woman.el: Fix my email address.
6218
6219 2005-09-08 Richard M. Stallman <rms@gnu.org>
6220
6221 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
6222 (sh-mode): Locally set skeleton-pair-default-alist.
6223
6224 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
6225
6226 * progmodes/flymake.el: Require `compile' unconditionally.
6227
6228 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
6229
6230 * woman.el (woman-file-name): Provide a default, not initial input.
6231
6232 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
6233
6234 * font-lock.el (font-lock-support-mode): Doc fix.
6235
6236 * descr-text.el (describe-property-list): Handle non-symbol prop names.
6237
6238 2005-09-08 Richard M. Stallman <rms@gnu.org>
6239
6240 * simple.el (blink-matching-open): Get rid of text props from
6241 the string shown in echo area. Don't permanently set point.
6242 Some rearrangements.
6243
6244 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
6245
6246 * recentf.el (recentf-filename-handler): Add custom choice
6247 `abbreviate-file-name'.
6248
6249 * msb.el (msb--very-many-menus): Fix typo.
6250
6251 * disp-table.el (standard-display-european): Don't set
6252 enable-multibyte-characters to nil.
6253
6254 2005-09-08 David Ponce <david@dponce.com>
6255
6256 * recentf.el (recentf-show-file-shortcuts-flag): New option.
6257 (recentf-expand-file-name): Doc fix.
6258 (recentf-dialog-mode-map): Define digit shortcuts.
6259 (recentf--files-with-key): New variable.
6260 (recentf-show-digit-shortcut-filter): New function.
6261 (recentf-open-files-items): New function.
6262 (recentf-open-files): Use it.
6263 (recentf-open-file-with-key): New command.
6264
6265 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
6266
6267 * buff-menu.el (Buffer-menu-sort-by-column): New function.
6268 Suggested by Kim F. Storm.
6269 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
6270 (Buffer-menu-make-sort-button): Use global keymap.
6271
6272 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
6273
6274 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
6275 (Man-getpage-in-background-advice): Remove defadvice; it isn't
6276 necessary any longer with the remapped command.
6277 (Man-bgproc-sentinel-advice): Remove defadvice which counts
6278 formatting time only.
6279
6280 * net/tramp.el (tramp-action-password)
6281 (tramp-multi-action-password): Compile the password prompt from
6282 `method', `user' and `host'. Sometimes it isn't obvious which
6283 password to enter, for example with remote files offered by
6284 recentf.el, or with multiple steps. Suggested by Robert Marshall
6285 <robert@chezmarshall.freeserve.co.uk>.
6286
6287 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
6288
6289 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
6290 Fix regexp for when "s///" is at the beginning of line.
6291
6292 2005-09-07 Jay Belanger <belanger@truman.edu>
6293
6294 * calc/calc-poly.el (math-expand-term): Multiply out any powers
6295 when in matrix mode.
6296
6297 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
6298
6299 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
6300 non-anonymous functions.
6301
6302 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
6303
6304 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
6305 when using a header line. Otherwise, use mouse-1-click-follows-link.
6306
6307 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
6308 can't be moved; don't signal an error.
6309
6310 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
6311
6312 * cus-theme.el (custom-theme-write-faces): Save the current face
6313 spec, not the defface spec.
6314
6315 * custom.el (custom-known-themes): Clarify meaning of "standard".
6316 (custom-push-theme): Save old values in the standard theme.
6317 (disable-theme): Correct typo.
6318 (custom-face-theme-value) Deleted unused function.
6319 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
6320
6321 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
6322
6323 * progmodes/compile.el (compilation-goto-locus): Take into account
6324 iconified frames when determining whether the buffer is
6325 already visible.
6326 Don't reset window height if the window already existed.
6327
6328 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
6329
6330 * custom.el (load-theme): Rename from require-theme.
6331 Add interactive spec.
6332 (enable-theme): Rename from custom-enable-theme.
6333 Add interactive spec.
6334 (disable-theme): Rename from custom-disable-theme.
6335 Add interactive spec.
6336 (custom-make-theme-feature): Doc fix.
6337 (custom-theme-directory): Doc fix.
6338 (provide-theme): Call enable-theme.
6339
6340 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
6341
6342 * obsolete/lazy-lock.el (lazy-lock-mode):
6343 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
6344 font-lock-mode if it's off. Print a warning instead.
6345
6346 * progmodes/compile.el (compilation-start): Ignore errors if the
6347 process died before we get to send-eof.
6348
6349 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
6350 Undo last change. Enclosing the result in quotes broke things on Unix
6351 since tex-send-command passes it through shell-quote-argument.
6352 (tex-send-command): Pass `file' through convert-standard-filename
6353 when possible.
6354 (tex-uptodate-p): Handle the case where TeX hasn't put additional
6355 info in a transcript.
6356
6357 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
6358
6359 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
6360 fix compilation warning. Reorder the key definitions to group
6361 together keys emitted by the current version of xterm.
6362
6363 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
6364 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
6365 Reorder predicates to correct min-color usage.
6366
6367 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
6368
6369 * longlines.el (longlines-mode): Inhibit read-only when encoding.
6370 Kill local variables when longlines-mode is turned off.
6371
6372 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
6373
6374 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
6375
6376 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
6377
6378 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
6379
6380 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
6381 (font-lock-lines-before): Change default to being inactive.
6382 (font-lock-default-fontify-region): Obey font-lock-lines-before.
6383 (font-lock-after-change-function): Don't handle f-l-lines-before here.
6384
6385 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
6386
6387 * net/tramp.el (tramp-handle-make-auto-save-file-name):
6388 Deactivate temporarily advice if active (not needed for Emacs 22,
6389 but for backwards compatibility).
6390 (tramp-exists-file-name-handler): Rewrite. First implementation
6391 was too simple.
6392 (tramp-advice-make-auto-save-file-name):
6393 Call `tramp-handle-make-auto-save-file-name' (again, just for
6394 backwards compatibility).
6395
6396 2005-08-31 Reto Zimmermann <reto@gnu.org>
6397
6398 * progmodes/vhdl-mode.el
6399 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
6400 (vhdl-end-p): Fix indentation bug "else" after "-- when".
6401 (vhdl-set-default-project): New function (easier setting of default).
6402 (vhdl-port-copy): Handle extended identifiers for generics.
6403 (vhdl-compiler-alist): Better description for error message regexp.
6404 (vhdl-make): Query for target, use previous as default.
6405 (vhdl-port-copy): Fix port copy for port names starting with "signal".
6406 (vhdl-font-lock-keywords-2): Fix fontification for record
6407 el. assign.
6408 (vhdl-speedbar-make-subpack-line): Add package body link.
6409 (vhdl-generate-makefile-1): Not include itself as dependency.
6410 (vhdl-font-lock-init): Highlight c-preprocessor directives.
6411 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
6412 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
6413 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
6414 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
6415 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
6416 (vhdl-import-project): Add string argument for `error'.
6417 (vhdl-compose-configuration)
6418 (vhdl-compose-configuration-architecture): Add configuration
6419 declaration generation.
6420 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
6421 (vhdl-trailer-re): Add "record" keyword (better indentation).
6422 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
6423 "[^ \t-\"]+".
6424 (vhdl-font-lock-keywords-2): Not highlight formal parameter after '|'.
6425 (vhdl-testbench-entity-file-name)
6426 (vhdl-testbench-architecture-file-name): Allow separate
6427 customization of testbench file names.
6428 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
6429 (vhdl-get-visible-signals): Allow newline within alias declaration.
6430 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
6431 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
6432 (member-ignore-case): Alias for missing function in XEmacs.
6433 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
6434 (vhdl-update-sensitivity-list): Ignore case on read signals.
6435 (vhdl-replace-string): Adjust case only for file names.
6436 (vhdl-update-sensitivity-list): Fix search for read signals.
6437 (vhdl-update-sensitivity-list): Exclude formal parameters.
6438 (vhdl-get-visible-signals): Include aliases of signals.
6439 (vhdl-get-visible-signals): Fix signal name searching.
6440 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
6441 (vhdl-fixup-whitespace-region): Fix for character
6442 literals (e.g. ':').
6443
6444 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
6445
6446 * ansi-color.el (comint-last-output-start):
6447 * bs.el (font-lock-verbose):
6448 * diff-mode.el (add-log-buffer-file-name-function):
6449 * dired-x.el (vm-folder-directory):
6450 * faces.el (help-xref-stack-item):
6451 * files.el (font-lock-keywords):
6452 * find-lisp.el (dired-buffers, dired-subdir-alist):
6453 * ido.el (cua-inhibit-cua-keys):
6454 * log-view.el (cvs-minor-wrap-function):
6455 * outline.el (font-lock-warning-face):
6456 * simple.el (compilation-current-error):
6457 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
6458 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
6459 * tooltip.el (comint-prompt-regexp):
6460 * w32-fns.el (explicit-shell-file-name):
6461 * term/mac-win.el (mac-charset-info-alist)
6462 (mac-services-selection, mac-system-script-code):
6463 * term/tty-colors.el (msdos-color-values):
6464 * term/w32-win.el (xlfd-regexp-registry-subnum):
6465 * term/x-win.el (x-keysym-table, x-selection-timeout)
6466 (x-session-id, x-session-previous-id):
6467 * textmodes/ispell.el (mail-yank-prefix):
6468 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
6469 * textmodes/org.el (calc-embedded-close-formula)
6470 (calc-embedded-open-formula)
6471 (font-lock-unfontify-region-function):
6472 * textmodes/reftex-global.el (isearch-next-buffer-function)
6473 (TeX-master):
6474 * textmodes/reftex.el (font-lock-keywords):
6475 * textmodes/tex-mode.el (font-lock-comment-face)
6476 (font-lock-doc-face):
6477 * textmodes/texinfo.el (outline-heading-alist):
6478 Add defvars.
6479
6480 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
6481 (artist-spray-chars, artist-mode-init, artist-replace-string)
6482 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
6483 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
6484 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
6485
6486 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
6487 (conf-align-assignments): "?\ " -> "?\s".
6488
6489 * textmodes/reftex-index.el (TeX-master): Add defvar.
6490 (reftex-index-phrases-marker): Move up defvar.
6491
6492 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
6493 (reftex-toc-include-labels-indicator)
6494 (reftex-toc-include-index-indicator)
6495 (reftex-toc-max-level-indicator): Move up declarations.
6496
6497 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
6498 of args to `tramp-run-real-handler', even if it's empty in this case.
6499
6500 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6501
6502 * dired.el (dired-move-to-filename-regexp): Add date format for
6503 Mac OS X 10.3 in East Asian locales.
6504
6505 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
6506
6507 * files.el (make-auto-save-file-name): Add file name handler call
6508 if applicable.
6509
6510 * net/tramp.el (tramp-file-name-handler-alist)
6511 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
6512 (tramp-handle-make-auto-save-file-name): Rename from
6513 `tramp-make-auto-save-file-name'.
6514 (tramp-exists-file-name-handler): New defun.
6515 (tramp-advice-make-auto-save-file-name): Make defadvice only when
6516 `make-auto-save-file-name' is not a magic file name operation.
6517
6518 2005-08-30 Richard M. Stallman <rms@gnu.org>
6519
6520 * files.el (risky-local-variable-p):
6521 Match `-predicates' and `-commands.
6522
6523 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
6524 (custom-save-all): Visit the file if necessary;
6525 kill the buffer if we created it.
6526 (custom-save-delete): Don't visit file or kill buffer here.
6527
6528 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
6529
6530 * textmodes/org.el (org-special-keyword): New face.
6531 (org-table-copy-down, org-table-eval-formula)
6532 (org-table-recalculate, org-init-section-numbers):
6533 Use `string-to-number' instead of `string-to-int'.
6534 (org-get-location): Use `insert-buffer-substring' instead of
6535 `insert-buffer'.
6536 (org-modify-diary-entry-string): New function.
6537 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
6538 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
6539 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
6540 active region.
6541 (org-export-as-html): Handle QUOTE keyword.
6542 (org-quote-string): New option.
6543 (org-bookmark-jump-unhide): New function, used for
6544 `bookmark-after-jump-hook'.
6545 (org-diary-default-entry): Apply only when not called through
6546 `org-agenda'.
6547
6548 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
6549
6550 * net/eudc.el (mode-popup-menu):
6551 * play/handwrite.el (ps-printer-name, ps-lpr-command):
6552 * progmodes/ada-mode.el (compile-auto-highlight)
6553 (skeleton-further-elements):
6554 * progmodes/autoconf.el (font-lock-syntactic-keywords):
6555 * progmodes/cmacexp.el (msdos-shells):
6556 * progmodes/compile.el (font-lock-extra-managed-props)
6557 (font-lock-keywords, font-lock-maximum-size)
6558 (font-lock-support-mode):
6559 * progmodes/grep.el (font-lock-lines-before):
6560 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
6561 * progmodes/mixal-mode.el (compile-command):
6562 * progmodes/perl-mode.el (font-lock-comment-face)
6563 (font-lock-doc-face, font-lock-string-face):
6564 * progmodes/prolog.el (comint-prompt-regexp):
6565 * progmodes/sh-script.el (font-lock-comment-face)
6566 (font-lock-set-defaults, font-lock-string-face):
6567 * progmodes/sql.el (font-lock-keyword-face)
6568 (font-lock-set-defaults, font-lock-string-face):
6569 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
6570 (itimer-version, lazy-lock-defer-contextually)
6571 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
6572 Add defvars.
6573
6574 * progmodes/cperl-mode.el (cperl-electric-lbrace)
6575 (cperl-electric-keyword, cperl-electric-pod)
6576 (cperl-electric-backspace, cperl-forward-re)
6577 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
6578 (vc-rcs-header, vc-sccs-header): Add defvars.
6579
6580 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
6581 (font-lock-syntactic-keywords, gud-find-expr-function):
6582 Add defvars.
6583
6584 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
6585 (gdb-frame-parameters): Declare before use.
6586
6587 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
6588 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
6589 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
6590 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
6591
6592 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
6593 (idlwave-help-with-source): Use `insert-buffer-substring', not
6594 `insert-buffer'.
6595
6596 2005-08-29 Juri Linkov <juri@jurta.org>
6597
6598 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
6599 Put outline-back-to-heading function call inside save-excursion.
6600
6601 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
6602
6603 * man.el (Man-init-defvars, Man-translate-references)
6604 (Man-support-local-filenames, Man-highlight-references):
6605 * progmodes/sql.el (sql-interactive-mode):
6606 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
6607
6608 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
6609 (compilation-mode-font-lock-keywords): Add defvars.
6610 (checkdoc-interactive-loop): "?\ " -> "?\s".
6611
6612 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
6613 (font-lock-doc-face, font-lock-string-face)
6614 (font-lock-keywords-case-fold-search): Add defvars.
6615 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
6616
6617 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
6618 Don't pass X and Y (they are ignored anyway).
6619 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
6620 (mouse-delete-window): Make arguments optional.
6621
6622 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
6623 (caesar-translate-table, minor-modes, news-buffer-save)
6624 (news-group-name, news-minor-modes): Add defvars.
6625
6626 * emacs-lisp/lselect.el (mouse-highlight-priority)
6627 (x-lost-selection-functions, zmacs-regions):
6628 * emacs-lisp/pp.el (font-lock-verbose):
6629 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
6630 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
6631 (ses-mode-map):
6632 * emacs-lisp/tcover-unsafep.el (safe-functions):
6633 * international/mule-cmds.el (mac-system-coding-system)
6634 (mac-system-locale):
6635 * language/ethio-util.el (rmail-current-message)
6636 (rmail-message-vector):
6637 * language/thai-util.el (thai-auto-composition-mode):
6638 * mail/metamail.el (rmail-current-message, rmail-message-vector):
6639 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
6640 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
6641 (vm-primary-inbox, vm-spool-files):
6642 * mail/rmail.el (deleted-head, font-lock-fontified)
6643 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
6644 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
6645 (total-messages):
6646 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
6647 (rmail-summary-mode-map):
6648 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
6649 (rmail-last-label, rmail-last-multi-labels)
6650 (rmail-summary-vector, rmail-total-messages):
6651 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
6652 * mail/rmailsum.el (msgnum):
6653 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
6654 (rmail-current-message):
6655 * obsolete/fast-lock.el (font-lock-face-list):
6656 * obsolete/rnewspost.el (mail-reply-buffer):
6657 * obsolete/scribe.el (compile-command):
6658 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
6659
6660 2005-08-28 John Paul Wallington <jpw@gnu.org>
6661
6662 * ibuf-ext.el (ibuffer-auto-update-changed):
6663 Use `frame-or-buffer-changed-p' to check whether we need to update.
6664 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
6665 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
6666 as a `frame-or-buffer-changed-p' state vector instead.
6667
6668 2005-08-27 Romain Francoise <romain@orebokech.com>
6669
6670 * textmodes/makeinfo.el (makeinfo-compile):
6671 Use `compilation-start'. Set `next-error-function' according to
6672 `disable-errors'.
6673 (makeinfo-next-error): New function.
6674 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
6675 (makeinfo-buffer): Likewise.
6676
6677 * progmodes/compile.el (compilation-start): Add autoload cookie.
6678
6679 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
6680 * textmodes/sgml-mode.el: Likewise.
6681 * progmodes/python.el: Likewise.
6682
6683 2005-08-27 Eli Zaretskii <eliz@gnu.org>
6684
6685 * simple.el (blink-matching-paren-distance): Document the meaning
6686 of nil value, and allow to customize to nil.
6687
6688 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
6689 command.com, not command.exe.
6690
6691 2005-08-26 John Wiegley <johnw@newartisans.com>
6692
6693 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
6694 code around a bit so that an extraneous nil argument is not added
6695 to a command when no args are given.
6696
6697 * eshell/esh-arg.el (eshell-parse-double-quote): If a
6698 double-quoted argument resolves to nil, return it as an empty
6699 string rather than as nil. This made it impossible to pass "" to
6700 a shell script as a null string argument.
6701
6702 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
6703
6704 * outline.el (outline-invent-heading): New fun.
6705 (outline-promote, outline-demote): Use it.
6706 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
6707 (outline-end-of-subtree): Remove unused var `opoint'.
6708
6709 2005-08-26 David Reitter <david.reitter@gmail.com>
6710
6711 * menu-bar.el (truncate-lines, write-file, print-buffer)
6712 (ps-print-buffer-faces, ps-print-buffer, split-window):
6713 Disable menu items when the frame they refer to is invisible, or when
6714 they refer to a buffer and the minibuffer is selected.
6715
6716 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
6717
6718 * progmodes/flymake.el (flymake-highlight-err-lines):
6719 Use save-excursion around flymake-highlight-line to preserve point.
6720
6721 2005-08-26 Eli Zaretskii <eliz@gnu.org>
6722
6723 * progmodes/octave-mod.el: Change Author and Maintainer address.
6724 (octave-maintainer-address): Change Kurt's email address.
6725 * progmodes/octave-inf.el: Change Author and Maintainer address.
6726 * progmodes/octave-hlp.el: Change Author and Maintainer address.
6727
6728 2005-08-26 Kim F. Storm <storm@cua.dk>
6729
6730 * subr.el (version-list-<, version-list-<=, version-list-=):
6731 Renamed from integer-list-*.
6732 (version-list-not-zero): Likewise. Fix while loop.
6733 (version=): Use version-list-= instead of string-equal.
6734
6735 2005-08-26 Richard M. Stallman <rms@gnu.org>
6736
6737 * outline.el (outline-promote): Try shortening the heading.
6738 As last resort, read the heading to use.
6739 (outline-demote): As last resort, read the heading to use.
6740
6741 2005-08-26 Romain Francoise <romain@orebokech.com>
6742
6743 * progmodes/compile.el (compilation-start): Doc fix.
6744
6745 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
6746 (antlr-font-lock-additional-keywords): Fix reference to
6747 `antlr-font-lock-literal-regexp' erroneously changed during the
6748 mass face rename.
6749 (antlr-run-tool): Use `compilation-start'.
6750
6751 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
6752 instead of the obsolete `compile-internal'.
6753
6754 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
6755
6756 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
6757 (number, original-date):
6758 * calendar/cal-china.el (date):
6759 * calendar/cal-coptic.el (date):
6760 * calendar/cal-french.el (date):
6761 * calendar/cal-hebrew.el (date, entry, number, original-date):
6762 * calendar/cal-islam.el (date, number, original-date):
6763 * calendar/cal-iso.el (date):
6764 * calendar/cal-julian.el (date):
6765 * calendar/cal-mayan.el (date):
6766 * calendar/cal-menu.el (date, event):
6767 * calendar/cal-persia.el (date):
6768 * calendar/lunar.el (date):
6769 * calendar/solar.el (date): Add defvars.
6770
6771 * emerge.el:
6772 * ibuffer.el:
6773 * info-xref.el:
6774 * obsolete/bg-mouse.el:
6775 * obsolete/sun-curs.el:
6776 * obsolete/swedish.el: Move the `defvar's to the top level.
6777
6778 * smerge-mode.el (smerge-refined-change): Add :group.
6779
6780 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
6781
6782 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
6783 (smerge-keep-n): Remove props.
6784 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
6785 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
6786 now that it's done in smerge-keep-n.
6787 (smerge-refined-change): New face.
6788 (smerge-refine-chopup-region, smerge-refine-highlight-change)
6789 (smerge-refine): New funs.
6790 (smerge-basic-map): Bind smerge-refine.
6791
6792 2005-08-25 Juri Linkov <juri@jurta.org>
6793
6794 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
6795 compilation-process-setup-function and compilation-disable-input
6796 in grep-mode instead of let-bindings in grep.
6797
6798 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
6799 Delete "Automatic File De/compression" (auto-compression-mode).
6800
6801 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
6802
6803 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
6804 Silence warning about non-existent variable.
6805
6806 2005-08-25 Richard M. Stallman <rms@gnu.org>
6807
6808 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
6809 Rename "Describe Key" to "Describe Key or Mouse Operation".
6810
6811 * mail/mailalias.el (build-mail-aliases): Delete comments
6812 from the contents before processing them.
6813
6814 * isearch.el (isearch-edit-string): Erase the Search prompt
6815 if user enters an empty string and there is no default.
6816
6817 * comint.el (comint-file-name-prefix): Add autoload.
6818
6819 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
6820
6821 * subr.el (play-sound): Rearrange to avoid warning.
6822
6823 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
6824
6825 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
6826 New hook.
6827 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
6828
6829 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
6830
6831 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
6832
6833 * custom.el (custom-theme-set-variables): Sort minor modes last.
6834
6835 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6836
6837 * subr.el (version-separator, version-regexp-alist): New vars used by
6838 version comparison funs.
6839 (integer-list-<, integer-list-=, integer-list-<=)
6840 (integer-list-not-zero): New funs for integer list comparison.
6841 (version-to-list, version=, version<, version<=): New funs for version
6842 comparison.
6843
6844 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
6845
6846 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
6847 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
6848 time to silence the byte-compiler.
6849
6850 * ibuffer.el (ibuffer-compile-make-eliding-form)
6851 (ibuffer-check-formats): Use `with-no-warnings' to hide references
6852 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
6853 so it's silly to get warnings for it).
6854 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
6855 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
6856 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
6857 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
6858 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
6859 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
6860 Defvar at compile time.
6861 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
6862 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
6863 Declare them before use.
6864
6865 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
6866 (info-xref-good, info-xref-bad): Defvar at compile time.
6867
6868 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
6869 Use `let*' instead of `let'.
6870
6871 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
6872 (*mouse-y*, menu, char): Defvar at compile time.
6873 (sc::menu): Declare it before use.
6874 (sc::pack-one-line): Use `let', not `let*'.
6875
6876 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
6877 (mail-send-hook): Defvar at compile time.
6878
6879 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
6880 Defvar at compile time.
6881
6882 * term/sun-mouse.el (current-global-mousemap)
6883 (current-local-mousemap): Declare them before use.
6884
6885 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
6886
6887 * bookmark.el (bookmark-after-jump-hook): New hook.
6888 (bookmark-jump): Run `bookmark-after-jump-hook'.
6889
6890 2005-08-23 Juri Linkov <juri@jurta.org>
6891
6892 * faces.el (minibuffer-prompt): Doc fix.
6893
6894 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
6895
6896 * progmodes/xscheme.el: Trivial changes to silence warnings.
6897 (xscheme-previous-mode, xscheme-previous-process-state):
6898 Add defvars.
6899 (xscheme-last-input-end, xscheme-process-command-line)
6900 (xscheme-process-name, xscheme-buffer-name)
6901 (xscheme-expressions-ring-max, xscheme-expressions-ring)
6902 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
6903 (xscheme-control-g-synchronization-p)
6904 (xscheme-control-g-disabled-p, xscheme-string-receiver)
6905 (default-xscheme-runlight, xscheme-runlight)
6906 (xscheme-runlight-string, xscheme-process-filter-state)
6907 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
6908 Move to beginning of file.
6909 (scheme-interaction-mode-commands-alist)
6910 (scheme-interaction-mode-map, scheme-debugger-mode-map):
6911 Declare them before use. Note: the initialization code for the variables
6912 has not been moved because it uses functions that reference the variables.
6913 (xscheme-control-g-message-string, xscheme-process-filter-alist)
6914 (xscheme-prompt-for-expression-map): Declare them before use.
6915 (scheme-debugger-mode-commands): "?\ " -> "?\s".
6916
6917 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
6918
6919 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
6920
6921 2005-08-22 Juri Linkov <juri@jurta.org>
6922
6923 * faces.el (set-face-underline): Delete this duplicate function
6924 and make an obsolete alias to set-face-underline-p.
6925 (set-face-underline-p): Use docstring of set-face-underline.
6926 (describe-face): Create hyperlink to parent face.
6927
6928 * info.el (Info-insert-dir): Use save-excursion around
6929 insert-buffer-substring.
6930 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
6931 (Info-escape-percent): Delete function.
6932 (Info-fontify-node): Replace Info-escape-percent by
6933 replace-regexp-in-string with REP arg set to lambda that
6934 duplicates `%' and preserves text properties.
6935
6936 * progmodes/compile.el (compilation-disable-input): Doc fix.
6937 (define-compilation-mode): Doc fix and refill.
6938 (kill-compilation): Use `mode-name' in the error message.
6939 (compilation-find-file): Use `compilation-error' in the
6940 read-file-name's prompt.
6941
6942 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
6943
6944 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
6945 (smerge-auto-leave): Make undo re-enable the mode.
6946 (debug-ignored-errors): Add the user-error of impossible resolution.
6947 (smerge-resolve): Move things around a bit, in preparation for later.
6948 (smerge-diff): Don't fail if the buffer has no associated file.
6949 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
6950 (smerge-conflict-overlay): New function.
6951 (smerge-match-conflict): Don't add text properties here.
6952 (smerge-find-conflict): Instead, add an overlay here.
6953 Also check for the case where we're inside a conflict already, so as to
6954 obviate the need for font-lock-multiline, which is unbearably slow with
6955 large conflicts and ciomplex font-lock patterns.
6956 (smerge-remove-props): Remove overlay rather than text-properties.
6957 (smerge-mode): Don't set font-lock-multiline.
6958 Remove overlays when turned off.
6959
6960 2005-08-21 Kim F. Storm <storm@cua.dk>
6961
6962 * ido.el (ido-ignore-item-p): Use save-match-data.
6963 Bind case-fold-search to ido-case-fold locally.
6964
6965 2005-08-20 Richard M. Stallman <rms@gnu.org>
6966
6967 * files.el (normal-mode): If font lock is on, turn it off and on.
6968
6969 * subr.el (replace-regexp-in-string): Doc fix.
6970
6971 * startup.el (command-line-1): Don't suppress startup screen
6972 due to existing processes.
6973
6974 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
6975
6976 * progmodes/compile.el (compilation-disable-input): Default to nil.
6977
6978 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
6979
6980 * progmodes/compile.el (compilation-disable-input): New defcustom.
6981 (compilation-start): If compilation-disable-input is non-nil, send
6982 EOF to the compilation process.
6983
6984 2005-08-20 Eli Zaretskii <eliz@gnu.org>
6985
6986 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
6987 Run the argument of tex-shell-cd-command through
6988 convert-standard-filename, to get the correct style of slashes on
6989 Windows, and enclose the result in quotes, in case the file name
6990 includes whitespace or other special characters.
6991
6992 2005-08-19 Andreas Schwab <schwab@suse.de>
6993
6994 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
6995 process.
6996
6997 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
6998
6999 * cus-start.el (minibuffer-prompt-properties): Correct typo.
7000
7001 2005-08-18 Kim F. Storm <storm@cua.dk>
7002
7003 * scroll-lock.el: Fix errors due to incorrect line wrapping.
7004
7005 2005-08-18 Richard M. Stallman <rms@gnu.org>
7006
7007 * scroll-lock.el: New file.
7008
7009 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
7010
7011 * dired.el (dired-move-to-end-of-filename):
7012 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
7013
7014 2005-08-18 Kim F. Storm <storm@cua.dk>
7015
7016 * ido.el (ido-everywhere): Fix defcustom :set function to disable
7017 rather than toggle mode when custom value is nil.
7018 (ido-everywhere): Fix defun doc string.
7019
7020 2005-08-17 Richard M. Stallman <rms@gnu.org>
7021
7022 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
7023 as tag instead of "Inviolable".
7024
7025 2005-08-17 Kim F. Storm <storm@cua.dk>
7026
7027 * windmove.el (windmove-coordinates-of-position): Remove.
7028 (windmove-coordinates-of-window-position): Remove.
7029 (windmove-reference-loc): Use posn-at-point instead.
7030
7031 * subr.el (insert-for-yank-1): Doc fix.
7032
7033 * ido.el (ido-enter-matching-directory): Rename from
7034 ido-enter-single-matching-directory. Change 'slash choice to
7035 'only. Add 'first choice.
7036 (ido-exhibit): Adapt to above changes.
7037
7038 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
7039
7040 * Makefile.in: Expand comment about building loaddefs.el.
7041
7042 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
7043
7044 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
7045 Comment use of defadvice.
7046
7047 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
7048
7049 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
7050
7051 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
7052 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
7053 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
7054 * progmodes/idlw-shell.el, progmodes/ld-script.el,
7055 * progmodes/which-func.el, ruler-mode.el, strokes.el,
7056 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
7057 for backward compatibility for faces that did not appear in the
7058 previous Emacs release.
7059
7060 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
7061
7062 2005-08-15 Kim F. Storm <storm@cua.dk>
7063
7064 * emulation/cua-base.el (cua-delete-region): Return t if
7065 deleted region was non-empty.
7066 (cua-replace-region): Inhibit overwrite-mode for
7067 self-insert-command if replaced region was non-empty.
7068 (cua--explicit-region-start, cua--status-string): Make them
7069 buffer-local at top-level...
7070 (cua-mode): ...rather than when mode is enabled.
7071
7072 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
7073
7074 * progmodes/vhdl-mode.el (vhdl-emacs-21):
7075 Set t for Emacs 21, 22, and so on.
7076
7077 2005-08-15 David Ponce <david@dponce.com>
7078
7079 * tree-widget.el: Update Commentary header.
7080 (tree-widget-theme): Doc fix.
7081 (tree-widget-space-width): New option.
7082 (tree-widget-image-properties): Look up in the default theme too.
7083 (tree-widget--cursors): Only for images with arrow pointer shape.
7084 (tree-widget-lookup-image): Pointer shape is hand by default.
7085 (tree-widget-icon): Rename generic icon widget from
7086 `tree-widget-control'.
7087 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
7088 derive from `tree-widget-icon'.
7089 (tree-widget-handle): Improve default look and feel of the text
7090 representation.
7091 (tree-widget): Rename :*-control properties to :*-icon properties.
7092 Add :action and :help-echo properties.
7093 (tree-widget-after-toggle-functions): Move.
7094 (tree-widget-close-node, tree-widget-open-node): Remove.
7095 (tree-widget-before-create-icon-functions): New hook.
7096 (tree-widget-value-create): Update to allow customization of icons
7097 and nodes at run-time via that new hook.
7098 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
7099 (tree-widget-icon-action, tree-widget-icon-help-echo)
7100 (tree-widget-action, tree-widget-help-echo): New functions.
7101
7102 2005-08-15 Kim F. Storm <storm@cua.dk>
7103
7104 * ido.el (ido-buffer-internal): Use with-no-warnings.
7105 (ido-make-merged-file-list): Use while-no-input.
7106
7107 2005-08-15 Richard M. Stallman <rms@gnu.org>
7108
7109 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
7110 (flyspell-large-region): Fix doc and custom type.
7111
7112 2005-08-14 Richard M. Stallman <rms@gnu.org>
7113
7114 * files.el (interpreter-mode-alist): Doc fix.
7115
7116 * mail/rmail.el (rmail-nonignored-headers): New variable.
7117 (rmail-clear-headers): Use it.
7118 (rmail-reply): Better handling of mail-followup-to header.
7119
7120 * progmodes/sh-script.el (sh-font-lock-keywords-var):
7121 Rename variable from sh-font-lock-keywords. In the `shell' entry,
7122 don't try to refer to executable-font-lock-keywords.
7123 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
7124 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
7125 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
7126 (sh-mode): Set comment-start-skip, local-abbrev-table,
7127 imenu-case-fold-search.
7128 (sh-set-shell): Don't set them here.
7129 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
7130 Don't cache the results in the original alist; don't ever modify
7131 that alist.
7132
7133 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
7134
7135 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
7136 empty.
7137
7138 2005-08-15 Andreas Schwab <schwab@suse.de>
7139
7140 * desktop.el: Put autoload cookie at risky-local-variable declarations.
7141
7142 * dired.el, info.el, mail/rmail.el: Revert last change.
7143
7144 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
7145
7146 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
7147 modification in `eval-after-load' form.
7148 * info.el: Likewise.
7149 * mail/rmail.el: Likewise.
7150
7151 2005-08-14 Juri Linkov <juri@jurta.org>
7152
7153 * progmodes/compile.el (compilation-mode-font-lock-keywords):
7154 Remove highlighting of "Compilation started". Highlight only
7155 the word "finished" in "Compilation finished". Add highlighting
7156 of "interrupt", "killed", "terminated" and the exit code.
7157 (compilation-start): Add newline after header. Use exactly the
7158 same time stamp format as the finishing message.
7159 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
7160
7161 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
7162 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
7163 Add highlighting of "interrupt", "killed", "terminated".
7164
7165 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
7166 enabled and the current command is self-insert-command, call it
7167 explicitly with overwrite-mode bound to nil, to not allow it
7168 to delete the character after the selected region.
7169
7170 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
7171
7172 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
7173 move-end-of-line, end-of-line, and beginning-of-line to the list
7174 of commands after which the echo area is updated.
7175
7176 2005-08-12 Eli Zaretskii <eliz@gnu.org>
7177
7178 * cus-edit.el (custom-save-all, custom-save-delete):
7179 Bind recentf-exclude to exclude custom-file.
7180
7181 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
7182
7183 * mail/rmailsum.el (rmail-summary-end-of-message): New command
7184 to go to the bottom of the mail message. Added to
7185 `rmail-summary-mode-map' with key "/".
7186 (rmail-summary-show-message): New (internal) function for use by
7187 both `rmail-summary-beginning/end-of-message'.
7188 (rmail-summary-beginning-of-message): Change to use
7189 rmail-summary-show-message.
7190
7191 * mail/rmail.el (rmail-end-of-message): New command to go to the
7192 end of the current message. Added to `rmail-mode-map' with key "/".
7193 (rmail-beginning-of-message): Fix to work as documented.
7194 (rmail-mode): Change documentation.
7195
7196 * progmodes/compile.el (compilation-start): Add the line
7197 "Compilation started" with compilation start time.
7198 (compilation-mode-font-lock-keywords): Add `started' to keywords.
7199
7200 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
7201
7202 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
7203 of menu items.
7204
7205 2005-08-11 Richard M. Stallman <rms@gnu.org>
7206
7207 * simple.el (pop-global-mark): Reverse test of widen-automatically.
7208
7209 * battery.el (battery-status-function): Don't use ignore-errors.
7210
7211 2005-08-11 Lute Kamstra <lute@gnu.org>
7212
7213 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
7214 define-obsolete-variable-alias.
7215
7216 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
7217
7218 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
7219 (ange-ftp-send-cmd): Revert last change, and expand
7220 the comment explaining the problem.
7221
7222 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
7223
7224 * ldefs-boot.el: Update.
7225
7226 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
7227 item to "Time, Load and Mail". Change help echo text.
7228
7229 * time.el (display-time-use-mail-icon, display-time-format)
7230 (display-time-string-forms): Shorten first line of docstrings.
7231
7232 2005-08-10 Lars Hansen <larsh@soem.dk>
7233
7234 * desktop.el (desktop-buffer-mode-handlers):
7235 Make non-customizable. Add autoload cookie. Change initial value to
7236 nil; add elements in respective modules instead. Fix doc string.
7237 (desktop-load-file): New function.
7238 (desktop-minor-mode-handlers): New autoloaded variable.
7239 (desktop-create-buffer): Call minor mode handlers.
7240 Use desktop-load-file to load major and minor mode modules prior to
7241 checking for a handler.
7242 (desktop-save): Don't add nil to desktop-minor-modes for minor
7243 modes with nil function in desktop-minor-mode-table. Don't delete
7244 desktop file before rewriting it.
7245 (desktop-locals-to-save): Add autoload cookie. Don't make
7246 automatically buffer-local. Add variables column-number-mode,
7247 size-indication-mode, indent-tabs-mode,
7248 indicate-buffer-boundaries, indicate-empty-lines and
7249 show-trailing-whitespace.
7250 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
7251 regexps. Don't use desktop-clear-preserve-buffers-regexp.
7252 (desktop-clear-preserve-buffers-regexp): Delete.
7253 (desktop-clear-preserve-buffers): Update initial value and docstring.
7254 (desktop-save-buffer): Fix doc string.
7255
7256 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
7257 (hilit-chg-desktop-restore): New function.
7258 (highlight-changes-mode): Add highlight-changes-mode to
7259 desktop-locals-to-save.
7260
7261 * dired.el: Add handler to desktop-buffer-mode-handlers.
7262 (dired-restore-desktop-buffer): Remove autoload cookie.
7263 (dired-mode): Add autoload cookie.
7264
7265 * info.el: Add handler to desktop-buffer-mode-handlers.
7266 (Info-restore-desktop-buffer): Remove autoload cookie.
7267 (Info-mode): Add autoload cookie.
7268
7269 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
7270 (mh-restore-desktop-buffer): Remove autoload cookie.
7271 (mh-folder-mode): Add autoload cookie.
7272
7273 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
7274 (rmail-restore-desktop-buffer): Remove autoload cookie.
7275
7276 2005-08-11 Masatake YAMATO <jet@gyve.org>
7277
7278 * hexl.el (hexl-address-region):
7279 (hexl-ascii-region, hexl-font-lock-keywords):
7280 (hexl-highlight-line-range): Use the term "region"
7281 instead of "area" for consistency with the other symbols
7282 defined in hexl.el.
7283
7284 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
7285
7286 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
7287 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
7288 out by Juri Linkov). Add `display-battery-mode'.
7289
7290 2005-08-09 Juri Linkov <juri@jurta.org>
7291
7292 * progmodes/compile.el (compilation-mode-font-lock-keywords):
7293 Remove `-text' from face variable names.
7294 (compilation-error-file-name, compilation-warning-file-name)
7295 (compilation-info-file-name): Delete faces.
7296 (compilation-line-number, compilation-column-number):
7297 Remove face underlining.
7298 (compilation-message-face): Set to `underline' value by default.
7299 (compilation-error-face, compilation-warning-face)
7300 (compilation-info-face): Remove `-file-name' from face names.
7301 (compilation-error-text-face, compilation-warning-text-face)
7302 (compilation-info-text-face): Delete face variables.
7303 (compilation-text-face): Delete function.
7304
7305 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
7306 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
7307 (grep-error-face): Set to `compilation-error' instead of
7308 `compilation-error-face' (which is redefined to `grep-hit-face' in
7309 grep buffers).
7310 (grep-mode-font-lock-keywords): Remove `-text' from face variable
7311 names. Use `grep-error-face' instead of `compilation-error-text-face'.
7312
7313 * dired-aux.el (dired-do-query-replace-regexp):
7314 Use `query-replace-read-args'.
7315
7316 * replace.el (query-replace-read-from, query-replace-read-to)
7317 (query-replace-read-args): Rename arg `string' to `prompt'.
7318
7319 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
7320
7321 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
7322
7323 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
7324 uploading files.
7325 (ange-ftp-canonize-filename): Handle file names beginning with ~
7326 correctly.
7327
7328 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
7329
7330 * textmodes/fill.el (canonically-space-region)
7331 (fill-context-prefix, fill-french-nobreak-p)
7332 (fill-delete-newlines, fill-comment-paragraph)
7333 (justify-current-line): "?\ " -> "?\s".
7334
7335 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
7336
7337 * textmodes/fill.el (fill-nonuniform-paragraphs):
7338 Improve argument/docstring consistency.
7339
7340 2005-08-09 Richard M. Stallman <rms@gnu.org>
7341
7342 * textmodes/ispell.el (ispell-word): More fboundp checks.
7343
7344 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
7345 (find-file-noselect-1): Call it here, only if RAWFILE.
7346 (normal-mode): Always set some major mode.
7347 (save-some-buffers-action-alist): Change some explanation strings.
7348 (file-name-non-special): In the `quote' method, use unwind-protect.
7349
7350 2005-08-09 Magnus Henoch <mange@freemail.hu>
7351
7352 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
7353 (ispell-have-aspell-dictionaries): New variable.
7354 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
7355 (ispell-get-aspell-config-value): New function.
7356 (ispell-aspell-find-dictionary): New function.
7357 (ispell-aspell-add-aliases): New function.
7358 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
7359 appropriate. Don't look for ispell dictionaries if we use aspell.
7360 (ispell-menu-map): Don't build a submenu of dictionaries.
7361
7362 2005-08-09 Richard M. Stallman <rms@gnu.org>
7363
7364 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
7365 (sql-read-passwd): Use read-passwd.
7366
7367 * progmodes/idlw-toolbar.el (idlwave-toolbar)
7368 (idlwave-toolbar-is-possible): Add defvars.
7369
7370 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
7371 Avoid warnings.
7372
7373 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
7374 (idlwave-system-class-info, idlwave-executive-commands-alist):
7375 Use defvar.
7376
7377 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
7378
7379 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
7380 Avoid warnings.
7381
7382 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
7383 and content-type: headers.
7384
7385 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
7386
7387 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
7388 and rename some of them to be more self-explanatory.
7389
7390 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
7391
7392 * startup.el (command-line-1): Implement -scriptload.
7393
7394 * replace.el (occur-engine): Initial *Occur* output not undoable.
7395
7396 * menu-bar.el (menu-bar-file-menu): Rename some menu items
7397 and improve help strings.
7398
7399 * isearch.el (isearch-repeat): When changing direction,
7400 mark search successful.
7401
7402 * ediff-init.el: Use (featurep 'xemacs).
7403
7404 * comint.el (send-invisible): Identify buffer, if not selected.
7405
7406 * align.el: Delete autoload for c-guess-basic-syntax.
7407
7408 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
7409
7410 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
7411 Improve argument/docstring consistency. Doc fixes.
7412 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
7413 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
7414 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
7415 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
7416 (r2bv-organization, r2bv-pages, r2bv-primary-author)
7417 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
7418 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
7419 Defvar at compile time.
7420
7421 2005-08-09 Juri Linkov <juri@jurta.org>
7422
7423 * info.el: Replace `info' with upper-case `Info' where appropriate.
7424 (info-title-1, info-title-2, info-title-3, info-title-4)
7425 (info-menu-header): Move up face definitions.
7426 (info-menu-star): Rename from `info-menu-5'.
7427 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
7428 (Info-fontify-visited-nodes): Fix docstring.
7429 (Info-hide-note-references): Fix docstring.
7430 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
7431 menu items in the same way as on cross-references.
7432 (info-apropos): Fix sorting order and formatting to be like in the
7433 stand-alone Info browser. Display error messages for 1 sec.
7434 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
7435 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
7436 from the menu bar.
7437 (Info-insert-dir): Restore point after calling
7438 `insert-buffer-substring'.
7439
7440 2005-08-08 Richard M. Stallman <rms@gnu.org>
7441
7442 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
7443 (recompute-lucid-menubar): Add defvars.
7444
7445 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
7446
7447 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
7448
7449 * net/net-utils.el (run-dig): Rename from `dig'.
7450
7451 * play/gametree.el (gametree-mode): Use make-local-variable,
7452 not make-variable-buffer-local.
7453
7454 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
7455
7456 * ansi-color.el (ansi-color-make-extent)
7457 (ansi-color-set-extent-face): Use fboundp, not functionp.
7458
7459 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
7460 not make-variable-buffer-local.
7461
7462 * bookmark.el (Info-current-file): Add defvar.
7463 (bookmark-jump-noselect): Use with-no-warnings.
7464
7465 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
7466
7467 * ebuff-menu.el (Helper-return-blurb): Add defvar.
7468
7469 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
7470
7471 * find-file.el (ada-procedure-start-regexp)
7472 (ada-package-start-regexp): Add defvars.
7473
7474 * info.el (Info-insert-dir): Use insert-buffer-substring.
7475
7476 * xml.el (xml-att-def-re): Add defvar.
7477
7478 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
7479 calling convention.
7480
7481 * subr.el (while-no-input): Return t if there is input.
7482
7483 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
7484
7485 * cus-start.el (all): Add `overflow-newline-into-fringe'.
7486
7487 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
7488
7489 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
7490 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
7491
7492 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
7493
7494 * cmuscheme.el (scheme-start-file): Replace reference to
7495 `user-emacs-directory' by "~/.emacs.d/".
7496
7497 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
7498
7499 * info.el (Info-dir-remove-duplicates): Avoid case folding
7500 in loop; instead, keep downcased strings for comparison.
7501 Suggested by Helmut Eller.
7502
7503 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
7504
7505 Sync with Tramp 2.0.50.
7506
7507 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
7508 XEmacs case; not necessary anymore.
7509 (tramp-user-regexp): Allow "@" as part of user name.
7510 (tramp-handle-set-visited-file-modtime)
7511 (tramp-handle-insert-file-contents)
7512 (tramp-handle-write-region): No special handling for
7513 `last-coding-system-used, because this is done in
7514 `tramp-accept-process-output' now.
7515 (tramp-accept-process-output): New defun.
7516 (tramp-process-one-action, tramp-process-one-multi-action)
7517 (tramp-wait-for-regexp, tramp-wait-for-output)
7518 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
7519 Howells <dhowells@redhat.com>.
7520 (clear-visited-file-modtime): Defadvice removed. The check for
7521 unset buffer's modtime does not need to be based on
7522 `tramp-buffer-file-attributes'. Suggested by RMS.
7523 (tramp-message): Insert "\n" if not being at beginning of line.
7524 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
7525 sequence with same logic.
7526 (tramp-completion-handle-expand-file-name): Discard call of
7527 `tramp-drop-volume-letter'. It is not necessary, and there have
7528 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
7529 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
7530 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
7531 should always be visible.
7532 (tramp-handle-insert-directory, tramp-setup-complete)
7533 (tramp-set-process-query-on-exit-flag)
7534 (tramp-append-tramp-buffers): Pacify byte-compiler.
7535 (tramp-bug): Delete non-existing variables from list.
7536 Apply `tramp-load-report-modules' as pre-hook.
7537 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
7538 `shell-prompt-pattern' because of non-7bit characters.
7539 Reported by Sebastian Luque <sluque@mun.ca>.
7540 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
7541 (tramp-match-string-list): Remove function.
7542 (tramp-wait-for-regexp): Remove call of that function.
7543 Suggested by Kim F. Storm <storm@cua.dk>.
7544 (tramp-set-auto-save-file-modes): Use octal integer code #o600
7545 instead of octal character code ?\600. The latter resulted in a
7546 syntax error with XEmacs.
7547
7548 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
7549 XEmacs case; not necessary anymore.
7550 (tramp-smb-handle-write-region): No special handling for
7551 `last-coding-system-used, because this is done in
7552 `tramp-accept-process-output' now.
7553 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
7554
7555 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
7556
7557 * wid-edit.el (widget-choice-value-create):
7558 Unconditionally respect user choice. Set :explicit-choice back to nil
7559 when no longer needed.
7560 (widget-choice-action): Unconditionally respect user choice.
7561 Eliminate :explicit-choice-value.
7562
7563 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
7564
7565 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
7566 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
7567 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
7568 running new function `toggle-indicate-empty-lines'.
7569 Rename "Customize" item to "Customize fringe".
7570 Rename "Indicators" item to "Buffer boundaries" and change help echo.
7571 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
7572 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
7573 Delete "Empty lines only" item.
7574 (menu-bar-showhide-fringe-ind-customize): New function.
7575 (menu-bar-showhide-fringe-ind-mixed)
7576 (menu-bar-showhide-fringe-ind-box)
7577 (menu-bar-showhide-fringe-ind-right)
7578 (menu-bar-showhide-fringe-ind-left)
7579 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
7580 instead of `fringe-indicators'.
7581
7582 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
7583
7584 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
7585 Change the date of last update.
7586
7587 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
7588
7589 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
7590 (viper-exec-yank, viper-put-back): Don't display modification msg
7591 if in the minibuffer.
7592
7593 * viper-init.el (viper-replace-overlay-cursor-color)
7594 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
7595 Make variables frame local.
7596
7597 * viper-util.el (viper-append-filter-alist): Use append instead of
7598 nconc.
7599
7600 * viper.el (viper-vi-state-mode-list)
7601 (viper-emacs-state-mode-list): Move help-mode and
7602 completion-list-mode from the first list to the second.
7603 (viper-mode): Docstring.
7604 (viper-go-away, viper-non-hook-settings): Don't localize
7605 minor-mode-alist in newer Emacsen. Add advice to
7606 set-cursor-color. Don't bind "\C-c\\".
7607
7608 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
7609
7610 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
7611 (scheme-macro-expand-command): New user options.
7612 (scheme-trace-procedure, scheme-expand-current-form): New commands.
7613 (scheme-form-at-point, scheme-start-file)
7614 (scheme-interactively-start-process): New functions.
7615 (scheme-get-process): New function, extracted from `scheme-proc'.
7616 (run-scheme): Call `scheme-start-file' to get start file, and pass
7617 it to `make-comint'.
7618 (switch-to-scheme, scheme-proc):
7619 Call `scheme-interactively-start-process' if no Scheme buffer/process
7620 is available.
7621
7622 2005-08-06 Juri Linkov <juri@jurta.org>
7623
7624 * progmodes/compile.el (compilation-mode-font-lock-keywords):
7625 Use `compilation-text-face', `compilation-info-text-face' and
7626 `compilation-error-text-face' instead of `font-lock-keyword-face'.
7627 (compilation-error): New face.
7628 (compilation-error-file-name): Inherit from
7629 `compilation-error' instead of `font-lock-warning-face'.
7630 (compilation-warning-file-name): Inherit from
7631 `compilation-warning' instead of `font-lock-warning-face'.
7632 (compilation-info, compilation-error-file-name)
7633 (compilation-warning-file-name, compilation-info-file-name)
7634 (compilation-line-number, compilation-column-number): Doc fix.
7635 (compilation-error-text-face, compilation-warning-text-face)
7636 (compilation-info-text-face): New face variables.
7637 (compilation-line-face, compilation-column-face)
7638 (compilation-enter-directory-face)
7639 (compilation-leave-directory-face): Doc fix.
7640 (compilation-text-face): New function.
7641
7642 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
7643 instead of 1 to display binary file names as info file links.
7644 (grep-error-face): Use `compilation-error-face' instead of
7645 `font-lock-keyword-face'.
7646 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
7647 and `compilation-warning-text-face' instead of
7648 `font-lock-keyword-face'. Use `compilation-error-text-face'
7649 instead of `grep-error-face'.
7650
7651 2005-08-05 Kenichi Handa <handa@m17n.org>
7652
7653 * international/code-pages.el: Add autoload cookies for all coding
7654 systems.
7655
7656 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
7657
7658 * cus-start.el (all): Put undo.c where it alphabetically belongs.
7659
7660 2005-08-04 Juri Linkov <juri@jurta.org>
7661
7662 * progmodes/compile.el (compilation-mode-map):
7663 * progmodes/grep.el (grep-mode-map):
7664 Bind TAB to `compilation-next-error' and [backtab] to
7665 `compilation-previous-error'.
7666
7667 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
7668 matching line numbers, column numbers and their ranges with regexp
7669 matching only line numbers.
7670 (grep-context-face): New face variable.
7671 (grep-mode-font-lock-keywords): Use it.
7672
7673 * faces.el (read-face-name): Delete duplicate faces.
7674
7675 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
7676
7677 * thumbs.el (thumbs-find-image): Don't make variables
7678 automatically buffer local.
7679 (thumbs-current-tmp-filename, thumbs-current-image-filename)
7680 (thumbs-image-num): Make automatically buffer local.
7681 (thumbs-show-thumbs-list): Use `make-local-variable', not
7682 `make-variable-buffer-local'.
7683 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
7684
7685 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
7686 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
7687 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
7688 (bother, bye, canyou, chatlst, continue, deathlst, describe)
7689 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
7690 (feelings-about, foullst, found, hello, history, howareyoulst)
7691 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
7692 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
7693 (neglst, obj, object, owner, please, problems, qlist)
7694 (random-adjective, relation, remlst, repetitive-shortness)
7695 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
7696 (shortlst, something, sportslst, stallmanlst, states, subj)
7697 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
7698 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
7699 Defvar at compile time.
7700
7701 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
7702 not `make-variable-buffer-local'.
7703
7704 2005-08-02 Kim F. Storm <storm@cua.dk>
7705
7706 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
7707 rectangle overlay in selected window.
7708
7709 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
7710
7711 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
7712 instead of display group. Make `indicate-buffer-boundaries'
7713 customizable through Custom.
7714
7715 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
7716
7717 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
7718 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
7719 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
7720 (gdb-put-string): Fix typos in docstrings.
7721
7722 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
7723
7724 Update copyright notices of files in progmodes directory for
7725 release of Emacs 22.1.
7726
7727 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
7728
7729 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
7730 Don't barf if the GUD buffer has been killed.
7731
7732 2005-08-01 Kim F. Storm <storm@cua.dk>
7733
7734 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
7735
7736 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
7737
7738 * simple.el (next-error-follow-minor-mode):
7739 make-variable-buffer-local -> make-local-variable.
7740
7741 * emacs-lisp/cl-extra.el: Require CL also when compiling.
7742
7743 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
7744 (byte-compile-form-make-variable-buffer-local): New functions to warn
7745 about misuses of make-variable-buffer-local where make-local-variable
7746 was meant.
7747
7748 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
7749
7750 * bs.el (bs-attributes-list): Doc fix.
7751 (bs): Update url-link.
7752
7753 * desktop.el (desktop-save-buffer): Fix typos in docstring.
7754 (desktop-load-default): Simplify.
7755
7756 * ibuffer.el (ibuffer-columnize-and-insert-list)
7757 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
7758 (ibuffer-unmark-all, ibuffer-toggle-marks)
7759 (ibuffer-unmark-forward, ibuffer-unmark-backward)
7760 (ibuffer-compile-make-format-form, ibuffer-format-column)
7761 (ibuffer-current-buffers-with-marks)
7762 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
7763 (ibuffer): Doc fix.
7764 (ibuffer-mode): Fix typo in docstring.
7765 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
7766 with `define-obsolete-variable-alias'.
7767 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
7768
7769 2005-07-29 Kenichi Handa <handa@m17n.org>
7770
7771 * international/mule-cmds.el (select-message-coding-system):
7772 Be sure to use LF for end-of-line. If no coding system is decided,
7773 return iso-8859-1-unix.
7774
7775 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
7776
7777 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
7778 (ange-ftp-pending-error-line): New vars.
7779 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
7780 to handle the non-fatal no-route-to-host messages.
7781 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
7782
7783 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
7784
7785 * isearch.el (isearch-mode-map, isearch-other-meta-char)
7786 (isearch-quote-char, isearch-printing-char)
7787 (isearch-text-char-description): "?\ " -> "?\s".
7788 (isearch-lazy-highlight-cleanup)
7789 (isearch-lazy-highlight-initial-delay)
7790 (isearch-lazy-highlight-interval)
7791 (isearch-lazy-highlight-max-at-a-time)
7792 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
7793 Declare with define-obsolete-*-alias macros.
7794 (isearch-forward): Fix typo in docstring.
7795 (search-invisible, search-ring-yank-pointer)
7796 (regexp-search-ring-yank-pointer): Doc fixes.
7797
7798 * recentf.el (recentf-menu-append-commands-p): Declare with
7799 `define-obsolete-variable-alias'.
7800 (recentf-max-saved-items, recentf-menu-filter)
7801 (recentf-arrange-by-rule-subfilter): Doc fixes.
7802 (recentf-menu-append-commands-flag)
7803 (recentf-initialize-file-name-history, recentf-expand-file-name)
7804 (recentf-clear-data): Fix typos in docstrings.
7805
7806 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
7807
7808 * progmodes/gdb-ui.el: Smarten comments.
7809 (gdb-info-breakpoints-custom): Use nowarn when finding file.
7810
7811 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
7812
7813 * term/apollo.el (terminal-init-apollo): New function containing
7814 all former top level forms in the file.
7815 * term/bobcat.el (terminal-init-bobcat):
7816 * term/cygwin.el (terminal-init-cygwin):
7817 * term/iris-ansi.el (terminal-init-iris-ansi):
7818 * term/linux.el (terminal-init-linux):
7819 * term/news.el (terminal-init-news):
7820 * term/rxvt.el (terminal-init-rxvt):
7821 * term/sun.el (terminal-init-sun):
7822 * term/tvi970.el (terminal-init-tvi970):
7823 * term/vt100.el (terminal-init-vt100):
7824 * term/vt102.el (terminal-init-vt102):
7825 * term/vt125.el (terminal-init-vt125):
7826 * term/vt200.el (terminal-init-vt200):
7827 * term/vt201.el (terminal-init-vt201):
7828 * term/vt220.el (terminal-init-vt220):
7829 * term/vt240.el (terminal-init-vt240):
7830 * term/vt300.el (terminal-init-vt300):
7831 * term/vt320.el (terminal-init-vt320):
7832 * term/vt400.el (terminal-init-vt400):
7833 * term/vt420.el (terminal-init-vt420):
7834 * term/wyse50.el (terminal-init-wyse50):
7835 * term/xterm.el (terminal-init-xterm): Likewise.
7836
7837 * term/README: Describe the terminal-init-* functionality.
7838
7839 * startup.el (command-line): After loading the terminal initialization
7840 file call the corresponding terminal initialization function.
7841
7842 2005-07-27 Kenichi Handa <handa@m17n.org>
7843
7844 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
7845 negative.
7846
7847 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
7848 (ps-mule-composition-prologue): Fix for the case that
7849 RelativeCompose is false.
7850
7851 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
7852
7853 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
7854
7855 * descr-text.el (describe-char): Handle the case where the list of
7856 chars is displayed in a separate frame.
7857 Be a bit more discriminating when looking for the char.
7858
7859 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
7860
7861 * bookmark.el (bookmark-automatically-show-annotations)
7862 (bookmark-read-annotation-text-func): Doc fixes.
7863 (bookmark-save): Improve argument/docstring consistency.
7864 (bookmark-get-bookmark, bookmark-get-bookmark-record)
7865 (bookmark-alist-from-buffer)
7866 (bookmark-upgrade-file-format-from-0)
7867 (bookmark-grok-file-format-version)
7868 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
7869 (bookmark-read-annotation-mode)
7870 (bookmark-insert-current-bookmark, bookmark-jump)
7871 (bookmark-exit-hook): Fix typos in docstrings.
7872 (bookmark-exit-hooks): Define as obsolete alias.
7873 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
7874 not `bookmark-exit-hooks'. Fix docstring.
7875 (bookmark-bmenu-select): "?\ " -> "?\s".
7876
7877 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
7878
7879 * startup.el (command-line): Fix typo.
7880
7881 2005-07-24 Richard M. Stallman <rms@gnu.org>
7882
7883 * tooltip.el (tooltip-mode): Test emacs-basic-display,
7884 not emacs-quick-startup.
7885
7886 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
7887
7888 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
7889 (reb-next-match, reb-show-subexp): Use `with-selected-window'
7890 instead of `reb-with-current-window'.
7891 (reb-prev-match): Likewise. Also, don't move left if the search
7892 was unsuccessful.
7893 (reb-initialize-buffer): New function.
7894 (re-builder, reb-change-syntax): Use it.
7895
7896 * man.el (Man-goto-page): Make second argument NOERROR optional.
7897
7898 2005-07-23 Richard M. Stallman <rms@gnu.org>
7899
7900 * man.el (Man-bgproc-sentinel): Check here for failure to find
7901 any man page in the output, and report the error here.
7902 (Man-arguments): Make it permanent local.
7903 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
7904 (Man-mode): Pass t for NOERROR.
7905
7906 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
7907 (grep-mode-font-lock-keywords):
7908 Don't use compilation-...-face for messages that are not file names.
7909
7910 * progmodes/compile.el (compilation-mode-font-lock-keywords):
7911 Don't use compilation-...-face for messages that are not file names.
7912
7913 2005-07-22 Juri Linkov <juri@jurta.org>
7914
7915 * startup.el (normal-splash-screen): Update menu name.
7916
7917 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
7918
7919 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
7920
7921 * term/xterm.el: Load term/rxvt if the terminal is actually an
7922 rxvt terminal.
7923 (xterm-rxvt-set-background-mode): Remove, not used anymore.
7924
7925 * term/rxvt.el (function-key-map): Use substitute-key-definition
7926 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
7927
7928 * term/cygwin.el: New file.
7929
7930 2005-07-22 Kim F. Storm <storm@cua.dk>
7931
7932 * image-file.el (insert-image-file, image-file-yank-handler):
7933 Fix last change to maintain a (unique) yank-handler on yanked images.
7934
7935 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
7936
7937 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
7938 of the file size (as in "177B" for 177 bytes). This happens with
7939 "ls -lh" on FreeBSD.
7940
7941 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
7942
7943 * hilit-chg.el (highlight-changes-global-initial-state)
7944 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
7945 (hilit-chg-fixup, highlight-changes-mode):
7946 Fix typos in docstrings.
7947 (highlight-changes-global-modes, highlight-changes-rotate-faces):
7948 Doc fixes.
7949
7950 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
7951
7952 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
7953 mode function using `eval-after-load'.
7954
7955 2005-07-21 Kim F. Storm <storm@cua.dk>
7956
7957 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
7958 included when reporting an emacs crash, and tell about the DEBUG file.
7959
7960 * image-file.el (insert-image-file): Add yank-handler.
7961 (image-file-yank-handler): Yank handler to make unique copies of
7962 images when they are yanked into a buffer next to each other.
7963
7964 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
7965
7966 * comint.el (comint-use-prompt-regexp, comint-send-input)
7967 (comint-source-default, comint-extract-string)
7968 (comint-get-source, comint-word, comint-completion)
7969 (comint-source, comint-prompt-read-only, comint-update-fence):
7970 Fix typos in docstrings.
7971 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
7972 Declare with define-obsolete-*-alias macros.
7973 (comint-previous-matching-input-from-input)
7974 (comint-next-matching-input-from-input)
7975 (comint-previous-matching-input, comint-next-matching-input)
7976 (comint-forward-matching-input):
7977 Improve argument/docstring consistency.
7978
7979 * desktop.el (desktop-clear-preserve-buffers-regexp):
7980 Also preserve the *server* buffer.
7981
7982 * simple.el (clone-indirect-buffer): Doc fix.
7983 (fixup-whitespace, just-one-space)
7984 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
7985 (next-error, next-error-highlight)
7986 (next-error-highlight-no-select, next-error-last-buffer)
7987 (next-error-buffer-p, next-error-find-buffer, next-error)
7988 (previous-error, next-error-no-select, previous-error-no-select)
7989 (open-line, split-line, minibuffer-prompt-width, kill-new)
7990 (binary-overwrite-mode): Fix typos in docstrings.
7991 (set-fill-column): Fix typo in message.
7992
7993 * skeleton.el (skeleton-proxy-new): Doc fix.
7994
7995 * strokes.el (strokes-load-hook): Doc fix.
7996 (strokes-grid-resolution, strokes-get-grid-position)
7997 (strokes-renormalize-to-grid, strokes-read-stroke)
7998 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
7999 (strokes-global-map): Fix typos in docstrings.
8000 (strokes-help): Doc fix. Fix help message and pass it through
8001 `substitute-command-keys'.
8002
8003 * tempo.el (tempo-insert-prompt, tempo-interactive)
8004 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
8005 (tempo-insert-string-functions, tempo-local-tags)
8006 (tempo-define-template, tempo-insert-template)
8007 (tempo-insert-prompt-compat, tempo-is-user-element)
8008 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
8009 Fix typos in docstrings.
8010
8011 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
8012 (vcursor-key-bindings, vcursor-use-vcursor-map)
8013 (vcursor-find-window, vcursor-scroll-down)
8014 (vcursor-disable, vcursor-beginning-of-buffer)
8015 (vcursor-end-of-buffer): Fix typos in docstrings.
8016 (vcursor-relative-move, vcursor-get-char-count):
8017 Improve argument/docstring consistency.
8018
8019 * version.el: "?\ " -> "?\s".
8020
8021 * wid-edit.el (widget-default-create, widget-after-change)
8022 (widget-default-format-handler, widget-checklist-add-item)
8023 (widget-radio-add-item, widget-choose, widget-specify-secret)
8024 (widget-field-value-create, widget-field-value-get)
8025 (widget-editable-list-format-handler)
8026 (widget-editable-list-entry-create, widget-group-value-create)
8027 (widget-documentation-link-add)
8028 (widget-documentation-string-value-create): "?\ " -> "?\s".
8029 (widget-convert-text): Doc fix.
8030 (widget-narrow-to-field, widget-field-find)
8031 (widget-url-link-action, widget-emacs-library-link-action)
8032 (widget-color-notify): Fix typos in docstrings.
8033
8034 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
8035 (x-select-text, set-w32-system-coding-system)
8036 (w32-add-charset-info): Fix typos in docstrings.
8037
8038 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
8039 (cua-enable-cua-keys, cua-use-hyper-key)
8040 (cua-virtual-rectangle-edges): Fix typos in docstrings.
8041 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
8042
8043 * net/tramp.el (tramp-handle-load): Fix typo in error message.
8044
8045 * emacs-lisp/re-builder.el (regexp-builder): Declare with
8046 `defalias' instead of faking it.
8047
8048 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
8049 (eshell-ls-missing, eshell-ls-dired-initial-args)
8050 (eshell-ls-use-in-dired): Fix typos in docstrings.
8051
8052 2005-07-20 Kim F. Storm <storm@cua.dk>
8053
8054 * emulation/cua-base.el (cua-mode): Improve doc string.
8055
8056 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
8057
8058 * abbrev.el (expand-region-abbrevs): Doc fix.
8059 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
8060 Improve argument/docstring consistency.
8061
8062 * arc-mode.el (archive-get-descr, archive-alternate-display):
8063 Doc fixes.
8064 (archive-l-e): Improve argument/docstring consistency.
8065 (archive-tmpdir, archive-unixdate, archive-unixtime)
8066 (archive-chmod-entry): Fix typos in docstrings.
8067 (archive-unflag, archive-unflag-backwards)
8068 (archive-unmark-all-files): "?\ " -> "?\s".
8069
8070 * buff-menu.el (Buffer-menu-unmark): Doc fix.
8071 (Buffer-menu-not-modified, Buffer-menu-execute)
8072 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
8073 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
8074
8075 * composite.el (compose-string, encode-composition-rule)
8076 (compose-last-chars): Fix typos in docstrings.
8077
8078 * desktop.el (desktop-enable, desktop-basefilename):
8079 Declare with `define-obsolete-variable-alias'.
8080 (desktop-internal-v2s): Don't quote keywords.
8081 (desktop-clear): "?\ " -> "?\s".
8082
8083 * dired.el (dired-align-file, dired-flag-backup-files)
8084 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
8085 (dired-listing-switches, dired-ls-F-marks-symlinks)
8086 (dired-dwim-target, dired-load-hook, dired-mode-hook)
8087 (dired-directory, dired-faces, dired, dired-revert)
8088 (dired-mode, dired-summary, dired-view-file)
8089 (dired-copy-filename-as-kill, dired-delete-file)
8090 (dired-no-confirm, dired-unmark-all-marks)
8091 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
8092 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
8093 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
8094 Fix typos in message strings.
8095
8096 * dired-x.el (virtual-dired): Declare with `defalias'.
8097 (dired-mark-unmarked-files, dired-local-variables-file)
8098 (dired-omit-here-always): Doc fix.
8099 (dired-omit-mode, dired-find-subdir)
8100 (dired-enable-local-variables, dired-clean-up-buffers-too)
8101 (dired-extra-startup, dired-mark-extension, dired-jump)
8102 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
8103 (dired-smart-shell-command, dired-guess-shell-alist-user)
8104 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
8105 (dired-x-bind-find-file, dired-x-submit-report):
8106 Fix typos in docstrings.
8107 (dired-mark-unmarked-files): "?\ " -> "?\s".
8108
8109 * dirtrack.el (dirtrack-list): Fix typos in docstring.
8110
8111 * faces.el (describe-face): "?\ " -> "?\s".
8112 (read-all-face-attributes, read-face-font, modify-face)
8113 (face-attr-construct, italic): Fix typos in docstrings.
8114 (frame-update-face-colors): Declare with
8115 `define-obsolete-function-alias'.
8116
8117 * files.el (find-file-noselect, recode-file-name): Doc fixes.
8118 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
8119 (magic-mode-alist, buffer-file-numbers-unique)
8120 (write-file-functions, get-free-disk-space):
8121 Fix typos in docstrings.
8122 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
8123 (write-contents-hooks, write-file-hooks):
8124 Declare with `define-obsolete-variable-alias'.
8125
8126 * forms-d2.el (arch-rj): Fix typo in docstrings.
8127 (arch-tocol): Likewise. "?\ " -> "?\s".
8128
8129 * frame.el (set-frame-font, cursor-in-non-selected-windows):
8130 Fix typo in docstring.
8131 (set-screen-width, set-screen-height): Delete redundant info in
8132 doctrings.
8133 (new-frame, screen-height, screen-width): Declare with
8134 `define-obsolete-function-alias'.
8135 (delete-frame-hook, blink-cursor): Declare with
8136 `define-obsolete-variable-alias'.
8137
8138 * paths.el (prune-directory-list): Fix typos in docstring.
8139
8140 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
8141 (cvs-prefix-get): Fix typos in docstrings.
8142
8143 * ps-print.el (ps-extend-face-list, ps-extend-face)
8144 (ps-print-background-image): Fix typos in docstrings.
8145 (ps-default-fg, ps-default-bg): Doc fixes.
8146
8147 * s-region.el (s-region-bind): Doc fix.
8148 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
8149
8150 * textmodes/org.el (org-table-formula-substitute-names)
8151 (org-table-get-vertical-vector): Doc fixes.
8152 (org-table-recalculate): Remove unused argument to `message'.
8153
8154 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
8155
8156 * textmodes/org.el (org-table-column-names)
8157 (org-table-column-name-regexp)
8158 (org-table-named-field-locations): New variables.
8159 (org-archive-subtree): Protect `this-command' when calling
8160 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
8161 the kill buffer.
8162 (org-complete): Remove fixed-formula completion.
8163 (org-edit-formulas-map): New variable.
8164 (org-table-edit-formulas): New command.
8165 (org-finish-edit-formulas, org-abort-edit-formulas)
8166 (org-show-variable, org-table-get-vertical-vector): New functions.
8167 (org-table-maybe-eval-formula): Handle `:=' fields.
8168 (org-table-get-stored-formulas, org-table-store-formulas)
8169 (org-table-get-formula, org-table-modify-formulas)
8170 (org-table-replace-in-formulas): Handle named field formulas.
8171 (org-table-get-specials): Store locations of named fields.
8172
8173 2005-07-19 Juri Linkov <juri@jurta.org>
8174
8175 * progmodes/grep.el (grep-regexp-alist)
8176 (grep-mode-font-lock-keywords, grep-process-setup):
8177 Use default GNU grep match color "01;31m" instead of "01;41m".
8178 (grep-regexp-alist, grep-mode-font-lock-keywords):
8179 Use `\\[[0-9]*m' instead of `\\[00m'.
8180 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
8181 sgr_start where its handling is more important. Use the real
8182 length of sgr_start instead of constant 8.
8183 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
8184 specially. Delete all remaining escape sequences.
8185 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
8186 (grep-regexp-alist): Make hyperlink only for binary file name
8187 instead of the whole line.
8188 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
8189 (grep-mode): Add autoload.
8190
8191 * emacs-lisp/find-func.el (find-function-regexp):
8192 Add `define-compilation-mode'.
8193
8194 2005-07-19 Juri Linkov <juri@jurta.org>
8195
8196 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
8197 (compare-windows-sync-string-size, compare-windows-recenter)
8198 (compare-windows-highlight, compare-windows): Add version 22.1.
8199 (compare-windows) <defface>: Inherit from lazy-highlight instead
8200 of duplicating its default value.
8201
8202 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
8203 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
8204
8205 * descr-text.el (describe-char): Create link buttons for `charset'
8206 and `code point'. Add the current input method name with a link
8207 button to `to input' field. Print face names of display table
8208 characters in `The display table entry is displayed by' section
8209 instead of printing face-id in the `display' field.
8210 Guess hardcoded faces and create a link button for them.
8211 Skip empty fields when calculating max-width.
8212 Treat `widget-create' specially while inserting strings from the
8213 collected field list.
8214 (describe-char-after): Made obsolete in version 22.1, not 21.5.
8215
8216 * diff-mode.el (diff-file-header): Change foreground color from
8217 yellow to green on light backgrounds.
8218 (diff-context): Inherit from `shadow' only for color/grayscale
8219 with more than 88 colors.
8220 (diff-indicator-removed, diff-indicator-added)
8221 (diff-indicator-changed): New faces.
8222 (diff-font-lock-keywords): Use new faces. Regroup rules.
8223 Add "^---$" for `normal' diff format. Fontify `#' lines with
8224 font-lock-comment-delimiter-face and font-lock-comment-face.
8225 Add `#' to ^[^...] in the rule for `diff-context-face'.
8226
8227 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
8228 a button-like box. Inherit from `highlight' on low colors.
8229 (shadow): Use shades of gray only for color/grayscale with
8230 more than 88 colors. Use green for light backgrounds with
8231 8 colors, and yellow for dark backgrounds with 8 colors.
8232
8233 * font-lock.el (font-lock-regexp-grouping-backslash):
8234 Don't inherit from escape-glyph (use bold for all cases).
8235
8236 * info.el (info-xref-visited): Use light foreground color `violet'
8237 for dark backgrounds instead of dark color `magenta3'.
8238 (info-title-1): Use `yellow' color for dark backgrounds.
8239
8240 * isearch.el (isearch): Use not-too-dark magenta3 instead of
8241 too-light magenta2.
8242
8243 * replace.el (match): Use slightly more light RoyalBlue3 instead
8244 of dark RoyalBlue4.
8245
8246 * wid-edit.el (widget-inactive): Inherit from `shadow'.
8247
8248 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
8249
8250 * novice.el (disabled-command-hook): Declare it with
8251 `define-obsolete-variable-alias'.
8252
8253 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
8254 (desktop-buffer-misc-functions, desktop-buffer-handlers)
8255 (desktop-load-default): Add release to obsolescence info.
8256 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
8257 (desktop-append-buffer-args, desktop-read):
8258 Fix typos in docstrings.
8259 (desktop-kill): Fix typo in message.
8260 (desktop-save): Doc fix.
8261
8262 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
8263
8264 * viper-cmd.el (viper-escape-to-state): Bug fix.
8265 (viper-envelop-ESC-key): Change the definition of fast
8266 keysequence so it'll work with keyboard macros.
8267
8268 * ediff.el (ediff-patch-buffer): Change the docstring.
8269
8270 2005-07-19 Kenichi Handa <handa@m17n.org>
8271
8272 * international/mule-cmds.el (select-safe-coding-system): Try to
8273 use an auto-coding (if any) before anything else. If the found
8274 auto-coding is invalid, show a warning message.
8275
8276 * international/mule.el (find-auto-coding): New function created
8277 by modifying the body of set-auto-coding.
8278 (set-auto-coding): Use find-auto-coding to find a coding.
8279
8280 2005-07-18 Richard M. Stallman <rms@gnu.org>
8281
8282 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
8283 not isearch-mode-end-hook-error.
8284 (allout-before-change-protect): Fix error message.
8285
8286 2005-07-18 Juri Linkov <juri@jurta.org>
8287
8288 * allout.el (allout-mode):
8289 * calculator.el (calculator-copy):
8290 * custom.el (custom-known-themes):
8291 * dired.el (dired-desktop-buffer-misc-data)
8292 (dired-restore-desktop-buffer):
8293 * dired-x.el (dired-omit-marker-char):
8294 * files.el (basic-save-buffer):
8295 * font-core.el (font-lock-mode):
8296 * calendar/calendar.el (calendar-goto-hebrew-date)
8297 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
8298 (calendar-goto-persian-date):
8299 * language/ethio-util.el (ethio-sera-to-fidel-region):
8300 * textmodes/picture.el (picture-mode):
8301 Delete duplicate duplicate words.
8302
8303 2005-07-18 Juri Linkov <juri@jurta.org>
8304
8305 * isearch.el (isearch-mode-map): Remove key bindings for regexp
8306 chars * ? } |.
8307 (isearch-fallback): Don't call `isearch-process-search-char'.
8308 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
8309 (isearch-process-search-char): Call `isearch-fallback' for regexp
8310 chars * ? } |.
8311 (isearch-return-char): Make obsolete with `make-obsolete' instead
8312 of simply documenting it as obsolete in the docstring.
8313 (isearch-fallback): Refill docstring.
8314
8315 * international/isearch-x.el
8316 (isearch-process-search-multibyte-characters): Remove unneeded
8317 `concat'. Add intermediate values to `junk-hist' instead of
8318 `minibuffer-history'. Test the length of `str'.
8319
8320 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
8321
8322 * allout.el (allout-resolve-xref): Fix typos in error strings.
8323 (allout-before-change-protect): Remove unneeded `concat'.
8324
8325 * array.el (array-mode, array-reconfigure-rows)
8326 (untabify-backward): Fix typos in docstrings.
8327 (array-reconfigure-rows): Use `insert-buffer-substring', not
8328 `insert-buffer'.
8329
8330 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
8331 * progmodes/ada-mode.el (ada-make-body):
8332 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
8333
8334 * dired.el (dired-log):
8335 * tar-mode.el (tar-subfile-save-buffer):
8336 * play/zone.el (zone-pgm-stress-destress):
8337 Use `insert-buffer-substring', not `insert-buffer'.
8338
8339 2005-07-17 Simon Josefsson <jas@extundo.com>
8340
8341 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
8342
8343 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
8344
8345 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
8346 Add plain auth method.
8347 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
8348
8349 2005-07-17 Kim F. Storm <storm@cua.dk>
8350
8351 * ido.el (dired-other-window): Add ido property.
8352
8353 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
8354
8355 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
8356 Fix typo in docstring.
8357 (byte-compile-interactive-only-functions): Add `insert-buffer' and
8358 `insert-file-literally'.
8359
8360 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
8361 info and delete redundant message. Doc fix.
8362 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
8363 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
8364
8365 2005-07-16 Richard M. Stallman <rms@gnu.org>
8366
8367 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
8368 (byte-compile-and): Use byte-compile-and-recursion.
8369 (byte-compile-or-recursion): New function.
8370 (byte-compile-or): Use that.
8371 (byte-compile-if): Guard the else-clause too.
8372 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
8373
8374 * isearch.el (isearch-mode-end-hook-quit): New variable.
8375 (isearch-done): Bind it.
8376 (isearch-mode-end-hook): Doc fix.
8377
8378 * allout.el (allout-isearch-did-quit): Variable deleted.
8379 (allout-real-isearch-abort): Function name no longer used.
8380 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
8381 (allout-isearch-rectification): isearch-mode always exists.
8382 Don't set allout-isearch-did-quit.
8383 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
8384 allout-isearch-did-quit.
8385 (allout-enwrap-isearch): Just add the hook.
8386 (allout-isearch-abort): Function deleted.
8387 (allout-pre-command-business): Avoid warning.
8388
8389 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
8390 Correctly avoid warnings.
8391 (pascal-outline): Likewise.
8392
8393 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
8394
8395 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
8396
8397 * play/tetris.el (tetris-mode): Avoid warning.
8398
8399 * play/snake.el (snake-mode): Avoid warning.
8400
8401 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
8402 (gamegrid-set-display-table): Avoid warning.
8403 (gamegrid-set-timer): Likewise.
8404 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
8405 (gamegrid-add-score-with-update-game-score-1): Take FILE
8406 as argument.
8407 (gamegrid-add-score-with-update-game-score): Pass that argument.
8408 Rename have-shared-game-dir to gamegrid-shared-game-dir.
8409
8410 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
8411
8412 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
8413 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
8414
8415 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
8416 and insert-file.
8417
8418 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
8419 (sc-ask): Avoid warnings.
8420
8421 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
8422 (eshell-hist-initialize): Use that var the natural way.
8423
8424 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
8425
8426 * emacs-lisp/re-builder.el (reb-cook-regexp):
8427 Avoid warning calling lre-compile-string.
8428 (reb-color-display-p): Avoid warning.
8429
8430 * calculator.el (calculator-last-input): Guard uses
8431 of event-key and key-press-event-p.
8432 (event-key, key-press-event-p): Delete definitions.
8433
8434 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
8435 (find-gc-source-directory, find-gc-subrs-callers)
8436 (find-gc-noreturn-list, find-gc-source-files)
8437 (find-gc-subrs-called): Vars renamed and defvar'd.
8438
8439 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
8440 (checkdoc-overlay-put, checkdoc-delete-overlay)
8441 (checkdoc-overlay-start, checkdoc-overlay-end)
8442 (checkdoc-mode-line-update, checkdoc-char=):
8443 Define such that compiler knows they are defined.
8444 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
8445 (checkdoc-read-event): Delete. Use read-event directly.
8446
8447 * whitespace.el (whitespace-make-overlay)
8448 (whitespace-overlay-put, whitespace-delete-overlay)
8449 (whitespace-overlay-start, whitespace-overlay-end):
8450 Define such that compiler knows they are defined.
8451 (whitespace): Move conditional inside.
8452
8453 * tempo.el (tempo-insert-template): Suppress warning.
8454
8455 * ediff-diff.el (longlines-mode): Add defvar.
8456
8457 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
8458
8459 * server.el: Bind "C-x #" in a way that works even if C-x is
8460 redefined to a command key, not a prefix key.
8461
8462 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
8463
8464 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
8465 cl-make-type-test till execution time.
8466
8467 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
8468
8469 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
8470 arg ARG and use it.
8471
8472 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
8473
8474 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
8475
8476 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
8477
8478 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
8479 a defcustom with two :set or :type keywords.
8480
8481 2005-07-15 Richard M. Stallman <rms@gnu.org>
8482
8483 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
8484 Don't give ^M comment-end syntax.
8485
8486 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
8487
8488 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
8489 Don't consider gdbmi (gdb-mi.el has its own update functions).
8490 (gdb-var-delete): Make it work for gdbmi as well.
8491 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
8492
8493 * progmodes/gud.el (etags, sdb): Only require etags when needed.
8494 (gud-speedbar-menu-items): Correct logic for enabling items.
8495
8496 2005-07-15 Kim F. Storm <storm@cua.dk>
8497
8498 * ido.el: Fix commentary.
8499 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
8500 Use with-no-warnings around ffap-guesser.
8501 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
8502 Let bind minibuffer-completing-file-name to t.
8503
8504 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
8505
8506 * startup.el (site-run-file, keyboard-type): Doc fixes.
8507 (command-line): Check for "--basic-display" argument; also for
8508 "--quick", not "--bare-bones" (which was renamed).
8509 (fancy-splash-text): Add missing item "Getting New Versions".
8510 (normal-splash-screen): Fix typos and improve consistency with
8511 `fancy-splash-text'. Update copyright year.
8512
8513 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
8514 valid binding for `help-char'.
8515
8516 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
8517
8518 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
8519
8520 * term.el (term-mode): Disable cua-mode for term buffers.
8521
8522 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
8523
8524 * add-log.el (add-log-mailing-address, change-log-merge):
8525 Doc fixes.
8526 (change-log-get-method-definition): Fix typo in docstring.
8527
8528 2005-07-14 Kim F. Storm <storm@cua.dk>
8529
8530 * emulation/cua-base.el:
8531 (cua--pre-command-handler-1, cua--pre-command-handler)
8532 (cua--post-command-handler-1, cua--post-command-handler):
8533 Split in two. Check (buffer local) value of cua-mode.
8534 (cua-selection-mode): New command.
8535
8536 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
8537
8538 * custom.el (custom-initialize-safe-set)
8539 (custom-initialize-safe-default): Doc fixes.
8540
8541 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
8542 and simplify :init-value again.
8543
8544 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
8545 and simplify :init-value again. Delete autoload.
8546
8547 * startup.el (command-line): Use `custom-reevaluate-setting' again
8548 for tooltip-mode.
8549
8550 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
8551 a defcustom with two :initialize keywords.
8552
8553 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
8554
8555 * allout.el (my-mark-marker, allout-isearch-prior-pos)
8556 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
8557 (allout-post-command-business, allout-flag-region)
8558 (isearch-reenable-font-lock, allout-yank)
8559 (allout-insert-latex-header, allout-insert-latex-trailer)
8560 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
8561 (allout-latex-verb-quote): Fix typos in docstrings.
8562 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
8563 (allout-unprotected, allout-prefix-data):
8564 Improve argument/docstring consistency.
8565 (allout-chart-subtree): Fix argument spec.
8566 (allout-open-topic): Rename `use_sib_bullet' argument to
8567 `use-sib-bullet'. Doc fix.
8568
8569 * whitespace.el (whitespace-check-buffer-leading)
8570 (whitespace-check-buffer-trailing)
8571 (whitespace-check-buffer-indent)
8572 (whitespace-check-buffer-spacetab)
8573 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
8574 (whitespace-check-leading-whitespace)
8575 (whitespace-check-trailing-whitespace)
8576 (whitespace-check-spacetab-whitespace)
8577 (whitespace-check-indent-whitespace)
8578 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
8579 (whitespace-modes): Fix typos in docstrings.
8580 (defgroup, defcustom): Doc fixes.
8581
8582 * winner.el (winner-mode, winner-boring-buffers)
8583 (winner-pending-undo-ring): Doc fixes.
8584 (winner-ring): Remove unneeded `progn'.
8585 (winner-equal): `defsubst' it.
8586 (winner-redo): Fix message.
8587
8588 2005-07-13 Kim F. Storm <storm@cua.dk>
8589
8590 * simple.el (line-move-1): Always use vertical-motion to
8591 do the last (or only) line move to ensure some movement.
8592 Undo 2005-06-23 change--don't check for overlays.
8593
8594 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8595
8596 * term/mac-win.el (ccl-encode-mac-roman-font)
8597 (ccl-encode-mac-centraleurroman-font)
8598 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
8599 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
8600 Change charset-id boundary of dimension to ?\xef.
8601 (mac-char-fontspec-list): New constant.
8602 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
8603 argument. Nil uses itself as family in font-spec. Previous
8604 behavior for nil is now provided by non-nil non-string argument.
8605 All callers changed. Add font-specs for Mac fonts to
8606 "fontset-default" unless iso8859-1 fonts are installed.
8607
8608 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
8609
8610 * progmodes/sh-script.el (sh-get-indent-info): Only indent
8611 a continuation line if the \ is preceded by SPC or TAB.
8612 (sh-get-indent-info): Simplify.
8613 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
8614 Use with-current-buffer.
8615
8616 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
8617 when the matched text is empty.
8618
8619 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
8620
8621 * startup.el (command-line): Revert to previous handling of
8622 tooltip-mode. Explain in comment why the complexity is needed.
8623
8624 * tooltip.el (tooltip-mode): Revert to previous implementation of
8625 its defcustom.
8626
8627 * frame.el (blink-cursor-mode): Revert to previous implementation
8628 of its defcustom. Update comment.
8629
8630 2005-07-12 Lars Hansen <larsh@soem.dk>
8631
8632 * desktop.el: Update e-mail address.
8633
8634 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8635
8636 * term/mac-win.el (mac-services-mail-selection)
8637 (mac-services-mail-to): New functions.
8638 (mac-application-menu-map): Bind them.
8639
8640 2005-07-12 wulei <milton@wulei.net> (tiny change)
8641
8642 * progmodes/gdb-ui.el: Add note about buffering with Windows.
8643
8644 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
8645
8646 * custom.el (custom-reevaluate-setting): Doc fix.
8647
8648 2005-07-11 Jay Belanger <belanger@truman.edu>
8649
8650 * calc/calc.el (calc-embedded-announce-formula-alist)
8651 (calc-embedded-open-close-plain-alist)
8652 (calc-embedded-open-close-mode-alist): Add checks for additional
8653 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
8654
8655 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
8656
8657 * custom.el (custom-enable-theme): Don't add theme to
8658 `custom-enabled-themes' with `push' because there is no
8659 setf-method for `delq'.
8660
8661 2005-07-11 Richard M. Stallman <rms@gnu.org>
8662
8663 * custom.el (custom-declare-variable): Doc fix.
8664
8665 * dired-aux.el (dired-compare-directories): Remove "." and ".."
8666 from the alists.
8667
8668 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
8669 Do nothing if edebug-active.
8670
8671 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
8672 (edebug-display): Do it here instead.
8673
8674 2005-07-10 Richard M. Stallman <rms@gnu.org>
8675
8676 * cus-face.el (custom-theme-set-faces): Make it work.
8677 (custom-reset-faces): Doc fix.
8678 (custom-theme-reset-internal-face, custom-theme-face-value):
8679 Functions deleted.
8680
8681 * custom.el (custom-push-theme): Maintain list of the settings
8682 of a given theme in its theme-settings property.
8683 Maintain position of old settings in the theme-value
8684 or theme-face property.
8685 (custom-enabled-themes): New variable.
8686 (custom-theme-enabled-p): New function.
8687 (provide-theme): Update custom-enabled-themes.
8688 Disable and reenable the `user' theme.
8689 (require-theme): Doc fix.
8690 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
8691 (custom-theme-value, custom-theme-variable-value): Likewise.
8692 (custom-theme-reset-internal): Likewise.
8693 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
8694 (custom-enable-theme, custom-disable-theme): New functions.
8695 (custom-variable-theme-value, custom-face-theme-value): Likewise.
8696 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
8697 (custom-theme-reset-variables): Simplify.
8698 (deftheme, custom-declare-theme, custom-make-theme-feature):
8699 Definitions moved.
8700
8701 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
8702
8703 * longlines.el (longlines-show-region)
8704 (longlines-unshow-hard-newlines): Recognize hard newlines by
8705 non-nil hard property, instead of t.
8706
8707 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
8708
8709 * viper-cmd.el (viper--key-maps): New variable.
8710 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
8711 emulation-mode-map-alists.
8712 (viper-envelop-ESC-key): Use viper-subseq.
8713 (viper-search-forward/backward/next): Disable debug-on-error.
8714
8715 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
8716 (viper-ESC-key): New defcustoms.
8717
8718 * viper-macs.el (ex-map-read-args): Use viper-subseq.
8719
8720 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
8721 (viper-subseq): Copy of subseq from cl.el.
8722
8723 * viper.el (viper-go-away, viper-set-hooks): Use
8724 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
8725
8726 * viper-mous.el (viper-current-frame-saved): Use defvar.
8727
8728 * viper-init.el: Get rid of -face in face names.
8729
8730 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
8731 Make it work with longlines mode
8732
8733 * ediff-mult.el (ediff-meta-mode-hook): New variable.
8734
8735 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
8736
8737 * ediff-init.el: Get rid of -face in face names.
8738
8739 2005-07-10 Richard M. Stallman <rms@gnu.org>
8740
8741 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
8742 and with-timeout-unsuspend.
8743
8744 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
8745 and with-timeout-unsuspend.
8746
8747 * emacs-lisp/timer.el (with-timeout-timers): New variable.
8748 (with-timeout): Bind that variable to record timers.
8749 (with-timeout-suspend, with-timeout-unsuspend): New functions.
8750
8751 * emacs-lisp/debug.el (debug-help-follow): New function.
8752 (debugger-mode-map): Use that instead of help-follow.
8753 (debugger-setup-buffer): Use eval-buffer-list
8754 to handle eval-buffer frames.
8755
8756 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
8757
8758 * timezone.el (timezone-parse-date): Change first regexp
8759 so it will not mistakenly match dates with no time zone.
8760
8761 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
8762
8763 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
8764
8765 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
8766
8767 * custom.el (custom-initialize-safe-set)
8768 (custom-initialize-safe-default): New functions.
8769
8770 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
8771 and simplify :init-value.
8772
8773 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
8774 and simplify :init-value. Delete obsolete comment.
8775
8776 * startup.el (command-line): Use `custom-reevaluate-setting' to
8777 handle `tooltip-mode'. Delete obsolete comment.
8778
8779 * files.el (set-visited-file-name): Avoid calling
8780 `file-name-nondirectory' with a nil argument.
8781
8782 2005-07-09 Richard M. Stallman <rms@gnu.org>
8783
8784 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
8785 was called with nil for the buffer, handle the read position right.
8786 Handle read position for eval-region, too.
8787
8788 2005-07-09 Juri Linkov <juri@jurta.org>
8789
8790 * fringe.el (fringe-mode): Add period in docstring.
8791 (fringe-query-style): Build prompt depending on `all-frames' arg.
8792
8793 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
8794 to not create links to unrelated functions in the Help buffer.
8795
8796 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
8797 Doc fix.
8798
8799 * simple.el (next-error-hook): New variable.
8800 (next-error): Use it. Doc fix.
8801
8802 * textmodes/ispell.el (ispell-command-loop): Add current
8803 dictionary name and program name to mode-line-format.
8804 (ispell-region, ispell-process-line): Add current dictionary name
8805 and program name to messages.
8806
8807 2005-07-08 Jay Belanger <belanger@truman.edu>
8808
8809 * calc/calc.el (calc-embedded-announce-formula-alist)
8810 (calc-embedded-open-close-formula-alist)
8811 (calc-embedded-open-close-word-alist)
8812 (calc-embedded-open-close-plain-alist)
8813 (calc-embedded-open-close-new-formula-alist)
8814 (calc-embedded-open-close-mode-alist)
8815 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
8816 (calc-embedded-mode-hook): New variables.
8817
8818 * calc/calc-embed.el (calc-embedded-firsttime)
8819 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
8820 New variables.
8821 (calc-do-embedded): Use calc-embedded-firsttime,
8822 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
8823 determine whether or not to run hooks.
8824 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
8825 calc-embedded-firsttime-formula appropriately.
8826 Set calc-embedded delimiter variables according to mode.
8827
8828 2005-07-08 Richard M. Stallman <rms@gnu.org>
8829
8830 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
8831 Check for "emacs", etc., as entire symbol, not just as word.
8832 (checkdoc-file-comments-engine): Use regexp-quote on FN.
8833
8834 * files.el (set-visited-file-name): Report the error
8835 for "empty filename" earlier.
8836 (kill-some-buffers): Ignore buffers already dead.
8837
8838 * fringe.el (fringe-mode): Doc fix.
8839
8840 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
8841 Check for (featurep 'xemacs) and turn off warnings in what it guards.
8842 Use unwind-protect to ensure byte-compile-unresolved-functions
8843 is updated.
8844
8845 * whitespace.el (whitespace-buffer-leading-cleanup):
8846 Simplify w/ skip-chars-forward.
8847 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
8848
8849 * mail/rmail.el (rmail-only-expunge): Fix paren error.
8850 Unconditionally try to leave point at the same old place.
8851
8852 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
8853
8854 * comint.el (comint-postoutput-scroll-to-bottom)
8855 (comint-show-maximum-output): Take scroll-margin into consideration.
8856
8857 2005-07-08 Kim F. Storm <storm@cua.dk>
8858
8859 * ido.el (ido-use-filename-at-point): New choice `guess'.
8860 (ido-file-internal): Try ffap-guesser if selected.
8861
8862 * ido.el (ido-before-fallback-functions): New hook.
8863 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
8864 (ido-read-file-name): Run it.
8865
8866 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
8867
8868 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
8869 strings rather than a list of symbols to the completion function.
8870
8871 2005-07-07 Jay Belanger <belanger@truman.edu>
8872
8873 * calc/calc-units.el (math-apply-units): Change the places in
8874 which units are simplified.
8875
8876 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
8877
8878 * cus-edit.el (customize-option, customize-option-other-window):
8879 Make them handle aliases.
8880
8881 * custom.el (custom-variable-p): Make it recursively follow
8882 aliases. Mention that in the docstring.
8883
8884 2005-07-07 Richard M. Stallman <rms@gnu.org>
8885
8886 * cus-start.el (exec-path): Use `directory' instead of `file'.
8887 Fix tag for nil.
8888
8889 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
8890
8891 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
8892 when called non-interactively. Doc fix.
8893
8894 2005-07-07 Lute Kamstra <lute@gnu.org>
8895
8896 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
8897 new address as well.
8898
8899 2005-07-07 Kenichi Handa <handa@m17n.org>
8900
8901 * international/mule.el (make-coding-system):
8902 Describe `ascii-incompatible' property in the docstring.
8903 (set-file-name-coding-system): Signal an error if coding-system is
8904 ascii-incompatible.
8905 (set-keyboard-coding-system): Likewise.
8906
8907 * international/mule-cmds.el (set-default-coding-systems):
8908 Don't set default-file-name-coding-system and
8909 default-keyboard-coding-system if coding-system is ASCII-incompatible.
8910
8911 * international/utf-16.el: Declare that all UTF-16-based coding
8912 systems are ASCII-incompatible.
8913
8914 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
8915
8916 * progmodes/gud.el: Require font-lock for displaying errors.
8917 Used by gdb-ui.el.
8918
8919 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
8920
8921 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
8922 values for the pattern lists which are `read'able but not
8923 `append'able (like symbols).
8924
8925 2005-07-06 Richard M. Stallman <rms@gnu.org>
8926
8927 * progmodes/flymake.el (flymake-float-time): Instead of
8928 with-no-warnings, test for xemacs.
8929 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
8930 to avoid warning.
8931
8932 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
8933
8934 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
8935
8936 2005-07-05 Lute Kamstra <lute@gnu.org>
8937
8938 * battery.el: Add support for Darwin (with much debugging help
8939 from Samuel Lauber <sam124@operamail.com>).
8940 (battery-status-function, battery-echo-area-format)
8941 (battery-mode-line-format): Add support for pmset on Darwin.
8942 (battery-load-low, battery-load-critical): New user options.
8943 (battery-pmset): New function.
8944
8945 2005-07-05 Lute Kamstra <lute@gnu.org>
8946
8947 Update FSF's address in GPL notices.
8948
8949 * textmodes/page-ext.el: Update FSF's address.
8950
8951 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
8952
8953 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
8954 filling from using prefix when filling a single-line docstring.
8955
8956 * progmodes/flymake.el: Remove useless eval-when-compile.
8957
8958 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
8959
8960 2005-07-04 Richard M. Stallman <rms@gnu.org>
8961
8962 * textmodes/org.el (org-file-apps-defaults-gnu):
8963 Rename from org-file-apps-defaults-linux.
8964 (org-default-apps): Don't test system-type for `linux'.
8965 (org-file-apps): Doc fix.
8966
8967 2005-07-04 David Ponce <david@dponce.com>
8968
8969 * tree-widget.el: Improve header Commentary section.
8970 (tree-widget) [defgroup]
8971 (tree-widget-image-enable, tree-widget-themes-directory)
8972 (tree-widget-theme, tree-widget-image-properties-emacs)
8973 (tree-widget-image-properties-xemacs, tree-widget-create-image)
8974 (tree-widget-image-formats, tree-widget-control)
8975 (tree-widget-empty-control, tree-widget-leaf-control
8976 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
8977 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
8978 (tree-widget-keep, tree-widget-after-toggle-functions)
8979 (tree-widget-open-node, tree-widget-close-node): Doc fix.
8980 (tree-widget-open-control, tree-widget-close-control): Fix doc and
8981 :help-echo message.
8982 (tree-widget-set-theme): Doc fix. Use `string-equal'.
8983 (tree-widget-image-properties): Doc fix. Clearer implementation.
8984 (tree-widget--cursors): New constant.
8985 (tree-widget-lookup-image): New function split from
8986 `tree-widget-find-image'. Clearer implementation.
8987 (tree-widget-find-image): Use it.
8988 (tree-widget-button-keymap): Use `set-keymap-parent'.
8989 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
8990 Define the sub-widgets here.
8991 (tree-widget-node): Check that :node is not a tree-widget.
8992 (tree-widget-get-super, tree-widget-open-control)
8993 (tree-widget-close-control, tree-widget-empty-control)
8994 (tree-widget-leaf-control, tree-widget-guide)
8995 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
8996 (tree-widget-no-handle, tree-widget-value-delete)
8997 (tree-widget-map): Remove.
8998 (tree-widget-children-value-save): Doc fix. Simplified.
8999 (tree-widget-value-create): Update according to previous changes.
9000
9001 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
9002
9003 * textmodes/org.el: Leading space replaced by TABS.
9004 (org-recalc-marks, org-table-rotate-recalc-marks)
9005 (org-table-get-specials): Treat "^" and "_" marks.
9006 (org-table-justify-field-maybe): Optional argument NEW.
9007 (org-table-eval-formula): Parsing of the format simplified.
9008 New modes C,I. Honor the %= parameter in the current table.
9009 Avoid unnecessary re-align by using the NEW argument to
9010 `org-table-justify-field-maybe'.
9011 (org-calc-default-modes): Default for date-format mimicks org-mode.
9012 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
9013
9014 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
9015
9016 * cus-face.el (custom-theme-set-faces): Make it handle face
9017 aliases whose alias declarations are pre- or autoloaded.
9018
9019 2005-07-04 Juri Linkov <juri@jurta.org>
9020
9021 * faces.el (read-face-name): Put the code for getting a face name
9022 from the buffer before adding the faces from the `face' property.
9023 Use `completing-read-multiple' instead of `completing-read'.
9024 Require `crm'. Add default value and post-process the returned
9025 list of faces.
9026
9027 * emacs-lisp/crm.el (crm-find-current-element)
9028 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
9029
9030 * emacs-lisp/lisp-mode.el (eval-defun-1):
9031 * emacs-lisp/edebug.el (edebug-eval-defun):
9032 Remove unnecessary quotes.
9033
9034 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
9035
9036 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
9037 (prolog-indent-level): Fix typo in docstring.
9038
9039 * info.el (Info-history, Info-history-forward)
9040 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
9041
9042 * add-log.el (add-change-log-entry):
9043 * comint.el (comint-dynamic-list-input-ring)
9044 (comint-dynamic-list-completions):
9045 * dabbrev.el (dabbrev-expand):
9046 * delim-col.el (delimit-columns-rectangle-line):
9047 * diff-mode.el (diff-context->unified, diff-reverse-direction)
9048 (diff-unified->context):
9049 * ediff-init.el (ediff-abbrev-jobname):
9050 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
9051 (ediff-replace-session-activity-marker-in-meta-buffer):
9052 * info.el (Info-summary):
9053 * lpr.el (printify-region):
9054 * printing.el (pr-create-interface):
9055 * ps-print.el (ps-print-quote):
9056 * ses.el (ses-column-widths, ses-print-cell)
9057 (ses-adjust-print-width, ses-center):
9058 * shell.el (shell-file-name-quote-list):
9059 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
9060 (strokes-fill-current-buffer-with-whitespace)
9061 (strokes-xpm-for-stroke, strokes-list-strokes)
9062 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
9063 * term.el (term-dynamic-list-input-ring)
9064 (term-dynamic-list-completions):
9065 * calc/calc.el (math-format-stack-value):
9066 * emacs-lisp/edebug.el (edebug-display-freq-count):
9067 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
9068 (delphi-new-comment-line):
9069 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
9070 * progmodes/executable.el (executable-set-magic):
9071 * progmodes/python.el (inferior-python-mode):
9072 * progmodes/scheme.el (scheme-mode-syntax-table):
9073 * progmodes/sh-script.el (sh-maybe-here-document):
9074 * progmodes/sql.el (sql-copy-column):
9075 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
9076 * textmodes/bibtex.el (bibtex-mode):
9077 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
9078 (sgml-auto-attributes):
9079 * textmodes/table.el (table-insert, table-shorten-cell)
9080 (table--generate-source-scan-lines, table-delete-row)
9081 (*table--cell-delete-char, table--spacify-frame)
9082 (table--horizontally-shift-above-and-below)
9083 (table--cell-insert-char, table--cell-blank-str)
9084 (table--fill-region-strictly):
9085 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
9086 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
9087
9088 * add-log.el (change-log):
9089 * apropos.el (apropos):
9090 * comint.el (comint-completion, comint-source):
9091 * dabbrev.el (dabbrev):
9092 * delim-col.el (columns):
9093 * diff-mode.el (diff-mode):
9094 * ediff.el (ediff):
9095 * ediff-diff.el (ediff-diff):
9096 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
9097 * ediff-mult.el (ediff-mult):
9098 * ediff-ptch.el (ediff-ptch):
9099 * ediff-wind.el (ediff-window):
9100 * facemenu.el (facemenu):
9101 * indent.el (indent):
9102 * info.el (info):
9103 * jka-cmpr-hook.el (compression, jka-compr):
9104 * lpr.el (lpr):
9105 * outline.el (outlines):
9106 * pcmpl-cvs.el (pcmpl-cvs):
9107 * pcmpl-rpm.el (pcmpl-rpm):
9108 * printing.el (printing):
9109 * ps-print.el (postscript, ps-print, ps-print-horizontal)
9110 (ps-print-vertical, ps-print-headers, ps-print-font)
9111 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
9112 (ps-print-background, ps-print-printer, ps-print-page)
9113 (ps-print-miscellany):
9114 * ses.el (ses):
9115 * shell.el (shell, shell-directories, shell-faces):
9116 * startup.el (initialization):
9117 * strokes.el (strokes):
9118 * term.el (term):
9119 * uniquify.el (uniquify):
9120 * w32-vars.el (w32):
9121 * calc/calc.el (calc):
9122 * emacs-lisp/bytecomp.el (bytecomp):
9123 * emacs-lisp/cl-indent.el (lisp-indent):
9124 * emacs-lisp/edebug.el (edebug):
9125 * emacs-lisp/elp.el (elp):
9126 * emacs-lisp/testcover.el (testcover):
9127 * emacs-lisp/trace.el (trace):
9128 * emulation/viper-ex.el (viper-ex):
9129 * emulation/viper-mous.el (viper-mouse):
9130 * mail/mailalias.el (mailalias):
9131 * mail/supercite.el (supercite, supercite-frames)
9132 (supercite-attr, supercite-cite, supercite-hooks):
9133 * net/rcompile.el (remote-compile):
9134 * net/rlogin.el (rlogin):
9135 * obsolete/ooutline.el (outlines):
9136 * progmodes/delphi.el (delphi):
9137 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
9138 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
9139 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
9140 (ebnf-optimization):
9141 * progmodes/etags.el (etags):
9142 * progmodes/executable.el (executable):
9143 * progmodes/idlwave.el (idlwave):
9144 * progmodes/pascal.el (pascal):
9145 * progmodes/prolog.el (prolog):
9146 * progmodes/python.el (python):
9147 * progmodes/scheme.el (scheme):
9148 * progmodes/sh-script.el (sh, sh-script):
9149 * progmodes/sql.el (SQL):
9150 * progmodes/tcl.el (tcl):
9151 * textmodes/bibtex.el (bibtex, bibtex-autokey):
9152 * textmodes/enriched.el (enriched):
9153 * textmodes/makeinfo.el (makeinfo):
9154 * textmodes/sgml-mode.el (sgml):
9155 * textmodes/table.el (table-hooks):
9156 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
9157 * textmodes/texinfo.el (texinfo):
9158 * textmodes/two-column.el (two-column):
9159 Finish `defgroup' description with period.
9160
9161 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
9162 * eshell/esh-var.el (eshell-var):
9163 * progmodes/vhdl-mode.el (vhdl-testbench):
9164 * textmodes/org.el (org): Fix typos in docstrings.
9165
9166 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
9167 consistency.
9168
9169 * progmodes/flymake.el (flymake-find-file): Remove.
9170 (flymake-float-time): Use `with-no-warnings'.
9171 (flymake-check-start-time, flymake-check-was-interrupted)
9172 (flymake-err-info, flymake-is-running, flymake-last-change-time)
9173 (flymake-new-err-info): `defvar' at compile time.
9174
9175 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
9176
9177 * replace.el (occur-hook): Doc fix.
9178 (occur-1): Don't call `occur-hook' if there are no matches.
9179
9180 2005-07-03 Richard M. Stallman <rms@gnu.org>
9181
9182 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
9183 global-map, save the same map.
9184 (global-map): Don't alter it at top level.
9185 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
9186 Then alter it here instead.
9187 (tpu-edt-off): Set global-map to the saved one.
9188
9189 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
9190 All references simplified.
9191 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
9192 (zmacs-regions): Add defvar.
9193 (repeat-complex-command-map): Everything about that deleted.
9194
9195 * textmodes/artist.el (artist-key-is-drawing)
9196 (artist-key-endpoint1, artist-key-poly-point-list)
9197 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
9198 (artist-key-compl-table, artist-rb-save-data)
9199 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
9200 Don't put them in eval-when-compile.
9201 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
9202
9203 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
9204 Use with-no-warnings.
9205
9206 * net/browse-url.el (dos-windows-version): Add defvar.
9207
9208 * mail/supercite.el (filladapt-prefix-table): Add defvar.
9209
9210 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
9211 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
9212 (rmail-new-summary-line-count): Rename from new-summary-line-count.
9213 Add defvar.
9214 (rmail-summary-beginning-of-message): Use with-no-warnings.
9215 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
9216
9217 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
9218 Use with-no-warnings.
9219
9220 * emulation/vi.el (vi-mark-region): Use c-mark-function.
9221 (c-mark-function): Add point-moving-unit property.
9222 (vi-goto-line): Use with-no-warnings.
9223
9224 * emulation/edt.el (edt-last-copied-word): Add defvar.
9225 (zmacs-region-stays): Likewise.
9226 (edt-mark-section-wisely): Use c-mark-function for C.
9227 Use makr-defun for Fortran.
9228 (time-string): defvar deleted.
9229 (edt-display-the-time): Don't set time-string.
9230
9231 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
9232
9233 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
9234 Don't warn when name is not constant
9235 or for defining the group `emacs'.
9236
9237 * tooltip.el (gud-tooltip-mode): Add defvar.
9238
9239 * startup.el (default-frame-background-mode): Add defvar.
9240
9241 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
9242
9243 * info.el (tool-bar-map): Add defvar.
9244
9245 * dired.el (dnd-protocol-alist): Add defvar.
9246
9247 * dired-aux.el (dired-query): Display question with answer, when
9248 the user answers.
9249
9250 * custom.el (custom-add-option): Doc fix.
9251
9252 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
9253
9254 2005-07-03 Eli Zaretskii <eliz@gnu.org>
9255
9256 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
9257 bogus name from the last change.
9258
9259 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
9260
9261 * custom.el (custom-declare-variable): Fix typos in comment.
9262 (custom-known-themes): Doc fix.
9263 (custom-theme-directory): New defcustom.
9264 (require-theme): Make it check `custom-theme-directory'.
9265
9266 * cus-theme.el (custom-new-theme-mode): New function.
9267 (custom-theme-name, custom-theme-variables, custom-theme-faces)
9268 (custom-theme-description): Add compiler defvars.
9269 (customize-create-theme): Add doc to the "*New Custom Theme*"
9270 buffer. Use `custom-new-theme-mode'.
9271 (custom-theme-write): Put the created buffer in emacs-lisp-mode
9272 and save it to the `custom-theme-directory'. Make this the
9273 default directory of the buffer.
9274
9275 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
9276
9277 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
9278 Fix unbalanced parentheses.
9279
9280 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
9281
9282 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
9283 into flymake-mode and delegate to flymake-mode.
9284
9285 * find-file.el (ff-which-function-are-we-in): Clean up.
9286
9287 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
9288
9289 * replace.el (occur-rename-buffer): Fix docstring.
9290
9291 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
9292 (edt-last-copied-word, edt-learn-macro-count)
9293 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
9294 (edt-rect-start-point, edt-user-global-map, rect-start-point)
9295 (time-string, zmacs-region-stays):
9296 * emulation/edt-mapper.el (edt-save-function-key-map)
9297 (EDT-key-name): `defvar' to silence the byte-compiler.
9298
9299 2005-07-02 Martin Rudalics <rudalics@gmx.at> (tiny change)
9300
9301 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
9302 font-lock-regexp-backslash. Doc fix.
9303 (font-lock-regexp-backslash-grouping-construct): Rename from
9304 font-lock-regexp-backslash-construct. Doc fix.
9305 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
9306 grouping constructs.
9307
9308 2005-07-02 Eli Zaretskii <eliz@gnu.org>
9309
9310 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
9311 updating all the prerequisites.
9312
9313 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
9314
9315 * textmodes/org.el (org-agenda-start-on-weekday)
9316 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
9317 (org-agenda-use-time-grid, org-archive-location)
9318 (org-allow-space-in-links, org-usenet-links-prefer-google)
9319 (org-enable-table-editor, org-export-default-language)
9320 (org-export-html-show-new-buffer, org-fill-paragraph)
9321 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
9322 (org-goto-quit, org-occur, org-eval-in-calendar)
9323 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
9324 (org-agenda-diary-entry, org-remember-help)
9325 (org-table-convert-region, org-at-table-p)
9326 (org-table-move-row-down, org-table-move-row-up)
9327 (org-table-copy-region, org-table-toggle-vline-visibility)
9328 (org-table-get-stored-formulas, org-table-get-specials)
9329 (org-recalc-commands, org-table-eval-formula)
9330 (org-table-formula-substitute-names, orgtbl-make-binding)
9331 (org-format-org-table-html, org-format-table-table-html)
9332 (org-format-table-table-html-using-table-generate-source)
9333 (org-customize): Fix typos in docstrings.
9334 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
9335 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
9336 (org-back-to-heading): Doc fixes.
9337 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
9338 (org-agenda-change-all-lines, org-get-header):
9339 Improve argument/docstring consistency.
9340 (orgtbl-error): Fix error message.
9341
9342 * progmodes/flymake.el (flymake-find-possible-master-files)
9343 (flymake-master-file-compare, flymake-get-line-err-count)
9344 (flymake-highlight-line, flymake-gui-warnings-enabled):
9345 Fix typos in docstrings.
9346 (flymake-parse-line, flymake-get-project-include-dirs-function)
9347 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
9348 Doc fixes.
9349 (flymake-get-project-include-dirs-function)
9350 (flymake-make-err-menu-data):
9351 Improve argument/docstring consistency.
9352
9353 2005-07-01 Lute Kamstra <lute@gnu.org>
9354
9355 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
9356 Catch errors with ignore-errors. Use temporary buffer.
9357 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
9358
9359 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
9360 background color faces.
9361 (facemenu-set-foreground, facemenu-set-background):
9362 Use facemenu-set-face-from-menu.
9363 (facemenu-set-face-from-menu): Treat face names that start with
9364 "fg:" or "bg:" as special.
9365 (facemenu-add-new-color): Don't create faces. Simplify.
9366
9367 2005-06-30 Richard M. Stallman <rms@gnu.org>
9368
9369 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
9370 (crm-find-current-element): Likewise.
9371
9372 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
9373
9374 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
9375
9376 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
9377
9378 * arc-mode.el (archive-extract): Make it work as a mouse binding.
9379 (archive-mouse-extract): Make it an obsolete alias.
9380 (archive-mode-map): Don't use archive-mouse-extract any more.
9381 (archive-mode, archive-extract): write-contents-hooks ->
9382 write-contents-functions.
9383 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
9384 first arg.
9385 (archive-rename-entry): Update the call.
9386 (archive-zip-summarize): Remove unused var `method'.
9387 (archive-lzh-summarize): Remove unused var `creator'.
9388
9389 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
9390 dedicated frame upon exit.
9391
9392 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
9393 (archive-zip-extract, archive-zip-expunge)
9394 (archive-zip-update, archive-zip-update-case): Use executable-find.
9395 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
9396 Use restore-buffer-modified-p.
9397 (archive-extract, archive-add-new-member, archive-write-file-member):
9398 Use with-current-buffer.
9399 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
9400
9401 2005-06-30 Andreas Schwab <schwab@suse.de>
9402
9403 * progmodes/gud.el (gud-filter): Remove unneeded progn.
9404
9405 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
9406
9407 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
9408
9409 2005-06-30 Juri Linkov <juri@jurta.org>
9410
9411 * faces.el (vertical-border): Inherit from mode-line-inactive
9412 only on tty.
9413
9414 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
9415
9416 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
9417 example, -NLINES in the `occur' docstring).
9418
9419 * replace.el (occur-1): When no matches are found, do not set the
9420 `buffer-read-only' and modified flags for the occur buffer,
9421 because it is deleted.
9422
9423 * emulation/cua-base.el (cua-check-pending-input)
9424 (cua-repeat-replace-region, cua-mode, cua-debug)
9425 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
9426 Fix typos in docstrings.
9427
9428 * emulation/cua-gmrk.el (cua-toggle-global-mark)
9429 (cua-cut-region-to-global-mark)
9430 (cua--cut-rectangle-to-global-mark):
9431 Remove period from end of messages.
9432
9433 * emulation/cua-rect.el (cua-do-rectangle-padding):
9434 Remove period from end of messages.
9435 (cua--rectangle-seq-format): Fix typo in docstring.
9436 (cua-sequence-rectangle, cua-fill-char-rectangle):
9437 Improve argument/docstring consistency.
9438
9439 2005-06-29 Juri Linkov <juri@jurta.org>
9440
9441 * faces.el (default-frame-background-mode): New internal variable.
9442 (frame-set-background-mode): Use it.
9443
9444 * startup.el (normal-top-level): Set default-frame-background-mode
9445 instead of frame-background-mode. Before setting it, test for its
9446 nil value. Remove tests for frame-background-mode and frame
9447 parameter `reverse'. Add test for "unspecified-fg".
9448
9449 * term/xterm.el (xterm-rxvt-set-background-mode):
9450 * term/rxvt.el (rxvt-set-background-mode):
9451 Set default-frame-background-mode instead of frame-background-mode.
9452
9453 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
9454
9455 * simple.el (set-variable): Warn about obsolete user variables.
9456
9457 * imenu.el (imenu--completion-buffer):
9458 * mouse.el (mouse-buffer-menu-alist):
9459 * msb.el (msb-invisible-buffer-p):
9460 * calendar/diary-lib.el (diary-header-line-format):
9461 * emacs-lisp/pp.el (pp-buffer):
9462 * progmodes/cperl-mode.el (cperl-do-auto-fill):
9463 * textmodes/picture.el (picture-replace-match):
9464 Change space constants followed by a sexp to "?\s ".
9465
9466 * play/decipher.el (decipher-loop-with-breaks):
9467 * textmodes/texinfo.el (texinfo-insert-@item): Change space
9468 constants "protected" from end of line by a comment to "?\s".
9469
9470 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
9471
9472 * font-lock.el (save-buffer-state): Use `declare'.
9473
9474 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
9475 reset the syntax-table to cperl-mode-syntax-table.
9476 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
9477 "foo_print_bar" is not matched as a reserved keyword.
9478
9479 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
9480
9481 * textmodes/org.el (orgtbl-setup): New function, for delayed
9482 setup for the orgtbl commands.
9483 (org-calc-default-modes): New option.
9484 (orgtbl-make-binding): Use `defun' to get better help display.
9485 (org-diary): Call `org-compile-prefix-format'.
9486 (org-table-formula-substitute-names): New function.
9487 (org-agenda-day-view, org-agenda-week-view): New commands.
9488 (org-agenda-toggle-week-view): Command removed.
9489 (org-tbl-menu): Split off from org-org-menu.
9490 (org-mode): Move removal of outline-mode menus to here.
9491 (org-table-formula-debug): New option.
9492 (org-table-insert-row): Keep first field if just "#" or "*".
9493 (org-mode): Paragraph regexps fixed.
9494 (org-table-recalculate-regexp): New constant.
9495 (org-table-justify-field-maybe): Avoid replace if not necessary.
9496 (org-copy-special, org-cut-special): Use `call-interactively'.
9497 (org-table-copy-region): Take region from `interactive' call.
9498 (org-trim): Return string even if no match.
9499 (org-formula): New face.
9500 (org-set-font-lock-defaults): No longer highlight "FIXME".
9501 But highlight formula-related fields in table.
9502 (org-table-p): Use regexp, not fontification.
9503 (org-table-align): Handle white space at end of line.
9504 (org-table-formula-evaluate-inline): New option.
9505 (org-mode): Auto-wrapping in comment lines turned off.
9506 (org-table-copy-down): Evaluate only in copied field, not in
9507 destination.
9508 (org-table-current-formula): Variable removed.
9509 (org-table-store-formulas, org-table-get-stored-formulas)
9510 (org-table-modify-formulas, org-table-replace-in-formulas)
9511 (org-table-maybe-eval-formula): New functions.
9512 (org-table-get-formula): Modify to use stored formulas.
9513 (org-table-insert-column, org-table-delete-column)
9514 (org-table-move-column): Call `org-table-modify-formulas'.
9515 (org-complete): Add completion for keyword formulas.
9516 (orgtbl-mode): Pull orgtbl-mode-map to start of
9517 minor-mode-map-alist.
9518
9519 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
9520
9521 * progmodes/python.el (python-check): Require `compile' before
9522 modifying its variables.
9523
9524 * newcomment.el (comment-indent-default): Don't get fooled by an early
9525 end of buffer.
9526
9527 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9528
9529 * ps-print.el (ps-print-version): Fix version number.
9530
9531 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
9532
9533 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
9534
9535 2005-06-28 Richard M. Stallman <rms@gnu.org>
9536
9537 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
9538 (flyspell-local-mouse-map): Declaration deleted.
9539 (flyspell-mouse-map): Bind only mouse-2.
9540 (flyspell-mode-map): Don't test flyspell-use-local-map.
9541 (flyspell-overlay-keymap-property-name): Var deleted.
9542 (flyspell-mode-on): Don't make local bindings for
9543 flyspell-mouse-map and flyspell-mode-map.
9544 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
9545
9546 * textmodes/ispell.el (ispell-word): Do not ignore short words.
9547
9548 * progmodes/compile.el (compilation-next-error-function):
9549 Don't switch buffers; operate on the current buffer.
9550
9551 * progmodes/compile.el (compilation-error-file-name)
9552 (compilation-warning-file-name, compilation-info-file-name)
9553 (compilation-line-number, compilation-column-number): New faces.
9554 (compilation-error-face, compilation-warning-face)
9555 (compilation-info-face, compilation-line-face)
9556 (compilation-column-face): Use them.
9557
9558 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
9559
9560 * comint.el (comint-password-prompt-regexp): Accept ", try again".
9561
9562 * bindings.el (global-map): Bind insertchar and its variants.
9563
9564 2005-06-27 Richard M. Stallman <rms@gnu.org>
9565
9566 * textmodes/artist.el (artist-text-overwrite)
9567 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
9568
9569 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9570
9571 * ps-print.el: It was not working the page selection for printing.
9572 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
9573 (ps-print-version): New version 6.6.7.
9574 (ps-end-sheet): New fun.
9575 (ps-header-sheet, ps-end-job): Call it.
9576
9577 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
9578
9579 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
9580
9581 2005-06-27 Lute Kamstra <lute@gnu.org>
9582
9583 * facemenu.el (facemenu-unlisted-faces): Add foreground and
9584 background color faces.
9585 (facemenu-get-face): Delete function.
9586 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
9587 (facemenu-add-new-color): Make second argument mandatory.
9588 Create the appropriate face and return it. Simplify.
9589 (facemenu-set-foreground, facemenu-set-background): Don't check if
9590 color is defined. Use return value of facemenu-add-new-color.
9591
9592 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
9593
9594 * progmodes/gud.el (gud-filter): Add missing argument to
9595 with-selected-window.
9596
9597 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
9598
9599 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
9600 a :require to the defcustom.
9601
9602 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
9603 defcustoms corresponding to minor modes.
9604
9605 2005-06-26 David Ponce <david@dponce.com>
9606
9607 * recentf.el: Require tree-widget instead of wid-edit.
9608 (recentf-filename-handler): Fix widget :type.
9609 (recentf-cancel-dialog, recentf-open-more-files)
9610 (recentf-open-files-action): Doc fix.
9611 (recentf-dialog-goto-first): New function.
9612 (recentf-dialog-mode-map): Set parent keymap first.
9613 (recentf-dialog-mode): Define with define-derived-mode.
9614 Don't display continuation lines in dialogs.
9615 (recentf-edit-list): Rename from recentf-edit-selected-items.
9616 (recentf-edit-list-select): Rename from recentf-edit-list-action.
9617 Simplify.
9618 (recentf-edit-list-validate): New function.
9619 (recentf-edit-list): Update accordingly.
9620 (recentf-open-files-item-shift): Remove.
9621 (recentf-open-files-item): Convert menu elements into tree and
9622 link widgets. Don't create the widgets.
9623 (recentf-open-files): Update accordingly.
9624 (recentf-save-list): Untabify.
9625
9626 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
9627
9628 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
9629 (keep-lines): Add INTERACTIVE arg. Never delete lines only
9630 partially contained in the active region. Do not take active
9631 region into account when called from Lisp, unless INTERACTIVE arg
9632 is non-nil. Use `forward-line' instead of `beginning-of-line' to
9633 avoid trouble with fields. Make marker point nowhere when no
9634 longer used. Always return nil. Doc fix.
9635 (flush-lines): Add INTERACTIVE arg. Do not take active region
9636 into account when called from Lisp, unless INTERACTIVE arg is
9637 non-nil. Use `forward-line' instead of `beginning-of-line' to
9638 avoid trouble with fields. Make marker point nowhere when no
9639 longer used. Always return nil. Doc fix.
9640 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
9641 interchangeable. Do not take active region into account when
9642 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
9643 message in echo area when called from Lisp, unless INTERACTIVE arg
9644 is non-nil. Avoid saying "1 occurrences". Do not use markers.
9645 Return the number of matches. Doc fix.
9646 (occur): Doc fix.
9647 (perform-replace): Make comment follow double space convention for
9648 the sake of `outline-minor-mode'.
9649
9650 * faces.el (facep): Doc fix.
9651
9652 2005-06-25 Richard M. Stallman <rms@gnu.org>
9653
9654 * facemenu.el (facemenu-enable-faces-p): New function.
9655 (facemenu-background-menu, facemenu-foreground-menu)
9656 (facemenu-face-menu): Add menu-enable property.
9657
9658 * jka-compr.el (jka-compr-insert-file-contents):
9659 Special handling if cannot find the uncompression program.
9660
9661 * cus-face.el (custom-face-attributes): Add autoload.
9662
9663 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
9664 Bind comment-indent-function locally.
9665
9666 * window.el (save-selected-window): Use save-current-buffer.
9667
9668 * subr.el (with-selected-window): Use save-current-buffer.
9669
9670 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
9671 and with-current-buffer.
9672
9673 2005-06-24 Richard M. Stallman <rms@gnu.org>
9674
9675 * simple.el (line-move-1): Fix previous change.
9676
9677 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
9678
9679 * replace.el (occur-1): Set `buffer-read-only' and the
9680 buffer-modified flag before running `occur-hook' to protect
9681 against unintentional buffer switches that can lead to data loss.
9682
9683 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
9684
9685 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
9686 (gud-gdb-marker-filter): Use font-lock-warning-face for any
9687 initial error.
9688
9689 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
9690 after fresh input.
9691 (gdb-var-create-handler): Put name of expression in quotes.
9692
9693 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
9694
9695 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
9696 elements of RING in order, and without bogus nil elements.
9697
9698 2005-06-23 Richard M. Stallman <rms@gnu.org>
9699
9700 * simple.el (set-variable): Args renamed; doc fix.
9701 (line-move-1): When there are overlays around, use vertical-motion.
9702
9703 * faces.el (escape-glyph): Use brown against light background.
9704 (nobreak-space): Rename from no-break-space.
9705 Fix previous change.
9706
9707 * dired-aux.el (dired-do-copy): Fix arg prompt.
9708
9709 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
9710
9711 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
9712
9713 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
9714 rather than "Distributor".
9715
9716 2005-06-23 Lute Kamstra <lute@gnu.org>
9717
9718 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
9719 (debug-on-entry): Use it. New interactive declaration that uses
9720 function-called-at-point.
9721
9722 2005-06-23 Kim F. Storm <storm@cua.dk>
9723
9724 * subr.el (save-match-data): Add comment about using evaporate arg
9725 to set-match-data.
9726
9727 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
9728
9729 * cus-edit.el (customize-face)
9730 (customize-face-other-window): Handle face aliases.
9731
9732 * faces.el (face-documentation, set-face-attribute)
9733 (face-spec-set): Handle face aliases.
9734
9735 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
9736
9737 * help-mode.el (help-make-xrefs): If a symbol representing a face
9738 name is not followed by the word "face", it could still be a
9739 function or variable name, so don't bypass other checks.
9740
9741 2005-06-22 Juri Linkov <juri@jurta.org>
9742
9743 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
9744 Replace aliased functions with calls where second arg `inherit' is t.
9745
9746 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
9747
9748 * progmodes/gdb-ui.el (gdb-error): New variable.
9749 (gdb-error): New function.
9750 (gdb-annotation-rules): Act on error-begin and error annotations.
9751 (gdb-concat-output): Use font-lock-warning-face for errors.
9752
9753 2005-06-22 Miles Bader <miles@gnu.org>
9754
9755 * bindings.el (propertized-buffer-identification): Use renamed
9756 `Buffer-menu-buffer' face.
9757
9758 * faces.el (vertical-border): Rename from `vertical-divider'.
9759 (escape-glyph): Change dark-background color back to `cyan'.
9760
9761 2005-06-21 Juri Linkov <juri@jurta.org>
9762
9763 * faces.el (face-user-default-spec): Try getting `customized-face'
9764 prior to `saved-face'.
9765 (frame-background-mode): Refill docstring.
9766
9767 * emacs-lisp/lisp-mode.el (eval-defun-1):
9768 * emacs-lisp/edebug.el (edebug-eval-defun):
9769 Set `saved-face' temporarily to nil before calling form.
9770 Set `customized-face' to the new spec after that.
9771
9772 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
9773
9774 * subr.el (1value, lambda, key-substitution-in-progress):
9775 Doc fixes.
9776
9777 * autoinsert.el (auto-insert-alist):
9778 * ses.el (ses-call-printer):
9779 * subr.el (noreturn):
9780 * emacs-lisp/lisp.el (check-parens):
9781 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
9782 * net/browse-url.el (browse-url-mosaic):
9783 * progmodes/cc-defs.el (c-safe-scan-lists):
9784 * progmodes/ebnf-abn.el (ebnf-abn-lex):
9785 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
9786 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
9787 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
9788 * progmodes/ebnf-iso.el (ebnf-iso-lex):
9789 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
9790
9791 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
9792
9793 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
9794
9795 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
9796
9797 * calendar/appt.el (appt-make-list): Activate the package, if
9798 not already active (for backwards compatibility).
9799
9800 2005-06-20 Kim F. Storm <storm@cua.dk>
9801
9802 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
9803
9804 2005-06-20 Miles Bader <miles@gnu.org>
9805
9806 * faces.el (vertical-divider): New face.
9807
9808 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
9809
9810 * simple.el (kill-whole-line): Doc fix.
9811 (next-error-buffer-p, next-error-find-buffer)
9812 (clone-indirect-buffer): Fix typos in docstrings.
9813 (comment-line-break-function): Doc fix: don't say variable
9814 is automatically buffer-local (it isn't).
9815
9816 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
9817
9818 * net/tramp-ftp.el (top):
9819 * net/tramp-smb.el (top):
9820 * net/tramp-util.el (top):
9821 * net/tramp-uu.el (top):
9822 * net/tramp-vc.el (top):
9823 * net/tramp.el (top): Revert copyright years back to original
9824 ones. Tramp has a life outside GNU Emacs.
9825
9826 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
9827
9828 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
9829
9830 2005-06-18 Juri Linkov <juri@jurta.org>
9831
9832 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
9833 end of first regexp to limit the match to the position between
9834 line number and source line with same separator character as used
9835 between file name and line number. In the second regexp limit
9836 mouse-face area to file name and line number by adding new group
9837 for them and referring it in HYPERLINK arg.
9838 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
9839 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
9840 previous line where grep markers may be already removed.
9841
9842 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
9843
9844 * progmodes/ps-mode.el: Update version and maintainer's email address.
9845
9846 2005-06-18 Steve Youngs <steve@xemacs.org>
9847
9848 * net/browse-url.el (browse-url-browser-function)
9849 (browse-url-default-browser): Add firefox.
9850 (browse-url-firefox-program, browse-url-firefox-arguments)
9851 (browse-url-firefox-startup-arguments)
9852 (browse-url-firefox-new-window-is-tab): New defcustoms.
9853 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
9854
9855 2005-06-17 Richard M. Stallman <rms@gnu.org>
9856
9857 * startup.el (command-line): Warn if specified user name has
9858 no home directory.
9859
9860 * term.el (term-get-old-input, term-input-filter, term-input-sender)
9861 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
9862
9863 * longlines.el (longlines-mode, longlines-show-hard-newlines):
9864 Doc fixes.
9865
9866 * faces.el (underline): Try bold if terminal doesn't support underline.
9867
9868 * mail/sendmail.el (mail-setup-with-from): New variable.
9869 (mail-insert-from-field): New function.
9870 (sendmail-send-it): Call it.
9871 (mail-setup): Optionally call it here.
9872
9873 * term/linux.el: Call tty-no-underline.
9874
9875 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
9876
9877 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
9878
9879 2005-06-17 Miles Bader <miles@gnu.org>
9880
9881 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
9882 (ediff-current-diff-C, ediff-current-diff-Ancestor)
9883 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
9884 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
9885 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
9886 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
9887 Remove "-face" suffix from face names.
9888 (ediff-current-diff-face-A, ediff-current-diff-face-B)
9889 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
9890 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
9891 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
9892 (ediff-even-diff-face-A, ediff-even-diff-face-B)
9893 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
9894 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
9895 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
9896 New backward-compatibility aliases for renamed faces.
9897 (ediff-current-diff-face-A, ediff-current-diff-face-B)
9898 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
9899 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
9900 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
9901 (ediff-even-diff-face-A, ediff-even-diff-face-B)
9902 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
9903 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
9904 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
9905 Use renamed ediff faces.
9906
9907 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
9908 Remove "-face" suffix from face names.
9909 (eshell-test-ok-face, eshell-test-failed-face):
9910 New backward-compatibility aliases for renamed faces.
9911 (eshell-run-test): Use renamed eshell-test faces.
9912
9913 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
9914 face name.
9915 (eshell-prompt-face): New backward-compatibility alias for renamed
9916 face.
9917 (eshell-emit-prompt): Use renamed eshell-prompt face.
9918
9919 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
9920 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
9921 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
9922 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
9923 Remove "-face" suffix from face names.
9924 (eshell-ls-directory-face, eshell-ls-symlink-face)
9925 (eshell-ls-executable-face, eshell-ls-readonly-face)
9926 (eshell-ls-unreadable-face, eshell-ls-special-face)
9927 (eshell-ls-missing-face, eshell-ls-archive-face)
9928 (eshell-ls-backup-face, eshell-ls-product-face)
9929 (eshell-ls-clutter-face):
9930 New backward-compatibility aliases for renamed faces.
9931 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
9932
9933 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
9934 Remove "-face" suffix from face name.
9935 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
9936 instead of literal face.
9937
9938 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
9939
9940 * emacs-lisp/warnings.el (display-warning, lwarn)
9941 (warning-minimum-log-level): Doc fixes.
9942 (warning-minimum-level, warning-minimum-log-level):
9943 Add :debug to :type choices.
9944
9945 * progmodes/ada-mode.el (ada-format-paramlist)
9946 (ada-get-indent-case, ada-check-matching-start)
9947 (ada-check-defun-name, ada-goto-matching-decl-start)
9948 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
9949 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
9950 (ada-make-subprogram-body): Follow error conventions.
9951 (ada-case-exception-file, ada-indent-comment-as-code)
9952 (ada-indent-handle-comment-special, ada-indent-renames)
9953 (ada-indent-return, ada-search-directories-internal)
9954 (ada-tab-policy, ada-case-exception-substring)
9955 (ada-other-file-alist, ada-matching-start-re)
9956 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
9957 (ada-imenu-generic-expression, ada-compile-goto-error)
9958 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
9959 (ada-popup-menu, ada-add-extensions, ada-mode)
9960 (ada-region-selected, ada-create-case-exception)
9961 (ada-create-case-exception-substring, ada-after-keyword-p)
9962 (ada-activate-keys-for-case, ada-adjust-case-region)
9963 (ada-adjust-case-buffer, ada-format-paramlist)
9964 (ada-scan-paramlist, ada-insert-paramlist)
9965 (ada-indent-newline-indent)
9966 (ada-indent-newline-indent-conditional)
9967 (ada-justified-indent-current, ada-goto-previous-word)
9968 (ada-indent-current, ada-get-indent-open-paren)
9969 (ada-get-indent-paramlist, ada-get-indent-end)
9970 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
9971 (ada-get-indent-block-start, ada-get-indent-subprog)
9972 (ada-get-indent-noindent, ada-get-indent-label)
9973 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
9974 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
9975 (ada-goto-stmt-end, ada-goto-next-word)
9976 (ada-check-matching-start, ada-check-defun-name)
9977 (ada-goto-matching-decl-start, ada-goto-matching-start)
9978 (ada-goto-matching-end, ada-search-ignore-string-comment)
9979 (ada-in-decl-p, ada-looking-at-semi-or)
9980 (ada-looking-at-semi-private, ada-in-paramlist-p)
9981 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
9982 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
9983 (ada-next-procedure, ada-previous-procedure, ada-next-package)
9984 (ada-previous-package, ada-create-menu)
9985 (ada-fill-comment-paragraph-justify)
9986 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
9987 (ada-other-file-name, ada-last-which-function-line)
9988 (ada-last-which-function-subprog, ada-which-function)
9989 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
9990 (ada-gen-treat-proc, ada-check-emacs-version)
9991 (ada-continuation-indent, ada-align-region-separate):
9992 Fix typos in docstrings.
9993 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
9994
9995 2005-06-16 Lute Kamstra <lute@gnu.org>
9996
9997 * simple.el (fundamental-mode): Run after-change-major-mode-hook
9998 conditionally.
9999
10000 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
10001
10002 * comint.el (comint-replace-by-expanded-filename)
10003 (comint-prompt-regexp, comint-delimiter-argument-list)
10004 (comint-preinput-scroll-to-bottom):
10005 * info.el (Info-hide-cookies-node):
10006 * ls-lisp.el (ls-lisp-classify):
10007 * find-file.el (ff-search-directories, ff-special-constructs)
10008 (ff-find-other-file):
10009 * font-lock.el (font-lock-keywords):
10010 * shell.el (shell-prompt-pattern)
10011 (shell-dynamic-complete-functions, shell-mode)
10012 (shell-delimiter-argument-list):
10013 * term.el (term-replace-by-expanded-filename)
10014 (term-prompt-regexp, term-delimiter-argument-list):
10015 * woman.el (woman-ignore, woman0-if):
10016 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
10017 * emacs-lisp/elint.el (elint-init-env):
10018 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
10019 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
10020 * language/ethio-util.el (ethio-tilde-escape)
10021 (ethio-use-three-dot-question):
10022 * net/zone-mode.el (zone-mode-load-time-setup):
10023 * progmodes/cc-align.el (c-lineup-argcont):
10024 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
10025 * progmodes/cperl-mode.el (cperl-set-style-back):
10026 * progmodes/inf-lisp.el (inferior-lisp-prompt):
10027 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
10028 Fix spellings in docstrings.
10029
10030 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
10031 * progmodes/modula2.el (m2-for): Fix spellings.
10032
10033 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
10034
10035 * simple.el (undo-more): Don't use `format' on `error' arguments.
10036 Improve argument/docstring consistency.
10037 (pending-undo-list): Doc fix.
10038
10039 * smerge-mode.el (smerge-ensure-match):
10040 * emulation/vip.el (vip-ex):
10041 * net/zone-mode.el (zone-mode-update-serial):
10042 * progmodes/idlwave.el (idlwave-complete):
10043 * progmodes/vhdl-mode.el (vhdl-visit-file)
10044 (vhdl-compose-wire-components):
10045 Don't use `format' on `error' arguments.
10046
10047 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
10048 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
10049 (tooltip-help-tips): Fix typos in docstrings.
10050
10051 2005-06-16 David Ponce <david@dponce.com>
10052
10053 * tree-widget.el (tree-widget-value-create): Simplify last change.
10054
10055 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
10056
10057 * ido.el (ido-incomplete-regexp): New variable.
10058 (ido-set-matches-1): Handle invalid-regexp error and set
10059 ido-incomplete-regexp.
10060 (ido-incomplete-regexp): New face.
10061 (ido-completions): Use it.
10062 (ido-complete, ido-exit-minibuffer, ido-completions):
10063 Handle incomplete regexps.
10064 (ido-completions): Add check for complete match when entering a regexp.
10065
10066 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
10067
10068 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
10069
10070 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10071
10072 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
10073 by field delimiters.
10074
10075 2005-06-15 David Ponce <david@dponce.com>
10076
10077 * tree-widget.el: eval-and-compile inlined functions so they will
10078 be available at run-time too.
10079 (tree-widget-super-format-handler)
10080 (tree-widget-format-handler): Remove.
10081 (tree-widget-value-create): Handle the :indent property.
10082
10083 2005-06-15 Miles Bader <miles@gnu.org>
10084
10085 * progmodes/which-func.el (which-func): Only inherit
10086 `font-lock-function-name-face' when that makes sense against the
10087 default mode-line face, otherwise set the face color explicitly.
10088
10089 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
10090 faces instead of (non-existent) variables.
10091
10092 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
10093
10094 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
10095 (iswitchb-get-matched-buffers): Likewise. Simplify.
10096
10097 2005-06-14 Miles Bader <miles@gnu.org>
10098
10099 * progmodes/ld-script.el (ld-script-location-counter):
10100 Remove "-face" suffix from face name.
10101 (ld-script-location-counter-face):
10102 New backward-compatibility alias for renamed face.
10103 (ld-script-location-counter-face): Use renamed face.
10104
10105 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
10106 (cperl-hash): Remove "-face" suffix from face names.
10107 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
10108 New backward-compatibility aliases for renamed faces.
10109 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
10110 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
10111
10112 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
10113 name.
10114 (which-func-face): New backward-compatibility alias for renamed face.
10115 (which-func-format): Use renamed which-func face.
10116
10117 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
10118 (vhdl-function, vhdl-directive, vhdl-reserved-word)
10119 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
10120 names.
10121 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
10122 (vhdl-speedbar-configuration, vhdl-speedbar-package)
10123 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
10124 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
10125 (vhdl-speedbar-architecture-selected)
10126 (vhdl-speedbar-configuration-selected)
10127 (vhdl-speedbar-package-selected)
10128 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
10129 names.
10130 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
10131 Use renamed faces.
10132 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
10133 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
10134 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
10135 Use renamed faces.
10136 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
10137 names.
10138 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
10139 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
10140 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
10141 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
10142 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
10143 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
10144
10145 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
10146 face name.
10147 (sh-heredoc-face): New backward-compatibility alias for renamed face.
10148 (sh-heredoc-face): Use renamed sh-heredoc face.
10149
10150 * progmodes/idlw-help.el (idlwave-help-link):
10151 Remove "-face" suffix from face name.
10152 (idlwave-help-link-face):
10153 New backward-compatibility alias for renamed face.
10154 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
10155
10156 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
10157 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
10158 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
10159 New backward-compatibility aliases for renamed faces.
10160 (idlwave-shell-disabled-breakpoint-face)
10161 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
10162
10163 * progmodes/flymake.el (flymake-errline, flymake-warnline):
10164 Remove "-face" suffix from face names.
10165 (flymake-errline-face, flymake-warnline-face):
10166 New backward-compatibility aliases for renamed faces.
10167 (flymake-highlight-line): Use renamed flymake faces.
10168
10169 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
10170 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
10171 (ebrowse-member-class, ebrowse-progress):
10172 Remove "-face" suffix from face names.
10173 (ebrowse-tree-mark-face, ebrowse-root-class-face)
10174 (ebrowse-file-name-face, ebrowse-default-face)
10175 (ebrowse-member-attribute-face, ebrowse-member-class-face)
10176 (ebrowse-progress-face):
10177 New backward-compatibility aliases for renamed faces.
10178 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
10179 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
10180 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
10181 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
10182
10183 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
10184 antlr-syntax)
10185 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
10186 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
10187 names.
10188 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
10189 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
10190 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
10191 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
10192 backward-compatibility aliases for renamed faces.
10193 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
10194 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
10195 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
10196 remove "font-lock-". Use renamed antlr-mode faces.
10197 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
10198 literal face-names with face variable references.
10199
10200 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
10201 face name.
10202 (Buffer-menu-buffer-face): New backward-compatibility alias for
10203 renamed face.
10204 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
10205
10206 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
10207
10208 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
10209 Eliminate "-face" suffix.
10210 (makefile-targets): Inherit from font-lock-function-name-face and
10211 eliminate "-face" suffix.
10212 (makefile-shell): Remove attributes and eliminate "-face" suffix.
10213 (makefile-*-font-lock-keywords): Append makefile-targets in rule
10214 actions, instead of prepending, to make it less visible.
10215 (makefile-previous-dependency, makefile-match-dependency):
10216 Don't match a target on a continuation line.
10217
10218 * files.el (auto-mode-alist): Put Makefile in gmake mode.
10219
10220 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
10221
10222 * progmodes/gdb-ui.el (menu): Re-order menu items.
10223 (gdb-tooltip-print): Respect tooltip-use-echo-area.
10224
10225 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
10226 Define in tooltip.el.
10227 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
10228 (gud-tooltip-tips): Respect tooltip-use-echo-area and
10229 gud-tooltip-echo-area.
10230
10231 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
10232 backward compatibility and make obsolete.
10233 (tooltip-help-tips): Use tooltip-use-echo-area.
10234 (tooltip-show-help-function): Rename to...
10235 (tooltip-show-help): ...this, because it is a function.
10236 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
10237
10238 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
10239
10240 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
10241 (edebug-print-length, edebug-print-level, edebug-print-circle)
10242 (edebug-modify-breakpoint, edebug-eval-last-sexp)
10243 (edebug-eval-print-last-sexp): Doc fixes.
10244
10245 2005-06-14 Kim F. Storm <storm@cua.dk>
10246
10247 * ido.el (ido-mode): Make a new keymap every time we enable ido,
10248 as the coverage buffer/file/both may change.
10249
10250 2005-06-14 Lute Kamstra <lute@gnu.org>
10251
10252 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
10253 and run-mode-hooks. Simplify.
10254
10255 * mail/rmailedit.el (rmail-edit-mode):
10256 * progmodes/octave-inf.el (inferior-octave-mode):
10257 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
10258
10259 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
10260 and run-mode-hooks.
10261 (recentf-edit-list, recentf-open-files): Don't call
10262 kill-all-local-variables directly.
10263
10264 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
10265
10266 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
10267
10268 * emacs-lisp/byte-run.el (make-obsolete)
10269 (define-obsolete-function-alias): Rename arguments FUNCTION and
10270 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
10271 (make-obsolete-variable, define-obsolete-variable-alias):
10272 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
10273 respectively.
10274
10275 * isearchb.el (isearchb-activate):
10276 * pcvs.el (cvs-mode):
10277 * ses.el (ses-load):
10278 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
10279 * net/tramp.el (tramp-find-file-exists-command)
10280 (tramp-find-shell):
10281 * progmodes/ada-mode.el (ada-create-case-exception)
10282 (ada-create-case-exception-substring, ada-make-subprogram-body):
10283 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
10284 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
10285 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
10286 * textmodes/org.el (org-promote, org-evaluate-time-range)
10287 (org-agenda-next-date-line, org-agenda-previous-date-line)
10288 (org-agenda-error, org-open-at-point, org-table-move-row)
10289 (org-format-table-table-html-using-table-generate-source)
10290 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
10291 * textmodes/reftex.el (reftex-access-scan-info):
10292 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
10293 (reftex-toc-promote-prepare): Follow error conventions.
10294
10295 * diff-mode.el (diff-mode): Fix typo in docstring.
10296
10297 * forms.el (forms--intuit-from-file): Fix reference to
10298 `forms-number-of-fields' in error message.
10299 (forms-print): Fix quoting in error message.
10300
10301 * forms.el (forms-mode):
10302 * emulation/vi.el (vi-goto-insert-state):
10303 * progmodes/flymake.el (flymake-new-err-info)
10304 (flymake-start-syntax-check-for-current-buffer)
10305 (flymake-simple-cleanup):
10306 * eshell/esh-var.el (eshell/export):
10307 * progmodes/gud.el (xdb):
10308 * textmodes/flyspell.el (flyspell-incorrect-hook)
10309 (flyspell-maybe-correct-transposition)
10310 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
10311
10312 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
10313
10314 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
10315 minibuffer prompt.
10316
10317 2005-06-13 Kim F. Storm <storm@cua.dk>
10318
10319 * subr.el (add-to-ordered-list): New defun.
10320
10321 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
10322 add cua--keymap-alist to emulation-mode-map-alists.
10323
10324 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
10325
10326 * subr.el (complete-in-turn): New macro.
10327 (dynamic-completion-table, lazy-completion-table): Add debug info.
10328
10329 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
10330 in preference to face aliases.
10331
10332 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
10333 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
10334 Remove unused vars `start' and `firstline'.
10335 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
10336 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
10337
10338 2005-06-13 Eli Zaretskii <eliz@gnu.org>
10339
10340 * cus-start.el (all): Don't complain about missing GTK-related
10341 variables, unless either `gtk' is boundp or this isn't a
10342 `windows-nt' build.
10343
10344 2005-06-13 Lute Kamstra <lute@gnu.org>
10345
10346 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
10347 run-mode-hooks.
10348
10349 * ediff-mult.el (ediff-meta-mode):
10350 * ediff-util.el (ediff-mode): Use run-mode-hooks.
10351
10352 * ledit.el (ledit-mode): Use delay-mode-hooks.
10353
10354 * woman.el (woman-mode-line-format): Delete constant.
10355 (woman-mode-map): Initialize it properly.
10356 (woman-mode): Set mode-class property to special.
10357 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
10358 Set major-mode and mode-name. Don't set mode-line-format directly.
10359 (Man-getpage-in-background): Don't reference woman-mode-line-format.
10360
10361 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
10362 string argument obsolete.
10363
10364 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
10365
10366 * textmodes/org.el (org-CUA-compatible): New option.
10367 (org-disputed-keys): New variable.
10368 (org-key): New function.
10369 (orgtbl-make-binding): Add docstring to the created function.
10370 (org-mode): Set paragraph start/separate regexps.
10371 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
10372 (org-archive-location, org-archive-mark-done)
10373 (org-archive-stamp-time): New options.
10374 (org-archive-subtree): New command.
10375 (org-fill-paragraph): New function.
10376 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
10377 (org-fake-empty-table-line): Function removed.
10378 (org-format-org-table-html): Do not create empty table lines at
10379 separator lines. Improved table header treatment.
10380 (org-link-format): New option.
10381 (org-make-link): New function.
10382 (org-insert-link, org-store-link): Use org-make-link.
10383 (org-open-file): Quote file name for shell command, to allow
10384 spaces in file names.
10385 (org-link-regexp): Fix bug with mailto link.
10386 (org-link-maybe-angles-regexp, org-protected-link-regexp):
10387 New constants.
10388 (org-export-as-html): Deal with the optional angles around a link.
10389 Better treatment of file: links.
10390 (org-open-at-point): Replace @{ and @} with < and >.
10391 (org-run-mode-hooks): Function removed.
10392 (org-agenda-mode): No longer use `org-run-mode-hooks'.
10393
10394 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
10395
10396 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
10397 MI command -data-list-register-values.
10398 (gdb-post-prompt): Indent properly.
10399
10400 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
10401
10402 * hilit-chg.el (highlight-changes-colors): Rename from
10403 `highlight-changes-colours'.
10404 (highlight-changes-colours): Keep as obsolete alias.
10405 (highlight-changes-face-list): Doc fix.
10406 (hilit-chg-make-list): Use `highlight-changes-colors'.
10407
10408 2005-06-12 Mark A. Hershberger <mah@everybody.org>
10409
10410 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
10411 defun-prompt-regexp.
10412
10413 2005-06-12 Eli Zaretskii <eliz@gnu.org>
10414
10415 * loadup.el: Don't say we are dumping under 2 names on windows-nt
10416 and cygwin.
10417
10418 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
10419 Don't use an old loaddefs.el, as in Makefile.in.
10420
10421 2005-06-12 Lute Kamstra <lute@gnu.org>
10422
10423 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
10424
10425 * man.el (Man-mode-map): Initialize it properly.
10426 (Man-mode): Set mode-class property to special.
10427
10428 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
10429
10430 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
10431
10432 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
10433 A newline is needed in the docstring there.
10434
10435 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
10436 Doc fixes.
10437
10438 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10439
10440 * printing.el: Doc fix. The menubar is no more changed when printing
10441 is loaded, it only changes when pr-menu-bind or pr-update-menus is
10442 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
10443 (pr-version): New version number (6.8.4).
10444 (pr-menu-bind): New command.
10445 (pr-update-menus): Docstring and code fix.
10446 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
10447 Docstring fix.
10448 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
10449 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
10450
10451 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
10452
10453 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
10454 "Returns" to "return", document useful return values, etc.
10455
10456 2005-06-11 Alan Mackenzie <acm@muc.de>
10457
10458 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
10459 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
10460 (adaptive-file-function): Minor amendment to doc-string.
10461
10462 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
10463
10464 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
10465 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
10466 Fix :type--it is `integer', not `string'.
10467
10468 * faces.el (modeline-highlight): Rename from (the erroneous)
10469 `modeline-higilight'.
10470
10471 2005-06-11 Lute Kamstra <lute@gnu.org>
10472
10473 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
10474 lisp-interaction-mode-map but make it the parent.
10475 (edebug-eval-mode): Use define-derived-mode.
10476
10477 2005-06-11 Andreas Schwab <schwab@suse.de>
10478
10479 * bindings.el: Add binding of `ESC functionkey' for every
10480 `M-functionkey'.
10481 * hexl.el (hexl-mode-map): Likewise.
10482
10483 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
10484
10485 * progmodes/compile.el (compilation-error-regexp-alist-alist)
10486 [msft]: update regexp for newer msft compilers.
10487
10488 2005-06-10 Mark A. Hershberger <mah@everybody.org>
10489
10490 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
10491 ATTLIST portions of included DTDs.
10492 (xml-parse-dtd): Eliminate use of inefficient match-data.
10493
10494 2005-06-10 Miles Bader <miles@gnu.org>
10495
10496 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
10497 (mpuz-text): Remove "-face" suffix from face names.
10498 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
10499 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
10500 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
10501
10502 * play/gomoku.el (gomoku-O, gomoku-X):
10503 Remove "-face" suffix from face names.
10504 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
10505 New backward-compatibility aliases for renamed faces.
10506 (gomoku-font-lock-keywords): Use renamed gomoku faces.
10507
10508 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
10509
10510 * thumbs.el: Fixes for changes of 2005-06-09.
10511 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
10512 as a directory.
10513 (thumbs-thumbname): Remove directory separator from format string;
10514 `thumbs-thumbsdir' now returns a valid directory name.
10515 (thumbs-temp-dir): New defsubst.
10516 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
10517 Use it.
10518
10519 * cus-edit.el (minibuffer):
10520 * files.el (make-backup-file-name-function):
10521 * filesets.el (filesets-external-viewers):
10522 * hilit-chg.el (highlight-changes-colours)
10523 (highlight-changes-face-list, highlight-changes-rotate-faces):
10524 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
10525 * kmacro.el (kmacro-call-macro):
10526 * log-edit.el (log-edit-changelog-full-paragraphs):
10527 * mouse.el (mouse-1-click-follows-link):
10528 * skeleton.el (skeleton-autowrap):
10529 * subr.el (insert-for-yank-1):
10530 * tempo.el (tempo-insert-region):
10531 * terminal.el (terminal-emulator):
10532 * time.el (display-time-mail-face):
10533 * vc.el (vc-annotate):
10534 * vcursor.el (vcursor-copy-line):
10535 * woman.el (woman-bold-headings, woman-ignore)
10536 (woman-default-faces, woman-monochrome-faces):
10537 * calendar/todo-mode.el (todo-insert-threshold):
10538 * emulation/pc-select.el (pc-select-selection-keys-only)
10539 (pc-selection-mode):
10540 * emulation/vip.el (vip-find-char-forward):
10541 * emulation/viper-cmd.el (viper-find-char-forward):
10542 * international/mule-cmds.el
10543 (select-safe-coding-system-accept-default-p)
10544 (input-method-exit-on-invalid-key):
10545 * international/mule-diag.el (describe-coding-system):
10546 * international/ucs-tables.el (unify-8859-on-encoding-mode):
10547 * net/browse-url.el (browse-url-xterm-program):
10548 * obsolete/lazy-lock.el (lazy-lock-mode):
10549 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
10550 (cperl-mode):
10551 * progmodes/cpp.el (cpp-face-light-name-list)
10552 (cpp-face-dark-name-list):
10553 * progmodes/delphi.el (delphi-newline-always-indents):
10554 Fix spellings in docstrings.
10555
10556 * ido.el (ido-mode, ido-file-extensions-order)
10557 (ido-default-file-method, ido-default-buffer-method)
10558 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
10559 (ido-decorations, ido-read-file-name-as-directory-commands)
10560 (ido-read-file-name-non-ido, ido-work-directory-list)
10561 (ido-ignore-item-temp-list, ido-current-directory)
10562 (ido-magic-forward-char, ido-enter-find-file)
10563 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
10564 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
10565
10566 2005-06-10 Lute Kamstra <lute@gnu.org>
10567
10568 * play/dunnet.el (dun-mode): Use define-derived-mode.
10569 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
10570 obsolete alias.
10571
10572 * play/doctor.el (doctor-mode-map): Remove defvar.
10573 (doctor-mode): Use define-derived-mode.
10574
10575 * mail/mspools.el (mspools-mode):
10576 * net/eudc-hotlist.el (eudc-hotlist-mode):
10577 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
10578
10579 2005-06-10 Miles Bader <miles@gnu.org>
10580
10581 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
10582 Remove "-face" suffix from face names.
10583 (flyspell-incorrect-face, flyspell-duplicate-face):
10584 New backward-compatibility aliases for renamed faces.
10585 (flyspell-mode-on, make-flyspell-overlay)
10586 (flyspell-highlight-incorrect-region)
10587 (flyspell-highlight-duplicate-region)
10588 (flyspell-display-next-corrections)
10589 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
10590
10591 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
10592 from face name.
10593 (texinfo-heading-face): New backward-compatibility alias for
10594 renamed face.
10595 (texinfo-heading-face): Use renamed texinfo-heading face.
10596
10597 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
10598 suffix from face names.
10599 (tex-math-face, tex-verbatim-face):
10600 New backward-compatibility aliases for renamed faces.
10601 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
10602 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
10603 literal face name.
10604
10605 * textmodes/table.el (table-cell): Remove "-face" suffix from face
10606 name.
10607 (table-cell-face): New backward-compatibility alias for renamed face.
10608 (table--put-cell-face-property, table--update-cell-face):
10609 Use renamed table-cell face.
10610
10611 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
10612 from face name.
10613 (sgml-namespace-face): New backward-compatibility alias for
10614 renamed face.
10615 (sgml-namespace-face): Use renamed sgml-namespace face.
10616
10617 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
10618 (org-level-4, org-level-5, org-level-6, org-level-7)
10619 (org-level-8, org-warning, org-headline-done)
10620 (org-deadline-announce, org-scheduled-today)
10621 (org-scheduled-previously, org-link, org-done, org-table)
10622 (org-time-grid): Remove "-face" suffix from face names.
10623 (org-level-1-face, org-level-2-face, org-level-3-face)
10624 (org-level-4-face, org-level-5-face, org-level-6-face)
10625 (org-level-7-face, org-level-8-face, org-warning-face)
10626 (org-headline-done-face, org-deadline-announce-face)
10627 (org-scheduled-today-face, org-scheduled-previously-face)
10628 (org-link-face, org-done-face, org-table-face)
10629 (org-time-grid-face):
10630 New backward-compatibility aliases for renamed faces.
10631 (org-level-faces, org-set-font-lock-defaults, org-timeline)
10632 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
10633 (org-agenda-get-timestamps, org-agenda-get-scheduled)
10634 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
10635
10636 * emulation/viper-init.el (viper-search, viper-replace-overlay)
10637 (viper-minibuffer-emacs, viper-minibuffer-insert)
10638 (viper-minibuffer-vi): Remove "-face" suffix from face names.
10639 (viper-search-face, viper-replace-overlay-face)
10640 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
10641 (viper-minibuffer-vi-face):
10642 New backward-compatibility aliases for renamed faces.
10643 (viper-search-face, viper-replace-overlay-face)
10644 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
10645 (viper-minibuffer-vi-face): Use renamed viper faces.
10646
10647 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
10648 Remove "-face" suffix from face names.
10649 (testcover-nohits-face, testcover-1value-face):
10650 New backward-compatibility aliases for renamed faces.
10651 (testcover-mark): Use renamed testcover faces.
10652
10653 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
10654 face name.
10655 (diary-button-face): New backward-compatibility alias for renamed face.
10656 (diary-entry): Use renamed diary-button face.
10657
10658 * calendar/calendar.el (diary, calendar-today, holiday)
10659 (mark-visible-calendar-date): Remove "-face" suffix from face names.
10660 (diary-face, calendar-today-face, holiday-face):
10661 New backward-compatibility aliases for renamed faces.
10662 (eval-after-load "facemenu", diary-entry-marker)
10663 (calendar-today-marker, calendar-holiday-marker, diary-face):
10664 Use renamed calendar faces.
10665
10666 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
10667 (compare-windows-face): New backward-compatibility alias for
10668 renamed face.
10669 (compare-windows-highlight): Use renamed compare-windows face.
10670
10671 * strokes.el (strokes-char): Remove "-face" suffix from face name.
10672 (strokes-char-face): New backward-compatibility alias for renamed face.
10673 (strokes-encode-buffer): Use renamed strokes-char face.
10674
10675 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
10676 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
10677 Remove "-face" suffix from face names.
10678 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
10679 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
10680 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
10681 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
10682 Use renamed pcvs faces.
10683 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
10684 * pcvs-defs.el (cvs-mode-map): Likewise.
10685 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
10686
10687 * info.el (info-title-1, info-title-2, info-title-3)
10688 (info-title-4): Remove "-face" suffix from and downcase face names.
10689 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
10690 (Info-title-4-face):
10691 New backward-compatibility aliases for renamed faces.
10692 (Info-fontify-node): Use renamed info faces.
10693
10694 * hilit-chg.el (highlight-changes, highlight-changes-delete):
10695 Remove "-face" suffix from face names.
10696 (highlight-changes-face, highlight-changes-delete-face):
10697 New backward-compatibility aliases for renamed faces.
10698 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
10699 (hilit-chg-make-list): Use renamed highlight-changes faces.
10700
10701 * generic-x.el (show-tabs-tab, show-tabs-space):
10702 Remove "-face" suffix from face names.
10703 (show-tabs-tab-face, show-tabs-space-face):
10704 New backward-compatibility aliases for renamed faces.
10705 (show-tabs-generic-mode-font-lock-defaults-1)
10706 (show-tabs-generic-mode-font-lock-defaults-2):
10707 Use renamed show-tabs faces.
10708
10709 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
10710 (smerge-markers): Remove "-face" suffix from face names.
10711 (smerge-mine-face, smerge-other-face, smerge-base-face)
10712 (smerge-markers-face):
10713 New backward-compatibility aliases for renamed faces.
10714 (smerge-mine-face, smerge-other-face, smerge-base-face)
10715 (smerge-markers-face): Use renamed smerge faces.
10716
10717 * log-view.el (log-view-file, log-view-message): Remove "-face"
10718 suffix from face names.
10719 (log-view-file-face, log-view-message-face):
10720 New backward-compatibility aliases for renamed faces.
10721 (log-view-file-face, log-view-message-face): Use renamed log-view
10722 faces.
10723
10724 * paren.el (show-paren-match, show-paren-mismatch):
10725 Remove "-face" suffix from face names.
10726 (show-paren-match-face, show-paren-mismatch-face):
10727 New backward-compatibility aliases for renamed faces.
10728 (show-paren-function): Use renamed show-paren faces.
10729
10730 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
10731 (ruler-mode-margins, ruler-mode-fringes)
10732 (ruler-mode-column-number, ruler-mode-fill-column)
10733 (ruler-mode-comment-column, ruler-mode-goal-column)
10734 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
10735 suffix from face names.
10736 (ruler-mode-default-face, ruler-mode-pad-face)
10737 (ruler-mode-margins-face, ruler-mode-fringes-face)
10738 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
10739 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
10740 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
10741 New backward-compatibility aliases for renamed faces.
10742 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
10743 (ruler-mode-column-number, ruler-mode-fill-column)
10744 (ruler-mode-comment-column, ruler-mode-goal-column)
10745 (ruler-mode-tab-stop, ruler-mode-current-column)
10746 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
10747 faces.
10748
10749 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
10750 face name.
10751 (whitespace-highlight-the-space): Use renamed face.
10752 (whitespace-highlight-face): New backward-compatibility alias for
10753 renamed face.
10754
10755 * woman.el (woman-italic, woman-bold, woman-unknown)
10756 (woman-addition, woman-symbol-face):
10757 Remove "-face" suffix from face names.
10758 (woman-italic-face, woman-bold-face, woman-unknown-face)
10759 (woman-addition-face):
10760 New backward-compatibility aliases for renamed faces.
10761 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
10762 (woman-decode-region, woman-replace-match)
10763 (woman-display-extended-fonts, woman-special-characters)
10764 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
10765 Use renamed woman faces.
10766
10767 * longlines.el (longlines-visible-face): Face removed.
10768
10769 * diff-mode.el (diff-header, diff-file-header, diff-index)
10770 (diff-hunk-header, diff-removed, diff-added, diff-changed)
10771 (diff-function, diff-context, diff-nonexistent): Remove "-face"
10772 suffix from face names.
10773 (diff-header-face, diff-file-header-face, diff-index-face)
10774 (diff-hunk-header-face, diff-removed-face, diff-added-face)
10775 (diff-changed-face, diff-function-face, diff-context-face)
10776 (diff-nonexistent-face): New backward-compatibility aliases for
10777 renamed faces.
10778 (diff-header-face, diff-file-header-face)
10779 (diff-index, diff-index-face, diff-hunk-header)
10780 (diff-hunk-header-face, diff-removed, diff-removed-face)
10781 (diff-added, diff-added-face, diff-changed-face, diff-function)
10782 (diff-function-face, diff-context-face, diff-nonexistent)
10783 (diff-nonexistent-face): Use renamed diff-mode faces.
10784
10785 * progmodes/compile.el (compilation-warning-face)
10786 (compilation-info-face): Remove "-face" suffix from face names.
10787 (compilation-warning-face, compilation-info-face):
10788 New backward-compatibility aliases for renamed faces.
10789 (compilation-warning-face, compilation-info-face):
10790 Use renamed compilation faces.
10791
10792 * add-log.el (change-log-date, change-log-name)
10793 (change-log-email, change-log-file, change-log-list)
10794 (change-log-conditionals, change-log-function)
10795 (change-log-acknowledgement): Remove "-face" suffix from face names.
10796 (change-log-date-face, change-log-name-face)
10797 (change-log-email-face, change-log-file-face)
10798 (change-log-list-face, change-log-conditionals-face)
10799 (change-log-function-face, change-log-acknowledgement-face):
10800 New backward-compatibility aliases for renamed faces.
10801 (change-log-font-lock-keywords): Use renamed change-log faces.
10802
10803 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
10804 (custom-set, custom-changed, custom-saved, custom-button)
10805 (custom-button-pressed, custom-documentation, custom-state)
10806 (custom-comment, custom-comment-tag, custom-variable-tag)
10807 (custom-variable-button, custom-face-tag, custom-group-tag-1)
10808 (custom-group-tag): Remove "-face" suffix from face names.
10809 (custom-magic-alist, custom-magic-value-create)
10810 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
10811 (custom-invalid-face, custom-rogue-face, custom-modified-face)
10812 (custom-set-face, custom-changed-face, custom-saved-face)
10813 (custom-button-face, custom-button-pressed-face)
10814 (custom-documentation-face, custom-state-face)
10815 (custom-comment-face, custom-comment-tag-face)
10816 (custom-variable-tag-face, custom-variable-button-face)
10817 (custom-face-tag-face, custom-group-tag-face-1)
10818 (custom-group-tag-face):
10819 New backward-compatibility aliases for renamed faces.
10820
10821 * wid-edit.el (widget-documentation, widget-button)
10822 (widget-field, widget-single-line-field, widget-inactive)
10823 (widget-button-pressed): "-face" suffix removed from face names.
10824 (widget-documentation-face, widget-button-face)
10825 (widget-field-face, widget-single-line-field-face)
10826 (widget-inactive-face, widget-button-pressed-face):
10827 New backward-compatibility aliases for renamed faces.
10828 (widget-documentation-face, widget-button-face)
10829 (widget-button-pressed-face, widget-specify-field)
10830 (widget-specify-inactive): Use renamed widget faces.
10831
10832 2005-06-10 Kenichi Handa <handa@m17n.org>
10833
10834 * term/x-win.el (x-clipboard-yank): Remove condition-case
10835 wrapping.
10836
10837 2005-06-11 Kenichi Handa <handa@m17n.org>
10838
10839 * add-log.el (change-log-font-lock-keywords): Make the regexp for
10840 date lines stricter.
10841
10842 2005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
10843
10844 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
10845 of x-get-selection.
10846
10847 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
10848
10849 * comint.el (comint-mode, comint-snapshot-last-prompt):
10850 * frame.el (frame-current-scroll-bars):
10851 * term.el (term-mode, term-check-proc, term-input-sender)
10852 (term-simple-send, term-extract-string, term-word)
10853 (term-match-partial-filename):
10854 * window.el (window-current-scroll-bars):
10855 * emulation/cua-base.el (cua-normal-cursor-color)
10856 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
10857 (cua-global-mark-cursor-color):
10858 * mail/undigest.el (rmail-forward-separator-regex):
10859 Fix typos in docstrings.
10860
10861 * comint.el (comint-check-proc, make-comint-in-buffer)
10862 (comint-source-default): Doc fixes.
10863
10864 * term.el (term-send-string): Improve argument/docstring consistency.
10865
10866 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
10867
10868 * comint.el (comint-send-input): Bind `inhibit-read-only' around
10869 call to `delete-region'.
10870 (comint-mode-hook): Do not enable Font Lock by default.
10871
10872 2005-06-09 Lute Kamstra <lute@gnu.org>
10873
10874 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
10875 could be void.
10876
10877 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
10878
10879 * emacs-lisp/debug.el (debugger-will-be-back): New var.
10880 (debug): Use it.
10881 (debugger-step-through, debugger-continue, debugger-jump)
10882 (debugger-return-value): Set it when needed.
10883 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
10884 Use inhibit-read-only.
10885
10886 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
10887
10888 * window.el (shrink-window-if-larger-than-buffer)
10889 (window-size-fixed): Fix typo in docstring.
10890
10891 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
10892 thumbnails directory on loading.
10893 (thumbs-conversion-program): Use `eq' to check the system type,
10894 not `equal'.
10895 (thumbs-temp-dir): Initialize to `temporary-file-directory',
10896 not "/tmp". Fix docstring.
10897 (thumbs-thumbsdir): New function to return the thumbnails
10898 directory, creating it if needed.
10899 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
10900 (thumbs-temp-file): Delete variable and make it into a function.
10901 (thumbs-resize-image, thumbs-modify-image): Use it.
10902 (thumbs-kill-buffer): Simplify.
10903 (thumbs-gensym): Defalias or duplicate CL `gensym'.
10904 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
10905 docstrings.
10906
10907 2005-06-09 Kim F. Storm <storm@cua.dk>
10908
10909 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
10910 set-match-data to free markers in match-data.
10911
10912 * replace.el (replace-match-data): Pass RESEAT arg `t' to
10913 match-data to unchain markers in match-data.
10914
10915 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
10916
10917 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
10918 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
10919 unnecessary now.
10920
10921 2005-06-08 Richard M. Stallman <rms@gnu.org>
10922
10923 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
10924 give the variable a doc string that doesn't say don't set it directly.
10925
10926 * textmodes/ispell.el (ispell-check-version):
10927 Use match-string-no-properties.
10928 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
10929 (ispell-buffer-local-words): Likewise.
10930
10931 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
10932 except on terminals with enough colors to really display it.
10933 (makefile-dependency-regex): Delete spurious `bb'.
10934
10935 * faces.el (escape-glyph): Use blue once again in last case.
10936 (no-break-space): Redefine so that it isn't invisible on a tty.
10937
10938 2005-06-08 Kim F. Storm <storm@cua.dk>
10939
10940 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
10941 also when reading directory name.
10942
10943 2005-06-08 Lute Kamstra <lute@gnu.org>
10944
10945 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
10946 (flyspell-mode-line-string): Remove autoload cookie.
10947 (flyspell-mode): Remove defvar.
10948
10949 2005-06-07 Lute Kamstra <lute@gnu.org>
10950
10951 * textmodes/org.el (org-run-mode-hooks): New function.
10952 (org-agenda-mode): Use it.
10953
10954 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
10955
10956 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
10957
10958 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
10959
10960 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
10961
10962 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
10963
10964 * font-lock.el (font-lock-add-keywords): Doc fix.
10965
10966 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
10967
10968 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
10969 (tex-compile-default): In the absence of any history, use the order in
10970 tex-compile-alist to choose the preferred command.
10971 (tex-compile-commands): Reorder a bit.
10972
10973 * textmodes/flyspell.el (flyspell-auto-correct-binding)
10974 (flyspell-incorrect-face, flyspell-duplicate-face):
10975 Use (X)Emacs-agnostic code.
10976 (flyspell-mode-map): Don't overwrite at each load. Remove code
10977 redundant with the subsequent add-minor-mode. Merge Emacs and
10978 XEmacs code.
10979 (flyspell-word): Minor simplification.
10980 (flyspell-math-tex-command-p): Quieten the byte-compiler.
10981 (flyspell-external-point-words): Remove unused vars `size' and `start'.
10982 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
10983 Merge the corresponding Emacs code.
10984 (flyspell-correct-word, flyspell-xemacs-popup):
10985 Use flyspell-do-correct.
10986
10987 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
10988 a dedicated window.
10989
10990 * international/latexenc.el (latexenc-find-file-coding-system):
10991 Undo part of last patch, to turn off a compiler warning.
10992
10993 2005-06-06 Juri Linkov <juri@jurta.org>
10994
10995 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
10996 Rename `tmm-inactive-face' to `tmm-inactive'.
10997
10998 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
10999
11000 * iswitchb.el: Rename faces.
11001
11002 2005-06-06 Kim F. Storm <storm@cua.dk>
11003
11004 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
11005 (cua-global-mark): Remove -face suffix from face names.
11006
11007 * emulation/cua-gmrk.el (cua--init-global-mark):
11008 Remove cua-global-mark face setup.
11009
11010 2005-06-06 Richard M. Stallman <rms@gnu.org>
11011
11012 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
11013 just like other allowed characters.
11014 (makefile-match-dependency): Exclude leading and training whitespace
11015 from the range of regexp subexp 1.
11016 (makefile-macroassign-regex): Don't try to match the body,
11017 just the name of the macro being defined.
11018
11019 * info.el (Info-read-node-name-2): New function.
11020 (Info-read-node-name-1): Use that.
11021 Add a completion-base-size-function property.
11022
11023 * simple.el (completion-setup-function): Look for
11024 completion-base-size-function property of minibuffer-completion-table.
11025
11026 * files.el (locate-file-completion): Doc fix.
11027
11028 * printing.el: Don't call pr-update-menus; user must do that.
11029
11030 * emacs-lisp/debug.el (debugger-window): New variable.
11031 (debug): Use debugger-window if it is set and still alive.
11032 Record debugger-window for next entry.
11033
11034 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
11035
11036 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
11037
11038 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
11039 (hack-one-local-variable, hack-local-variables)
11040 (hack-local-variables-prop-line): Pass that arg.
11041
11042 2005-06-06 Kim F. Storm <storm@cua.dk>
11043
11044 * ido.el (ido-first-match, ido-only-match, ido-subdir)
11045 (ido-indicator): Remove -face suffix from face names.
11046
11047 2005-06-06 Juri Linkov <juri@jurta.org>
11048
11049 * font-lock.el (font-lock-regexp-backslash)
11050 (font-lock-regexp-backslash-construct): New faces.
11051 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
11052 after `('. Add `while-no-input' to control structures.
11053
11054 * faces.el (no-break-space, shadow): New faces.
11055 (escape-glyph): Use less loud colors pink2 and red4.
11056
11057 * diff-mode.el (diff-context-face)
11058 * dired.el (dired-ignored)
11059 * rfn-eshadow.el (file-name-shadow)
11060 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
11061
11062 * info.el (Info-title-1-face): Use green instead of yellow because
11063 bold yellow is not readable on light backgrounds.
11064
11065 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
11066 before selecting the desired mode to not spend time fontifying
11067 old contents.
11068
11069 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
11070
11071 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
11072 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
11073
11074 * ps-print.el (ps-default-fg, ps-default-bg):
11075 Fix typos in docstrings.
11076
11077 * isearchb.el (isearchb): Don't pass a spurious second argument to
11078 `iswitchb-completions'.
11079
11080 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
11081
11082 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
11083 to preserve point.
11084 (gdb-find-file-hook): Add doc string.
11085
11086 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
11087 C dereferenced pointer expression.
11088 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
11089
11090 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
11091
11092 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
11093 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
11094 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
11095 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
11096 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
11097 Make background transparent.
11098
11099 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
11100
11101 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
11102 (font-lock-remove-keywords): Doc fix.
11103 (font-lock-mode-major-mode): Compiler defvar.
11104 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
11105
11106 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
11107 (font-lock-mode): Update `font-lock-mode-major-mode'.
11108 (font-lock-set-defaults): Compiler defvar.
11109 (font-lock-default-function): Take `font-lock-mode-major-mode'
11110 into account.
11111
11112 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
11113 keep track of which major mode it enabled the minor mode for.
11114 Use find-file-hook again. Update docstring.
11115
11116 * simple.el (eval-expression-print-level)
11117 (eval-expression-print-length, eval-expression-debug-on-error):
11118 Doc fixes.
11119
11120 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
11121
11122 * iswitchb.el (iswitchb-single-match-face)
11123 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
11124 (iswitchb-invalid-regexp-face): New faces.
11125 (iswitchb-completions): Use them.
11126 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
11127 now marked as an obsolete alias.
11128 (iswitchb-read-buffer): Remove check for bound font variables.
11129 (iswitchb-invalid-regexp): New free variable.
11130 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
11131 set iswitchb-invalid-regexp.
11132 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
11133 invalid regexps.
11134 (iswitchb-completions): Add check for complete match when entering
11135 a regexp.
11136 (iswitchb-completions): Remove require-match argument.
11137 (iswitchb-exhibit): Fix caller.
11138 (iswitchb-common-match-inserted): New variable.
11139 (iswitchb-complete, iswitchb-completion-help): Use it.
11140
11141 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
11142
11143 * url-http.el (url-http-chunked-encoding-after-change-function):
11144 Use `url-http-debug' instead of `message'.
11145
11146 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
11147
11148 * url-http.el (url-http-parse-headers): Pass redirected URL as a
11149 callback argument.
11150
11151 2005-06-04 Kim F. Storm <storm@cua.dk>
11152
11153 * simple.el (line-move): Only call sit-for when moving backwards.
11154
11155 * ido.el (ido-make-merged-file-list-1): New defun split from
11156 ido-make-merged-file-list.
11157 (ido-make-merged-file-list): Bind throw-on-input around call to
11158 ido-make-merged-file-list-1. Return input-pending-p if
11159 interrupted by more input available.
11160 (ido-read-internal): Handle input-pending-p return value from
11161 ido-make-merged-file-list.
11162
11163 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
11164
11165 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
11166 compatibility code.
11167
11168 * international/latexenc.el (latexenc-find-file-coding-system):
11169 Don't inherit the EOL part of the coding-system from the
11170 tex-main buffer. Fit within 80 columns.
11171
11172 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
11173
11174 * tmm.el (tmm-inactive-face): New face.
11175 (tmm-remove-inactive-mouse-face): New function.
11176 (tmm-prompt, tmm-add-one-shortcut)
11177 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
11178 but not selectable.
11179
11180 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
11181
11182 * faces.el (face-equal): Improve argument/docstring consistency.
11183
11184 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
11185
11186 * progmodes/make-mode.el (makefile-targets-face)
11187 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
11188 (makefile-bsdmake-dependency-regex)
11189 (makefile-makepp-rule-action-regex)
11190 (makefile-bsdmake-rule-action-regex): New constants.
11191 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
11192
11193 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11194 Allow (...) within `...' for makepp messages.
11195
11196 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
11197
11198 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
11199
11200 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
11201 "." files are deleted from all file lists before comparison.
11202
11203 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
11204 (viper-ESC-key): Made them customizable.
11205
11206 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
11207
11208 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
11209
11210 * autorevert.el (auto-revert-buffers): Use save-match-data.
11211
11212 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
11213
11214 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
11215 menu items with a nil command binding.
11216
11217 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
11218
11219 * emacs-lisp/cl-macs.el (defsetf):
11220 Improve argument/docstring consistency.
11221
11222 * faces.el (list-faces-display): Improve the formatting by
11223 computing the maximum length required for any face-name (reworked
11224 patch of 1999-01-11, accidentally deleted on 1999-07-21).
11225 (internal-find-face): Remove redundant info in docstring.
11226
11227 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
11228
11229 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
11230 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
11231 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
11232 (gdb-assembler-custom): Improve regexps.
11233 (def-gdb-auto-update-handler): Use window point to preserve point.
11234
11235 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
11236
11237 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
11238
11239 2005-05-31 Jay Belanger <belanger@truman.edu>
11240
11241 * calc/calc-embed.el (calc-embedded-word): Change argument passed
11242 to calc-embedded.
11243 (calc-embedded-make-info): Have plain prefix argument select
11244 entire line.
11245
11246 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
11247
11248 * faces.el (list-faces-display): Signal error if passed a regexp
11249 that matches no face name.
11250
11251 * simple.el (filter-buffer-substring): Fix typo in docstring.
11252
11253 2005-05-31 Richard M. Stallman <rms@gnu.org>
11254
11255 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
11256 (vhdl-emacs-21): Doc fix.
11257 (vhdl-mode): Unconditionally set comment-padding.
11258 (vhdl-fixup-whitespace-region): Insert spaces only where
11259 there are none.
11260 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
11261
11262 2005-05-30 John Wiegley <johnw@newartisans.com>
11263
11264 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
11265 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
11266 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
11267 `directory-sep-char' to ?/, and all uses of `string-to-int' to
11268 `string-to-number'.
11269
11270 2005-05-30 Jay Belanger <belanger@truman.edu>
11271
11272 * calc/calc.el (calc-bug-address): Fix docstring.
11273 (calc-window-hook, calc-trail-window-hook): New variables.
11274 (calc-trail-display): Restore use of calc-trail-window-hook.
11275 (calc): Restore use of calc-window-hook.
11276
11277 2005-05-31 Masatake YAMATO <jet@gyve.org>
11278
11279 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
11280
11281 * help-fns.el (help-C-file-name): Add autoload mark for
11282 `find-function-noselect'.
11283
11284 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
11285
11286 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
11287 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
11288
11289 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
11290
11291 * calendar/diary-lib.el (mark-included-diary-files): Only kill
11292 included diary buffer if it was not already being visited.
11293 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
11294
11295 * calendar/icalendar.el (top-level): Do not require 'appt.
11296
11297 * mail/supercite.el (sc-select-attribution): Only use a list
11298 element from sc-attrib-selection-list if it returns a string.
11299 Reported by Davide G. M. Salvetti <salve@debian.org>.
11300
11301 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
11302
11303 * thumbs.el (thumbs-thumbname): The resulting thumbname now
11304 includes a hash value to improve its uniqueness, and has a ".jpg"
11305 extension. Also, it is now a valid filename on all systems.
11306 (thumbs-make-thumb): Use `let', not `let*'.
11307 (thumbs-show-thumbs-list): Check for JPEG availability.
11308
11309 2005-05-30 Richard M. Stallman <rms@gnu.org>
11310
11311 * filesets.el (filesets-menu-ensure-use-cached):
11312 Prevent warning when emacs-version>= is undefined.
11313
11314 * printing.el (pr-interactive-n-up): Use string-to-number.
11315
11316 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
11317
11318 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
11319 Warn only when name to be defined is quoted.
11320
11321 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
11322
11323 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
11324 Make regexp more robust.
11325 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
11326 Force regeneration of disassembly.
11327
11328 2005-05-29 Jay Belanger <belanger@truman.edu>
11329
11330 * calc/calc.el (calc-user-invocation): Check if
11331 calc-invocation-macro is non-nil.
11332
11333 2005-05-29 Juri Linkov <juri@jurta.org>
11334
11335 * add-log.el (change-log-font-lock-keywords):
11336 Add `+' to e-mail regexp to accept mail address with keywords.
11337
11338 * man.el (Man-name-regexp): Add `:' to accept qualified names.
11339
11340 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
11341
11342 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
11343
11344 * ielm.el (inferior-emacs-lisp-mode): Ditto.
11345
11346 2005-05-29 Richard M. Stallman <rms@gnu.org>
11347
11348 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
11349 Undo the change that moves to end of the current word.
11350
11351 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
11352
11353 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
11354 Throw error when count <= 0 to ensure input is a number.
11355 (gdb-read-memory-custom): Pick up address from buffer.
11356 (gdb-memory-mode): Allow user to increment and decrement
11357 memory address from header line.
11358
11359 2005-05-29 Richard M. Stallman <rms@gnu.org>
11360
11361 * flyspell.el (flyspell-version): Function deleted.
11362 (flyspell-auto-correct-previous-hook): Doc fix.
11363
11364 * jit-lock.el (jit-lock-function, jit-lock-after-change):
11365 Do nothing if memory is full.
11366
11367 * font-lock.el (font-lock-fontify-syntactically-region):
11368 Pass t for GREEDY to looking-back.
11369
11370 * saveplace.el (save-place-alist-to-file): Write the file
11371 using write-region.
11372
11373 * subr.el (looking-back): New argument GREEDY.
11374
11375 * progmodes/compile.el (compilation-start): Set the mode
11376 before inserting the initial text.
11377
11378 * progmodes/which-func.el (which-func-update-1): Turn the mode
11379 off in case of error by setting which-func-mode.
11380
11381 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
11382
11383 * flyspell.el (flyspell-auto-correct-previous-word):
11384 Narrow down to what's on the screen, and recenter overlays
11385 at the end of the next word.
11386
11387 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
11388
11389 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
11390 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
11391 (flyspell-abbrev-p): Default to nil.
11392 (flyspell-use-global-abbrev-table-p): Doc fix.
11393 (flyspell-large-region): Allow nil as value.
11394 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
11395
11396 (mail-mode-flyspell-verify): More robust handling
11397 of `mail-header-separator'. More efficient signature detection.
11398 Allow for regexp metacharacters in message-header-separator.
11399 Adding `To' not to be checked in mail-mode-flyspell-verify.
11400
11401 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
11402 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
11403 Bind flyspell-auto-correct-binding.
11404 Bind C-. and C-, .
11405 (flyspell-mode-map): Likewise.
11406 (flyspell-mode): Doc fix.
11407 (flyspell-accept-buffer-local-defs): Preserve current buffer.
11408 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
11409 (flyspell-word-cache-result): New var, always local.
11410 (flyspell-check-pre-word-p): Doc fix.
11411 (flyspell-check-changed-word-p): Handle spc like newline.
11412 (flyspell-post-command-hook): Set flyspell-word-cache-result.
11413 (flyspell-word-search-backward, flyspell-word-search-forward):
11414 New functions.
11415 (flyspell-word): Return t if nothing to check.
11416 When parsing TeX code, check for after } or \.
11417 Use flyspell-word-search-backward to find previous word.
11418 Return nil if duplicated word.
11419 For word already checked, return same value as last time.
11420 Set flyspell-word-cache-result after checking.
11421 Don't clobber the return value.
11422 (flyspell-get-word): Major rewrite.
11423 (flyspell-external-point-words): New locals pword, pcount.
11424 Fix size used in progress message.
11425 Find the proper corresponding word in flyspell-large-region-buffer.
11426 (flyspell-region): Check for flyspell-large-region = nil.
11427 (flyspell-highlight-incorrect-region): Clean up overlays in region.
11428 (flyspell-auto-correct-word): Check that WORD is a cons.
11429 (flyspell-correct-word): Likewise.
11430
11431 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
11432
11433 * progmodes/make-mode.el (makefile-rule-action-regex)
11434 (makefile-macroassign-regex, makefile-makepp-mode)
11435 (makefile-bsdmake-mode): Continuation lines may be empty.
11436 Reported by Joshua Varner.
11437 (makefile-makepp-font-lock-keywords): Add $(stem).
11438
11439 2005-05-28 Karl Berry <karl@gnu.org>
11440
11441 * textmodes/tex-mode.el: Now that tex-send-command calls
11442 shell-quote-argument (2005-03-31 change), remove all calls to
11443 shell-quote-argument; they all end up invoking tex-send-command.
11444 The double quoting loses on filenames with non-safe characters,
11445 such as "@". Reported by Frederik Fouvry.
11446
11447 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
11448
11449 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
11450 about preserving point.
11451
11452 2005-05-27 Jay Belanger <belanger@truman.edu>
11453
11454 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
11455 Info-goto-node.
11456
11457 * calc/calc-embed.el (calc-embed-arg): New variable.
11458 (calc-do-embedded-activate, calc-embedded-activate-formula)
11459 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
11460 variable by new variable.
11461 (calc-embedded-make-info): Replace undeclared variable by new
11462 variable. When selecting region with positive prefix
11463 argument, use end of previous line instead of beginning of line.
11464
11465 * calc/calc-aent.el (calc-arg-values): Declare it.
11466
11467 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
11468 Declare them.
11469
11470 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
11471
11472 * calc/calc.el (calc-alg-map): Declare it.
11473
11474 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
11475
11476 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
11477
11478 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
11479 (gdb-registers-buffer, toggle-gdb-all-registers):
11480 Toggle display of floating point registers.
11481 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
11482
11483 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
11484 (toggle-gud-tooltip-dereference):
11485 Rename from gud-toggle-tooltip-dereference.
11486
11487 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
11488
11489 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
11490
11491 2005-05-27 Jay Belanger <belanger@truman.edu>
11492
11493 * calc/calc-prog.el (calc-kbd-report): Remove.
11494 (calc-kbd-query): Rewrite.
11495
11496 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
11497
11498 * image.el (image-library-alist): Move to image.c.
11499 (image-type-available-p): Doc fix.
11500
11501 2005-05-27 Lute Kamstra <lute@gnu.org>
11502
11503 * calc/calc.el (calc):
11504 * outline.el (outline-1, outline-2, outline-3, outline-4)
11505 (outline-5, outline-6, outline-7, outline-8):
11506 * textmodes/dns-mode.el (dns-mode):
11507 * textmodes/sgml-mode.el (sgml-namespace-face):
11508 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
11509 (tex-verbatim-face, tex-use-reftex):
11510 * textmodes/texinfo.el (texinfo-heading-face):
11511 Specify customization group.
11512
11513 * longlines.el: Don't require easy-mmode.
11514 (longlines-visible-face): Specify customization group.
11515
11516 2005-05-27 Kenichi Handa <handa@m17n.org>
11517
11518 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
11519 encoding table of windows-1251.
11520
11521 * international/ucs-tables.el (ucs-set-table-for-input):
11522 If translation-table-for-input of a coding system is a symbol, get
11523 its translation-table property.
11524
11525 * international/code-pages.el: Don't register a coding system into
11526 non-iso-charset-alist more than once.
11527 (cp-make-coding-system): Likewise.
11528
11529 2005-05-26 John Wiegley <johnw@newartisans.com>
11530
11531 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
11532 `eshell-resume-eval' is wrapped in a list, it indicates that the
11533 command was run asynchronously. In that case, unwrap the value
11534 before checking the delimiter value.
11535
11536 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
11537 character before a space at the end of a line is \, assume the space
11538 is part of the last argument rather than a final argument separator.
11539
11540 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
11541 is in use, and the target is `t' or `nil' (which are the most common
11542 values), don't assume that the symbol target is a buffer.
11543
11544 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
11545
11546 * calendar/calendar.el (calendar-mode-line-format):
11547 Use mode-line-highlight as mouse-face.
11548
11549 * time.el (display-time-string-forms, display-time-update):
11550 Use mode-line-highlight as mouse-face.
11551
11552 2005-05-26 Jay Belanger <belanger@truman.edu>
11553
11554 * calc/calc.el (calc-language-alist): Remove extra defvar.
11555
11556 2005-05-26 Lute Kamstra <lute@gnu.org>
11557
11558 * arc-mode.el (archive-mode):
11559 * bookmark.el (bookmark-read-annotation-mode)
11560 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
11561 * bs.el (bs-mode):
11562 * calc/calc-yank.el (calc-edit-mode):
11563 * calc/calc.el (calc-mode, calc-trail-mode):
11564 * calculator.el (calculator-mode):
11565 * chistory.el (command-history-mode):
11566 * comint.el:
11567 * cus-edit.el (custom-mode):
11568 * descr-text.el (describe-text-mode):
11569 * ebuff-menu.el (Electric-buffer-menu-mode):
11570 * ediff-util.el (ediff-mode):
11571 * emacs-lisp/re-builder.el (reb-mode):
11572 * emulation/vi.el (vi-mode-setup):
11573 * emulation/ws-mode.el (wordstar-mode):
11574 * eshell/esh-mode.el (eshell-mode):
11575 * forms.el (forms-mode):
11576 * help-mode.el (help-mode):
11577 * hexl.el (hexl-mode):
11578 * ibuffer.el (ibuffer-mode):
11579 * ielm.el (inferior-emacs-lisp-mode):
11580 * info.el (Info-mode, Info-edit-mode):
11581 * international/swedish.el:
11582 * ledit.el (ledit-from-lisp-mode):
11583 * locate.el (locate-mode):
11584 * mail/rmail.el (rmail-mode):
11585 * mail/rmailedit.el (rmail-edit-mode):
11586 * mail/rmailsum.el (rmail-summary-mode):
11587 * mail/supercite.el (sc-electric-mode):
11588 * net/eudc.el (eudc-mode):
11589 * net/quickurl.el (quickurl-list-mode):
11590 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
11591 * obsolete/ooutline.el (outline-mode):
11592 * obsolete/options.el (Edit-options-mode):
11593 * obsolete/rnews.el (news-mode):
11594 * obsolete/rnewspost.el (news-reply-mode):
11595 * play/5x5.el (5x5-mode):
11596 * play/decipher.el (decipher-mode, decipher-stats-mode):
11597 * play/gomoku.el (gomoku-mode):
11598 * play/snake.el (snake-mode):
11599 * play/solitaire.el (solitaire-mode):
11600 * play/tetris.el (tetris-mode):
11601 * progmodes/ada-mode.el (ada-mode):
11602 * progmodes/antlr-mode.el (antlr-mode):
11603 * progmodes/autoconf.el (autoconf-mode):
11604 * progmodes/dcl-mode.el (dcl-mode):
11605 * progmodes/delphi.el (delphi-mode):
11606 * progmodes/ebrowse.el (ebrowse-tree-mode)
11607 (ebrowse-electric-list-mode, ebrowse-member-mode)
11608 (ebrowse-electric-position-mode):
11609 * progmodes/f90.el (f90-mode):
11610 * progmodes/fortran.el (fortran-mode):
11611 * progmodes/icon.el (icon-mode):
11612 * progmodes/idlw-help.el (idlwave-help-mode):
11613 * progmodes/idlw-shell.el (idlwave-shell-mode):
11614 * progmodes/idlwave.el (idlwave-mode):
11615 * progmodes/inf-lisp.el (inferior-lisp-mode):
11616 * progmodes/m4-mode.el (m4-mode):
11617 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
11618 * progmodes/modula2.el (modula-2-mode):
11619 * progmodes/octave-inf.el (inferior-octave-mode):
11620 * progmodes/octave-mod.el (octave-mode):
11621 * progmodes/pascal.el (pascal-mode):
11622 * progmodes/sh-script.el (sh-mode):
11623 * progmodes/sql.el (sql-mode, sql-interactive-mode):
11624 * progmodes/vhdl-mode.el (vhdl-mode):
11625 * progmodes/xscheme.el (scheme-interaction-mode):
11626 * replace.el (occur-mode):
11627 * ses.el (ses-mode):
11628 * simple.el (completion-list-mode):
11629 * skeleton.el:
11630 * speedbar.el (speedbar-mode):
11631 * term.el (term-mode):
11632 * terminal.el (terminal-edit-mode):
11633 * textmodes/reftex-index.el (reftex-index-mode)
11634 (reftex-index-phrases-mode):
11635 * textmodes/reftex-sel.el (reftex-select-label-mode)
11636 (reftex-select-bib-mode):
11637 * textmodes/reftex-toc.el (reftex-toc-mode):
11638 * wdired.el (wdired-change-to-wdired-mode):
11639 * wid-browse.el (widget-browse-mode):
11640 Use run-mode-hooks.
11641
11642 * array.el (array-mode):
11643 * calendar/todo-mode.el (todo-mode):
11644 * man.el (Man-mode):
11645 * play/landmark.el (lm-mode):
11646 * play/mpuz.el (mpuz-mode):
11647 Use kill-all-local-variables and run-mode-hooks.
11648
11649 * subr.el (delay-mode-hooks): Specify indentation.
11650
11651 2005-05-26 Mark A. Hershberger <mah@everybody.org>
11652
11653 * xml.el (xml-substitute-special): Don't die for undefined xml
11654 entities.
11655
11656 2005-05-26 Jay Belanger <belanger@truman.edu>
11657
11658 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
11659 of nil.
11660
11661 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
11662
11663 * progmodes/gdb-ui.el (gdb-frame-address):
11664 Rename from gdb-current-address.
11665 (gdb-previous-frame-address): Rename from gdb-previous-address.
11666 (gdb-selected-frame): Rename from gdb-current-frame.
11667 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
11668 (gdb-frame-number): Rename from gdb-current-stack-level.
11669 (gdb-ann3): Match new mode-name for disassembly buffer.
11670 Extend initialization of variables.
11671 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
11672 (gdb-memory-mode): Use mouse-face in header line.
11673 (gdb-assembler-buffer-name): Call it disassembly and give frame
11674 in mode line.
11675 (gdb-source-spec-regexp, gdb-assembler-custom)
11676 (gdb-invalidate-assembler, gdb-frame-handler):
11677 Make robust to leading zeroes in address format.
11678
11679 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
11680
11681 * textmodes/org.el (org-mode): Use `define-derived-mode' to
11682 define `org-mode'.
11683 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
11684
11685 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
11686
11687 * log-edit.el (log-edit-changelog-entries): Distinguish between
11688 filenames like xfns.c and fns.c.
11689
11690 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
11691
11692 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
11693 point after reverting.
11694 (Buffer-menu-make-sort-button): Handle the case where
11695 `Buffer-menu-use-header-line' is nil.
11696
11697 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
11698
11699 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
11700 New funcs. In minibuffer-local-completion-map bind `]', `/'
11701 and `:' to them.
11702
11703 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
11704
11705 * startup.el (normal-top-level): Allow modification of load-path while
11706 we're iterating over it.
11707
11708 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
11709
11710 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
11711 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
11712 (thumbs-resize-interactive, thumbs-insert-image)
11713 (thumbs-insert-thumb, thumbs-dired-show-marked)
11714 (thumbs-find-image-at-point, thumbs-delete-images)
11715 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
11716 (thumbs-increment-image-size, thumbs-decrement-image-size):
11717 Fix typos in docstrings.
11718
11719 2005-05-24 Andre Spiegel <spiegel@gnu.org>
11720
11721 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
11722 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
11723 (cperl-mode): Use them.
11724
11725 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
11726
11727 * window.el (quit-window, shrink-window-if-larger-than-buffer):
11728 Doc fixes.
11729
11730 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
11731
11732 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
11733 Bind C-d to gdb-inferior-io-eof.
11734
11735 * dired.el (dired-dnd-popup-notice): Use message-box.
11736
11737 2005-05-23 Masatake YAMATO <jet@gyve.org>
11738
11739 * bindings.el (mode-line-major-mode-keymap):
11740 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
11741
11742 * faces.el (mode-line-highlight): New face.
11743
11744 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
11745 as mouse-face.
11746
11747 * bindings.el (top-level, help-echo, mode-line-modified)
11748 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
11749 as mouse-face.
11750
11751 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
11752
11753 * progmodes/cc-engine.el (c-guess-basic-syntax):
11754 Remove spurious call to `zerop'.
11755
11756 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
11757
11758 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
11759
11760 CC Mode update to 5.30.10:
11761
11762 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
11763 could go past the limit in decoration level 2, thereby causing
11764 errors during interactive fontification.
11765
11766 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
11767 the file is evaluated interactively.
11768
11769 * cc-engine.el (c-guess-basic-syntax): Handle operator
11770 declarations somewhat better in C++.
11771
11772 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
11773 make use of `run-mode-hooks' which has been added in Emacs 21.1.
11774 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
11775 (awk-mode): Use it.
11776 (make-local-hook): Suppress warning about obsoleteness.
11777
11778 * cc-engine.el, cc-align.el, cc-cmds.el
11779 (c-append-backslashes-forward, c-delete-backslashes-forward)
11780 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
11781 Compensate for return value from `forward-line' when it has moved
11782 but not to a different line due to eob.
11783
11784 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
11785 `objc-method-intro' and `objc-method-args-cont'.
11786
11787 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
11788
11789 CC Mode update to 5.30.10:
11790
11791 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
11792 in the copyright statement. Incidentally, change "along with GNU
11793 Emacs" to "along with this program" where it occurs.
11794
11795 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
11796 so that it is interactive, hence can be found by M-x awk-mode
11797 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
11798 <gmorris+emacs@ast.cam.ac.uk>.
11799
11800 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
11801 Mode's regexps.
11802
11803 2005-05-23 Kevin Ryde <user42@zip.com.au>
11804
11805 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
11806 c-parse-state, to avoid a lisp error (on bad code).
11807
11808 2005-05-23 Lute Kamstra <lute@gnu.org>
11809
11810 * subr.el (font-lock-defaults): Remove defvar as it's already
11811 defined in font-core.el.
11812
11813 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
11814
11815 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
11816
11817 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
11818 more general and work when GDB variable "print pretty" is on,
11819 as with Emacs, for example.
11820
11821 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
11822
11823 * font-core.el: Update comment.
11824
11825 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
11826 Use `after-change-major-mode-hook' instead of `find-file-hook'.
11827
11828 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
11829
11830 2005-05-22 Eli Zaretskii <eliz@gnu.org>
11831
11832 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
11833 and `yank-handler' in the doc strings.
11834
11835 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
11836
11837 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
11838
11839 2005-05-22 Richard M. Stallman <rms@gnu.org>
11840
11841 * help.el (describe-key): Move print-help-return-message call
11842 out of conditional.
11843
11844 * progmodes/etags.el (list-tags): Use with-no-warnings.
11845
11846 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
11847 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
11848 (starttls-extra-args, starttls-extra-arguments): Add defvars.
11849
11850 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
11851
11852 * language/viet-util.el (viet-viscii-nonascii-translation-table):
11853 Add defvar.
11854
11855 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
11856 Use defvar, not defconst.
11857
11858 * hexl.el (hexl-follow-line): Use with-no-warnings.
11859
11860 * emulation/tpu-extras.el: Use write-file-functions instead of
11861 write-file-hooks.
11862
11863 * dired.el (dired-font-lock-keywords): Fontify files with junk
11864 extensions even if marked by -F.
11865
11866 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
11867
11868 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
11869 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
11870 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
11871 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
11872 (concatenate, list-length, get*, getf, cl-remprop):
11873 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
11874 (etypecase, progv, lexical-let, lexical-let*)
11875 (multiple-value-bind, multiple-value-setq, shiftf):
11876 Improve argument/docstring consistency.
11877
11878 * subr.el (focus-frame, unfocus-frame):
11879 Revert deletion on 2005-05-01.
11880
11881 2005-05-22 Andre Spiegel <spiegel@gnu.org>
11882
11883 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
11884 doesn't exist.
11885
11886 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
11887 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
11888
11889 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
11890
11891 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
11892 already deleted variables: auto-fill-hook, blink-paren-hook,
11893 lisp-indent-hook, inhibit-local-variables, unread-command-event,
11894 suspend-hooks, comment-indent-hook, meta-flag,
11895 before-change-function, after-change-function,
11896 font-lock-doc-string-face.
11897
11898 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
11899
11900 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
11901
11902 2005-05-21 Eli Zaretskii <eliz@gnu.org>
11903
11904 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
11905 rmail-dont-reply-to.
11906
11907 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
11908
11909 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
11910 literal blank when splitting new-header-values.
11911
11912 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
11913
11914 * calendar/cal-menu.el (cal-menu-update): Add separator as a
11915 string so that tmm doesn't create a completion entry for it.
11916
11917 * textmodes/table.el (table-disable-menu): Ditto.
11918
11919 2005-05-21 Richard M. Stallman <rms@gnu.org>
11920
11921 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
11922
11923 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
11924
11925 * net/rcompile.el (remote-compile): Use compilation-start.
11926
11927 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
11928
11929 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
11930
11931 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
11932 Default to makefile-bsdmake-mode on BSD systems.
11933
11934 * imenu.el (imenu-generic-expression, imenu--generic-function'):
11935 REGEXP may also be a search function now. The part of doc-string
11936 for describing the structure was 95% identical to that of
11937 `imenu--generic-function'. Unify it there.
11938
11939 * progmodes/make-mode.el (makefile-imenu-generic-expression):
11940 Use function to find dependencies, because regexp alone is so complex,
11941 it easily goes into an endless loop.
11942 (makefile-makepp-mode): Also add submenu for Perl functions
11943 defined in the makefile.
11944 (makefile-bsdmake-mode): Special imenu-generic-expression no
11945 longer needed, due to function call.
11946 (makefile-match-dependency): Take BOUND into account when checking
11947 if we're through.
11948
11949 2005-05-20 Jay Belanger <belanger@truman.edu>
11950
11951 * calc/calc-units.el (calc-invalidate-units-table):
11952 Use inhibit-read-only.
11953 (math-build-units-table-buffer): Use view-mode.
11954
11955 2005-05-20 David Kastrup <dak@gnu.org>
11956
11957 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
11958 easy-menu-add is not a nop on Emacs; and clarify when to call it.
11959
11960 2005-05-20 Lute Kamstra <lute@gnu.org>
11961
11962 * diff-mode.el (diff-header-face, diff-file-header-face)
11963 (diff-index-face, diff-hunk-header-face, diff-removed-face)
11964 (diff-added-face, diff-changed-face, diff-function-face)
11965 (diff-context-face, diff-nonexistent-face): Put them in the
11966 diff-mode customization group.
11967
11968 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
11969
11970 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
11971
11972 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
11973
11974 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
11975 Minor regexp-optimization.
11976
11977 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
11978
11979 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
11980 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
11981 (org-agenda-add-time-grid-maybe): New function.
11982 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
11983 (org-table-create): `dotimes' instead of `mapcar'.
11984 (org-xor): Simplify implementation.
11985 (org-agenda): `inhibit-redisplay' turned on.
11986 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
11987 a consistent line after a state change.
11988 (org-agenda-remove-times-when-in-prefix): New option.
11989 (org-prefix-has-time): New variable.
11990 (org-parse-time-string): Optional argument NODEFAULT.
11991 (org-format-agenda-item): Parse items for time-of-day
11992 specifications and move these into the prefix if possible.
11993 (org-agenda-priority): Get current heading, not previous heading
11994 during agenda remote editing.
11995
11996 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
11997
11998 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
11999 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
12000 (remove-duplicates, delete-duplicates, substitute)
12001 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
12002 (nsubstitute-if-not, find, find-if, find-if-not, position)
12003 (position-if, position-if-not, count, count-if, count-if-not)
12004 (mismatch, search, sort*, stable-sort, merge, member*)
12005 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
12006 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
12007 (intersection, nintersection, set-difference, nset-difference)
12008 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
12009 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
12010 (nsublis, tree-equal): Improve argument/docstring consistency.
12011
12012 * subr.el (send-string, send-region):
12013 Remove obsolescence declaration.
12014 (window-dot, set-window-dot, read-input, show-buffer)
12015 (eval-current-buffer, string-to-int):
12016 Add release number to obsolescence declarations.
12017
12018 2005-05-19 Kim F. Storm <storm@cua.dk>
12019
12020 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
12021 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
12022
12023 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
12024
12025 * faces.el (list-faces-display): Make back button respect optional
12026 regexp arg.
12027
12028 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
12029
12030 * calculator.el (calculator-radix-grouping-mode)
12031 (calculator-radix-grouping-digits, calculator-displayer)
12032 (calculator-radix-grouping-separator, calculator-copy-displayer):
12033 * dabbrev.el (dabbrev-search-these-buffers-only):
12034 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
12035 (diff-advance-after-apply-hunk, diff-mode-hook)
12036 (diff-minor-mode-prefix):
12037 * imenu.el (imenu-use-popup-menu):
12038 * jit-lock.el (jit-lock-context-time):
12039 * newcomment.el (comment-fill-column, comment-column)
12040 (comment-style, comment-padding, comment-multi-line)
12041 (comment-empty-lines, comment-auto-fill-only-comments):
12042 * reveal.el (reveal-around-mark):
12043 * uniquify.el (uniquify-buffer-name-style)
12044 (uniquify-after-kill-buffer-p)
12045 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
12046 (uniquify-min-dir-content, uniquify-separator)
12047 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
12048 * w32-vars.el (w32-fixed-font-alist):
12049 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
12050 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
12051 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
12052 * progmodes/perl-mode.el (perl-indent-level)
12053 (perl-continued-statement-offset, perl-continued-brace-offset)
12054 (perl-brace-offset, perl-brace-imaginary-offset)
12055 (perl-label-offset, perl-indent-continued-arguments)
12056 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
12057 * progmodes/tcl.el (tcl-indent-level)
12058 (tcl-continued-indent-level, tcl-auto-newline)
12059 (tcl-tab-always-indent, tcl-electric-hash-style)
12060 (tcl-help-directory-list, tcl-use-smart-word-finder)
12061 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
12062 (inferior-tcl-source-command):
12063 * textmodes/fill.el (enable-kinsoku):
12064 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
12065 * textmodes/table.el (table-yank-handler):
12066 Specify missing group (and type, if simple) in defcustom.
12067
12068 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
12069
12070 * progmodes/compile.el (compilation-finish-function): Fix defvar.
12071
12072 2005-05-19 Richard M. Stallman <rms@gnu.org>
12073
12074 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
12075
12076 * subr.el (event-basic-type): Don't get an error.
12077 (left-fringe-p): Function deleted.
12078
12079 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
12080 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
12081
12082 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
12083 in recursive copy.
12084
12085 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
12086
12087 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
12088
12089 * emacs-lisp/bytecomp.el
12090 (byte-compile-file-form-custom-declare-variable): Call
12091 byte-compile-nogroup-warn if appropriate.
12092
12093 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
12094 (compilation-set-window): Don't call left-fringe-p; do it directly.
12095
12096 2005-05-19 Jay Belanger <belanger@truman.edu>
12097
12098 * calc/calc-graph.el (calc-graph-format-data): Make sure
12099 var-PlotRejects is bound before trying to check its value.
12100
12101 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
12102
12103 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
12104 definition of this variable from reftex-global.el to reftex.el,
12105 because it is needed in the menu.
12106
12107 2005-05-19 Lute Kamstra <lute@gnu.org>
12108
12109 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
12110 years are fixed. Don't insert a space after a dash.
12111
12112 2005-05-19 Kim F. Storm <storm@cua.dk>
12113
12114 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
12115
12116 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
12117
12118 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
12119 strings, because (eq ... ?\\) is fairly frequent.
12120
12121 * progmodes/make-mode.el (makefile-add-this-line-targets):
12122 Simplify and integrate into `makefile-pickup-targets'.
12123 (makefile-add-this-line-macro): Simplify and integrate into
12124 `makefile-pickup-macros.
12125 (makefile-pickup-filenames-as-targets): Simplify.
12126 (makefile-previous-dependency, makefile-match-dependency):
12127 Don't stumble over `::'.
12128
12129 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
12130
12131 * subr.el (post-command-idle-hook, post-command-idle-delay):
12132 Remove obsoletion of post-command-idle-hook and
12133 post-command-idle-delay.
12134
12135 * faces.el (list-faces-display): Provide button when describe-face
12136 is called to take user back to the list of faces.
12137
12138 * help-fns.el (describe-variable): Remove hyperlinks in a
12139 variable's value as these are quite frequently inappropriate.
12140
12141 * follow.el (follow-submit-feedback, follow-mode):
12142 Remove references to post-command-idle-hook.
12143
12144 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
12145
12146 * progmodes/make-mode.el (makefile-previous-dependency)
12147 (makefile-match-dependency): Check for := (and in bsd mode also
12148 !=) to give a better result, even when font-lock is not on.
12149
12150 2005-05-18 Jay Belanger <belanger@truman.edu>
12151
12152 * calc/calc-help.el (calc-s-prefix-help):
12153 Add `calc-copy-special-constant' to help string.
12154
12155 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
12156
12157 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
12158
12159 2005-05-18 Jay Belanger <belanger@truman.edu>
12160
12161 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
12162 in linear factors are in proper order.
12163
12164 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
12165
12166 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
12167 Support for jurabib.
12168
12169 * textmodes/reftex.el (featurep): Define aliases for overlay
12170 commands, for XEmacs compatibility, and use these aliases in
12171 overlay initializations.
12172 (reftex-highlight): Use `reftex-move-overlay'.
12173 (reftex-unhighlight): Use `reftex-delete-overlay'.
12174 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
12175 (reftex-access-search-path): Use `reftex-uniquify' instead of
12176 `reftex-uniq'
12177
12178 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
12179 `before-string' property modification enables for Emacs as well.
12180 (reftex-select-item): Use `reftex-delete-overlay'.
12181 (reftex-select-mark): Use `reftex-make-overlay' and
12182 `reftex-overlay-put'.
12183 (reftex-select-unmark): Use `reftex-delete-overlay' and
12184 `reftex-overlay-put'.
12185
12186 2005-05-18 Lute Kamstra <lute@gnu.org>
12187
12188 * emacs-lisp/lisp.el (check-parens): Fix docstring.
12189
12190 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
12191
12192 * add-log.el (add-change-log-entry):
12193 * array.el (array-make-template, array-reconfigure-rows)
12194 (array-init-max-row, array-init-max-column)
12195 (array-init-columns-per-line, array-init-field-width):
12196 * replace.el (replace-match-maybe-edit, perform-replace):
12197 * textmodes/spell.el (spell-region):
12198 Replace `read-input' by `read-string'.
12199
12200 * forms.el (forms-mode):
12201 * finder.el (finder-compile-keywords):
12202 * shadowfile.el (shadow-read-files):
12203 Replace `eval-current-buffer' by `eval-buffer'.
12204
12205 * terminal.el (te-pass-through):
12206 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
12207 (ange-ftp-raw-send-cmd):
12208 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
12209 (send-process-next-char, telnet-initial-filter, telnet):
12210 Replace `send-string' by `process-send-string'.
12211
12212 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
12213 (prolog-consult-region): Replace `send-string' by
12214 `process-send-string'; replace `send-region' by `process-send-region'.
12215
12216 * progmodes/delphi.el (delphi-log-msg):
12217 Replace `set-window-dot' by `set-window-point'.
12218
12219 * subr.el (window-dot, set-window-dot, read-input, send-string)
12220 (send-region, show-buffer, eval-current-buffer):
12221 Make really obsolete, as the comment says.
12222
12223 2005-05-17 Kim F. Storm <storm@cua.dk>
12224
12225 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
12226 (cua--init-keymaps): Bind C-return instead of S-return to set
12227 rectangle mark.
12228
12229 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
12230 instead of S-return to toggle/clear rectangle mark.
12231
12232 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
12233
12234 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
12235 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
12236 Also fontify plain strings assigned to variables, mostly so that a
12237 colon has a face and is thus not taken as a dependency separator.
12238 (makefile-previous-dependency): Inline the new matcher, because it
12239 is too complex to work in both directions.
12240 (makefile-match-dependency): Eliminate `backward' arg (see above).
12241 Completely reimplemented so as to not sometimes go into an endless
12242 loop. It should also be more efficient, because first it only
12243 searches for `:', instead of applying the very complex regexp.
12244 (makefile-mode): Cancel `font-lock-support-mode', because blocks
12245 to be fontified in one piece can be too long for JIT.
12246 Makefiles are never *that* big.
12247
12248 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
12249
12250 * dired.el (dired-mode): Simplify.
12251
12252 2005-05-17 Lute Kamstra <lute@gnu.org>
12253
12254 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
12255 defcustom for the mode hook variable.
12256
12257 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
12258 Emacs Lisp Reference Manual.
12259
12260 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
12261
12262 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
12263 (evenp, list*):
12264 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
12265 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
12266
12267 * net/tramp-smb.el (tramp-smb-open-connection):
12268 Pass `tramp-chunksize' as fifth (required) argument.
12269
12270 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
12271
12272 * font-lock.el (lisp-font-lock-keywords-1):
12273 Set `font-lock-negation-char-face' for [^...] char group.
12274 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
12275
12276 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
12277 a var, and refine it to mask one more level of nested vars.
12278 (makefile-rule-action-regex): Turn it into a var, and refine it so
12279 it recognizes backslashed continuation lines as belonging to the
12280 same command.
12281 (makefile-macroassign-regex): Refine it so it recognizes
12282 backslashed continuation lines as belonging to the same command.
12283 (makefile-var-use-regex): Don't look at the next char, because it
12284 might be the same one to be skipped by the initial [^$], leading
12285 to an overlooked variable use.
12286 (makefile-make-font-lock-keywords): Remove two parameters, which
12287 are now variables that some of the modes set locally.
12288 Handle dependency and rule action matching through functions, because
12289 regexps alone match too often. Dependency matching now comes
12290 last, so it can check, whether a colon already matched something else.
12291 (makefile-mode): Inform that font-lock improves makefile parsing
12292 capabilities.
12293 (makefile-match-dependency, makefile-match-action): New functions.
12294
12295 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
12296
12297 * emacs-lisp/cl-extra.el (equalp): Doc fix.
12298
12299 * align.el (align-regexp):
12300 * ansi-color.el (ansi-color-get-face):
12301 * array.el (array-reconfigure-rows, array-init-max-row)
12302 (array-init-max-column, array-init-columns-per-line)
12303 (array-init-field-width):
12304 * dired-aux.el (dired-trample-file-versions):
12305 * dired-x.el (dired-mark-sexp):
12306 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
12307 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
12308 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
12309 * faces.el (face-read-integer):
12310 * files.el (backup-extract-version, insert-directory):
12311 * hexl.el (hexl-insert-decimal-char):
12312 * server.el (server-process-filter):
12313 * shell.el (shell-extract-num):
12314 * startup.el (command-line-1):
12315 * term.el (term-command-hook):
12316 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
12317 (time-stamp-do-number):
12318 * time.el (display-time-update):
12319 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
12320 (timezone-fix-time):
12321 * vms-patch.el (vms-suspend-resume-hook):
12322 * calendar/appt.el (appt-convert-time):
12323 * calendar/cal-bahai.el (mark-bahai-diary-entries):
12324 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
12325 * calendar/cal-islam.el (mark-islamic-diary-entries):
12326 * calendar/calendar.el (calendar-cursor-to-date)
12327 (calendar-star-date):
12328 * calendar/diary-lib.el (diary-attrtype-convert)
12329 (mark-diary-entries, diary-entry-time):
12330 * calendar/solar.el (solar-get-number):
12331 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
12332 * emacs-lisp/re-builder.el (reb-display-subexp):
12333 * emulation/edt.el (edt-set-scroll-margins):
12334 * emulation/tpu-extras.el (tpu-set-scroll-margins):
12335 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
12336 (vip-get-ex-count):
12337 * emulation/viper-ex.el (viper-get-ex-token)
12338 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
12339 * international/fontset.el (fontset-plain-name):
12340 * mail/feedmail.el (feedmail-look-at-queue-directory):
12341 * mail/mailalias.el (mail-get-names):
12342 * mail/rmail.el (rmail-convert-to-babyl-format):
12343 * mail/rmailsum.el (rmail-make-basic-summary-line)
12344 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
12345 (rmail-summary-goto-msg):
12346 * mail/smtpmail.el (smtpmail-read-response):
12347 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
12348 (ange-ftp-vms-add-file-entry):
12349 * play/gametree.el (gametree-looking-at-ply)
12350 (gametree-current-branch-score):
12351 * progmodes/ada-xref.el (ada-prj-find-prj-file)
12352 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
12353 * progmodes/cperl-mode.el (condition-case):
12354 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
12355 (ebrowse-set-member-buffer-column-width)
12356 (ebrowse-select-1st-to-9nth):
12357 * progmodes/etags.el (etags-snarf-tag):
12358 * progmodes/flymake.el (flymake-parse-line):
12359 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
12360 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
12361 (idlwave-shell-menu-def):
12362 * progmodes/ps-mode.el (ps-run-goto-error):
12363 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
12364 (vhdl-speedbar-contract-level):
12365 * term/mac-win.el (x-handle-numeric-switch):
12366 * term/sun-mouse.el (sun-get-frame-data):
12367 * term/w32-win.el (x-handle-numeric-switch):
12368 * term/x-win.el (x-handle-numeric-switch):
12369 * textmodes/ispell.el (ispell-parse-output):
12370 * textmodes/nroff-mode.el (nroff-outline-level):
12371 * textmodes/reftex-cite.el (reftex-bib-sort-year)
12372 (reftex-bib-sort-year-reverse, reftex-format-citation):
12373 * textmodes/reftex-parse.el (reftex-init-section-numbers)
12374 (reftex-section-number):
12375 * textmodes/texinfmt.el (texinfo-paragraphindent):
12376 Replace `string-to-int' by `string-to-number'.
12377
12378 * international/latexenc.el: Add page marker to force the "Local
12379 Variables:" string out of the last page.
12380
12381 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
12382
12383 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
12384 tooltip-change-major-mode.
12385 (gud-tooltip-print-command): Remove case where gud-minor-mode
12386 is gdb ("--fullname").
12387 (gud-tooltip-tips): Turn GUD tooltips off for this case and
12388 explain to user.
12389
12390 2005-05-16 Jay Belanger <belanger@truman.edu>
12391
12392 * calc/calc-store.el (calc-copy-special-constant): New function.
12393
12394 * calc/calc-ext.el (calc-init-extensions): Add binding for
12395 `calc-copy-special-constant'.
12396
12397 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
12398 for the `calc-copy-special-constant' command.
12399
12400 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
12401
12402 * subr.el (left-fringe-p): New function.
12403
12404 * progmodes/compile.el (compilation-setup): Set local value of
12405 overlay-arrow-string to "" always.
12406 (compilation-set-window): Left fringe then don't scroll.
12407 No left fringe then no arrow and scroll message to top.
12408 (compilation-context-lines): Adjust doc string accordingly.
12409
12410 2005-05-16 Kim F. Storm <storm@cua.dk>
12411
12412 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
12413 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
12414 (ido-wide-find-dir-or-delete-dir): New command for M-d.
12415 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
12416 (ido-read-file-name): Handle commands with ido property value
12417 equal to find-file as reading a file name, to allow C-d to enter dired.
12418 (ibuffer-find-file): Add ido property with value find-file.
12419
12420 2005-05-15 Kim F. Storm <storm@cua.dk>
12421
12422 * subr.el (open-network-stream-nowait): Remove.
12423 (open-network-stream-server): Remove.
12424
12425 2005-05-15 Richard M. Stallman <rms@gnu.org>
12426
12427 * faces.el (describe-face): Output a definition link button.
12428
12429 * help-mode.el (help-face-def): New button type.
12430
12431 * emacs-lisp/copyright.el (copyright-fix-years):
12432 Match properly if the first year is 2-digit.
12433 Don't mess up the whitespace after the years by filling.
12434
12435 * dired-aux.el (dired-mark-confirm):
12436 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
12437
12438 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
12439 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
12440 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
12441
12442 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
12443 Set font-lock-comment-start-skip.
12444
12445 * font-lock.el (font-lock-comment-start-skip): New variable.
12446 (font-lock-comment-end-skip): New variable.
12447 (font-lock-fontify-syntactically-region): Use them if non-nil.
12448
12449 2005-05-15 Jay Belanger <belanger@truman.edu>
12450
12451 * calc/calc-store.el (calc-store-value): Return a string rather
12452 than display it as a message.
12453 Use calc-var-name for variable name.
12454 (calc-store-into): Add the result of calc-store-value to message.
12455 (calc-copy-variable): Add a message.
12456 (calc-store-exchange): Improve error messages.
12457 (calc-store-binary, calc-store-map): Don't reset the values of
12458 special constants.
12459
12460 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
12461
12462 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
12463 manual to docstring.
12464
12465 * files.el (hack-local-variables-confirm): Add STRING argument.
12466 Make the function handle non file visiting buffers correctly.
12467 (hack-local-variables-prop-line, hack-local-variables)
12468 (hack-one-local-variable): Use STRING arg of
12469 `hack-local-variables-confirm'.
12470
12471 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
12472
12473 Sync with Tramp 2.0.49.
12474
12475 * net/tramp.el (tramp-handle-dired-call-process)
12476 (tramp-handle-insert-directory):`insert-buffer' cannot be used
12477 because the contents of the Tramp buffer is changed before
12478 insertion (`expand-file' and alike).
12479 (tramp-handle-insert-directory): If `localname' has an empty
12480 nondirectory name, it must not be quoted.
12481 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
12482 variable `tramp-chunksize'. Change callees.
12483 (tramp-open-connection-setup-interactive-shell): Check remote host
12484 for buggy `send-process-string' implementation.
12485 Set `tramp-chunksize' if found. Reported by Michael Kifer
12486 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
12487 (tramp-handle-shell-command): `insert-buffer' cannot be used
12488 because the contents of the Tramp buffer is changed before
12489 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
12490 <frederic.bothamy@free.fr>.
12491 (tramp-set-auto-save): Actions should be done for Tramp file name
12492 handler only. Ange-FTP has its own auto-save mechanism.
12493 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
12494 (tramp-set-auto-save-file-modes): Set file modes of
12495 `buffer-auto-save-file-name' to ?\600 as fallback solution.
12496 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
12497 (tramp-bug): Remove obsolete variable.
12498 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
12499 for presence of `mml-mode'. Make it running for older Emacsen as well.
12500
12501 2005-05-14 John Paul Wallington <jpw@pobox.com>
12502
12503 * ibuf-ext.el (define-ibuffer-filter filename):
12504 If `dired-directory' is a list, use its car.
12505
12506 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
12507
12508 * ibuffer.el (define-ibuffer-column filename):
12509 If `dired-directory' is a list, use its car.
12510
12511 2005-05-14 Richard M. Stallman <rms@gnu.org>
12512
12513 * subr.el (symbol-file): Doc fix.
12514
12515 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
12516 (byte-compile-form): Call byte-compile-nogroup-warn.
12517 (byte-compile-warning-types): Doc fix.
12518
12519 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
12520
12521 * progmodes/cc-engine.el (c-literal-faces):
12522 Add font-lock-comment-delimiter-face.
12523
12524 * net/net-utils.el (dig): Use with-no-warnings.
12525
12526 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
12527 (sc-recite-frame-alist, sc-default-cite-frame)
12528 (sc-default-uncite-frame, sc-default-recite-frame)
12529 (sc-attrib-selection-list, sc-rewrite-header-list):
12530 Mark as risky-local-variable.
12531
12532 * international/ogonek.el (ogonek-jak, ogonek-how):
12533 Don't use beginning-of-buffer.
12534
12535 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
12536
12537 * calendar/solar.el (solar-data-list): Move definition up.
12538
12539 * dnd.el (dnd-protocol-alist): Add autoload.
12540
12541 * progmodes/sh-script.el: Many doc usage fixes.
12542 (sh-indent-after-do): Change default to match common styles.
12543
12544 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
12545
12546 * files.el (interpreter-mode-alist)
12547 (auto-mode-interpreter-regexp): Doc fixes.
12548
12549 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
12550
12551 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
12552
12553 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
12554
12555 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12556
12557 * dired.el (dired-mode): make-variable-buffer-local =>
12558 make-local-variable.
12559
12560 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12561
12562 * term/mac-win.el (mac-select-convert-to-string): Try coding
12563 systems in mac-script-code-coding-systems if specified one cannot
12564 encode string for `com.apple.traditional-mac-plain-text'.
12565
12566 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
12567
12568 * progmodes/make-mode.el (makefile-targets-face)
12569 (makefile-shell-face, makefile-makepp-perl-face): New faces.
12570 (makefile-dependency-regex): Fix it to not make the colon in
12571 $(var:a=b) special.
12572 (makefile-rule-action-regex): New regexp for highlighting embedded
12573 Shell strings.
12574 (makefile-macroassign-regex): Handle != for highlighting as
12575 embedded Shell strings.
12576 (makefile-var-use-regex): New const.
12577 (makefile-statements, makefile-automake-statements)
12578 (makefile-gmake-statements, makefile-makepp-statements)
12579 (makefile-bsdmake-statements): New consts.
12580 (makefile-make-font-lock-keywords): New function.
12581 (makefile-automake-font-lock-keywords)
12582 (makefile-gmake-font-lock-keywords)
12583 (makefile-makepp-font-lock-keywords)
12584 (makefile-bsdmake-font-lock-keywords): New consts.
12585 (makefile-mode-map): Add switchers between the various submodes.
12586 (makefile-mode): Document the availability of the variants.
12587 (makefile-automake-mode, makefile-gmake-mode)
12588 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
12589
12590 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
12591 new variants of makefile-mode.
12592
12593 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
12594
12595 * font-lock.el (font-lock-comment-delimiter-face): Fix up
12596 the inheritance.
12597
12598 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
12599
12600 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
12601 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
12602
12603 * files.el (normal-mode): Extend the scope of the
12604 `enable-local-variables' binding to include the `set-auto-mode' call.
12605 (magic-mode-alist): Doc fix.
12606
12607 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
12608
12609 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
12610 font-lock-comment-face rather than copying its setting.
12611
12612 2005-05-12 Andreas Schwab <schwab@suse.de>
12613
12614 * eshell/esh-mode.el (eshell-send-input): Doc fix.
12615
12616 2005-05-12 Lute Kamstra <lute@gnu.org>
12617
12618 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
12619 defcustom for the mode hook variable. Delete the last argument.
12620 * generic-x.el: Fix callers of define-generic-mode.
12621 (generic-x-modes): Delete group.
12622 (show-tabs-tab-face, show-tabs-space-face): Put them in the
12623 generic-x customization group.
12624
12625 2005-05-12 Kim F. Storm <storm@cua.dk>
12626
12627 * font-lock.el (font-lock-negation-char-face): Default to "off".
12628
12629 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
12630 font-lock-negation-char-face to ! in !=.
12631
12632 2005-05-12 Masatake YAMATO <jet@gyve.org>
12633
12634 * add-log.el (find-change-log): Fix typos in the docstring
12635 of function.
12636
12637 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
12638
12639 * international/latexenc.el (latexenc-find-file-coding-system):
12640 Avoid `re-search-forward' when looking for input encoding because
12641 of speed and safety. Better regular expressions for recognizing
12642 input encoding. Limit a search for TeX-master/tex-main-file to
12643 the local variable section.
12644
12645 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
12646
12647 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
12648 syntax of $ to "'" (quote).
12649
12650 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
12651
12652 * dnd.el (dnd-protocol-alist): Improve custom type.
12653
12654 * dired.el (dired-dnd-protocol-alist): New variable.
12655 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
12656 `dired-mode-hook' to the end.
12657
12658 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
12659
12660 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
12661 comment-end if comment-start-skip is not set.
12662 Obey the font-lock-comment-delimiter-face variables.
12663
12664 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
12665
12666 * files.el (executable-find): Move from executable.el. Use
12667 locate-file.
12668 * progmodes/executable.el (executable-find): Move to files.el.
12669
12670 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
12671 when trying to ensure forward progress.
12672
12673 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
12674
12675 * mouse-sel.el (mouse-sel-follow-link-p): New function.
12676 (mouse-select, mouse-select-internal, mouse-extend-internal):
12677 Use it to implement mouse-1-click-follows-link functionality.
12678
12679 2005-05-11 Richard M. Stallman <rms@gnu.org>
12680
12681 * font-lock.el (font-lock-fontify-syntactically-region):
12682 Use font-lock-comment-delimiter-face for comment delimiters.
12683
12684 2005-05-10 Jay Belanger <belanger@truman.edu>
12685
12686 * calc/calc-help.el (calc-m-prefix-help): Add mention of
12687 preserving embedded modes.
12688
12689 2005-05-10 Richard M. Stallman <rms@gnu.org>
12690
12691 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
12692
12693 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
12694 Move from ada-stmt.el.
12695 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
12696
12697 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
12698 Move to ada-mode.el.
12699 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
12700
12701 * cus-edit.el (custom-file): Call file-chase-links.
12702
12703 * files.el (read-directory-name): Fix previous change.
12704 (hack-local-variables-confirm): New function.
12705 (hack-local-variables-prop-line, hack-local-variables)
12706 (hack-one-local-variable): Use it.
12707
12708 2005-05-10 Lute Kamstra <lute@gnu.org>
12709
12710 * font-lock.el (font-lock-keywords-alist)
12711 (font-lock-removed-keywords-alist): Clarify docstrings.
12712
12713 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
12714
12715 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
12716 (gdb-source-info): Check for preprocessor info.
12717 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
12718 a macro for a function.
12719 (gdb-info-breakpoints-custom): Try to find file again if not already
12720 found (user might have used GDB dir command).
12721 (gdb-get-location): Update gdb-location-alist correctly for change
12722 to gdb-info-breakpoints-custom.
12723
12724 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
12725 (gud-tooltip-print-command): Add gdbmi case.
12726 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
12727 preprocessor info.
12728
12729 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
12730
12731 * startup.el (fancy-splash-insert): Fix typo in doc string.
12732
12733 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
12734
12735 * obsolete/float.el (string-to-float):
12736 * obsolete/hilit19.el (hilit-add-pattern):
12737 * obsolete/rnews.el (news-parse-range, news-select-message)
12738 (news-get-pruned-list-of-files): Replace `string-to-int' by
12739 `string-to-number'.
12740
12741 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
12742 `find-file-not-found-hooks'; use `add-hook'.
12743 (uncompress-while-visiting): Set `write-file-functions', not
12744 `write-file-hooks'; use `add-hook'.
12745
12746 2005-05-09 Kim F. Storm <storm@cua.dk>
12747
12748 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
12749 (cua-paste): Handle clipboard action.
12750 (cua--init-keymaps): Remap clipboard-kill-region and
12751 clipboard-kill-ring-save.
12752
12753 2005-05-08 Eli Zaretskii <eliz@gnu.org>
12754
12755 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
12756 Improve commentary.
12757
12758 * simple.el (next-error-overlay-arrow-position): Revert the change
12759 made on 2005-04-30.
12760
12761 2005-05-07 Jay Belanger <belanger@truman.edu>
12762
12763 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
12764 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
12765 `calc-sel-reselect'.
12766
12767 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
12768 Calc is in embedded mode.
12769
12770 2005-05-07 Eli Zaretskii <eliz@gnu.org>
12771
12772 * progmodes/compile.el (compilation-setup):
12773 Set overlay-arrow-string to an empty string on text terminals.
12774
12775 * textmodes/ispell.el (ispell-program-name): Try looking for
12776 "aspell" along exec-path, and if found, use it as the default
12777 speller program.
12778
12779 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
12780
12781 * international/mule.el (sgml-xml-auto-coding-function):
12782 Recognize encoding='FOO' in single quotes as well as in double quotes.
12783
12784 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
12785
12786 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
12787 as well as `interactive', so that defmacro* would recognize
12788 `declare' forms.
12789
12790 2005-05-07 Eli Zaretskii <eliz@gnu.org>
12791
12792 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
12793 Explain more about the LIGHTER arg's usage in the doc string.
12794 Add commentary to clarify what the code does. Fix the regexp that
12795 strips whitespace from LIGHTER. Quote LIGHTER before using it,
12796 since it could have characters special to regular expressions.
12797
12798 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
12799
12800 * replace.el (occur-1): Bind inhibit-read-only so that
12801 erase-buffer doesn't barf on read-only text properties (likewise
12802 for add-text-properties in occur-engine). Mark buffer as unmodified.
12803 (occur-engine): Don't set buffer-read-only here.
12804
12805 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
12806
12807 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
12808 list-buffers-directory. This caused the *cvs-commit* buffer to be
12809 sometimes mistakenly reused as a *cvs* buffer.
12810
12811 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
12812
12813 * tooltip.el: Move code for GUD tooltips into gud.el.
12814 (require): CL no longer needed to compile case.
12815 (tooltip-mode): Do not toggle functions for GUD tooltips.
12816 (tooltip-gud-tips-p): Remove. Replace with minor mode
12817 gud-tooltip-mode in gud.el.
12818 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
12819 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
12820 tooltip-gud prefix with gud-tooltip and obsolete.
12821 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
12822 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
12823 (tooltip-mouse-motion): Mouse movement functions/variable.
12824 Rename in gud.el by adding gud prefix.
12825 (tooltip-gud-original-filter, tooltip-gud-dereference)
12826 (tooltip-gud-event, tooltip-toggle-gud-tips)
12827 (tooltip-gud-process-output, tooltip-gud-print-command)
12828 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
12829 gud.el by replacing tooltip-gud prefix with gud-tooltip.
12830 (gdb-tooltip-print): Move to gdb-ui.el.
12831
12832 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
12833 (require): CL needed to compile case.
12834 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
12835 tooltip-gud-tips-p. Make it a minor-mode.
12836 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
12837 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
12838 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
12839 (gud-tooltip-change-major-mode)
12840 (gud-tooltip-activate-mouse-motions-if-enabled)
12841 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
12842 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
12843 (gud-tooltip-original-filter, gud-tooltip-dereference)
12844 (gud-tooltip-event, tooltip-toggle-gud-tips)
12845 (gud-tooltip-process-output, gud-tooltip-print-command)
12846 (gud-tooltip-tips): Move from tooltip.el.
12847
12848 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
12849 (gdb-cpp-define-alist-flags): Doc fix.
12850 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
12851 gud-tooltip-mode is t.
12852
12853 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
12854
12855 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
12856 evaporate if their text is deleted.
12857 (goto-address-at-point): Make it work as a mouse binding as well.
12858 (goto-address-at-mouse): Obsolete it. Update users.
12859
12860 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
12861
12862 * calendar/appt.el (top-level): No longer activate on load.
12863
12864 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
12865
12866 * calendar/cal-bahai.el (mark-bahai-diary-entries):
12867 * net/webjump.el (webjump):
12868 * progmodes/idlw-help.el (idlwave-do-context-help1)
12869 (idlwave-highlight-linked-completions):
12870 * textmodes/po.el (po-find-file-coding-system-guts):
12871 Replace `assoc-ignore-case' by `assoc-string'.
12872
12873 2005-05-06 Eli Zaretskii <eliz@gnu.org>
12874
12875 * files.el (locate-file): Doc fix.
12876
12877 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
12878 Remove the redundant test for ms-dos.
12879
12880 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
12881 look for the preprocessor with exec-suffixes. If not found in
12882 standard places, look in exec-path. Remove most of the tests that
12883 used system-type.
12884
12885 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
12886
12887 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
12888
12889 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
12890 file-name clash with jka-compr.el on 8+3 filesystems.
12891
12892 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12893
12894 * term/mac-win.el: Don't define or bind scroll bar functions if
12895 x-toolkit-scroll-bars is t.
12896 (x-select-text, x-get-selection-value): Clear
12897 x-last-selected-text-clipboard if x-select-enable-clipboard is
12898 nil.
12899 (PRIMARY): Put mac-scrap-name property.
12900 (mac-select-convert-to-file-url): New function.
12901 (public.file-url): New selection target type. Add to
12902 selection-converter-alist.
12903 (x-get-selection, x-selection-value): Handle it.
12904 (x-cut-buffer-or-selection-value): New alias.
12905
12906 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12907
12908 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
12909 entry to avoid calling bibtex-find-entry with arg global
12910 being t. Remove arg key.
12911 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
12912 (bibtex-copy-summary-as-kill): Change accordingly.
12913
12914 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
12915
12916 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
12917 (org-agenda-date-later): Use with-current-buffer.
12918
12919 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
12920
12921 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
12922 (define-obsolete-variable-alias): Doc Fixes.
12923
12924 2005-05-06 Kim F. Storm <storm@cua.dk>
12925
12926 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
12927 vertical-motion when selective-display is active.
12928
12929 * ido.el (ido-setup-hook): New hook.
12930 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
12931 (ido-input-stack): New var.
12932 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
12933 ido-next-work-file binding to M-O.
12934 Bind M-f to ido-wide-find-file-or-pop-dir.
12935 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
12936 (ido-read-internal): Run ido-setup-hook.
12937 Catch quit in read-file-name and read-string to cancel edit.
12938 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
12939 Automatically pop-all when completing a directory name (RET).
12940 (ido-file-internal): Add with-no-warnings around ffap and dired code.
12941 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
12942 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
12943 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
12944 New functions for M-b/M-f to move among the directory components.
12945 (ido-make-merged-file-list): Catch quit to cancel merge.
12946 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
12947 (ido-completion-help): No warnings for ido-completion-buffer-full.
12948
12949 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
12950
12951 * font-lock.el (font-lock-negation-char-face): New face and variable.
12952 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
12953 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
12954 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
12955 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
12956
12957 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
12958
12959 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
12960 Fix typo in docstring.
12961
12962 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
12963 (ebrowse-print-statistics-line)
12964 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
12965
12966 * term/w32-win.el (image-library-alist): Add additional name for
12967 Xpm library.
12968
12969 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
12970
12971 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
12972 use gcc instead of cpp.
12973
12974 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
12975 (gdb-create-define-alist): Use it.
12976 (gdb-cpp-define-alist-program): Update for MS-DOS.
12977
12978 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
12979
12980 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
12981
12982 2005-05-04 Richard M. Stallman <rms@gnu.org>
12983
12984 * help.el (describe-key): No error when UNTRANSLATED is nil.
12985
12986 * simple.el (line-move-1): Fix previous change to signal errors
12987 appropriately.
12988
12989 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
12990
12991 * calendar/icalendar.el (icalendar-version): Now at 0.12.
12992 (icalendar-duration-correction): Remove.
12993 (icalendar--get-event-properties): Split result at commas.
12994 (icalendar--decode-isoduration): New optional argument
12995 DURATION-CORRECTION.
12996 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
12997 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
12998 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
12999 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
13000 (icalendar--convert-anniversary-to-ical): New functions, extracted
13001 from icalendar-export-region, with bug fixes.
13002 (icalendar-export-region): Use the above functions.
13003 (icalendar-import-buffer): Check before saving diary file.
13004 (icalendar--convert-recurring-to-diary)
13005 (icalendar--convert-non-recurring-all-day-to-diary)
13006 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
13007 extracted from icalendar--convert-ical-to-diary, with bug fixes.
13008 (icalendar--convert-ical-to-diary): Use the above functions.
13009
13010 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
13011
13012 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
13013 Remove these recent additions.
13014 (c-mode): Restore to before 2005-04-28.
13015
13016 * progmodes/cc-vars.el (cc-define-list-program): Remove this
13017 recent addition.
13018
13019 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
13020 (gdb-define-alist): New variables.
13021 (gdb-create-define-alist): New function.
13022 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
13023 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
13024 with string-to-number.
13025 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
13026
13027 * progmodes/gud.el: Replace string-to-int with string-to-number.
13028 (gud-find-file): Handle gdb-define-alist.
13029
13030 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
13031
13032 2005-05-02 Jay Belanger <belanger@truman.edu>
13033
13034 * calc/calc-aent.el (math-read-token):
13035 * calc/calc-bin.el (calc-word-size):
13036 * calc/calc-ext.el (calc-read-number-fancy):
13037 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
13038 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
13039 * calc/calc-frac.el (calc-over-notation):
13040 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
13041 (calc-graph-num-points, calc-graph-init):
13042 * calc/calc-prog.el (calc-read-parse-table-part)
13043 (calc-edit-macro-repeats):
13044 * calc/calc-yank.el (calc-do-grab-rectangle):
13045 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
13046 Replace `string-to-int' by `string-to-number'.
13047
13048 2005-05-02 Kim F. Storm <storm@cua.dk>
13049
13050 * kmacro.el: Use executing-kbd-macro-index variable.
13051
13052 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
13053
13054 * net/rlogin.el (rlogin-parse-words): Delete func.
13055 (rlogin): Use split-string, not rlogin-parse-words.
13056 Also, if there are option-like elements in the parsed args,
13057 take the host to be the first arg immediately following them.
13058 Suggested by Michael Mauger.
13059
13060 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
13061
13062 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
13063
13064 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
13065
13066 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
13067 (cc-mode-cpp-program): Rename to cc-define-list-program and
13068 move to cc-vars.el.
13069
13070 * progmodes/cc-vars.el (cc-define-list-program):
13071 Change to "gcc -E -dM -". Make customizable.
13072
13073 2005-05-02 Kim F. Storm <storm@cua.dk>
13074
13075 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
13076
13077 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
13078
13079 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
13080
13081 * international/mule-util.el (truncate-string): Remove alias and
13082 obsolete declaration.
13083
13084 * international/mule-cmds.el (update-iso-coding-systems):
13085 Remove alias and obsolete declaration.
13086
13087 * international/mule.el (coding-system-parent): Remove alias and
13088 obsolete declaration.
13089
13090 * subr.el (define-function, sref): Remove aliases and obsolete
13091 declarations.
13092 (chars-in-region): Remove obsolete declaration.
13093
13094 2005-05-01 Richard M. Stallman <rms@gnu.org>
13095
13096 * info.el (Info-mode): Set widen-automatically to nil, locally.
13097
13098 * simple.el (widen-automatically): New variable.
13099 (pop-global-mark): Obey widen-automatically.
13100
13101 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
13102
13103 * term/xterm.el (function-key-map): Call substitute-key-definition
13104 before the keymap size is increased by a lot of define-key calls.
13105
13106 2005-05-01 Richard M. Stallman <rms@gnu.org>
13107
13108 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
13109 Rename ARG to ELEMENT. Doc fix.
13110
13111 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
13112
13113 * allout.el (allout-exposure): Remove macro and obsolete declaration.
13114 Remove references to allout-exposure/change to allout-new-exposure.
13115
13116 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
13117 bytecode symbols.
13118
13119 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
13120 (compiled-function-p, focus-frame, unfocus-frame):
13121 Remove aliases and obsolete declarations.
13122 Back out inadvertent changes from previous commit.
13123
13124 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
13125
13126 * files.el (require-final-newline): Make Custom tags consistent
13127 with mode-require-final-newline.
13128 (mode-require-final-newline): Doc fix.
13129
13130 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
13131
13132 * international/latexenc.el (latexenc-find-file-coding-system):
13133 Fix regular expressions.
13134
13135 2005-05-01 David Kastrup <dak@gnu.org>
13136
13137 * international/latexenc.el (latexenc-find-file-coding-system):
13138 Fix regular expressions.
13139
13140 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
13141
13142 * subr.el (string-to-int): Make obsolete.
13143
13144 2005-04-30 Richard M. Stallman <rms@gnu.org>
13145
13146 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
13147
13148 * loadup.el: load jka-comp-hook.
13149
13150 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
13151 (jka-compr-handler): Add autoload. `put' calls moved
13152 to jka-comp-hook.el.
13153 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
13154 (jka-compr-inhibit): Autoload.
13155
13156 * jka-comp-hook.el: New file.
13157 Enable the mode by default.
13158
13159 * files.el (backup-buffer-copy): Use copy-file instead
13160 of write-region, and put back the 'excl.
13161
13162 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
13163
13164 * progmodes/flymake.el (flymake-split-string)
13165 (flymake-split-string, flymake-log, flymake-pid-to-names)
13166 (flymake-reg-names, flymake-get-source-buffer-name)
13167 (flymake-unreg-names, flymake-add-line-err-info)
13168 (flymake-add-err-info): Clarify docstrings.
13169 (flymake-popup-menu, flymake-make-emacs-menu)
13170 (flymake-make-xemacs-menu): Add docstrings.
13171 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
13172 Set variables directly throughout.
13173
13174 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
13175
13176 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
13177 exists. Initialize cc-define-alist.
13178 (c-mode): Add cc-create-define-alist locally to after-save-hook.
13179 If there is no file (Macroexpansion) don't create an alist.
13180
13181 2005-04-29 Sam Steingold <sds@gnu.org>
13182
13183 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
13184 (cc-create-define-alist): Use it instead of the hard-coded string.
13185
13186 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
13187
13188 * international/mule-conf.el (file-coding-system-alist): Fix regexp
13189 for latexenc.
13190
13191 2005-04-29 Lute Kamstra <lute@gnu.org>
13192
13193 * emacs-lisp/generic.el: Improve commentary section.
13194 (define-generic-mode): Improve docstring.
13195
13196 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
13197
13198 * textmodes/org.el (many places): Change to quiet the byte compiler.
13199 (org-prefix-format-compiled): New variable.
13200 (org-compile-prefix-format): New function.
13201 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
13202 (org-agenda-prefix-format,org-timeline-prefix-format): New options.
13203 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
13204 (org-get-entries-from-diary): Use `org-get-time-of-day' for
13205 consistency with entries from `org-mode' files.
13206 (org-get-time-of-day): Fix bug with partial matches early in a line.
13207 (org-non-link-chars): New constant.
13208 (org-link-regexp): Respect `org-non-link-chars'.
13209 (org-agenda-day-view): Remove command.
13210 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
13211 (org-follow-bbdb-link, org-store-link): Search also company field.
13212 (org-highlight-overlay): New variable.
13213 (org-highlight, org-unhighlight): New functions.
13214 (org-agenda-mode): Add pre-command-hook to remove highlight.
13215 (org-evaluate-time-range): Behavior depends upon whether time stamp
13216 contains a time or not.
13217 (org-show-subtree, org-show-entry): New functions.
13218 (org-agenda-cleanup-fancy-diary): Remove empty lines.
13219
13220 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
13221
13222 * comint.el (comint-output-filter-functions): Add autoload cookie.
13223
13224 2005-04-28 Kim F. Storm <storm@cua.dk>
13225
13226 * ido.el (ido-everywhere): Fix last change.
13227
13228 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
13229
13230 * international/latexenc.el: New file.
13231 * international/mule-conf.el (file-coding-system-alist): For .tex,
13232 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
13233
13234 2005-04-28 Lute Kamstra <lute@gnu.org>
13235
13236 * font-lock.el (font-lock-add-keywords)
13237 (font-lock-remove-keywords): Clarify docstring.
13238 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
13239 Don't start docstrings with a `*'.
13240 (font-lock-update-removed-keyword-alist): Give it a docstring.
13241
13242 * generic-x.el: Update commentary section.
13243 Only require font-lock when compiling.
13244 Define all modes conditionally.
13245 Place all generic modes in the generic-x-modes customization group.
13246 (generic-x-modes): New customization group.
13247 (generic-default-modes, generic-mswindows-modes)
13248 (generic-unix-modes, generic-other-modes): New constants.
13249 (generic-define-mswindows-modes, generic-define-unix-modes):
13250 Update docstrings. Make them obsolete.
13251 (generic-extras-enable-list): New default value. Update docstring.
13252 Improve :type. Change :set function.
13253 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
13254 Fix docstring.
13255
13256 * emacs-lisp/generic.el (generic-mode-internal):
13257 Simplify font-lock-defaults.
13258 (define-generic-mode): Fix docstring.
13259
13260 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
13261
13262 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
13263 font-lock-face property to highlight matches.
13264
13265 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
13266
13267 * progmodes/cc-mode.el (cc-create-define-alist): New function.
13268 (cc-define-alist): New variable.
13269 (c-mode): Make it local and initialize it.
13270
13271 * progmodes/gdb-ui.el (gdb-active-process): New variable.
13272 (gdb-exited): New function.
13273 (gdb-annotation-rules): Use it.
13274 (gdb-starting): Set gdb-active-process to t.
13275 (gdb-stopping): Amend doc string.
13276 (gdb-reset): Set gdb-active-process to nil.
13277
13278 * tooltip.el (tooltip-gud-tips): Show the associated #define
13279 directives when a C program under GDB is not executing.
13280
13281 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
13282
13283 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
13284 font-lock-fontify-syntactic-keywords.
13285
13286 * font-lock.el (font-lock-default-fontify-region): Don't force
13287 parse-sexp-lookup-properties to nil.
13288
13289 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
13290
13291 * man.el (man-mode-syntax-table): Set up `:' to have
13292 word-constituent syntax.
13293
13294 2005-04-27 Lute Kamstra <lute@gnu.org>
13295
13296 * novice.el (disable-command): Don't add spurious newlines to the
13297 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
13298
13299 2005-04-26 Jay Belanger <belanger@truman.edu>
13300
13301 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
13302 than one window before deleting window.
13303
13304 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
13305
13306 * shell.el (shell-prompt-pattern): Doc fix.
13307 (shell-mode): Set paragraph-separate buffer locally to "\\'".
13308
13309 * comint.el (comint-prompt-regexp, comint-get-old-input)
13310 (comint-use-prompt-regexp)
13311 (comint-use-prompt-regexp-instead-of-fields)
13312 (comint-replace-by-expanded-history, comint-send-input)
13313 (comint-output-filter, comint-get-old-input-default)
13314 (comint-line-beginning-position, comint-bol, comint-show-output)
13315 (comint-backward-matching-input, comint-forward-matching-input)
13316 (comint-next-prompt, comint-previous-prompt):
13317 Rename `comint-use-prompt-regexp-instead-of-fields' to
13318 `comint-use-prompt-regexp'. Keep old name as alias and declare
13319 obsolete.
13320 (comint-use-prompt-regexp): Shorten first line of doc string.
13321
13322 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
13323 Set paragraph-separate buffer locally to "\\'".
13324
13325 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
13326 Adapt to above name change.
13327
13328 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
13329 (smbclient-prompt-regexp): Ditto.
13330
13331 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
13332
13333 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
13334
13335 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
13336 gdb-location-list.
13337 Break lines that are over 80 characters wide.
13338
13339 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
13340
13341 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
13342 New fun and var, to preserve compatibility.
13343
13344 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
13345
13346 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
13347
13348 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
13349 name to file-newer-than-file-p.
13350
13351 2005-04-26 Richard M. Stallman <rms@gnu.org>
13352
13353 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
13354
13355 * progmodes/python.el (python-mode):
13356 Use new name eldoc-documentation-function.
13357
13358 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
13359
13360 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
13361 (eldoc-documentation-function):
13362 Rename from eldoc-print-current-symbol-info-function. Calls changed.
13363
13364 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
13365
13366 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
13367
13368 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
13369
13370 * term/xterm.el (function-key-map): Fix strings for
13371 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
13372 {C,S,A,C-S}-{f1-f12}.
13373
13374 2005-04-26 Kenichi Handa <handa@m17n.org>
13375
13376 * international/mule-cmds.el (select-safe-coding-system):
13377 Fix previous change.
13378
13379 2005-04-26 Lute Kamstra <lute@gnu.org>
13380
13381 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
13382
13383 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
13384 (font-lock-comment-delimiter-face): Ditto.
13385
13386 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
13387
13388 2005-04-25 Jay Belanger <belanger@truman.edu>
13389
13390 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
13391 to t while inserting information; use help-mode.
13392
13393 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
13394
13395 * term.el (ansi-term-color-vector): Use the xterm colors.
13396 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
13397
13398 2005-04-25 Lute Kamstra <lute@gnu.org>
13399
13400 * font-core.el (font-lock-defaults): Fix docstring.
13401
13402 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
13403
13404 2005-04-25 Kenichi Handa <handa@m17n.org>
13405
13406 * international/mule-cmds.el (select-safe-coding-system):
13407 Don't check consistency with coding: spec, etc if raw-text or
13408 no-conversion was found to be safe.
13409
13410 2005-04-24 Richard M. Stallman <rms@gnu.org>
13411
13412 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
13413 citation markers at start of each line.
13414
13415 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
13416 citation markers at start of each line.
13417
13418 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
13419
13420 * files.el (mode-require-final-newline): Fix previous change.
13421 (require-final-newline): Fix type label.
13422
13423 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
13424
13425 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
13426 statement in buffer (broken by 2004-11-24 change).
13427
13428 2005-04-24 Kim F. Storm <storm@cua.dk>
13429
13430 * ido.el (ido-everywhere): Save and restore old read-buffer-function
13431 and read-file-name-function values. Don't overwrite existing
13432 non-nil values if ido-mode is enabled without ido-everywhere.
13433
13434 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
13435
13436 * files.el (mode-require-final-newline): Minor doc fix.
13437
13438 2005-04-24 Eli Zaretskii <eliz@gnu.org>
13439
13440 * subr.el (syntax-after): Doc fix.
13441 (syntax-class): If argument is nil, return nil. Mask off upper 16
13442 bits, not 8 bits.
13443
13444 * files.el (mode-require-final-newline): Doc fix.
13445 (backup-buffer-copy): Fix last change.
13446
13447 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13448
13449 * term/mac-win.el: Require select. Set selection-coding-system to
13450 mac-system-coding-system. Call menu-bar-enable-clipboard.
13451 (x-last-selected-text-clipboard, x-last-selected-text-primary)
13452 (x-select-enable-clipboard): New variables.
13453 (x-select-text, x-get-selection, x-selection-value)
13454 (x-get-selection-value, mac-select-convert-to-string)
13455 (mac-services-open-file, mac-services-open-selection)
13456 (mac-services-insert-text): New functions.
13457 (CLIPBOARD, FIND): Put mac-scrap-name property.
13458 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
13459 (public.tiff): Put mac-ostype property.
13460 (selection-converter-alist): Add entries for them.
13461 (mac-application-menu-map): New keymap.
13462 (interprogram-cut-function, interprogram-paste-function): Set to
13463 x-select-text and x-get-selection-value, respectively.
13464 (split-window-keep-point): Set to t.
13465
13466 2005-04-23 Richard M. Stallman <rms@gnu.org>
13467
13468 * files.el (read-directory-name): Always pass non-nil
13469 DEFAULT-FILENAME arg to read-file-name.
13470 (backup-buffer-copy, basic-save-buffer-2): Take care against
13471 writing thru an unexpected existing symlink.
13472 (revert-buffer): In indirect buffer, revert the base buffer.
13473 (magic-mode-alist): Doc fix.
13474 (buffer-stale-function): Doc fix.
13475 (minibuffer-with-setup-hook): Avoid warning.
13476 (mode-require-final-newline): Doc and custom fix.
13477
13478 * follow.el (follow-end-of-buffer): Use with-no-warnings.
13479
13480 * font-lock.el (font-lock-comment-face): On terminals with few colors,
13481 use the default appearance.
13482 (font-lock-comment-delimiter-face): New face, new variable.
13483
13484 * imenu.el (imenu--generic-function): The official position of a
13485 definition is the start of the line that BEG is in.
13486
13487 * midnight.el (midnight-timer): Move defvar up.
13488
13489 * mouse.el (mouse-drag-region-1): Delete some debugging code.
13490
13491 * saveplace.el (save-place-to-alist): Use with-no-warnings.
13492
13493 * startup.el (command-line): Use with-no-warnings.
13494
13495 * window.el (window-size-fixed): New defvar.
13496
13497 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
13498
13499 * mail/rmail.el (rmail-font-lock-keywords):
13500 Use font-lock-comment-delimiter-face.
13501
13502 * mail/sendmail.el (mail-font-lock-keywords):
13503 Use font-lock-comment-delimiter-face.
13504
13505 * progmodes/compile.el (next-error-highlight-timer): New defvar.
13506
13507 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
13508
13509 * progmodes/compile.el (compilation-mode-font-lock-keywords):
13510 Specify t for LAXMATCH when matching directories.
13511 Save match data around compilation-compat-error-properties form.
13512
13513 2005-04-23 David Kastrup <dak@gnu.org>
13514
13515 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
13516 Mention that the autoloaded aliases should be kept for AUCTeX.
13517
13518 2005-04-23 Andreas Schwab <schwab@suse.de>
13519
13520 * isearch.el (isearch-forward): Doc fix.
13521
13522 2005-04-23 Eli Zaretskii <eliz@gnu.org>
13523
13524 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
13525 (jit-lock-stealth-nice): Change default value to 0.5.
13526
13527 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
13528
13529 * abbrev.el (write-abbrev-file): Write table entries in
13530 alphabetical order by table name.
13531
13532 2005-04-22 Kim F. Storm <storm@cua.dk>
13533
13534 * ido.el (ido-read-internal): Fix `list' completion.
13535
13536 2005-04-22 Kenichi Handa <handa@m17n.org>
13537
13538 * recentf.el (recentf-save-file-coding-system): New variable.
13539 (recentf-save-list): Encode the file by
13540 recentf-save-file-coding-system and add coding: tag.
13541
13542 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
13543
13544 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
13545
13546 2005-04-21 Lute Kamstra <lute@gnu.org>
13547
13548 * loadhist.el (unload-feature): Don't remove a function from hooks
13549 if it is about to be restored to an autoload . Remove functions
13550 that will become unbound from auto-mode-alist. Simplify the code.
13551
13552 * subr.el (assq-delete-all): New implementation that is linear,
13553 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
13554 (rassq-delete-all): New function.
13555
13556 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
13557 Add size-indication-mode.
13558
13559 2005-04-21 Kenichi Handa <handa@m17n.org>
13560
13561 * international/mule-cmds.el: Add autoload for widget-value in
13562 eval-when-compile.
13563
13564 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
13565
13566 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
13567 Add tooltip-mode.
13568
13569 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
13570
13571 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
13572
13573 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
13574 (inferior-lisp-filter-regexp, inferior-lisp-program)
13575 (inferior-lisp-load-command, inferior-lisp-prompt)
13576 (inferior-lisp-mode-hook, lisp-source-modes)
13577 (inferior-lisp-load-hook): defvar->defcustom.
13578 (inferior-lisp-program, inferior-lisp-prompt)
13579 (inferior-lisp-load-hook): Doc fixes.
13580 (inferior-lisp-install-letter-bindings): Small change in
13581 introductory comment.
13582
13583 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
13584
13585 * vc.el (vc-annotate-color-map): Change some colors so that text
13586 using them as foreground is readable on both white and black
13587 backgrounds.
13588
13589 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
13590
13591 * international/mule-conf.el (translation-table-for-input):
13592 Remove redundant declaration.
13593
13594 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
13595
13596 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
13597
13598 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
13599 (tooltip-toggle-gud-tips): New function.
13600
13601 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13602
13603 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
13604 right angle brackets.
13605
13606 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
13607
13608 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
13609
13610 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
13611
13612 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
13613 Remove. Update callers to use expand-file-name instead.
13614
13615 * subr.el (syntax-class): New function.
13616
13617 * simple.el (blink-matching-open): Use it.
13618
13619 * paren.el (show-paren-function): Use it to recognize parens that are
13620 also used in 2-char comment markers.
13621
13622 2005-04-19 Lute Kamstra <lute@gnu.org>
13623
13624 * loadhist.el (unload-feature): Update for new format of
13625 load-history. Simplify the code.
13626
13627 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13628
13629 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
13630 (mac-add-charset-info): New function. Initialize variable
13631 mac-charset-info-alist using it.
13632 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
13633 for translation.
13634 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
13635 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
13636 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
13637 New CCL programs.
13638
13639 2005-04-19 Kim F. Storm <storm@cua.dk>
13640
13641 * simple.el (next-buffer, prev-buffer, next-error)
13642 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
13643 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
13644
13645 * bindings.el (next-buffer, prev-buffer, next-error)
13646 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
13647 (clone-indirect-buffer-other-window): Move bindings from simple.el.
13648 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
13649 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
13650
13651 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
13652
13653 * isearch.el (isearch-edit-string): Make the search-ring available for
13654 minibuffer history commands.
13655 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
13656 the default history commands now work just as well.
13657 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
13658
13659 2005-04-18 Kim F. Storm <storm@cua.dk>
13660
13661 * emulation/cua-base.el (cua--pre-command-handler): Add more
13662 elaborate check for shift modifier on non-window systems.
13663
13664 2005-04-18 Lars Hansen <larsh@math.ku.dk>
13665
13666 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
13667
13668 2005-04-18 Kim F. Storm <storm@cua.dk>
13669
13670 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
13671 and make it optional. Don't test tooltip-gud-echo-area here.
13672 (tooltip-gud-process-output, gdb-tooltip-print):
13673 Pass tooltip-gud-echo-area to tooltip-show.
13674 (tooltip-help-tips): Remove second optional arg to tooltip-show.
13675
13676 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13677
13678 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
13679 `display-graphic-p' may not be bound yet.
13680
13681 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
13682
13683 * startup.el (command-line): No longer enable Xterm Mouse mode by
13684 default in terminals compatible with xterm.
13685
13686 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
13687
13688 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
13689
13690 * tooltip.el (tooltip-gud-echo-area): Rename from
13691 tooltip-use-echo-area.
13692 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
13693 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
13694 area independently of where help tooltips are displayed.
13695
13696 2005-04-17 David Kastrup <dak@gnu.org>
13697
13698 * cus-theme.el (custom-theme-write-variables): Quote variables
13699 where necessary.
13700
13701 2005-04-17 Richard M. Stallman <rms@gnu.org>
13702
13703 * simple.el (yank-excluded-properties): Add follow-link to value.
13704
13705 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
13706
13707 * startup.el (fancy-splash-max-time): Just 30 seconds.
13708 (fancy-splash-delay): Just 7.
13709 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
13710
13711 * loadhist.el (unload-feature): Update for new format of load-history.
13712 Simplify the code.
13713
13714 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
13715 (rmail-font-lock-keywords): Don't fontify the text of a citation.
13716
13717 * mail/sendmail.el (mail-font-lock-keywords):
13718 Don't fontify subject text.
13719 Don't fontify the text of a citation.
13720
13721 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
13722
13723 * comint.el (comint-output-filter): Run comint-output-filter-functions
13724 with point where the user had it.
13725
13726 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
13727
13728 * international/ucs-tables.el (ucs-set-table-for-input):
13729 Disable when using unify-on-decoding.
13730
13731 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
13732
13733 * emulation/cua-base.el (cua-global-mark-face): Add special case
13734 for displays supporting a high number of colors.
13735
13736 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
13737
13738 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
13739
13740 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
13741
13742 * filesets.el (filesets-add-buffer): If user supplies a name of a
13743 non-existing fileset, create a new fileset.
13744
13745 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
13746
13747 * textmodes/org.el (org-up-heading-all): Fix bug with
13748 `outline-up-heading-all'.
13749
13750 2005-04-16 Andreas Schwab <schwab@suse.de>
13751
13752 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
13753 /etc/permissions.d/* and /etc/aliases.d/*.
13754
13755 2005-04-16 Kenichi Handa <handa@m17n.org>
13756
13757 * international/code-pages.el (cp-make-coding-system):
13758 Set `translation-table-for-input' property value to the symbol
13759 ucs-mule-to-mule-unicode, not to that value.
13760 (pt154): Escape guillemet by `\'.
13761
13762 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
13763
13764 * loadup.el: Load tooltip if x-show-tip is fboundp.
13765
13766 * startup.el (command-line): Add comment.
13767
13768 * tooltip.el (tooltip-mode): Specify correct standard value for
13769 Custom in init-value.
13770
13771 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
13772
13773 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
13774 possible.
13775
13776 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
13777
13778 * textmodes/org.el (org-agenda-date-prompt): Rename from
13779 `org-agenda-date-today'.
13780 (org-evaluate-time-range): Insert at point instead of directly
13781 after time range.
13782 (org-first-headline-recenter, org-subtree-end-visible-p)
13783 (org-optimize-window-after-visibility-change): New functions
13784 (org-agenda-post-command-hook): Don't allow point at end of line,
13785 to make sure it always hits the text properties.
13786 (org-agenda-next-date-line, org-agenda-previous-date-line):
13787 New commands.
13788 (org-set-regexps-and-options): Category may contain white space.
13789 (org-agenda-get-deadlines, org-agenda-get-scheduled):
13790 Improve marker positions.
13791 (org-agenda-new-marker): Argument POS made optional.
13792 (org-agenda-get-timestamps): Deadlines which are done are listed
13793 in org-done-face now.
13794 (org-agenda-get-todos, org-agenda-get-timestamps)
13795 (org-agenda-get-deadlines, org-agenda-get-scheduled):
13796 Set `undone-face' and `done-face' properties.
13797 (org-last-todo-state-is-todo): New variable.
13798 (org-todo): Set `org-last-todo-state-is-todo'.
13799 (org-agenda-todo): Change face according to
13800 `org-last-todo-state-is-todo'. And change other lines referring to
13801 the same entry.
13802 (org-calendar-goto-agenda): New command.
13803 (org-calendar-to-agenda-key): New option.
13804 (org-startup-folded): New allowed value `content'.
13805 (org-set-regexps-and-options): Accept new value `content' for
13806 `org-startup-folded'.
13807 (org-get-current-options): Handle new value `content' for
13808 `org-startup-folded'.
13809 (org-insert-todo-heading): New command.
13810 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
13811 interactively in empty file and option
13812 `org-insert-mode-line-in-empty-file' has been set.
13813 (org-agenda-todo,org-agenda-priority): Modify to use
13814 `org-agenda-change-all-lines'.
13815 (org-warning-face): Change color on dark background
13816
13817 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13818
13819 * international/mule-cmds.el (set-locale-environment): On Mac OS,
13820 use preferences AppleLocale and AppleLanguages, and variable
13821 mac-system-locale for default locale. On Mac OS Classic, use
13822 mac-system-coding-system for default coding systems.
13823
13824 * term/mac-win.el: Don't set file-name-coding-system.
13825 Decode variables system-name, emacs-build-system, user-login-name, and
13826 user-full-name by mac-system-coding-system on Mac OS Classic.
13827 (mac-system-coding-system): New variable.
13828
13829 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
13830
13831 * startup.el (command-line): Handle `xterm-mouse-mode' before
13832 reading init file.
13833
13834 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
13835
13836 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
13837
13838 * progmodes/sh-script.el (sh-here-document-word): Make it a
13839 defcustom. Doc fix.
13840 (sh-add): Bash uses $(( )) for arithmetic.
13841 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
13842 (sh-maybe-here-document): Remove quotes and leading whitespace
13843 from heredoc word when closing. Indent heredoc with tabs if word
13844 starts with "-".
13845
13846 2005-04-13 Richard M. Stallman <rms@gnu.org>
13847
13848 * simple.el (undo): Fix previous change.
13849
13850 * custom.el (defface): Doc fix.
13851
13852 2005-04-13 Lute Kamstra <lute@gnu.org>
13853
13854 * Makefile.in (DONTCOMPILE): Remove list.
13855 (compile, compile-always): Don't use DONTCOMPILE.
13856 (update-authors): Load the library in which batch-update-authors
13857 is defined.
13858 * makefile.w32-in (DONTCOMPILE): Remove list.
13859 (compile, compile-always): Fix comments.
13860 (update-authors): Load the library in which batch-update-authors
13861 is defined.
13862
13863 * generic-x.el (generic-mode-ini-file-find-file-hook):
13864 Rename to ini-generic-mode-find-file-hook.
13865 Keep generic-mode-ini-file-find-file-hook as an alias.
13866 (ini-generic-mode-find-file-hook): Rename from
13867 generic-mode-ini-file-find-file-hook. Fix docstring.
13868 (ini-generic-mode): Docstring change.
13869 (bat-generic-mode-run-as-comint): Silence the byte compiler.
13870
13871 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
13872 called from lisp.
13873
13874 * generic.el: Move to the emacs-lisp subdir.
13875
13876 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
13877
13878 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
13879 and C-S- function and cursor motion keys.
13880
13881 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
13882
13883 * startup.el (command-line): Enable Xterm Mouse mode by default.
13884 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
13885 for Custom. No longer show "Mouse" in mode line when enabled.
13886 Doc fix.
13887
13888 2005-04-12 Kim F. Storm <storm@cua.dk>
13889
13890 * emulation/cua-base.el (cua-rectangle-face)
13891 (cua-rectangle-noselect-face): Define face attributes here.
13892
13893 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
13894
13895 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13896
13897 * startup.el (command-line): Turn off blinking cursor if
13898 cursorBlink in resources is off or false.
13899
13900 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13901
13902 * term/mac-win.el (dnd): Require dnd.
13903 (mac-drag-n-drop): Call dnd-handle-one-url.
13904 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
13905 (kTextEncodingISOLatin2): Remove constants.
13906 (mac-script-code-coding-systems): New constant.
13907 (mac-handle-language-change): New function.
13908 (special-event-map): Bind it to `language-change' event.
13909 (mac-centraleurroman, mac-cyrillic): New coding systems.
13910 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
13911 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
13912 and mac-cyrillic-encoder to encode-mac-centraleurroman and
13913 encode-mac-cyrillic, respectively.
13914
13915 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
13916
13917 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
13918 Don't set overlay-arrow-string to "=>" as this is done
13919 globally in C now.
13920
13921 2005-04-12 Lute Kamstra <lute@gnu.org>
13922
13923 * generic-x.el (rc-generic-mode, rul-generic-mode):
13924 Fix auto-mode-alist entries.
13925 (etc-fstab-generic-mode): Tweak fontification.
13926
13927 * generic.el (generic-make-keywords-list): Fix docstring.
13928 (generic-mode-internal): Simplify generic-font-lock-keywords.
13929
13930 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
13931
13932 * whitespace.el (whitespace-buffer-leading)
13933 (whitespace-buffer-trailing): Revert the incorrect test inversion.
13934 However, fix the highlight area for the leading and
13935 trailing whitespaces to show space.
13936
13937 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
13938
13939 * whitespace.el (whitespace-version): Bump to 3.5
13940
13941 (whitespace-buffer-leading, whitespace-buffer-trailing):
13942 Invert sense of the test to highlight the whitespace.
13943
13944 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
13945
13946 * progmodes/gud.el (gud-display-line): GUD uses its own
13947 overlay arrow now so don't set overlay-arrow-string.
13948 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
13949
13950 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
13951
13952 * term.el (term-ansi-current-bold, term-ansi-current-underline)
13953 (term-ansi-current-reverse, term-ansi-current-invisible)
13954 (term-ansi-face-already-done): Change to boolean.
13955 (term-reset-terminal, term-handle-colors-array): Handle the above
13956 vars accordingly.
13957 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
13958 (term-emulate-terminal): Use the new name.
13959
13960 * faces.el (secondary-selection): Use yellow1, not yellow.
13961 (trailing-whitespace): Use red1, not red.
13962
13963 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13964
13965 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
13966 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
13967 (dired-dnd-handle-file): Call dnd-get-local-file-uri
13968
13969 * cus-edit.el (dnd): New group.
13970
13971 * term/w32-win.el (dnd): Require dnd
13972 (w32-drag-n-drop): Call dnd-handle-one-url.
13973
13974 * x-dnd.el: Require dnd.
13975 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
13976 Call dnd-handle-one-url.
13977 (x-dnd-types-alist, x-dnd-insert-utf8-text)
13978 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
13979 to dnd-insert-text.
13980 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
13981 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
13982 (x-dnd-get-local-file-name, x-dnd-open-local-file)
13983 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
13984
13985 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
13986
13987 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
13988
13989 * wdired.el: Doc fixes.
13990 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
13991 (wdired-use-dired-vertical-movement): Rename from
13992 wdired-always-move-to-filename-beginning.
13993 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
13994 (wdired-change-to-wdired-mode): Change mode name.
13995 (wdired-newline): Delete.
13996
13997 2005-04-11 Richard M. Stallman <rms@gnu.org>
13998
13999 * whitespace.el (whitespace-highlight-the-space):
14000 Don't call whitespace-unhighlight-the-space here.
14001
14002 * simple.el (undo): Record t in undo-equiv-table
14003 for the redo record made by an undo-in-region.
14004
14005 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
14006
14007 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
14008 (gdb-frame-inferior-io-buffer): New Functions to control
14009 display of separate IO buffer.
14010 (menu): Add them to menu-bar.
14011 (gdb-display-buffer): Check for buffer another frame.
14012 Protect GUD buffer.
14013 (gdb-setup-windows): Create IO buffer if not already there.
14014 (gdb-memory-mode): Remove purecopy noops.
14015
14016 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
14017
14018 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
14019 and pass to self-insert-command.
14020
14021 2005-04-11 Lute Kamstra <lute@gnu.org>
14022
14023 * generic.el: Commentary section cleanup.
14024 (generic): Delete.
14025 (generic-use-find-file-hook, generic-lines-to-scan)
14026 (generic-find-file-regexp, generic-ignore-files-regexp)
14027 (default-generic-mode, generic-mode-find-file-hook)
14028 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
14029 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
14030 (generic-use-find-file-hook, generic-lines-to-scan)
14031 (generic-find-file-regexp, generic-ignore-files-regexp)
14032 (default-generic-mode, generic-mode-find-file-hook)
14033 (generic-mode-ini-file-find-file-hook): Move from generic.el.
14034
14035 2005-04-10 Karl Fogel <kfogel@red-bean.com>
14036
14037 * bookmark.el (bookmark-write-file): Catch errors writing file.
14038 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
14039
14040 2005-04-10 Richard M. Stallman <rms@gnu.org>
14041
14042 * startup.el (fancy-splash-tail): Update copyright year.
14043 (command-line): Split part of -Q into -D.
14044 (emacs-basic-display): New defvar.
14045 (fancy-splash-text): Correct name of menu item.
14046
14047 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
14048
14049 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
14050 lines in one node.
14051
14052 * comint.el (comint-send-input): New arg ARTIFICIAL.
14053 Callers in this file changed.
14054
14055 * abbrev.el (define-abbrevs): Read system abbrevs properly.
14056
14057 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
14058
14059 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
14060
14061 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
14062 `ldap-search-internal'.
14063
14064 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
14065
14066 * files.el (set-auto-mode-1): Use line-end-position.
14067
14068 * international/latin-1.el:
14069 * international/latin-2.el:
14070 * international/latin-3.el:
14071 * international/latin-4.el:
14072 * international/latin-5.el:
14073 * international/latin-8.el:
14074 * international/latin-9.el: Give punctuation syntax to NBSP.
14075
14076 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
14077 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
14078 Use char-classes to accept non-ascii letters, accepted in some recent
14079 bibtex implementations.
14080
14081 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
14082
14083 * custom.el (custom-set-minor-mode): Any non-nil value for the
14084 variable should enable the mode when set through Custom.
14085
14086 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
14087
14088 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
14089 TAB binding so tab-always-indent is obeyed.
14090 (vhdl-minibuffer-local-map): Move initialization into declaration.
14091 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
14092 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
14093 (vhdl-hooked-abbrev): Avoid test for XEmacs.
14094 (vhdl-current-line): Use line-beginning-position.
14095 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
14096 with-output-to-temp-buffer, so the current position can be recorded.
14097
14098 2005-04-10 Masatake YAMATO <jet@gyve.org>
14099
14100 * progmodes/compile.el (compilation-error-regexp-alist-alist):
14101 Add regexp for gcov.
14102
14103 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
14104
14105 * calendar/time-date.el (time-to-seconds, seconds-to-time)
14106 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
14107 syntax which Emacs 20 doesn't support.
14108
14109 2005-04-09 Richard M. Stallman <rms@gnu.org>
14110
14111 * help.el (describe-key-briefly, describe-key):
14112 Replace strings as event types with "(any string)".
14113
14114 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
14115
14116 * arc-mode.el (archive-mode-map): Move initialization into
14117 the declaration. Override *all* bindings of `undo'.
14118 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
14119
14120 2005-04-09 Jay Belanger <belanger@truman.edu>
14121
14122 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
14123
14124 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
14125
14126 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
14127 (xterm-register-default-colors): Update color values computation
14128 to match xterm-200.
14129
14130 2005-04-09 Kenichi Handa <handa@m17n.org>
14131
14132 * international/code-pages.el (iso-latin-7): Fix the map.
14133
14134 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
14135
14136 * emacs-lisp/lisp.el (defun-prompt-regexp)
14137 (parens-require-spaces, buffer-end, end-of-defun)
14138 (insert-parentheses): Doc fixes.
14139
14140 2005-04-08 Kim F. Storm <storm@cua.dk>
14141
14142 * comint.el (comint-highlight-prompt): Fix face spec.
14143 * hi-lock.el (hi-green): Likewise.
14144
14145 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
14146
14147 * cus-edit.el (custom-modified-face):
14148 * comint.el (comint-highlight-input): Fix previous changes.
14149 * term.el (term-handle-ansi-escape): Add a comment.
14150
14151 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
14152
14153 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
14154 in the buffer and in whitespace-highlighted-space.
14155 (whitespace-unhighlight-the-space): Simplify.
14156 (whitespace-buffer): Simplify.
14157
14158 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
14159
14160 * textmodes/table.el (table-cell-face): Add special case for
14161 displays supporting a high number of colors.
14162 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
14163 (vhdl-font-lock-reserved-words-face)
14164 (vhdl-speedbar-architecture-face)
14165 (vhdl-speedbar-instantiation-face)
14166 (vhdl-speedbar-architecture-selected-face)
14167 (vhdl-speedbar-instantiation-selected-face): Likewise.
14168 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
14169 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
14170 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
14171 (ebrowse-root-class-face, ebrowse-member-attribute-face)
14172 (ebrowse-progress-face): Likewise.
14173 * progmodes/compile.el (compilation-info-face): Likewise.
14174 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
14175 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
14176 * calendar/calendar.el (diary-face): Likewise.
14177 * woman.el (woman-italic-face, woman-bold-face)
14178 (woman-unknown-face): Likewise.
14179 * wid-edit.el (widget-button-pressed-face): Likewise.
14180 * whitespace.el (whitespace-highlight-face): Likewise.
14181 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
14182 * pcvs-info.el (cvs-marked-face): Likewise.
14183 * info.el (info-xref): Likewise.
14184 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
14185 * hilit-chg.el (highlight-changes-face)
14186 (highlight-changes-delete-face): Likewise.
14187 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
14188 (hi-red-b): Likewise.
14189 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
14190 * font-lock.el (font-lock-keyword-face)
14191 (font-lock-function-name-face, font-lock-warning-face): Likewise.
14192 * cus-edit.el (custom-invalid-face, custom-modified-face)
14193 (custom-set-face, custom-changed-face, custom-variable-tag-face)
14194 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
14195 * comint.el (comint-highlight-prompt): Likewise.
14196
14197 2005-04-08 Lute Kamstra <lute@gnu.org>
14198
14199 * font-lock.el (font-lock-keywords): Docstring fixes.
14200
14201 2005-04-08 Kenichi Handa <handa@m17n.org>
14202
14203 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
14204 chars are more than a limit, print " and more..." at the tail.
14205
14206 2005-04-08 Kim F. Storm <storm@cua.dk>
14207
14208 * emacs-lisp/authors.el (authors-aliases): Update list.
14209 (authors-ignored-files): New list.
14210 (authors-fixed-entries): Fix typo.
14211 (authors-renamed-files-alist): Update list.
14212 (authors-add): Check authors-ignored-files.
14213
14214 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
14215
14216 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
14217 optional, to ensure backward compatibility.
14218
14219 2005-04-08 Stephen Eglen <stephen@gnu.org>
14220
14221 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
14222
14223 2005-04-08 Kim F. Storm <storm@cua.dk>
14224
14225 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
14226
14227 * mouse.el (mouse-on-link-p): Doc fix.
14228
14229 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
14230
14231 * ielm.el (ielm-prompt-read-only): Doc fix.
14232
14233 * comint.el (comint-prompt-read-only): Doc fix.
14234
14235 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
14236
14237 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
14238 ensure dired always handles wildcards passed to ffap.
14239 (find-file-at-point): Use it.
14240 (ffap-dired-wildcards): Doc fix.
14241
14242 2005-04-07 Juri Linkov <juri@jurta.org>
14243
14244 * simple.el (next-error-overlay-arrow-position): New defvar.
14245 Put "=>" on its property `overlay-arrow-string'. Add it to
14246 `overlay-arrow-variable-list'.
14247
14248 * progmodes/compile.el (compilation-setup):
14249 Set `next-error-overlay-arrow-position' to nil. Also set it to
14250 nil in the local hook `kill-buffer-hook'. Make local variable
14251 `overlay-arrow-string' and set it to "=>".
14252 (compilation-goto-locus): Set BOL position to
14253 `next-error-overlay-arrow-position' instead of
14254 `overlay-arrow-position'.
14255
14256 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
14257 locally instead of adding it to the global hook.
14258 (Info-kill-buffer): Move up.
14259
14260 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
14261
14262 * term/xterm.el (xterm-standard-colors): Update color values from
14263 xterm-200.
14264
14265 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
14266
14267 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
14268
14269 * fast-lock.el:
14270 * lazy-lock.el: Move them to the obsolete subdir.
14271
14272 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
14273
14274 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
14275 (wdired-add-replace-advice): Remove.
14276 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
14277
14278 2005-04-06 Kim F. Storm <storm@cua.dk>
14279
14280 * startup.el (command-line): Add --bare-bones alias for -Q.
14281
14282 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14283
14284 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
14285 create the startup fontset if a font specification ends with
14286 `mac-roman'.
14287
14288 2005-04-06 Lute Kamstra <lute@gnu.org>
14289
14290 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
14291 change.
14292
14293 * emacs-lisp/copyright.el (copyright-update-year): Replace the
14294 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
14295
14296 2005-04-05 Lute Kamstra <lute@gnu.org>
14297
14298 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
14299 (define-generic-mode): Ditto. Fix debug declaration.
14300
14301 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
14302 Put them in the generic-x group.
14303
14304 * calendar/timeclock.el (timeclock): Doc fix.
14305
14306 * generic.el (define-generic-mode): Don't use custom-current-group.
14307 Document default :group value.
14308 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
14309 (define-global-minor-mode): Don't use custom-current-group.
14310
14311 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
14312
14313 * startup.el (command-line-1): Display startup-echo-area-message
14314 when fancy splash screen is in use.
14315
14316 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
14317 (sh-escaped-newline): New face.
14318 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
14319 newline, and use sh-escaped-newline face.
14320
14321 * progmodes/tcl.el (tcl-escaped-newline): New face.
14322 (tcl-builtin-list): New variable.
14323 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
14324 newlines. Fix keywords subexpression number.
14325
14326 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
14327
14328 * textmodes/org.el (org-diary-default-entry): Fix call to
14329 `add-to-diary-entry'.
14330
14331 2005-04-05 Kim F. Storm <storm@cua.dk>
14332
14333 * ediff-init.el: Use (featurep 'xemacs).
14334
14335 2005-04-05 David Ponce <david@dponce.com>
14336
14337 * cus-edit.el (face): Derive from symbol widget. Display sample
14338 of the current face on the fly.
14339 (widget-face-sample-face-get, widget-face-notify): New functions.
14340 (widget-face-value-create): Remove.
14341
14342 * wid-edit.el (widget-field-end): Temporarily remove field
14343 narrowing before to call `get-char-property'.
14344
14345 2005-04-04 Jay Belanger <belanger@truman.edu>
14346
14347 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
14348 (math-read-subscripts): New variable.
14349 (math-read-preprocess-string): Process subscripts.
14350
14351 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
14352
14353 * comint.el (comint-prompt-read-only): Doc fix.
14354
14355 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
14356 `-1'. Doc fix.
14357
14358 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
14359
14360 * textmodes/org.el (org-insert-mode-line-in-empty-file):
14361 Change default value to nil.
14362
14363 2005-04-04 Lute Kamstra <lute@gnu.org>
14364
14365 * autorevert.el (auto-revert-mode): Specify :group.
14366 * battery.el (display-battery-mode): Specify :group.
14367 * diff-mode.el (diff-minor-mode): Specify :group.
14368 * font-core.el (font-lock-mode): Specify :group.
14369 * hl-line.el (hl-line-mode): Specify :group.
14370 * iimage.el (iimage): New customization group.
14371 (iimage-mode): Specify :group.
14372 * longlines.el (longlines-mode): Specify :group.
14373 * master.el: Don't require easy-mmode.
14374 (master): New customization group.
14375 (master-mode): Specify :group.
14376 * msb.el (msb-mode): Specify :group.
14377 * reveal.el (reveal-mode): Specify :group.
14378 * simple.el (next-error-follow-minor-mode): Specify :group.
14379 * smerge-mode.el (smerge-mode): Specify :group.
14380 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
14381 * emulation/cua-base.el (cua-mode): Specify :group.
14382 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
14383 * language/thai-util.el (thai-auto-composition-mode)
14384 (thai-word-mode): Specify :group.
14385 * mail/supercite.el (sc-minor-mode): Specify :group.
14386 * progmodes/cwarn.el (cwarn-mode): Specify :group.
14387 * progmodes/flymake.el (flymake-mode): Specify :group.
14388 * progmodes/glasses.el (glasses-mode): Specify :group.
14389 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
14390 * textmodes/enriched.el (enriched-mode): Specify :group.
14391 * textmodes/refill.el (refill-mode): Specify :group.
14392
14393 * add-log.el (change-log-font-lock-keywords): Names in
14394 parenthesized lists can contain spaces.
14395
14396 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
14397
14398 * startup.el (fancy-splash-text): Shorten default text of
14399 "Emacs Tutorial" line. Also, if the current language env
14400 indicates an available tutorial file other than TUTORIAL,
14401 extract its title and append it to the line in parentheses.
14402 (fancy-splash-insert): If arg is a thunk, funcall it.
14403
14404 2005-04-04 Jay Belanger <belanger@truman.edu>
14405
14406 * calc.el (calc-language-alist): Add tags to customization type.
14407
14408 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
14409
14410 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
14411 Doc fix.
14412
14413 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
14414
14415 * add-log.el (change-log-font-lock-keywords): The manual
14416 describing a Change Log entry, says: (...) "Aside from these
14417 header lines, every line in the change log starts with a space or
14418 a tab.". The font-lock was not highlighting lines started with
14419 spaces, added support for it.
14420
14421 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14422
14423 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
14424 (bibtex-generate-url-list): Update docstring accordingly. Put the
14425 complex example in the docstring.
14426 (bibtex-font-lock-url): Use pop.
14427
14428 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
14429
14430 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
14431
14432 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
14433
14434 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
14435
14436 * filesets.el (filesets-set-default): Doc fix.
14437
14438 2005-04-03 Lute Kamstra <lute@gnu.org>
14439
14440 * generic.el (define-generic-mode): Add argument to specify
14441 keywords for defcustom.
14442 (default-generic-mode): Specify :group.
14443
14444 * generic-x.el: Specify :group for all generic modes.
14445
14446 * desktop.el (desktop-no-desktop-file-hook)
14447 (desktop-after-read-hook): Doc fix.
14448
14449 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
14450
14451 * simple.el (visible-mode): Use explicit :group keyword.
14452 This changes the group of `visible-mode-hook' from paren-blinking
14453 to editing-basics.
14454
14455 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
14456
14457 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
14458 mailbox specifications as well as URLs.
14459 (rmail-insert-inbox-text): Remove unused conditional branches.
14460
14461 2005-04-01 Jay Belanger <belanger@truman.edu>
14462
14463 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
14464 (calc-gnuplot-print-command): Move definitions to calc.el.
14465
14466 * calc/calc-embed.el (calc-embedded-announce-formula)
14467 (calc-embedded-open-formula, calc-embedded-close-formula)
14468 (calc-embedded-open-word, calc-embedded-close-word)
14469 (calc-embedded-open-plain, calc-embedded-close-plain)
14470 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
14471 (calc-embedded-open-mode, calc-embedded-close-mode):
14472 Move definitions to calc.el.
14473
14474 * calc/calc.el (calc-settings-file, calc-language-alist):
14475 Make customizable.
14476 (calc-embedded-announce-formula, calc-embedded-open-formula)
14477 (calc-embedded-close-formula, calc-embedded-open-word)
14478 (calc-embedded-close-word, calc-embedded-open-plain)
14479 (calc-embedded-close-plain, calc-embedded-open-new-formula)
14480 (calc-embedded-close-new-formula, calc-embedded-open-mode)
14481 (calc-embedded-close-mode, calc-gnuplot-name)
14482 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
14483 from other files and make customizable.
14484
14485 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
14486
14487 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
14488 Use buffer-live-p.
14489 (cvs-mode-run): Don't call cvs-update-header here.
14490 (cvs-run-process): Call cvs-update-header.
14491 Use process properties for cvs-postprocess and cvs-buffer so that
14492 the sentinel can behave better if the temp buffer is killed.
14493 Use a pipe rather than a tty, to better handle unexpected prompts.
14494 (cvs-sentinel): Rewrite. Call cvs-update-header.
14495
14496 2005-04-01 Andre Spiegel <spiegel@gnu.org>
14497
14498 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
14499 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
14500
14501 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
14502
14503 * generic.el (define-generic-mode): Add indentation rule.
14504
14505 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
14506
14507 * files.el (mode-require-final-newline): Make Custom correctly
14508 report a nil value and allow to set it to nil via Custom.
14509 Doc fix.
14510
14511 2005-04-01 Kenichi Handa <handa@m17n.org>
14512
14513 * international/characters.el: Enable the correct case setting for
14514 dotless-i and dotted-I.
14515
14516 2005-04-01 Kim F. Storm <storm@cua.dk>
14517
14518 * ido.el (ido-file-internal): Fall back to non-ido command if
14519 initial directory is on slow ftp (or tramp) host.
14520
14521 2005-03-31 Richard M. Stallman <rms@gnu.org>
14522
14523 * emacs-lisp/autoload.el (make-autoload):
14524 Handle define-global-minor-mode.
14525
14526 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
14527 Rename from easy-mmode-define-global-mode.
14528 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
14529
14530 * progmodes/scheme.el (scheme-mode-syntax-table):
14531 Update syntax of | and # for two-character comment syntax.
14532
14533 2005-03-31 Lute Kamstra <lute@gnu.org>
14534
14535 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
14536 (define-minor-mode): Call custom-current-group at load-time.
14537
14538 * generic.el (define-generic-mode): Add debug declaration.
14539 Add defcustom for the mode hook.
14540 (generic-mode-internal): Use run-mode-hooks.
14541
14542 2005-03-31 Kim F. Storm <storm@cua.dk>
14543
14544 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
14545 (mouse-fixup-help-message): New defun called by show_help_echo
14546 to fixup mouse-2 prefix in help messages when applicable.
14547
14548 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
14549
14550 2005-03-31 Kenichi Handa <handa@m17n.org>
14551
14552 * language/thai-word.el (thai-find-word-ends): Pay attention to
14553 the case that we reach the end of buffer.
14554
14555 * textmodes/fill.el (fill-text-properties-at): New function.
14556 (fill-newline): Use fill-text-properties-at instead of
14557 text-properties-at.
14558
14559 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
14560
14561 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
14562 not comint-quote-filename.
14563
14564 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
14565
14566 * help-fns.el (help-with-tutorial): Revert last change.
14567
14568 2005-03-31 Kim F. Storm <storm@cua.dk>
14569
14570 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
14571
14572 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
14573
14574 * calendar/cal-china.el: Update reference to "Calendrical
14575 Calculations" book; there's a new edition.
14576 * calendar/cal-coptic.el: Likewise.
14577 * calendar/cal-french.el: Likewise.
14578 * calendar/cal-hebrew.el: Likewise.
14579 * calendar/cal-islam.el: Likewise.
14580 * calendar/cal-iso.el: Likewise.
14581 * calendar/cal-julian.el: Likewise.
14582 * calendar/cal-mayan.el: Likewise.
14583 * calendar/cal-persia.el: Likewise.
14584 * calendar/calendar.el: Likewise.
14585 * calendar/holidays.el: Likewise.
14586 * calendar/lunar.el: Likewise.
14587 * calendar/solar.el: Likewise.
14588
14589 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
14590 white space from doc string.
14591
14592 2005-03-30 Jay Belanger <belanger@truman.edu>
14593
14594 * calc/calc-help.el (calc-full-help): Remove email address.
14595
14596 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
14597
14598 * help-fns.el (help-with-tutorial): Delete title line.
14599
14600 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
14601
14602 * calendar/cal-x.el (calendar-one-frame-setup)
14603 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
14604 rather than 'symbol for set-window-dedicated-p.
14605
14606 * calendar/appt.el (appt-buffer-name): Make it a constant.
14607 (appt-add): Doc fix.
14608
14609 * filesets.el (filesets-menu-path, filesets-menu-before)
14610 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
14611 (filesets-menu-cache-file): Use directory ~/.emacs.d.
14612 (filesets-add-submenu): Delete and use add-submenu instead.
14613
14614 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
14615
14616 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
14617 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
14618 (org-diary-default-entry): New function.
14619 (org-get-entries-from-diary): Better parsing of diary entries.
14620 (org-agenda-check-no-diary): New function.
14621 ("diary-lib"): Advice to function `add-to-diary-list', to allow
14622 linking to diary entries.
14623 (org-agenda-execute-calendar-command): New function.
14624 (org-agenda): Improve visible section in window.
14625 Use `org-fit-agenda-window'.
14626 (org-fit-agenda-window): New option.
14627 (org-move-subtree-down): Better handling of empty lines
14628 at end of subtree.
14629 (org-cycle): Numeric prefix is interpreted now as show-subtree N
14630 levels up.
14631 (org-fontify-done-headline): New option.
14632 (org-headline-done-face): New face.
14633 (org-set-font-lock-defaults): Use `org-headline-done-face'.
14634 (org-table-copy-down): Rename from `org-table-copy-from-above'.
14635 When current field is non-empty, it is copied to next row.
14636 (org-table-copy-from-above): Fix bug which made it
14637 impossible to copy fields containing only a single non-white character.
14638
14639 2005-03-30 Kim F. Storm <storm@cua.dk>
14640
14641 * kmacro.el (kmacro-end-macro): Isearch may store this command
14642 into the macro -- so ignore it when executing keyboard macro.
14643
14644 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
14645
14646 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
14647
14648 2005-03-29 Kenichi Handa <handa@m17n.org>
14649
14650 * language/thai.el ("Thai"): Set setup-function and exit-function
14651 for Thai language environment.
14652
14653 * language/thai-util.el: Require thai-word.
14654 (thai-word-mode-map): New variable.
14655 (thai-word-mode): New minor mode.
14656 (setup-thai-language-environment-internal): New function.
14657 (exit-thai-language-environment-internal): New function.
14658
14659 * language/thai-word.el (thai-word-table): Declare it by defvar,
14660 use dolist to initialize it.
14661 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
14662 (thai-fill-find-break-point): New functions.
14663
14664 2005-03-29 Richard M. Stallman <rms@gnu.org>
14665
14666 * simple.el (idle-update-delay): Move definition up.
14667 (set-mark): Doc fix.
14668
14669 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
14670
14671 * longlines.el: New file.
14672
14673 * simple.el (buffer-substring-filters): New variable.
14674 (filter-buffer-substring): New function.
14675 (kill-region, copy-region-as-kill): Use it.
14676
14677 * register.el (copy-to-register, append-to-register)
14678 (prepend-to-register): Use filter-buffer-substring.
14679
14680 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
14681
14682 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
14683 (gud-filter-pending-text): Move in front of gdb.
14684 (gud-overlay-arrow-position): New variable.
14685 (gud-sentinel, gud-display-line): Use it in place of
14686 overlay-arrow-position.
14687
14688 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
14689
14690 * progmodes/fortran.el (fortran-if-indent): Doc fix.
14691 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
14692 (fortran-font-lock-keywords-4): New variable.
14693 (fortran-blocks-re, fortran-end-block-re)
14694 (fortran-start-block-re): New constants, for hideshow.
14695 (hs-special-modes-alist): Add a Fortran entry.
14696 (fortran-mode-map): Bind fortran-end-of-block,
14697 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
14698 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
14699 (fortran-looking-at-if-then, fortran-end-of-block)
14700 (fortran-beginning-of-block): New functions, for hideshow.
14701
14702 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
14703 Doc fix. Tweak regexp.
14704 (f90-beginning-of-block): Push mark first.
14705
14706 2005-03-29 Jay Belanger <belanger@truman.edu>
14707
14708 * calc/calc.el: Update copyright date.
14709 (calc-version): Increase to 2.1.
14710 (calc-version-date): Remove.
14711
14712 * calc/calc-help.el: Update copyright date.
14713 (calc-full-help): Remove reference to calc-version-date.
14714 Update copyright date.
14715
14716 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
14717
14718 * vc.el (vc-do-command): Use a pipe for async processes, so password
14719 prompts don't show up at places where the user can't reply.
14720
14721 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
14722
14723 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
14724 on the file name we pass to the inferior shell.
14725
14726 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
14727
14728 * progmodes/which-func.el (which-function): Be robust in the face of an
14729 imenu--make-index-alist failure.
14730
14731 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
14732
14733 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
14734
14735 * progmodes/python.el (python-preoutput-filter): Fix last change.
14736
14737 2005-03-29 Lute Kamstra <lute@gnu.org>
14738
14739 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
14740 functions and compiled macros.
14741 (debug-convert-byte-code): Handle macros too.
14742 (debug-on-entry-1): Don't signal an error when trying to clear a
14743 function that is not set to debug on entry.
14744
14745 2005-03-29 Jay Belanger <belanger@truman.edu>
14746
14747 * calc/calc-lang.el: Add functions to math-function-table
14748 properties of tex and math.
14749
14750 2005-03-29 Kenichi Handa <handa@m17n.org>
14751
14752 * ps-mule.el (ps-mule-plot-string): Translate characters by
14753 ps-print-translation-table.
14754 (ps-mule-begin-job): Call find-charset-region/string with
14755 ps-print-translation-table.
14756 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
14757
14758 * ps-print.el (ps-print-translation-table): New variable.
14759 (ps-plot-region): Translate characters by ps-print-translation-table.
14760
14761 2005-03-29 Juri Linkov <juri@jurta.org>
14762
14763 * simple.el (next-error-highlight-timer): New variable.
14764
14765 * progmodes/compile.el (compilation-goto-locus):
14766 Use `next-error-highlight-timer' instead of `sit-for'.
14767
14768 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
14769
14770 * mail/supercite.el (sc-mail-field): Use assoc-string.
14771 (sc-get-address): Simplify regexps.
14772
14773 * files.el (minibuffer-with-setup-hook): New macro.
14774 (find-file-read-args): Use it to avoid let-binding
14775 minibuffer-with-setup-hook (which breaks turning on/off
14776 file-name-shadow-mode while in the prompt).
14777
14778 * complete.el (PC-read-include-file-name-internal):
14779 Use test-completion.
14780
14781 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
14782
14783 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
14784
14785 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
14786
14787 * window.el (window-buffer-height): Use count-screen-lines.
14788
14789 * progmodes/python.el (python-preoutput-leftover): New var.
14790 (python-preoutput-filter): Use it.
14791 (python-send-receive): Loop until all the result has been received.
14792
14793 2005-03-28 Juri Linkov <juri@jurta.org>
14794
14795 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
14796
14797 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
14798 "Recover Crashed Session".
14799 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
14800 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
14801 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
14802 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
14803 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
14804 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
14805 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
14806 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
14807
14808 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
14809 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
14810 Ediff Sessions", "Toggle use of separate control buffer frame",
14811 "Use separate frame for Ediff control buffer".
14812
14813 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
14814 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
14815 "Rename Bookmark", "Delete Bookmark".
14816
14817 * info.el (Info-mode-menu): Remove ellipsis from "Index".
14818 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
14819 Add `:active Info-index-alternatives' to "Next Matching Item".
14820
14821 * wdired.el (wdired-change-to-wdired-mode):
14822 Mention `wdired-abort-changes' key in the initial message.
14823
14824 * international/mule.el (auto-coding-alist): Associate non-ascii
14825 image filename extensions with `no-conversion'.
14826
14827 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
14828
14829 * international/iso-acc.el:
14830 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
14831
14832 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
14833
14834 * textmodes/sgml-mode.el (html-mode): Doc update.
14835
14836 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
14837
14838 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
14839
14840 * term.el (term-move-columns): Fix face after extending a line.
14841 (term-insert-spaces): Likewise.
14842 (term-reset-terminal): Fix off by one error.
14843
14844 2005-03-26 Eli Zaretskii <eliz@gnu.org>
14845
14846 * international/mule.el (auto-coding-alist): Add .xpi files.
14847
14848 * files.el (auto-mode-alist): Add .xpi files.
14849
14850 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
14851
14852 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
14853
14854 2005-03-26 Eli Zaretskii <eliz@gnu.org>
14855
14856 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
14857
14858 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
14859
14860 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
14861 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
14862
14863 * calendar/cal-move.el (calendar-beginning-of-year): Move the
14864 cursor to Jan 1 when needed.
14865 (calendar-end-of-year): Fix -/+ typo.
14866 Reported by Chong Yidong <cyd@stupidchicken.com>.
14867
14868 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
14869
14870 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
14871
14872 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
14873 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
14874
14875 2005-03-25 Richard M. Stallman <rms@gnu.org>
14876
14877 * filesets.el (filesets-init): Add autoload.
14878
14879 * mail/mailalias.el (mail-directory): Doc fix.
14880
14881 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
14882
14883 * mail/mailalias.el (mail-directory-process): Do nothing if
14884 mail-directory-process is an atom.
14885 (mail-get-names): Ignore mail-directory-names if it is an atom.
14886 (mail-directory-process defvar): Doc fix.
14887 (mail-names): Doc fix.
14888
14889 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
14890
14891 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
14892
14893 2005-03-26 Kenichi Handa <handa@m17n.org>
14894
14895 * international/mule-util.el (detect-coding-with-priority):
14896 Call update-coding-systems-internal before detect-coding-region.
14897
14898 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
14899
14900 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
14901 (gdb-frames-mode-map): Add follow-link property.
14902
14903 2005-03-25 Jay Belanger <belanger@truman.edu>
14904
14905 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
14906 for variables.
14907
14908 2005-03-25 Juri Linkov <juri@jurta.org>
14909
14910 * image-mode.el: Optimize image filename extension regexps in
14911 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
14912 in `auto-mode-alist'.
14913 (image-mode): Add `image-toggle-display-text' to local hook
14914 `change-major-mode-hook'. Display the image as an image by
14915 default. Set `cursor-type' and `truncate-lines' if the image
14916 is already displayed. Take into account the current mode (image
14917 or text) in message.
14918 (image-minor-mode): New minor mode.
14919 (image-mode-maybe, image-toggle-display-text): New functions.
14920 (image-toggle-display): Use called-interactively-p.
14921 Let-bind `inhibit-read-only' to t.
14922
14923 * image-mode.el (image-minor-mode): Set `cursor-type' and
14924 `truncate-lines' if the image is already displayed. Add turning
14925 image-minor-mode off to `change-major-mode-hook'. Add message.
14926 Call `image-toggle-display-text' after turning image-minor-mode off.
14927
14928 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
14929
14930 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
14931 Terminal.app, use utf-8.
14932 (set-display-table-and-terminal-coding-system): Add coding-system arg.
14933 (set-locale-environment): Use it.
14934
14935 * term/xterm.el: Undo last change, better done in mule-cmds.el.
14936
14937 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
14938
14939 * progmodes/python.el (python-close-block-statement-p)
14940 (python-outdent-p, python-current-defun): Use symbol-end.
14941
14942 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
14943
14944 * files.el (save-some-buffers): Doc fix.
14945
14946 2005-03-25 Werner Lemberg <wl@gnu.org>
14947
14948 * complete.el, thumbs.el: Replace `legal' with `valid'.
14949 * calendar/calendar.el: Replace `legal' with `valid'.
14950 * emacs-lisp/advice.el: Replace `legal' with `valid'.
14951 * mail/supercite.el: Replace `legal' with `valid'.
14952 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
14953 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
14954 Replace `legal' with `valid'.
14955 * textmodes/reftex-vars.el, textmodes/reftex.el:
14956 Replace `legal' with `valid'.
14957
14958 2005-03-25 Werner Lemberg <wl@gnu.org>
14959
14960 * calc/calc-forms.el, calc/calc-sel.el:
14961 * midnight.el, vc-cvs.el:
14962 * emacs-lisp/cl-macs.el:
14963 * emulation/vip.el:
14964 * eshell/esh-io.el, eshell/esh-var.el:
14965 * mail/supercite.el:
14966 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
14967 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
14968 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
14969 * progmodes/sh-script.el, progmodes/xscheme.el:
14970 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
14971 * textmodes/reftex-index.el, textmodes/reftex-parse.el
14972 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
14973 * textmodes/reftex.el, textmodes/org.el:
14974 Replace `illegal' with `invalid'.
14975
14976 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
14977
14978 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
14979 (flymake-find-buildfile, flymake-find-possible-master-files)
14980 (flymake-check-include, flymake-parse-line): Replace loops over the
14981 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
14982
14983 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
14984 Substitute file-name-as-directory in the rest of the file.
14985 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
14986 (flymake-replace-region): Remove unused arg `buffer'.
14987 (flymake-check-patch-master-file-buffer): Update calls to it.
14988 (flymake-add-err-info): Remove unused var `count'.
14989 (flymake-mode): Use define-minor-mode.
14990
14991 * progmodes/flymake.el: Use with-current-buffer.
14992 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
14993 flymake-replace-regexp-in-string, flymake-line-beginning-position)
14994 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
14995 Avoid testing for `xemacs'.
14996 (flymake-nop): Move.
14997 (flymake-region-has-flymake-overlays): Return the computed value.
14998 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
14999 Remove unused var `endline'.
15000 (flymake-get-line-count): Remove unused function.
15001 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
15002
15003 * emulation/vi.el:
15004 * generic.el:
15005 * hilit-chg.el (global-highlight-changes):
15006 * hi-lock.el (hi-lock-mode):
15007 * follow.el: find-file-hooks -> find-file-hook.
15008
15009 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
15010
15011 2005-03-24 Juri Linkov <juri@jurta.org>
15012
15013 * dired.el (dired-mode-map): Add menu item "Compare directories"
15014 for dired-compare-directories.
15015
15016 * dired-aux.el (dired-compare-directories): Add autoload cookie.
15017 Doc fix. Replace `read-file-name' with `read-directory-name'.
15018
15019 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
15020
15021 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
15022
15023 2005-03-24 Jay Belanger <belanger@truman.edu>
15024
15025 * calc/calc-embed.el (calc-embedded-mode-change): Save all
15026 relevant mode settings in calc-embedded-original-modes when modes
15027 are permanently changed.
15028
15029 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
15030
15031 * autoinsert.el: find-file-hooks -> find-file-hook.
15032
15033 2005-03-24 Lute Kamstra <lute@gnu.org>
15034
15035 * generic.el (generic-font-lock-defaults): Make it obsolete.
15036 (generic-font-lock-keywords): New variable to replace
15037 generic-font-lock-defaults.
15038 (generic-mode-set-font-lock): Delete it.
15039 (generic-mode-internal): Don't call generic-mode-set-font-lock.
15040 (generic-bracket-support): Add docstring.
15041
15042 * generic-x.el: Rename generic-font-lock-defaults to
15043 generic-font-lock-keywords throughout.
15044 (mailagent-rules-setup-function): Delete it.
15045 (mailagent-rules-generic-mode): Use anonymous function instead.
15046 (show-tabs-generic-mode-font-lock-defaults-1)
15047 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
15048 Quote faces.
15049 (show-tabs-tab-face, show-tabs-space-face): Specify background,
15050 not foreground.
15051
15052 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
15053 Recognize define-generic-mode.
15054
15055 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
15056
15057 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
15058 if there's no completion table.
15059
15060 2005-03-23 Miles Bader <miles@gnu.org>
15061
15062 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
15063 Remove tty-specific variants, as they're no longer needed.
15064
15065 2005-03-23 Lute Kamstra <lute@gnu.org>
15066
15067 * generic-x.el: Code cleanup: make args constant whenever possible.
15068 (installshield-statement-keyword-list)
15069 (installshield-system-functions-list)
15070 (installshield-system-variables-list, installshield-types-list)
15071 (installshield-funarg-constants-list): Make them constants.
15072
15073 * generic.el (generic-make-keywords-list): Add autoload cookie.
15074
15075 * calendar/time-date.el: Add comment on time value formats.
15076 Don't require parse-time.
15077 (with-decoded-time-value): New macro.
15078 (encode-time-value): New function.
15079 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
15080 (days-to-time): Return a valid time value when arg is huge.
15081 (time-since): Use time-subtract.
15082 (time-to-number-of-days): Use time-to-seconds.
15083
15084 2005-03-23 David Ponce <david@dponce.com>
15085
15086 * recentf.el: (recentf-keep): New option.
15087 (recentf-menu-action): Default to `find-file'.
15088 (recentf-keep-non-readable-files-flag)
15089 (recentf-keep-non-readable-files-p)
15090 (recentf-file-readable-p, recentf-find-file)
15091 (recentf-cleanup-remote): Remove.
15092 (recentf-include-p): More robust.
15093 (recentf-keep-p): New function.
15094 (recentf-remove-if-non-kept): Rename from
15095 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
15096 All callers updated.
15097 (recentf-menu-items-for-commands): Fix help string.
15098 (recentf-track-closed-file): Update. Doc fix.
15099 (recentf-cleanup): Update. Count removed files. Doc fix.
15100
15101 2005-03-23 Kim F. Storm <storm@cua.dk>
15102
15103 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
15104 Don't inherit from fringe face (now happens automatically).
15105
15106 2005-03-22 Kim F. Storm <storm@cua.dk>
15107
15108 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
15109 position values.
15110
15111 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
15112
15113 * menu-bar.el (showhide-date-time): Remove.
15114 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
15115 (menu-bar-make-mm-toggle): Simplify.
15116
15117 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
15118
15119 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
15120 Accept qualified variable and function names.
15121
15122 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
15123
15124 * bindings.el (completion-ignored-extensions):
15125 Remove ".lis" for `vax-vms'.
15126
15127 2005-03-22 Andreas Schwab <schwab@suse.de>
15128
15129 * generic-x.el: Revert last change.
15130 * ldefs-boot.el: Update.
15131
15132 2005-03-22 Jay Belanger <belanger@truman.edu>
15133
15134 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
15135 (calc-embedded-save-original-modes)
15136 (calc-embedded-restore-original-modes): New functions.
15137 (calc-do-embedded): Save original modes when entering embedded mode
15138 and restore when leaving embedded mode.
15139 (calc-embedded-modes-change): Change the value of
15140 calc-embedded-original-modes to reflect permanent changes.
15141
15142 2005-03-22 Lute Kamstra <lute@gnu.org>
15143
15144 * generic-x.el: Require generic again.
15145
15146 2005-03-22 Miles Bader <miles@gnu.org>
15147
15148 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
15149 Tweak details to look good on both ttys and bitmap displays, light
15150 or dark background, etc.
15151
15152 2005-03-21 Kim F. Storm <storm@cua.dk>
15153
15154 * tooltip.el (tooltip-show-help-function): Check car and cdr of
15155 mouse position.
15156
15157 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
15158
15159 * icomplete.el: Don't forcibly turn on the mode upon load.
15160 (icomplete-mode): Use define-minor-mode.
15161 (icomplete-eoinput): Default to nil.
15162 (icomplete-minibuffer-setup): Remove autoload.
15163 (icomplete-tidy): Simplify.
15164 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
15165 in the initial state or if the user has modified the field.
15166 Fix handling of icomplete-max-delay-chars.
15167 Remove code that handles the oddball case where
15168 minibuffer-completion-table is an integer.
15169 Wrap icomplete-completions in while-no-input in case building
15170 completions takes more time than expected.
15171 (icomplete-completions): Simplify.
15172
15173 2005-03-21 Richard M. Stallman <rms@gnu.org>
15174
15175 * jka-compr.el (jka-compr-really-do-compress):
15176 Make variable buffer-local.
15177
15178 * image-mode.el: Handle .xpm files too.
15179 (image-toggle-display): Preserve modification flag.
15180
15181 * help.el (where-is): Don't mention aliases with no key bindings.
15182
15183 2005-03-21 Lute Kamstra <lute@gnu.org>
15184
15185 * generic.el: Fix commentary section. Don't require cl for
15186 compilation.
15187 (generic-mode-list): Add autoload cookie.
15188 (generic-use-find-file-hook, generic-lines-to-scan)
15189 (generic-find-file-regexp, generic-ignore-files-regexp)
15190 (generic-mode, generic-mode-find-file-hook)
15191 (generic-mode-ini-file-find-file-hook): Fix docstrings.
15192 (define-generic-mode): Make it a defmacro. Fix docstring.
15193 (generic-mode-internal): Code cleanup. Add autoload cookie.
15194 (generic-mode-set-comments): Code cleanup.
15195 * generic-x.el: Don't prevent compilation. Don't require generic.
15196 Follow coding conventions. Minor code cleanup.
15197 (etc-fstab-generic-mode): Add some keywords.
15198 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
15199 define-generic-mode like a function declaration.
15200
15201 2005-03-21 Jay Belanger <belanger@truman.edu>
15202
15203 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
15204 changing modes.
15205
15206 2005-03-21 Sam Steingold <sds@gnu.org>
15207
15208 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
15209
15210 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
15211
15212 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
15213 Add underscore to "f$ lexicals" regexp.
15214
15215 2005-03-20 Juri Linkov <juri@jurta.org>
15216
15217 * subr.el (progress-reporter-do-update): When `min-value' is equal
15218 to `max-value', set `percentage' to 0 and prevent division by zero.
15219
15220 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
15221
15222 Sync with Tramp 2.0.48.
15223
15224 * net/tramp.el (all): Change all addresses to .gnu.org.
15225 (tramp-append-tramp-buffers): New defun.
15226 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
15227 Catch `dont-send' signal.
15228 (tramp-set-auto-save-file-modes): Set always permissions, because
15229 there might be an old auto-saved file belonging to another
15230 original file. This could be a security threat. Reported by
15231 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
15232 Check for Emacs 21.3.50 removed.
15233
15234 * net/tramp-smb.el (all): Remove debug construct for
15235 `with-parsed-tramp-file-name'.
15236 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
15237 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
15238 No error message if DIRECTORY or FILENAME doesn't exist.
15239 (tramp-smb-open-connection): Check existence of
15240 `tramp-smb-program'.
15241
15242 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
15243
15244 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
15245 Properly handle the case where the `m' or `s' command's argument is not
15246 yet terminated.
15247 (perl-indent-new-calculate): New function.
15248 (perl-indent-line): Use it.
15249
15250 2005-03-20 Miles Bader <miles@gnu.org>
15251
15252 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
15253 in text-mode too. Change to new face names.
15254 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
15255 Add `:weight bold' attribute.
15256 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
15257
15258 2005-03-19 Juri Linkov <juri@jurta.org>
15259
15260 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
15261
15262 * international/mule.el (auto-coding-alist): Sync with
15263 `auto-mode-alist' by adding upper case archive file extensions
15264 and adding ear/war to jar extension.
15265
15266 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
15267
15268 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
15269 running, restart it.
15270
15271 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
15272
15273 * finder.el (finder-current-item): Throw an error on an empty line.
15274
15275 * man.el (Man-follow-manual-reference): If current-word returns
15276 nil, use "".
15277
15278 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
15279
15280 * simple.el (goto-line): Doc fix.
15281
15282 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
15283
15284 * files.el (save-buffer): Doc fix.
15285
15286 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
15287
15288 * recentf.el (recentf-cleanup-remote): New variable.
15289 (recentf-cleanup): Use it to conditionally check availability of
15290 remote files.
15291
15292 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
15293
15294 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
15295 function names.
15296
15297 2005-03-19 Eli Zaretskii <eliz@gnu.org>
15298
15299 * language/thai-word.el: New file.
15300
15301 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
15302
15303 * files.el (backup-buffer): If the file's directory is not
15304 writable, use copy instead of move to backup the file.
15305
15306 2005-03-19 Eli Zaretskii <eliz@gnu.org>
15307
15308 * obsolete/keyswap.el: Moved to obsolete/ from term/.
15309
15310 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15311
15312 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
15313 Use functionp instead of symbolp and fboundp. Reported by Drkm
15314 <darkman_spam@yahoo.fr>.
15315 (ps-print-version): New version 6.6.6.
15316
15317 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
15318
15319 * textmodes/table.el (table--line-column-position): New idiom.
15320 (table--row-column-insertion-point-p): New function to test
15321 validity of row and column insertion operation at a location.
15322 (table-global-menu, table-cell-menu): Use above functions for
15323 deterministic test operation.
15324 (table--editable-cell-p): Behave in deterministic fashion.
15325
15326 2005-03-18 Juri Linkov <juri@jurta.org>
15327
15328 * isearch.el (isearch-lazy-highlight-new-loop):
15329 Make arguments beg and end optional.
15330 (isearch-update): Remove optional arguments nil from
15331 isearch-lazy-highlight-new-loop.
15332 (isearch-lazy-highlight-search): Let-bind case-fold-search to
15333 isearch-lazy-highlight-case-fold-search instead of
15334 isearch-case-fold-search, and let-bind isearch-regexp to
15335 isearch-lazy-highlight-regexp.
15336 Use isearch-lazy-highlight-last-string instead of isearch-string.
15337
15338 * replace.el (perform-replace): Remove bindings of global
15339 variables isearch-string, isearch-regexp, isearch-case-fold-search.
15340 Add three new arguments to `replace-highlight'.
15341 (replace-highlight): Add arguments string, regexp, case-fold.
15342 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
15343 to allow isearch-lazy-highlight-new-loop to use these values
15344 to set corresponding isearch-lazy-highlight-* internal
15345 variables whose values lazy highlighting will use regardless of
15346 changes to global variables isearch-string, isearch-regexp,
15347 isearch-case-fold-search during lazy highlighting loop.
15348 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
15349 to `lazy-highlight-cleanup'.
15350
15351 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
15352 (ispell-highlight-face): Set default face to `isearch' when
15353 lazy highlighting is enabled.
15354 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
15355 priority to 1. Add lazy highlighting.
15356 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
15357 from `isearch-dehighlight'.
15358
15359 2005-03-18 David Ponce <david@dponce.com>
15360
15361 * files.el (hack-local-variables): Do a case-insensitive search
15362 for End.
15363
15364 2005-03-18 Juri Linkov <juri@jurta.org>
15365
15366 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
15367 `isearch-lazy-highlight-cleanup', add alias to old name and
15368 declare obsolete. Add release numbers to other obsolete vars.
15369 (isearch-done, isearch-lazy-highlight-new-loop):
15370 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
15371 (lazy-highlight-cleanup) <variable>: Doc fix.
15372 (isearch-lazy-highlight-update): Rename obsolete
15373 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
15374
15375 2005-03-18 Kenichi Handa <handa@m17n.org>
15376
15377 * language/thai-util.el: Fix categorization of Thai characters in
15378 thai-category-table.
15379 (thai-composition-pattern): Adjust it for the above change.
15380 (thai-self-insert-command, thai-compose-syllable): New functions.
15381 (thai-compose-region): Use thai-compose-syllable.
15382 (thai-compose-string): Likewise.
15383 (thai-composition-function): Likewise.
15384 (thai-auto-composition): New function.
15385 (thai-auto-composition-mode): New minor mode.
15386
15387 * language/thai.el: Fix patterns to be registered in
15388 composition-function-table.
15389
15390 * international/quail.el (quail-input-method): Locally bind
15391 inhibit-modification-hooks to t.
15392
15393 2005-03-17 Richard M. Stallman <rms@gnu.org>
15394
15395 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
15396 (perl-mode): Use run-mode-hooks.
15397
15398 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
15399 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
15400 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
15401
15402 * mail/sendmail.el (sendmail-send-it): Reenable the code
15403 to compute resend-to-address and use it.
15404
15405 * tar-mode.el (tar-mode): Turn off undo unconditionally.
15406
15407 * image-mode.el: New file.
15408
15409 * image.el (insert-sliced-image): Add autoload cookie.
15410
15411 * font-lock.el (font-lock-lines-before): New user option.
15412 (font-lock-after-change-function): Obey it.
15413
15414 * bindings.el (esc-map): Make M-g a prefix.
15415 Bind M-g g and M-g M-g to goto-line.
15416
15417 * faces.el (face-id): Doc fix.
15418
15419 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
15420
15421 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
15422 (rmail-show-message): Use rmail-unknown-mail-followup-to.
15423 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
15424
15425 * mail/sendmail.el (mail-yank-ignored-headers)
15426 (mail-font-lock-keywords, mail-mode-fill-paragraph):
15427 Add Mail-Followup-To and Mail-Reply-To headers.
15428 (mail-citation-hook): Add autoload cookie.
15429 (mail-mode): Doc fix.
15430 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
15431 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
15432 (mail-mode-fill-paragraph): Handle those headers.
15433 (mail-mailing-lists): New variable.
15434 (mail-mail-reply-to, mail-mail-followup-to): New functions.
15435
15436 2005-03-17 Juri Linkov <juri@jurta.org>
15437
15438 * isearch.el (isearch-fallback): Check for `(car previous)'
15439 before calling `isearch-other-end-state'.
15440
15441 2005-03-17 Kim F. Storm <storm@cua.dk>
15442
15443 * simple.el (move-beginning-of-line): Move to beginning of buffer
15444 line, as well as beginning of screen line.
15445
15446 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
15447
15448 * calendar/diary-lib.el (mark-diary-entries): Use new optional
15449 argument REDRAW rather than calendar-redrawing variable.
15450 * calendar/calendar.el (calendar-redrawing): Delete.
15451 (redraw-calendar): Do not bind calendar-redrawing.
15452
15453 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
15454
15455 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
15456 diary-file buffer.
15457
15458 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
15459
15460 * help.el (describe-mode): Allow a :minor-mode-function property to
15461 specify a different minor mode toggle function than the variable.
15462 * simple.el (auto-fill-function):
15463 * subr.el (add-minor-mode): Use it.
15464
15465 2005-03-16 Kenichi Handa <handa@m17n.org>
15466
15467 * language/ethio-util.el (sera-being-called-by-w3): New variable.
15468 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
15469 (ethio-fidel-to-sera-buffer): Likewise.
15470
15471 2005-03-16 Juri Linkov <juri@jurta.org>
15472
15473 * emacs-lisp/find-func.el (find-function-regexp):
15474 Add defun-emitting macro `menu-bar-make-toggle'.
15475
15476 * isearch.el: Put `isearch-scroll' property to
15477 `split-window-horizontally'.
15478
15479 * info.el: Update error messages for `debug-ignored-errors'.
15480 (Info-isearch-search): Doc fix.
15481 (Info-find-node): Move up code to go into info buffer before
15482 recording the node to the history.
15483 (Info-fontify-node): Fontify titles only if the next line
15484 has two or more `*', `=', `-', `.'.
15485 Display "go to this node" for empty (match-string 3).
15486
15487 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15488
15489 * term/mac-win.el: Add mouse pointer shape constants.
15490
15491 2005-03-15 Kim F. Storm <storm@cua.dk>
15492
15493 * simple.el (move-beginning-of-line): Use vertical-motion.
15494
15495 2005-03-15 Juri Linkov <juri@jurta.org>
15496
15497 * isearch.el (isearch-error): New variable.
15498 (isearch-invalid-regexp, isearch-within-brackets): Remove.
15499 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
15500 (isearch-within-brackets-state): Remove.
15501 (isearch-case-fold-search-state, isearch-pop-fun-state):
15502 Decrease frame index.
15503 (isearch-mode, isearch-top-state, isearch-push-state)
15504 (isearch-edit-string, isearch-abort, isearch-search-and-update)
15505 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
15506 (isearch-search, isearch-lazy-highlight-new-loop):
15507 Replace `isearch-invalid-regexp' with `isearch-error'.
15508 Remove `isearch-within-brackets'.
15509 (isearch-search): Add `search-failed' handler to `condition-case'.
15510 (isearch-lazy-highlight-search): Add `condition-case' to catch
15511 errors and allow `isearch-lazy-highlight-update' to try
15512 highlighting from the beginning of the window.
15513 (isearch-repeat): Move up code to set isearch-wrapped to t
15514 before calling isearch-wrap-function.
15515
15516 * info.el (Info-isearch-initial-node): New internal variable.
15517 (Info-search): Signal an error in isearch mode when search leaves
15518 the initial node. Signal an error when `bound' is non-nil and
15519 nothing was found in the current subfile.
15520 (Info-isearch-search): Remove `condition-case'.
15521 (Info-isearch-wrap): Don't wrap when search failed during leaving
15522 the initial node. If `Info-isearch-search' is nil, wrap around
15523 the current node.
15524 (Info-isearch-start): New fun.
15525 (Info-mode): Add buffer-local hook `Info-isearch-start' to
15526 `isearch-mode-hook'.
15527
15528 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15529
15530 * simple.el (normal-erase-is-backspace): Set default to t if
15531 running on Mac.
15532
15533 * term/mac-win.el (function-key-map): Sync with x-win.el.
15534
15535 2005-03-15 Kenichi Handa <handa@m17n.org>
15536
15537 * international/mule-cmds.el (locale-language-names): Modify the
15538 format of elements and add more entries.
15539 (locale-preferred-coding-systems): Add more entries.
15540 (set-locale-environment): Adjust for the change of
15541 locale-language-names.
15542
15543 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
15544
15545 * pcvs.el (smerge-ediff): Remove bogus autoload.
15546
15547 2005-03-14 Lute Kamstra <lute@gnu.org>
15548
15549 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
15550 Ignore a `*' at the beginning of a line.
15551
15552 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
15553 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
15554 subr.el.
15555 (dont-compile, eval-when-compile, eval-and-compile): Use declare
15556 to specify indentation.
15557
15558 * generic.el (define-generic-mode): Let generic-mode-list be a
15559 list of strings; test membership with equal.
15560
15561 2005-03-14 Kim F. Storm <storm@cua.dk>
15562
15563 * simple.el (next-line, previous-line): Add optional try-vscroll
15564 arg to recognize interactive use. Pass it on to line-move.
15565 (line-move): Don't perform auto-window-vscroll when defining or
15566 executing keyboard macro to ensure consistent behavior.
15567
15568 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
15569
15570 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
15571
15572 2005-03-13 Lute Kamstra <lute@gnu.org>
15573
15574 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
15575 debugger-setup-buffer so that backtrace marks the frames set to
15576 debug-on-exit and we don't have to do it manually. Set an extra
15577 debug-on-exit for macro's.
15578 (debugger-setup-buffer): Don't mark the top frame manually.
15579
15580 2005-03-12 Lute Kamstra <lute@gnu.org>
15581
15582 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
15583 lisp-indent-function throughout.
15584 (with-no-warnings): Set lisp-indent-function property.
15585
15586 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
15587
15588 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
15589 Add entry for backslash.
15590
15591 2005-03-12 Juri Linkov <juri@jurta.org>
15592
15593 * info.el (Info-search): Four fixes for backward search.
15594
15595 2005-03-11 Jay Belanger <belanger@truman.edu>
15596
15597 * calc/calc.el (calc-language-alist): New variable.
15598 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
15599 (calc-embedded-find-modes): Use calc-language-alist instead of
15600 calc-embedded-language-alist.
15601
15602 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
15603
15604 * calendar/calendar.el (calendar-redrawing): New internal
15605 variable.
15606 (redraw-calendar): Remove bogus save-excursion from previous
15607 change. Bind calendar-redrawing to t for mark-diary-entries.
15608 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
15609 calendar if that is why we were called.
15610
15611 2005-03-11 Kenichi Handa <handa@m17n.org>
15612
15613 * international/mule.el (make-coding-system): Set property
15614 coding-system-define-form to nil.
15615 (define-coding-system-alias): Likewise.
15616
15617 2005-03-11 Kenichi Handa <handa@m17n.org>
15618
15619 These changes are suggested by Dave Love <fx@gnu.org>.
15620
15621 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
15622 coding: tag.
15623 (adaptive-fill-regexp): Add more bullets.
15624 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
15625 regexps.
15626
15627 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
15628
15629 * help.el (describe-mode): Properly handle non-trivial lighters.
15630 Don't ignore minor modes that are not listed in minor-mode-list.
15631
15632 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
15633 feature ON when the user requests to turn it OFF.
15634
15635 2005-03-10 Lute Kamstra <lute@gnu.org>
15636
15637 * emacs-lisp/debug.el (debug-entry-code): Delete it.
15638 (implement-debug-on-entry): New function to replace debug-entry-code.
15639 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
15640 second argument as the 2005-03-07 change makes it obsolete.
15641 (debug-on-entry, cancel-debug-on-entry): Update call to
15642 debug-on-entry-1.
15643 (debug, debugger-setup-buffer): Comment update.
15644 (debugger-frame-number): Update to work with implement-debug-on-entry.
15645
15646 2005-03-10 Jay Belanger <belanger@truman.edu>
15647
15648 * calc/calc-embed.el (math-ms-args): Declare it.
15649 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
15650 math-ms-args.
15651 (calc-embedded-subst): Use math-multi-subst-rec to substitute
15652 variables.
15653
15654 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
15655
15656 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
15657 Use message-box.
15658
15659 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
15660 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
15661 (tooltip-gud-tips): Simplify.
15662 (tooltip-gud-tips-p): Remove superfluous :set.
15663 (tooltip-gud-modes): Add fortran-mode.
15664 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
15665
15666 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
15667
15668 2005-03-09 Kim F. Storm <storm@cua.dk>
15669
15670 * play/animate.el (animate-place-char): Use forward-line instead
15671 of next-line to improve performance.
15672
15673 2005-03-09 Simon Josefsson <jas@extundo.com>
15674
15675 * net/browse-url.el (browse-url-default-browser): Doc fix.
15676
15677 2005-03-09 Miles Bader <miles@gnu.org>
15678
15679 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
15680 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
15681
15682 2005-03-09 Kenichi Handa <handa@m17n.org>
15683
15684 * international/latin-1.el: Set case and syntax for 255 only if
15685 set-case-syntax-set-multibyte is nil.
15686
15687 * textmodes/ispell.el (ispell-insert-word): New function.
15688 (ispell-word): Use ispell-insert-word to insert a new word.
15689 (ispell-process-line): Likewise.
15690 (ispell-complete-word): Likewise.
15691
15692 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
15693
15694 * calendar/calendar.el (redraw-calendar): Preserve point.
15695 Reported by Matt Hodges <MPHodges@member.fsf.org>.
15696 (calendar-week-start-day): Move after definition of
15697 redraw-calendar. Delete buffer test, since redraw-calendar has
15698 that now.
15699
15700 * calendar/diary-lib.el (mark-diary-entries): Only call
15701 redraw-calendar in the first of any recursive calls.
15702 Reported by Alan Shutko <ats@acm.org>.
15703
15704 2005-03-08 Juri Linkov <juri@jurta.org>
15705
15706 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
15707 (html-horizontal-rule, html-line, html-image, html-checkboxes)
15708 (html-radio-buttons): Add a space before the trailing `/>' where
15709 sgml-xml-mode is non-nil.
15710 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
15711 the subsequent tag of the empty XML tag.
15712 (html-href-anchor): Don't set initial input to "http:".
15713 (html-image): Ask for the image URL and set point inside alt="".
15714 (html-name-anchor): Duplicate the name in the `id' attribute when
15715 sgml-xml-mode is non-nil.
15716 (html-paragraph): Remove \n before <p>.
15717 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
15718 instead of `checked' when sgml-xml-mode is non-nil.
15719
15720 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
15721 Remove 1 space before #RRGGBB to not truncate it on terminal
15722 windows w/o fringes. Remove 1 space between bg and fg examples
15723 to get more space.
15724 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
15725 avoid byte-compile warnings.
15726
15727 * image-file.el (image-file-handler): Put `safe-magic' property to
15728 `image-file-handler'.
15729
15730 * info.el (Info-isearch-search): Emulate word search in
15731 isearching through multiple Info nodes with Info-search.
15732 (Info-isearch-wrap): Allow isearch-word.
15733
15734 2005-03-08 Lute Kamstra <lute@gnu.org>
15735
15736 * emacs-lisp/debug.el (debugger-step-through): Make sure that
15737 stepping into the debugger's code is not possible.
15738 (debugger-jumping-flag): Docstring update.
15739
15740 2005-03-08 Jay Belanger <belanger@truman.edu>
15741
15742 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
15743 embedded mode begins.
15744 (calc-embedded-language-alist): New variable.
15745 (calc-embedded-find-modes): Use calc-embedded-language-alist to
15746 set default language mode.
15747
15748 2005-03-08 Kenichi Handa <handa@m17n.org>
15749
15750 * international/ccl.el (define-ccl-program): Fix docstring about
15751 extra 256 bytes assured for the output buffer.
15752
15753 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
15754 Fix BUFFER_MAGNIFICATION to 2.
15755 (ccl-encode-mule-utf-16be-with-signature): Likewise.
15756
15757 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
15758
15759 * align.el (align-rules-list): Added an alignment rule for CSS
15760 declarations (applies to css-mode and html-mode buffers).
15761
15762 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
15763
15764 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
15765
15766 2005-03-07 Kim F. Storm <storm@cua.dk>
15767
15768 * simple.el (move-beginning-of-line): New command.
15769
15770 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
15771
15772 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
15773
15774 * emulation/cua-base.el: Put CUA move property on move-end-of-line
15775 and move-beginning-of-line.
15776
15777 * apropos.el (apropos-print): Omit command from M-x ... RET.
15778
15779 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
15780
15781 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
15782 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
15783
15784 2005-03-06 Richard M. Stallman <rms@gnu.org>
15785
15786 * bindings.el (esc-map): Bind M-g to goto-line.
15787
15788 * facemenu.el (global-map): Bind M-o, not M-g.
15789
15790 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15791
15792 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
15793 "Open Directory" as for "Open File".
15794
15795 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
15796
15797 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
15798 (push-mark-command): Run activate-mark-hook.
15799
15800 2005-03-06 Richard M. Stallman <rms@gnu.org>
15801
15802 * help-mode.el (help-mode-finish): Don't alter the element
15803 in view-return-to-alist if there already is one.
15804
15805 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
15806 make sure the current buffer is the expected one.
15807
15808 * novice.el (disabled-command-function): Output in *Disabled Command*.
15809 Explicitly ignore non-keyboard events, and explicitly handle C-g.
15810
15811 * textmodes/flyspell.el (flyspell-large-region):
15812 Pass args differently for aspell.
15813
15814 * files.el (mode-require-final-newline): Doc fix.
15815
15816 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
15817
15818 * progmodes/which-func.el (which-function):
15819 Specify NOERROR when calling imenu--make-index-alist.
15820
15821 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
15822
15823 * simple.el (normal-erase-is-backspace): Define default value.
15824
15825 * custom.el (custom-theme-set-variables): Remove unused var
15826 `immediate'.
15827 (custom-reevaluate-setting): Simple function to handle variables
15828 that are defined before their default value can really be
15829 computed.
15830
15831 * startup.el (command-line): Use it for temporary-file-directory,
15832 small-emporary-file-directory, auto-save-file-name-transforms,
15833 blink-cursor-mode, and normal-erase-is-backspace.
15834
15835 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
15836 progress, even with buggy anchored keywords.
15837
15838 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
15839
15840 * simple.el (goto-line): Remove unbalanced final parenthesis.
15841
15842 2005-03-05 Richard M. Stallman <rms@gnu.org>
15843
15844 * simple.el (goto-line): Use a number at point as the default.
15845 With C-u as arg, switch buffers.
15846
15847 2005-03-05 Juri Linkov <juri@jurta.org>
15848
15849 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
15850 with `no-blinking-cursor'.
15851
15852 * startup.el (no-blinking-cursor): New defvar.
15853 (command-line): Add `--no-blinking-cursor' to longopts.
15854 Set `no-blinking-cursor' to t for command line arguments
15855 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
15856 with `no-blinking-cursor' in the condition for calling
15857 `blink-cursor-mode'.
15858
15859 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
15860
15861 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
15862 (menu-bar-options-save): Add blink-cursor-mode.
15863 (menu-bar-options-menu): Add blink-cursor-mode.
15864
15865 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
15866
15867 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
15868 (icalendar-export-file, icalendar-export-region)
15869 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
15870 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
15871
15872 2005-03-04 Lute Kamstra <lute@gnu.org>
15873
15874 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
15875 (debug-function-list): Ditto.
15876
15877 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
15878
15879 * textmodes/texinfmt.el (texinfo-append-refill):
15880 Redefine the types of line to which @refill
15881 is not appended by replacing a search for `@refill\\|@bye' with
15882 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
15883 itemize@refill' bug and the unfilled long lines bug.
15884 (texinfmt-version): Update number and date.
15885
15886 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
15887
15888 * international/code-pages.el (windows-1250, windows-125[2-8])
15889 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
15890
15891 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
15892
15893 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
15894 bound yet.
15895
15896 2005-03-02 Romain Francoise <romain@orebokech.com>
15897
15898 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
15899 buffer after removing limits.
15900 (ibuffer-pop-filter): Ditto.
15901 Update copyright.
15902
15903 2005-03-02 Miles Bader <miles@gnu.org>
15904
15905 * button.el (make-text-button): If the user doesn't specify a
15906 type, use the default. Rewrite to use `add-text-properties' and
15907 plist functions.
15908
15909 2005-03-01 Lute Kamstra <lute@gnu.org>
15910
15911 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
15912 (debugger-jumping-flag): New var.
15913 (debug-entry-code): Use it.
15914 (debugger-jump): Use debugger-jumping-flag and add
15915 debugger-reenable to post-command-hook.
15916 (debugger-reenable): Use debugger-jumping-flag and remove itself
15917 from post-command-hook.
15918 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
15919 debugger-reenable.
15920
15921 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
15922
15923 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
15924 inclusion of "itemize\\|", which may be unnecessary, is certainly
15925 inelegant, and stops refilling in itemize lists when formatting
15926 Japanese Texinfo files to Info.
15927 Update copyright to 2005.
15928
15929 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
15930
15931 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
15932 of an error if GDB can't find the source file.
15933
15934 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
15935
15936 * calendar/calendar.el (redraw-calendar): Work from any buffer,
15937 not just the calendar.
15938
15939 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
15940 first.
15941 (diary-redraw-calendar): New function.
15942 (make-diary-entry): Add diary-redraw-calendar to local
15943 write-contents-functions. Turn off selective display before
15944 inserting in diary.
15945
15946 2005-03-01 Kim F. Storm <storm@cua.dk>
15947
15948 * emacs-lisp/copyright.el (copyright-fix-years): New command.
15949
15950 2005-03-01 Lute Kamstra <lute@gnu.org>
15951
15952 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
15953 that debug-entry-code can be safely removed from a function while
15954 this code is being evaluated. Revert the 2005-02-27 change as the
15955 new implementation no longer requires it. Make sure that a
15956 function body containing just a string is not mistaken for a docstring.
15957 (debug): Skip one more frame in case of debug on entry.
15958 (debugger-setup-buffer): Delete one more frame line in case of
15959 debug on entry.
15960 (debugger-frame-number): Update to use the new text introduced by
15961 the 1999-11-03 change. Skip one more frame in case of debug on entry.
15962
15963 2005-02-28 Kim F. Storm <storm@cua.dk>
15964
15965 * double.el (double-translate-key): Call force-window-update after
15966 read-event to avoid crash in redisplay.
15967
15968 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
15969
15970 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
15971 (debug): Use it. Move the inhibit-trace earlier.
15972 (debug-entry-code): New const.
15973 (debug-on-entry-1): Use it.
15974
15975 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
15976
15977 * international/utf-16.el (ccl-encode-mule-utf-16le):
15978 Fix BUFFER_MAGNIFICATION to 2.
15979 (ccl-encode-mule-utf-16be): Likewise.
15980
15981 2005-02-28 Kenichi Handa <handa@m17n.org>
15982
15983 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
15984 Fix BUFFER_MAGNIFICATION to 4.
15985 (ccl-encode-mule-utf-16be-with-signature): Likewise.
15986
15987 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
15988
15989 * speedbar.el (speedbar-update-flag): Doc fix.
15990 (speedbar-show-info-under-mouse): Give set-mouse-position the right
15991 argument.
15992
15993 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
15994
15995 * reveal.el (reveal-post-command): Don't try to reveal overlays which
15996 have a non-nil `invisible' property but are actually visible.
15997
15998 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
15999 for perldoc sections.
16000 (perl-outline-regexp, perl-outline-level): New var and function.
16001 (perl-mode): Use them.
16002
16003 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
16004
16005 * calendar/diary-lib.el (diary-remind): Discard any mark portion
16006 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
16007
16008 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
16009
16010 * cus-edit.el: Comment change.
16011 (custom-buffer-create-internal): Slightly reword text at top of
16012 Custom buffers. Mention there that saving an option edits the
16013 init file. Add link to Emacs manual node on `custom-file'.
16014 (custom-magic-alist): Rewrite individual State messages to use
16015 capitalized keywords. Doc fix.
16016
16017 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
16018
16019 * calendar/calendar.el (calendar-buffer): Move above
16020 calendar-week-start-day.
16021 (calendar-week-start-day): Doc fix. Add :set function.
16022 (calendar-minimum-window-height): New variable.
16023 (generate-calendar-window): Only resize window if selected-window
16024 is displaying the calendar buffer. Use new variable
16025 calendar-minimum-window-height.
16026 (generate-calendar): Reword error message.
16027 (calendar-mode-map): Bind DEL to scroll-other-window-down.
16028
16029 2005-02-27 Andreas Schwab <schwab@suse.de>
16030
16031 * vc.el (vc-do-command): Don't run command asynchronously when
16032 operating in a remote directory.
16033
16034 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
16035 change from sync with Tramp 2.0.47.
16036
16037 2005-02-27 Richard M. Stallman <rms@gnu.org>
16038
16039 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
16040
16041 * textmodes/flyspell.el (flyspell-mode-on):
16042 Call ispell-change-dictionary only if necessary.
16043
16044 * emacs-lisp/re-builder.el (regexp-builder): New function.
16045
16046 * register.el (describe-register-1): Explicitly handle
16047 yank-excluded-properties = t.
16048
16049 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
16050 (custom-magic-alist): Change the status descriptions again.
16051 (face widget-type): Total rewrite based on `restricted-sexp'
16052 to eliminate the confusing double hiding levels.
16053
16054 * emacs-lisp/debug.el (debug-on-entry-1):
16055 If function body is empty, add nil as body form.
16056
16057 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
16058
16059 * emacs-lisp/trace.el (inhibit-trace): New var.
16060 (trace-make-advice): Use it.
16061
16062 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
16063
16064 2005-02-26 Kim F. Storm <storm@cua.dk>
16065
16066 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
16067 (mouse-on-link-p, mouse-drag-region-1): Use it.
16068
16069 2005-02-25 Lute Kamstra <lute@gnu.org>
16070
16071 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
16072
16073 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
16074
16075 * frame.el (blink-cursor-mode): Add :group keyword.
16076
16077 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
16078
16079 * calendar/icalendar.el (icalendar--decode-isodatetime):
16080 New optional argument DAY-SHIFT.
16081 (icalendar-export-region): Fix coding-system-for-write.
16082 (icalendar--convert-ical-to-diary): Shift end-day of all-day
16083 events by one.
16084
16085 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
16086
16087 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
16088
16089 2005-02-24 Kim F. Storm <storm@cua.dk>
16090
16091 * international/iso-acc.el (iso-accents-compose): Fix crash
16092 during redisplay. Call force-window-update after read-event
16093 and delete-region to signal that window is not accurate.
16094
16095 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
16096
16097 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
16098 Remove unused and inexistent var `inhibit-trace'.
16099 (debugger-mode): Use run-mode-hooks.
16100 (debugger-list-functions): Add buttons; setup xref stack.
16101
16102 2005-02-23 Richard M. Stallman <rms@gnu.org>
16103
16104 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
16105 appointment says it was explicitly made.
16106 (appt-add): Set the 3rd element.
16107 (appt-make-list): Preserve explicit appointments.
16108
16109 * subr.el (find-tag-default): Catch errors in forward-sexp.
16110
16111 2005-02-23 Juri Linkov <juri@jurta.org>
16112
16113 * info.el (Info-isearch-search): New defcustom.
16114 (Info-isearch-search): Call the default isearch function
16115 when Info-isearch-search is nil.
16116 (Info-isearch-wrap): Use variable Info-isearch-search.
16117
16118 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
16119
16120 * cus-edit.el: Comment change.
16121
16122 2005-02-22 Kim F. Storm <storm@cua.dk>
16123
16124 * progmodes/hideif.el (hide-ifdef-use-define-alist):
16125 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
16126
16127 2005-02-22 Simon Josefsson <jas@extundo.com>
16128
16129 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
16130 New variable.
16131 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
16132 Oskarsson" <myrkraverk@users.sourceforget.net>.
16133
16134 2005-02-22 Kim F. Storm <storm@cua.dk>
16135
16136 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
16137 check that window of that event is the selected window.
16138 (mouse-drag-region-1): Compare mouse event window to selected
16139 window before setting point.
16140
16141 * tooltip.el (tooltip-show-help-function): Pass event to
16142 mouse-on-link-p so it can check selected window.
16143
16144 2005-02-22 Kenichi Handa <handa@m17n.org>
16145
16146 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
16147 (ps-mule-show-warning): New function.
16148 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
16149 characters are found.
16150
16151 * ps-print.el (ps-header-footer-string): Return a list of header
16152 and footer strings.
16153
16154 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
16155
16156 * pcvs.el (cvs-retrieve-revision): Fix thinko.
16157
16158 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
16159
16160 * frame.el (blink-cursor-mode): Use define-minor-mode.
16161
16162 * term/mac-win.el (function-key-map): Use char-names more consistently.
16163 (file-name-coding-system): Only set it for MacOS-9. The other case is
16164 already handled in mule-cmds.el (where it also works when mac-win.el
16165 is not used).
16166
16167 2005-02-21 Kenichi Handa <handa@m17n.org>
16168
16169 * international/mule.el (ctext-pre-write-conversion): Always use
16170 " *code-converting-work*" buffer for work.
16171
16172 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
16173
16174 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
16175
16176 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
16177
16178 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
16179
16180 * ses.el (undo-more): Restore defadvice, but only the part that
16181 allows changes outside the restricted area of the buffer.
16182
16183 2005-02-20 Kim F. Storm <storm@cua.dk>
16184
16185 * simple.el (line-move): Add fourth optional arg try-vscroll which
16186 must be set to perform auto-window-vscroll.
16187 When moving backwards and doing auto-window-vscroll, automatically
16188 vscroll to the last part of lines which are taller than the window.
16189 (next-line, previous-line): Set try-vscroll arg on line-move.
16190
16191 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
16192
16193 * replace.el (query-replace, query-replace-regexp)
16194 (replace-string, replace-regexp): When operating on region, make
16195 the minibuffer prompt say so.
16196
16197 * isearch.el (isearch-forward): Document isearch-query-replace and
16198 isearch-query-replace-regexp keybindings.
16199
16200 2005-02-19 Jay Belanger <belanger@truman.edu>
16201
16202 * calc/calc-aent.el (math-read-token): Add local variable.
16203
16204 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
16205 (calc-edit-top): Move declaration to earlier in file.
16206 (calc-edit-macro-repeats): Add local variables.
16207
16208 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
16209 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
16210 calcFunc-tanh.
16211 Adjust integration rule for calcFunc-tan.
16212
16213 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
16214
16215 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
16216 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
16217 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
16218 (viper-skip-separators): Bug fix.
16219 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
16220 particular major mode.
16221 (viper-del-backward-char-in-replace): Don't put deleted char on the
16222 kill ring.
16223
16224 * viper-ex.el (viper-color-display-p): New function.
16225 (viper-has-face-support-p): Use viper-color-display-p.
16226
16227 * viper-keym.el (viper-gnus-modifier-map): New keymap.
16228
16229 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
16230
16231 * viper-util.el (viper-glob-unix-files): Fix shell status check.
16232 (viper-file-remote-p): Make equivalent to file-remote-p.
16233
16234 * viper.el (viper-major-mode-modifier-list):
16235 Use viper-gnus-modifier-map.
16236
16237 2005-02-19 David Kastrup <dak@gnu.org>
16238
16239 * subr.el (subregexp-context-p): Fix garbled doc string by adding
16240 quoting.
16241
16242 2005-02-19 Jay Belanger <belanger@truman.edu>
16243
16244 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
16245 Remove extra definitions.
16246 (calc-coth): New function.
16247 (calcFunc-cot): Fix `let'.
16248
16249 2005-02-19 Eli Zaretskii <eliz@gnu.org>
16250
16251 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
16252 the reasons we use "type pc" in these faces.
16253
16254 * button.el (button): Ditto.
16255
16256 2005-02-19 Michael Mauger <mmaug@yahoo.com>
16257
16258 * replace.el (query-replace-read-from): Set the value of
16259 query-replace-from-history-variable to handle the case of an empty
16260 string entered to accept the suggested default.
16261
16262 * net/tramp.el (tramp-file-name-for-operation):
16263 Use dired-call-process instead of dired-call-process-command.
16264
16265 2005-02-19 Jay Belanger <belanger@truman.edu>
16266
16267 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
16268 (math-div-non-trig): New variables.
16269 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
16270 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
16271 (math-combine-prod, math-div-symb-fancy): Add simplifications for
16272 trig expressions.
16273
16274 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
16275
16276 * progmodes/gdb-ui.el (gdb-var-update-handler)
16277 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
16278 for watch expressions,
16279 (gdb-var-create-handler): Don't set speedbar-update-flag.
16280 (gdb-post-prompt): Simplify test for speedbar.
16281
16282 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
16283
16284 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
16285 (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
16286 we use the syntax table of the correct buffer.
16287 (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
16288 Felix Gatzemeier.
16289
16290 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
16291 (ediff-file-remote-p): Make synonymous with file-remote-p.
16292 In all deffaces ediff-*-face-*, use min-colors.
16293
16294 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
16295 ediff-recurse-to-subdirectories.
16296 (ediff-mark-if-equal): Check that the arguments are strings, use
16297 ediff-same-contents (after to Felix Gatzemeier).
16298
16299 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
16300 nil.
16301
16302 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
16303
16304 * log-view.el (log-view-message-re): Fix up Subversion regexp.
16305
16306 2005-02-18 David Kastrup <dak@gnu.org>
16307
16308 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
16309 use `mark-active' when defined.
16310
16311 2005-02-18 Kenichi Handa <handa@m17n.org>
16312
16313 * ps-print.el (ps-font-info-database): New entry
16314 ZapfChancery-MediumItalic with correct font name. Fix font name
16315 of the entry Zapf-Chancery-MediumItalic.
16316
16317 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
16318
16319 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
16320
16321 2005-02-16 Kim F. Storm <storm@cua.dk>
16322
16323 * ido.el (ido-fallback-command): Pass user input to fallback command.
16324
16325 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
16326
16327 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
16328 (gdb-find-file-hook): Add server prefix.
16329
16330 2005-02-16 Richard M. Stallman <rms@gnu.org>
16331
16332 * replace.el (perform-replace): Pass new args to replace-highlight.
16333 (replace-highlight): Take region args,
16334 and pass them to isearch-lazy-highlight-new-loop.
16335
16336 * novice.el (disabled-command-hook): Autoload the defalias
16337 and the make-obsolete-variable call.
16338
16339 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
16340
16341 * isearch.el (isearch-lazy-highlight-start-limit)
16342 (isearch-lazy-highlight-end-limit): New variables limit
16343 the region for highlighting.
16344 (isearch-lazy-highlight-new-loop): New args BEG and END.
16345 (isearch-lazy-highlight-search): Use the new vars.
16346 (isearch-lazy-highlight-update): Likewise.
16347
16348 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
16349
16350 * cus-start.el (all): Use default-boundp.
16351
16352 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
16353
16354 * menu-bar.el (menu-bar-select-frame): Handle current frame.
16355
16356 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
16357
16358 * autorevert.el (auto-revert-stop-on-user-input)
16359 (auto-revert-verbose): Doc fixes.
16360
16361 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
16362
16363 * international/mule-cmds.el (set-locale-environment): Remove call
16364 to set-selection-coding-system on Windows.
16365
16366 2005-02-15 Jay Belanger <belanger@truman.edu>
16367
16368 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
16369 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
16370 calcFunc-coth.
16371 (math-simplify-sqrt): Add simplifications.
16372
16373 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
16374 to list.
16375
16376 * calc/calc-ext.el: Add functions to autoloads.
16377
16378 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
16379 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
16380 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
16381 (math-csc-raw, math-cot-raw): New functions.
16382
16383 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
16384
16385 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
16386 the variable name in a message.
16387
16388 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
16389 calcFunc-csc, calcFunc-cot.
16390
16391 * calc/calcalg2.el: Add derivative and integration rules for
16392 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
16393 calcFunc-csch, calcFunc-coth.
16394 (math-do-integral-methods): Add to checks for when to use
16395 substitutions.
16396
16397 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
16398
16399 2005-02-15 Lute Kamstra <lute@gnu.org>
16400
16401 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
16402 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
16403 <monnier@iro.umontreal.ca>
16404 (lisp-outline-level): Improve efficiency. Suggested by David
16405 Kastrup <dak@gnu.org>.
16406
16407 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
16408
16409 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
16410 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
16411 (gdb-set-gud-minor-mode-existing-buffers): New functions.
16412 (gdb-find-file-hook): New hook. Add it to find-file-hook.
16413 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
16414
16415 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
16416
16417 * cus-start.el (all): Comment change.
16418
16419 2005-02-14 Lute Kamstra <lute@gnu.org>
16420
16421 * cus-start.el (all): Check if symbol is void.
16422
16423 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
16424
16425 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
16426 optional argument to \cite.
16427
16428 2005-02-14 Richard M. Stallman <rms@gnu.org>
16429
16430 * cus-edit.el (custom-buffer-create-internal): Update help message.
16431 (custom-magic-alist): Update help messages.
16432
16433 * cus-start.el (all): Allow a var to specify a standard value.
16434
16435 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
16436
16437 * custom.el (custom-theme-set-variables): Handle variable aliases.
16438
16439 * frame.el (blink-cursor-timer): Doc fix.
16440 (blink-cursor): Make it an alias for `blink-cursor-mode' and
16441 declare obsolete.
16442 (blink-cursor-mode): Define with defcustom and use correct
16443 standard expression in that defcustom.
16444 * startup.el (command-line): Adapt to above changes in frame.el.
16445
16446 2005-02-11 Lute Kamstra <lute@gnu.org>
16447
16448 * apropos.el (apropos-score-doc): Prevent division by zero.
16449
16450 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
16451
16452 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
16453 (icalendar--get-event-property-attributes)
16454 (icalendar--get-event-properties)
16455 (icalendar--datetime-to-diary-date): New functions.
16456 (icalendar--split-value): Doc fix.
16457 (icalendar--datetime-to-noneuropean-date)
16458 (icalendar--datetime-to-european-date): New optional argument
16459 SEPARATOR. Return result as a string instead of a list.
16460 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
16461 (icalendar--convert-string-for-export): Rename arg S to STRING.
16462 (icalendar-export-region): Doc fix. Change name of error buffer.
16463 Save output buffer.
16464 (icalendar-import-file): Add blank at end of prompt.
16465 (icalendar-import-buffer): Doc fix. Do not switch to error
16466 buffer. Indicate status in return value.
16467 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
16468 buffer. Save output buffer. Handle exception from recurrence
16469 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
16470 events. Fix problems with weekly all-day events.
16471
16472 2005-02-10 Richard M. Stallman <rms@gnu.org>
16473
16474 * simple.el (eval-expression-print-format):
16475 Avoid warning about edebug-active.
16476
16477 * help.el (help-for-help-internal): Rename from help-for-help.
16478 (help-for-help): Define with defalias.
16479
16480 * font-core.el (font-lock-default-function): Use with-no-warnings.
16481
16482 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
16483
16484 * custom.el (defface): Doc fix.
16485
16486 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
16487
16488 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
16489 width 0" to prevent word wrapping problems.
16490
16491 2005-02-09 Kim F. Storm <storm@cua.dk>
16492
16493 * ido.el (ido-file-extensions-order): New defcustom.
16494 (ido-file-extension-lessp, ido-file-extension-aux)
16495 (ido-file-extension-order): New advanced file ordering.
16496 (ido-file-lessp): New simple file ordering.
16497 (ido-sort-list): Remove.
16498 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
16499 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
16500
16501 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
16502
16503 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
16504 that some versions of grep produce.
16505 (grep-mode-font-lock-keywords): Likewise.
16506
16507 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
16508
16509 * progmodes/gdb-ui.el (gdb-location-list): New variable.
16510 (gdb-cdir): Delete.
16511 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
16512 (gdb-source-info): Treat case when source file is in another
16513 directory properly.
16514 (gdb-get-location): New function.
16515
16516 2005-02-07 Jay Belanger <belanger@truman.edu>
16517
16518 * calc/calc-prog.el (calc-write-parse-table-part)
16519 (calc-fix-token-name): Fix a check for language type.
16520
16521 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
16522
16523 2005-02-07 Andre Spiegel <spiegel@gnu.org>
16524
16525 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
16526 as directory not writable.
16527
16528 2005-02-07 Kim F. Storm <storm@cua.dk>
16529
16530 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
16531 (cua--standard-movement-commands): Remove list.
16532 Instead, set CUA property value to move for movement commands.
16533 (cua-movement-commands): Remove. Users must set CUA prop instead.
16534 (cua--pre-command-handler): Check CUA property.
16535 (cua--init-keymaps): Don't remap undo commands.
16536 (cua-mode): Don't call cua--rectangle-on-off.
16537
16538 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
16539 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
16540 (cua--rect-undo-set-point): New var.
16541 (cua--rectangle-undo-boundary): Setup undo apply entry.
16542 (cua--rect-undo-handler): New function for rectangle undo.
16543 (cua--rect-start-position, cua--rect-end-position): Add.
16544 (cua--rectangle-post-command): Call cua--rectangle-set-corners
16545 for restored rectangle. Set point if cua--rect-undo-set-point.
16546
16547 2005-02-06 Jay Belanger <belanger@truman.edu>
16548
16549 * calc/calc-lang.el (calc-tex-language): Display more information
16550 in messages.
16551
16552 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
16553 in TeX mode.
16554
16555 2005-02-06 Richard M. Stallman <rms@gnu.org>
16556
16557 * emacs-lisp/lisp.el (buffer-end): Doc fix.
16558
16559 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
16560
16561 * net/ldap.el (ldap-search-internal): Support attributes with
16562 optional descriptions separated by a semi-colon, as in
16563 "userCertificate;binary".
16564
16565 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16566
16567 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
16568 isn't a cons (i.e. the version is 0).
16569
16570 2005-02-05 Eli Zaretskii <eliz@gnu.org>
16571
16572 * help.el (help-for-help): Doc fix.
16573
16574 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
16575
16576 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
16577 GDB-Windows on the menu-bar as this works better.
16578
16579 2005-02-04 Jay Belanger <belanger@truman.edu>
16580
16581 * calc/calc-embed.el (calc-embedded-update): Don't put in
16582 unnecessary newlines. Adjust the end of formula marker.
16583
16584 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
16585 (math-latex-parse-two-args): New function.
16586
16587 2005-02-03 Lute Kamstra <lute@gnu.org>
16588
16589 * help-fns.el (help-with-tutorial): Make sure that users cannot
16590 remove the entire text of the tutorial by means of `undo'.
16591
16592 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
16593
16594 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
16595 in recent changes, where the ispell process was repeatedly
16596 killed & restarted.
16597
16598 * international/mule-cmds.el (set-locale-environment): Set file-name
16599 coding system to utf-8 on Darwin systems.
16600 (set-default-coding-systems): Don't set default-file-name-coding-system
16601 on Darwin systems.
16602
16603 2005-02-03 Richard M. Stallman <rms@gnu.org>
16604
16605 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
16606
16607 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
16608
16609 * faces.el (list-faces-display): Add optional argument.
16610
16611 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
16612
16613 * font-core.el (font-lock-default-function): Handle the rare case where
16614 only font-lock-keywords is set.
16615
16616 2005-02-02 Kenichi Handa <handa@m17n.org>
16617
16618 * international/characters.el: Cancel previous change for
16619 I-WITH-DOT-ABOVE and DOTLESS-i.
16620
16621 * international/latin-5.el: Cancel previous change.
16622
16623 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
16624
16625 * progmodes/gud.el: Correction to syntax in gud-menu-map.
16626
16627 2005-02-02 Kenichi Handa <handa@m17n.org>
16628
16629 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
16630 DOTLESS-i.
16631
16632 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
16633 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
16634
16635 * case-table.el (get-upcase-table): New function.
16636 (copy-case-table): Copy upcaes table too if non-nil.
16637 (set-case-syntax-delims): Maintain upcase table too.
16638 (set-case-syntax-pair): Likewise.
16639 (set-upcase-syntax, set-downcase-syntax): New functions.
16640 (set-case-syntax): Maintain upcase table too.
16641
16642 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
16643
16644 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
16645
16646 * progmodes/gud.el (gud-goto-info): New function.
16647 (gud-tool-bar-map): Use correct icon.
16648
16649 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
16650
16651 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
16652 When delegating, order args in the funcall correctly.
16653
16654 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
16655
16656 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
16657
16658 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
16659
16660 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
16661 buffer not visiting a file.
16662
16663 2005-01-31 Jay Belanger <belanger@truman.edu>
16664
16665 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
16666 bound on the line with the formula.
16667
16668 2005-01-31 Kim F. Storm <storm@cua.dk>
16669
16670 * ses.el (ses-create-cell-variable-range)
16671 (ses-destroy-cell-variable-range, ses-reset-header-string)
16672 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
16673 (ses-insert-row): Fix format of apply undo entries.
16674
16675 2005-01-31 Jay Belanger <belanger@truman.edu>
16676
16677 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
16678 parts.
16679
16680 * calc/calc-embed.el (calc-embedded-open-formula)
16681 (calc-embedded-close-formula): Ignore matrix environments.
16682
16683 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
16684 TeX mode.
16685
16686 * calc/calc-lang.el (math-function-table, math-oper-table)
16687 (math-variable-table): Adjust the LaTeX portions.
16688
16689 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
16690 (math-latex-ignore-words): New constant.
16691
16692 2005-01-31 Richard M. Stallman <rms@gnu.org>
16693
16694 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
16695 (ispell-local-dictionary): Doc fix.
16696 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
16697 Don't reinitialize at run time. Don't defcustom.
16698 All uses changed to append ispell-local-dictionary-alist,
16699 or check it first.
16700 (ispell-current-dictionary): New variable for dictionary in use.
16701 (ispell-dictionary): Now used only for global default.
16702 (ispell-start-process): Set ispell-current-dictionary,
16703 not ispell-dictionary.
16704 (ispell-change-dictionary): Use this only for setting
16705 user preferences.
16706 (ispell-internal-change-dictionary): New function
16707 to change the current dictionary in use.
16708 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
16709 Use ispell-current-dictionary.
16710 Handle ispell-local-dictionary-overridden.
16711 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
16712
16713 2005-01-31 Jay Belanger <belanger@truman.edu>
16714
16715 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
16716
16717 * calc/calc-ext.el: Add calc-latex-language to autoloads.
16718 (calc-mode-map): Add calc-latex-language.
16719
16720 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
16721 (math-latex-print-frac): New functions.
16722 (math-oper-table, math-function-table, math-variable-table)
16723 (math-complex-format, math-input-filter): Add latex properties.
16724 (calc-set-language): Set math-expr-special-function-mapping.
16725
16726 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
16727 (calc-write-parse-table-part): Add LaTeX support.
16728
16729 * calc/calc.el (calc-language): Adjust docstring.
16730 (calc-set-mode-line): Add LaTeX support.
16731 (math-expr-special-function-mapping): New variable.
16732 (math-tex-ignore-words): Add to list.
16733
16734 * calc/calccomp.el (math-compose-expr, math-compose-rows):
16735 Add LaTeX support.
16736 (math-compose-expr): Add support for special functions.
16737
16738 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
16739
16740 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
16741
16742 * progmodes/gdb-ui.el (gdb-memory-address)
16743 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
16744 (gdb-memory-mode-map, gdb-memory-format-keymap)
16745 (gdb-memory-format-menu, gdb-memory-unit-keymap)
16746 (gdb-memory-unit-menu): New variables for a buffer
16747 that lets the user examine program memory.
16748 (gdb-memory-set-address, gdb-memory-set-repeat-count)
16749 (gdb-memory-format-binary, gdb-memory-format-octal)
16750 (gdb-memory-format-unsigned, gdb-memory-format-signed)
16751 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
16752 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
16753 (gdb-memory-unit-word, gdb-memory-unit-halfword)
16754 (gdb-memory-unit-byte, gdb-memory-unit-menu)
16755 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
16756 (gdb-memory-mode, gdb-memory-buffer-name)
16757 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
16758 New functions for above buffer.
16759
16760 2005-01-30 Richard M. Stallman <rms@gnu.org>
16761
16762 * cus-edit.el (custom-bury-buffer): Function deleted.
16763 (custom-buffer-done-function): Option deleted.
16764 (custom-buffer-done-kill): New replacement option.
16765 (Custom-buffer-done): Call quit-window.
16766 (custom-buffer-create-internal): Update for above changes.
16767
16768 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
16769
16770 * simple.el (undo-ask-before-discard): New var.
16771 (undo-outer-limit-truncate): Implement it.
16772 (undo-extra-outer-limit): Doc update.
16773
16774 2005-01-29 Richard M. Stallman <rms@gnu.org>
16775
16776 * ses.el (undo-more): Delete defadvice.
16777 (ses-begin-change): Doc fix.
16778
16779 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
16780 instead of rebinding C-x u and C-_.
16781
16782 * files.el (normal-backup-enable-predicate): Return nil for files
16783 in /tmp, regardless of temporary-file-directory.
16784
16785 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
16786
16787 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
16788 (open-rectangle, delete-whitespace-rectangle-line)
16789 (clear-rectangle-line): If FILL, pass t instead of FILL
16790 for move-to-column's 2nd arg.
16791
16792 * simple.el (undo): Fix the test for continuing a series of undos.
16793 (undo-more): Set pending-undo-list to t when we reach end.
16794 (pending-undo-list): Move up defvar.
16795
16796 * wid-edit.el (widget-button-click):
16797 Shorten the range of the track-mouse binding.
16798
16799 * comint.el (comint-insert-input): Undo previous changes;
16800 use last-input-event in interactive spec.
16801
16802 2005-01-29 Eli Zaretskii <eliz@gnu.org>
16803
16804 * progmodes/compile.el (compilation-start): Bind buffer-read-only
16805 to nil before invoking call-process. Reset buffer's modified flag
16806 after fontifying it in the no-async branch.
16807
16808 * wid-edit.el (widget-specify-button): If mouse pointer shape
16809 cannot be changed, use mouse face instead.
16810
16811 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
16812
16813 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
16814 (gdb-goto-breakpoint): Make breakpoint handling work on template
16815 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
16816 (gdb-assembler-custom): Update to recognize breakpoint information
16817 added on 2005-01-19.
16818
16819 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
16820
16821 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
16822 (dsssl-mode): Use define-derived-mode.
16823 (scheme-mode-initialize): Remove.
16824 (scheme-mode): Use run-mode-hooks.
16825
16826 * cus-edit.el (customize-group-other-window)
16827 (custom-buffer-create-other-window): Don't override special-display-*.
16828 (custom-mode-map): Make it dense.
16829
16830 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
16831 sets the default value.
16832
16833 2005-01-28 Eli Zaretskii <eliz@gnu.org>
16834
16835 * descr-text.el: Add more keywords.
16836
16837 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
16838
16839 * speedbar.el: Avoid unnecessary use of locate-library.
16840
16841 * international/mule-cmds.el (standard-display-european-internal):
16842 Don't fiddle with latin-1 non-break space any more since it's now
16843 special cased in the C code.
16844 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
16845
16846 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
16847
16848 * cus-start.el (all): Add `undo-outer-limit'.
16849
16850 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
16851
16852 * textmodes/bibtex.el (bibtex-format-entry):
16853 Use `bibtex-empty-field-re' only on the text of fields, not on entire
16854 field lines.
16855 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
16856 not on part of a buffer.
16857
16858 2005-01-25 Lute Kamstra <lute@gnu.org>
16859
16860 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
16861 nonempty field text strings like "{letters\\macro{}more letters}".
16862 Clarify docstring.
16863 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
16864 (bibtex-entry-offset, bibtex-parse-association)
16865 (bibtex-parse-field-name): Fix typos in docstrings.
16866 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
16867
16868 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
16869
16870 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
16871 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
16872 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
16873 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
16874
16875 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
16876 isearch minor mode.
16877
16878 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
16879
16880 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
16881
16882 2005-01-24 Lute Kamstra <lute@gnu.org>
16883
16884 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
16885 CASECHARS and NOT-CASECHARS regular expressions of the
16886 "nederlands" and "nederlands8" dictionaries to prevent a "Range
16887 striding over charsets" error.
16888
16889 2005-01-24 Jay Belanger <belanger@truman.edu>
16890
16891 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
16892 display variable name.
16893
16894 2005-01-24 Kenichi Handa <handa@m17n.org>
16895
16896 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
16897 Fix setting of the element of encoded-kbd-iso2022-invocations.
16898
16899 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
16900
16901 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
16902 (gdb-threads-select): Change to also accept mouse events.
16903 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
16904 (gdb-threads-mouse-select): Delete.
16905
16906 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
16907
16908 * files.el (insert-directory): Take care of empty directory,
16909 listed without -a switch.
16910
16911 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
16912
16913 * textmodes/refill.el (refill-post-command-function):
16914 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
16915 to the list of functions that we should be careful not to undo.
16916 (refill-late-fill-paragraph-function): Remove.
16917 (refill-saved-state): New var.
16918 (refill-mode): Use it to save fill-paragraph-function.
16919 Save also the value of auto-fill-function.
16920
16921 * term/w32-win.el: Simplify code.
16922
16923 2005-01-23 Kim F. Storm <storm@cua.dk>
16924
16925 * simple.el (line-move): Adapt to new return value from
16926 pos-visible-in-window-p.
16927
16928 * simple.el (line-move): Fix last change. Check partial
16929 visibility at point rather than at window-start.
16930
16931 2005-01-22 Jason Rumney <jasonr@gnu.org>
16932
16933 * term/w32-win.el (xw-defined-colors): Remove debug-message.
16934
16935 2005-01-22 David Kastrup <dak@gnu.org>
16936
16937 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
16938
16939 2005-01-22 Eli Zaretskii <eliz@gnu.org>
16940
16941 * type-break.el (type-break-mode): Add a test for
16942 type-break-file-name being non-nil.
16943
16944 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
16945
16946 * net/eudc.el (top level): Call (message "") via progn, so that
16947 eudc-options-file is loaded.
16948
16949 2005-01-22 Kim F. Storm <storm@cua.dk>
16950
16951 * simple.el (line-move-1): Rename from line-move.
16952 (line-move): New function that adjusts vscroll for partially
16953 visible rows, and calls line-move-1 otherwise.
16954
16955 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
16956
16957 * pcomplete.el: Define pcomplete-read-event instead of read-event,
16958 since it's not a complete read-event implementation
16959
16960 2005-01-20 Jay Belanger <belanger@truman.edu>
16961
16962 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
16963 for called function.
16964
16965 2005-01-20 Steven Tamm <steventamm@mac.com>
16966
16967 * term/mac-win.el (process-connection-type): Remove.
16968 Controlled now by s/darwin.h:PTY_ITERATION.
16969
16970 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
16971
16972 * window.el (handle-select-window): Don't switch window when we're
16973 in the minibuffer.
16974
16975 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
16976
16977 * subr.el (dotimes-with-progress-reporter): New macro.
16978
16979 * ses.el (ses-dotimes-msg): Remove macro.
16980 Use `dotimes-with-progress-reporter' instead.
16981
16982 2005-01-19 Steven Tamm <steventamm@mac.com>
16983
16984 * term/mac-win.el (process-connection-type): Use new
16985 operating-system-release variable to use ptys on Darwin 7 (OS X
16986 10.3) when using carbon build.
16987
16988 2005-01-19 Jay Belanger <belanger@truman.edu>
16989
16990 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
16991 flags if the last command was a tab or M-tab.
16992
16993 * calc/calc-prog.el (calc-user-define-edit): Put original formula
16994 in formula editing buffer.
16995
16996 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
16997
16998 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
16999 breakpoint image symbol in margin.
17000
17001 2005-01-19 Jay Belanger <belanger@truman.edu>
17002
17003 * calc/calc-prog.el (calc-execute-kbd-macro):
17004 Ignore calc-keep-arg-flag.
17005
17006 2005-01-19 Kenichi Handa <handa@m17n.org>
17007
17008 * textmodes/ispell.el (ispell-looking-at): New function.
17009 (ispell-process-line): Use ispell-looking-at to compare the ispell
17010 output and the buffer contents.
17011
17012 2005-01-18 Jay Belanger <belanger@truman.edu>
17013
17014 * calc/calc.el (calc-display-raw): Fix docstring.
17015
17016 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
17017
17018 * simple.el (blink-matching-open): Strip extra info from syntax.
17019
17020 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
17021 funny chars in the end-of-here-doc marker.
17022
17023 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
17024
17025 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
17026 that enable/disabled state of breakpoints is shown correctly in
17027 fringe and on ttys.
17028 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
17029 Add breakpoint information as text properties.
17030 (gdb-mouse-toggle-breakpoint):
17031 Rename to gdb-mouse-set-clear-breakpoint.
17032 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
17033 breakpoints in the margin.
17034 (gdb-remove-strings): Simplify.
17035
17036 2005-01-17 Jay Belanger <belanger@truman.edu>
17037
17038 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
17039 erasing buffer.
17040
17041 2005-01-17 Richard M. Stallman <rms@gnu.org>
17042
17043 * progmodes/grep.el (grep-find): Copy from `grep' the condition
17044 for calling grep-compute-defaults.
17045
17046 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
17047 if buffer is empty.
17048
17049 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
17050
17051 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
17052
17053 * hilit-chg.el (highlight-changes-mode): Don't autoload.
17054
17055 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
17056 non-preloaded variables.
17057
17058 2005-01-17 Steven Tamm <steventamm@mac.com>
17059
17060 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
17061 tex-shell cause to force interactivity when using pipes.
17062
17063 2005-01-17 Kim F. Storm <storm@cua.dk>
17064
17065 * simple.el (just-one-space): Make arg optional.
17066
17067 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
17068
17069 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
17070 posn-at-x-y to t to access left-margin.
17071
17072 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
17073
17074 Sync with Tramp 2.0.47.
17075
17076 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
17077 catching keep-date problems in cp/scp operations.
17078 (tramp-handle-copy-file): Don't call `set-file-modes'
17079 unconditionally. Specialized functions should know better what is
17080 necessary. This improves performance a little bit, and the
17081 functions could catch errors with `cp -p' and `scp -p'.
17082 (tramp-do-copy-or-rename-file-via-buffer)
17083 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
17084 when appropriate.
17085 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
17086 Call `set-file-modes' when appropriate.
17087 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
17088 Johnsson <isak@hypergene.com>
17089 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
17090 of both Tramp buffer and debug buffer. Reported by Joakim Verona
17091 <joakim@verona.se>
17092 (tramp-file-name-for-operation): Mark `shell-command' as magic for
17093 Emacs only.
17094
17095 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
17096 `find-file-hooks' and `dired-mode-hook'.
17097 (tramp-minor-mode-map): Respective map. Add remapping for
17098 `compile' and `recompile'.
17099 (tramp-remap-command, tramp-recompile): New defuns.
17100 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
17101 in buffer "*Compilation*". Call the commands asynchronously.
17102
17103 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
17104 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
17105 `shell-command', because it isn't magic in XEmacs. Reported by
17106 Adrian Aichner <adrian@xemacs.org>.
17107
17108 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
17109 `substitute-in-file-name.
17110 (tramp-smb-handle-substitute-in-file-name): New defun.
17111 (tramp-smb-advice-PC-do-completion): Delete advice.
17112
17113 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
17114
17115 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
17116 Fix error in deleting region.
17117
17118 2005-01-15 Richard M. Stallman <rms@gnu.org>
17119
17120 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
17121 In non-temp buffer, switch syntax table temporarily.
17122
17123 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
17124
17125 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
17126
17127 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
17128
17129 * imenu.el (imenu--split-menu): Copy menulist before sorting.
17130 (imenu--generic-function): Use START, not BEG, as pos of definition.
17131
17132 * simple.el (just-one-space): Argument specifies number of spaces.
17133
17134 * simple.el (eval-expression-print-format): Avoid warning
17135 about edebug-active.
17136
17137 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
17138
17139 * progmodes/sh-script.el: Code copied from make-mode.el
17140 with small changes,
17141 (sh-mode-map): Bind C-c C-\.
17142 (sh-backslash-column, sh-backslash-align): New variables.
17143 (sh-backslash-region, sh-append-backslash): New functions.
17144
17145 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
17146
17147 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
17148 (rmail-pop-password, rmail-pop-password-required): Move to
17149 rmail-obsolete group.
17150 (rmail-set-pop-password): Rename to rmail-set-remote-password.
17151 All callers updated.
17152 (rmail-get-pop-password): Rename to rmail-get-remote-password.
17153 Take an argument specifying whether it is POP or IMAP mailbox we
17154 are using. All callers updated.
17155 (rmail-pop-password-error): Rename to
17156 rmail-remote-password-error. Added mailutils-specific error message.
17157 (rmail-movemail-search-path)
17158 (rmail-movemail-variant-in-use): New variables.
17159 (rmail-remote-password, rmail-remote-password-required):
17160 New customization variables.
17161 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
17162 (rmail-parse-url): New function.
17163 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
17164 with GNU mailutils movemail.
17165
17166 2005-01-15 Kevin Ryde <user42@zip.com.au>
17167
17168 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
17169 suffix to space, $ or '$, to correctly position point when going
17170 to @table style constants like DBL_MAX.
17171
17172 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
17173
17174 * type-break.el (type-break-mode, type-break-file-time)
17175 (type-break-file-keystroke-count, type-break-choose-file):
17176 Don't store data in or load data from the file if type-break-file-name
17177 is nil.
17178 (type-break-file-name): Doc update as per the above.
17179
17180 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
17181
17182 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
17183 lookup-key might return nil; handle that.
17184
17185 2005-01-15 Alan Mackenzie <acm@muc.de>
17186
17187 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
17188 rather than the element found, thus enabling the tree to be setcar'd.
17189
17190 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
17191
17192 * textmodes/org.el (org-show-following-heading): New option.
17193 (org-show-hierarchy-above): Use `org-show-following-heading'.
17194 (org-cycle): Documentation fix.
17195
17196 * textmodes/org.el (orgtbl-optimized): New option
17197 (orgtbl-mode): New command, a minor mode.
17198 (orgtbl-mode-map): New variable.
17199 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
17200 (orgtbl-error, orgtbl-self-insert-command)
17201 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
17202
17203 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
17204 a local variable in each org-mode buffer.
17205
17206 * textmodes/org.el (org-set-regexps-and-options): Rename from
17207 `org-set-regexps'. Added checking for STARTUP keyword.
17208 (org-get-current-options): Add STARTUP options.
17209 (org-table-insert-row): Make mode intelligent about when
17210 realignment is needed.
17211 (org-self-insert-command, org-delete-backward-char, org-delete-char):
17212 New commands.
17213 (org-enable-table-editor): New default value `optimized'.
17214 (org-table-blank-field): Support blanking regions if active.
17215
17216 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
17217
17218 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
17219 if the year is not given.
17220
17221 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
17222 Add new escapes %m and %M, fixed bug with %F by adding
17223 save-match-data.
17224 (reftex-reference): Remove ?. from list of spaces.
17225 (reftex-label-info): Add automatic label prefix recognition.
17226
17227 * textmodes/reftex-index.el (reftex-index-next-phrase):
17228 Add slave parameter to call of `reftex-index-this-phrase'.
17229 (reftex-index-this-phrase): New optional argument.
17230 (reftex-index-region-phrases): Add slave parameter to call of
17231 `reftex-index-this-phrase'.
17232 (reftex-display-index): New argument redo.
17233 (reftex-index-rescan): Add 'redo to arguments of
17234 `reftex-display-index'.
17235 (reftex-index-Rescan, reftex-index-revert)
17236 (reftex-index-switch-index-tag): Add 'redo to arguments of
17237 `reftex-display-index'.
17238 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
17239 indexing. Fix bug with matching is there is a quote before or
17240 after the word.
17241
17242 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
17243 Fix bug when collecting citation keys in lines with comments.
17244 (reftex-citation): Prefix argument no longer rescans the document,
17245 but forces prompting for optional arguments of cite macros.
17246 (reftex-do-citation): Prompting for optional arguments implemented.
17247
17248 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
17249 Add optional arguments to most cite commands.
17250 (reftex-cite-cleanup-optional-args): New option
17251 (reftex-cite-prompt-optional-args): New option.
17252 (reftex-trust-label-prefix): New option.
17253
17254 * textmodes/reftex-toc.el (reftex-toc-find-section):
17255 Add push-mark before changing the position in the buffer.
17256
17257 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
17258 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
17259
17260 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
17261
17262 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
17263 more carefully.
17264
17265 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
17266
17267 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
17268 (sgml-mode): Use it.
17269 (sgml-get-context): Better keep track of implicitly closed tags.
17270
17271 2005-01-13 Kenichi Handa <handa@m17n.org>
17272
17273 * textmodes/ispell.el: These changes are to fix misalignment error
17274 caused by equivalent characters of different Emacs charsets.
17275 (ispell-unified-chars-table): New variable.
17276 (ispell-get-decoded-string): New function.
17277 (ispell-get-casechars, ispell-get-not-casechars)
17278 (ispell-get-otherchars): Call ispell-get-decoded-string.
17279
17280 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
17281
17282 * custom.el (custom-declare-variable): Just put symbol instead
17283 of (defvar . symbol) in `current-load-list'.
17284
17285 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
17286
17287 * emacs-lisp/elint.el: Fixed typo in Commentary section.
17288
17289 2005-01-12 Jay Belanger <belanger@truman.edu>
17290
17291 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
17292 to create a Calc summary.
17293
17294 2005-01-12 Kim F. Storm <storm@cua.dk>
17295
17296 * mouse.el (mouse-on-link-p): Change functionality and doc
17297 string to comply with latest description in lisp ref.
17298
17299 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
17300
17301 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
17302 Enable mouse clicks on mode-line, header-line and margin.
17303 (event-type): Give mouse event symbols an 'event-kind property
17304 with value 'mouse-click.
17305
17306 2005-01-12 Juri Linkov <juri@jurta.org>
17307
17308 * facemenu.el (list-colors-display): Add new arg buffer-name.
17309 Use it. Fix docstring. Replace code for identifying duplicate
17310 colors by the name with call to `list-colors-duplicates' which
17311 identifies duplicate colors by the value unless the color
17312 is one of special Windows colors. Set truncate-lines to t.
17313 Print sorted duplicate color names on each line. Indent to 22
17314 \(the longest color name in rgb.txt) instead of 20. Optimize.
17315 (list-colors-duplicates): New function.
17316 (facemenu-color-name-equal): Delete function.
17317
17318 * facemenu.el (list-colors-print): New function created from code
17319 in list-colors-display. Print #RRGGBB at the window right edge.
17320 (list-colors-display): When temp-buffer-show-function is not
17321 defined, call list-colors-print from temp-buffer-show-hook
17322 to get the right value of window-width in list-colors-print
17323 after the buffer is displayed.
17324
17325 * simple.el (pop-mark): Move deactivate-mark out of conditional
17326 part to deactivate the active mark regardless of the state of the
17327 mark ring.
17328
17329 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
17330 variables line in desktop files.
17331
17332 2005-01-12 Juri Linkov <juri@jurta.org>
17333
17334 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
17335 Bring together isearch highlight related options.
17336 (lazy-highlight): Replace group `replace' by `matching'.
17337 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
17338 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
17339 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
17340 and declare them obsolete.
17341 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
17342 (isearch-faces): Remove defgroup.
17343 (isearch-overlay, isearch-highlight, isearch-dehighlight):
17344 Move isearch highlighting code closer to lazy highlighting code.
17345
17346 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
17347 (query-replace-highlight, query-replace-lazy-highlight)
17348 (query-replace): Move definitions to the beginning of the file.
17349
17350 2005-01-11 Juri Linkov <juri@jurta.org>
17351
17352 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
17353 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
17354 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
17355
17356 * info.el (Info-history-forward): New variable.
17357 (Info-select-node): Reset Info-history-forward to nil.
17358 (Info-last): Turn into defalias.
17359 (Info-history-back): Rename from Info-last.
17360 Add current node to Info-history-forward.
17361 (Info-history-forward): New fun.
17362 (Info-mode-map): Replace Info-last by Info-history-back.
17363 Bind Info-history-forward to "r".
17364 (Info-mode-menu): Replace Info-last by Info-history-back.
17365 Fix menu item text. Add menu item for Info-history-forward.
17366 (info-tool-bar-map): Replace Info-last by Info-history-back.
17367 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
17368 for Info-history-forward.
17369 (Info-mode): Replace Info-last by Info-history-back in docstring.
17370 Add local variable Info-history-forward.
17371 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
17372
17373 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
17374
17375 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
17376 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
17377 Ignore select-window events rather than fiddle with
17378 mouse-autoselect-window.
17379
17380 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
17381
17382 * type-break.el (type-break-mode): Fix previous change.
17383
17384 2005-01-10 Jay Belanger <belanger@truman.edu>
17385
17386 * calc/calc-ext.el (calc-reset): Reset when inside embedded
17387 calculator; only reset when point is inside a calculator.
17388 Don't adjust the window height if the window takes up the whole height
17389 of the frame.
17390
17391 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
17392
17393 * ebuff-menu.el (Electric-buffer-menu-mode):
17394 Preserve value of buffer-local var header-line-format.
17395
17396 2005-01-09 Jay Belanger <belanger@truman.edu>
17397
17398 * calc/calc.el (calc-mode-var-list-restore-saved-values):
17399 Make sure settings file exists before accessing it.
17400
17401 * calc/calc-embed.el (calc-embedded-subst):
17402 Replace math-multi-subst-rec, which is only supposed to be called
17403 by math-multi-subst, by math-multi-subst.
17404
17405 2005-01-09 Andre Spiegel <spiegel@gnu.org>
17406
17407 * vc.el (vc-allow-async-revert): New user option.
17408 (vc-disable-async-diff): New internal variable.
17409 (vc-revert-buffer): Use them to disable asynchronous diff.
17410
17411 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
17412 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
17413 asynchronously if vc-disable-async-diff is t.
17414
17415 2005-01-09 Jay Belanger <belanger@truman.edu>
17416
17417 * calc/calc.el (defcalcmodevar): New macro.
17418 (calc-mode-var-list-restore-default-values)
17419 (calc-mode-var-list-restore-saved-values): New functions.
17420 (calc-mode-var-list): Use defcalcmodevar to define it.
17421 (calc-always-load-extensions, calc-line-numbering)
17422 (calc-line-breaking, calc-display-just, calc-display-origin)
17423 (calc-number-radix, calc-leading-zeros, calc-group-digits)
17424 (calc-group-char, calc-point-char, calc-frac-format)
17425 (calc-prefer-frac, calc-hms-format, calc-date-format)
17426 (calc-float-format, calc-full-float-format, calc-complex-format)
17427 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
17428 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
17429 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
17430 (calc-matrix-brackets, calc-language, calc-language-option)
17431 (calc-left-label, calc-right-label, calc-word-size)
17432 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
17433 (calc-display-raw, calc-internal-prec, calc-angle-mode)
17434 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
17435 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
17436 (calc-window-height, calc-display-trail, calc-show-selections)
17437 (calc-use-selections, calc-assoc-selections)
17438 (calc-display-working-message, calc-auto-why, calc-timing)
17439 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
17440 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
17441 (calc-gnuplot-default-device, calc-gnuplot-default-output)
17442 (calc-gnuplot-print-device, calc-gnuplot-print-output)
17443 (calc-gnuplot-geometry, calc-graph-default-resolution)
17444 (calc-graph-default-resolution-3d, calc-invocation-macro)
17445 (calc-show-banner): Use defcalcmodevar to declare them and set
17446 their default values.
17447
17448 * calc/calc-ext.el (calc-reset): Restore saved values of variables
17449 instead of default values (but restore default values if there is
17450 an argument of 0).
17451
17452 2005-01-09 David Kastrup <dak@gnu.org>
17453
17454 * desktop.el (desktop-restore-eager): Fix typo in type.
17455
17456 2005-01-08 Richard M. Stallman <rms@gnu.org>
17457
17458 * cus-edit.el (customize): Delete :link.
17459
17460 2005-01-08 Jay Belanger <belanger@truman.edu>
17461
17462 * calc/calc.el (calc-mode): Remove the extension from the
17463 `calc-settings-file' file name when loading it.
17464
17465 2005-01-08 Kim F. Storm <storm@cua.dk>
17466
17467 * info.el (Info-mode-map, Info-next-link-keymap)
17468 (Info-prev-link-keymap, Info-up-link-keymap):
17469 Map follow-link to mouse-face.
17470 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
17471
17472 2005-01-08 Jay Belanger <belanger@truman.edu>
17473
17474 * calc/calc.el (calc-settings-file): Change default value.
17475 Suggested by cgw in a comment in calc-mode.el.
17476
17477 * calc/calc-mode.el (calc-settings-file-name):
17478 Compare calc-settings-file to user-init-file instead of ~/.emacs.
17479 Replace ~/.emacs in a prompt by calc-settings-file.
17480
17481 2005-01-07 Lars Hansen <larsh@math.ku.dk>
17482
17483 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
17484 (desktop-lazy-idle-delay): New customizable variables.
17485 (desktop-buffer-args-list): New variable.
17486 (desktop-append-buffer-args): New function.
17487 (desktop-save): Call desktop-append-buffer-args for some buffers.
17488 (desktop-lazy-create-buffer): New function.
17489 (desktop-idle-create-buffers): New function.
17490 (desktop-read): Add message about buffers to restore lazily.
17491 (desktop-lazy-abort): New command.
17492 (desktop-clear): Call desktop-lazy-abort.
17493 (desktop-lazy-complete): New command.
17494
17495 2005-01-06 Richard M. Stallman <rms@gnu.org>
17496
17497 * emacs-lisp/find-func.el (find-face-definition):
17498 Rename from find-face.
17499
17500 2005-01-06 Kim F. Storm <storm@cua.dk>
17501
17502 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
17503
17504 * man.el (Man-xref-man-page, Man-xref-header-file)
17505 (Man-xref-normal-file): Add follow-link property.
17506
17507 2005-01-06 Jay Belanger <belanger@truman.edu>
17508
17509 * calc/calc-units.el: Make sure the proper macro definitions are
17510 available when compiling.
17511
17512 2005-01-06 Juri Linkov <juri@jurta.org>
17513
17514 * isearch.el (isearch-lazy-highlight-update):
17515 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
17516
17517 2005-01-06 Miles Bader <miles@gnu.org>
17518
17519 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
17520 (isearch-lazy-highlight-face): Use new name.
17521
17522 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
17523
17524 * uniquify.el (uniquify-rationalize-file-buffer-names):
17525 Re-add an interactive spec.
17526 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
17527 to the same name.
17528
17529 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
17530 (isearch-update, isearch-done): Adjust calls accordingly.
17531
17532 2005-01-05 Richard M. Stallman <rms@gnu.org>
17533
17534 * custom.el (custom-set-variables, custom-theme-set-variables):
17535 Clarify documentation.
17536
17537 * emacs-lisp/find-func.el (find-variable)
17538 (find-variable-other-window, find-variable-other-frame):
17539 Fix the TYPE args to find-function-read and find-function-do-it.
17540 (find-function): Doc fix.
17541 (find-function-at-point): Replace function-at-point alias.
17542
17543 2005-01-04 Richard M. Stallman <rms@gnu.org>
17544
17545 * cus-face.el (custom-declare-face):
17546 Record defface in current-load-list.
17547
17548 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
17549
17550 * emacs-lisp/find-func.el: Doc fixes.
17551 (find-face-regexp): New variable.
17552 (find-function-regexp-alist): New variable.
17553 (find-function-C-source): Third arg is now TYPE.
17554 (find-function-search-for-symbol): Handle general TYPE.
17555 (find-function-read, find-function-do-it): Handle general TYPE.
17556 (find-definition-noselect, find-face): New functions.
17557 (function-at-point): Alias deleted.
17558
17559 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
17560
17561 * battery.el (display-battery-mode): Rename from display-battery.
17562 Handle the case where it gets turned off.
17563
17564 2005-01-04 Richard M. Stallman <rms@gnu.org>
17565
17566 * cus-edit.el (customize): Make :link point to user doc.
17567
17568 * man.el (Man-fontify-manpage): Turn off undo generation.
17569
17570 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
17571
17572 2005-01-04 Andreas Schwab <schwab@suse.de>
17573
17574 * files.el (insert-directory): Only look for error lines in
17575 inserted text. Don't move too far after processing --dired markers.
17576
17577 2005-01-04 Richard M. Stallman <rms@gnu.org>
17578
17579 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
17580 Don't expand if the character is @, period, dash, etc.
17581 (define-mail-abbrev): Quote names that contain problem characters.
17582
17583 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
17584
17585 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
17586
17587 2005-01-03 Richard M. Stallman <rms@gnu.org>
17588
17589 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
17590 (query-replace-highlight, query-replace-lazy-highlight)
17591 (query-replace): Definitions moved up. Doc fix.
17592
17593 2005-01-03 Richard M. Stallman <rms@gnu.org>
17594
17595 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
17596 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
17597 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
17598 (lazy-highlight-face): Rename from isearch-lazy-...
17599 Change all references to them.
17600
17601 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
17602
17603 * cus-edit.el (custom-file): Doc fix for defcustom.
17604 (custom-file): The function no longer sets the variable
17605 `custom-file' to its return value.
17606
17607 * startup.el (command-line): No longer load `custom-file'.
17608
17609 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
17610
17611 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
17612
17613 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
17614 Don't confuse module-prefixed identifiers for labels.
17615 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
17616
17617 2005-01-02 Richard M. Stallman <rms@gnu.org>
17618
17619 * files.el (basic-save-buffer-1): Fix previous change.
17620
17621 * loadhist.el (file-loadhist-lookup): New function.
17622 (file-provides, file-requires): Use it.
17623
17624 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
17625 instead of calculating the right size.
17626
17627 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
17628
17629 * vc-svn.el (vc-svn-diff): Stay local if possible.
17630
17631 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
17632
17633 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
17634
17635 * files.el (hack-local-variables): Fix last change.
17636
17637 2005-01-02 Jay Belanger <belanger@truman.edu>
17638
17639 * calc/calc-yank.el (calc-edit-top): New variable.
17640 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
17641 object. Change header properties.
17642 (calc-edit-finish, calc-edit-finish-stack-object)
17643 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
17644 edited object.
17645 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
17646 for the beginning of the edited object.
17647 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
17648 for the beginning of the edited object.
17649 * calc/calc-prog.el (calc-edit-macro-finish-edit)
17650 (calc-finish-formula-edit, calc-macro-repeats)
17651 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
17652 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
17653 beginning of the edited object.
17654 (calc-user-define-edit): Change the header for editing macros.
17655 Remove unnecessary variable.
17656
17657 2005-01-01 Jay Belanger <belanger@truman.edu>
17658
17659 * calc/calc-yank.el (calc-edit-mode): Change default header.
17660 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
17661 * calc/calc-store.el (calc-edit-variable): Change title to match new
17662 header.
17663 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
17664 mode to match new header.
17665 (calc-user-define-edit): Change titles to include names of commands.
17666 (calc-finish-formula-edit): Adjust to handle new header.
17667 (calc-finish-macro-edit): Remove.
17668 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
17669 (calc-edit-macro-command, calc-edit-macro-command-type)
17670 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
17671 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
17672 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
17673 (calc-edit-macro-finish-edit): New functions.
17674 (calc-user-define-edit): Use new functions to edit named calc macros.
17675
17676 2005-01-01 Stefan <monnier@iro.umontreal.ca>
17677
17678 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
17679
17680 * ses.el (copy-region-as-kill): Deactivate mark.
17681
17682 2005-01-01 Richard M. Stallman <rms@gnu.org>
17683
17684 * replace.el (occur-1): If the output buffer is also an input,
17685 don't kill it, rename it.
17686
17687 * faces.el (set-face-background, set-face-foreground): Doc fix.
17688
17689 * cus-face.el (custom-face-attributes): Fix :help-echo strings
17690 for :foreground and :background.
17691
17692 * dired.el (dired-view-command-alist): Variable deleted.
17693 (dired-view-file, dired-mouse-find-file-other-window):
17694 Delete the code to use it.
17695
17696 2005-01-01 Kim F. Storm <storm@cua.dk>
17697
17698 * image.el (insert-sliced-image): Use t for line-height property.
17699
17700 See ChangeLog.11 for earlier changes.
17701
17702 ;; Local Variables:
17703 ;; coding: iso-2022-7bit
17704 ;; End:
17705
17706 Copyright (C) 2005 Free Software Foundation, Inc.
17707 Copying and distribution of this file, with or without modification,
17708 are permitted provided the copyright notice and this notice are preserved.
17709
17710 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1