]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2005-12-09 Kim F. Storm <storm@cua.dk>
2
3 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
4
5 2005-12-09 David Ponce <david@dponce.com>
6
7 * recentf.el: Improvement of the menu code.
8 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
9 instead of menu hook.
10 (recentf-show-menu, recentf-hide-menu): New functions.
11 (recentf-menu-customization-changed, recentf-mode): Use them.
12 (recentf-menu-action, recentf-max-menu-items)
13 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
14 (recentf-arrange-by-rule-others)
15 (recentf-arrange-by-rules-min-items)
16 (recentf-arrange-by-rule-subfilter) : Don't use
17 `recentf-menu-customization-changed'.
18 (recentf-arrange-rules): Likewise. Accept functions to compute
19 sub-menu titles.
20 (recentf-menu-filter): Likewise. Doc fix.
21 (recentf-menu-value-shortcut): Doc fix.
22 (recentf-dump-variable): Quote atom value.
23 (recentf-make-menu-items): Update to use it as a menu filter.
24 (recentf-match-rule): New function.
25 (recentf-arrange-by-rule): Use it.
26 (recentf-indirect-mode-rule): New function.
27 (recentf-build-mode-rules): Use it.
28 (recentf-dir-rule): New function.
29 (recentf-arrange-by-dir): Use it.
30 (recentf-filter-changer-current): Rename from
31 `recentf-filter-changer-state'. All references updated.
32 (recentf-filter-changer-alist): Update filter names.
33 (recentf-filter-changer-select): New function.
34 (recentf-filter-changer): Use it. Make a sub-menu from filters
35 available in `recentf-filter-changer-alist'.
36 (recentf-data-cache, recentf-clear-data)
37 (recentf-update-menu): Remove. All references updated.
38 (recentf-match-rule-p, recentf-build-dir-rules)
39 (recentf-filter-changer-goto-next)
40 (recentf-filter-changer-get-current)
41 (recentf-filter-changer-get-next): Remove.
42
43 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
44
45 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
46 buffer "Reset" button to "Reset to Current" for consistency with
47 the State buttons.
48
49 2005-12-08 John Paul Wallington <jpw@pobox.com>
50
51 * ibuf-ext.el (define-ibuffer-filter filename):
52 If `dired-directory' is a list then really use its car.
53
54 2005-12-08 Kim F. Storm <storm@cua.dk>
55
56 * emulation/cua-rect.el (cua--rectangle-aux-replace): Fix
57 indention of text on right side of replaced rectangle.
58
59 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
60
61 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
62 No need to check gud-comint-buffer is bound.
63 (gdb): Prevent multiple debugging when first session uses gdba.
64
65 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
66
67 CC Mode update to 5.31.
68
69 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
70 Emacsen which lack `define-minor-mode'. (Currently Emacs <21. We
71 might do this function properly in the future).
72
73 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el: New
74 macros c-sentence-end and c-default-value-sentence end, to cope
75 with Emacs 22's new function `sentence-end'.
76
77 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
78
79 * progmodes/cc-cmds.el (c-show-syntactic-information): Solved the
80 compat issue using `c-put-overlay' and `c-delete-overlay'.
81
82 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay): New
83 compat macros to handle overlays/extents.
84
85 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
86
87 * progmodes/cc-fix.el: Add definitions of the macros push and pop
88 (for GNU Emacs 20.4)
89
90 * progmodes/cc-defs.el:
91 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
92
93 * progmodes/cc-cmds.el (c-show-syntactic-information): change the
94 highlighting mechanism so it will work in XEmacs too.
95
96 * progmodes/cc-defs.el: Insert c-int-to-char.
97
98 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
99 call to the new macro c-int-to-char. This solves XEmacs's
100 regarding characters as different from integers.
101
102 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
103
104 * progmodes/cc-fonts.el (c-make-syntactic-matcher): New internal
105 helper.
106
107 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
108 construct to make the indirect face lookup work in XEmacs.
109
110 (c-cpp-matchers): Append the negation char face to the existing
111 fontification, so that the cpp face doesn't disappear. Use
112 `c-make-syntactic-matcher' to avoid negation chars in comments and
113 strings.
114
115 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
116 to map to `font-lock-negation-char-face' in emacsen where it
117 exists.
118
119 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
120
121 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
122
123 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el: Rename
124 "c-subword-move-mode" as "c-subword-mode".
125
126 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
127 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
128
129 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
130
131 * progmodes/cc-mode.el: Added autoload directive for
132 `c-subword-move-mode' for use in older emacsen.
133
134 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
135
136 * progmodes/cc-mode.el:
137 (i) Insert a binding for C-c C-backspace into
138 c-bind-special-erase-keys which works in TTYs.
139 (ii) Make sure that when file styles are used, any explicitly
140 given style variables take priority over those in the style. Do
141 this by calling `hack-local-variables' a second time.
142
143 * progmodes/cc-vars.el: Add language specific customization
144 widgets for AWK to c-doc-comment-style, c-require-final-newline
145 and c-default-style. Add a defcustom for awk-mode-hook. Give
146 c-syntactic-element and c-syntactic-context doc-strings by
147 directly setting their `variable-documentation' propery. This
148 allows Emacs 22.1 to read these with C-h v.
149
150 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan
151 Monnier).
152
153 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
154
155 * progmodes/cc-fonts.el, cc-vars.el
156 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection,
157 gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
158 Masatake YAMATO.
159
160 (c-doc-comment-style): Made GtkDoc default in C mode.
161
162 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
163 and C-c C-<delete>.
164
165 (c-bind-special-erase-keys): New function for use on
166 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
167
168 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
169 <delete> key behavior in XEmacs according to `delete-forward-p'.
170 C.f. `c-electric-delete'.
171
172 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
173
174 * progmodes/cc-mode.el: Give c-hungry-backspace and
175 c-hungry-delete-forward permanent key bindings.
176
177 * progmodes/cc-cmds.el (c-electric-semi&comma): Bind
178 c-syntactic-context for calls to "criteria functions", for
179 consistency with other calls to user functions.
180
181 * progmodes/cc-cmds.el (c-indent-command): expunge use of
182 `current-prefix-arg', since this might be the prefix arg to a
183 command which calls c-indent-command as a function. Change the
184 interactive spec from "p" to "P".
185
186 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
187 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
188 was difficult to understand.
189
190 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
191
192 * progmodes/cc-engine.el (c-on-identifier): Fixed bug when at the
193 first char of an identifier.
194
195 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
196 +" syntax in C++.
197
198 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
199
200 * progmodes/cc-cmds.el (c-mask-paragraph): correct, so that
201 auto-fill doesn't split a c-comment's last word from a hanging
202 "*/" when a space is typed between them after fill-column.
203
204 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
205
206 * progmodes/cc-styles.el (c-set-style,
207 c-setup-paragraph-variables): Abort the command if we're not in a
208 CC Mode buffer.
209
210 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
211 with blank comment-prefix, and a blank line as the comment's
212 second line.
213
214 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
215
216 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
217 Incorporated the patterns added in the Emacs development branch
218 for the new Emacs 22 face `font-lock-negation-char-face'.
219
220 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
221 of "red" since it stands out better in xterms and DOS terminals.
222
223 * progmodes/cc-engine.el (c-literal-faces): Added
224 `font-lock-comment-delimiter-face' which is new in Emacs 22.
225
226 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
227
228 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
229 forcibly enable c-electric-flag.
230
231 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
232 `comment-close-slash' on c-electric-slash: if enabled, typing `/'
233 just after the comment-prefix of a C-style comment will close that
234 comment.
235
236 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
237
238 * progmodes/cc-fonts.el (c-basic-matchers-before,
239 c-complex-decl-matchers): Fixed the "not-arrow-prefix" regexp used
240 in Pike.
241
242 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
243 digraphs.
244
245 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
246 (c-cpp-message-directives, c-cpp-include-directives,
247 c-opt-cpp-macro-define, c-opt-cpp-macro-define-start,
248 c-cpp-expr-directives): Introduced new language constants to
249 control cpp syntax in a cleaner way.
250
251 (c-cpp-expr-functions): Renamed from c-cpp-defined-fns.
252
253 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
254
255 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines,
256 c-multiline-string-start-char): New language constants and
257 variables to specify how newlines in string literals work.
258
259 (c-font-lock-invalid-string): Use them.
260
261 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
262 unbalanced close brace is entered. Optimization by avoiding going
263 back over arbitrarily large blocks. Removed hints that this
264 function only would be relevant/useful in AWK.
265
266 (c-electric-brace): Indent syntactically after the cleanups since
267 lineup functions might do it differently then.
268
269 * progmodes/cc-engine.el, cc-langs.el
270 (c-opt-op-identifier-prefix): New language constant and variable.
271
272 (c-just-after-func-arglist-p, c-after-special-operator-id,
273 c-search-decl-header-end, c-inside-bracelist-p): Use it.
274
275 * progmodes/cc-align.el, cc-engine.el
276 (c-after-special-operator-id): New helper to handle C++ operator
277 identifiers.
278
279 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p,
280 c-guess-basic-syntax): Handle C++ operator identifiers in
281 declarations.
282
283 * progmodes/cc-langs.el (c-assignment-operators): Added the
284 trigraph version of ^= too.
285
286 * progmodes/cc-langs.el (c-assignment-operators): Added the
287 trigraph version of |= in C++.
288
289 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle
290 `c-decl-hangon-kwds' after the identifier name.
291
292 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
293 whether an arglist is "nonempty", ignore a comment after the open
294 paren if it isn't followed by a non-comment token on the same
295 line.
296
297 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4: Enable
298 heuristics below the point to cope with classes inside special
299 brace lists in Pike.
300
301 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
302
303 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
304
305 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
306
307 * progmodes/cc-guess.el (cc-guess-install): New function to
308 install an already guessed style in another buffer.
309
310 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
311 sets `inhibit-read-only' - `c-save-buffer-state' should be used
312 anyway if the change always is undone.
313
314 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
315
316 Implement togglable electricity:
317
318 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
319 saying when it should be used.
320
321 * progmodes/cc-engine.el: Add the new buffer-local variable,
322 c-electric-flag.
323
324 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
325 c-toggle-auto-newline.
326
327 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
328 c-toggle-auto-newline. Remove the binding for
329 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
330 c-toggle-electric-state.
331
332 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
333
334 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
335 c-\(forward\|backward\)-subword.
336 (c-update-modeline): Add the new modeline flag `l' for
337 `c-electric-flag'. Make the auto-newline flag `a' dependent on
338 `l'.
339 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'. Make
340 the old name an alias of the new name.
341 (c-toggle-electric-state): New function.
342 c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\):
343 Adapt these functions to do electric things only when
344 c-electric-flag is non-nil.
345 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
346 new functions from c-electric-brace.
347 (c-point-syntax): Add a check for "virtual semicolons" in AWK
348 mode, so that the tentative extra newline doesn't change the
349 syntax of the following brace.
350 (c-electric-brace): restructure by extracting the above functions.
351 Tidy up the coding somewhat.
352 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
353 restructure a bit.
354
355 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
356
357 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
358 anchor position(s) using faces. Thanks to Masatake YAMATO for the
359 idea.
360
361 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
362 (c-submode-indicators): Changed name from `c-auto-hungry-string'
363 since it's now used to track another submode.
364
365 (c-update-modeline): Converted to function and extended to check
366 `c-subword-move-mode'.
367
368 (c-forward-into-nomenclature, c-backward-into-nomenclature):
369 Converted to compat aliases for `c-forward-subword' and
370 `c-backward-subword'.
371
372 * progmodes/cc-subword.el: New functions and minor mode to handle
373 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
374
375 (c-forward-subword, c-backward-subword, c-mark-subword,
376 c-kill-subword, c-backward-kill-subword, c-transpose-subwords,
377 c-capitalize-subword, c-downcase-subword, c-upcase-subword):
378 Functions corresponding to the standard word handling functions.
379
380 (c-subword-move-mode): Minor mode that replaces all the standard
381 word handling functions with their subword equivalences.
382
383 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
384
385 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
386 entry for one-liner-defun.
387
388 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
389 name in its def-edebug-spec.
390
391 * progmodes/cc-cmds.el (c-electric-brace): Make the
392 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
393 compacts space before a comment, if this will make things fit on
394 one line.
395
396 Introduce an "awk" style, mainly for auto-newline and clean-ups.
397
398 * progmodes/cc-align.el: new function c-snug-1line-defun-close
399
400 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
401 clean-up one-liner-defun.
402
403 * progmodes/cc-styles.el: Add the new "awk" style.
404
405 * progmodes/cc-vars.el: Add description of one-liner-defun to
406 c-cleanup-list's doc-string. New user options,
407 c-max-one-liner-length. In c-default-style, set the default style
408 for AWK to "awk".
409
410 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
411
412 * progmodes/cc-engine.el (c-forward-label): Fixed fontification of
413 macros inside labels.
414
415 * progmodes/cc-engine.el (c-looking-at-bos): Obsoleted in favor of
416 `c-at-statement-start-p' and `c-at-expression-start-p'.
417
418 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
419 error if the mark isn't set.
420
421 * progmodes/cc-engine.el (c-guess-continued-construct,
422 c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
423 accurately detect functions inside functions.
424
425 * progmodes/cc-engine.el (c-at-expression-start-p): New function
426 like `c-at-statement-start-p' that additionally recognizes commas
427 and expression parentheses as delimiters.
428
429 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Added flag
430 to avoid heuristics that doesn't work for unclosed blocks.
431
432 (c-at-statement-start-p): New function.
433
434 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
435 Objective-C directives, e.g. directives spanning lines should work
436 reasonably well now.
437
438 (c-put-c-type-property, c-clear-c-type-property): New helpers.
439
440 (c-forward-objc-directive): New function to move over any ObjC
441 directive.
442
443 (c-just-after-func-arglist-p, c-guess-basic-syntax,
444 c-basic-matchers-before): Use it.
445
446 (c-font-lock-objc-iip-decl): Removed.
447
448 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
449 in the template arglist recognition.
450
451 * progmodes/cc-styles.el (c-style-alist): Fixed several
452 inconsistencies in the Whitesmith style.
453
454 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks): New
455 lineup function to get lines after Whitesmith style blocks
456 correctly indented.
457
458 (c-lineup-whitesmith-in-block): Backed out the compensation for
459 opening parens since it's done using `add' lists in the style
460 definition instead. Don't use the anchor position since it varies
461 too much between the syntactic symbols. :P
462
463 * progmodes/cc-vars.el (c-valid-offset): Updated.
464
465 * progmodes/cc-engine.el (c-evaluate-offset): Extended to handle
466 lists where the offsets are combined according to several
467 different methods: `first', `min', `max', and `add'. Report
468 offset evaluation errors with `c-benign-error' so that some kind
469 of reindentation still is done.
470
471 * progmodes/cc-engine.el (c-guess-basic-syntax): Anchor
472 `arglist-intro' the same way as `arglist-cont-nonempty' and
473 `arglist-close'.
474
475 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed similar
476 situations for `arglist-cont-nonempty' and `arglist-close'.
477
478 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New
479 constant.
480
481 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
482 cc-bytecomp-boundp' in a number of places.
483
484 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fixed a
485 macro related issue.
486
487 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
488
489 * progmodes/cc-awk.el: Change the terminology of regexps: A char
490 list is now
491 [asdf], a char class [:alpha:]. Include code for char classes.
492 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
493 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
494
495 Remove (nearly all of) the cruft associated with AWK Mode's former
496 concept of "virtual semicolons":
497
498 Adapt c-beginning-of-statement, c-end-of-statement (together with
499 subfunctions) to use the new notion of "virtual semicolon" in
500 place of the old awkward special handling for AWK. There remains
501 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
502 * progmodes/cc-cmds.el:
503 (c-ascertain-adjacent-literal): In the backwards direction, now
504 recognises AWK regexp delimiters as string delimiters.
505 (c-after-statement-terminator-p): Adapt for virtual semicolons;
506 check more rigorously for "end of macro".
507 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
508 virtual semicolons;
509 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
510 out the code for forward movement into ...
511 (c-end-of-statement): Now contains the code for forward movement,
512 adapted for virtual semicolons.
513
514 * progmodes/cc-engine.el:
515 (c-ws*-string-limit-regexp): new regexp.
516 (c-forward-single-comment, c-backward-single-comment): Comment out
517 the (now redundant) "special" AWK stuff.
518
519 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
520 c-string-par-start, c-string-par-separate to be more like Text
521 Mode than Fundamental Mode.
522
523 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
524
525 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
526 to the fontified region so that fontification doesn't occur
527 outside it
528 (could happen e.g. when fontifying a line with an unfinished
529 declaration).
530
531 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
532
533 * progmodes/cc-awk.el: Regexps for analysing AWK code have been
534 moved to near the start of the file. ^L now separate sections of
535 the file. New defconsts: c-awk-non-eol-esc-pair-re,
536 c-awk-blank-or-comment-line-re,
537 c-awk-one-line-possibly-open-string-re,
538 c-awk-regexp-one-line-possibly-open-char-class-re,
539 c-awk-one-line-possibly-open-regexp-re,
540 c-awk-one-line-non-syn-ws*-re. New functions: c-awk-at-vsemi-p,
541 c-awk-vsemi-status-unknown-p.
542
543 Amend the concept of "virtual semicolons" (in the indentation
544 engine) for languages like AWK, such that they are now
545 conceptually attached to end of the last token of a statement, not
546 the end of the line. (In AWK Mode, however, the pertinent text
547 property is still physically set on the EOL.) Remove the specific
548 tests for awk-mode, thus facilitating the introduction of other
549 language modes where EOLs can end statements. (Note: The
550 funtionality in cc-cmds.el, specifically
551 c-beginning/end-of-statement has yet to be amended.)
552
553 * progmodes/cc-defs.el: New macros c-at-vsemi-p,
554 c-vsemi-status-unknown-p.
555
556 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
557 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
558 c-vsemi-status-unknown-p-fn (in a new page).
559
560 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
561 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
562 numerous awkward forms like
563 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
564 with
565 (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
566 variable before-ws-ip, the place just after char-before-ip
567 appears.
568
569 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
570 a comment.
571
572 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
573
574 * progmodes/cc-cmds.el (c-electric-brace): Cleaned up using
575 `c-tentative-buffer-changes'.
576
577 * progmodes/cc-defs.el (c-region-is-active-p): Simplified and
578 converted to macro to choose between Emacs and XEmacs at compile
579 time.
580
581 (c-set-region-active): New set counterpart to
582 `c-region-is-active-p'.
583
584 (c-tentative-buffer-changes): New macro to handle temporary buffer
585 changes in a convenient way.
586
587 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
588 for `c-tentative-buffer-changes'.
589
590 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tightened up
591 the checks for paren sexps between the point and the keyword, to
592 avoid some false alarms.
593
594 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
595 Fixed a situation where an error could be thrown for unbalanced
596 parens. Changed to make use of c-keyword-member' to avoid some
597 repeated regexp matches.
598
599 (c-opt-lambda-key, c-opt-inexpr-block-key,
600 c-opt-inexpr-class-key): These language variable are no longer
601 necessary.
602
603 (c-block-stmt-kwds): New language constant used by
604 c-looking-at-inexpr-block'.
605
606 (c-guess-basic-syntax): Removed an optional check that looked at
607 the existence of the now removed language variables.
608
609 * progmodes/cc-engine.el (c-fdoc-shift-type-backward,
610 c-forward-decl-or-cast-1): Fixed invalid recognition of C++ style
611 object instantiation expressions as declarations in some contexts.
612 This bug only affected languages where the declarator can't be
613 enclosed in parentheses.
614
615 * progmodes/cc-styles.el (c-style-alist): Fixed the GNU style to
616 insert newlines before and after substatement braces.
617
618 * progmodes/cc-engine.el: Improved the heuristics for recognizing
619 function declaration headers and the handling of C++ style member
620 init lists.
621
622 (c-just-after-func-arglist-p): Rewritten to use
623 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
624
625 (c-beginning-of-member-init-list): Removed since it isn't used
626 anymore.
627
628 (c-guess-basic-syntax): Case 5B adapted for the new
629 `c-just-after-func-arglist-p'. Cases 5B.1 and 5B.3 merged. Cases
630 5D.1 and 5D.2 removed since they aren't trigged anymore (case 5B.1
631 covers all cases now).
632
633 * progmodes/cc-defs.el (c-point): Added 'bosws and 'eosws.
634
635 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
636
637 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
638 c-string-par-start/separate c-sentence-end-with-esc-eol,
639 initialised in c-setup-paragraph-variables, used in string
640 scanning subroutines of c-beginning-of-statement.
641
642 * progmodes/cc-cmds.el (c-electric-brace): don't delete a comment
643 which precedes the newly inserted `{'.
644
645 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
646
647 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
648 function for declaration level blocks. It should now cope with
649 templates better and also be a lot more comprehensible.
650
651 (c-looking-at-decl-block): The new function.
652
653 (c-search-uplist-for-classkey): The old one. It's now a wrapper
654 for compatibility.
655
656 (c-add-class-syntax, c-guess-continued-construct,
657 c-guess-basic-syntax): Adapted for `c-looking-at-decl-block'.
658
659 (c-decl-block-key): Changed to tell apart ambiguous and
660 unambiguous keywords. Pike specials are now handled directly in
661 the code instead.
662
663 (c-block-prefix-disallowed-chars, c-block-prefix-charset): New
664 language constants and variables to make the backward skip in
665 `c-looking-at-decl-block' as tight as possible.
666
667 (c-nonsymbol-token-char-list): New language constant.
668
669 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
670 find balanced template arglists backwards.
671
672 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
673 making char classes for `c-syntactic-skip-backward'.
674
675 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplified case
676 16D - can't be a class-close at that point.
677
678 * progmodes/cc-engine.el (c-guess-basic-syntax,
679 c-add-class-syntax): Don't narrow out the enclosing declaration
680 level. This makes everything a lot easier, and it was actually
681 only four small places that needed it to work. Some places that
682 previously did `widen' are removed now, which has the effect that
683 `c-guess-basic-syntax' never will look at things outside the
684 current narrowment now. The anchor position for `topmost-intro'
685 is affected by this, but it was so bogus it was basically useless
686 before, and now it's equally bogus but in a slightly different
687 way.
688
689 (c-narrow-out-enclosing-class): Gone.
690
691 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
692 the narrowed region.
693
694 (c-least-enclosing-brace): Removed silly optional argument.
695
696 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fixed bug where
697 the point could be left directly after an open paren when finding
698 the beginning of the first decl in the block.
699
700 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
701 Specify which submatch to use.
702
703 * progmodes/cc-langs.el (c-symbol-start): Include '@' in ObjC.
704
705 (c-decl-start-re): No no longer any need for special treatment of
706 ObjC due to the above.
707
708 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
709 presumably follows C in that regard.
710
711 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
712 New language constants to specify operator tokens inside
713 identifiers in a more high level way.
714
715 (c-opt-identifier-prefix-key): New internal language constant.
716
717 (c-opt-identifier-concat-key, c-opt-after-id-concat-key,
718 c-identifier-start, c-identifier-key): Now completely calculated
719 from other constants.
720
721 (c-identifier-last-sym-match): Decommissioned since it's no longer
722 used.
723
724 (c-operators): Use `c-identifier-ops'. Documented
725 `postfix-if-paren'.
726
727 * progmodes/cc-engine.el (c-forward-name): Removed the
728 optimization when c-identifier-key is equal to c-symbol-key since
729 it doesn't work in byte compiled files. Don't record empty
730 regions as identifiers.
731
732 * progmodes/cc-langs.el (c-filter-ops): New helper function to
733 simplify access to `c-operators' and its likes.
734
735 (c-operator-list, c-all-op-syntax-tokens,
736 c-nonsymbol-token-regexp, c-<>-multichar-token-regexp,
737 c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds,
738 c-primary-expr-regexp, c-cast-parens): Use it.
739
740 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
741 an explicit language in functions.
742
743 * progmodes/cc-defs.el (c-make-keywords-re): Added an appendable
744 variant of adornment.
745
746 * progmodes/cc-langs.el (c-any-class-key): Removed unused language
747 variable.
748
749 (c-type-decl-prefix-key): Removed some now unnecessary cruft from
750 the Pike value.
751
752 * progmodes/cc-engine.el (c-on-identifier,
753 c-simple-skip-symbol-backward): Small fix for handling "-"
754 correctly in `skip-chars-backward'. Affected the operator lfun
755 syntax in Pike.
756
757 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disabled the
758 diagnostic message about precompiled language vars not being used.
759
760 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
761 "__attribute__" is followed by a parenthesis.
762
763 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re,
764 c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
765 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
766
767 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el: Internal
768 cleanups to properly detect the declared identifiers in various
769 declarations.
770
771 (c-decl-start-kwds): New language constant to recognize
772 declarations that can start anywhere. Used for class declarations
773 in Pike.
774
775 (c-specifier-key, c-not-decl-init-keywords,
776 c-decl-prefix-or-start-re, c-find-decl-prefix-search,
777 c-find-decl-spots): Implement `c-decl-start-kwds'.
778
779 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds,
780 c-decl-hangon-key, c-forward-decl-or-cast-1): Separated the
781 handling of the compiler specific extension keywords into a new
782 language constant `c-decl-hangon-kwds' that defines keyword
783 clauses to be ignored in declarations.
784
785 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
786 past unrecognized tokens when handling `c-colon-type-list-kwds'.
787 Necessary to stop at the declared identifier in e.g. IDL valuetype
788 declarations.
789
790 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds,
791 c-prefix-spec-kwds-re, c-postfix-spec-kwds,
792 c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key,
793 c-forward-decl-or-cast-1): Recognize the declared identifier in
794 class and enum declarations as such and not as part of the type.
795
796 (c-forward-decl-or-cast-1, c-forward-label): Relaxed the
797 interpretation of PRECEDING-TOKEN-END when there's no preceding
798 token.
799
800 (c-forward-decl-or-cast-1): Don't disregard sure signs of
801 declarations when there's some syntax error later on.
802
803 (c-complex-decl-matchers): Did away with a reference to
804 `c-specifier-key'.
805
806 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
807 value - this variable is always dynamically bound.
808
809 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el,
810 cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el,
811 cc-cmds.el, cc-defs.el: Changed the policy for marking up
812 functions that might do hidden buffer changes: All such internal
813 functions are now marked instead of those that don't.
814
815 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments,
816 c-(forward|backward)-single-comment, c-parse-state, c-on-identifier,
817 c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments,
818 c-literal-type): Allow these functions to make hidden buffer changes,
819 so that they are free to use text property caching later on.
820
821 (c-electric-backspace, c-electric-delete-forward, c-electric-pound,
822 c-electric-brace, c-electric-slash, c-electric-star,
823 c-electric-semi&comma, c-electric-colon, c-electric-lt-gt,
824 c-electric-paren, c-electric-continued-statement, c-indent-command,
825 c-indent-region, c-mask-paragraph, c-indent-new-comment-line,
826 c-context-line-break): Added `c-save-buffer-state' calls to comply
827 with the changed semantics of the functions above.
828
829 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fixed a bug
830 when macros occur in obscure places. Optimized the sexp movement
831 a bit.
832
833 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
834
835 Enhancements for c-beginning-of-statement to work in AWK Mode:
836
837 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
838 (completed statement) with `}' (statement completed by closing
839 brace or semicolon) and `$' (statement completed by EOL).
840
841 (c-awk-virtual-semicolon-ends-prev-line-p,
842 c-awk-virtual-semicolon-ends-line-p,
843 c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward,
844 c-awk-at-statement-end-p): new functions
845
846 * progmodes/cc-cmds.el: Simplify the structure of functions
847 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
848 two functions and c-beginning-of-statement to handle AWK Mode.
849
850 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
851 c-backward-single-comment for AWK mode. Attempt to clarify their
852 doc-strings.
853
854 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
855
856 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
857
858 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
859 label handling. Labels are now recognized in a uniform and more
860 robust way, regardless of context. Text properties are put on all
861 labels to recognize the following declarations better. Multiword
862 labels are handled both in indentation and fontification for the
863 benefit of language extensions like Qt. For consistency, keywords
864 in labels are now fontified with the label face instead. That
865 also applies to "case" and "default".
866
867 (c-beginning-of-statement-1): Fixed some bugs in the label
868 handling. Disregard `c-nonlabel-token-key' in labels that begin
869 with `c-label-kwds'.
870
871 (c-find-decl-spots): Support that the callback adds more
872 `c-decl-end' spots to find.
873
874 (c-forward-decl-or-cast-1): Don't treat a list of plain
875 identifiers followed by a colon as a declaration.
876
877 (c-forward-label): New function to recognize labels.
878
879 (c-guess-basic-syntax): Replaced uses of `c-label-key' with
880 `c-forward-label'. Moved the label recognition cases (14 and 15)
881 earlier since they aren't so context sensitive now. Handle labels
882 on the top level gracefully. Moved access label recognition to
883 the generic label case (CASE 15) - removed CASE 5E.
884
885 (c-font-lock-declarations): Added recognition of labels in the
886 same round since we need to handle labels in parallell with other
887 declarations to recognize both accurately. It should also improve
888 speed.
889
890 (c-simple-decl-matchers, c-basic-matchers-after): Moved
891 `c-font-lock-labels' so that it only is used on decoration level 2
892 since `c-font-lock-declarations' handles it otherwise.
893
894 (c-complex-decl-matchers): Removed the simplistic recognition of
895 access labels.
896
897 (c-decl-prefix-re): Removed the kludges that was necessary to cope
898 with labels earlier.
899
900 (c-decl-start-re): New language variable to make
901 `c-font-lock-declarations' stop for the special protection labels
902 in Objective-C that start with '@'.
903
904 (c-label-key): Removed since it's no longer used.
905
906 (c-recognize-colon-labels, c-label-prefix-re): New language
907 constants to support recognition of generic colon-terminated
908 labels.
909
910 (c-type-decl-end-used): `c-decl-end' is now used whenever there
911 are colon terminated labels.
912
913 * progmodes/cc-align.el (c-lineup-arglist): Fixed bug when the
914 first argument starts with a special brace list.
915
916 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1,
917 c-font-lock-declarations): Broke out the declaration and cast
918 recognition from `c-font-lock-declarations' to a new function, so
919 that it can be used in the indentation engine.
920
921 * progmodes/cc-engine.el (c-find-decl-spots): Fixed bug in backing
922 up to the start of the literal. Fixed bug with the point on the
923 wrong side of the search limit that could happen when the start
924 position is inside a literal.
925
926 * progmodes/cc-engine.el (c-parse-state,
927 c-invalidate-state-cache): Modified the use of `c-state-cache-end'
928 so that it's kept a little bit back to increase the hit rate.
929
930 (c-parse-state): Changed the macro handling and fixed some
931 glitches. Macro context is checked more often than necessary now,
932 but otoh less garbage conses are generated.
933
934 * progmodes/cc-engine.el (c-parse-state,
935 c-invalidate-state-cache): Cache the last position where
936 `c-state-cache' applies. This can speed up refontification quite
937 a bit in blocks where there are many non-brace parens before the
938 point.
939
940 (c-state-cache-end): New variable for this.
941
942 (c-guess-basic-syntax, c-debug-parse-state): Adapted for the new
943 cache variable.
944
945 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
946 get close initial continue positions when the start position is
947 inside a literal or macro. Do not call the callback for spots
948 before the start position (which can happen e.g. for `c-decl-end'
949 spots inside comments). Optimize better in special cases when the
950 region is a single line inside a literal or macro (typically when
951 the current line is refontified).
952
953 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplified calls
954 to `c-add-stmt-syntax' - there's no need to explicitly whack off
955 entries from the paren state.
956
957 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrowed down the
958 special case for "else if" clauses.
959
960 * progmodes/cc-engine.el (c-looking-at-inexpr-block,
961 c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
962
963 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks): New
964 language variable to recognize the gcc extension with statement
965 blocks inside expressions.
966
967 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructured to make
968 it somewhat more comprehensible. The argument AT-BLOCK-START is
969 no longer used and hence removed.
970
971 (c-guess-continued-construct, c-guess-basic-syntax): Updated calls
972 to `c-add-stmt-syntax'.
973
974 * progmodes/cc-engine.el (c-backward-to-decl-anchor): Use
975 `c-beginning-of-statement-1' instead of duplicating parts of it.
976 This fixes bogus label recognition.
977
978 * progmodes/cc-engine.el (c-add-type, c-check-type,
979 c-forward-name, c-forward-type): Improved storage of template
980 types in `c-found-types' so that they can be recognized better.
981
982 (c-syntactic-content): Added option to skip past nested parens.
983
984 * progmodes/cc-engine.el (c-forward-name): Set
985 `c-last-identifier-range' all the time. It's less work that way.
986 Handle that there might not be an identifier to store in
987 `c-last-identifier-range'.
988
989 (c-forward-type): Handle that `c-last-identifier-range' might be
990 nil from `c-forward-name'.
991
992 * progmodes/cc-defs.el: (c-safe-scan-lists,
993 c-(go-)?(up|down)-list-(forward|backward)): Added limit arguments.
994
995 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
996 to work even if the form fails.
997
998 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
999 down in a large file in one go.
1000
1001 (c-get-fallback-start-pos): New helper function for
1002 `c-parse-state'.
1003
1004 * progmodes/cc-align.el (c-lineup-assignments): New lineup
1005 function which is like `c-lineup-math' but returns nil instead of
1006 `c-basic-offset' when it doesn't match.
1007
1008 (c-lineup-math): Changed to use `c-lineup-assignments'.
1009
1010 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
1011
1012 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
1013 c-beginning-of-statement. New subfunctions
1014 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
1015
1016 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
1017
1018 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
1019 hardcoded char classes whereever possible. Changed a couple of
1020 places to use skip by syntax instead of skip by char class.
1021
1022 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
1023 Fixed a bug in the regexp that caused extreme backtracking.
1024
1025 * progmodes/cc-langs.el (c-block-comment-starter,
1026 c-block-comment-ender): New language constants to specify in a
1027 single place how block comments look.
1028
1029 (c-comment-start-regexp, c-block-comment-start-regexp,
1030 comment-start, comment-end, comment-start-skip,
1031 c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws,
1032 c-syntactic-ws, c-nonempty-syntactic-ws,
1033 c-single-line-syntactic-ws, c-syntactic-eol): Now built from
1034 `c-line-comment-starter', `c-block-comment-starter' and
1035 `c-block-comment-ender'.
1036
1037 (c-block-comment-regexp, c-unterminated-block-comment-regexp): New
1038 language constants to break up things a bit.
1039
1040 (c-simple-ws): New language constant for simple whitespace.
1041
1042 * progmodes/cc-defs.el (c-concat-separated): New convenience
1043 function.
1044
1045 * progmodes/cc-defs.el (c-make-keywords-re): Added kludge for bug
1046 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
1047 newlines. Allow and ignore nil elements in the list.
1048
1049 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
1050
1051 * progmodes/cc-cmds.el: Comment out a (n almost certainly
1052 superfluous) check, (eq here (point-max)) in
1053 c-beginning-of-statement.
1054
1055 * progmodes/cc-cmds.el: Tidy up the comments in
1056 c-beginning-of-statement and subfunctions.
1057
1058 * progmodes/cc-awk.el: Replace calls to put-text-property to the
1059 more flexible c-put-char-property and c-clear-char-properties.
1060 Add the author's email address.
1061
1062 * progmodes/cc-langs.el: New variable,
1063 c-block-comment-start-regexp.
1064
1065 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
1066 closing "*/" of a block comment.
1067
1068 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
1069 subfunctions) so that it works at BOB and EOB.
1070
1071 * progmodes/cc-cmds.el, cc-vars.el: More updating of
1072 c-beginning-of-statement, including new variable
1073 c-block-comment-start-regexp.
1074
1075 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
1076
1077 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
1078 symbols from `*-font-lock-extra-types' so that there's no need to
1079 use `regexp-opt' on those lists.
1080
1081 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
1082 `c-type-modifier-kwds' is empty.
1083
1084 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
1085 there are several strings on the same line.
1086
1087 * progmodes/cc-engine.el (c-literal-limits): Removed the
1088 compatibility function for older emacsen. `c-literal-limits-fast'
1089 has now taken the place of this function.
1090
1091 * progmodes/cc-vars.el (c-emacs-features): Removed compatibility
1092 with older emacsen: We now require 'pps-extended-state.
1093
1094 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
1095
1096 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
1097 which obviates the need to hack sentence-end. This now handles
1098 escaped newlines in strings correctly. Correct minor bugs in
1099 c-move-over-sentence and in c-beginning-of-statement.
1100
1101 * progmodes/cc-cmds.el (c-beginning-of-statement (and
1102 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
1103 that movement over macros and code are rigorously separated from
1104 eachother. Correct a few incidental bugs.
1105
1106 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
1107 Improve its doc-string. Improve the handling of certain specific
1108 cases.
1109
1110 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
1111
1112 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
1113 (c-guess-basic-syntax): Changed the way class-level labels are
1114 recognized; they can now contain essentially any symbols.
1115
1116 (c-opt-extra-label-key): New language variable to cope with the
1117 special protection label syntax in Objective-C.
1118
1119 (c-opt-access-key): Removed; this is now handled better by
1120 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
1121
1122 (c-complex-decl-matchers): Update to handle that
1123 `c-opt-access-key' no longer exists.
1124
1125 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
1126 improved label recognition in `c-beginning-of-statement-1'.
1127
1128 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
1129 Recognize bitfields better.
1130
1131 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
1132 Removed some cruft and fixed a bug that could cause it to go to a
1133 position further down.
1134
1135 * progmodes/cc-langs.el, cc-engine.el
1136 (c-beginning-of-statement-1): Improved detection of labels in
1137 declaration contexts.
1138
1139 (c-beginning-of-decl-1): Use it.
1140
1141 (c-nonlabel-token-key): New language constant and variable needed
1142 by `c-beginning-of-statement-1'.
1143
1144 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed bug that
1145 manifested itself due to the correction in `c-forward-sexp'.
1146
1147 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp): Made
1148 these behave as documented when used at the buffer limits.
1149
1150 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
1151 (c-type-decl-end-used): Made this a language variable.
1152
1153 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
1154 correctly when `combine-after-change-calls' is used together with
1155 temporary narrowings.
1156
1157 * progmodes/cc-engine.el (c-beginning-of-statement-1): Report
1158 labels correctly when the start point is immediately after the
1159 colon.
1160
1161 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties): Removed
1162 since it isn't used anymore.
1163
1164 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
1165 bracket arglists such as template parens in C++.
1166
1167 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fixed a bug
1168 in the last check-in. Some optimization.
1169
1170 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fixed bug
1171 where it could stop at the same level in a preceding sexp when
1172 PAREN-LEVEL is set.
1173
1174 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
1175 text property lookup only when it's needed.
1176
1177 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
1178 Changed the policy for paren marked angle brackets to be more
1179 persistent; once marked they remain marked even when they're found
1180 to be unbalanced in the searched region. This should keep the
1181 paren syntax around even when individual lines are refontified in
1182 multiline template arglists.
1183
1184 (c-parse-and-markup-<>-arglists): New dynamically bound variable
1185 to control markup so that incorrect angle bracket arglists aren't
1186 marked in contexts where the correct value for
1187 `c-disallow-comma-in-<>-arglists' isn't known.
1188
1189 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
1190 argument has become `c-parse-and-markup-<>-arglists'.
1191
1192 (c-remove-<>-arglist-properties): Removed - no longer used.
1193
1194 (c-after-change-check-<>-operators): New function used on
1195 `after-change-functions' to avoid that "<" and ">" characters that
1196 are part of longer operators have paren syntax.
1197
1198 (c-<>-multichar-token-regexp): New language variable used by
1199 `c-after-change-check-<>-operators'.
1200
1201 (c-after-change): Call `c-after-change-check-<>-operators'.
1202
1203 (c-font-lock-<>-arglists): Use the context properties set by
1204 `c-font-lock-declarations' to set
1205 `c-disallow-comma-in-<>-arglists' correctly to avoid doing invalid
1206 markup.
1207
1208 (c-font-lock-declarations): Removed code that undoes the invalid
1209 markup done by `c-font-lock-<>-arglists'.
1210
1211 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
1212 after `c-font-lock-declarations'.
1213
1214 * progmodes/cc-engine.el (c-syntactic-skip-backward): Added
1215 paren-level feature.
1216
1217 (c-guess-basic-syntax): Improved the anchor position for
1218 `template-args-cont' in nested template arglists. There's still
1219 much to be desired in this area, though.
1220
1221 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
1222
1223 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
1224 Make the "Text Filling and Line Breaking" commands work for AWK
1225 buffers.
1226
1227 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
1228
1229 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
1230 Removed;
1231 (c-major-mode-is 'awk-mode) can be used instead now.
1232
1233 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
1234 it doesn't work no longer are supported.
1235
1236 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el,
1237 cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
1238 requires support for the syntax-table' text property, which rules
1239 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
1240 cruft associated with those versions.
1241
1242 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
1243 for the `syntax-table' text property, which rules out Emacs 19 and
1244 XEmacs < 21.4. Removed various compatibility cruft associated
1245 with those versions.
1246
1247 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
1248 support for the `syntax-table' text property.
1249
1250 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
1251 variable and use an extra quoted face name instead. All the
1252 emacsen flavors handle that correctly.
1253
1254 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare,
1255 c-font-lock-declarators, c-font-lock-declarations,
1256 c-complex-decl-matchers, c-basic-matchers-after): Use a text
1257 property to mark the items in in declarator lists to handle
1258 refontification inside multiline declarations better.
1259
1260 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
1261 construct like "a * b = c;" as a declaration.
1262
1263 2005-12-08 Kim F. Storm <storm@cua.dk>
1264
1265 * emulation/cua-base.el (cua-use-hyper-key): Replaced by ...
1266 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
1267 select either meta, hyper, or super modifier for rectangle commands.
1268 (cua--rectangle-modifier-key): New defvar.
1269 (cua--M/H-key): Use it. Remove special case for 'space.
1270 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
1271 on X, to meta otherwise. Always bind C-return to toggle
1272 rectangle. Pass ?\s instead of 'space to cua--M/H-key.
1273
1274 * emulation/cua-rect.el (cua-help-for-rectangle): Use
1275 cua--rectangle-modifier-key. Handle super modifier too.
1276 (cua--init-rectangles): Always bind C-return to toggle rectangle.
1277 Pass ?\s instead of 'space to cua--M/H-key and cua--rect-M/H-key.
1278
1279 * ido.el: Move Acknowledgements and History after Commentary.
1280 Minor changes to Commentary.
1281
1282 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
1283 keymap if cua--prefix-override-timer equals 'shift.
1284 (cua--shift-control-prefix): New function; emulate "type prefix
1285 key twice" functionality to handle shifted prefix key override.
1286 (cua--shift-control-c-prefix, cua--shift-control-x-prefix): New
1287 commands.
1288 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
1289
1290 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
1291
1292 * textmodes/org.el (org-insert-heading): Try to do items before
1293 headings.
1294 (org-agenda-mode): Quote `org-agenda-mode-hook'.
1295 (org-insert-item): New function.
1296 (org-renumber-ordered-list): Don't skip to higher level lists.
1297
1298 2005-12-08 Juri Linkov <juri@jurta.org>
1299
1300 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
1301
1302 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
1303
1304 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
1305
1306 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
1307 the constructed function name fun-1.
1308
1309 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
1310 because such links don't lead to parent documentation.
1311
1312 2005-12-08 Kenichi Handa <handa@m17n.org>
1313
1314 * descr-text.el (describe-char): Use *Help-2* buffer if the
1315 current buffer is *Help*. Call describe-text-properties while
1316 setting the original buffer.
1317
1318 2005-12-07 Bill Wohler <wohler@newt.com>
1319
1320 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
1321 and causes problems with non-MH users (such as Gnus users).
1322
1323 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
1324
1325 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
1326 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
1327 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
1328 command "info sources". Move calls to GDB command "list".
1329 (gdb-find-file-hook): Just use gdb-source-file-list.
1330 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
1331 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
1332 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
1333 (gdb-data-list-register-values-handler): Use correct trigger name.
1334
1335 2005-12-07 Kim F. Storm <storm@cua.dk>
1336
1337 * ido.el (ido-completion-map): Renamed from ido-mode-map.
1338 (ido-common-completion-map, ido-file-completion-map)
1339 (ido-file-dir-completion-map, ido-buffer-completion-map):
1340 Renamed from ido-mode-....-map.
1341 (ido-init-completion-maps): Renamed from ido-init-mode-maps.
1342 (ido-setup-completion-map): Renamed from ido-define-mode-map.
1343 (ido-read-internal): Bind minibuffer-local-filename-completion-map
1344 to ido-completion-map.
1345
1346 2005-12-07 Kenichi Handa <handa@m17n.org>
1347
1348 * international/mule-cmds.el
1349 (set-display-table-and-terminal-coding-system): If the coding
1350 system specified in `unibyte-display' property is different from
1351 the arg coding-system, don't setup standard-display-table.
1352
1353 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
1354
1355 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
1356 that comments end at \n, regardless of selective-display.
1357
1358 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
1359
1360 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
1361 (gdb-version): New variables.
1362 (gdb-source-file-list, gdb-register-names)
1363 (gdb-changed-registers): New variables for use with GDB 6.4+.
1364 (gdb-ann3): Replace with...
1365 (gdb-init-1, gdb-init-2): ...two new functions.
1366 (gdba, gdb-prompt): Call gdb-init-1.
1367 (gdb-get-version): New function. Call gdb-init-2 from here.
1368 (gud-watch): Make it work with mouse events too.
1369 (gdb-post-prompt): Don't add to queue until GDB version is known.
1370 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
1371 (gdb-locals-mode): Use gdb-version.
1372 (gdb-memory-format-map, gdb-memory-unit-map)
1373 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
1374 (gdb-locals-font-lock-keywords-1)
1375 (gdb-locals-font-lock-keywords-2): New variables.
1376 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
1377 (gdb-set-gud-minor-mode-existing-buffers-1)
1378 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
1379 (gdb-var-update-1, gdb-var-update-handler-1)
1380 (gdb-data-list-register-values-handler)
1381 (gdb-data-list-register-values-custom)
1382 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
1383 (gdb-stack-list-locals-handler, gdb-get-register-names):
1384 New functions for use with GDB 6.4+.
1385 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
1386 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
1387 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
1388 (gdb-stack-list-locals-regexp)
1389 (gdb-data-list-register-names-regexp): New regexps for use with
1390 GDB 6.4+.
1391
1392 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
1393
1394 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
1395
1396 2005-12-06 Nozomu Ando <nand@mac.com> (tiny patch)
1397
1398 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
1399 prompts work for AUTH PLAIN. Also reported by Steve Allan
1400 <seallan@verizon.net>.
1401
1402 2005-12-06 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
1403
1404 * frame.el (set-frame-parameter): Add doc string.
1405
1406 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
1407
1408 * textmodes/org.el (org-occur-highlights): New variable.
1409 (org-highlight-new-match, org-remove-occur-highlights): New functions.
1410 (org-highlight-sparse-tree-matches): New option.
1411 (org-do-occur): New function.
1412 (org-get-heading): Make it work also at beginning of line.
1413 (org-category-table): New variable.
1414 (org-get-category-table, org-get-category)
1415 (org-camel-to-words, org-link-search): New functions.
1416 (org-select-this-todo-keyword): New variable.
1417 (org-todo-list): New command.
1418 (org-shiftright, org-shiftleft): New commands.
1419 (org-agenda-todo): Add prefix argument.
1420 (org-show-hierarchy-above): New option.
1421 (org-show-todo-tree): Numerical prefix creates tree for specific
1422 TODO keyword.
1423 (org-outline-level): New function, to assign a level to plain
1424 lists items.
1425 (org-cycle-include-plain-lists): New option.
1426 (org-mode): Use `org-outline-level' as value of `outline-level'.
1427 (org-cycle): Temporarily switch `outline-regexp' if
1428 `org-cycle-include-plain-lists' is non-nil.
1429 (org-start-icalendar-file): Fix format bug.
1430 (org-agenda-get-day-entries): Create category table.
1431 (org-agenda-get-todos, org-agenda-get-timestamps)
1432 (org-agenda-get-deadlines, org-agenda-get-scheduled)
1433 (org-agenda-get-blocks): Use `org-get-category'.
1434 (org-context-in-file-links): Rename from
1435 `org-line-numbers-in-file-links' .
1436
1437 2005-12-06 Romain Francoise <romain@orebokech.com>
1438
1439 * window.el (balance-windows): Delete extraneous third arg in call
1440 to `enlarge-window'.
1441
1442 2005-12-06 Kenichi Handa <handa@m17n.org>
1443
1444 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
1445
1446 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
1447
1448 * progmodes/gdb-ui.el (gdb-var-create-handler)
1449 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
1450 (gdb-var-list-children-handler, gdb-var-update-handler):
1451 Current buffer is already gdb-partial-output-buffer, don't
1452 make it current again.
1453
1454 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
1455
1456 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
1457 (list-buffers-noselect): Use it.
1458
1459 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
1460
1461 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
1462 (mail-yank-ignored-headers): Use regexp-opt.
1463 (mail-mode-map): Move initialization into declaration.
1464 (mail-sent-via): Remove unused shadowed var `to-line'.
1465 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
1466 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
1467 (mail-do-fcc): Use dolist and push.
1468 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
1469 (mail-yank-ignored-headers): Don't autoload.
1470
1471 2005-12-05 Kenichi Handa <handa@m17n.org>
1472
1473 * international/mule-cmds.el (set-language-info-internal): New fun.
1474 (set-language-info): Call set-language-info-internal to update
1475 language-info-alist. If LANG-ENV is the current one, call
1476 set-language-environment to make INFO effective now.
1477 (set-language-info-alist): Likewise.
1478 (locale-language-names): With locale "en", use English
1479 lang. env. but set the default codings to iso-8859-1.
1480
1481 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
1482
1483 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
1484 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
1485 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
1486 for plain strings.
1487 (gdb-frames-mode): Remove redundant call to font-lock-mode.
1488 (gdb-all-registers): Rename from toggle-gdb-all-registers.
1489 Create registers buffer if necessary. Echo new state in minibuffer.
1490 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
1491
1492 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
1493
1494 * info.el (Info-fontify-node): Match external links using
1495 non-directory part of filename.
1496
1497 2005-12-04 Juri Linkov <juri@jurta.org>
1498
1499 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
1500 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
1501 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
1502 because there is no customization option for it.
1503
1504 * font-lock.el (lisp-font-lock-keywords-1):
1505 Add define-global-minor-mode.
1506
1507 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
1508
1509 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
1510 properties on the constructed variable names.
1511
1512 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
1513 Put `definition-name' properties on the constructed function names
1514 next-sym and prev-sym.
1515
1516 * emacs-lisp/find-func.el (find-function-regexp):
1517 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
1518 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
1519 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
1520 and easy-menu-define.
1521
1522 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
1523 easy-mmode-define-global-mode and define-global-minor-mode.
1524 (lisp-imenu-generic-expression): Add define-global-minor-mode.
1525
1526 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
1527 instead of easy-mmode-define-global-mode.
1528
1529 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
1530 Use define-minor-mode instead of easy-mmode-define-minor-mode.
1531
1532 * cus-edit.el (customize-group, customize-group-other-window):
1533 Filter out autoloaded options from the group completion list by
1534 using heuristics that autoloaded groups don't have `custom-autoload'
1535 property on their symbols (they have only `custom-loads').
1536
1537 * simple.el (completion-setup-function): Put completions-common-part
1538 face on complete completion string too (i.e. completion string
1539 without completions-first-difference face).
1540
1541 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
1542
1543 2005-12-03 Eli Zaretskii <eliz@gnu.org>
1544
1545 * view.el (view-mode): Doc fix.
1546
1547 * disp-table.el (standard-display-european): Add to the warning
1548 message a reference to the doc string.
1549
1550 * play/yow.el (apropos-zippy): Call print-help-return-message,
1551 similar to other Help and Apropos commands.
1552
1553 * help.el (print-help-return-message): If pop-up-frames is
1554 non-nil, set up help-return-method to delete the help window and,
1555 possibly, its frame as well, and don't display message about
1556 scrolling the help window. Doc fix.
1557 (help-return-method): Doc fix.
1558
1559 2005-12-03 Martin Rudalics <rudalics@gmx.at> (tiny change)
1560
1561 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
1562 whereby names of length one or names starting with a
1563 symbol-constituent character would not be returned.
1564
1565 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1566
1567 * subr.el (atomic-change-group): Add edebug and indentation spec.
1568
1569 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
1570
1571 * completion.el (save-completions-file-name): Fix typo in last change.
1572
1573 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1574
1575 * info.el: Move back/forward history to the beginning of the tool bar.
1576
1577 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
1578
1579 * allout.el:(eval-when-compile): Remove unnecessary load of 'cl.
1580 Add fset of allout-real-isearch-abort during compile to fix
1581 byte-compilation warnings.
1582 (allout-mode-p): Move definition of this macro above all uses, or
1583 byte compilation in barren emacs (eg, during emacs build) will
1584 lack the definition.
1585 (allout-mode): Move this variable above any uses, or byte
1586 compilation will fail.
1587 (allout-resolve-xref): Remove use of personal file-reference function.
1588 (allout-toggle-current-subtree-encryption): Do the current (ie,
1589 visible containing) topic, rather than nearest around point. Doc fix.
1590 (allout-toggle-subtree-encryption): New function, workhorse that
1591 works on nearest topic containing point.
1592 (allout-encrypt-string): Signal requirement for newer version of pgg.
1593 (allout-resumptions): Doc fix.
1594
1595 2005-12-02 Eli Zaretskii <eliz@gnu.org>
1596
1597 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
1598
1599 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
1600
1601 * textmodes/flyspell.el (flyspell-external-point-words):
1602 Consider a misspelling as found in the string search if: (a) misspelling
1603 and found string lengths match, or (b) misspelling is found as
1604 element in a boundary-chars separated longer string, or (c)
1605 ispell-program-name is really ispell and misspelling is found as
1606 part of a TeX string. After successful match move beginning of
1607 search region to end of match. Warn about not found misspellings
1608 once the process is done.
1609 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
1610
1611 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
1612
1613 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
1614 tool bar (removed inadvertently).
1615
1616 2005-12-02 Juri Linkov <juri@jurta.org>
1617
1618 * log-view.el (log-view-diff): Clarify doc string.
1619
1620 2005-12-01 Bill Wohler <wohler@newt.com>
1621
1622 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
1623 triggers lm-verify errors.
1624
1625 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
1626
1627 * simple.el (transient-mark-mode, line-number-mode)
1628 (column-number-mode, size-indication-mode): Remove `:require nil'.
1629
1630 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
1631
1632 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
1633 in the margin also.
1634 (gdb-breakpoints-mode-map): Use D instead of d for
1635 gdb-delete-breakpoint.
1636 (gdb-get-frame-number): Require a number to match on.
1637 (gdb-threads-mode-map): Add follow-link binding.
1638
1639 2005-11-30 Jason Rumney <jasonr@gnu.org>
1640
1641 * isearch.el (isearch-mode-map): Avoid exiting search on
1642 language-change event.
1643
1644 2005-11-30 Romain Francoise <romain@orebokech.com>
1645
1646 * speedbar.el (speedbar-default-position): New defcustom.
1647 (speedbar-frame-reposition-smartly): Use it.
1648
1649 * dframe.el (dframe-reposition-frame-emacs): Fix position
1650 computation for `left' location.
1651 Update copyright year.
1652
1653 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
1654
1655 * help.el (help-map): Move initialization into declaration.
1656
1657 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
1658
1659 * help-fns.el (help-argument-name): Don't autoload.
1660 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
1661 to be re-loaded when customizing the `help' group.
1662
1663 2005-11-30 John Paul Wallington <jpw@gnu.org>
1664
1665 * help-fns.el (describe-function-1): Fill arglist output.
1666
1667 2005-11-30 Kim F. Storm <storm@cua.dk>
1668
1669 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
1670 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
1671 after revert-buffer (or anything else which kills all local variables).
1672
1673 * apropos.el (apropos-parse-pattern): Doc fix.
1674 Set apropos-regexp directly, rather than expecting callers to do so.
1675 (apropos-command, apropos, apropos-value, apropos-documentation):
1676 Simplify calls to apropos-parse-pattern.
1677
1678 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
1679
1680 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
1681 (hi-lock-face-phrase-buffer): Use hi-yellow face.
1682 (hi-lock-write-interactive-patterns): Use comment-region.
1683
1684 * longlines.el (longlines-mode): Add mail-setup-hook.
1685
1686 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
1687
1688 * simple.el (sendmail-user-agent-compose, next-line):
1689 Conditionally use hard-newline.
1690
1691 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
1692
1693 * international/latexenc.el (latex-inputenc-coding-alist):
1694 Reword doc string.
1695
1696 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
1697
1698 * help.el (describe-key-briefly, describe-key): Recognize default
1699 bindings.
1700
1701 2005-11-29 Romain Francoise <romain@orebokech.com>
1702
1703 * view.el (view-inhibit-help-message): New defcustom.
1704 (view-mode-enter): Use it.
1705
1706 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
1707
1708 * ediff-wind (ediff-setup-control-frame, ediff-make-wide-display):
1709 Preserve user position.
1710
1711 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
1712
1713 * font-lock.el: Throw error if facemenu is not loaded to prevent
1714 accidental change of loading order in loadup.el. (Suggested by RMS.)
1715
1716 * loadup.el: Add comment explaining why facemenu must be loaded
1717 before font-lock.
1718
1719 2005-11-28 Jay Belanger <belanger@truman.edu>
1720
1721 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
1722 (calc-dispatch-map): Add more keys for `calc-same-interface'.
1723
1724 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
1725
1726 * calc/calc-embed.el (calc-do-embedded): Update help message.
1727
1728 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
1729
1730 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
1731
1732 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
1733
1734 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
1735 called-interactively-p.
1736 (elp-profilable-p): Rename from elp-not-profilable-p.
1737 Invert result and take into account macros and autoloaded functions.
1738 (elp-instrument-function): Update call.
1739 (elp-instrument-package): Update call. Add completion.
1740 (elp-pack-number): Use match-string.
1741 (elp-results-jump-to-definition-by-mouse): Merge into
1742 elp-results-jump-to-definition and then remove.
1743 (elp-output-insert-symname): Make help echo text single-line.
1744
1745 * replace.el (query-replace-map): Move initialization into declaration.
1746 (occur-engine): Use with-current-buffer.
1747 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
1748 (occur-mode-mouse-goto): Replace with an alias.
1749
1750 2005-11-28 Juri Linkov <juri@jurta.org>
1751
1752 * simple.el (quoted-insert): Let-bind input-method-function to nil.
1753
1754 * term/w32-win.el: Bind [S-tab] to [backtab].
1755
1756 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
1757 `Info-find-file' to t.
1758
1759 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
1760 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
1761 and same-window-regexps.
1762 (occur-next-error): Don't move point for arg 0.
1763
1764 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
1765
1766 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
1767
1768 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
1769
1770 * log-edit.el (log-edit-changelog-use-first): New var.
1771 (log-edit-changelog-ours-p): Use it.
1772 (log-edit-insert-changelog): Set it with new arg `use-first'.
1773 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
1774 (log-edit-hook): Add them to the list of suggested options.
1775
1776 * textmodes/flyspell.el (flyspell-last-buffer): New var.
1777 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
1778 redundant work.
1779 (flyspell-mode-on): Use add-hook for after-change-functions.
1780 (flyspell-mode-off): Use remove-hook for after-change-functions.
1781 (flyspell-changes): Make it buffer-local.
1782 (flyspell-after-change-function): Make it non-interactive. Use push.
1783 (flyspell-post-command-hook): Check input-pending-p while processing
1784 the potentially long list of buffer changes.
1785
1786 2005-11-28 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
1787
1788 * buff-menu.el (list-buffers-noselect): Display the selected
1789 frame's buffer list, not the global one.
1790
1791 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
1792
1793 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
1794 that (list last-input-event) works as in interactive spec.
1795
1796 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
1797
1798 * loadup.el ("facemenu"): Load facemenu before font-lock, because
1799 `facemenu-keymap' needs to be defined when font-lock is loaded.
1800 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
1801
1802 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
1803
1804 * completion.el: Remove useless leading * in defcustom docstrings.
1805 (save-completions-file-name): Use ~/.emacs.d if available.
1806 (completion-standard-syntax-table): Rename from
1807 cmpl-standard-syntax-table and fold initialization into declaration,
1808 thus removing cmpl-make-standard-completion-syntax-table.
1809 (completion-lisp-syntax-table, completion-c-syntax-table)
1810 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
1811 (cmpl-saved-syntax, cmpl-saved-point): Remove.
1812 (symbol-under-point, symbol-before-point)
1813 (symbol-under-or-before-point, symbol-before-point-for-complete)
1814 (add-completions-from-c-buffer): Use with-syntax-table.
1815 (make-completion): Don't return a list of completion entries.
1816 Update callers.
1817 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
1818 (completion-initialize): Rename from initialize-completions.
1819 (completion-find-file-hook): Rename from cmpl-find-file-hook.
1820 (kill-emacs-save-completions): Collect stats here.
1821 (save-completions-to-file, load-completions-from-file):
1822 Use with-current-buffer.
1823 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
1824 into a function. Move all calls to toplevel.
1825 (completion-lisp-mode-hook): New fun.
1826 (completion-c-mode-hook, completion-setup-fortran-mode):
1827 Set the syntax-table here. Use local-set-key.
1828 (completion-saved-bindings): New var.
1829 (dynamic-completion-mode): Make it into a proper minor mode.
1830 (load-completions-from-file): Remove unused var `num-uses'.
1831
1832 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
1833 constructor if it is explicitly overridden.
1834
1835 * complete.el (PC-completion-as-file-name-predicate):
1836 Use minibuffer-completing-file-name.
1837 (partial-completion-mode): Use find-file-not-found-functions.
1838 (PC-lisp-complete-symbol): Use with-syntax-table.
1839 (PC-look-for-include-file): Remove dead setq.
1840 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
1841 (PC-complete): Use with-current-buffer.
1842
1843 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
1844 escape single quotes.
1845
1846 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
1847
1848 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
1849 of `if' whose condition always returned nil. Doc fix.
1850
1851 * buff-menu.el (Buffer-menu-revert-function): Make the selected
1852 window's buffer the current buffer around the call to
1853 `list-buffers-noselect'. This is necessary to mark that buffer
1854 with a `.' in the Buffer Menu when called from Lisp, for instance
1855 by Auto Revert Mode.
1856
1857 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
1858
1859 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
1860 attaching to it.
1861 (gdb-pre-prompt): Make sure gdb-error is reset.
1862
1863 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
1864 with a child process, detect it.
1865 (gud-speedbar-buttons): Match regexp more carefully.
1866
1867 2005-11-27 Richard M. Stallman <rms@gnu.org>
1868
1869 * mouse.el (mouse-drag-move-window-bottom):
1870 Use adjust-window-trailing-edge.
1871
1872 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
1873
1874 * simple.el (blink-matching-open): Ignore
1875 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
1876 (blink-matching-paren-on-screen): Update docstring.
1877
1878 * paren.el (show-paren-mode): No longer change
1879 `blink-matching-paren-on-screen'.
1880
1881 2005-11-27 John Paul Wallington <jpw@pobox.com>
1882
1883 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
1884 (gdb-threads-select, gdb-edit-register-value):
1885 Use `posn-set-point' instead of `mouse-set-point' because the
1886 latter is not fbound when configured without X.
1887
1888 2005-11-27 Kim F. Storm <storm@cua.dk>
1889
1890 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
1891 existing face when partially highlighting a TAB in a rectangle.
1892
1893 2005-11-26 Kim F. Storm <storm@cua.dk>
1894
1895 * ido.el (ido-mode-map): Doc fix.
1896 (ido-mode-common-map, ido-mode-file-map)
1897 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
1898 (ido-define-mode-map): Rewrite. Select one of the new maps as
1899 parent for ido-mode-map instead of building from scratch.
1900 (ido-init-mode-maps): New defun to initialize new maps.
1901 (ido-mode): Call it.
1902 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
1903 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
1904
1905 2005-11-26 John Paul Wallington <jpw@pobox.com>
1906
1907 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
1908 `mouse-set-point' because the latter is not fbound when configured
1909 without X.
1910
1911 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
1912
1913 * files.el (file-relative-name): Doc fix.
1914
1915 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
1916
1917 * progmodes/octave-inf.el (inferior-octave-startup): Force a
1918 non-empty string for secondary prompt PS2.
1919
1920 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
1921
1922 * progmodes/compile.el (compilation-setup): Fix last change.
1923
1924 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
1925
1926 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
1927 (gdb-mouse-toggle-breakpoint-margin)
1928 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
1929 Add gdb-server-prefix to keep out of command history.
1930 (gdb-edit-register-value): New function.
1931 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
1932 (gdb-info-registers-custom): Use above map.
1933
1934 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
1935
1936 * custom.el (enable-theme): Signal error if argument is not a
1937 theme. Don't recalculate a face if it's not loaded yet.
1938
1939 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
1940 the `user' theme is in effect.
1941
1942 * info.el (Info-on-current-buffer): Record actual filename in
1943 Info-current-file, instead of t, or a fake filename if a non-file
1944 buffer. Make autoload.
1945 (Info-find-node, Info-revert-find-node): No need to check for
1946 Info-current-file nil.
1947 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
1948 Info-current-file is now never `t'.
1949 (Info-fontify-node): Many simplifications due to Info-current-file
1950 always being valid. Use Info-find-file to find node filename.
1951
1952 2005-11-25 David Kastrup <dak@gnu.org>
1953
1954 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
1955 new character, then delete" in order to preserve markers.
1956
1957 2005-11-25 David Ponce <david@dponce.com>
1958
1959 * recentf.el (recentf-arrange-by-rule): Handle a special
1960 `auto-mode-alist'-like "strip suffix" rule.
1961 (recentf-build-mode-rules): Handle second level auto-mode entries.
1962
1963 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
1964
1965 * viper-keym.el (viper-ESC-key): Use different values in terminal and
1966 window modes.
1967
1968 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
1969 jde-javadoc-checker-report-mode.
1970
1971 * ediff-wind (ediff-make-wide-display): Slight simplification.
1972
1973 * ediff.el (ediff-date): Change the date of last update.
1974
1975 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
1976
1977 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
1978 Use define-minor-mode, and make it a local mode. Turn on font-lock.
1979 (hi-lock-mode): New global minor mode.
1980 (turn-on-hi-lock-if-enabled): New function.
1981 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
1982 Change arguments to regexp and face instead of a font-lock pattern.
1983 Directly set face property, instead of refontifying.
1984 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
1985 (hi-lock-find-patterns): Use line-number-at-pos.
1986
1987 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
1988 arguments for hi-lock-set-pattern.
1989 (hi-lock-unface-buffer, hi-lock-set-file-patterns): Call
1990 font-lock-fontify-buffer.
1991 (hi-lock-find-file-hook, hi-lock-current-line)
1992 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
1993
1994 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
1995 turned off.
1996
1997 * progmodes/compile.el (compilation-setup): Don't fiddle with
1998 font-lock-defaults.
1999
2000 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
2001
2002 * progmodes/gdb-ui.el (gdb-var-create-handler)
2003 (gdb-var-list-children-handler): Find values for all variable
2004 objects. gud-speedbar-buttons decides whether to display them.
2005
2006 2005-11-24 Romain Francoise <romain@orebokech.com>
2007
2008 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
2009 buffer name with a space.
2010
2011 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
2012
2013 * textmodes/org.el (org-export-plain-list-max-depth): Renamed from
2014 `org-export-local-list-max-depth'. Change default value to 3.
2015 (org-auto-renumber-ordered-lists)
2016 (org-plain-list-ordered-item-terminator): New options.
2017 (org-at-item-p, org-beginning-of-item, org-end-of-item)
2018 (org-get-indentation, org-get-string-indentation)
2019 (org-maybe-renumber-ordered-list, org-renumber-ordered-list): New
2020 functions.
2021 (org-move-item-down, org-move-item-up): New commands.
2022 (org-export-as-html): New classes for CSS support. Bug fix in
2023 regular expression detecting fixed-width regions. Respect
2024 `org-local-list-ordered-item-terminator'.
2025 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
2026 also a list item.
2027 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
2028 New item moving functions.
2029
2030 2005-11-24 Juri Linkov <juri@jurta.org>
2031
2032 * isearch.el (isearch-repeat): With empty search ring set
2033 `isearch-error' to the error string instead of signaling error
2034 with the function `error'.
2035
2036 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2037
2038 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
2039
2040 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
2041
2042 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
2043 and variable.
2044 (gdb-var-create-handler, gdb-var-list-children-handler):
2045 Don't match on "char **...".
2046 (gdb-var-update-handler): Find values for all variable objects.
2047 (gdb-info-frames-custom): Identify frames by leading "#".
2048
2049 * progmodes/gud.el (gud-speedbar-menu-items): Add
2050 gdb-speedbar-auto-raise as radio button.
2051 (gud-speedbar-buttons): Raise speedbar if requested.
2052 Don't match on "char **...".
2053 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
2054 Make it editable.
2055
2056 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
2057
2058 * info.el (Info-fontify-node): Handle the case where
2059 Info-current-file is t.
2060
2061 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
2062
2063 * simple.el (blink-matching-open): Fix off-by-one in last change.
2064
2065 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2066
2067 * term/mac-win.el: Don't change default directory.
2068
2069 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
2070
2071 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
2072 buffers correctly. (It used to throw an error in such buffers.)
2073 Make it ask for confirmation in group buffers and other Custom
2074 buffers containing more than one customization item.
2075
2076 2005-11-22 John Paul Wallington <jpw@gnu.org>
2077
2078 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
2079 property on mail and url overlays.
2080 (goto-address-at-point): Use `posn-set-point' instead of
2081 `mouse-set-point' because the latter is not fbound when configured
2082 without X.
2083
2084 2005-11-22 Lars Hansen <larsh@soem.dk>
2085
2086 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
2087 (ls-lisp-classify, ls-lisp-format): Delete call to
2088 ls-lisp-parse-symlink.
2089 (ls-lisp-handle-switches): Handle symlinks to directories as
2090 directories when ls-lisp-dirs-first in non-nil.
2091
2092 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
2093
2094 * startup.el (command-line): Make sure that loaddefs.el is handled
2095 correctly in load-history.
2096
2097 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
2098
2099 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
2100 (gdb-struct-string, gdb-array-string): New constants.
2101 (gdb-info-locals-handler): Use them.
2102 (gdb-reset): Reset gdb-var-list to nil.
2103
2104 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
2105
2106 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
2107 in patterns.
2108
2109 2005-11-21 Juri Linkov <juri@jurta.org>
2110
2111 * custom.el (defcustom): Update link types in docstring.
2112
2113 2005-11-20 Martin Rudalics <rudalics@gmx.at> (tiny change)
2114
2115 * custom.el (defgroup): Add doc-string-elt info.
2116
2117 * widget.el (define-widget): Don't use declare for the doc-string-elt.
2118
2119 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
2120
2121 * newcomment.el (comment-enter-backward): Fix last fix.
2122
2123 * simple.el (blink-matching-open):
2124 * paren.el (show-paren-function): Allow new paren-class info.
2125
2126 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
2127
2128 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
2129 handled automagically.
2130
2131 2005-11-20 Andreas Schwab <schwab@suse.de>
2132
2133 * descr-text.el (describe-char): When copying overlays put them
2134 over the full char description instead of just the first character
2135 of it.
2136
2137 2005-11-20 Juri Linkov <juri@jurta.org>
2138
2139 * simple.el (what-cursor-position):
2140 * descr-text.el (describe-char): Use Lisp-readable syntax
2141 for octal and hex. Reorder decimal, octal and hex values.
2142 Remove excess whitespace in the output. Use `=' in `column='
2143 like in `point=' and `Hscroll='.
2144
2145 * international/mule-cmds.el (encoded-string-description):
2146 Use Lisp-readable syntax for hex.
2147
2148 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
2149
2150 * newcomment.el (comment-enter-backward): Handle the case where the
2151 comment is closed by EOB.
2152
2153 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
2154
2155 * longlines.el (longlines-before-revert-hook)
2156 (longlines-after-revert-hook): New functions.
2157 (longlines-mode): Turn off longlines temporarily when reverting.
2158 Add a message-setup-hook.
2159 (longlines-decode-buffer): New function.
2160 (longlines-wrap-line): Preserve marker positions.
2161
2162 2005-11-19 Andreas Schwab <schwab@suse.de>
2163
2164 * emacs-lisp/shadow.el: Handle compressed files.
2165
2166 2005-11-19 Romain Francoise <romain@orebokech.com>
2167
2168 * net/browse-url.el (browse-url-default-browser): Signal an error
2169 if no usable browser can be found, rather than try to load w3.
2170
2171 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
2172
2173 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
2174 replacing existing properties.
2175 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
2176 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
2177 tty specs.
2178 (rcirc-server-prefix, rcirc-server): New faces.
2179 (rcirc-url-regexp): Generate with rx macro.
2180 (rcirc-last-server-message-time): New variable.
2181 (rcirc-filter): Record time of last message.
2182 (rcirc-keepalive): Kill processes that did not send a message
2183 since the last ping.
2184 (rcirc-mode): Give rcirc-topic a local binding here.
2185
2186 2005-11-19 Michael Cadilhac <michael.cadilhac@lrde.org> (tiny change)
2187
2188 * subr.el (read-passwd): Fontify the prompt as we do with other
2189 prompts.
2190
2191 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
2192
2193 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
2194 binding buffer-read-only to nil.
2195
2196 2005-11-19 Eli Zaretskii <eliz@gnu.org>
2197
2198 * complete.el (partial-completion-mode):
2199 Mention completion-auto-help in the doc string.
2200
2201 * man.el (Man-highlight-references): Doc fix. Reformat code in a
2202 more Lisp-ish way.
2203
2204 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
2205
2206 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
2207 digits, not 8, to avoid misalignment for files larger than 100MB.
2208
2209 2005-11-19 Eli Zaretskii <eliz@gnu.org>
2210
2211 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
2212 Mention "keyboard shortcuts" in the help text.
2213
2214 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2215
2216 * startup.el (fancy-splash-default-action): Discard only
2217 mouse-down and succeeding mouse-up events in the splash screen
2218 window so that drag-n-drop event can be processed.
2219
2220 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
2221
2222 * longlines.el (longlines-mode): Add hacks for mail-mode and
2223 message-mode.
2224
2225 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
2226
2227 * textmodes/org.el (org-table-sort-lines): New command.
2228 (org-tbl-menu): Add entry for `org-table-sort-lines'.
2229 (org-add-file): Command removed, use `org-agenda-file-to-front'
2230 instead.
2231 (org-export-icalendar): Use `org-icalendar-combined-name'.
2232 (org-cycle-agenda-files, org-agenda-file-to-end)
2233 (org-agenda-file-to-front): New commands.
2234 (org-table-tab-jumps-over-hlines,org-export-html-style): New
2235 options.
2236 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
2237 (org-at-table.el-p, org-set-autofill-regexps,org-html-protect):
2238 New functions.
2239 (org-fill-paragraph): Call `org-table-align' in tables.
2240 (org-mode): Call `org-set-autofill-regexps'.
2241 (org-export-as-html): Support for local handformatted lists.
2242 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
2243 (org-export-local-list-max-depth): New option.
2244 (org-html-expand): Use `org-html-protect'.
2245
2246 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
2247
2248 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
2249 to "p".
2250 (gdb): Move definition of gud-pp to...
2251
2252 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
2253 speedbar.
2254 (gdb-find-watch-expression): New function.
2255
2256 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
2257
2258 * faces.el (face-attribute, set-face-attribute): Mention existence
2259 of `:ignore-defface' setting in docstring.
2260
2261 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
2262
2263 * simple.el (completion-setup-function): Fix last change.
2264
2265 2005-11-17 John Paul Wallington <jpw@pobox.com>
2266
2267 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
2268 Use `posn-set-point' instead of `mouse-set-point' because the
2269 latter is not fbound when configured without X.
2270
2271 * comint.el (comint-insert-input): Likewise.
2272
2273 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
2274
2275 * simple.el (hard-newline): New variable.
2276 (sendmail-user-agent-compose, next-line): Use it.
2277
2278 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
2279 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
2280 (mail-mail-reply-to, mail-mail-followup-to)
2281 (mail-position-on-field, mail-signature, mail-yank-original)
2282 (mail-attach-file): Likewise.
2283
2284 * mail/mailheader.el (mail-header-format)
2285 (mail-header-format-function): Likewise.
2286
2287 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
2288
2289 2005-11-17 Juri Linkov <juri@jurta.org>
2290
2291 * font-lock.el (font-lock-faces): Rename this defgroup from
2292 `font-lock-highlighting-faces'.
2293 (font-lock-comment-face, font-lock-comment-delimiter-face)
2294 (font-lock-string-face, font-lock-doc-face)
2295 (font-lock-keyword-face, font-lock-builtin-face)
2296 (font-lock-function-name-face, font-lock-variable-name-face)
2297 (font-lock-type-face, font-lock-constant-face)
2298 (font-lock-warning-face, font-lock-negation-char-face)
2299 (font-lock-preprocessor-face)
2300 (font-lock-regexp-grouping-backslash)
2301 (font-lock-regexp-grouping-construct): Rename :group from
2302 `font-lock-highlighting-faces' to `font-lock-faces'.
2303
2304 * cus-edit.el (lisp, c, tex):
2305 * progmodes/ada-mode.el (ada):
2306 * progmodes/asm-mode.el (asm):
2307 * progmodes/cperl-mode.el (cperl-faces):
2308 * progmodes/cpp.el (cpp):
2309 * progmodes/dcl-mode.el (dcl):
2310 * progmodes/f90.el (f90):
2311 * progmodes/fortran.el (fortran):
2312 * progmodes/icon.el (icon):
2313 * progmodes/idlwave.el (idlwave-misc):
2314 * progmodes/m4-mode.el (m4):
2315 * progmodes/make-mode.el (makefile):
2316 * progmodes/meta-mode.el (meta-font):
2317 * progmodes/modula2.el (modula2):
2318 * progmodes/octave-mod.el (octave):
2319 * progmodes/pascal.el (pascal):
2320 * progmodes/perl-mode.el (perl):
2321 * progmodes/prolog.el (prolog):
2322 * progmodes/ps-mode.el (PostScript-edit):
2323 * progmodes/scheme.el (scheme):
2324 * progmodes/sh-script.el (sh-script):
2325 * progmodes/simula.el (simula):
2326 * progmodes/tcl.el (tcl):
2327 * textmodes/nroff-mode.el (nroff):
2328 * textmodes/reftex-vars.el (reftex-fontification-configurations):
2329 * textmodes/sgml-mode.el (sgml):
2330 * textmodes/texinfo.el (texinfo):
2331 Add :link (custom-group-link font-lock-faces) to defgroup.
2332
2333 * hi-lock.el (hi-lock): Rename this defgroup from
2334 `hi-lock-interactive-text-highlighting'. Change parent group from
2335 `faces' to `font-lock'. Add link to the manual.
2336 (hi-lock-mode, hi-lock-file-patterns-range)
2337 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
2338 `hi-lock-interactive-text-highlighting' to `hi-lock'.
2339 (hi-lock-faces): Add :group `faces'.
2340
2341 * cus-edit.el (custom-variable-prompt): Clarify the code.
2342
2343 * faces.el (face-read-string): Set the default value arg of
2344 completing-read.
2345
2346 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
2347
2348 * rfn-eshadow.el (file-name-shadow-properties)
2349 (file-name-shadow-tty-properties, file-name-shadow-mode):
2350 Remove autoloads, because the file is now preloaded.
2351
2352 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
2353
2354 * printing.el (easy-menu-intern): Don't define.
2355 (pr-get-symbol): Use easy-menu-intern only if defined.
2356
2357 * simple.el (blink-matching-open): Simplify a bit.
2358 (completion-setup-function): Fix the case of partial-completion-mode
2359 when the minibuffer's contents start with "-".
2360 Obey completion-base-size-function even when
2361 minibuffer-completing-file-name is non-nil.
2362
2363 2005-11-16 Richard M. Stallman <rms@gnu.org>
2364
2365 * net/eudcb-ph.el (eudc-ph-open-session):
2366 Use set-process-query-on-exit-flag.
2367
2368 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
2369
2370 * international/ucs-tables.el (ucs-set-table-for-input):
2371 Use make-local-variable, not make-variable-buffer-local.
2372
2373 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
2374 Improve warning message text.
2375
2376 * savehist.el (savehist-save-hook): Add :group.
2377
2378 * menu-bar.el (menu-bar-help-menu):
2379 Rename Find Extra Packages to External Packages.
2380
2381 * cus-edit.el (Custom-reset-standard): Verify that
2382 :custom-standard-value prop exists before calling it.
2383
2384 * apropos.el (apropos-calc-scores): Use apropos-pattern.
2385
2386 2005-11-16 Martin Rudalics <rudalics@gmx.at> (tiny change)
2387
2388 * wid-edit.el (color): Enclose %t in %{...%}.
2389
2390 * cus-edit.el (face): Enclose %t in %{...%}.
2391
2392 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
2393
2394 * savehist.el (savehist-mode-hook): Re-add the var.
2395 (savehist-mode): Use it.
2396
2397 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
2398
2399 * textmodes/flyspell.el: Fix commenting convention.
2400 Remove unnecessary leading * in custom docstrings.
2401 (flyspell-emacs): Remove unused var.
2402 (flyspell-delete-region-overlays): Use remove-overlays.
2403 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
2404 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
2405 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
2406 (flyspell-debug-signal-word-checked): Use with-current-buffer.
2407 (make-flyspell-overlay): Don't locally reuse a global name.
2408 (flyspell-highlight-incorrect-region)
2409 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
2410 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
2411 (flyspell-notify-misspell): Remove unused args `start' and `end'.
2412 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
2413 Wrap calls to accept-process-output inside with-local-quit since it's
2414 often called from a post-command-hook.
2415 (flyspell-correct-word, flyspell-auto-correct-word):
2416 Use ispell-send-string.
2417 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
2418
2419 * calendar/diary-lib.el (diary-list-entries): Also hide the
2420 terminating newline.
2421
2422 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
2423
2424 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
2425 window-system, to allow fonts on tty.
2426
2427 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
2428
2429 * progmodes/gud.el (gud-speedbar-item-info): New function.
2430 (gud-install-speedbar-variables): Use it to display data type
2431 of watch expression as a tooltip in speedbar.
2432
2433 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
2434
2435 * font-core.el (global-font-lock-mode): Add :version keyword,
2436 because default was changed.
2437
2438 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
2439
2440 * startup.el (command-line): Use `custom-reevaluate-setting' for
2441 `file-name-shadow-mode'.
2442
2443 * loadup.el: Preload rfn-eshadow.
2444
2445 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
2446 Add :version keyword.
2447 (file-name-shadow-properties, file-name-shadow-tty-properties)
2448 (file-name-shadow): Add :version keyword.
2449
2450 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
2451 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
2452 in the custom-group property of the symbol frames and the fringe
2453 group got no link to its parent group frames.
2454 Doc fix.
2455
2456 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
2457
2458 * progmodes/gud.el (gud-stop-subjob): New function.
2459 (gud-menu-map, gud-tool-bar-map): Use it.
2460
2461 2005-11-16 Kim F. Storm <storm@cua.dk>
2462
2463 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
2464 than kill it.
2465 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
2466 to a more useful/logical place.
2467
2468 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
2469
2470 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
2471 go buttons complementary.
2472
2473 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
2474
2475 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
2476 (rfn-eshadow-sifn-equal): New function.
2477 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
2478
2479 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
2480
2481 * viper-utils (viper-non-word-characters-reformed-vi): Quote `-' in
2482 string.
2483
2484 * viper.el (viper-emacs-state-mode-list): Ensure that
2485 rcirc-mode buffers come up in Emacs state.
2486
2487 * ediff-util (ediff-make-temp-file): Use proper file-name-handler
2488 operation.
2489
2490 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
2491
2492 * term.el (term-termcap-format): Fix typos.
2493 (term-down): Fix the negative argument case.
2494
2495 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
2496
2497 * progmodes/gdb-ui.el: Remove face-alias left over from change on
2498 2005-08-15.
2499 (gdb-ann3): New command gud-go.
2500 (menu): Accomodate gdb-mi.el.
2501 (gdb-assembler-custom): Make buffer of selected window current
2502 so that set-window-point works.
2503
2504 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
2505 buttons and include new ones.
2506
2507 2005-11-16 Kim F. Storm <storm@cua.dk>
2508
2509 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
2510 (gud-menu-map): Use it.
2511
2512 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
2513
2514 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
2515 that works correctly for Custom and that does not override a user
2516 who disables it.
2517
2518 * help-mode.el (help-make-xrefs, help-xref-on-pp)
2519 (help-xref-interned, help-follow): Make hyperlinks for variables
2520 that are unbound, but have a non-nil variable-documentation property.
2521
2522 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
2523 mode hook. (It conflicted with defcustoms for some mode hooks.)
2524 Use the `variable-documentation' property to give the mode hook a
2525 docstring and expand that docstring.
2526
2527 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
2528
2529 * savehist.el (savehist-mode): Don't bother with
2530 `custom-set-minor-mode'.
2531 (savehist-coding-system): Check XEmacs version.
2532 (history-length): Declare also at run time.
2533 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
2534 Don't set the customize state.
2535 (savehist-minibuffer-hook): Special case for when
2536 minibuffer-history-variable is equal to t.
2537
2538 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
2539
2540 * files.el (write-file): Refresh VC status.
2541
2542 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
2543 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
2544 than fundamental-mode to see if the mode was set.
2545
2546 2005-11-14 Romain Francoise <romain@orebokech.com>
2547
2548 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
2549 dummy function in `eval-when-compile' to avoid compiler warning.
2550 Require `man' at compile time.
2551
2552 2005-11-14 Jay Belanger <belanger@truman.edu>
2553
2554 * calc-alg.el (calcFunc-write-out-power): Rename it to
2555 calcFunc-powerexpand.
2556 (math-write-out-power): Rename it to math-powerexpand; have it
2557 handle negative exponents.
2558 (calc-writeoutpower): Rename it to calc-powerexpand.
2559
2560 * calc-ext.el: Change calcFunc-writeoutpower and
2561 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
2562 autoloads.
2563 Add calcFunc-ldiv to autoloads.
2564
2565 * calc-arith.el (calcFunc-ldiv): New function.
2566
2567 * calc.el (calc-left-divide): New function.
2568
2569 2005-11-14 Juri Linkov <juri@jurta.org>
2570
2571 * cus-edit.el (custom-variable-prompt): Set the default value arg
2572 of completing-read.
2573
2574 * cus-dep.el (custom-make-dependencies): Reverse the list of
2575 found dependencies.
2576
2577 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
2578
2579 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
2580 Highlighting" entry, it is on by default now.
2581 (menu-bar-options-save): Do not save global-font-lock-mode.
2582
2583 2005-11-13 Richard M. Stallman <rms@gnu.org>
2584
2585 * textmodes/flyspell.el (flyspell-large-region):
2586 Call flyspell-accept-buffer-local-defs.
2587
2588 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
2589
2590 * textmodes/flyspell.el (flyspell-notify-misspell):
2591 Fix misspelling of "Misspelling".
2592 (flyspell-process-localwords): New function.
2593 (flyspell-large-region): Call flyspell-process-localwords and
2594 flyspell-delete-region-overlays.
2595 (flyspell-delete-region-overlays): New function.
2596 (flyspell-delete-all-overlays): Call that.
2597
2598 2005-11-13 Richard M. Stallman <rms@gnu.org>
2599
2600 * help.el (help-for-help-internal): Improve doc of C-h a.
2601 (describe-key): Improve prompt; doc fix.
2602
2603 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
2604
2605 * vc-svn.el (vc-svn-registered): Catch all errors.
2606
2607 * cus-dep.el (custom-make-dependencies): Typo.
2608
2609 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
2610
2611 * net/tramp-util.el (top): Fix compilation warning.
2612
2613 2005-11-13 Kim F. Storm <storm@cua.dk>
2614
2615 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
2616
2617 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
2618
2619 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
2620 (gud-speedbar-buttons): Match on "const char *" too.
2621
2622 * progmodes/gdb-ui.el (gdb-var-create-handler)
2623 (gdb-var-list-children-handler): Match on "const char *" too.
2624 (gdb-var-evaluate-expression-handler): Match on empty string.
2625 (gdb-var-update-handler): Only call
2626 gdb-var-evaluate-expression-handler when required.
2627
2628 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
2629
2630 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
2631 selected window. This still doesn't work for speedbar.
2632 (gud-speedbar-buttons): Handle string expressions properly.
2633
2634 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
2635 (gdb-var-create-handler): Handle string expressions properly.
2636 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
2637 Handle string expressions properly. Move "type" field into regexp.
2638
2639 2005-11-12 Karl Fogel <kfogel@red-bean.com>
2640
2641 * bookmark.el (bookmark-maybe-message): New function to reduce
2642 code duplication: invokes `message' iff baud-rate is high enough.
2643 (bookmark-write-file): Use above instead of an inline conditional.
2644 (bookmark-load): Same.
2645
2646 2005-11-12 Karl Fogel <kfogel@red-bean.com>
2647
2648 * bookmark.el (bookmark-write-file): Don't visit the destination
2649 file, just write the data to it using write-region. This is
2650 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
2651 change to avoid visiting the file in the first place.
2652
2653 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
2654
2655 * hi-lock.el (hi-lock-mode): Set the default value of
2656 font-lock-defaults.
2657
2658 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
2659
2660 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
2661 arg to `file-attributes'.
2662 (find-lisp-format): The UID and GID can now be strings.
2663
2664 2005-11-12 Kim F. Storm <storm@cua.dk>
2665
2666 * help.el (help-map): Bind C-h d to apropos-documentation.
2667
2668 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
2669 when point is at end-of-buffer.
2670
2671 * apropos.el (apropos-match-face): Doc fix.
2672 (apropos-sort-by-scores): Add new choice `verbose'.
2673 (apropos-documentation-sort-by-scores): New defcustom.
2674 (apropos-pattern): Now contains the pattern entered by the user.
2675 (apropos-pattern-quoted): New defvar.
2676 (apropos-regexp): New defvar, containing the regexp corresponding
2677 to apropos-pattern.
2678 (apropos-all-words-regexp): Rename from apropos-all-regexp.
2679 (apropos-read-pattern): New defun. Use it to read pattern arg in
2680 interactive calls; returns list of words for a word list, and
2681 string for a regexp.
2682 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
2683 parses a list of words or regexp as returned by apropos-read-pattern.
2684 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
2685 (apropos-score-doc): Return a very high score if the string
2686 entered by the user matches literally.
2687 (apropos-variable): Doc fix. Use apropos-read-pattern.
2688 (apropos-command): Doc fix. Use apropos-read-pattern and
2689 apropos-parse-pattern. Call apropos-print with nosubst=t.
2690 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
2691 apropos-parse-pattern.
2692 (apropos-documentation): Doc fix. Use apropos-read-pattern and
2693 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
2694 apropos-documentation-sort-by-scores. Call apropos-print with
2695 nosubst=t.
2696 (apropos-documentation-internal): Pass doc string through
2697 substitute-key-definition before adding text properties.
2698 Highlight substring matching literal user input if possible.
2699 (apropos-documentation-check-doc-file): Remove locals beg and end.
2700 Fix calculation of score (as added twice). Pass doc string through
2701 substitute-key-definition before adding text properties.
2702 (apropos-documentation-check-elc-file): Pass doc string through
2703 substitute-key-definition before adding text properties.
2704 Highlight substring matching literal user input if possible.
2705 (apropos-print): Add new arg NOSUBST; if set, command and variable
2706 doc strings have already been passed through substitute-key-definition.
2707 Add code to handle apropos-accumulator items without score element
2708 for backwards compatibility (e.g. with woman package).
2709 Only show scores if apropos-sort-by-scores is `verbose'.
2710
2711 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
2712
2713 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
2714 Add jka-compr-load-suffixes to load-suffixes.
2715
2716 * jka-compr.el: Require 'jka-cmpr-hook.
2717 (jka-compr-info-compress-message, jka-compr-info-compress-program)
2718 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
2719 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
2720 (jka-compr-info-can-append, jka-compr-info-strip-extension)
2721 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
2722 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
2723 (jka-compr-uninstall): Remove entries from
2724 jka-compr-added-to-file-coding-system-alist after they are used.
2725 (jka-compr-error): Remove unused var `curbuf'.
2726 (jka-compr-file-local-copy): Remove unused var `notfound'.
2727
2728 2005-11-10 Romain Francoise <romain@orebokech.com>
2729
2730 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
2731
2732 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
2733
2734 * progmodes/gud.el (gud-menu-map): Move parentheses.
2735 (gdb): New command gud-pv.
2736
2737 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
2738
2739 * tar-mode.el: Remove spurious or unnecessary leading stars
2740 in docstrings.
2741 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
2742 (tar-parse-octal-integer-safe): Use mapc.
2743 (tar-header-block-summarize): Remove unused var `ck'.
2744 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
2745 cleared before. Obey default-enable-multibyte-characters.
2746 Use mapconcat. Simplify setting of tar-header-offset.
2747 (tar-mode-map): Move initialization inside delcaration.
2748 (tar-flag-deleted): Use `abs'.
2749 (tar-expunge-internal): Remove unused var `line'.
2750 (tar-expunge-internal): Don't hardcode point-min==1.
2751 (tar-expunge): Widen while doing set-buffer-multibyte.
2752 (tar-rename-entry): Use file-name-coding-system.
2753 (tar-alter-one-field): Don't hardcode point-min==1.
2754 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
2755 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
2756
2757 2005-11-10 Masatake YAMATO <jet@gyve.org>
2758
2759 * add-log.el (add-log-current-defun): Handle class::method
2760 notation of c++. Fix incorrect comment.
2761
2762 2005-11-10 Alan Mackenzie <acm@muc.de>
2763
2764 * help-fns.el (describe-variable): Make C-h v work when a variable
2765 has variable documentation yet is unbound.
2766
2767 2005-11-10 Masatake YAMATO <jet@gyve.org>
2768
2769 * man.el (Man-highlight-references): Set an empty
2770 string to `Man-arguments' if it is nil.
2771 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
2772
2773 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
2774
2775 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
2776 commenting conventions.
2777
2778 * cus-dep.el (custom-make-dependencies): Simplify.
2779 Better follow the commenting conventions.
2780
2781 2005-11-09 Richard M. Stallman <rms@gnu.org>
2782
2783 * apropos.el (apropos-pattern): Rename from apropos-regexp.
2784 (apropos-orig-pattern): Rename from apropos-orig-regexp.
2785 All uses changed.
2786 (apropos-rewrite-regexp): Doc fix.
2787 (apropos-variable, apropos-command, apropos, apropos-value):
2788 Change prompt; carry through the argument renaming.
2789
2790 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
2791
2792 * find-lisp.el: Require dired.
2793 (find-lisp-find-dired-internal): Do not call
2794 `abbreviate-file-name' on DIR.
2795
2796 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
2797
2798 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
2799
2800 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
2801
2802 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
2803 when using the speedbar.
2804 (gdb): New command gud-pp.
2805 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
2806
2807 2005-11-09 Juri Linkov <juri@jurta.org>
2808
2809 * replace.el (occur-excluded-properties): New defcustom.
2810 (occur-1, occur-engine, occur-accumulate-lines): Use it.
2811
2812 2005-11-08 Jay Belanger <belanger@truman.edu>
2813
2814 * calc/calc-units.el (math-convert-units): Replace any composite
2815 unit by its definition.
2816
2817 2005-11-08 Lars Hansen <larsh@soem.dk>
2818
2819 * emacs-lisp/autoload.el (update-directory-autoloads):
2820 Add obsolete function alias.
2821
2822 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
2823
2824 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
2825 comment-indent-function.
2826 (lisp-comment-indent): Replace by an alias for comment-indent-default.
2827
2828 * reveal.el (reveal-post-command): Rework the handling of
2829 reveal-open-spots, so as to be more reliable. There were several
2830 tricky corner cases where an open spot might be lost, or where
2831 a closed spot might end up on the list of open spots.
2832 Only reveal text that's ellipsised.
2833
2834 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
2835
2836 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
2837
2838 2005-11-07 John Paul Wallington <jpw@gnu.org>
2839
2840 * ibuffer.el (ibuffer): Search iconified frames too when
2841 getting Ibuffer buffer's window.
2842
2843 2005-11-06 Richard M. Stallman <rms@gnu.org>
2844
2845 * progmodes/compile.el (compilation-internal-error-properties):
2846 save-excursion around the computation of MARKER.
2847
2848 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
2849
2850 * textmodes/flyspell.el (flyspell-external-point-words):
2851 flyspell-get-word returns a list, not just a string.
2852
2853 2005-11-06 John Paul Wallington <jpw@pobox.com>
2854
2855 * ibuffer.el (ibuffer): Search all visible frames when getting
2856 Ibuffer buffer's window.
2857
2858 2005-11-07 Masatake YAMATO <jet@gyve.org>
2859
2860 * man.el (Man-reference-regexp): Accept spaces between
2861 `Man-name-regexp' and `Man-section-regexp'.
2862 (Man-apropos-regexp): New variable.
2863 (Man-abstract-xref-man-page): Use value for `Man-target-string'
2864 if available.
2865 (Man-highlight-references, Man-highlight-references0):
2866 Handle the case when `Man-arguments' includes "-k".
2867 (Man-highlight-references0): Rename the argument `TARGET-POS' to
2868 `TARGET'. `TARGET' can be a number, function or nil.
2869
2870 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
2871
2872 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
2873 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
2874 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
2875 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
2876 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
2877 (gdb-send-item): Use buffer-local-value and simplify.
2878
2879 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
2880
2881 * startup.el (command-line): Use `custom-reevaluate-setting' for
2882 `global-font-lock-mode'.
2883
2884 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
2885 by default, except in batch mode or when the -D option is given.
2886
2887 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
2888 specified keyword args on to `define-minor-mode'. Update docstring.
2889
2890 2005-11-05 Romain Francoise <romain@orebokech.com>
2891
2892 * replace.el (occur-engine): Add marker at end of line, too.
2893
2894 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
2895
2896 * font-lock.el: Don't deal with font-lock-face-attributes here,
2897 move the code ...
2898
2899 * startup.el (command-line): ... here. Use face-spec-set instead
2900 of custom-declare-face.
2901
2902 * faces.el (face-spec-set): Reset the face if spec is not nil.
2903
2904 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
2905
2906 * newcomment.el (comment-region-internal): Box more tightly in the
2907 common case where there's no TAB in the boxed text.
2908
2909 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2910
2911 * info.el (info-tool-bar-map): Use images prev-node, next-node and
2912 up-node.
2913
2914 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
2915
2916 * newsticker.el: Commentary updated. Code formatting changed.
2917 (newsticker-version): Change to "1.9".
2918 (newsticker, newsticker-feed): Doc fix.
2919 (newsticker-url-list): Doc fix. Add option "Weekly".
2920 (newsticker-retrieval-interval): Add option "Weekly".
2921 (newsticker-headline-processing): Doc fix.
2922 (newsticker-auto-mark-filter): Remove.
2923 (newsticker-auto-mark-filter-list): New.
2924 (newsticker-layout, newsticker-sort-method): Doc fix.
2925 (newsticker-hide-old-items-in-newsticker-buffer)
2926 (newsticker-heading-format, newsticker-item-format)
2927 (newsticker-desc-format): Doc fix.
2928 (newsticker-show-all-rss-elements): Remove.
2929 (newsticker-show-all-news-elements): New.
2930 (newsticker-faces, newsticker-ticker): Doc fix.
2931 (remove-from-invisibility-spec): Code formatting.
2932 (newsticker--process-ids): New.
2933 (newsticker-mode): Doc fix.
2934 (newsticker-mode): Change mode-line-format.
2935 (newsticker-start): Remove debug output.
2936 (newsticker-start-ticker): Doc fix. Add Autoload cookie.
2937 (newsticker-w3m-show-inline-images): Code formatting.
2938 (newsticker-next-item): Call `force-mode-line-update'.
2939 (newsticker-previous-item): Call `force-mode-line-update'.
2940 (newsticker-next-feed): Call `force-mode-line-update'.
2941 (newsticker-previous-feed): Call `force-mode-line-update'.
2942 (newsticker-mark-all-items-at-point-as-read): Code formatting.
2943 (newsticker-show-old-items): Do not show descs.
2944 (newsticker-hide-entry): Hide too much.
2945 (newsticker-hide-entry, newsticker-show-entry)
2946 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
2947 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
2948 (newsticker-toggle-auto-narrow-to-item): Code formatting.
2949 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
2950 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
2951 (newsticker-get-news): Call `force-mode-line-update'.
2952 Collect process ids.
2953 (newsticker--sentinel): Change coding system handling.
2954 Move image retrieval to new functions newsticker--get-logo-url-*.
2955 Move feed parsing to new functions newsticker--parse-*.
2956 Update list of process ids.
2957 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
2958 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
2959 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
2960 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
2961 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
2962 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
2963 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
2964 (newsticker--decode-coding-string): Remove.
2965 (newsticker--decode-numeric-entities): Check input. Format code.
2966 (newsticker--remove-whitespace): Check input.
2967 (newsticker--do-forget-preformatted): Doc fix.
2968 (newsticker--decode-rfc822-date): Allow for missing time.
2969 (newsticker--update-process-ids): New.
2970 (newsticker--image-sentinel): Change comment.
2971 (newsticker--image-read): Change error message.
2972 (newsticker--imenu-goto): Doc fix. Show headline title.
2973 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
2974 (newsticker--buffer-do-insert-text): Clean whitespace in
2975 html-rendered headline title. Code formatting.
2976 Call `newsticker--buffer-print-extra-elements'.
2977 (newsticker--buffer-print-extra-element): Remove.
2978 (newsticker--buffer-print-extra-elements): New.
2979 (newsticker--buffer-do-print-extra-element): New.
2980 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
2981 large sizes.
2982 (newsticker--run-auto-mark-filter)
2983 (newsticker--do-run-auto-mark-filter):
2984 Use `newsticker-auto-mark-filter-list'.
2985
2986 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
2987
2988 * net/rcirc.el: Use split-string OMIT-NULLS argument.
2989 (rcirc-print): Force redisplay before running hooks. Do long
2990 buffer truncation after making new text read-only. Deal with nil
2991 text when decoding strings. If TARGET is nil, use either the
2992 currently selected buffer, if it is an rcirc buffer and of the
2993 same process or the process buffer.
2994 (rcirc-mode): Remove header-line. Recompute short buffer names.
2995 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
2996 (rcirc-short-buffer-name): Add variable.
2997 (rcirc-kill-buffer-hook): Recompute short buffer names.
2998 Remove nick from private channel.
2999 (rcirc-send-input): Send command text to current-buffer.
3000 Don't clear overlay arrow here.
3001 (rcirc-short-buffer-name): Return a short buffer name.
3002 (rcirc-update-short-buffer-names, rcirc-abbreviate)
3003 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
3004 buffer-name abbreviations.
3005 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
3006 Do not touch nick-table when killing a parted channel.
3007 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
3008 Clear arrow from current buffer if it is now hidden.
3009 (rcirc-current-buffer): Add variable.
3010 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
3011 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
3012 Remove -face from names.
3013 (rcirc-update-activity-string): Print "DND" when globally ignoring
3014 activity.
3015 (rcirc-ignore-buffer-activity-flag): Rename from
3016 rcirc-ignore-channel-activity.
3017 (rcirc-ignore-all-activity-flag): Doc fix.
3018 (rcirc-channels): Remove variable.
3019 (rcirc-kill-buffer-hook):
3020 (rcirc-get-buffer-create): Add nick to private channel.
3021 (rcirc-multiline-edit-submit): Remove tabs.
3022 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
3023 folded.
3024 (rcirc-remove-nick-channel): Bug fix.
3025 (rcirc-toggle-ignore-buffer-activity): Rename from
3026 rcirc-toggle-ignore-channel-activity.
3027 (rcirc-record-activity): Add buffers to the front of the list.
3028 (rcirc-update-activity): Remove killed buffers from list.
3029 (rcirc-process-server-response-1): Remove last argument if it is
3030 null before calling handler.
3031 (rcirc): Add "rcirc" defcustom prefix.
3032 (rcirc-prompt): Simplify default prompt.
3033 Use custom-initialize-default.
3034 (rcirc-private-chats): Remove variable.
3035 (rcirc-prompt): Change initialization.
3036 (rcirc-version): Remove function.
3037 (rcirc-id-string): Add constant.
3038 (rcirc-last-buffer): Remove variable.
3039 (rcirc-buffer-alist): Add variable.
3040 (rcirc-connect): Update variable setup.
3041 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
3042 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
3043 default.
3044 (rcirc-handler-generic): Trigger activity.
3045 (rcirc-send-message): Create the buffor of the target.
3046 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
3047 (rcirc-get-buffer): Just return nil if there is no matching buffer.
3048 (rcirc-multiline-edit-cancel): Remove function.
3049 (rcirc-set-last-buffer): Remove function.
3050 (rcirc-get-any-buffer): Add function.
3051 (rcirc-join-channels): Don't print /join text.
3052 (rcirc-toggle-ignore-channel-activity): Add and update echo area
3053 messages.
3054 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
3055 (rcirc-handler-NOTICE): Recognize CTCP responses.
3056 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
3057 constructing TOPIC string for buffers we are not JOINed.
3058 (rcirc-handler-CTCP-response): Add handler.
3059 (rcirc-multiline-edit-submit): Restore the window-configuration
3060 before adjusting point.
3061 (rcirc): Add customization group.
3062 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
3063 (rcirc-user-full-name, rcirc-startup-channels-alist)
3064 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
3065 (rcirc-ignore-all-activity-flag, rcirc-time-format)
3066 (rcirc-input-ring-size, rcirc-read-only-flag)
3067 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
3068 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
3069 Change defvar to defcustom.
3070 (rcirc-update-prompt): Add optional ALL arg, which will update
3071 prompts in all rcirc buffers. Regexp quote replacement text.
3072 (rcirc-fill-column): Accept 'frame-width as a value.
3073 (rcirc-set-changed): Add function.
3074 (rcirc-next-active-buffer): Write more meaningful messages.
3075 (rcirc-faces): Add customization group.
3076 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
3077 (rcirc-nick-in-message-face, rcirc-prompt-face)
3078 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
3079 (with-rcirc-process-buffer): Move before first usage.
3080 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
3081 (rcirc-debug-flag): Rename from `rcirc-log-p'.
3082 (rcirc-debug): Rename from `rcirc-log'.
3083 (rcirc-format-response-string): Do not print '-' chars for a
3084 NOTICE with no sender. Simplify output of server responses.
3085
3086 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
3087
3088 (rcirc-browse-url-map, rcirc-browse-url-at-point)
3089 (rcirc-browse-url-at-mouse, rcirc-mangle-text): Make urls
3090 mouse and RET clickable.
3091
3092 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
3093
3094 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
3095
3096 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
3097
3098 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
3099 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
3100 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
3101 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional 'passphrase'
3102 argument to all these routines, so the passphrase can be managed
3103 externally and passed in to the system.
3104 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
3105 pgg-add-passphrase-to-cache function.
3106
3107 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
3108 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
3109 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
3110 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional 'passphrase'
3111 argument to all these routines, so the passphrase can be managed
3112 externally and passed in to the system.
3113 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
3114 function.
3115
3116 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
3117
3118 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
3119 from goto-address-url-regexp.
3120
3121 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
3122
3123 * textmodes/org.el (org-read-date, org-goto-calendar)
3124 (org-recenter-calendar, org-agenda-goto-calendar):
3125 Temporarily clear 'calendar-move-hook'.
3126
3127 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
3128
3129 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
3130 merging.
3131
3132 * ediff-util.el (ediff-previous-difference): Don't skip regions that
3133 have merge clashes.
3134
3135 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3136
3137 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
3138 Undo previous change.
3139
3140 * startup.el (command-line): Use `custom-reevaluate-setting' for
3141 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
3142 tty-register-default-colors on Mac.
3143
3144 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
3145
3146 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
3147 (gdb-buffer-type): Make it automatically buffer local...
3148 (gdb-get-create-buffer): ...and set it accordingly.
3149 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
3150 actually work.
3151
3152 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
3153
3154 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
3155 not red.
3156
3157 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
3158
3159 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
3160 case GUD buffer is not visible.
3161 (gdb-goto-breakpoint): Try to force display in source buffer.
3162 (gdb-frame-gdb-buffer): Copy other similar functions.
3163 (gdb-restore-windows): Don't display source if not asked for.
3164 (gdb-assembler-buffer-name): Don't capitalise.
3165
3166 2005-11-03 Richard M. Stallman <rms@gnu.org>
3167
3168 * wid-edit.el (key-sequence): New widget type.
3169
3170 * simple.el (set-mark-command-repeat-pop): New variable.
3171 (set-mark-command): Only interpret plan C-@ after a pop as a pop
3172 if set-mark-command-repeat-pop is true.
3173
3174 * info.el (Info-fontify-node): Don't display extra "see" if there
3175 already is one here.
3176
3177 * mouse.el: Fix special handling of DEL after dragging a region:
3178 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
3179 (mouse-region-delete-keys): Add [backspace].
3180
3181 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
3182
3183 * textmodes/ispell.el (ispell-command-loop): Change `i' description
3184 not to assume it pertains to an affix.
3185
3186 * textmodes/flyspell.el (flyspell-post-command-hook):
3187 Bind deactivate-mark to prevent deactivation.
3188
3189 2005-11-03 Lars Hansen <larsh@soem.dk>
3190
3191 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
3192 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
3193 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
3194
3195 2005-11-03 Romain Francoise <romain@orebokech.com>
3196
3197 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
3198 Update copyright years.
3199
3200 2005-11-03 Sam Steingold <sds@gnu.org>
3201
3202 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
3203 Use system-type instead of window-system because window-system is not
3204 correctly defined during loadup.
3205
3206 2005-11-02 Mark A. Hershberger <mah@everybody.org>
3207
3208 * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
3209 (xml-parse-tag): Join strings separated by a comment properly.
3210
3211 2005-11-02 Andreas Schwab <schwab@suse.de>
3212
3213 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
3214
3215 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
3216
3217 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
3218 (byte-optimize-pure-func): Quote the eval'd value.
3219
3220 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
3221 Rename from perl-font-lock-syntactic-face-function.
3222 Change the calling convention so it can be used as a font-lock MATCHER.
3223 Do the parse-partial-sexp loop outselves.
3224 (perl-font-lock-syntactic-keywords): Use it.
3225 (perl-mode): Don't set font-lock-syntactic-face-function any more.
3226
3227 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
3228
3229 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
3230 disassembly buffer too.
3231 (gdb-exited): Remove overlay arrows when execution has finished.
3232 (gdb-info-frames-custom, gdb-info-threads-custom)
3233 (gdb-info-registers-custom): Don't add inappropriate text
3234 properties if inferior is not active.
3235
3236 2005-11-02 Glenn Morris <rgm@gnu.org>
3237
3238 * progmodes/fortran.el (fortran-blink-match):
3239 Use `blink-matching-delay'.
3240
3241 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
3242
3243 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
3244
3245 2005-11-02 Lars Hansen <larsh@soem.dk>
3246
3247 * net/tramp.el (tramp-action-out-of-band): Handle scp message
3248 "Permission denied".
3249
3250 2005-11-01 Richard M. Stallman <rms@gnu.org>
3251
3252 * textmodes/flyspell.el (flyspell-external-point-words):
3253 Pass nil to flyspell-get-word.
3254
3255 2005-11-02 Kim F. Storm <storm@cua.dk>
3256
3257 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
3258 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
3259
3260 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
3261
3262 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
3263 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
3264 (calendar-mouse-print-dates): Add optional `event' argument.
3265 Update interactive-spec.
3266 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
3267 Use `calendar-event-to-date' instead of `event'.
3268
3269 2005-11-02 Masatake YAMATO <jet@gyve.org>
3270
3271 * progmodes/ld-script.el (ld-script-builtins):
3272 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
3273 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
3274 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
3275
3276 2005-11-01 Romain Francoise <romain@orebokech.com>
3277
3278 * vc-sccs.el: Update copyright year.
3279 * ezimage.el: Likewise.
3280
3281 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
3282
3283 * info.el (Info-fontify-node): Use `string-width' for fontifying
3284 underlined titles.
3285
3286 2005-11-01 Juri Linkov <juri@jurta.org>
3287
3288 * info.el (Info-fontify-node): Downcase node header keywords Node,
3289 Prev, Next, Up before comparison.
3290 (Info-history): Insert absolute directory name, and put invisible
3291 property on it.
3292
3293 2005-11-01 Juri Linkov <juri@jurta.org>
3294
3295 * info.el (Info-file-supports-index-cookies): New variable.
3296 (Info-find-node-2): Check makeinfo version for index cookie support.
3297 (Info-index-nodes): Search for nodes with index cookies only when
3298 Info-file-supports-index-cookies is t. Otherwise, search nodes
3299 with "Index" in the node name.
3300 (Info-index-node): Search index cookie in the current node only when
3301 Info-file-supports-index-cookies is t. Otherwise, check the word
3302 "Index" in the node name.
3303 (Info-find-emacs-command-nodes): Remove code that searches nodes
3304 with "Index" node name in the top menu.
3305
3306 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
3307
3308 * progmodes/scheme.el (scheme-mode-variables): Use the default
3309 comment-indent-function.
3310
3311 * faces.el (face-attribute): Handle the case where a face inherits from
3312 a non-existent face.
3313
3314 * simple.el (eval-expression-print-format): Use lisp-readable syntax
3315 for octal and hexa output, and merge the char into the paren.
3316 (kill-new): Use push.
3317 (copy-to-buffer): Use with-current-buffer.
3318 (completion-setup-function): Move code in loop to remove redundancy.
3319 (minibuffer-local-must-match-map): Don't add bindings that duplicate
3320 those inherited from minibuffer-local-completion-map.
3321
3322 * savehist.el (savehist-mode) <defcustom>:
3323 Use custom-set-minor-mode if available.
3324 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
3325 and emit a message if applicable.
3326
3327 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
3328
3329 * savehist.el: Sync up to version 19.
3330 (savehist-mode): New minor mode.
3331 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
3332 (savehist-length): Remove (use history-length instead).
3333 (savehist-file-modes): Rename from savehist-modes.
3334 (savehist-save-hook, savehist-loaded): New vars.
3335 (savehist-load): Use savehist-mode. Try to smooth up transition from
3336 old format to new format.
3337 (savehist-install): Allow savehist-autosave-interval to be nil.
3338 (savehist-save): Run the new hook. Be more careful to only trim the
3339 history variables.
3340 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
3341 (savehist-printable): Print into a buffer rather than char-by-char.
3342
3343 2005-11-01 John Wiegley <johnw@newartisans.com>
3344
3345 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
3346 toggle-ignore keybinding (C-a). The author said it had been
3347 disabled much earlier due to a possible incompatibility, but after
3348 many months of usage I have encountered no problems (and it is a
3349 rather useful option, especially for switching to " *temp*").
3350
3351 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
3352 support for OS/X's AddressBook, by calling out to the open source
3353 program "contacts" (installable through Fink).
3354
3355 * net/eudc.el (eudc-expand-inline): If the
3356 `eudc-multiple-match-handling-method' is set to `all', delete the
3357 query string before inserting the query result.
3358
3359 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
3360 flag, to prevent Eshell from using the system ls when
3361 `eshell-ls-insert-directory' is in used.
3362 (eshell-ls-insert-directory): Disable font-lock in directory
3363 buffer so that Eshell's own fontification is seen. This broke
3364 recently due to changes in font-lock, so this goes back to version
3365 21 behavior.
3366
3367 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
3368
3369 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
3370 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
3371 (gdb-many-windows): Doc fix.
3372
3373 2005-10-31 Romain Francoise <romain@orebokech.com>
3374
3375 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
3376
3377 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
3378
3379 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
3380 that global-font-lock-mode can be enabled by default.
3381
3382 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
3383 (font-lock-add-keywords, font-lock-remove-keywords)
3384 (font-lock-fontify-buffer): Remove autoload cookies.
3385
3386 * jit-lock.el (jit-lock-register): Likewise.
3387
3388 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
3389
3390 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
3391
3392 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
3393 intact if there is no gud-comint-buffer.
3394
3395 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
3396
3397 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
3398 old prompt comint-prompt-read-only is t and GDB commands are
3399 issued from tool bar etc.
3400
3401 2005-10-31 Masatake YAMATO <jet@gyve.org>
3402
3403 * vc.el (vc-directory-exclusion-list): Add "{arch}".
3404
3405 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
3406
3407 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
3408 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
3409
3410 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
3411
3412 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
3413 starting at beginning of line. Fontification is messed up when
3414 `open-paren-in-column-0-is-defun-start' set to t.
3415 Reported by John Paul Wallington <jpw@pobox.com>.
3416
3417 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
3418
3419 * comint.el (comint-send-input): Call `comint-update-fence' when
3420 `comint-process-echoes' and `comint-prompt-read-only' are both
3421 non-nil, to avoid leftover read-only newline.
3422
3423 2005-10-30 Richard M. Stallman <rms@gnu.org>
3424
3425 * textmodes/flyspell.el (flyspell-external-point-words):
3426 Detect when WORD can't be checked properly because
3427 flyspell-get-word finds just part of it, and move on.
3428
3429 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
3430 boundarychar for Polish.
3431 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
3432 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
3433
3434 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
3435
3436 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
3437 (gdb-registers-font-lock-keywords): Delete.
3438 (gdb-registers-mode): Don't fontify.
3439 (gdb-info-registers-custom): Use text properties instead as, in
3440 future, changed register values will use font-lock-warning-face.
3441 (gdb-local-font-lock-keywords): Rename to...
3442 (gdb-locals-font-lock-keywords): ...for consistency.
3443
3444 2005-10-30 Andre Spiegel <spiegel@gnu.org>
3445
3446 * vc.el (vc-switch-backend): Better error message if the buffer is
3447 not visiting a file under version control.
3448
3449 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
3450
3451 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
3452
3453 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
3454 ~/.emacs.d/.emacs.
3455
3456 2005-10-29 Richard M. Stallman <rms@gnu.org>
3457
3458 * replace.el (occur-mode-mouse-goto): Always go to other window.
3459 (occur-mode-goto-occurrence): Always switch in same window.
3460
3461 * simple.el (undo): Display message at end, not at start.
3462
3463 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
3464 New arg REUSE-CELL.
3465 (cancel-timer-internal): New function.
3466 (timer-event-handler): Use cancel-timer-internal,
3467 and pass the cell it returns to timer-activate...
3468
3469 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
3470 (jit-lock-deferred-fontify, jit-lock-context-fontify)
3471 (jit-lock-after-change): Test memory-full.
3472
3473 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
3474
3475 * textmodes/conf-mode.el (conf-assignment-sign)
3476 (conf-assignment-regexp): Fix docstrings.
3477 (conf-mode-initialize): New function.
3478 (conf-mode): Remove optional args. Use delay-mode-hooks to
3479 recognize recursive calls.
3480 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
3481 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
3482 (conf-xdefaults-mode): Use define-derived-mode and
3483 conf-mode-initialize.
3484
3485 2005-10-29 Romain Francoise <romain@orebokech.com>
3486
3487 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
3488
3489 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
3490
3491 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
3492 part of the decoded armor to find the key-identifier.
3493 (pgg-gpg-lookup-key-owner): New function to return the
3494 human-readable identifier of a key owner.
3495 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
3496 key itself.
3497 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
3498 the key value) if we have a key and can match it against a secret
3499 key. Also, added a note pointing out fact that the prompt only
3500 indicates the first matching key.
3501
3502 * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
3503 pgg-decrypt-region.
3504 (pgg-pending-timers): A new hash for tracking the passphrase cache
3505 timers, so that new ones supercede old ones.
3506 (pgg-add-passphrase-to-cache): Rename from
3507 `pgg-add-passphrase-cache' to reduce confusion (all callers
3508 changed). Modified to cancel old timers when new ones are added.
3509 (pgg-remove-passphrase-from-cache): Rename from
3510 `pgg-remove-passphrase-cache' to reduce confusion (all callers
3511 changed). Modified to cancel old timers when their keys are
3512 removed from the cache.
3513 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
3514 XEmacs, an indirection to delete-itimer.
3515 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
3516 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
3517 users can only check cache without risk of prompting. Correct bug in
3518 notruncate behavior.
3519 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
3520 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
3521 Add informative docstrings.
3522 (pgg-decrypt): Convey provided passphrase in subordinate call to
3523 pgg-decrypt-region.
3524
3525 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
3526
3527 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
3528 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
3529 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
3530 'passphrase' argument, so the passphrase can be managed externally
3531 and then passed in to the system.
3532
3533 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
3534 (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
3535 so the passphrase cache can be used reliably with identifiers
3536 besides a pgp packet's key id.
3537
3538 * pgg-gpg.el (pgg-pgp-encrypt-region)
3539 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
3540 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
3541 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional 'passphrase'
3542 argument to all these routines, so the passphrase can be managed
3543 externally and passed in to the system.
3544
3545 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
3546 'notruncate' argument, so the passphrase cache can be used
3547 reliably with identifiers besides a pgp packet's key id.
3548
3549 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
3550
3551 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
3552 symmetric encryption.
3553 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
3554 encrypted session key.
3555 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
3556 message ask for the passphrase in a proper way.
3557
3558 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
3559 New user commands for symmetric encryption.
3560
3561 2005-10-28 Bill Wohler <wohler@newt.com>
3562
3563 * help-mode.el (help-url): New button type. Calls browse-url.
3564 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
3565 Similar to Info nodes: URL `url'.
3566 (help-make-xrefs): Create help-url buttons for
3567 help-xref-url-regexp matches.
3568
3569 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
3570
3571 * tool-bar.el (tool-bar-add-item-from-menu)
3572 (tool-bar-local-item-from-menu): Fix doc strings.
3573
3574 2005-10-28 Romain Francoise <romain@orebokech.com>
3575
3576 * ldefs-boot.el: Update.
3577
3578 * subr.el (locate-library): Move from help-fns.el.
3579 * help-fns.el (locate-library): Move to subr.el.
3580
3581 2005-10-28 Richard M. Stallman <rms@gnu.org>
3582
3583 * net/tramp.el (tramp-completion-mode): defvar moved up.
3584
3585 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
3586
3587 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
3588
3589 * files.el (find-file-noselect): Use %d to format large file size.
3590
3591 * bindings.el (mode-line-format): Add %e.
3592
3593 * loadup.el ("facemenu"): Load unconditionally.
3594 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
3595 ("x-dnd"): Load, when appropriate.
3596
3597 * startup.el (command-line): Call before-init-hook earlier.
3598 Warn about some bad characters in -u user name.
3599
3600 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
3601 (flyspell-external-point-words): Error if misspelled word is not found.
3602 Set flyspell-large-region-beg at end of word.
3603
3604 2005-10-28 Andreas Schwab <schwab@suse.de>
3605
3606 * view.el (View-revert-buffer-scroll-page-forward):
3607 Use view-page-size-default.
3608
3609 2005-10-28 Juri Linkov <juri@jurta.org>
3610
3611 * international/quail.el (quail-get-current-str): Translate last
3612 raw character for deterministic input methods.
3613
3614 2005-10-27 Jay Belanger <belanger@truman.edu>
3615
3616 * calc/calc-ext.el: Add functions to autoloads.
3617 (math-identity-matrix-p, math-ident-row-p): New functions.
3618
3619 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
3620 multiplication by an identity matrix; don't turn multiplication by
3621 an inverse matrix into division.
3622 (math-div-symbol-fancy): Replace division by matrices with
3623 multiplication by inverse.
3624
3625 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
3626
3627 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
3628 (calc-writeoutpower): New functions.
3629
3630 2005-10-27 Romain Francoise <romain@orebokech.com>
3631
3632 * replace.el (occur-engine): Include colon in mouse-face highlight.
3633
3634 * dired-x.el: Change Maintainer field.
3635
3636 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
3637
3638 * longlines.el (longlines-mode): Bind after-change-functions to
3639 nil during initial decoding and final encoding.
3640
3641 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
3642
3643 * term.el (term-emulate-terminal, term-handle-colors-array)
3644 (term-handle-ansi-escape): Specify the terminfo capabilities
3645 implemented.
3646
3647 2005-10-26 Richard M. Stallman <rms@gnu.org>
3648
3649 * info.el (Info-fontify-node): Fix detection of sentence-break
3650 before *Note.
3651
3652 2005-10-26 Romain Francoise <romain@orebokech.com>
3653
3654 * smerge-mode.el: Add `tools' to file keywords.
3655
3656 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
3657
3658 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
3659 when the fringe is not available.
3660
3661 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
3662 (def-gdb-auto-update-trigger): Simplify construction.
3663 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
3664 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
3665 defined explicitly.
3666 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
3667 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
3668 defined explicitly.
3669 (gdb-info-locals-custom): Remove as it's a no-op.
3670
3671 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
3672
3673 * longlines.el (longlines-mode): Remove narrowing before
3674 performing the initial decoding or final encoding.
3675
3676 2005-10-25 Romain Francoise <romain@orebokech.com>
3677
3678 * emacs-lisp/find-func.el (find-library-name): Also strip
3679 extension if library name ends in .el, to take advantage of
3680 `find-library-suffixes'.
3681
3682 2005-10-25 Richard M. Stallman <rms@gnu.org>
3683
3684 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
3685
3686 2005-10-25 Juri Linkov <juri@jurta.org>
3687
3688 * textmodes/texinfo.el (texinfo-mode): Change charset of one
3689 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
3690
3691 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
3692
3693 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
3694 (blackbox-redefine-key): Add argument `map'.
3695
3696 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
3697 regions when moving the jit-lock-context-unfontify-pos boundary.
3698
3699 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
3700
3701 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
3702
3703 2005-10-25 Masatake YAMATO <jet@gyve.org>
3704
3705 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
3706
3707 2005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
3708
3709 * play/blackbox.el (blackbox-redefine-key): New function.
3710 (blackbox-mode-map): Use it to remap existing bindings for cursor
3711 motion instead of binding literal keys.
3712
3713 2005-10-25 Glenn Morris <rgm@gnu.org>
3714
3715 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
3716 diary does not end in a newline. Do not assume a blank line at
3717 the start of the diary file.
3718
3719 2005-10-25 Kenichi Handa <handa@m17n.org>
3720
3721 * international/quail.el (quail-translate-key): If the input
3722 method is deterministic and failed to handle the last key, restart
3723 the key handling loop from an appropriate key.
3724
3725 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
3726
3727 * vc.el (vc-dired-mode): Extend comment for binding of
3728 `directory-listing-before-filename-regexp'.
3729
3730 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
3731
3732 * textmodes/texinfo.el (texinfo-mode):
3733 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
3734 not to unnecessarily expose emacs-mule's internal char codes.
3735
3736 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
3737
3738 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
3739 Display hand pointer and help-echo on disabled icon too.
3740 (gdb-mouse-until): New function.
3741 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
3742
3743 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
3744
3745 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
3746 with 2005-10-23 change to doctor.el.
3747
3748 * finder.el (finder-mode-map): Add follow-link binding.
3749
3750 2005-10-25 Kim F. Storm <storm@cua.dk>
3751
3752 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
3753 to gdb-mouse-toggle-breakpoint-fringe.
3754 (gdb-mouse-toggle-breakpoint-margin): Rename from
3755 gdb-mouse-toggle-breakpoint. Fix doc.
3756 (gdb-mouse-toggle-breakpoint-fringe): New defun.
3757 (gdb-put-string): Add optional SPROPS arg. Add props to string.
3758 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
3759 string properties also for fringe breakpoint bitmaps.
3760
3761 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
3762
3763 * textmodes/org.el (org-start-icalendar-file): Fix format form.
3764
3765 2005-10-25 Masatake YAMATO <jet@gyve.org>
3766
3767 * simple.el (completion-common-substring):
3768 Use `completion-common-substring' prior to `completion-base-size'.
3769
3770 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
3771
3772 * savehist.el: Require CL while compiling.
3773 (savehist-history-variables): Remove.
3774 (savehist-save-minibuffer-history, savehist-additional-variables)
3775 (savehist-minibuffer-history-variables): New vars.
3776 (savehist-save): Use them.
3777 (savehist-uninstall, savehist-minibuffer-hook): New funs.
3778 (savehist-install): New fun, extracted from savehist-load.
3779 (savehist-load): Use them.
3780
3781 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
3782
3783 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
3784 a dummy doc-string-elt property.
3785 (defalias, defvaralias, define-category): Add a docstring property.
3786
3787 * image.el (defimage):
3788 * widget.el (define-widget):
3789 * custom.el (defface, defcustom): Add `doc-string' declaration.
3790
3791 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
3792 (defadvice): Add `doc-string' declaration.
3793
3794 * emacs-lisp/byte-run.el (macro-declaration-function):
3795 Handle `doc-string' declarations.
3796 (define-obsolete-function-alias, define-obsolete-variable-alias):
3797 Add `doc-string' declaration.
3798
3799 2005-10-24 Kenichi Handa <handa@m17n.org>
3800
3801 * international/utf-7.el (utf-7): Add autoload cookie.
3802
3803 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
3804
3805 2005-10-24 Eli Zaretskii <eliz@gnu.org>
3806
3807 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
3808 list of directories passed to batch-update-autoloads. Add "." to
3809 the list of the echoed directories.
3810
3811 * pgg-def.el:
3812 * pgg-gpg.el:
3813 * pgg-parse.el:
3814 * pgg-pgp.el:
3815 * pgg-pgp5.el:
3816 * pgg.el: Moved here from the gnus subdirectory.
3817
3818 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
3819
3820 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
3821 in case comint-prompt-read-only is set to t.
3822
3823 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
3824 in case comint-prompt-read-only is set to t.
3825
3826 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
3827
3828 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
3829 Now a string.
3830 (icalendar-import-format): Handle CLASS, STATUS, URL.
3831 Rename `subject' to `summary'.
3832 (icalendar-import-format-summary): Rename from
3833 `icalendar-import-format-subject'.
3834 (icalendar-import-format-url, icalendar-import-format-status)
3835 (icalendar-import-format-class): New variables.
3836 (icalendar--rris): Take variable argument list.
3837 (icalendar--datestring-to-isodate): Remove unnecessary
3838 calendar-style check when converting dates with explicit month names.
3839 (icalendar-export-region): Change return type of conversion
3840 subroutines. Bury current buffer unless error occurred.
3841 (icalendar--convert-to-ical)
3842 (icalendar--parse-summary-and-rest): New functions.
3843 (icalendar--convert-ordinary-to-ical)
3844 (icalendar--convert-weekly-to-ical)
3845 (icalendar--convert-yearly-to-ical)
3846 (icalendar--convert-block-to-ical)
3847 (icalendar--convert-cyclic-to-ical)
3848 (icalendar--convert-anniversary-to-ical): Change return type.
3849 Strip trailing blanks from subject.
3850 (icalendar--convert-sexp-to-ical): Change return type.
3851 Strip trailing blanks from subject. Handle simple sexp
3852 entries as generated by icalendar.el.
3853 (icalendar--convert-float-to-ical)
3854 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
3855 (icalendar-import-file): Doc fix.
3856 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
3857 Correct call to icalendar--rris.
3858 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
3859 `summary'.
3860 (icalendar--add-diary-entry): Rename `subject' to `summary'.
3861
3862 2005-10-24 Romain Francoise <romain@orebokech.com>
3863
3864 * server.el (server-sentinel): Set query-on-exit flag to nil on
3865 new client processes (it isn't inherited from the server process).
3866
3867 * replace.el (occur-engine): Rearrange text properties.
3868
3869 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
3870
3871 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
3872 case-fold-search is nil.
3873 (debug-help-follow): Use help-xref-interned directly.
3874
3875 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
3876
3877 * thumbs.el (thumbs-image-type): Add .pbm.
3878
3879 2005-10-23 Richard M. Stallman <rms@gnu.org>
3880
3881 * faces.el (inhibit-face-set-after-frame-default): New variable.
3882 (set-face-attribute): Bind it.
3883 (face-set-after-frame-default): Test it.
3884
3885 * help-fns.el (describe-simplify-lib-file-name): New function.
3886 (describe-function-1, describe-variable): Use it.
3887
3888 * faces.el (describe-face): Use describe-simplify-lib-file-name.
3889
3890 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
3891 Eliminate nil as possible value.
3892 (tooltip-hide-delay): Reduce internal-border-width.
3893
3894 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
3895 (menu-bar-file-menu) <new-file>: Likewise.
3896
3897 * simple.el (line-move-finish): Ignore fields computing LINE-END.
3898
3899 * international/mule.el (load-with-code-conversion):
3900 Pass full file name to `eval-buffer' unless preloading.
3901
3902 * textmodes/flyspell.el (flyspell-large-region):
3903 Call ispell-check-version.
3904
3905 * textmodes/ispell.el (ispell-local-dictionary-overridden):
3906 Fix the make-variable-buffer-local call that was supposed
3907 to be for this variable.
3908 (ispell-aspell-supports-utf8): Doc fix.
3909 (ispell-find-aspell-dictionaries): Preserve elements of
3910 ispell-dictionary-alist for dictionaries that aspell doesn't report.
3911 (ispell-aspell-find-dictionary): Return nil on error.
3912
3913 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
3914 (doctor-symptoms): Likewise.
3915
3916 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
3917
3918 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
3919
3920 * cus-edit.el (custom-button, custom-button-pressed): New vars.
3921 (custom-raised-buttons): Add :set spec.
3922 (custom-button-unraised, custom-button-pressed-unraised):
3923 New faces, so that custom-raised-buttons actually does something.
3924 (custom-mode): Use custom-button and custom-button-pressed.
3925
3926 * wid-edit.el (widget-specify-button): Don't ignore
3927 widget-mouse-face on graphic terminals.
3928 (widget-move-and-invoke): Cleanup.
3929
3930 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
3931
3932 * whitespace.el (whitespace-cleanup): Doc fix.
3933
3934 2005-10-23 Romain Francoise <romain@orebokech.com>
3935
3936 * emulation/viper.el (viper-set-hooks): Quote forms passed to
3937 `eval-after-load' to avoid evaluating their result.
3938
3939 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
3940
3941 * files.el (directory-listing-before-filename-regexp):
3942 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
3943
3944 * dired.el (dired-move-to-filename-regexp): Remove.
3945 All occurences replaced by `directory-listing-before-filename-regexp'.
3946
3947 * dired-x.el, locate.el, vc.el:
3948 Replace `dired-move-to-filename-regexp' by
3949 `directory-listing-before-filename-regexp'. In vc.el it is
3950 overwritten locally; maybe this can be handled in files.el too.
3951
3952 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
3953 replaced by `directory-listing-before-filename-regexp'.
3954
3955 2005-10-23 Andreas Schwab <schwab@suse.de>
3956
3957 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
3958 and eval-next-after-load.
3959
3960 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
3961
3962 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
3963 exist, create it.
3964
3965 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
3966
3967 * allout.el: Remove autoloads for mailcrypt and crypt++.
3968 Require pgg, pgg-gpg during compilation.
3969 (allout-version): Increment version number to 2.1, and use a literal
3970 rather than RCS Id.
3971 (allout-default-encryption-scheme): Remove.
3972 (allout-passphrase-verifier-handling)
3973 (allout-passphrase-verifier-string)
3974 (allout-file-passphrase-verifier-string)
3975 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
3976 (allout-passphrase-hint-handling): Rename and simplify.
3977 (allout-init): Use `find-file-hook' if available, otherwise
3978 `find-file-hooks'.
3979 (allout-mode): Use `write-file-functions' if available, otherwise
3980 `local-write-file-hooks' and, instead of making auto-save-hook
3981 buffer local, make the write-file-hook activity contingent to
3982 allout-mode.
3983 (allout-mode): Use key-binding substitution in the docstring.
3984 (allout-kill-line): Spell-out kill ring data structure mutation
3985 instead of using byte-compiler-complaint-provoking `pop'.
3986 (allout-insert-listified): Use `insert' rather than `insert-string'
3987 (allout-toggle-current-subtree-encryption): Update docstring, adjust
3988 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
3989 (allout-encrypt-string): Totally revamped vis new underlying
3990 encryption facilities.
3991 (allout-mc-activate-passwd): Remove.
3992 (allout-obtain-passphrase): New, more or less replaces
3993 allout-mc-activate-passwd.
3994 (allout-encrypted-key-info): More or less replaces
3995 allout-encrypted-text-type.
3996 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
3997 (my-mark-marker): Use `(featurep 'xemacs)'.
3998
3999 2005-10-23 Lars Hansen <larsh@soem.dk>
4000
4001 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
4002 (byte-compile-file-form-defmumble, byte-compile-defun)
4003 (byte-compile-defmacro): Use it.
4004 (byte-compile-form): Don't call byte-compile-set-symbol-position
4005 when a byte-compile handler is called.
4006
4007 2005-10-22 Romain Francoise <romain@orebokech.com>
4008
4009 * savehist.el (savehist-history-variables): Add `grep-find-history'.
4010
4011 * subr.el (eval-after-load): Convert library name to an absolute
4012 file name using locate-library, since load-history no longer has
4013 library names in it.
4014
4015 2005-10-22 Richard M. Stallman <rms@gnu.org>
4016
4017 * files.el (make-temp-file): Move from subr.el.
4018 * subr.el (make-temp-file): Move to files.el.
4019
4020 * window.el (get-buffer-window-list): Move from subr.el.
4021 * subr.el (get-buffer-window-list): Move to window.el.
4022
4023 * image.el (image-load-path): Use eval-at-startup to initialize.
4024
4025 * subr.el (eval-at-startup): New macro.
4026
4027 * subr.el: Much rearrangement of functions and division
4028 into pages. No code changes.
4029
4030 2005-10-22 Kenichi Handa <handa@m17n.org>
4031
4032 * tar-mode.el (tar-extract): Be sure to call
4033 find-operation-coding-system if set-auto-coding doesn't find a
4034 coding system.
4035
4036 2005-10-22 Kim F. Storm <storm@cua.dk>
4037
4038 * image.el (image-type-header-regexps): Rename from image-type-regexps.
4039 Change users.
4040 (image-type-file-name-regexps): New defconst.
4041 (image-type-from-data): Simplify loop.
4042 (image-type-from-buffer): New defun.
4043 (image-type-from-file-header): Use it instead of image-type-from-data.
4044 Use image-search-load-path instead of only looking in data-directory.
4045 (image-type-from-file-name): New defun.
4046 (image-search-load-path): Change `pathname' to `filename'.
4047 Make PATH arg optional, default to image-load-path.
4048
4049 2005-10-21 Richard M. Stallman <rms@gnu.org>
4050
4051 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
4052
4053 * textmodes/paragraphs.el (sentence-end-base): New variable.
4054 (sentence-end): Use sentence-end-base.
4055
4056 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
4057
4058 * font-lock.el (font-lock-default-fontify-region): Check the multiline
4059 property independently from the font-lock-multiline variable.
4060
4061 2005-10-21 Richard M. Stallman <rms@gnu.org>
4062
4063 * emacs-lisp/find-func.el (find-library-name): Doc fix.
4064
4065 * startup.el (command-line): Convert library names
4066 in `load-history' to absolute file names.
4067
4068 * subr.el (symbol-file): Doc fix.
4069
4070 * loadhist.el (file-loadhist-lookup): Call locate-library
4071 instead of find-library-name. Don't try converting
4072 abs file names to library names, since load-history no longer
4073 has library names in it.
4074 (file-dependents, file-provides, file-requires): Doc fixes.
4075
4076 2005-10-21 Juri Linkov <juri@jurta.org>
4077
4078 * progmodes/etags.el (tags-table-mode): New function.
4079 (tags-verify-table): Replace initialize-new-tags-table with
4080 tags-table-mode.
4081
4082 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
4083 default value.
4084 (desktop-modes-not-to-save): Add tags-table-mode to the
4085 default value.
4086
4087 * info.el (Info-index-next): Add total number of index
4088 alternatives to the message.
4089
4090 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
4091 backward only space (instead of space and period) before looking
4092 at sentence end.
4093
4094 * simple.el (set-variable): Use user-variable-p instead of symbolp.
4095 Add the old variable value as 4th default-value arg of read-string.
4096
4097 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4098
4099 * cus-face.el (custom-declare-face): Make face from X resources
4100 also on Mac.
4101
4102 * disp-table.el (standard-display-g1, standard-display-graphic):
4103 Refuse to use string glyphs also on Mac.
4104 (standard-display-european): Don't set terminal coding system also
4105 on Mac.
4106
4107 * frame.el (display-screens): Use x-display-screens also on Mac.
4108
4109 2005-10-21 Romain Francoise <romain@orebokech.com>
4110
4111 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
4112
4113 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
4114
4115 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
4116 and $? into sexps.
4117
4118 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
4119 warning face on open-paren-in-column-0.
4120
4121 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
4122 boundary case. Fix typo.
4123 Suggested by Martin Rudalics <rudalics@gmx.at>.
4124
4125 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
4126
4127 * textmodes/org.el (org-combined-agenda-icalendar-file)
4128 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
4129 (org-export-icalendar-this-file)
4130 (org-export-icalendar-all-agenda-files)
4131 (org-export-icalendar-combine-agenda-files): New commands.
4132 (org-export-icalendar, org-print-icalendar-entries)
4133 (org-start-icalendar-file, org-finish-icalendar-file)
4134 (org-ical-ts-to-string): New functions.
4135 (org-read-date, org-goto-calendar)
4136 (org-agenda-goto-calendar): Inhibit displaying diary entries by
4137 call to `calendar'.
4138 (orgtbl-setup): Remove the :keys arguments from the menu description.
4139 (org-after-save-iCalendar-file-hook): New variable.
4140
4141 2005-10-21 Kenichi Handa <handa@m17n.org>
4142
4143 * language/vietnamese.el (tcvn-5712): Make it an alias of
4144 vietnamese-tcvn coding-system.
4145
4146 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
4147
4148 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
4149 group id is given.
4150
4151 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
4152
4153 * progmodes/sh-script.el (sh-escaped-line-re): New var.
4154 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
4155 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
4156 whose line is either continued or ends with a comment.
4157
4158 2005-10-20 Romain Francoise <romain@orebokech.com>
4159
4160 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
4161
4162 * replace.el (occur-engine): Add follow-link property.
4163
4164 * font-core.el (font-lock-mode): Doc fix.
4165
4166 2005-10-20 Richard M. Stallman <rms@gnu.org>
4167
4168 * net/rcirc.el: New file.
4169
4170 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
4171
4172 * term.el (term-term-name): Initialize to "eterm-color".
4173
4174 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
4175
4176 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
4177 for encryption functionality.
4178 Move allout customization subgroup from `editing' to `outlines' group.
4179 Fix commentary 'keywords' to legitimate ones.
4180 Update author info (using my current email address, obscurified).
4181 (allout-encrypt-string, allout-encryption-produce-work-buffer)
4182 (allout-encrypted-topic-p, allout-encrypted-text-type)
4183 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
4184 (allout-situate-encryption-key-verifier)
4185 (allout-get-encryption-key-verifier, allout-verify-key)
4186 (allout-next-topic-pending-encryption)
4187 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
4188 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
4189 (outline-key-verifier-handling, outline-key-hint-handling)
4190 (outline-encrypt-unencrypted-on-saves): New defcustoms.
4191 (allout-file-key-verifier-string, allout-encryption-scheme)
4192 (allout-key-verifier-string, allout-key-hint-string)
4193 (allout-after-save-decrypt): New variables.
4194 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
4195 (allout-after-saves-handler): New hook functions.
4196 (allout-post-command-business): Do allout-after-save-decrypt.
4197 (allout-enable-file-variable-adjustment): Custom var to enable
4198 mechanism for adding and adjusting settings of Emacs file variables.
4199 (allout-adjust-file-variable, allout-file-vars-section-data):
4200 New functions, implement the mechanism.
4201 (outlineify-sticky): Use the file vars mechanism.
4202 (allout-inhibit-protection, allout-during-write-cue)
4203 (allout-override-protect, allout-before-change-protect): Remove.
4204 (allout-flag-region, allout-open-topic): Adjust read-only text.
4205 (allout-open-line-not-read-only): Add to facilitate read-only
4206 text based protection.
4207 (allout-kill-line): Revise to adjust read-only text, clue the
4208 user about the inhibition.
4209 (allout-unprotected): Use unwind-protect.
4210 (allout-shift-in, allout-shift-out): Disallow manually shifting a
4211 topic deeper than the offspring depth of the previous topic -
4212 avoiding confusing "containment discontinuities".
4213 (allout-reindent-bodies): Fix retention of body relative hanging
4214 indent during promotion of collapsed bodies.
4215 (allout-open-topic): Make it easy to open new topic with same
4216 bullet as current topic - topic creation functions provided with
4217 any universal argument provokes now prompt for bullet, defaulting
4218 to the bullet of the previous topic.
4219 (allout-plain-bullets-string, allout-distinctive-bullets-string):
4220 Plain bullet alternates '.' period and ',' comma only. All other
4221 bullets are relegated to special status (but customizable).
4222 (allout-end-of-entry): Rename from 'allout-end-of-current-entry
4223 since it actually operates w.r.t. most immediately containing
4224 entry, visible or not.
4225 (allout-hide-current-entry, allout-show-current-entry): Use the
4226 revised version.
4227 (allout-old-expose-topic): Solidify deprecation.
4228 (allout-end-of-subtree): Add so we can span concealed as well
4229 as visible topics.
4230 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
4231 (allout-end-of-current-heading): Tweak to just respect the first line.
4232 (allout-get-body-text): Add.
4233 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
4234 when invoked interactively.
4235 (allout-up-current-level): Use `interactive-p'.
4236 (allout-mode, allout-init): Miscellaneous docstring and
4237 operational refinements, as well as hookups of new encryption stuff.
4238 (allout-beginning-of-current-entry): Now works as advertised.
4239 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
4240 (allout-isearch-rectification): Refine condition for isearching.
4241 (allout-isearch-abort, allout-enwrap-isearch)
4242 (allout-flag-region, my-region-active-p): Relocate some macros.
4243 (allout-title): Fallback title is '(buffer-name)', not
4244 non-existing '(current-buffer-name)'.
4245 (subst-char-in-string): Define if absent (for some XEmacs versions).
4246
4247 2005-10-20 Jari Aalto <jari.aalto@cante.net>
4248
4249 * mail/sendmail.el (mail-setup-hook, mail-aliases)
4250 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
4251 (mail-citation-prefix-regexp, mail-signature-file)
4252 (mail-default-headers, mail-bury-selects-summary)
4253 (mail-send-nonascii): Add autoload cookies.
4254
4255 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
4256
4257 * frame.el (blink-cursor-mode): Add `mac' to the list of
4258 window-system's that support blinking cursor.
4259
4260 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
4261
4262 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
4263
4264 2005-10-20 Eli Zaretskii <eliz@gnu.org>
4265
4266 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
4267 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
4268 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
4269
4270 2005-10-20 Kim F. Storm <storm@cua.dk>
4271
4272 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
4273 (ido-set-current-directory): Don't add / after final @.
4274 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
4275 Explicitly handle ange-ftp completion oddities.
4276 (ido-make-file-list): Don't rotate list at tramp root to avoid
4277 triggering tramp file handler for expand-file-name via get-file-buffer.
4278
4279 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
4280
4281 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
4282
4283 2005-10-19 Jay Belanger <belanger@truman.edu>
4284
4285 * calc/calc-units.el (math-standard-units): Add units, adjust
4286 symbols and update values.
4287 (math-unit-prefixes): Add more prefixes.
4288
4289 2005-10-19 Romain Francoise <romain@orebokech.com>
4290
4291 * bookmark.el (bookmark-menu-heading): New face.
4292 (bookmark-bmenu-list): Use it.
4293 Don't fiddle with `baud-rate' at top-level.
4294
4295 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
4296
4297 * image.el (create-image, find-image): Mention max-image-size in
4298 docstring.
4299
4300 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
4301
4302 * savehist.el (savehist-load): Revert to checking XEmacs.
4303
4304 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
4305 Various docstring and line-width fixups.
4306 (conf-mode): Use cond.
4307 Set font-lock-defaults. Don't set comment-use-syntax.
4308
4309 2005-10-18 David Ponce <david@dponce.com>
4310
4311 * tree-widget.el (tree-widget-button-click): New function.
4312 (tree-widget-button-keymap): Use it.
4313
4314 2005-10-18 Romain Francoise <romain@orebokech.com>
4315
4316 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
4317 (bookmark-bmenu-hide-filenames): Add follow-link property.
4318 Improve help-echo text.
4319
4320 * ffap.el (find-file-at-point): Doc fix.
4321
4322 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4323
4324 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
4325
4326 2005-10-18 Masatake YAMATO <jet@gyve.org>
4327
4328 Install to the CVS repository what I forgot to install in my
4329 2005-10-16 changes.
4330
4331 * progmodes/python.el (python-complete-symbol): Pass the common
4332 prefix substring of completion to `display-completion-list'.
4333
4334 * textmodes/org.el (org-complete): Ditto.
4335
4336 2005-10-18 Masatake YAMATO <jet@gyve.org>
4337
4338 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
4339
4340 * woman.el (WoMan-xref-man-page): New button type derived
4341 from `Man-abstract-xref-man-page'.
4342 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
4343
4344 * man.el (Man-abstract-xref-man-page): New button type.
4345 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
4346 (Man-highlight-references): Add new optional argument `xref-man-type'.
4347
4348 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
4349
4350 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
4351
4352 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
4353
4354 * cus-edit.el (Custom-move-and-invoke): Delete.
4355 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
4356
4357 * wid-edit.el (widget-move-and-invoke): New function, from
4358 Custom-move-and-invoke.
4359
4360 2005-10-17 Bill Wohler <wohler@newt.com>
4361
4362 Move all remaining images from lisp/toolbar to etc/images, move
4363 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
4364 the low resolution images in their own directory (low-color).
4365
4366 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*,
4367 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*:
4368 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*:
4369 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*:
4370 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*:
4371 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*:
4372 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
4373
4374 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
4375 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
4376 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
4377 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
4378 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
4379 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
4380 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
4381 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
4382 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
4383 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
4384 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
4385 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
4386 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
4387 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
4388 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
4389
4390 To conform with convention, replace the underscore (_) in the
4391 following image names with dash (-) or (/) as appropriate.
4392
4393 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
4394 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
4395 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
4396 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
4397 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
4398 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
4399 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
4400 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
4401 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
4402 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
4403 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
4404 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
4405 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
4406 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
4407 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
4408
4409 * info.el (info-tool-bar-map): Replace underscores in image names
4410 with dashes.
4411
4412 * makefile.w32-in (WINS): Remove toolbar.
4413
4414 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
4415
4416 * tool-bar.el: Move to lisp from toolbar. Now that
4417 toolbar is empty, it should be deleted when folks run "cvs up -P".
4418
4419 2005-10-18 Jay Belanger <belanger@truman.edu>
4420
4421 * calc/calc-store.el (calc-store-into): Get the proper variable name
4422 to display in message.
4423
4424 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
4425
4426 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
4427 expressions display in speedbar for all buffers when debugging.
4428 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
4429
4430 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
4431 (speedbar-insert-button, speedbar-make-button):
4432 Use add-text-properties.
4433 (speedbar-update-localized-contents)
4434 (speedbar-update-directory-contents)
4435 (speedbar-update-special-contents): Use dolist.
4436 (speedbar-buffer-easymenu-definition): Add a menu separator.
4437
4438 2005-10-17 Jason Rumney <jasonr@gnu.org>
4439
4440 * makefile.w32-in: Use $(lisp) consistently.
4441 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
4442 for shell specific generation of mh-autoloads.
4443
4444 2005-10-17 Richard M. Stallman <rms@gnu.org>
4445
4446 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
4447
4448 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
4449
4450 * jit-lock.el (jit-lock-fontify-now):
4451 Move jit-lock-context-unfontify-pos to avoid wasted work.
4452
4453 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
4454
4455 * net/tramp.el (tramp-completion-mode): New defvar. Used in
4456 `tramp-completion-mode' for checking if we are in completion mode.
4457 (tramp-completion-handle-file-name-all-completions): Reorder code
4458 in order to complete for file names only in case there are no
4459 method/user/host completions. This is necessary for cooperation
4460 with ido. Reported by Kim F. Storm <storm@cua.dk>.
4461
4462 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
4463
4464 * longlines.el (longlines-search-forward)
4465 (longlines-search-backward): Match any number of spaces.
4466
4467 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
4468
4469 * diff-mode.el (diff-mode): Doc fix.
4470
4471 2005-10-16 David Reitter <david.reitter@gmail.com>
4472
4473 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
4474 as default on darwin and windows systems.
4475
4476 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
4477
4478 * arc-mode.el (archive-zip-extract): Doc fix.
4479
4480 2005-10-16 Romain Francoise <romain@orebokech.com>
4481
4482 * mouse.el (mouse-1-click-follows-link): Doc fix.
4483
4484 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
4485
4486 * savehist.el: Don't require CL at runtime.
4487 (savehist-xemacs): Remove.
4488 (savehist-coding-system): Use utf-8 if present, regardless of religion.
4489 (savehist-no-conversion): Use (featurep 'xemacs).
4490 (savehist-load): Check existence of start-itimer rather than XEmacs.
4491 Use an idle timer.
4492 (savehist-process-for-saving): Replace use of CL funs `subseq' and
4493 `delete-if-not'.
4494
4495 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
4496
4497 * savehist.el: Newer version.
4498 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
4499 (savehist-last-checksum, savehist-no-conversion): New vars.
4500 (savehist-autosave, savehist-process-for-saving, savehist-printable):
4501 New functions.
4502 (savehist-load, savehist-save): Use them.
4503 (savehist-delimit): Remove.
4504
4505 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
4506
4507 * progmodes/compile.el (compilation-goto-locus): Display the
4508 compilation buffer first and the source buffer second, in case they're
4509 in overlapping frames. Don't raise the compilation frame if it was the
4510 selected window upon entry. Pass the `other-window' arg to
4511 pop-to-buffer.
4512
4513 * info.el (Info-fontify-node): Use dolist.
4514 Change add-text-properties to put-text-property.
4515
4516 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4517
4518 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
4519 bound of search.
4520
4521 2005-10-16 Masatake YAMATO <jet@gyve.org>
4522
4523 * dabbrev.el (dabbrev-completion): Pass the common
4524 prefix substring of completion to `display-completion-list'.
4525
4526 * filecache.el (file-cache-minibuffer-complete)
4527 (file-cache-complete): Ditto.
4528
4529 * tempo.el (tempo-display-completions): Ditto.
4530
4531 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
4532
4533 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
4534
4535 * eshell/em-hist.el (eshell-list-history): Ditto.
4536
4537 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
4538
4539 * mail/mailalias.el (mail-complete): Ditto.
4540
4541 * progmodes/etags.el (complete-tag): Ditto.
4542
4543 * progmodes/make-mode.el (makefile-complete): Ditto.
4544
4545 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
4546
4547 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
4548
4549 * progmodes/pascal.el (pascal-complete-word)
4550 (pascal-show-completions): Ditto.
4551
4552 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
4553
4554 * simple.el (completion-common-substring): New variable.
4555 (completion-setup-function): Use `completion-common-substring'
4556 to put faces.
4557
4558 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4559
4560 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
4561 (x-get-selection, mac-select-convert-to-string): Convert from/to
4562 UTF-16 clipboard data as in native byte order, no BOM.
4563
4564 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
4565
4566 * progmodes/gud.el (gud-tool-bar-map): Rename the images
4567 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
4568 (gud-sentinel): Use speedbar-frame to check for speedbar.
4569
4570 2005-10-15 Richard M. Stallman <rms@gnu.org>
4571
4572 * savehist.el: New file.
4573
4574 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
4575
4576 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
4577 Fix bug in \bf fontification.
4578
4579 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
4580
4581 * pcvs.el (cvs-edit-log-files): New var.
4582 (cvs-mode-edit-log): New arg `file'.
4583 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
4584 Instead force the use of the original file and nothing else.
4585 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
4586 the cvs-minor-wrap-function is set.
4587 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
4588
4589 2005-10-14 Bill Wohler <wohler@newt.com>
4590
4591 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
4592 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
4593 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
4594 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
4595 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
4596 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
4597 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
4598 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
4599 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
4600 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
4601 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
4602 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
4603 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
4604 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
4605 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
4606
4607 * progmodes/gud.el (gud-tool-bar-map): Rename the images
4608 appropriately (for example, gud-break to gud/break).
4609
4610 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
4611
4612 * longlines.el (longlinges-search-function)
4613 (longlines-search-forward, longlines-search-backward): New functions.
4614 (longlines-mode): Set isearch-search-fun-function to
4615 longlinges-search-function.
4616
4617 * mouse.el (mouse-drag-region-1): Handle the case where a
4618 double-click event is bound to an arbitrary function.
4619
4620 2005-10-14 David Ponce <david@dponce.com>
4621
4622 * recentf.el (recentf-track-opened-file)
4623 (recentf-track-closed-file, recentf-update-menu)
4624 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
4625 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
4626 mouse-1-click-follows-link.
4627
4628 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4629
4630 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
4631 Gnome file-manager.png. Suggested by
4632 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
4633
4634 * toolbar/README: Add diropen.xpm.
4635
4636 2005-10-13 Bill Wohler <wohler@newt.com>
4637
4638 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
4639 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
4640
4641 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
4642
4643 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
4644 Don't waste the byte-compiler's time on constant data.
4645
4646 2005-10-13 Kenichi Handa <handa@m17n.org>
4647
4648 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
4649 byte with `escape-glyph' face.
4650
4651 * international/fontset.el (ccl-encode-unicode-font):
4652 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
4653 Handle the case that ucs-mule-to-mule-unicode translates a character to
4654 ASCII (usually for IPA characters).
4655
4656 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
4657
4658 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
4659 Don't hide the underline of titles if font-lock-mode is disabled.
4660
4661 2005-10-12 Bill Wohler <wohler@newt.com>
4662
4663 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
4664 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
4665 files in MH-E-SRC have been updated.
4666 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
4667
4668 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
4669
4670 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
4671 (mixal-mode-syntax-table): Add \n as end-comment.
4672 (mixal-operation-codes-alist): Immediately initialize to full value.
4673 (mixal-add-operation-code): Remove.
4674 (mixal-describe-operation-code): Make the arg non-optional.
4675 Use the interactive spec instead.
4676 Use mixal-operation-codes-alist rather than mixal-operation-codes.
4677 (mixal-font-lock-keywords): Don't highlight comments here any more.
4678 (mixal-font-lock-syntactic-keywords): New var.
4679 (mixal-mode): Use it. Fix comment-start-skip.
4680
4681 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4682
4683 * startup.el (command-line-x-option-alist): -nb => -nbi
4684
4685 2005-10-12 Kim F. Storm <storm@cua.dk>
4686
4687 * startup.el (fancy-splash-default-action): Discard mouse click in
4688 the splash screen window, as it has no sensible meaning in the
4689 next window to be selected. Fixes error reported by Jan D.
4690
4691 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
4692
4693 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
4694
4695 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
4696
4697 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
4698 Try to fix up minor layout issues like indentation, line break, etc...
4699 (mixal-mode-syntax-table): Don't try to specify comment syntax,
4700 because it doesn't work.
4701 (mixal-operation-codes): Add some more codes.
4702 (mixal-font-lock-keywords): Process comments here.
4703 (mixal-mode): mixasm no longer needs -g option.
4704
4705 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
4706
4707 * progmodes/sh-script.el (sh-tmp-file):
4708 Use mktemp -t. Finish support for es and rc shells.
4709
4710 2005-10-11 Jay Belanger <belanger@truman.edu>
4711
4712 * calc/calcalg2.el (calc-integral): With an argument, compute the
4713 definite integral.
4714
4715 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
4716
4717 * mouse.el (mouse-drag-region-1): Don't try to catch a
4718 double-click when doing follow-link (it's overridden anyway).
4719
4720 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
4721
4722 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
4723 (autoload-print-form-outbuf): Add docstring.
4724
4725 2005-10-11 Juri Linkov <juri@jurta.org>
4726
4727 * info.el (Info-mode-menu): Delete menu item "Edit".
4728 (Info-mode): Delete description of Info-edit from docstring,
4729 and rearrange descriptions of Info commands in the order
4730 they are documented in the Info manual.
4731
4732 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
4733
4734 * calendar/appt.el (appt-check): Use diary-selective-display var.
4735
4736 2005-10-10 Richard M. Stallman <rms@gnu.org>
4737
4738 * net/newsticker.el (newsticker-start, newsticker-show-news):
4739 Add autoload cookies.
4740
4741 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
4742
4743 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
4744
4745 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
4746
4747 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
4748
4749 2005-10-10 Jay Belanger <belanger@truman.edu>
4750
4751 * calc/calc-arith.el (math-check-known-scalarp)
4752 (math-check-known-matrixp): Check the values of arguments that are
4753 variables.
4754 (math-check-known-square-matrixp): New function.
4755 (math-known-square-matrixp): Use math-check-known-square-matrixp.
4756 (math-super-types): Add sqmatrix type.
4757
4758 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
4759 mode name `square' to 'sqmatrix'.
4760
4761 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
4762 mode name `square' to 'sqmatrix'.
4763
4764 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
4765
4766 * progmodes/etags.el (select-tags-table-mode): Don't use
4767 selective-display.
4768 (tags-select-tags-table): Pass `button' to the action function.
4769 (select-tags-table): Place the side-info on button properties rather
4770 than in hidden text. Abbreviate file names.
4771 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
4772 (select-tags-table-select): Add `button' argument.
4773 Get side-info from the button property rather than from hidden text.
4774
4775 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
4776
4777 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
4778 (gud-speedbar-buttons): Preserve point if possible.
4779 (gud-sentinel): Restore previous speedbar display type.
4780
4781 * progmodes/gdb-ui.el (gdba): Improve diagram.
4782 (def-gdb-auto-update-handler, gdb-info-locals-handler)
4783 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
4784 Call get-buffer-window once.
4785
4786 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
4787
4788 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
4789 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
4790 (pascal-indent-command): Remove unused var `ind'.
4791 (pascal-indent-case): Remove unused var `oldpos'.
4792 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
4793 since it's now used as a proper minor mode map.
4794 (pascal-outline): Rename to pascal-outline-mode.
4795 (pascal-outline-mode): Use define-minor-mode.
4796 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
4797 selective-display.
4798
4799 2005-10-10 Andreas Schwab <schwab@suse.de>
4800
4801 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
4802 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
4803
4804 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
4805 outside source directory.
4806
4807 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
4808
4809 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
4810 C-x' as a prefix.
4811 (orgtbl-mode-map): Full keymap instead of sparse, because all
4812 `self-insert-command' keys are redefined in this map.
4813 (org-export-as-html): Specify charset for HTML file, by taking it
4814 from the coding system.
4815
4816 2005-10-10 Kenichi Handa <handa@m17n.org>
4817
4818 * textmodes/flyspell.el (flyspell-check-word-p):
4819 If unread-command-events is non-empty, don't call sit-for.
4820
4821 2005-10-09 Richard M. Stallman <rms@gnu.org>
4822
4823 * font-lock.el (font-lock-syntactic-keywords)
4824 (font-lock-keywords): Doc fixes.
4825
4826 * textmodes/flyspell.el (flyspell-external-point-words):
4827 Simplify logic, and don't try to check for consecutive appearances
4828 of one incorrect word.
4829
4830 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
4831
4832 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
4833 separator.
4834
4835 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
4836 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
4837 (gud-expansion-speedbar-buttons): New function.
4838 (gud-speedbar-buttons): Check for gud-comint-buffer.
4839
4840 2005-10-09 Bill Wohler <wohler@newt.com>
4841
4842 * Makefile.in (updates): Add mh-loaddefs dependency.
4843
4844 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
4845
4846 * speedbar.el (speedbar-file-key-map): Fix typo.
4847
4848 2005-10-09 Daniel Brockman <daniel@brockman.se>
4849
4850 * cus-start.el (line-spacing): Add custom spec.
4851
4852 2005-10-09 Romain Francoise <romain@orebokech.com>
4853
4854 * textmodes/ispell.el (ispell-check-version): Fix last change.
4855
4856 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4857
4858 * term/x-win.el: Remove -i, --icon-type from comment.
4859
4860 * startup.el (command-line-x-option-alist): Remove options -i,
4861 -itype, --icon-type, added -nb, --no-bitmap-icon
4862
4863 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
4864
4865 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
4866 instead of :active.
4867
4868 2005-10-08 Eric Hanchrow <offby1@blarg.net>
4869
4870 * textmodes/ispell.el (ispell-check-version):
4871 Ignore hyphen, and all that follows, in aspell's version text.
4872
4873 2005-10-08 Jay Belanger <belanger@truman.edu>
4874
4875 * calc/calc-arith.el (math-known-square-matrixp): New function.
4876 (math-pow-fancy): Check for matrices before distributing exponent
4877 across products.
4878
4879 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
4880 fullscreen keypad. Suggested by Luc Teirlinck.
4881 (calc-keypad-show-input): Add space for formatting.
4882
4883 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
4884 Add square matrix option.
4885
4886 * calc/calc-poly.el (math-expand-term): Check for matrices instead
4887 of checking calc-matrix-mode when deciding how to expand.
4888
4889 * calc/calc.el (calc-set-mode-line): Add square matrix option.
4890
4891 2005-10-08 Lars Hansen <larsh@soem.dk>
4892
4893 * net/tramp.el (tramp-perl-directory-files-and-attributes):
4894 Add error handling.
4895 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
4896
4897 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
4898
4899 Sync with Tramp 2.0.51.
4900
4901 * net/tramp.el (tramp-handle-set-visited-file-modtime)
4902 (tramp-handle-insert-file-contents, tramp-handle-write-region):
4903 Insert special handling for `last-coding-system-used', again
4904 it still seems to be necessary (unlike stated before).
4905 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
4906 (tramp-password-prompt-regexp): There might be other words before
4907 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
4908 (tramp-chunksize): Improve docstring.
4909 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
4910 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
4911 Christian Joergensen <bugs@razor.dk>.
4912
4913 2005-10-07 Glenn Morris <rgm@gnu.org>
4914
4915 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
4916 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
4917 precision'.
4918
4919 2005-10-07 Romain Francoise <romain@orebokech.com>
4920
4921 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
4922 (ibuffer-do-shell-command-pipe-replace)
4923 (ibuffer-do-shell-command-file, ibuffer-do-eval)
4924 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
4925 (ibuffer-do-revert, ibuffer-do-replace-regexp)
4926 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
4927 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
4928 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
4929 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
4930 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
4931 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
4932 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
4933 Autoload file sans suffix.
4934
4935 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
4936
4937 2005-10-07 David Ponce <david@dponce.com>
4938
4939 * recentf.el (recentf-menu-open-all-flag): New option.
4940 (recentf-digit-shortcut-command-name): New function.
4941 (recentf--shortcuts-keymap): New variable.
4942 (recentf-menu-shortcuts): New variable.
4943 (recentf-make-menu-items): Initialize it. Replace the "More..."
4944 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
4945 (recentf-menu-value-shortcut): New function.
4946 (recentf-make-menu-item): Use it. No more in-lined.
4947 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
4948 (recentf-open-most-recent-file): Rename from
4949 `recentf-open-file-with-key'. Don't depend on key binding.
4950 (recentf-mode-map): New variable.
4951 (recentf-mode): Use it.
4952
4953 2005-10-06 Bill Wohler <wohler@newt.com>
4954
4955 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
4956
4957 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
4958 (MH-E-SRC): New. Used by mh-autoloads.
4959 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
4960 files in MH-E-SRC have been updated.
4961 (compile, recompile, bootstrap): Depend on mh-autoloads.
4962
4963 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
4964
4965 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
4966 gud-break and gud-remove icons when the fringe is not available.
4967
4968 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
4969 Typo.
4970
4971 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
4972
4973 * play/zone.el (zone): Wrap body with save-window-excursion.
4974
4975 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
4976
4977 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
4978 Use the new `list-only' arg to diary-list-entries.
4979
4980 * calendar/diary-lib.el: Use overlays rather than selective-display.
4981 (diary-selective-display): New var.
4982 (diary-header-line-format): Use it.
4983 (diary-list-entries): Add argument `list-only'.
4984 Put the buffer in diary-mode. Don't add \^M at beg and end.
4985 Replace \^M by invisible overlays.
4986 (diary-unhide-everything): Replace \^M by invisible overlays.
4987 (print-diary-entries): Look for overlays rather than \^M.
4988 Add a space to the temp buffer name.
4989 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
4990 Put the buffer in diary-mode.
4991 (list-sexp-diary-entries): Replace \^M by invisible overlays.
4992 (diary-anniversary): Make the year arg optional.
4993 (diary-time-regexp): New const.
4994 (diary-font-lock-keywords): Use it to accept a few more time formats.
4995
4996 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
4997
4998 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
4999
5000 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
5001 Fix bug introduced 2005-07-03: Use (car (last ...))
5002 to faithfully reproduce replaced artist-last.
5003 (artist-set-arrow-points-for-poly): Likewise.
5004 Suggested by Johan Bockg\e,Ae\e(Brd.
5005
5006 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
5007
5008 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
5009 * wid-edit.el (widget):
5010 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
5011 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
5012
5013 2005-10-06 Kenichi Handa <handa@m17n.org>
5014
5015 * international/mule-cmds.el (set-language-environment):
5016 Fix setting up of case-table for unibyte mode.
5017
5018 * simple.el (what-cursor-position): If the character is displayed
5019 by some `display' text property, show that. Don't use
5020 single-key-description for eight-bit characters in multibyte mode.
5021
5022 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
5023
5024 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
5025 (gdb-ann3): Set it.
5026 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
5027 (gdb-info-frames-custom): Use inverse-video for first five
5028 characters of selected frame only.
5029 (gdb-get-frame-number): Select frame even when point is on frame
5030 number.
5031
5032 2005-10-06 Masatake YAMATO <jet@gyve.org>
5033
5034 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
5035 Put `font-lock-function-name-face'.
5036 (gdb-info-frames-custom): Put `font-lock-function-name-face'
5037 and `font-lock-variable-name-face'
5038 (gdb-registers-font-lock-keywords): New font lock keywords definition.
5039 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
5040 (gdb-memory-font-lock-keywords): New font lock keywords definition.
5041 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
5042 (gdb-local-font-lock-keywords): New font lock keywords definition.
5043 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
5044 (gdb-threads-font-lock-keywords): New font lock keywords definition.
5045 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
5046
5047 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
5048
5049 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
5050 (ediff-merge-region-is-non-clash-to-skip): Previously called
5051 ediff-merge-region-is-non-clash.
5052
5053 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
5054 Use insert-buffer-substring.
5055
5056 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
5057 selecting files to patch. Also bug fixes.
5058
5059 * ediff-util.el (ediff-setup): Bug fix.
5060 (ediff-next-difference): Never skip clashes that differ in white
5061 space only.
5062
5063 * ediff-wind.el (ediff-setup-control-frame)
5064 (ediff-destroy-control-frame): Check the menubar feature.
5065
5066 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
5067 (viper-refresh-mode-line): Use make-local-variable to localize
5068 some vars instead of make-variable-buffer-local. Suggested by
5069 Stefan Monnier.
5070
5071 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
5072 (viper-restore-cursor-type, viper-set-insert-cursor-type):
5073 Use make-local-variable instead of make-variable-buffer-local.
5074 Suggested by Stefan Monnier.
5075
5076 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
5077 (viper-comint-mode-hook): Use make-local-variable on
5078 require-final-newline.
5079 (viper-non-hook-settings): Don't use make-variable-buffer-local.
5080
5081 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
5082
5083 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
5084 also the second char of a comment-start sequence.
5085 (scheme-sexp-comment-syntax-table): New var.
5086 (lambda, define): Set their scheme-doc-string-elt property.
5087 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
5088 Use lisp-font-lock-syntactic-face-function now that it properly
5089 handles |...| symbols.
5090 (scheme-mode-variables): Set lisp-doc-string-elt-property,
5091 parse-sexp-lookup-properties and font-lock-extra-managed-props.
5092
5093 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
5094 bit from # to |.
5095 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
5096
5097 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
5098 (lisp-doc-string-elt-property): New var.
5099 (lisp-font-lock-syntactic-face-function): Use it.
5100 Rewrite to recognize docstrings even for forms not at toplevel.
5101
5102 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
5103 annotation on the | part of #| rather than on the # part.
5104 (scheme-font-lock-syntactic-face-function): New function, to
5105 distinguish strings from |...| symbols.
5106 (scheme-mode-variables): Use it. Also fix up the font-lock-time
5107 syntax-table so that #|...|# is properly highlighted.
5108
5109 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
5110 Don't mark as docstring the 3rd elem of an unknown toplevel form.
5111
5112 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
5113
5114 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
5115 and C-e.
5116
5117 * emacs-lisp/eldoc.el: Move comments into docstrings.
5118 (eldoc-message-commands): Initialize in its declaration.
5119 Add move-beginning-of-line and move-end-of-line.
5120 (eldoc-add-command, eldoc-add-command-completions)
5121 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
5122
5123 * outline.el (outline-mark-subtree): Activate the mark.
5124
5125 * calendar/appt.el (appt-time-regexp): New var.
5126 (appt-add, appt-make-list): Use it.
5127 (appt-convert-time): Clean up.
5128
5129 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
5130 Don't set any syntax-table property here.
5131 (tex-font-lock-verb): New function. Do it here.
5132 (tex-font-lock-syntactic-keywords): Use it.
5133
5134 2005-10-04 Richard M. Stallman <rms@gnu.org>
5135
5136 * wid-edit.el (widget-file-complete): Get the widget start point
5137 the right way. Default directory to `/' if file has none.
5138
5139 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
5140
5141 * textmodes/flyspell.el (flyspell-mode-on):
5142 Call ispell-maybe-find-aspell-dictionaries.
5143
5144 * textmodes/ispell.el (ispell-word, ispell-region):
5145 Call ispell-maybe-find-aspell-dictionaries.
5146 (ispell-accept-buffer-local-defs):
5147 Don't call ispell-maybe-find-aspell-dictionaries
5148
5149 2005-10-04 Richard M. Stallman <rms@gnu.org>
5150
5151 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
5152
5153 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
5154
5155 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
5156 instead of `fboundp' in order to allow for anonymous functions.
5157
5158 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
5159
5160 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
5161 case the user clicks on the link while another window is selected.
5162 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
5163
5164 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
5165 functionality.
5166 (dframe-help-echo): Save point in case mouse tracking is off.
5167
5168 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
5169
5170 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
5171
5172 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
5173
5174 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
5175 not change the global value of those vars.
5176
5177 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
5178 make-local-variable which we do not need any more.
5179
5180 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
5181
5182 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
5183 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
5184 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
5185 (speedbar-path-line): Define obsolete aliases.
5186 (speedbar-line-directory): Doc fix.
5187
5188 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
5189 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
5190 instead of speedbar-line-path.
5191
5192 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5193
5194 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
5195 to nil if dropping on a window. Handle dropping on a minibuffer window
5196 like dropping on a non-window part of Emacs.
5197
5198 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
5199
5200 * net/ange-ftp.el: Use with-current-buffer.
5201 (ange-ftp-insert-directory): Do not follow symlinks any more.
5202
5203 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
5204 Remove interactive spec.
5205
5206 2005-10-03 Kim F. Storm <storm@cua.dk>
5207
5208 * ido.el (ido-mode): Use custom-initialize-set.
5209
5210 2005-10-02 Richard M. Stallman <rms@gnu.org>
5211
5212 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
5213 Use insert-buffer-substring.
5214
5215 * net/tramp.el: Pacify byte compiler warnings in pacification code.
5216 (tramp-handle-file-local-copy): Use insert-buffer-substring.
5217
5218 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
5219
5220 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
5221 in last change.
5222 (ange-ftp-insert-directory): Fix up the search for the case where
5223 `file' is absolute.
5224
5225 2005-10-02 Romain Francoise <romain@orebokech.com>
5226
5227 * progmodes/compile.el (compile-goto-error): Delete extra paren.
5228
5229 2005-10-02 Andreas Schwab <schwab@suse.de>
5230
5231 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
5232 directory component in the session info.
5233
5234 2005-10-01 Richard M. Stallman <rms@gnu.org>
5235
5236 * comint.el (comint-redirect-subvert-readonly): Doc fix.
5237
5238 * simple.el (next-error-internal): New function.
5239
5240 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
5241 (compilation-start): Pass new arg to compilation-buffer-name.
5242 (compile-goto-error): Use next-error-internal.
5243
5244 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
5245
5246 * speedbar.el: Remove RCS tag.
5247 (speedbar-check-read-only): Handle non-existent files.
5248
5249 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
5250
5251 * info.el (Info-speedbar-hierarchy-buttons)
5252 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
5253
5254 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5255
5256 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
5257 Do not match newline.
5258 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
5259 (bibtex-summary): Remove unnecessary save-excursion.
5260 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
5261
5262 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5263
5264 * term/mac-win.el: Add charset info for "iso10646-1".
5265 Modify default fontset to use ATSUI-compatible fonts for some charsets
5266 if available.
5267
5268 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
5269
5270 * speedbar.el: Re-apply arch tag.
5271 (speedbar-version): Rename to version 1.0. Suggested by Eric
5272 M. Ludlam.
5273 Reapply two changes from Emacs CVS' version of speedbar lost
5274 during the merge:
5275 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
5276 (speedbar-frame-parameters): Improve customize type.
5277
5278 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
5279
5280 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
5281 (ange-ftp-file-directory-p): Fix the symlink case.
5282 (ange-ftp-insert-directory): When listing a single file, get a list of
5283 the parent buffer and extract the relevant line. Inspired from a patch
5284 by Katsumi Yamaoka <yamaoka@jpl.org>.
5285 (ange-ftp-file-name-sans-versions): Simplify.
5286
5287 2005-09-30 Bill Wohler <wohler@newt.com>
5288
5289 Move MH-E image files from toolbar and mail directories into
5290 etc/images.
5291
5292 * mail/reply2.*: Move to etc/images/mail/reply*.
5293
5294 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
5295 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
5296 etc/images.
5297
5298 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
5299 * toolbar/reply*: Move to etc/images/mail.
5300
5301 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
5302
5303 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
5304
5305 * speedbar.el: New version 1.0pre3.
5306
5307 Frame management code (including timer, and mouse click specifics)
5308 moved to dframe.el:
5309 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
5310 (speedbar-timer): Removed. Use dframe-timer.
5311 (speedbar-close-frame): Removed. Use dframe-close-frame.
5312 (speedbar-activity-change-focus-flag): Removed. Use
5313 dframe-activity-change-focus-flag.
5314 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
5315 dframe-update-speed.
5316
5317 (speedbar-current-frame): New macro. Use this instead of the
5318 variable speedbar-frame.
5319
5320 (speedbar-use-images, speedbar-expand-image-button-alist)
5321 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
5322
5323 (speedbar-find-image-on-load-path): Removed. Replaced by
5324 defezimage in ezimage.el.
5325 (speedbar-expand-image-button-alist): Removed. Replaced by
5326 ezimage-expand-image-button-alist in ezimage.el.
5327
5328 (speedbar-ignored-directory-regexp)
5329 (speedbar-add-ignored-directory-regexp)
5330 (speedbar-ignored-directory-expressions)
5331 (speedbar-line-directory, speedbar-buffers-line-directory)
5332 (speedbar-directory-line, speedbar-buffers-line-directory):
5333 Renamed, replacing `path' with `directory'.
5334
5335 (speedbar-create-directory, speedbar-expand-line-descendants)
5336 (speedbar-toggle-line-expansion)
5337 (speedbar-contract-line-descendants): New commands.
5338
5339 (speedbar-query-confirmation-method, speedbar-select-frame-method)
5340 (speedbar-use-tool-tips-flag): New options.
5341
5342 (speedbar-check-read-only, speedbar-require-version)
5343 (speedbar-insert-separator, speedbar-buffers-tail-notes)
5344 (speedbar-handle-delete-frame, speedbar-try-completion)
5345 (speedbar-update-localized-contents): New functions.
5346
5347 (speedbar-incompatible-version, speedbar-ro-to-do-point)
5348 (speedbar-object-read-only-indicator): New variables.
5349
5350 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
5351 New hooks.
5352
5353 (speedbar-separator-face): New face.
5354
5355 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
5356 (speedbar-ignored-modes): Add fundamental-mode.
5357 (speedbar-directory-unshown-regexp): Add . directories.
5358
5359 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
5360 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
5361 `]' for full expand/close.
5362 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
5363
5364 (speedbar-check-vc): Support hidden files.
5365 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
5366 (speedbar-this-file-in-vc): Use vc-state if available. If VC
5367 state is nil, it is not checked out.
5368
5369 (speedbar-line-text, speedbar-line-token): Support expand buttons
5370 with no text.
5371 (speedbar-refresh): Universal argument acts as power-click.
5372 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
5373 that buffer to get variable values.
5374
5375 And many other bugfixes.
5376
5377 * dframe.el, ezimage.el, sb-image.el: New files.
5378
5379 * sb-*.xpm: Remove files. New image files installed into
5380 etc/images/ezimage.
5381
5382 2005-09-30 Kenichi Handa <handa@m17n.org>
5383
5384 * ps-mule.el (ps-mule-show-warning): If a character is in
5385 ps-print-translation-table, don't treat it as non-printable.
5386
5387 2005-09-30 David Ponce <david@dponce.com>
5388
5389 * tree-widget.el (tree-widget-themes-load-path): New variable.
5390 (tree-widget-themes-directory): Doc fix.
5391 (tree-widget-image-formats) [Emacs]: Doc fix.
5392 (tree-widget--locate-sub-directory): New function.
5393 (tree-widget-themes-directory): Use it.
5394
5395 * recentf.el (recentf-filename-handlers): Rename from
5396 `recentf-filename-handler'. Allow a list of functions.
5397 (recentf-menu-items-for-commands): Fix :help strings.
5398 (recentf-apply-filename-handlers): New function.
5399 (recentf-expand-file-name): Use it.
5400 (recentf-cleanup): Remove duplicates too.
5401
5402 2005-09-29 Juri Linkov <juri@jurta.org>
5403
5404 * faces.el: Rearrange face definitions to be in the same order as
5405 their face descriptions in "(emacs)Standard Faces".
5406
5407 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
5408
5409 * tooltip.el (tooltip): Add group `basic-faces'.
5410
5411 * buff-menu.el (Buffer-menu-buffer): Remove group
5412 `font-lock-highlighting-faces'.
5413
5414 * progmodes/compile.el (compilation-error, compilation-warning)
5415 (compilation-info, compilation-line-number, compilation-column-number):
5416 Change group from `font-lock-highlighting-faces' to `compilation'.
5417
5418 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
5419 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
5420 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
5421 (vhdl-font-lock-reserved-words-face)
5422 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
5423 `font-lock-highlighting-faces'.
5424
5425 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
5426
5427 2005-09-28 Kim F. Storm <storm@cua.dk>
5428
5429 * emulation/cua-base.el: Set CUA move property on additional commands:
5430 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
5431 forward-sexp, backward-sexp, forward-list, backward-list.
5432
5433 2005-09-28 Romain Francoise <romain@orebokech.com>
5434
5435 * comint.el (comint-show-output): Really set point at the
5436 beginning of the output when not using `comint-use-prompt-regexp'.
5437
5438 2005-09-27 Jay Belanger <belanger@truman.edu>
5439
5440 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
5441 in TeX mode.
5442
5443 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
5444
5445 * textmodes/org.el (org-table-sum): Fix format string.
5446
5447 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
5448 Quote face names.
5449
5450 2005-09-26 Romain Francoise <romain@orebokech.com>
5451
5452 * isearch.el (isearch-forward-regexp): Close doc string.
5453
5454 2005-09-25 Richard M. Stallman <rms@gnu.org>
5455
5456 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
5457
5458 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
5459
5460 * progmodes/compile.el (compilation-error-properties):
5461 When getting the file from the previous error message,
5462 correctly decode the new data format.
5463
5464 * progmodes/cc-cmds.el (c-electric-paren):
5465 Call old-blink-paren only for close-paren.
5466
5467 2005-09-24 Andreas Schwab <schwab@suse.de>
5468
5469 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
5470 condition.
5471
5472 2005-09-25 Romain Francoise <romain@orebokech.com>
5473
5474 * dired-aux.el (dired-copy-file-recursive):
5475 * dired.el (dired-delete-file):
5476 * ediff-mult.el (ediff-dir-diff-copy-file):
5477 * ediff-util.el (ediff-test-save-region):
5478 * forms.el (forms-mode):
5479 * ido.el (ido-file-internal, ido-delete-file-at-head):
5480 * log-edit.el (log-edit-done):
5481 * ses.el (ses-yank-resize):
5482 * play/gomoku.el (gomoku-human-plays, gomoku)
5483 (gomoku-human-resigns, gomoku-prompt-for-other-game)
5484 (gomoku-offer-a-draw):
5485 * play/landmark.el (lm-human-resigns, lm):
5486 * net/eudcb-ldap.el (eudc-ldap-check-base):
5487 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
5488 * progmodes/ebrowse.el (ebrowse-find-pattern):
5489 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
5490 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
5491 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
5492
5493 * vc.el (vc-delete-file):
5494 * play/gomoku.el (gomoku-terminate-game, gomoku)
5495 (gomoku-prompt-for-move, gomoku-human-takes-back):
5496 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
5497 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
5498
5499 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
5500
5501 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
5502 color rxvt terminals by using the code xterm.el used to use before
5503 2005-04-09 in order to match the colors used by rxvt.
5504
5505 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
5506
5507 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
5508 colors rxvt-unicode terminals by using the same code as xterm.el.
5509
5510 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
5511
5512 * textmodes/tex-mode.el (tex-font-lock-append-prop)
5513 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
5514 new symbol used for the tex-verbatim face.
5515
5516 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
5517
5518 * woman.el (woman-file-name):
5519 * wid-edit.el (widget-file-prompt-value)
5520 (widget-coding-system-prompt-value):
5521 * w32-fns.el (set-w32-system-coding-system):
5522 * vc.el (vc-version-diff, vc-annotate):
5523 * textmodes/reftex-auc.el (reftex-arg-cite)
5524 (reftex-arg-index-tag):
5525 * textmodes/refer.el (refer-get-bib-files):
5526 * textmodes/artist.el (artist-figlet-choose-font):
5527 * terminal.el (terminal-emulator):
5528 * replace.el (occur-read-primary-args):
5529 * rect.el (string-rectangle, string-insert-rectangle):
5530 * ps-print.el (ps-print-preprint):
5531 * progmodes/pascal.el (pascal-goto-defun):
5532 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
5533 * progmodes/compile.el (compilation-find-file):
5534 * printing.el (pr-interactive-n-up):
5535 * play/animate.el (animate-birthday-present):
5536 * net/rcompile.el (remote-compile):
5537 * man.el (man, Man-goto-section, Man-follow-manual-reference):
5538 * mail/rmailsum.el (rmail-summary-search-backward)
5539 (rmail-summary-search):
5540 * mail/rmailout.el (rmail-output-read-rmail-file-name)
5541 (rmail-output-read-file-name):
5542 * mail/rmail.el (rmail-search, rmail-search-backwards):
5543 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
5544 * locate.el (locate):
5545 * international/quail.el (quail-show-keyboard-layout):
5546 * international/mule.el (set-buffer-file-coding-system)
5547 (revert-buffer-with-coding-system, set-file-name-coding-system)
5548 (set-terminal-coding-system, set-keyboard-coding-system)
5549 (set-next-selection-coding-system):
5550 * international/mule-diag.el (describe-coding-system)
5551 (describe-font, describe-fontset):
5552 * international/mule-cmds.el (universal-coding-system-argument)
5553 (search-unencodable-char, describe-input-method)
5554 (set-language-environment, describe-language-environment):
5555 * international/codepage.el (codepage-setup):
5556 * international/code-pages.el (codepage-setup):
5557 * info.el (Info-search, Info-follow-reference)
5558 (Info-search-backward):
5559 * emacs-lisp/advice.el (ad-read-advised-function)
5560 (ad-read-advice-class, ad-clear-cache, ad-activate)
5561 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
5562 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
5563 (ad-read-regexp):
5564 * ediff-util.el (ediff-toggle-regexp-match):
5565 * ediff-ptch.el (ediff-prompt-for-patch-file):
5566 * dired-aux.el (dired-diff):
5567 * diff.el (diff):
5568 * cus-edit.el (custom-variable-prompt):
5569 * calendar/timeclock.el (timeclock-ask-for-project):
5570 * calc/calcalg3.el (calc-get-fit-variables):
5571 * calc/calc-store.el (calc-edit-variable)
5572 (calc-permanent-variable):
5573 * vc-mcvs.el (vc-mcvs-register):
5574 * shadowfile.el (shadow-define-literal-group):
5575 * woman.el (woman-file-name):
5576 * vc.el (vc-version-diff, vc-merge):
5577 * textmodes/reftex-index.el (reftex-index-complete-tag):
5578 * format.el (format-decode-buffer, format-decode-region):
5579 * emulation/viper-cmd.el (viper-read-string-with-history):
5580 * emacs-lisp/debug.el (cancel-debug-on-entry):
5581 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
5582 * ediff.el (ediff-merge-revisions)
5583 (ediff-merge-revisions-with-ancestor, ediff-revision):
5584 * completion.el (interactive-completion-string-reader):
5585 * calc/calc-prog.el (calc-user-define-formula):
5586 Follow convention for reading with the minibuffer.
5587
5588 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
5589
5590 * progmodes/python.el (python-describe-symbol): Add globals() and
5591 locals() to the arguments of emacs.ehelp.
5592
5593 2005-09-24 Magnus Henoch <mange@freemail.hu>
5594
5595 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
5596 New function, code extracted from ispell-valid-dictionary-list.
5597 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
5598 Call it.
5599
5600 2005-09-24 Eli Zaretskii <eliz@gnu.org>
5601
5602 * subr.el (version-regexp-alist): Extend valid syntax for version
5603 strings: allow any of the characters -,_,+ to separate the
5604 alpha/beta/rc part from the version part. Doc fix.
5605 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
5606
5607 2005-09-23 David Reitter <david.reitter@gmail.com>
5608
5609 * mail/mailclient.el: New file.
5610
5611 2005-09-23 Richard M. Stallman <rms@gnu.org>
5612
5613 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
5614 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
5615 Doc fixes.
5616
5617 * progmodes/cc-mode.el (c-font-lock-init):
5618 Specify font-lock-lines-before.
5619
5620 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
5621
5622 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
5623 whole conflict.
5624
5625 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
5626
5627 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
5628 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
5629 of `remap' feature when available. Additional key bindings for
5630 better tty support.
5631 (org-mode-restart, org-force-self-insert): New commands.
5632 (org-time-stamp-inactive): New command.
5633 (org-remap): New function.
5634 (org-table-auto-blank-field, org-level-color-stars-only): New options.
5635 (org-enable-fixed-width-editor): Move to `org-structure'
5636 customization group.
5637 (org-self-insert-command, orgtbl-self-insert-command): Modify to
5638 blank field after field motion commands.
5639
5640 2005-09-23 Kenichi Handa <handa@m17n.org>
5641
5642 * international/mule-cmds.el (set-language-environment):
5643 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
5644 have to call utf-translate-cjk-load-tables.
5645
5646 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
5647
5648 * mouse.el (mouse-move-drag-overlay): Fix last change.
5649
5650 2005-09-22 David Ponce <david@dponce.com>
5651
5652 * tree-widget.el (tree-widget-value-create): Fix previous change.
5653
5654 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
5655
5656 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
5657
5658 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
5659
5660 * mouse.el (mouse-move-drag-overlay): New function.
5661 (mouse-drag-region-1): Use it.
5662 Try to simplify a bit the state handling. Handle clicks on links
5663 inside intangible areas.
5664 (mouse-save-then-kill): Minor simplification.
5665 (mouse-secondary-overlay): Make it always non-nil instead of
5666 recreating it each time.
5667 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
5668 (mouse-kill-secondary, mouse-secondary-save-then-kill):
5669 Simplify accordingly.
5670
5671 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
5672
5673 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
5674
5675 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
5676
5677 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
5678 (ediff-file-name-sans-prefix): Treat nil as an empty string.
5679 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
5680 to patch.
5681
5682 * ediff-util.el: Use insert-buffer-substring.
5683
5684 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
5685
5686 * emulation/viper-cmd.el (viper-change-state): Don't move over the
5687 field boundaries in the minibuffer.
5688 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
5689 (viper-minibuffer-post-command-hook): New hook.
5690 (viper-line): Don't move cursor at bolp.
5691
5692 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
5693
5694 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
5695 avoid compiler warnings.
5696
5697 * emulation/viper-macs.el (ex-map): Better messages.
5698
5699 * emulation/viper-utils.el (viper-beginning-of-field): New function.
5700
5701 * emulation/viper.el: Replace make-variable-buffer-local with
5702 viper-make-variable-buffer-local everywhere, to avoid warnings.
5703
5704 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
5705
5706 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
5707 Delete unused var `old-selected-window'.
5708 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
5709 (mouse-drag-secondary): Delete unused var `start-frame'.
5710
5711 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
5712
5713 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
5714
5715 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
5716
5717 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
5718 Re-indent within 80 columns. Use inhibit-read-only.
5719
5720 2005-09-19 Romain Francoise <romain@orebokech.com>
5721
5722 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
5723
5724 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
5725
5726 * font-lock.el (font-lock-default-fontify-region): Don't add a line
5727 unconditionally, since the after-change-function already did it.
5728
5729 2005-09-19 Miles Bader <miles@gnu.org>
5730
5731 * net/newsticker.el: Get rid of CVS keyword.
5732
5733 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
5734
5735 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
5736 The prompt is formatted later.
5737
5738 2005-09-19 David Ponce <david@dponce.com>
5739
5740 * tree-widget.el (tree-widget-value-create): Save the converted
5741 tree :node widget.
5742
5743 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
5744
5745 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
5746 variable `message'.
5747
5748 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
5749
5750 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
5751 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
5752 <slawomir.nowaczyk.847@student.lu.se>.
5753
5754 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
5755
5756 * image.el (image-load-path): Use symbol `data-directory' instead
5757 of its value, for backward compatibility with packages that bind
5758 it during `find-image'. Suggested by Katsumi Yamaoka.
5759 (image-search-load-path): Handle symbols whose values are strings.
5760
5761 2005-09-18 Romain Francoise <romain@orebokech.com>
5762
5763 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
5764 with-current-buffer form in save-excursion.
5765
5766 2005-09-18 D Goel <deego@gnufans.org>
5767
5768 * apropos.el (apropos-command): Fix `message' call: first arg
5769 should be a format spec. In this and all other cases that appear
5770 below and elsewhere in the source code, I made a change only when
5771 two conditions were satisfied: [1] I can think of a possibility
5772 that the arguments would cause an error, for example, the code in
5773 question relies on external variables such as filenames. [2] I
5774 was sure that the arg to `message' could not have been nil in the code.
5775
5776 * textmodes/tildify.el (tildify-region): Ditto.
5777
5778 * textmodes/reftex-index.el (reftex-index-change-entry)
5779 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
5780 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
5781 * textmodes/org.el (org-complete, org-deadline, org-schedule)
5782 (org-priority, org-table-sum):
5783 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
5784 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
5785 (flyspell-word, flyspell-display-next-corrections):
5786 * textmodes/bibtex.el (bibtex-print-help-message):
5787 * textmodes/artist.el (artist-key-set-point-poly):
5788 * term/mac-win.el (mac-services-insert-text):
5789 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
5790 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
5791 (vhdl-port-paste-testbench, vhdl-compose-new-component)
5792 (vhdl-compose-configuration):
5793 * progmodes/sh-script.el (sh-blink, sh-show-indent)
5794 (sh-set-indent, sh-learn-line-indent):
5795 * progmodes/ps-mode.el (ps-mode-target-column):
5796 * progmodes/idlwave.el (idlwave-make-tags)
5797 (idlwave-scan-library-catalogs):
5798 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
5799 * progmodes/gud.el (gud-jdb-analyze-source):
5800 * progmodes/flymake.el (flymake-log):
5801 * progmodes/ebnf2ps.el (ebnf-generate-region):
5802 * progmodes/cmacexp.el (c-macro-expansion):
5803 * progmodes/ada-xref.el (ada-treat-cmd-string):
5804 * progmodes/ada-mode.el (ada-create-case-exception-substring)
5805 (ada-justified-indent-current, ada-batch-reformat):
5806 * play/zone.el (zone):
5807 * play/landmark.el (lm-move):
5808 * play/decipher.el (decipher-show-alphabet):
5809 * net/newsticker.el (newsticker--display-jump)
5810 (newsticker--display-scroll):
5811 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
5812 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
5813 * mail/feedmail.el (feedmail-dump-message-to-queue):
5814 * eshell/esh-proc.el (eshell-remove-process-entry):
5815 * emulation/ws-mode.el (ws-last-error):
5816 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
5817 (viper-record-kbd-macro):
5818 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
5819 * emacs-lisp/lisp-mnt.el (lm-report-bug):
5820 * emacs-lisp/find-func.el (find-function-noselect):
5821 * calendar/timeclock.el (timeclock-status-string)
5822 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
5823 (timeclock-when-to-leave-string):
5824 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
5825 * calc/calc-units.el (calc-enter-units-table):
5826 * calc/calc-mode.el (calc-mode-record-mode):
5827 * woman.el (woman-mini-help):
5828 * wdired.el (wdired-change-to-wdired-mode):
5829 * vc.el (vc-retrieve-snapshot):
5830 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
5831 * startup.el (display-startup-echo-area-message):
5832 * simple.el (set-goal-column):
5833 * ses.el (ses-command-hook, ses-recalculate-cell):
5834 * server.el (server-process-filter):
5835 * printing.el (pr-interface-txt-print, pr-interface-printify)
5836 (pr-interface-ps):
5837 * pcvs.el (cvs-help):
5838 * log-edit.el (log-edit, log-edit-mode-help):
5839 * iswitchb.el (iswitchb-possible-new-buffer):
5840 * isearch.el (isearch-edit-string):
5841 * image-mode.el (image-mode, image-minor-mode):
5842 * ibuf-macs.el (define-ibuffer-filter):
5843 * hi-lock.el (hi-lock-find-patterns):
5844 * files.el (toggle-read-only):
5845 * ediff-util.el (ediff-copy-diff)
5846 (ediff-write-merge-buffer-and-maybe-kill):
5847 * echistory.el (Electric-history-undefined):
5848 * dnd.el (dnd-insert-text):
5849 * dired-aux.el (dired-query):
5850 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
5851 * bookmark.el (bookmark-bmenu-locate):
5852 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
5853 Fix `message' calls to ensure first arg is a format string.
5854 The change was made only when these two conditions were satisfied:
5855 [1] when there is a possibility that the arguments would cause an error
5856 for example, if the code in question relies on external variables
5857 such as filenames, and
5858 [2] if the arg to `message' could not have been nil in the code.
5859
5860 * pcomplete.el (pcomplete--help): Fix `message' format spec.
5861 Not having a %s would be weird, though not technically wrong.
5862
5863 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5864
5865 * term/mac-win.el (mac-add-charset-info): Doc fix.
5866
5867 2005-09-17 Romain Francoise <romain@orebokech.com>
5868
5869 * shell.el (shell-resync-dirs): Handle echoing processes more
5870 reliably. Don't insert resync command if `comint-process-echoes'
5871 is non-nil.
5872
5873 2005-09-17 Magnus Henoch <mange@freemail.hu>
5874
5875 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
5876 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
5877 aspell versions >= 0.60.
5878 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
5879 only if ispell-aspell-supports-utf8 is non-nil.
5880
5881 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
5882
5883 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
5884 buffer-local value to lisp-indent-function.
5885
5886 2005-09-17 Milan Zamazal <pdm@zamazal.org>
5887
5888 * progmodes/glasses.el (glasses-make-readable): If
5889 glasses-separator differs from underscore, put appropriate
5890 overlays over underscore characters.
5891 (glasses-convert-to-unreadable): If glasses-separator differs from
5892 underscore, try to convert glasses-separator characters to
5893 underscores.
5894
5895 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
5896
5897 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
5898 Use with-syntax-table and dolist.
5899
5900 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
5901
5902 * textmodes/reftex-auc.el:
5903 * textmodes/reftex-cite.el:
5904 * textmodes/reftex-dcr.el:
5905 * textmodes/reftex-global.el:
5906 * textmodes/reftex-parse.el:
5907 * textmodes/reftex-ref.el:
5908 * textmodes/reftex-sel.el:
5909 * textmodes/reftex-toc.el:
5910 * textmodes/reftex-vars.el:
5911 * textmodes/reftex.el: Small changes to remove compiler warnings.
5912
5913 * textmodes/reftex-index.el: Likewise.
5914 (reftex-query-index-phrase): More efficient use of markers.
5915
5916 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
5917
5918 * image.el (image-load-path): New variable.
5919 (image-search-load-path): New function.
5920 (find-image): Search for images in `image-load-path'.
5921
5922 2005-09-15 Richard M. Stallman <rms@gnu.org>
5923
5924 * follow.el: Change Maintainer field.
5925
5926 2005-09-15 David Ponce <david@dponce.com>
5927
5928 * recentf.el (recentf-save-file-modes): New option.
5929 (recentf-save-list): Use it.
5930
5931 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
5932
5933 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
5934 (mode-line-mule-info, mode-line-modified): Move bindings from
5935 mouse-3 to mouse-1.
5936
5937 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
5938
5939 * simple.el (sendmail-user-agent-compose): Revert last change.
5940
5941 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
5942
5943 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
5944 Use with-current-buffer.
5945 (ange-ftp-gwp-start): Remove unused var `gw-user'.
5946 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
5947 (ange-ftp-insert-directory): Remove unused var `short'.
5948 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
5949
5950 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
5951 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
5952
5953 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
5954 (check-calendar-holidays, diary-list-entries): Autoload.
5955 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
5956 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
5957
5958 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
5959 which mistakenly removed a call to display-buffer.
5960
5961 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
5962
5963 * obsolete/iso-insert.el: Move to obsolete/ from international/.
5964
5965 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
5966
5967 * progmodes/hideshow.el
5968 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
5969 (hs-allow-nesting): New user var.
5970 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
5971 (hs-hide-block-at-point): When nesting allowed,
5972 if there is already an overlay in place, delete it.
5973 (hs-safety-is-job-n): Delete func; remove call sites.
5974 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
5975 (hs-overlay-at): New func.
5976 (hs-already-hidden-p, hs-show-block): Use it.
5977 (hs-hide-all): Don't pre-clean if nesting allowed.
5978 (hs-show-all): Temporarily disallow
5979 nesting around call to `hs-discard-overlays'.
5980
5981 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
5982
5983 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
5984 Delete unused local var.
5985
5986 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
5987
5988 * help-fns.el (describe-categories): "?\ " -> "?\s".
5989 (help-do-arg-highlight): Recognize also ARG-n, as in
5990 `move-to-left-margin' (ARG+n is already recognized). Simplify.
5991
5992 * international/codepage.el (dos-unsupported-char-glyph):
5993 * net/newsticker.el (tool-bar-map, w3-mode-map)
5994 (w3m-minor-mode-map):
5995 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
5996 (ent-alist):
5997 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
5998
5999 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
6000
6001 * custom.el (custom-push-theme): Handle the case where a symbol is
6002 bound but face properties have not yet been assigned.
6003
6004 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
6005 Fix behavior if noerase is `t' and there is no mail buffer.
6006
6007 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
6008 if `continue' is nil, rather than signal an error.
6009
6010 2005-09-12 Richard M. Stallman <rms@gnu.org>
6011
6012 * font-lock.el (font-lock-keywords): Add autoload.
6013
6014 * help-fns.el (describe-variable): Rearrange to put source link
6015 in a predictable place.
6016
6017 * net/newsticker.el: New file.
6018
6019 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
6020
6021 * calendar/calendar.el (calendar-for-loop): Add edebug info.
6022 (calendar-basic-setup): Use the new nil arg.
6023 (number-of-diary-entries): Move to diary-lib.el.
6024
6025 * calendar/diary-lib.el: Use with-current-buffer, match-string.
6026 (diary-list-entries): Use with-syntax-table and dolist.
6027 Rename from list-diary-entries.
6028 Use number-of-diary-entries if `number' is nil.
6029 (diary, diary-view-entries): Use this new name and new nil arg value.
6030 (number-of-diary-entries): Move from calendar.el.
6031 (diary-unhide-everything): New function.
6032 (include-other-diary-files, fancy-diary-display)
6033 (diary-show-all-entries, make-diary-entry): Use it.
6034 (diary-mail-entries): Use buffer-string.
6035 (mark-diary-entries): Fix long standing paren typo.
6036 (diary-sexp-entry): Use count-lines.
6037 (make-diary-entry): Avoid `previous-line'.
6038 (diary-mode-map): New var.
6039 (diary-mode): Redraw cal after saving. Setup header-line.
6040 (fancy-diary-display-mode): Use local-set-key.
6041
6042 * startup.el (command-line): Try calling various terminal-init-foo-bar
6043 functions by stripping hyphenated suffixes from $TERM.
6044
6045 * files.el (normal-mode): Check boundness of font-lock-keywords.
6046
6047 2005-09-12 Richard M. Stallman <rms@gnu.org>
6048
6049 * progmodes/compile.el: Don't decide a file's directory
6050 until the user actually tries to go there.
6051 (compilation-next-error-function):
6052 Pass compilation-find-file the directory from the file-struct.
6053 (compilation-internal-error-properties): Separate local FILE-STRUCT
6054 from FILE. Doc the args better. Rename arg FMT to FMTS.
6055 (compilation-find-file): Arg DIR renamed to DIRECTORY.
6056 Expand it, and if nil, use default-directory.
6057 (compilation-get-file-structure): Don't mix specified directory
6058 with default directory. Put specified directory into
6059 file-struct. Don't make the file name absolute.
6060
6061 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
6062 (compile-command): Add autoload.
6063 (compilation-disable-input): Add autoload.
6064
6065 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
6066
6067 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
6068 strings of the variables it can override.
6069 (time-stamp): New (as yet undocumented) time-stamp-format escapes
6070 %Q and %q, for fully-qualified domain name and unqualified host name.
6071
6072 2005-09-11 Kim F. Storm <storm@cua.dk>
6073
6074 * emacs-lisp/authors.el (authors-aliases): Update list.
6075 (authors-fixed-entries): Update mldrag.el entry.
6076
6077 2005-09-10 Alan Mackenzie <acm@muc.de>
6078
6079 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
6080 from the region narrowed to.
6081
6082 2005-09-10 Magnus Henoch <mange@freemail.hu>
6083
6084 * textmodes/ispell.el (ispell-check-version): Signal an error if
6085 aspell version is less than 0.60.
6086
6087 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
6088
6089 * progmodes/octave-inf.el (inferior-octave-startup):
6090 Resync current dir at the end.
6091
6092 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
6093
6094 * woman.el (woman-topic-at-point-default):
6095 Rename to woman-use-topic-at-point-default.
6096 (woman-topic-at-point): Rename to woman-use-topic-at-point.
6097 (woman-file-name): Reflect renames above. Automatically use the
6098 word at point as topic if woman-use-topic-at-point is non-nil.
6099 Otherwise offer it as default but don't insert it in the
6100 minibuffer. Also use `test-completion' instead of `assoc' as
6101 suggested by Stefan Monnier.
6102
6103 2005-09-10 Andre Spiegel <spiegel@gnu.org>
6104
6105 * vc.el (vc-directory, vc-update-change-log): Throw an error on
6106 the attempt to do it over Tramp. This is not yet supported.
6107
6108 2005-09-10 Eli Zaretskii <eliz@gnu.org>
6109
6110 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
6111 (menu-bar-non-minibuffer-window-p): New functions.
6112 ("Split Window", "Save As..."): Use them.
6113 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
6114 ("Print Buffer", "Truncate Long Lines in this Buffer"):
6115 Use menu-bar-menu-frame-live-and-visible-p.
6116 ("Save Buffer", "Insert File", "Open Directory...")
6117 ("Open File...", "Visit New File..."):
6118 Use menu-bar-non-minibuffer-window-p.
6119 (kill-this-buffer-enabled-p, dired <menu-enable>):
6120 Use menu-bar-non-minibuffer-window-p.
6121
6122 2005-09-09 Eli Zaretskii <eliz@gnu.org>
6123
6124 * cus-start.el (all): Don't complain about fringe-related
6125 built-ins if fringes are not supported. Ditto about
6126 selection-related built-ins. Fix the test for GTK-related built-ins.
6127
6128 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
6129 ("Postscript Print Buffer", "Print Region", "Save As...")
6130 ("Save", "Insert File...", "Open Directory...")
6131 ("Open File...", "Visit New File..."")
6132 ("Truncate Long Lines in this Buffer"): Don't look at
6133 menu-updating-frame if this display does not support multiple frames.
6134
6135 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
6136
6137 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
6138
6139 2005-09-09 Emilio Lopes <eclig@gmx.net>
6140
6141 * woman.el: Format- and whitespace-related changes.
6142
6143 2005-09-09 Eli Zaretskii <eliz@gnu.org>
6144
6145 * woman.el: Fix my email address.
6146
6147 2005-09-08 Richard M. Stallman <rms@gnu.org>
6148
6149 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
6150 (sh-mode): Locally set skeleton-pair-default-alist.
6151
6152 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
6153
6154 * progmodes/flymake.el: Require `compile' unconditionally.
6155
6156 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
6157
6158 * woman.el (woman-file-name): Provide a default, not initial input.
6159
6160 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
6161
6162 * font-lock.el (font-lock-support-mode): Doc fix.
6163
6164 * descr-text.el (describe-property-list): Handle non-symbol prop names.
6165
6166 2005-09-08 Richard M. Stallman <rms@gnu.org>
6167
6168 * simple.el (blink-matching-open): Get rid of text props from
6169 the string shown in echo area. Don't permanently set point.
6170 Some rearrangements.
6171
6172 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
6173
6174 * recentf.el (recentf-filename-handler): Add custom choice
6175 `abbreviate-file-name'.
6176
6177 * msb.el (msb--very-many-menus): Fix typo.
6178
6179 * disp-table.el (standard-display-european): Don't set
6180 enable-multibyte-characters to nil.
6181
6182 2005-09-08 David Ponce <david@dponce.com>
6183
6184 * recentf.el (recentf-show-file-shortcuts-flag): New option.
6185 (recentf-expand-file-name): Doc fix.
6186 (recentf-dialog-mode-map): Define digit shortcuts.
6187 (recentf--files-with-key): New variable.
6188 (recentf-show-digit-shortcut-filter): New function.
6189 (recentf-open-files-items): New function.
6190 (recentf-open-files): Use it.
6191 (recentf-open-file-with-key): New command.
6192
6193 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
6194
6195 * buff-menu.el (Buffer-menu-sort-by-column): New function.
6196 Suggested by Kim F. Storm.
6197 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
6198 (Buffer-menu-make-sort-button): Use global keymap.
6199
6200 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
6201
6202 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
6203 (Man-getpage-in-background-advice): Remove defadvice; it isn't
6204 necessary any longer with the remapped command.
6205 (Man-bgproc-sentinel-advice): Remove defadvice which counts
6206 formatting time only.
6207
6208 * net/tramp.el (tramp-action-password)
6209 (tramp-multi-action-password): Compile the password prompt from
6210 `method', `user' and `host'. Sometimes it isn't obvious which
6211 password to enter, for example with remote files offered by
6212 recentf.el, or with multiple steps. Suggested by Robert Marshall
6213 <robert@chezmarshall.freeserve.co.uk>.
6214
6215 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
6216
6217 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
6218 Fix regexp for when "s///" is at the beginning of line.
6219
6220 2005-09-07 Jay Belanger <belanger@truman.edu>
6221
6222 * calc/calc-poly.el (math-expand-term): Multiply out any powers
6223 when in matrix mode.
6224
6225 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
6226
6227 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
6228 non-anonymous functions.
6229
6230 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
6231
6232 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
6233 when using a header line. Otherwise, use mouse-1-click-follows-link.
6234
6235 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
6236 can't be moved; don't signal an error.
6237
6238 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
6239
6240 * cus-theme.el (custom-theme-write-faces): Save the current face
6241 spec, not the defface spec.
6242
6243 * custom.el (custom-known-themes): Clarify meaning of "standard".
6244 (custom-push-theme): Save old values in the standard theme.
6245 (disable-theme): Correct typo.
6246 (custom-face-theme-value) Deleted unused function.
6247 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
6248
6249 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
6250
6251 * progmodes/compile.el (compilation-goto-locus): Take into account
6252 iconified frames when determining whether the buffer is
6253 already visible.
6254 Don't reset window height if the window already existed.
6255
6256 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
6257
6258 * custom.el (load-theme): Rename from require-theme.
6259 Add interactive spec.
6260 (enable-theme): Rename from custom-enable-theme.
6261 Add interactive spec.
6262 (disable-theme): Rename from custom-disable-theme.
6263 Add interactive spec.
6264 (custom-make-theme-feature): Doc fix.
6265 (custom-theme-directory): Doc fix.
6266 (provide-theme): Call enable-theme.
6267
6268 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
6269
6270 * obsolete/lazy-lock.el (lazy-lock-mode):
6271 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
6272 font-lock-mode if it's off. Print a warning instead.
6273
6274 * progmodes/compile.el (compilation-start): Ignore errors if the
6275 process died before we get to send-eof.
6276
6277 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
6278 Undo last change. Enclosing the result in quotes broke things on Unix
6279 since tex-send-command passes it through shell-quote-argument.
6280 (tex-send-command): Pass `file' through convert-standard-filename
6281 when possible.
6282 (tex-uptodate-p): Handle the case where TeX hasn't put additional
6283 info in a transcript.
6284
6285 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
6286
6287 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
6288 fix compilation warning. Reorder the key definitions to group
6289 together keys emitted by the current version of xterm.
6290
6291 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
6292 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
6293 Reorder predicates to correct min-color usage.
6294
6295 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
6296
6297 * longlines.el (longlines-mode): Inhibit read-only when encoding.
6298 Kill local variables when longlines-mode is turned off.
6299
6300 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
6301
6302 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
6303
6304 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
6305
6306 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
6307
6308 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
6309 (font-lock-lines-before): Change default to being inactive.
6310 (font-lock-default-fontify-region): Obey font-lock-lines-before.
6311 (font-lock-after-change-function): Don't handle f-l-lines-before here.
6312
6313 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
6314
6315 * net/tramp.el (tramp-handle-make-auto-save-file-name):
6316 Deactivate temporarily advice if active (not needed for Emacs 22,
6317 but for backwards compatibility).
6318 (tramp-exists-file-name-handler): Rewrite. First implementation
6319 was too simple.
6320 (tramp-advice-make-auto-save-file-name):
6321 Call `tramp-handle-make-auto-save-file-name' (again, just for
6322 backwards compatibility).
6323
6324 2005-08-31 Reto Zimmermann <reto@gnu.org>
6325
6326 * progmodes/vhdl-mode.el
6327 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
6328 (vhdl-end-p): Fix indentation bug "else" after "-- when".
6329 (vhdl-set-default-project): New function (easier setting of default).
6330 (vhdl-port-copy): Handle extended identifiers for generics.
6331 (vhdl-compiler-alist): Better description for error message regexp.
6332 (vhdl-make): Query for target, use previous as default.
6333 (vhdl-port-copy): Fix port copy for port names starting with "signal".
6334 (vhdl-font-lock-keywords-2): Fix fontification for record
6335 el. assign.
6336 (vhdl-speedbar-make-subpack-line): Add package body link.
6337 (vhdl-generate-makefile-1): Not include itself as dependency.
6338 (vhdl-font-lock-init): Highlight c-preprocessor directives.
6339 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
6340 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
6341 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
6342 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
6343 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
6344 (vhdl-import-project): Add string argument for `error'.
6345 (vhdl-compose-configuration)
6346 (vhdl-compose-configuration-architecture): Add configuration
6347 declaration generation.
6348 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
6349 (vhdl-trailer-re): Add "record" keyword (better indentation).
6350 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
6351 "[^ \t-\"]+".
6352 (vhdl-font-lock-keywords-2): Not highlight formal parameter after '|'.
6353 (vhdl-testbench-entity-file-name)
6354 (vhdl-testbench-architecture-file-name): Allow separate
6355 customization of testbench file names.
6356 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
6357 (vhdl-get-visible-signals): Allow newline within alias declaration.
6358 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
6359 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
6360 (member-ignore-case): Alias for missing function in XEmacs.
6361 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
6362 (vhdl-update-sensitivity-list): Ignore case on read signals.
6363 (vhdl-replace-string): Adjust case only for file names.
6364 (vhdl-update-sensitivity-list): Fix search for read signals.
6365 (vhdl-update-sensitivity-list): Exclude formal parameters.
6366 (vhdl-get-visible-signals): Include aliases of signals.
6367 (vhdl-get-visible-signals): Fix signal name searching.
6368 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
6369 (vhdl-fixup-whitespace-region): Fix for character
6370 literals (e.g. ':').
6371
6372 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
6373
6374 * ansi-color.el (comint-last-output-start):
6375 * bs.el (font-lock-verbose):
6376 * diff-mode.el (add-log-buffer-file-name-function):
6377 * dired-x.el (vm-folder-directory):
6378 * faces.el (help-xref-stack-item):
6379 * files.el (font-lock-keywords):
6380 * find-lisp.el (dired-buffers, dired-subdir-alist):
6381 * ido.el (cua-inhibit-cua-keys):
6382 * log-view.el (cvs-minor-wrap-function):
6383 * outline.el (font-lock-warning-face):
6384 * simple.el (compilation-current-error):
6385 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
6386 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
6387 * tooltip.el (comint-prompt-regexp):
6388 * w32-fns.el (explicit-shell-file-name):
6389 * term/mac-win.el (mac-charset-info-alist)
6390 (mac-services-selection, mac-system-script-code):
6391 * term/tty-colors.el (msdos-color-values):
6392 * term/w32-win.el (xlfd-regexp-registry-subnum):
6393 * term/x-win.el (x-keysym-table, x-selection-timeout)
6394 (x-session-id, x-session-previous-id):
6395 * textmodes/ispell.el (mail-yank-prefix):
6396 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
6397 * textmodes/org.el (calc-embedded-close-formula)
6398 (calc-embedded-open-formula)
6399 (font-lock-unfontify-region-function):
6400 * textmodes/reftex-global.el (isearch-next-buffer-function)
6401 (TeX-master):
6402 * textmodes/reftex.el (font-lock-keywords):
6403 * textmodes/tex-mode.el (font-lock-comment-face)
6404 (font-lock-doc-face):
6405 * textmodes/texinfo.el (outline-heading-alist):
6406 Add defvars.
6407
6408 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
6409 (artist-spray-chars, artist-mode-init, artist-replace-string)
6410 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
6411 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
6412 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
6413
6414 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
6415 (conf-align-assignments): "?\ " -> "?\s".
6416
6417 * textmodes/reftex-index.el (TeX-master): Add defvar.
6418 (reftex-index-phrases-marker): Move up defvar.
6419
6420 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
6421 (reftex-toc-include-labels-indicator)
6422 (reftex-toc-include-index-indicator)
6423 (reftex-toc-max-level-indicator): Move up declarations.
6424
6425 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
6426 of args to `tramp-run-real-handler', even if it's empty in this case.
6427
6428 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6429
6430 * dired.el (dired-move-to-filename-regexp): Add date format for
6431 Mac OS X 10.3 in East Asian locales.
6432
6433 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
6434
6435 * files.el (make-auto-save-file-name): Add file name handler call
6436 if applicable.
6437
6438 * net/tramp.el (tramp-file-name-handler-alist)
6439 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
6440 (tramp-handle-make-auto-save-file-name): Rename from
6441 `tramp-make-auto-save-file-name'.
6442 (tramp-exists-file-name-handler): New defun.
6443 (tramp-advice-make-auto-save-file-name): Make defadvice only when
6444 `make-auto-save-file-name' is not a magic file name operation.
6445
6446 2005-08-30 Richard M. Stallman <rms@gnu.org>
6447
6448 * files.el (risky-local-variable-p):
6449 Match `-predicates' and `-commands.
6450
6451 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
6452 (custom-save-all): Visit the file if necessary;
6453 kill the buffer if we created it.
6454 (custom-save-delete): Don't visit file or kill buffer here.
6455
6456 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
6457
6458 * textmodes/org.el (org-special-keyword): New face.
6459 (org-table-copy-down, org-table-eval-formula)
6460 (org-table-recalculate, org-init-section-numbers):
6461 Use `string-to-number' instead of `string-to-int'.
6462 (org-get-location): Use `insert-buffer-substring' instead of
6463 `insert-buffer'.
6464 (org-modify-diary-entry-string): New function.
6465 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
6466 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
6467 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
6468 active region.
6469 (org-export-as-html): Handle QUOTE keyword.
6470 (org-quote-string): New option.
6471 (org-bookmark-jump-unhide): New function, used for
6472 `bookmark-after-jump-hook'.
6473 (org-diary-default-entry): Apply only when not called through
6474 `org-agenda'.
6475
6476 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
6477
6478 * net/eudc.el (mode-popup-menu):
6479 * play/handwrite.el (ps-printer-name, ps-lpr-command):
6480 * progmodes/ada-mode.el (compile-auto-highlight)
6481 (skeleton-further-elements):
6482 * progmodes/autoconf.el (font-lock-syntactic-keywords):
6483 * progmodes/cmacexp.el (msdos-shells):
6484 * progmodes/compile.el (font-lock-extra-managed-props)
6485 (font-lock-keywords, font-lock-maximum-size)
6486 (font-lock-support-mode):
6487 * progmodes/grep.el (font-lock-lines-before):
6488 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
6489 * progmodes/mixal-mode.el (compile-command):
6490 * progmodes/perl-mode.el (font-lock-comment-face)
6491 (font-lock-doc-face, font-lock-string-face):
6492 * progmodes/prolog.el (comint-prompt-regexp):
6493 * progmodes/sh-script.el (font-lock-comment-face)
6494 (font-lock-set-defaults, font-lock-string-face):
6495 * progmodes/sql.el (font-lock-keyword-face)
6496 (font-lock-set-defaults, font-lock-string-face):
6497 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
6498 (itimer-version, lazy-lock-defer-contextually)
6499 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
6500 Add defvars.
6501
6502 * progmodes/cperl-mode.el (cperl-electric-lbrace)
6503 (cperl-electric-keyword, cperl-electric-pod)
6504 (cperl-electric-backspace, cperl-forward-re)
6505 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
6506 (vc-rcs-header, vc-sccs-header): Add defvars.
6507
6508 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
6509 (font-lock-syntactic-keywords, gud-find-expr-function):
6510 Add defvars.
6511
6512 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
6513 (gdb-frame-parameters): Declare before use.
6514
6515 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
6516 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
6517 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
6518 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
6519
6520 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
6521 (idlwave-help-with-source): Use `insert-buffer-substring', not
6522 `insert-buffer'.
6523
6524 2005-08-29 Juri Linkov <juri@jurta.org>
6525
6526 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
6527 Put outline-back-to-heading function call inside save-excursion.
6528
6529 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
6530
6531 * man.el (Man-init-defvars, Man-translate-references)
6532 (Man-support-local-filenames, Man-highlight-references):
6533 * progmodes/sql.el (sql-interactive-mode):
6534 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
6535
6536 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
6537 (compilation-mode-font-lock-keywords): Add defvars.
6538 (checkdoc-interactive-loop): "?\ " -> "?\s".
6539
6540 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
6541 (font-lock-doc-face, font-lock-string-face)
6542 (font-lock-keywords-case-fold-search): Add defvars.
6543 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
6544
6545 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
6546 Don't pass X and Y (they are ignored anyway).
6547 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
6548 (mouse-delete-window): Make arguments optional.
6549
6550 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
6551 (caesar-translate-table, minor-modes, news-buffer-save)
6552 (news-group-name, news-minor-modes): Add defvars.
6553
6554 * emacs-lisp/lselect.el (mouse-highlight-priority)
6555 (x-lost-selection-functions, zmacs-regions):
6556 * emacs-lisp/pp.el (font-lock-verbose):
6557 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
6558 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
6559 (ses-mode-map):
6560 * emacs-lisp/tcover-unsafep.el (safe-functions):
6561 * international/mule-cmds.el (mac-system-coding-system)
6562 (mac-system-locale):
6563 * language/ethio-util.el (rmail-current-message)
6564 (rmail-message-vector):
6565 * language/thai-util.el (thai-auto-composition-mode):
6566 * mail/metamail.el (rmail-current-message, rmail-message-vector):
6567 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
6568 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
6569 (vm-primary-inbox, vm-spool-files):
6570 * mail/rmail.el (deleted-head, font-lock-fontified)
6571 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
6572 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
6573 (total-messages):
6574 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
6575 (rmail-summary-mode-map):
6576 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
6577 (rmail-last-label, rmail-last-multi-labels)
6578 (rmail-summary-vector, rmail-total-messages):
6579 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
6580 * mail/rmailsum.el (msgnum):
6581 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
6582 (rmail-current-message):
6583 * obsolete/fast-lock.el (font-lock-face-list):
6584 * obsolete/rnewspost.el (mail-reply-buffer):
6585 * obsolete/scribe.el (compile-command):
6586 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
6587
6588 2005-08-28 John Paul Wallington <jpw@gnu.org>
6589
6590 * ibuf-ext.el (ibuffer-auto-update-changed):
6591 Use `frame-or-buffer-changed-p' to check whether we need to update.
6592 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
6593 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
6594 as a `frame-or-buffer-changed-p' state vector instead.
6595
6596 2005-08-27 Romain Francoise <romain@orebokech.com>
6597
6598 * textmodes/makeinfo.el (makeinfo-compile):
6599 Use `compilation-start'. Set `next-error-function' according to
6600 `disable-errors'.
6601 (makeinfo-next-error): New function.
6602 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
6603 (makeinfo-buffer): Likewise.
6604
6605 * progmodes/compile.el (compilation-start): Add autoload cookie.
6606
6607 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
6608 * textmodes/sgml-mode.el: Likewise.
6609 * progmodes/python.el: Likewise.
6610
6611 2005-08-27 Eli Zaretskii <eliz@gnu.org>
6612
6613 * simple.el (blink-matching-paren-distance): Document the meaning
6614 of nil value, and allow to customize to nil.
6615
6616 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
6617 command.com, not command.exe.
6618
6619 2005-08-26 John Wiegley <johnw@newartisans.com>
6620
6621 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
6622 code around a bit so that an extraneous nil argument is not added
6623 to a command when no args are given.
6624
6625 * eshell/esh-arg.el (eshell-parse-double-quote): If a
6626 double-quoted argument resolves to nil, return it as an empty
6627 string rather than as nil. This made it impossible to pass "" to
6628 a shell script as a null string argument.
6629
6630 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
6631
6632 * outline.el (outline-invent-heading): New fun.
6633 (outline-promote, outline-demote): Use it.
6634 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
6635 (outline-end-of-subtree): Remove unused var `opoint'.
6636
6637 2005-08-26 David Reitter <david.reitter@gmail.com>
6638
6639 * menu-bar.el (truncate-lines, write-file, print-buffer)
6640 (ps-print-buffer-faces, ps-print-buffer, split-window):
6641 Disable menu items when the frame they refer to is invisible, or when
6642 they refer to a buffer and the minibuffer is selected.
6643
6644 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
6645
6646 * progmodes/flymake.el (flymake-highlight-err-lines):
6647 Use save-excursion around flymake-highlight-line to preserve point.
6648
6649 2005-08-26 Eli Zaretskii <eliz@gnu.org>
6650
6651 * progmodes/octave-mod.el: Change Author and Maintainer address.
6652 (octave-maintainer-address): Change Kurt's email address.
6653 * progmodes/octave-inf.el: Change Author and Maintainer address.
6654 * progmodes/octave-hlp.el: Change Author and Maintainer address.
6655
6656 2005-08-26 Kim F. Storm <storm@cua.dk>
6657
6658 * subr.el (version-list-<, version-list-<=, version-list-=):
6659 Renamed from integer-list-*.
6660 (version-list-not-zero): Likewise. Fix while loop.
6661 (version=): Use version-list-= instead of string-equal.
6662
6663 2005-08-26 Richard M. Stallman <rms@gnu.org>
6664
6665 * outline.el (outline-promote): Try shortening the heading.
6666 As last resort, read the heading to use.
6667 (outline-demote): As last resort, read the heading to use.
6668
6669 2005-08-26 Romain Francoise <romain@orebokech.com>
6670
6671 * progmodes/compile.el (compilation-start): Doc fix.
6672
6673 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
6674 (antlr-font-lock-additional-keywords): Fix reference to
6675 `antlr-font-lock-literal-regexp' erroneously changed during the
6676 mass face rename.
6677 (antlr-run-tool): Use `compilation-start'.
6678
6679 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
6680 instead of the obsolete `compile-internal'.
6681
6682 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
6683
6684 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
6685 (number, original-date):
6686 * calendar/cal-china.el (date):
6687 * calendar/cal-coptic.el (date):
6688 * calendar/cal-french.el (date):
6689 * calendar/cal-hebrew.el (date, entry, number, original-date):
6690 * calendar/cal-islam.el (date, number, original-date):
6691 * calendar/cal-iso.el (date):
6692 * calendar/cal-julian.el (date):
6693 * calendar/cal-mayan.el (date):
6694 * calendar/cal-menu.el (date, event):
6695 * calendar/cal-persia.el (date):
6696 * calendar/lunar.el (date):
6697 * calendar/solar.el (date): Add defvars.
6698
6699 * emerge.el:
6700 * ibuffer.el:
6701 * info-xref.el:
6702 * obsolete/bg-mouse.el:
6703 * obsolete/sun-curs.el:
6704 * obsolete/swedish.el: Move the `defvar's to the top level.
6705
6706 * smerge-mode.el (smerge-refined-change): Add :group.
6707
6708 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
6709
6710 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
6711 (smerge-keep-n): Remove props.
6712 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
6713 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
6714 now that it's done in smerge-keep-n.
6715 (smerge-refined-change): New face.
6716 (smerge-refine-chopup-region, smerge-refine-highlight-change)
6717 (smerge-refine): New funs.
6718 (smerge-basic-map): Bind smerge-refine.
6719
6720 2005-08-25 Juri Linkov <juri@jurta.org>
6721
6722 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
6723 compilation-process-setup-function and compilation-disable-input
6724 in grep-mode instead of let-bindings in grep.
6725
6726 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
6727 Delete "Automatic File De/compression" (auto-compression-mode).
6728
6729 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
6730
6731 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
6732 Silence warning about non-existent variable.
6733
6734 2005-08-25 Richard M. Stallman <rms@gnu.org>
6735
6736 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
6737 Rename "Describe Key" to "Describe Key or Mouse Operation".
6738
6739 * mail/mailalias.el (build-mail-aliases): Delete comments
6740 from the contents before processing them.
6741
6742 * isearch.el (isearch-edit-string): Erase the Search prompt
6743 if user enters an empty string and there is no default.
6744
6745 * comint.el (comint-file-name-prefix): Add autoload.
6746
6747 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
6748
6749 * subr.el (play-sound): Rearrange to avoid warning.
6750
6751 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
6752
6753 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
6754 New hook.
6755 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
6756
6757 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
6758
6759 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
6760
6761 * custom.el (custom-theme-set-variables): Sort minor modes last.
6762
6763 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6764
6765 * subr.el (version-separator, version-regexp-alist): New vars used by
6766 version comparison funs.
6767 (integer-list-<, integer-list-=, integer-list-<=)
6768 (integer-list-not-zero): New funs for integer list comparison.
6769 (version-to-list, version=, version<, version<=): New funs for version
6770 comparison.
6771
6772 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
6773
6774 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
6775 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
6776 time to silence the byte-compiler.
6777
6778 * ibuffer.el (ibuffer-compile-make-eliding-form)
6779 (ibuffer-check-formats): Use `with-no-warnings' to hide references
6780 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
6781 so it's silly to get warnings for it).
6782 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
6783 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
6784 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
6785 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
6786 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
6787 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
6788 Defvar at compile time.
6789 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
6790 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
6791 Declare them before use.
6792
6793 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
6794 (info-xref-good, info-xref-bad): Defvar at compile time.
6795
6796 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
6797 Use `let*' instead of `let'.
6798
6799 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
6800 (*mouse-y*, menu, char): Defvar at compile time.
6801 (sc::menu): Declare it before use.
6802 (sc::pack-one-line): Use `let', not `let*'.
6803
6804 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
6805 (mail-send-hook): Defvar at compile time.
6806
6807 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
6808 Defvar at compile time.
6809
6810 * term/sun-mouse.el (current-global-mousemap)
6811 (current-local-mousemap): Declare them before use.
6812
6813 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
6814
6815 * bookmark.el (bookmark-after-jump-hook): New hook.
6816 (bookmark-jump): Run `bookmark-after-jump-hook'.
6817
6818 2005-08-23 Juri Linkov <juri@jurta.org>
6819
6820 * faces.el (minibuffer-prompt): Doc fix.
6821
6822 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
6823
6824 * progmodes/xscheme.el: Trivial changes to silence warnings.
6825 (xscheme-previous-mode, xscheme-previous-process-state):
6826 Add defvars.
6827 (xscheme-last-input-end, xscheme-process-command-line)
6828 (xscheme-process-name, xscheme-buffer-name)
6829 (xscheme-expressions-ring-max, xscheme-expressions-ring)
6830 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
6831 (xscheme-control-g-synchronization-p)
6832 (xscheme-control-g-disabled-p, xscheme-string-receiver)
6833 (default-xscheme-runlight, xscheme-runlight)
6834 (xscheme-runlight-string, xscheme-process-filter-state)
6835 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
6836 Move to beginning of file.
6837 (scheme-interaction-mode-commands-alist)
6838 (scheme-interaction-mode-map, scheme-debugger-mode-map):
6839 Declare them before use. Note: the initialization code for the variables
6840 has not been moved because it uses functions that reference the variables.
6841 (xscheme-control-g-message-string, xscheme-process-filter-alist)
6842 (xscheme-prompt-for-expression-map): Declare them before use.
6843 (scheme-debugger-mode-commands): "?\ " -> "?\s".
6844
6845 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
6846
6847 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
6848
6849 2005-08-22 Juri Linkov <juri@jurta.org>
6850
6851 * faces.el (set-face-underline): Delete this duplicate function
6852 and make an obsolete alias to set-face-underline-p.
6853 (set-face-underline-p): Use docstring of set-face-underline.
6854 (describe-face): Create hyperlink to parent face.
6855
6856 * info.el (Info-insert-dir): Use save-excursion around
6857 insert-buffer-substring.
6858 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
6859 (Info-escape-percent): Delete function.
6860 (Info-fontify-node): Replace Info-escape-percent by
6861 replace-regexp-in-string with REP arg set to lambda that
6862 duplicates `%' and preserves text properties.
6863
6864 * progmodes/compile.el (compilation-disable-input): Doc fix.
6865 (define-compilation-mode): Doc fix and refill.
6866 (kill-compilation): Use `mode-name' in the error message.
6867 (compilation-find-file): Use `compilation-error' in the
6868 read-file-name's prompt.
6869
6870 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
6871
6872 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
6873 (smerge-auto-leave): Make undo re-enable the mode.
6874 (debug-ignored-errors): Add the user-error of impossible resolution.
6875 (smerge-resolve): Move things around a bit, in preparation for later.
6876 (smerge-diff): Don't fail if the buffer has no associated file.
6877 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
6878 (smerge-conflict-overlay): New function.
6879 (smerge-match-conflict): Don't add text properties here.
6880 (smerge-find-conflict): Instead, add an overlay here.
6881 Also check for the case where we're inside a conflict already, so as to
6882 obviate the need for font-lock-multiline, which is unbearably slow with
6883 large conflicts and ciomplex font-lock patterns.
6884 (smerge-remove-props): Remove overlay rather than text-properties.
6885 (smerge-mode): Don't set font-lock-multiline.
6886 Remove overlays when turned off.
6887
6888 2005-08-21 Kim F. Storm <storm@cua.dk>
6889
6890 * ido.el (ido-ignore-item-p): Use save-match-data.
6891 Bind case-fold-search to ido-case-fold locally.
6892
6893 2005-08-20 Richard M. Stallman <rms@gnu.org>
6894
6895 * files.el (normal-mode): If font lock is on, turn it off and on.
6896
6897 * subr.el (replace-regexp-in-string): Doc fix.
6898
6899 * startup.el (command-line-1): Don't suppress startup screen
6900 due to existing processes.
6901
6902 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
6903
6904 * progmodes/compile.el (compilation-disable-input): Default to nil.
6905
6906 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
6907
6908 * progmodes/compile.el (compilation-disable-input): New defcustom.
6909 (compilation-start): If compilation-disable-input is non-nil, send
6910 EOF to the compilation process.
6911
6912 2005-08-20 Eli Zaretskii <eliz@gnu.org>
6913
6914 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
6915 Run the argument of tex-shell-cd-command through
6916 convert-standard-filename, to get the correct style of slashes on
6917 Windows, and enclose the result in quotes, in case the file name
6918 includes whitespace or other special characters.
6919
6920 2005-08-19 Andreas Schwab <schwab@suse.de>
6921
6922 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
6923 process.
6924
6925 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
6926
6927 * cus-start.el (minibuffer-prompt-properties): Correct typo.
6928
6929 2005-08-18 Kim F. Storm <storm@cua.dk>
6930
6931 * scroll-lock.el: Fix errors due to incorrect line wrapping.
6932
6933 2005-08-18 Richard M. Stallman <rms@gnu.org>
6934
6935 * scroll-lock.el: New file.
6936
6937 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
6938
6939 * dired.el (dired-move-to-end-of-filename):
6940 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
6941
6942 2005-08-18 Kim F. Storm <storm@cua.dk>
6943
6944 * ido.el (ido-everywhere): Fix defcustom :set function to disable
6945 rather than toggle mode when custom value is nil.
6946 (ido-everywhere): Fix defun doc string.
6947
6948 2005-08-17 Richard M. Stallman <rms@gnu.org>
6949
6950 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
6951 as tag instead of "Inviolable".
6952
6953 2005-08-17 Kim F. Storm <storm@cua.dk>
6954
6955 * windmove.el (windmove-coordinates-of-position): Remove.
6956 (windmove-coordinates-of-window-position): Remove.
6957 (windmove-reference-loc): Use posn-at-point instead.
6958
6959 * subr.el (insert-for-yank-1): Doc fix.
6960
6961 * ido.el (ido-enter-matching-directory): Rename from
6962 ido-enter-single-matching-directory. Change 'slash choice to
6963 'only. Add 'first choice.
6964 (ido-exhibit): Adapt to above changes.
6965
6966 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
6967
6968 * Makefile.in: Expand comment about building loaddefs.el.
6969
6970 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
6971
6972 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
6973 Comment use of defadvice.
6974
6975 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
6976
6977 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
6978
6979 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
6980 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
6981 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
6982 * progmodes/idlw-shell.el, progmodes/ld-script.el,
6983 * progmodes/which-func.el, ruler-mode.el, strokes.el,
6984 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
6985 for backward compatibility for faces that did not appear in the
6986 previous Emacs release.
6987
6988 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
6989
6990 2005-08-15 Kim F. Storm <storm@cua.dk>
6991
6992 * emulation/cua-base.el (cua-delete-region): Return t if
6993 deleted region was non-empty.
6994 (cua-replace-region): Inhibit overwrite-mode for
6995 self-insert-command if replaced region was non-empty.
6996 (cua--explicit-region-start, cua--status-string): Make them
6997 buffer-local at top-level...
6998 (cua-mode): ...rather than when mode is enabled.
6999
7000 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
7001
7002 * progmodes/vhdl-mode.el (vhdl-emacs-21):
7003 Set t for Emacs 21, 22, and so on.
7004
7005 2005-08-15 David Ponce <david@dponce.com>
7006
7007 * tree-widget.el: Update Commentary header.
7008 (tree-widget-theme): Doc fix.
7009 (tree-widget-space-width): New option.
7010 (tree-widget-image-properties): Look up in the default theme too.
7011 (tree-widget--cursors): Only for images with arrow pointer shape.
7012 (tree-widget-lookup-image): Pointer shape is hand by default.
7013 (tree-widget-icon): Rename generic icon widget from
7014 `tree-widget-control'.
7015 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
7016 derive from `tree-widget-icon'.
7017 (tree-widget-handle): Improve default look and feel of the text
7018 representation.
7019 (tree-widget): Rename :*-control properties to :*-icon properties.
7020 Add :action and :help-echo properties.
7021 (tree-widget-after-toggle-functions): Move.
7022 (tree-widget-close-node, tree-widget-open-node): Remove.
7023 (tree-widget-before-create-icon-functions): New hook.
7024 (tree-widget-value-create): Update to allow customization of icons
7025 and nodes at run-time via that new hook.
7026 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
7027 (tree-widget-icon-action, tree-widget-icon-help-echo)
7028 (tree-widget-action, tree-widget-help-echo): New functions.
7029
7030 2005-08-15 Kim F. Storm <storm@cua.dk>
7031
7032 * ido.el (ido-buffer-internal): Use with-no-warnings.
7033 (ido-make-merged-file-list): Use while-no-input.
7034
7035 2005-08-15 Richard M. Stallman <rms@gnu.org>
7036
7037 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
7038 (flyspell-large-region): Fix doc and custom type.
7039
7040 2005-08-14 Richard M. Stallman <rms@gnu.org>
7041
7042 * files.el (interpreter-mode-alist): Doc fix.
7043
7044 * mail/rmail.el (rmail-nonignored-headers): New variable.
7045 (rmail-clear-headers): Use it.
7046 (rmail-reply): Better handling of mail-followup-to header.
7047
7048 * progmodes/sh-script.el (sh-font-lock-keywords-var):
7049 Rename variable from sh-font-lock-keywords. In the `shell' entry,
7050 don't try to refer to executable-font-lock-keywords.
7051 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
7052 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
7053 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
7054 (sh-mode): Set comment-start-skip, local-abbrev-table,
7055 imenu-case-fold-search.
7056 (sh-set-shell): Don't set them here.
7057 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
7058 Don't cache the results in the original alist; don't ever modify
7059 that alist.
7060
7061 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
7062
7063 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
7064 empty.
7065
7066 2005-08-15 Andreas Schwab <schwab@suse.de>
7067
7068 * desktop.el: Put autoload cookie at risky-local-variable declarations.
7069
7070 * dired.el, info.el, mail/rmail.el: Revert last change.
7071
7072 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
7073
7074 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
7075 modification in `eval-after-load' form.
7076 * info.el: Likewise.
7077 * mail/rmail.el: Likewise.
7078
7079 2005-08-14 Juri Linkov <juri@jurta.org>
7080
7081 * progmodes/compile.el (compilation-mode-font-lock-keywords):
7082 Remove highlighting of "Compilation started". Highlight only
7083 the word "finished" in "Compilation finished". Add highlighting
7084 of "interrupt", "killed", "terminated" and the exit code.
7085 (compilation-start): Add newline after header. Use exactly the
7086 same time stamp format as the finishing message.
7087 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
7088
7089 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
7090 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
7091 Add highlighting of "interrupt", "killed", "terminated".
7092
7093 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
7094 enabled and the current command is self-insert-command, call it
7095 explicitly with overwrite-mode bound to nil, to not allow it
7096 to delete the character after the selected region.
7097
7098 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
7099
7100 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
7101 move-end-of-line, end-of-line, and beginning-of-line to the list
7102 of commands after which the echo area is updated.
7103
7104 2005-08-12 Eli Zaretskii <eliz@gnu.org>
7105
7106 * cus-edit.el (custom-save-all, custom-save-delete):
7107 Bind recentf-exclude to exclude custom-file.
7108
7109 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
7110
7111 * mail/rmailsum.el (rmail-summary-end-of-message): New command
7112 to go to the bottom of the mail message. Added to
7113 `rmail-summary-mode-map' with key "/".
7114 (rmail-summary-show-message): New (internal) function for use by
7115 both `rmail-summary-beginning/end-of-message'.
7116 (rmail-summary-beginning-of-message): Change to use
7117 rmail-summary-show-message.
7118
7119 * mail/rmail.el (rmail-end-of-message): New command to go to the
7120 end of the current message. Added to `rmail-mode-map' with key "/".
7121 (rmail-beginning-of-message): Fix to work as documented.
7122 (rmail-mode): Change documentation.
7123
7124 * progmodes/compile.el (compilation-start): Add the line
7125 "Compilation started" with compilation start time.
7126 (compilation-mode-font-lock-keywords): Add `started' to keywords.
7127
7128 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
7129
7130 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
7131 of menu items.
7132
7133 2005-08-11 Richard M. Stallman <rms@gnu.org>
7134
7135 * simple.el (pop-global-mark): Reverse test of widen-automatically.
7136
7137 * battery.el (battery-status-function): Don't use ignore-errors.
7138
7139 2005-08-11 Lute Kamstra <lute@gnu.org>
7140
7141 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
7142 define-obsolete-variable-alias.
7143
7144 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
7145
7146 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
7147 (ange-ftp-send-cmd): Revert last change, and expand
7148 the comment explaining the problem.
7149
7150 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
7151
7152 * ldefs-boot.el: Update.
7153
7154 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
7155 item to "Time, Load and Mail". Change help echo text.
7156
7157 * time.el (display-time-use-mail-icon, display-time-format)
7158 (display-time-string-forms): Shorten first line of docstrings.
7159
7160 2005-08-10 Lars Hansen <larsh@soem.dk>
7161
7162 * desktop.el (desktop-buffer-mode-handlers):
7163 Make non-customizable. Add autoload cookie. Change initial value to
7164 nil; add elements in respective modules instead. Fix doc string.
7165 (desktop-load-file): New function.
7166 (desktop-minor-mode-handlers): New autoloaded variable.
7167 (desktop-create-buffer): Call minor mode handlers.
7168 Use desktop-load-file to load major and minor mode modules prior to
7169 checking for a handler.
7170 (desktop-save): Don't add nil to desktop-minor-modes for minor
7171 modes with nil function in desktop-minor-mode-table. Don't delete
7172 desktop file before rewriting it.
7173 (desktop-locals-to-save): Add autoload cookie. Don't make
7174 automatically buffer-local. Add variables column-number-mode,
7175 size-indication-mode, indent-tabs-mode,
7176 indicate-buffer-boundaries, indicate-empty-lines and
7177 show-trailing-whitespace.
7178 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
7179 regexps. Don't use desktop-clear-preserve-buffers-regexp.
7180 (desktop-clear-preserve-buffers-regexp): Delete.
7181 (desktop-clear-preserve-buffers): Update initial value and docstring.
7182 (desktop-save-buffer): Fix doc string.
7183
7184 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
7185 (hilit-chg-desktop-restore): New function.
7186 (highlight-changes-mode): Add highlight-changes-mode to
7187 desktop-locals-to-save.
7188
7189 * dired.el: Add handler to desktop-buffer-mode-handlers.
7190 (dired-restore-desktop-buffer): Remove autoload cookie.
7191 (dired-mode): Add autoload cookie.
7192
7193 * info.el: Add handler to desktop-buffer-mode-handlers.
7194 (Info-restore-desktop-buffer): Remove autoload cookie.
7195 (Info-mode): Add autoload cookie.
7196
7197 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
7198 (mh-restore-desktop-buffer): Remove autoload cookie.
7199 (mh-folder-mode): Add autoload cookie.
7200
7201 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
7202 (rmail-restore-desktop-buffer): Remove autoload cookie.
7203
7204 2005-08-11 Masatake YAMATO <jet@gyve.org>
7205
7206 * hexl.el (hexl-address-region):
7207 (hexl-ascii-region, hexl-font-lock-keywords):
7208 (hexl-highlight-line-range): Use the term "region"
7209 instead of "area" for consistency with the other symbols
7210 defined in hexl.el.
7211
7212 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
7213
7214 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
7215 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
7216 out by Juri Linkov). Add `display-battery-mode'.
7217
7218 2005-08-09 Juri Linkov <juri@jurta.org>
7219
7220 * progmodes/compile.el (compilation-mode-font-lock-keywords):
7221 Remove `-text' from face variable names.
7222 (compilation-error-file-name, compilation-warning-file-name)
7223 (compilation-info-file-name): Delete faces.
7224 (compilation-line-number, compilation-column-number):
7225 Remove face underlining.
7226 (compilation-message-face): Set to `underline' value by default.
7227 (compilation-error-face, compilation-warning-face)
7228 (compilation-info-face): Remove `-file-name' from face names.
7229 (compilation-error-text-face, compilation-warning-text-face)
7230 (compilation-info-text-face): Delete face variables.
7231 (compilation-text-face): Delete function.
7232
7233 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
7234 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
7235 (grep-error-face): Set to `compilation-error' instead of
7236 `compilation-error-face' (which is redefined to `grep-hit-face' in
7237 grep buffers).
7238 (grep-mode-font-lock-keywords): Remove `-text' from face variable
7239 names. Use `grep-error-face' instead of `compilation-error-text-face'.
7240
7241 * dired-aux.el (dired-do-query-replace-regexp):
7242 Use `query-replace-read-args'.
7243
7244 * replace.el (query-replace-read-from, query-replace-read-to)
7245 (query-replace-read-args): Rename arg `string' to `prompt'.
7246
7247 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
7248
7249 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
7250
7251 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
7252 uploading files.
7253 (ange-ftp-canonize-filename): Handle file names beginning with ~
7254 correctly.
7255
7256 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
7257
7258 * textmodes/fill.el (canonically-space-region)
7259 (fill-context-prefix, fill-french-nobreak-p)
7260 (fill-delete-newlines, fill-comment-paragraph)
7261 (justify-current-line): "?\ " -> "?\s".
7262
7263 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
7264
7265 * textmodes/fill.el (fill-nonuniform-paragraphs):
7266 Improve argument/docstring consistency.
7267
7268 2005-08-09 Richard M. Stallman <rms@gnu.org>
7269
7270 * textmodes/ispell.el (ispell-word): More fboundp checks.
7271
7272 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
7273 (find-file-noselect-1): Call it here, only if RAWFILE.
7274 (normal-mode): Always set some major mode.
7275 (save-some-buffers-action-alist): Change some explanation strings.
7276 (file-name-non-special): In the `quote' method, use unwind-protect.
7277
7278 2005-08-09 Magnus Henoch <mange@freemail.hu>
7279
7280 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
7281 (ispell-have-aspell-dictionaries): New variable.
7282 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
7283 (ispell-get-aspell-config-value): New function.
7284 (ispell-aspell-find-dictionary): New function.
7285 (ispell-aspell-add-aliases): New function.
7286 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
7287 appropriate. Don't look for ispell dictionaries if we use aspell.
7288 (ispell-menu-map): Don't build a submenu of dictionaries.
7289
7290 2005-08-09 Richard M. Stallman <rms@gnu.org>
7291
7292 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
7293 (sql-read-passwd): Use read-passwd.
7294
7295 * progmodes/idlw-toolbar.el (idlwave-toolbar)
7296 (idlwave-toolbar-is-possible): Add defvars.
7297
7298 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
7299 Avoid warnings.
7300
7301 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
7302 (idlwave-system-class-info, idlwave-executive-commands-alist):
7303 Use defvar.
7304
7305 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
7306
7307 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
7308 Avoid warnings.
7309
7310 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
7311 and content-type: headers.
7312
7313 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
7314
7315 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
7316 and rename some of them to be more self-explanatory.
7317
7318 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
7319
7320 * startup.el (command-line-1): Implement -scriptload.
7321
7322 * replace.el (occur-engine): Initial *Occur* output not undoable.
7323
7324 * menu-bar.el (menu-bar-file-menu): Rename some menu items
7325 and improve help strings.
7326
7327 * isearch.el (isearch-repeat): When changing direction,
7328 mark search successful.
7329
7330 * ediff-init.el: Use (featurep 'xemacs).
7331
7332 * comint.el (send-invisible): Identify buffer, if not selected.
7333
7334 * align.el: Delete autoload for c-guess-basic-syntax.
7335
7336 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
7337
7338 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
7339 Improve argument/docstring consistency. Doc fixes.
7340 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
7341 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
7342 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
7343 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
7344 (r2bv-organization, r2bv-pages, r2bv-primary-author)
7345 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
7346 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
7347 Defvar at compile time.
7348
7349 2005-08-09 Juri Linkov <juri@jurta.org>
7350
7351 * info.el: Replace `info' with upper-case `Info' where appropriate.
7352 (info-title-1, info-title-2, info-title-3, info-title-4)
7353 (info-menu-header): Move up face definitions.
7354 (info-menu-star): Rename from `info-menu-5'.
7355 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
7356 (Info-fontify-visited-nodes): Fix docstring.
7357 (Info-hide-note-references): Fix docstring.
7358 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
7359 menu items in the same way as on cross-references.
7360 (info-apropos): Fix sorting order and formatting to be like in the
7361 stand-alone Info browser. Display error messages for 1 sec.
7362 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
7363 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
7364 from the menu bar.
7365 (Info-insert-dir): Restore point after calling
7366 `insert-buffer-substring'.
7367
7368 2005-08-08 Richard M. Stallman <rms@gnu.org>
7369
7370 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
7371 (recompute-lucid-menubar): Add defvars.
7372
7373 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
7374
7375 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
7376
7377 * net/net-utils.el (run-dig): Rename from `dig'.
7378
7379 * play/gametree.el (gametree-mode): Use make-local-variable,
7380 not make-variable-buffer-local.
7381
7382 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
7383
7384 * ansi-color.el (ansi-color-make-extent)
7385 (ansi-color-set-extent-face): Use fboundp, not functionp.
7386
7387 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
7388 not make-variable-buffer-local.
7389
7390 * bookmark.el (Info-current-file): Add defvar.
7391 (bookmark-jump-noselect): Use with-no-warnings.
7392
7393 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
7394
7395 * ebuff-menu.el (Helper-return-blurb): Add defvar.
7396
7397 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
7398
7399 * find-file.el (ada-procedure-start-regexp)
7400 (ada-package-start-regexp): Add defvars.
7401
7402 * info.el (Info-insert-dir): Use insert-buffer-substring.
7403
7404 * xml.el (xml-att-def-re): Add defvar.
7405
7406 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
7407 calling convention.
7408
7409 * subr.el (while-no-input): Return t if there is input.
7410
7411 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
7412
7413 * cus-start.el (all): Add `overflow-newline-into-fringe'.
7414
7415 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
7416
7417 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
7418 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
7419
7420 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
7421
7422 * cmuscheme.el (scheme-start-file): Replace reference to
7423 `user-emacs-directory' by "~/.emacs.d/".
7424
7425 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
7426
7427 * info.el (Info-dir-remove-duplicates): Avoid case folding
7428 in loop; instead, keep downcased strings for comparison.
7429 Suggested by Helmut Eller.
7430
7431 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
7432
7433 Sync with Tramp 2.0.50.
7434
7435 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
7436 XEmacs case; not necessary anymore.
7437 (tramp-user-regexp): Allow "@" as part of user name.
7438 (tramp-handle-set-visited-file-modtime)
7439 (tramp-handle-insert-file-contents)
7440 (tramp-handle-write-region): No special handling for
7441 `last-coding-system-used, because this is done in
7442 `tramp-accept-process-output' now.
7443 (tramp-accept-process-output): New defun.
7444 (tramp-process-one-action, tramp-process-one-multi-action)
7445 (tramp-wait-for-regexp, tramp-wait-for-output)
7446 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
7447 Howells <dhowells@redhat.com>.
7448 (clear-visited-file-modtime): Defadvice removed. The check for
7449 unset buffer's modtime does not need to be based on
7450 `tramp-buffer-file-attributes'. Suggested by RMS.
7451 (tramp-message): Insert "\n" if not being at beginning of line.
7452 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
7453 sequence with same logic.
7454 (tramp-completion-handle-expand-file-name): Discard call of
7455 `tramp-drop-volume-letter'. It is not necessary, and there have
7456 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
7457 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
7458 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
7459 should always be visible.
7460 (tramp-handle-insert-directory, tramp-setup-complete)
7461 (tramp-set-process-query-on-exit-flag)
7462 (tramp-append-tramp-buffers): Pacify byte-compiler.
7463 (tramp-bug): Delete non-existing variables from list.
7464 Apply `tramp-load-report-modules' as pre-hook.
7465 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
7466 `shell-prompt-pattern' because of non-7bit characters.
7467 Reported by Sebastian Luque <sluque@mun.ca>.
7468 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
7469 (tramp-match-string-list): Remove function.
7470 (tramp-wait-for-regexp): Remove call of that function.
7471 Suggested by Kim F. Storm <storm@cua.dk>.
7472 (tramp-set-auto-save-file-modes): Use octal integer code #o600
7473 instead of octal character code ?\600. The latter resulted in a
7474 syntax error with XEmacs.
7475
7476 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
7477 XEmacs case; not necessary anymore.
7478 (tramp-smb-handle-write-region): No special handling for
7479 `last-coding-system-used, because this is done in
7480 `tramp-accept-process-output' now.
7481 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
7482
7483 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
7484
7485 * wid-edit.el (widget-choice-value-create):
7486 Unconditionally respect user choice. Set :explicit-choice back to nil
7487 when no longer needed.
7488 (widget-choice-action): Unconditionally respect user choice.
7489 Eliminate :explicit-choice-value.
7490
7491 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
7492
7493 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
7494 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
7495 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
7496 running new function `toggle-indicate-empty-lines'.
7497 Rename "Customize" item to "Customize fringe".
7498 Rename "Indicators" item to "Buffer boundaries" and change help echo.
7499 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
7500 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
7501 Delete "Empty lines only" item.
7502 (menu-bar-showhide-fringe-ind-customize): New function.
7503 (menu-bar-showhide-fringe-ind-mixed)
7504 (menu-bar-showhide-fringe-ind-box)
7505 (menu-bar-showhide-fringe-ind-right)
7506 (menu-bar-showhide-fringe-ind-left)
7507 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
7508 instead of `fringe-indicators'.
7509
7510 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
7511
7512 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
7513 Change the date of last update.
7514
7515 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
7516
7517 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
7518 (viper-exec-yank, viper-put-back): Don't display modification msg
7519 if in the minibuffer.
7520
7521 * viper-init.el (viper-replace-overlay-cursor-color)
7522 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
7523 Make variables frame local.
7524
7525 * viper-util.el (viper-append-filter-alist): Use append instead of
7526 nconc.
7527
7528 * viper.el (viper-vi-state-mode-list)
7529 (viper-emacs-state-mode-list): Move help-mode and
7530 completion-list-mode from the first list to the second.
7531 (viper-mode): Docstring.
7532 (viper-go-away, viper-non-hook-settings): Don't localize
7533 minor-mode-alist in newer Emacsen. Add advice to
7534 set-cursor-color. Don't bind "\C-c\\".
7535
7536 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
7537
7538 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
7539 (scheme-macro-expand-command): New user options.
7540 (scheme-trace-procedure, scheme-expand-current-form): New commands.
7541 (scheme-form-at-point, scheme-start-file)
7542 (scheme-interactively-start-process): New functions.
7543 (scheme-get-process): New function, extracted from `scheme-proc'.
7544 (run-scheme): Call `scheme-start-file' to get start file, and pass
7545 it to `make-comint'.
7546 (switch-to-scheme, scheme-proc):
7547 Call `scheme-interactively-start-process' if no Scheme buffer/process
7548 is available.
7549
7550 2005-08-06 Juri Linkov <juri@jurta.org>
7551
7552 * progmodes/compile.el (compilation-mode-font-lock-keywords):
7553 Use `compilation-text-face', `compilation-info-text-face' and
7554 `compilation-error-text-face' instead of `font-lock-keyword-face'.
7555 (compilation-error): New face.
7556 (compilation-error-file-name): Inherit from
7557 `compilation-error' instead of `font-lock-warning-face'.
7558 (compilation-warning-file-name): Inherit from
7559 `compilation-warning' instead of `font-lock-warning-face'.
7560 (compilation-info, compilation-error-file-name)
7561 (compilation-warning-file-name, compilation-info-file-name)
7562 (compilation-line-number, compilation-column-number): Doc fix.
7563 (compilation-error-text-face, compilation-warning-text-face)
7564 (compilation-info-text-face): New face variables.
7565 (compilation-line-face, compilation-column-face)
7566 (compilation-enter-directory-face)
7567 (compilation-leave-directory-face): Doc fix.
7568 (compilation-text-face): New function.
7569
7570 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
7571 instead of 1 to display binary file names as info file links.
7572 (grep-error-face): Use `compilation-error-face' instead of
7573 `font-lock-keyword-face'.
7574 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
7575 and `compilation-warning-text-face' instead of
7576 `font-lock-keyword-face'. Use `compilation-error-text-face'
7577 instead of `grep-error-face'.
7578
7579 2005-08-05 Kenichi Handa <handa@m17n.org>
7580
7581 * international/code-pages.el: Add autoload cookies for all coding
7582 systems.
7583
7584 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
7585
7586 * cus-start.el (all): Put undo.c where it alphabetically belongs.
7587
7588 2005-08-04 Juri Linkov <juri@jurta.org>
7589
7590 * progmodes/compile.el (compilation-mode-map):
7591 * progmodes/grep.el (grep-mode-map):
7592 Bind TAB to `compilation-next-error' and [backtab] to
7593 `compilation-previous-error'.
7594
7595 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
7596 matching line numbers, column numbers and their ranges with regexp
7597 matching only line numbers.
7598 (grep-context-face): New face variable.
7599 (grep-mode-font-lock-keywords): Use it.
7600
7601 * faces.el (read-face-name): Delete duplicate faces.
7602
7603 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
7604
7605 * thumbs.el (thumbs-find-image): Don't make variables
7606 automatically buffer local.
7607 (thumbs-current-tmp-filename, thumbs-current-image-filename)
7608 (thumbs-image-num): Make automatically buffer local.
7609 (thumbs-show-thumbs-list): Use `make-local-variable', not
7610 `make-variable-buffer-local'.
7611 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
7612
7613 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
7614 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
7615 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
7616 (bother, bye, canyou, chatlst, continue, deathlst, describe)
7617 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
7618 (feelings-about, foullst, found, hello, history, howareyoulst)
7619 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
7620 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
7621 (neglst, obj, object, owner, please, problems, qlist)
7622 (random-adjective, relation, remlst, repetitive-shortness)
7623 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
7624 (shortlst, something, sportslst, stallmanlst, states, subj)
7625 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
7626 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
7627 Defvar at compile time.
7628
7629 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
7630 not `make-variable-buffer-local'.
7631
7632 2005-08-02 Kim F. Storm <storm@cua.dk>
7633
7634 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
7635 rectangle overlay in selected window.
7636
7637 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
7638
7639 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
7640 instead of display group. Make `indicate-buffer-boundaries'
7641 customizable through Custom.
7642
7643 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
7644
7645 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
7646 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
7647 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
7648 (gdb-put-string): Fix typos in docstrings.
7649
7650 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
7651
7652 Update copyright notices of files in progmodes directory for
7653 release of Emacs 22.1.
7654
7655 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
7656
7657 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
7658 Don't barf if the GUD buffer has been killed.
7659
7660 2005-08-01 Kim F. Storm <storm@cua.dk>
7661
7662 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
7663
7664 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
7665
7666 * simple.el (next-error-follow-minor-mode):
7667 make-variable-buffer-local -> make-local-variable.
7668
7669 * emacs-lisp/cl-extra.el: Require CL also when compiling.
7670
7671 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
7672 (byte-compile-form-make-variable-buffer-local): New functions to warn
7673 about misuses of make-variable-buffer-local where make-local-variable
7674 was meant.
7675
7676 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
7677
7678 * bs.el (bs-attributes-list): Doc fix.
7679 (bs): Update url-link.
7680
7681 * desktop.el (desktop-save-buffer): Fix typos in docstring.
7682 (desktop-load-default): Simplify.
7683
7684 * ibuffer.el (ibuffer-columnize-and-insert-list)
7685 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
7686 (ibuffer-unmark-all, ibuffer-toggle-marks)
7687 (ibuffer-unmark-forward, ibuffer-unmark-backward)
7688 (ibuffer-compile-make-format-form, ibuffer-format-column)
7689 (ibuffer-current-buffers-with-marks)
7690 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
7691 (ibuffer): Doc fix.
7692 (ibuffer-mode): Fix typo in docstring.
7693 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
7694 with `define-obsolete-variable-alias'.
7695 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
7696
7697 2005-07-29 Kenichi Handa <handa@m17n.org>
7698
7699 * international/mule-cmds.el (select-message-coding-system):
7700 Be sure to use LF for end-of-line. If no coding system is decided,
7701 return iso-8859-1-unix.
7702
7703 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
7704
7705 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
7706 (ange-ftp-pending-error-line): New vars.
7707 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
7708 to handle the non-fatal no-route-to-host messages.
7709 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
7710
7711 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
7712
7713 * isearch.el (isearch-mode-map, isearch-other-meta-char)
7714 (isearch-quote-char, isearch-printing-char)
7715 (isearch-text-char-description): "?\ " -> "?\s".
7716 (isearch-lazy-highlight-cleanup)
7717 (isearch-lazy-highlight-initial-delay)
7718 (isearch-lazy-highlight-interval)
7719 (isearch-lazy-highlight-max-at-a-time)
7720 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
7721 Declare with define-obsolete-*-alias macros.
7722 (isearch-forward): Fix typo in docstring.
7723 (search-invisible, search-ring-yank-pointer)
7724 (regexp-search-ring-yank-pointer): Doc fixes.
7725
7726 * recentf.el (recentf-menu-append-commands-p): Declare with
7727 `define-obsolete-variable-alias'.
7728 (recentf-max-saved-items, recentf-menu-filter)
7729 (recentf-arrange-by-rule-subfilter): Doc fixes.
7730 (recentf-menu-append-commands-flag)
7731 (recentf-initialize-file-name-history, recentf-expand-file-name)
7732 (recentf-clear-data): Fix typos in docstrings.
7733
7734 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
7735
7736 * progmodes/gdb-ui.el: Smarten comments.
7737 (gdb-info-breakpoints-custom): Use nowarn when finding file.
7738
7739 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
7740
7741 * term/apollo.el (terminal-init-apollo): New function containing
7742 all former top level forms in the file.
7743 * term/bobcat.el (terminal-init-bobcat):
7744 * term/cygwin.el (terminal-init-cygwin):
7745 * term/iris-ansi.el (terminal-init-iris-ansi):
7746 * term/linux.el (terminal-init-linux):
7747 * term/news.el (terminal-init-news):
7748 * term/rxvt.el (terminal-init-rxvt):
7749 * term/sun.el (terminal-init-sun):
7750 * term/tvi970.el (terminal-init-tvi970):
7751 * term/vt100.el (terminal-init-vt100):
7752 * term/vt102.el (terminal-init-vt102):
7753 * term/vt125.el (terminal-init-vt125):
7754 * term/vt200.el (terminal-init-vt200):
7755 * term/vt201.el (terminal-init-vt201):
7756 * term/vt220.el (terminal-init-vt220):
7757 * term/vt240.el (terminal-init-vt240):
7758 * term/vt300.el (terminal-init-vt300):
7759 * term/vt320.el (terminal-init-vt320):
7760 * term/vt400.el (terminal-init-vt400):
7761 * term/vt420.el (terminal-init-vt420):
7762 * term/wyse50.el (terminal-init-wyse50):
7763 * term/xterm.el (terminal-init-xterm): Likewise.
7764
7765 * term/README: Describe the terminal-init-* functionality.
7766
7767 * startup.el (command-line): After loading the terminal initialization
7768 file call the corresponding terminal initialization function.
7769
7770 2005-07-27 Kenichi Handa <handa@m17n.org>
7771
7772 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
7773 negative.
7774
7775 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
7776 (ps-mule-composition-prologue): Fix for the case that
7777 RelativeCompose is false.
7778
7779 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
7780
7781 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
7782
7783 * descr-text.el (describe-char): Handle the case where the list of
7784 chars is displayed in a separate frame.
7785 Be a bit more discriminating when looking for the char.
7786
7787 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
7788
7789 * bookmark.el (bookmark-automatically-show-annotations)
7790 (bookmark-read-annotation-text-func): Doc fixes.
7791 (bookmark-save): Improve argument/docstring consistency.
7792 (bookmark-get-bookmark, bookmark-get-bookmark-record)
7793 (bookmark-alist-from-buffer)
7794 (bookmark-upgrade-file-format-from-0)
7795 (bookmark-grok-file-format-version)
7796 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
7797 (bookmark-read-annotation-mode)
7798 (bookmark-insert-current-bookmark, bookmark-jump)
7799 (bookmark-exit-hook): Fix typos in docstrings.
7800 (bookmark-exit-hooks): Define as obsolete alias.
7801 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
7802 not `bookmark-exit-hooks'. Fix docstring.
7803 (bookmark-bmenu-select): "?\ " -> "?\s".
7804
7805 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
7806
7807 * startup.el (command-line): Fix typo.
7808
7809 2005-07-24 Richard M. Stallman <rms@gnu.org>
7810
7811 * tooltip.el (tooltip-mode): Test emacs-basic-display,
7812 not emacs-quick-startup.
7813
7814 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
7815
7816 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
7817 (reb-next-match, reb-show-subexp): Use `with-selected-window'
7818 instead of `reb-with-current-window'.
7819 (reb-prev-match): Likewise. Also, don't move left if the search
7820 was unsuccessful.
7821 (reb-initialize-buffer): New function.
7822 (re-builder, reb-change-syntax): Use it.
7823
7824 * man.el (Man-goto-page): Make second argument NOERROR optional.
7825
7826 2005-07-23 Richard M. Stallman <rms@gnu.org>
7827
7828 * man.el (Man-bgproc-sentinel): Check here for failure to find
7829 any man page in the output, and report the error here.
7830 (Man-arguments): Make it permanent local.
7831 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
7832 (Man-mode): Pass t for NOERROR.
7833
7834 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
7835 (grep-mode-font-lock-keywords):
7836 Don't use compilation-...-face for messages that are not file names.
7837
7838 * progmodes/compile.el (compilation-mode-font-lock-keywords):
7839 Don't use compilation-...-face for messages that are not file names.
7840
7841 2005-07-22 Juri Linkov <juri@jurta.org>
7842
7843 * startup.el (normal-splash-screen): Update menu name.
7844
7845 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
7846
7847 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
7848
7849 * term/xterm.el: Load term/rxvt if the terminal is actually an
7850 rxvt terminal.
7851 (xterm-rxvt-set-background-mode): Remove, not used anymore.
7852
7853 * term/rxvt.el (function-key-map): Use substitute-key-definition
7854 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
7855
7856 * term/cygwin.el: New file.
7857
7858 2005-07-22 Kim F. Storm <storm@cua.dk>
7859
7860 * image-file.el (insert-image-file, image-file-yank-handler):
7861 Fix last change to maintain a (unique) yank-handler on yanked images.
7862
7863 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
7864
7865 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
7866 of the file size (as in "177B" for 177 bytes). This happens with
7867 "ls -lh" on FreeBSD.
7868
7869 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
7870
7871 * hilit-chg.el (highlight-changes-global-initial-state)
7872 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
7873 (hilit-chg-fixup, highlight-changes-mode):
7874 Fix typos in docstrings.
7875 (highlight-changes-global-modes, highlight-changes-rotate-faces):
7876 Doc fixes.
7877
7878 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
7879
7880 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
7881 mode function using `eval-after-load'.
7882
7883 2005-07-21 Kim F. Storm <storm@cua.dk>
7884
7885 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
7886 included when reporting an emacs crash, and tell about the DEBUG file.
7887
7888 * image-file.el (insert-image-file): Add yank-handler.
7889 (image-file-yank-handler): Yank handler to make unique copies of
7890 images when they are yanked into a buffer next to each other.
7891
7892 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
7893
7894 * comint.el (comint-use-prompt-regexp, comint-send-input)
7895 (comint-source-default, comint-extract-string)
7896 (comint-get-source, comint-word, comint-completion)
7897 (comint-source, comint-prompt-read-only, comint-update-fence):
7898 Fix typos in docstrings.
7899 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
7900 Declare with define-obsolete-*-alias macros.
7901 (comint-previous-matching-input-from-input)
7902 (comint-next-matching-input-from-input)
7903 (comint-previous-matching-input, comint-next-matching-input)
7904 (comint-forward-matching-input):
7905 Improve argument/docstring consistency.
7906
7907 * desktop.el (desktop-clear-preserve-buffers-regexp):
7908 Also preserve the *server* buffer.
7909
7910 * simple.el (clone-indirect-buffer): Doc fix.
7911 (fixup-whitespace, just-one-space)
7912 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
7913 (next-error, next-error-highlight)
7914 (next-error-highlight-no-select, next-error-last-buffer)
7915 (next-error-buffer-p, next-error-find-buffer, next-error)
7916 (previous-error, next-error-no-select, previous-error-no-select)
7917 (open-line, split-line, minibuffer-prompt-width, kill-new)
7918 (binary-overwrite-mode): Fix typos in docstrings.
7919 (set-fill-column): Fix typo in message.
7920
7921 * skeleton.el (skeleton-proxy-new): Doc fix.
7922
7923 * strokes.el (strokes-load-hook): Doc fix.
7924 (strokes-grid-resolution, strokes-get-grid-position)
7925 (strokes-renormalize-to-grid, strokes-read-stroke)
7926 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
7927 (strokes-global-map): Fix typos in docstrings.
7928 (strokes-help): Doc fix. Fix help message and pass it through
7929 `substitute-command-keys'.
7930
7931 * tempo.el (tempo-insert-prompt, tempo-interactive)
7932 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
7933 (tempo-insert-string-functions, tempo-local-tags)
7934 (tempo-define-template, tempo-insert-template)
7935 (tempo-insert-prompt-compat, tempo-is-user-element)
7936 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
7937 Fix typos in docstrings.
7938
7939 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
7940 (vcursor-key-bindings, vcursor-use-vcursor-map)
7941 (vcursor-find-window, vcursor-scroll-down)
7942 (vcursor-disable, vcursor-beginning-of-buffer)
7943 (vcursor-end-of-buffer): Fix typos in docstrings.
7944 (vcursor-relative-move, vcursor-get-char-count):
7945 Improve argument/docstring consistency.
7946
7947 * version.el: "?\ " -> "?\s".
7948
7949 * wid-edit.el (widget-default-create, widget-after-change)
7950 (widget-default-format-handler, widget-checklist-add-item)
7951 (widget-radio-add-item, widget-choose, widget-specify-secret)
7952 (widget-field-value-create, widget-field-value-get)
7953 (widget-editable-list-format-handler)
7954 (widget-editable-list-entry-create, widget-group-value-create)
7955 (widget-documentation-link-add)
7956 (widget-documentation-string-value-create): "?\ " -> "?\s".
7957 (widget-convert-text): Doc fix.
7958 (widget-narrow-to-field, widget-field-find)
7959 (widget-url-link-action, widget-emacs-library-link-action)
7960 (widget-color-notify): Fix typos in docstrings.
7961
7962 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
7963 (x-select-text, set-w32-system-coding-system)
7964 (w32-add-charset-info): Fix typos in docstrings.
7965
7966 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
7967 (cua-enable-cua-keys, cua-use-hyper-key)
7968 (cua-virtual-rectangle-edges): Fix typos in docstrings.
7969 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
7970
7971 * net/tramp.el (tramp-handle-load): Fix typo in error message.
7972
7973 * emacs-lisp/re-builder.el (regexp-builder): Declare with
7974 `defalias' instead of faking it.
7975
7976 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
7977 (eshell-ls-missing, eshell-ls-dired-initial-args)
7978 (eshell-ls-use-in-dired): Fix typos in docstrings.
7979
7980 2005-07-20 Kim F. Storm <storm@cua.dk>
7981
7982 * emulation/cua-base.el (cua-mode): Improve doc string.
7983
7984 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
7985
7986 * abbrev.el (expand-region-abbrevs): Doc fix.
7987 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
7988 Improve argument/docstring consistency.
7989
7990 * arc-mode.el (archive-get-descr, archive-alternate-display):
7991 Doc fixes.
7992 (archive-l-e): Improve argument/docstring consistency.
7993 (archive-tmpdir, archive-unixdate, archive-unixtime)
7994 (archive-chmod-entry): Fix typos in docstrings.
7995 (archive-unflag, archive-unflag-backwards)
7996 (archive-unmark-all-files): "?\ " -> "?\s".
7997
7998 * buff-menu.el (Buffer-menu-unmark): Doc fix.
7999 (Buffer-menu-not-modified, Buffer-menu-execute)
8000 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
8001 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
8002
8003 * composite.el (compose-string, encode-composition-rule)
8004 (compose-last-chars): Fix typos in docstrings.
8005
8006 * desktop.el (desktop-enable, desktop-basefilename):
8007 Declare with `define-obsolete-variable-alias'.
8008 (desktop-internal-v2s): Don't quote keywords.
8009 (desktop-clear): "?\ " -> "?\s".
8010
8011 * dired.el (dired-align-file, dired-flag-backup-files)
8012 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
8013 (dired-listing-switches, dired-ls-F-marks-symlinks)
8014 (dired-dwim-target, dired-load-hook, dired-mode-hook)
8015 (dired-directory, dired-faces, dired, dired-revert)
8016 (dired-mode, dired-summary, dired-view-file)
8017 (dired-copy-filename-as-kill, dired-delete-file)
8018 (dired-no-confirm, dired-unmark-all-marks)
8019 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
8020 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
8021 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
8022 Fix typos in message strings.
8023
8024 * dired-x.el (virtual-dired): Declare with `defalias'.
8025 (dired-mark-unmarked-files, dired-local-variables-file)
8026 (dired-omit-here-always): Doc fix.
8027 (dired-omit-mode, dired-find-subdir)
8028 (dired-enable-local-variables, dired-clean-up-buffers-too)
8029 (dired-extra-startup, dired-mark-extension, dired-jump)
8030 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
8031 (dired-smart-shell-command, dired-guess-shell-alist-user)
8032 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
8033 (dired-x-bind-find-file, dired-x-submit-report):
8034 Fix typos in docstrings.
8035 (dired-mark-unmarked-files): "?\ " -> "?\s".
8036
8037 * dirtrack.el (dirtrack-list): Fix typos in docstring.
8038
8039 * faces.el (describe-face): "?\ " -> "?\s".
8040 (read-all-face-attributes, read-face-font, modify-face)
8041 (face-attr-construct, italic): Fix typos in docstrings.
8042 (frame-update-face-colors): Declare with
8043 `define-obsolete-function-alias'.
8044
8045 * files.el (find-file-noselect, recode-file-name): Doc fixes.
8046 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
8047 (magic-mode-alist, buffer-file-numbers-unique)
8048 (write-file-functions, get-free-disk-space):
8049 Fix typos in docstrings.
8050 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
8051 (write-contents-hooks, write-file-hooks):
8052 Declare with `define-obsolete-variable-alias'.
8053
8054 * forms-d2.el (arch-rj): Fix typo in docstrings.
8055 (arch-tocol): Likewise. "?\ " -> "?\s".
8056
8057 * frame.el (set-frame-font, cursor-in-non-selected-windows):
8058 Fix typo in docstring.
8059 (set-screen-width, set-screen-height): Delete redundant info in
8060 doctrings.
8061 (new-frame, screen-height, screen-width): Declare with
8062 `define-obsolete-function-alias'.
8063 (delete-frame-hook, blink-cursor): Declare with
8064 `define-obsolete-variable-alias'.
8065
8066 * paths.el (prune-directory-list): Fix typos in docstring.
8067
8068 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
8069 (cvs-prefix-get): Fix typos in docstrings.
8070
8071 * ps-print.el (ps-extend-face-list, ps-extend-face)
8072 (ps-print-background-image): Fix typos in docstrings.
8073 (ps-default-fg, ps-default-bg): Doc fixes.
8074
8075 * s-region.el (s-region-bind): Doc fix.
8076 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
8077
8078 * textmodes/org.el (org-table-formula-substitute-names)
8079 (org-table-get-vertical-vector): Doc fixes.
8080 (org-table-recalculate): Remove unused argument to `message'.
8081
8082 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
8083
8084 * textmodes/org.el (org-table-column-names)
8085 (org-table-column-name-regexp)
8086 (org-table-named-field-locations): New variables.
8087 (org-archive-subtree): Protect `this-command' when calling
8088 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
8089 the kill buffer.
8090 (org-complete): Remove fixed-formula completion.
8091 (org-edit-formulas-map): New variable.
8092 (org-table-edit-formulas): New command.
8093 (org-finish-edit-formulas, org-abort-edit-formulas)
8094 (org-show-variable, org-table-get-vertical-vector): New functions.
8095 (org-table-maybe-eval-formula): Handle `:=' fields.
8096 (org-table-get-stored-formulas, org-table-store-formulas)
8097 (org-table-get-formula, org-table-modify-formulas)
8098 (org-table-replace-in-formulas): Handle named field formulas.
8099 (org-table-get-specials): Store locations of named fields.
8100
8101 2005-07-19 Juri Linkov <juri@jurta.org>
8102
8103 * progmodes/grep.el (grep-regexp-alist)
8104 (grep-mode-font-lock-keywords, grep-process-setup):
8105 Use default GNU grep match color "01;31m" instead of "01;41m".
8106 (grep-regexp-alist, grep-mode-font-lock-keywords):
8107 Use `\\[[0-9]*m' instead of `\\[00m'.
8108 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
8109 sgr_start where its handling is more important. Use the real
8110 length of sgr_start instead of constant 8.
8111 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
8112 specially. Delete all remaining escape sequences.
8113 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
8114 (grep-regexp-alist): Make hyperlink only for binary file name
8115 instead of the whole line.
8116 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
8117 (grep-mode): Add autoload.
8118
8119 * emacs-lisp/find-func.el (find-function-regexp):
8120 Add `define-compilation-mode'.
8121
8122 2005-07-19 Juri Linkov <juri@jurta.org>
8123
8124 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
8125 (compare-windows-sync-string-size, compare-windows-recenter)
8126 (compare-windows-highlight, compare-windows): Add version 22.1.
8127 (compare-windows) <defface>: Inherit from lazy-highlight instead
8128 of duplicating its default value.
8129
8130 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
8131 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
8132
8133 * descr-text.el (describe-char): Create link buttons for `charset'
8134 and `code point'. Add the current input method name with a link
8135 button to `to input' field. Print face names of display table
8136 characters in `The display table entry is displayed by' section
8137 instead of printing face-id in the `display' field.
8138 Guess hardcoded faces and create a link button for them.
8139 Skip empty fields when calculating max-width.
8140 Treat `widget-create' specially while inserting strings from the
8141 collected field list.
8142 (describe-char-after): Made obsolete in version 22.1, not 21.5.
8143
8144 * diff-mode.el (diff-file-header): Change foreground color from
8145 yellow to green on light backgrounds.
8146 (diff-context): Inherit from `shadow' only for color/grayscale
8147 with more than 88 colors.
8148 (diff-indicator-removed, diff-indicator-added)
8149 (diff-indicator-changed): New faces.
8150 (diff-font-lock-keywords): Use new faces. Regroup rules.
8151 Add "^---$" for `normal' diff format. Fontify `#' lines with
8152 font-lock-comment-delimiter-face and font-lock-comment-face.
8153 Add `#' to ^[^...] in the rule for `diff-context-face'.
8154
8155 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
8156 a button-like box. Inherit from `highlight' on low colors.
8157 (shadow): Use shades of gray only for color/grayscale with
8158 more than 88 colors. Use green for light backgrounds with
8159 8 colors, and yellow for dark backgrounds with 8 colors.
8160
8161 * font-lock.el (font-lock-regexp-grouping-backslash):
8162 Don't inherit from escape-glyph (use bold for all cases).
8163
8164 * info.el (info-xref-visited): Use light foreground color `violet'
8165 for dark backgrounds instead of dark color `magenta3'.
8166 (info-title-1): Use `yellow' color for dark backgrounds.
8167
8168 * isearch.el (isearch): Use not-too-dark magenta3 instead of
8169 too-light magenta2.
8170
8171 * replace.el (match): Use slightly more light RoyalBlue3 instead
8172 of dark RoyalBlue4.
8173
8174 * wid-edit.el (widget-inactive): Inherit from `shadow'.
8175
8176 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
8177
8178 * novice.el (disabled-command-hook): Declare it with
8179 `define-obsolete-variable-alias'.
8180
8181 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
8182 (desktop-buffer-misc-functions, desktop-buffer-handlers)
8183 (desktop-load-default): Add release to obsolescence info.
8184 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
8185 (desktop-append-buffer-args, desktop-read):
8186 Fix typos in docstrings.
8187 (desktop-kill): Fix typo in message.
8188 (desktop-save): Doc fix.
8189
8190 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
8191
8192 * viper-cmd.el (viper-escape-to-state): Bug fix.
8193 (viper-envelop-ESC-key): Change the definition of fast
8194 keysequence so it'll work with keyboard macros.
8195
8196 * ediff.el (ediff-patch-buffer): Change the docstring.
8197
8198 2005-07-19 Kenichi Handa <handa@m17n.org>
8199
8200 * international/mule-cmds.el (select-safe-coding-system): Try to
8201 use an auto-coding (if any) before anything else. If the found
8202 auto-coding is invalid, show a warning message.
8203
8204 * international/mule.el (find-auto-coding): New function created
8205 by modifying the body of set-auto-coding.
8206 (set-auto-coding): Use find-auto-coding to find a coding.
8207
8208 2005-07-18 Richard M. Stallman <rms@gnu.org>
8209
8210 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
8211 not isearch-mode-end-hook-error.
8212 (allout-before-change-protect): Fix error message.
8213
8214 2005-07-18 Juri Linkov <juri@jurta.org>
8215
8216 * allout.el (allout-mode):
8217 * calculator.el (calculator-copy):
8218 * custom.el (custom-known-themes):
8219 * dired.el (dired-desktop-buffer-misc-data)
8220 (dired-restore-desktop-buffer):
8221 * dired-x.el (dired-omit-marker-char):
8222 * files.el (basic-save-buffer):
8223 * font-core.el (font-lock-mode):
8224 * calendar/calendar.el (calendar-goto-hebrew-date)
8225 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
8226 (calendar-goto-persian-date):
8227 * language/ethio-util.el (ethio-sera-to-fidel-region):
8228 * textmodes/picture.el (picture-mode):
8229 Delete duplicate duplicate words.
8230
8231 2005-07-18 Juri Linkov <juri@jurta.org>
8232
8233 * isearch.el (isearch-mode-map): Remove key bindings for regexp
8234 chars * ? } |.
8235 (isearch-fallback): Don't call `isearch-process-search-char'.
8236 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
8237 (isearch-process-search-char): Call `isearch-fallback' for regexp
8238 chars * ? } |.
8239 (isearch-return-char): Make obsolete with `make-obsolete' instead
8240 of simply documenting it as obsolete in the docstring.
8241 (isearch-fallback): Refill docstring.
8242
8243 * international/isearch-x.el
8244 (isearch-process-search-multibyte-characters): Remove unneeded
8245 `concat'. Add intermediate values to `junk-hist' instead of
8246 `minibuffer-history'. Test the length of `str'.
8247
8248 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
8249
8250 * allout.el (allout-resolve-xref): Fix typos in error strings.
8251 (allout-before-change-protect): Remove unneeded `concat'.
8252
8253 * array.el (array-mode, array-reconfigure-rows)
8254 (untabify-backward): Fix typos in docstrings.
8255 (array-reconfigure-rows): Use `insert-buffer-substring', not
8256 `insert-buffer'.
8257
8258 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
8259 * progmodes/ada-mode.el (ada-make-body):
8260 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
8261
8262 * dired.el (dired-log):
8263 * tar-mode.el (tar-subfile-save-buffer):
8264 * play/zone.el (zone-pgm-stress-destress):
8265 Use `insert-buffer-substring', not `insert-buffer'.
8266
8267 2005-07-17 Simon Josefsson <jas@extundo.com>
8268
8269 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
8270
8271 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
8272
8273 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
8274 Add plain auth method.
8275 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
8276
8277 2005-07-17 Kim F. Storm <storm@cua.dk>
8278
8279 * ido.el (dired-other-window): Add ido property.
8280
8281 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
8282
8283 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
8284 Fix typo in docstring.
8285 (byte-compile-interactive-only-functions): Add `insert-buffer' and
8286 `insert-file-literally'.
8287
8288 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
8289 info and delete redundant message. Doc fix.
8290 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
8291 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
8292
8293 2005-07-16 Richard M. Stallman <rms@gnu.org>
8294
8295 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
8296 (byte-compile-and): Use byte-compile-and-recursion.
8297 (byte-compile-or-recursion): New function.
8298 (byte-compile-or): Use that.
8299 (byte-compile-if): Guard the else-clause too.
8300 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
8301
8302 * isearch.el (isearch-mode-end-hook-quit): New variable.
8303 (isearch-done): Bind it.
8304 (isearch-mode-end-hook): Doc fix.
8305
8306 * allout.el (allout-isearch-did-quit): Variable deleted.
8307 (allout-real-isearch-abort): Function name no longer used.
8308 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
8309 (allout-isearch-rectification): isearch-mode always exists.
8310 Don't set allout-isearch-did-quit.
8311 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
8312 allout-isearch-did-quit.
8313 (allout-enwrap-isearch): Just add the hook.
8314 (allout-isearch-abort): Function deleted.
8315 (allout-pre-command-business): Avoid warning.
8316
8317 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
8318 Correctly avoid warnings.
8319 (pascal-outline): Likewise.
8320
8321 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
8322
8323 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
8324
8325 * play/tetris.el (tetris-mode): Avoid warning.
8326
8327 * play/snake.el (snake-mode): Avoid warning.
8328
8329 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
8330 (gamegrid-set-display-table): Avoid warning.
8331 (gamegrid-set-timer): Likewise.
8332 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
8333 (gamegrid-add-score-with-update-game-score-1): Take FILE
8334 as argument.
8335 (gamegrid-add-score-with-update-game-score): Pass that argument.
8336 Rename have-shared-game-dir to gamegrid-shared-game-dir.
8337
8338 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
8339
8340 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
8341 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
8342
8343 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
8344 and insert-file.
8345
8346 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
8347 (sc-ask): Avoid warnings.
8348
8349 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
8350 (eshell-hist-initialize): Use that var the natural way.
8351
8352 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
8353
8354 * emacs-lisp/re-builder.el (reb-cook-regexp):
8355 Avoid warning calling lre-compile-string.
8356 (reb-color-display-p): Avoid warning.
8357
8358 * calculator.el (calculator-last-input): Guard uses
8359 of event-key and key-press-event-p.
8360 (event-key, key-press-event-p): Delete definitions.
8361
8362 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
8363 (find-gc-source-directory, find-gc-subrs-callers)
8364 (find-gc-noreturn-list, find-gc-source-files)
8365 (find-gc-subrs-called): Vars renamed and defvar'd.
8366
8367 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
8368 (checkdoc-overlay-put, checkdoc-delete-overlay)
8369 (checkdoc-overlay-start, checkdoc-overlay-end)
8370 (checkdoc-mode-line-update, checkdoc-char=):
8371 Define such that compiler knows they are defined.
8372 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
8373 (checkdoc-read-event): Delete. Use read-event directly.
8374
8375 * whitespace.el (whitespace-make-overlay)
8376 (whitespace-overlay-put, whitespace-delete-overlay)
8377 (whitespace-overlay-start, whitespace-overlay-end):
8378 Define such that compiler knows they are defined.
8379 (whitespace): Move conditional inside.
8380
8381 * tempo.el (tempo-insert-template): Suppress warning.
8382
8383 * ediff-diff.el (longlines-mode): Add defvar.
8384
8385 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
8386
8387 * server.el: Bind "C-x #" in a way that works even if C-x is
8388 redefined to a command key, not a prefix key.
8389
8390 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
8391
8392 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
8393 cl-make-type-test till execution time.
8394
8395 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
8396
8397 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
8398 arg ARG and use it.
8399
8400 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
8401
8402 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
8403
8404 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
8405
8406 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
8407 a defcustom with two :set or :type keywords.
8408
8409 2005-07-15 Richard M. Stallman <rms@gnu.org>
8410
8411 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
8412 Don't give ^M comment-end syntax.
8413
8414 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
8415
8416 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
8417 Don't consider gdbmi (gdb-mi.el has its own update functions).
8418 (gdb-var-delete): Make it work for gdbmi as well.
8419 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
8420
8421 * progmodes/gud.el (etags, sdb): Only require etags when needed.
8422 (gud-speedbar-menu-items): Correct logic for enabling items.
8423
8424 2005-07-15 Kim F. Storm <storm@cua.dk>
8425
8426 * ido.el: Fix commentary.
8427 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
8428 Use with-no-warnings around ffap-guesser.
8429 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
8430 Let bind minibuffer-completing-file-name to t.
8431
8432 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
8433
8434 * startup.el (site-run-file, keyboard-type): Doc fixes.
8435 (command-line): Check for "--basic-display" argument; also for
8436 "--quick", not "--bare-bones" (which was renamed).
8437 (fancy-splash-text): Add missing item "Getting New Versions".
8438 (normal-splash-screen): Fix typos and improve consistency with
8439 `fancy-splash-text'. Update copyright year.
8440
8441 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
8442 valid binding for `help-char'.
8443
8444 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
8445
8446 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
8447
8448 * term.el (term-mode): Disable cua-mode for term buffers.
8449
8450 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
8451
8452 * add-log.el (add-log-mailing-address, change-log-merge):
8453 Doc fixes.
8454 (change-log-get-method-definition): Fix typo in docstring.
8455
8456 2005-07-14 Kim F. Storm <storm@cua.dk>
8457
8458 * emulation/cua-base.el:
8459 (cua--pre-command-handler-1, cua--pre-command-handler)
8460 (cua--post-command-handler-1, cua--post-command-handler):
8461 Split in two. Check (buffer local) value of cua-mode.
8462 (cua-selection-mode): New command.
8463
8464 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
8465
8466 * custom.el (custom-initialize-safe-set)
8467 (custom-initialize-safe-default): Doc fixes.
8468
8469 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
8470 and simplify :init-value again.
8471
8472 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
8473 and simplify :init-value again. Delete autoload.
8474
8475 * startup.el (command-line): Use `custom-reevaluate-setting' again
8476 for tooltip-mode.
8477
8478 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
8479 a defcustom with two :initialize keywords.
8480
8481 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
8482
8483 * allout.el (my-mark-marker, allout-isearch-prior-pos)
8484 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
8485 (allout-post-command-business, allout-flag-region)
8486 (isearch-reenable-font-lock, allout-yank)
8487 (allout-insert-latex-header, allout-insert-latex-trailer)
8488 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
8489 (allout-latex-verb-quote): Fix typos in docstrings.
8490 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
8491 (allout-unprotected, allout-prefix-data):
8492 Improve argument/docstring consistency.
8493 (allout-chart-subtree): Fix argument spec.
8494 (allout-open-topic): Rename `use_sib_bullet' argument to
8495 `use-sib-bullet'. Doc fix.
8496
8497 * whitespace.el (whitespace-check-buffer-leading)
8498 (whitespace-check-buffer-trailing)
8499 (whitespace-check-buffer-indent)
8500 (whitespace-check-buffer-spacetab)
8501 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
8502 (whitespace-check-leading-whitespace)
8503 (whitespace-check-trailing-whitespace)
8504 (whitespace-check-spacetab-whitespace)
8505 (whitespace-check-indent-whitespace)
8506 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
8507 (whitespace-modes): Fix typos in docstrings.
8508 (defgroup, defcustom): Doc fixes.
8509
8510 * winner.el (winner-mode, winner-boring-buffers)
8511 (winner-pending-undo-ring): Doc fixes.
8512 (winner-ring): Remove unneeded `progn'.
8513 (winner-equal): `defsubst' it.
8514 (winner-redo): Fix message.
8515
8516 2005-07-13 Kim F. Storm <storm@cua.dk>
8517
8518 * simple.el (line-move-1): Always use vertical-motion to
8519 do the last (or only) line move to ensure some movement.
8520 Undo 2005-06-23 change--don't check for overlays.
8521
8522 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8523
8524 * term/mac-win.el (ccl-encode-mac-roman-font)
8525 (ccl-encode-mac-centraleurroman-font)
8526 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
8527 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
8528 Change charset-id boundary of dimension to ?\xef.
8529 (mac-char-fontspec-list): New constant.
8530 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
8531 argument. Nil uses itself as family in font-spec. Previous
8532 behavior for nil is now provided by non-nil non-string argument.
8533 All callers changed. Add font-specs for Mac fonts to
8534 "fontset-default" unless iso8859-1 fonts are installed.
8535
8536 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
8537
8538 * progmodes/sh-script.el (sh-get-indent-info): Only indent
8539 a continuation line if the \ is preceded by SPC or TAB.
8540 (sh-get-indent-info): Simplify.
8541 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
8542 Use with-current-buffer.
8543
8544 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
8545 when the matched text is empty.
8546
8547 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
8548
8549 * startup.el (command-line): Revert to previous handling of
8550 tooltip-mode. Explain in comment why the complexity is needed.
8551
8552 * tooltip.el (tooltip-mode): Revert to previous implementation of
8553 its defcustom.
8554
8555 * frame.el (blink-cursor-mode): Revert to previous implementation
8556 of its defcustom. Update comment.
8557
8558 2005-07-12 Lars Hansen <larsh@soem.dk>
8559
8560 * desktop.el: Update e-mail address.
8561
8562 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8563
8564 * term/mac-win.el (mac-services-mail-selection)
8565 (mac-services-mail-to): New functions.
8566 (mac-application-menu-map): Bind them.
8567
8568 2005-07-12 wulei <milton@wulei.net> (tiny change)
8569
8570 * progmodes/gdb-ui.el: Add note about buffering with Windows.
8571
8572 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
8573
8574 * custom.el (custom-reevaluate-setting): Doc fix.
8575
8576 2005-07-11 Jay Belanger <belanger@truman.edu>
8577
8578 * calc/calc.el (calc-embedded-announce-formula-alist)
8579 (calc-embedded-open-close-plain-alist)
8580 (calc-embedded-open-close-mode-alist): Add checks for additional
8581 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
8582
8583 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
8584
8585 * custom.el (custom-enable-theme): Don't add theme to
8586 `custom-enabled-themes' with `push' because there is no
8587 setf-method for `delq'.
8588
8589 2005-07-11 Richard M. Stallman <rms@gnu.org>
8590
8591 * custom.el (custom-declare-variable): Doc fix.
8592
8593 * dired-aux.el (dired-compare-directories): Remove "." and ".."
8594 from the alists.
8595
8596 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
8597 Do nothing if edebug-active.
8598
8599 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
8600 (edebug-display): Do it here instead.
8601
8602 2005-07-10 Richard M. Stallman <rms@gnu.org>
8603
8604 * cus-face.el (custom-theme-set-faces): Make it work.
8605 (custom-reset-faces): Doc fix.
8606 (custom-theme-reset-internal-face, custom-theme-face-value):
8607 Functions deleted.
8608
8609 * custom.el (custom-push-theme): Maintain list of the settings
8610 of a given theme in its theme-settings property.
8611 Maintain position of old settings in the theme-value
8612 or theme-face property.
8613 (custom-enabled-themes): New variable.
8614 (custom-theme-enabled-p): New function.
8615 (provide-theme): Update custom-enabled-themes.
8616 Disable and reenable the `user' theme.
8617 (require-theme): Doc fix.
8618 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
8619 (custom-theme-value, custom-theme-variable-value): Likewise.
8620 (custom-theme-reset-internal): Likewise.
8621 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
8622 (custom-enable-theme, custom-disable-theme): New functions.
8623 (custom-variable-theme-value, custom-face-theme-value): Likewise.
8624 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
8625 (custom-theme-reset-variables): Simplify.
8626 (deftheme, custom-declare-theme, custom-make-theme-feature):
8627 Definitions moved.
8628
8629 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
8630
8631 * longlines.el (longlines-show-region)
8632 (longlines-unshow-hard-newlines): Recognize hard newlines by
8633 non-nil hard property, instead of t.
8634
8635 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
8636
8637 * viper-cmd.el (viper--key-maps): New variable.
8638 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
8639 emulation-mode-map-alists.
8640 (viper-envelop-ESC-key): Use viper-subseq.
8641 (viper-search-forward/backward/next): Disable debug-on-error.
8642
8643 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
8644 (viper-ESC-key): New defcustoms.
8645
8646 * viper-macs.el (ex-map-read-args): Use viper-subseq.
8647
8648 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
8649 (viper-subseq): Copy of subseq from cl.el.
8650
8651 * viper.el (viper-go-away, viper-set-hooks): Use
8652 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
8653
8654 * viper-mous.el (viper-current-frame-saved): Use defvar.
8655
8656 * viper-init.el: Get rid of -face in face names.
8657
8658 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
8659 Make it work with longlines mode
8660
8661 * ediff-mult.el (ediff-meta-mode-hook): New variable.
8662
8663 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
8664
8665 * ediff-init.el: Get rid of -face in face names.
8666
8667 2005-07-10 Richard M. Stallman <rms@gnu.org>
8668
8669 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
8670 and with-timeout-unsuspend.
8671
8672 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
8673 and with-timeout-unsuspend.
8674
8675 * emacs-lisp/timer.el (with-timeout-timers): New variable.
8676 (with-timeout): Bind that variable to record timers.
8677 (with-timeout-suspend, with-timeout-unsuspend): New functions.
8678
8679 * emacs-lisp/debug.el (debug-help-follow): New function.
8680 (debugger-mode-map): Use that instead of help-follow.
8681 (debugger-setup-buffer): Use eval-buffer-list
8682 to handle eval-buffer frames.
8683
8684 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
8685
8686 * timezone.el (timezone-parse-date): Change first regexp
8687 so it will not mistakenly match dates with no time zone.
8688
8689 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
8690
8691 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
8692
8693 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
8694
8695 * custom.el (custom-initialize-safe-set)
8696 (custom-initialize-safe-default): New functions.
8697
8698 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
8699 and simplify :init-value.
8700
8701 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
8702 and simplify :init-value. Delete obsolete comment.
8703
8704 * startup.el (command-line): Use `custom-reevaluate-setting' to
8705 handle `tooltip-mode'. Delete obsolete comment.
8706
8707 * files.el (set-visited-file-name): Avoid calling
8708 `file-name-nondirectory' with a nil argument.
8709
8710 2005-07-09 Richard M. Stallman <rms@gnu.org>
8711
8712 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
8713 was called with nil for the buffer, handle the read position right.
8714 Handle read position for eval-region, too.
8715
8716 2005-07-09 Juri Linkov <juri@jurta.org>
8717
8718 * fringe.el (fringe-mode): Add period in docstring.
8719 (fringe-query-style): Build prompt depending on `all-frames' arg.
8720
8721 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
8722 to not create links to unrelated functions in the Help buffer.
8723
8724 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
8725 Doc fix.
8726
8727 * simple.el (next-error-hook): New variable.
8728 (next-error): Use it. Doc fix.
8729
8730 * textmodes/ispell.el (ispell-command-loop): Add current
8731 dictionary name and program name to mode-line-format.
8732 (ispell-region, ispell-process-line): Add current dictionary name
8733 and program name to messages.
8734
8735 2005-07-08 Jay Belanger <belanger@truman.edu>
8736
8737 * calc/calc.el (calc-embedded-announce-formula-alist)
8738 (calc-embedded-open-close-formula-alist)
8739 (calc-embedded-open-close-word-alist)
8740 (calc-embedded-open-close-plain-alist)
8741 (calc-embedded-open-close-new-formula-alist)
8742 (calc-embedded-open-close-mode-alist)
8743 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
8744 (calc-embedded-mode-hook): New variables.
8745
8746 * calc/calc-embed.el (calc-embedded-firsttime)
8747 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
8748 New variables.
8749 (calc-do-embedded): Use calc-embedded-firsttime,
8750 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
8751 determine whether or not to run hooks.
8752 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
8753 calc-embedded-firsttime-formula appropriately.
8754 Set calc-embedded delimiter variables according to mode.
8755
8756 2005-07-08 Richard M. Stallman <rms@gnu.org>
8757
8758 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
8759 Check for "emacs", etc., as entire symbol, not just as word.
8760 (checkdoc-file-comments-engine): Use regexp-quote on FN.
8761
8762 * files.el (set-visited-file-name): Report the error
8763 for "empty filename" earlier.
8764 (kill-some-buffers): Ignore buffers already dead.
8765
8766 * fringe.el (fringe-mode): Doc fix.
8767
8768 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
8769 Check for (featurep 'xemacs) and turn off warnings in what it guards.
8770 Use unwind-protect to ensure byte-compile-unresolved-functions
8771 is updated.
8772
8773 * whitespace.el (whitespace-buffer-leading-cleanup):
8774 Simplify w/ skip-chars-forward.
8775 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
8776
8777 * mail/rmail.el (rmail-only-expunge): Fix paren error.
8778 Unconditionally try to leave point at the same old place.
8779
8780 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
8781
8782 * comint.el (comint-postoutput-scroll-to-bottom)
8783 (comint-show-maximum-output): Take scroll-margin into consideration.
8784
8785 2005-07-08 Kim F. Storm <storm@cua.dk>
8786
8787 * ido.el (ido-use-filename-at-point): New choice `guess'.
8788 (ido-file-internal): Try ffap-guesser if selected.
8789
8790 * ido.el (ido-before-fallback-functions): New hook.
8791 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
8792 (ido-read-file-name): Run it.
8793
8794 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
8795
8796 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
8797 strings rather than a list of symbols to the completion function.
8798
8799 2005-07-07 Jay Belanger <belanger@truman.edu>
8800
8801 * calc/calc-units.el (math-apply-units): Change the places in
8802 which units are simplified.
8803
8804 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
8805
8806 * cus-edit.el (customize-option, customize-option-other-window):
8807 Make them handle aliases.
8808
8809 * custom.el (custom-variable-p): Make it recursively follow
8810 aliases. Mention that in the docstring.
8811
8812 2005-07-07 Richard M. Stallman <rms@gnu.org>
8813
8814 * cus-start.el (exec-path): Use `directory' instead of `file'.
8815 Fix tag for nil.
8816
8817 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
8818
8819 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
8820 when called non-interactively. Doc fix.
8821
8822 2005-07-07 Lute Kamstra <lute@gnu.org>
8823
8824 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
8825 new address as well.
8826
8827 2005-07-07 Kenichi Handa <handa@m17n.org>
8828
8829 * international/mule.el (make-coding-system):
8830 Describe `ascii-incompatible' property in the docstring.
8831 (set-file-name-coding-system): Signal an error if coding-system is
8832 ascii-incompatible.
8833 (set-keyboard-coding-system): Likewise.
8834
8835 * international/mule-cmds.el (set-default-coding-systems):
8836 Don't set default-file-name-coding-system and
8837 default-keyboard-coding-system if coding-system is ASCII-incompatible.
8838
8839 * international/utf-16.el: Declare that all UTF-16-based coding
8840 systems are ASCII-incompatible.
8841
8842 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
8843
8844 * progmodes/gud.el: Require font-lock for displaying errors.
8845 Used by gdb-ui.el.
8846
8847 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
8848
8849 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
8850 values for the pattern lists which are `read'able but not
8851 `append'able (like symbols).
8852
8853 2005-07-06 Richard M. Stallman <rms@gnu.org>
8854
8855 * progmodes/flymake.el (flymake-float-time): Instead of
8856 with-no-warnings, test for xemacs.
8857 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
8858 to avoid warning.
8859
8860 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
8861
8862 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
8863
8864 2005-07-05 Lute Kamstra <lute@gnu.org>
8865
8866 * battery.el: Add support for Darwin (with much debugging help
8867 from Samuel Lauber <sam124@operamail.com>).
8868 (battery-status-function, battery-echo-area-format)
8869 (battery-mode-line-format): Add support for pmset on Darwin.
8870 (battery-load-low, battery-load-critical): New user options.
8871 (battery-pmset): New function.
8872
8873 2005-07-05 Lute Kamstra <lute@gnu.org>
8874
8875 Update FSF's address in GPL notices.
8876
8877 * textmodes/page-ext.el: Update FSF's address.
8878
8879 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
8880
8881 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
8882 filling from using prefix when filling a single-line docstring.
8883
8884 * progmodes/flymake.el: Remove useless eval-when-compile.
8885
8886 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
8887
8888 2005-07-04 Richard M. Stallman <rms@gnu.org>
8889
8890 * textmodes/org.el (org-file-apps-defaults-gnu):
8891 Rename from org-file-apps-defaults-linux.
8892 (org-default-apps): Don't test system-type for `linux'.
8893 (org-file-apps): Doc fix.
8894
8895 2005-07-04 David Ponce <david@dponce.com>
8896
8897 * tree-widget.el: Improve header Commentary section.
8898 (tree-widget) [defgroup]
8899 (tree-widget-image-enable, tree-widget-themes-directory)
8900 (tree-widget-theme, tree-widget-image-properties-emacs)
8901 (tree-widget-image-properties-xemacs, tree-widget-create-image)
8902 (tree-widget-image-formats, tree-widget-control)
8903 (tree-widget-empty-control, tree-widget-leaf-control
8904 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
8905 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
8906 (tree-widget-keep, tree-widget-after-toggle-functions)
8907 (tree-widget-open-node, tree-widget-close-node): Doc fix.
8908 (tree-widget-open-control, tree-widget-close-control): Fix doc and
8909 :help-echo message.
8910 (tree-widget-set-theme): Doc fix. Use `string-equal'.
8911 (tree-widget-image-properties): Doc fix. Clearer implementation.
8912 (tree-widget--cursors): New constant.
8913 (tree-widget-lookup-image): New function split from
8914 `tree-widget-find-image'. Clearer implementation.
8915 (tree-widget-find-image): Use it.
8916 (tree-widget-button-keymap): Use `set-keymap-parent'.
8917 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
8918 Define the sub-widgets here.
8919 (tree-widget-node): Check that :node is not a tree-widget.
8920 (tree-widget-get-super, tree-widget-open-control)
8921 (tree-widget-close-control, tree-widget-empty-control)
8922 (tree-widget-leaf-control, tree-widget-guide)
8923 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
8924 (tree-widget-no-handle, tree-widget-value-delete)
8925 (tree-widget-map): Remove.
8926 (tree-widget-children-value-save): Doc fix. Simplified.
8927 (tree-widget-value-create): Update according to previous changes.
8928
8929 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
8930
8931 * textmodes/org.el: Leading space replaced by TABS.
8932 (org-recalc-marks, org-table-rotate-recalc-marks)
8933 (org-table-get-specials): Treat "^" and "_" marks.
8934 (org-table-justify-field-maybe): Optional argument NEW.
8935 (org-table-eval-formula): Parsing of the format simplified.
8936 New modes C,I. Honor the %= parameter in the current table.
8937 Avoid unnecessary re-align by using the NEW argument to
8938 `org-table-justify-field-maybe'.
8939 (org-calc-default-modes): Default for date-format mimicks org-mode.
8940 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
8941
8942 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
8943
8944 * cus-face.el (custom-theme-set-faces): Make it handle face
8945 aliases whose alias declarations are pre- or autoloaded.
8946
8947 2005-07-04 Juri Linkov <juri@jurta.org>
8948
8949 * faces.el (read-face-name): Put the code for getting a face name
8950 from the buffer before adding the faces from the `face' property.
8951 Use `completing-read-multiple' instead of `completing-read'.
8952 Require `crm'. Add default value and post-process the returned
8953 list of faces.
8954
8955 * emacs-lisp/crm.el (crm-find-current-element)
8956 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
8957
8958 * emacs-lisp/lisp-mode.el (eval-defun-1):
8959 * emacs-lisp/edebug.el (edebug-eval-defun):
8960 Remove unnecessary quotes.
8961
8962 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
8963
8964 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
8965 (prolog-indent-level): Fix typo in docstring.
8966
8967 * info.el (Info-history, Info-history-forward)
8968 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
8969
8970 * add-log.el (add-change-log-entry):
8971 * comint.el (comint-dynamic-list-input-ring)
8972 (comint-dynamic-list-completions):
8973 * dabbrev.el (dabbrev-expand):
8974 * delim-col.el (delimit-columns-rectangle-line):
8975 * diff-mode.el (diff-context->unified, diff-reverse-direction)
8976 (diff-unified->context):
8977 * ediff-init.el (ediff-abbrev-jobname):
8978 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
8979 (ediff-replace-session-activity-marker-in-meta-buffer):
8980 * info.el (Info-summary):
8981 * lpr.el (printify-region):
8982 * printing.el (pr-create-interface):
8983 * ps-print.el (ps-print-quote):
8984 * ses.el (ses-column-widths, ses-print-cell)
8985 (ses-adjust-print-width, ses-center):
8986 * shell.el (shell-file-name-quote-list):
8987 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
8988 (strokes-fill-current-buffer-with-whitespace)
8989 (strokes-xpm-for-stroke, strokes-list-strokes)
8990 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
8991 * term.el (term-dynamic-list-input-ring)
8992 (term-dynamic-list-completions):
8993 * calc/calc.el (math-format-stack-value):
8994 * emacs-lisp/edebug.el (edebug-display-freq-count):
8995 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
8996 (delphi-new-comment-line):
8997 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
8998 * progmodes/executable.el (executable-set-magic):
8999 * progmodes/python.el (inferior-python-mode):
9000 * progmodes/scheme.el (scheme-mode-syntax-table):
9001 * progmodes/sh-script.el (sh-maybe-here-document):
9002 * progmodes/sql.el (sql-copy-column):
9003 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
9004 * textmodes/bibtex.el (bibtex-mode):
9005 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
9006 (sgml-auto-attributes):
9007 * textmodes/table.el (table-insert, table-shorten-cell)
9008 (table--generate-source-scan-lines, table-delete-row)
9009 (*table--cell-delete-char, table--spacify-frame)
9010 (table--horizontally-shift-above-and-below)
9011 (table--cell-insert-char, table--cell-blank-str)
9012 (table--fill-region-strictly):
9013 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
9014 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
9015
9016 * add-log.el (change-log):
9017 * apropos.el (apropos):
9018 * comint.el (comint-completion, comint-source):
9019 * dabbrev.el (dabbrev):
9020 * delim-col.el (columns):
9021 * diff-mode.el (diff-mode):
9022 * ediff.el (ediff):
9023 * ediff-diff.el (ediff-diff):
9024 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
9025 * ediff-mult.el (ediff-mult):
9026 * ediff-ptch.el (ediff-ptch):
9027 * ediff-wind.el (ediff-window):
9028 * facemenu.el (facemenu):
9029 * indent.el (indent):
9030 * info.el (info):
9031 * jka-cmpr-hook.el (compression, jka-compr):
9032 * lpr.el (lpr):
9033 * outline.el (outlines):
9034 * pcmpl-cvs.el (pcmpl-cvs):
9035 * pcmpl-rpm.el (pcmpl-rpm):
9036 * printing.el (printing):
9037 * ps-print.el (postscript, ps-print, ps-print-horizontal)
9038 (ps-print-vertical, ps-print-headers, ps-print-font)
9039 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
9040 (ps-print-background, ps-print-printer, ps-print-page)
9041 (ps-print-miscellany):
9042 * ses.el (ses):
9043 * shell.el (shell, shell-directories, shell-faces):
9044 * startup.el (initialization):
9045 * strokes.el (strokes):
9046 * term.el (term):
9047 * uniquify.el (uniquify):
9048 * w32-vars.el (w32):
9049 * calc/calc.el (calc):
9050 * emacs-lisp/bytecomp.el (bytecomp):
9051 * emacs-lisp/cl-indent.el (lisp-indent):
9052 * emacs-lisp/edebug.el (edebug):
9053 * emacs-lisp/elp.el (elp):
9054 * emacs-lisp/testcover.el (testcover):
9055 * emacs-lisp/trace.el (trace):
9056 * emulation/viper-ex.el (viper-ex):
9057 * emulation/viper-mous.el (viper-mouse):
9058 * mail/mailalias.el (mailalias):
9059 * mail/supercite.el (supercite, supercite-frames)
9060 (supercite-attr, supercite-cite, supercite-hooks):
9061 * net/rcompile.el (remote-compile):
9062 * net/rlogin.el (rlogin):
9063 * obsolete/ooutline.el (outlines):
9064 * progmodes/delphi.el (delphi):
9065 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
9066 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
9067 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
9068 (ebnf-optimization):
9069 * progmodes/etags.el (etags):
9070 * progmodes/executable.el (executable):
9071 * progmodes/idlwave.el (idlwave):
9072 * progmodes/pascal.el (pascal):
9073 * progmodes/prolog.el (prolog):
9074 * progmodes/python.el (python):
9075 * progmodes/scheme.el (scheme):
9076 * progmodes/sh-script.el (sh, sh-script):
9077 * progmodes/sql.el (SQL):
9078 * progmodes/tcl.el (tcl):
9079 * textmodes/bibtex.el (bibtex, bibtex-autokey):
9080 * textmodes/enriched.el (enriched):
9081 * textmodes/makeinfo.el (makeinfo):
9082 * textmodes/sgml-mode.el (sgml):
9083 * textmodes/table.el (table-hooks):
9084 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
9085 * textmodes/texinfo.el (texinfo):
9086 * textmodes/two-column.el (two-column):
9087 Finish `defgroup' description with period.
9088
9089 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
9090 * eshell/esh-var.el (eshell-var):
9091 * progmodes/vhdl-mode.el (vhdl-testbench):
9092 * textmodes/org.el (org): Fix typos in docstrings.
9093
9094 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
9095 consistency.
9096
9097 * progmodes/flymake.el (flymake-find-file): Remove.
9098 (flymake-float-time): Use `with-no-warnings'.
9099 (flymake-check-start-time, flymake-check-was-interrupted)
9100 (flymake-err-info, flymake-is-running, flymake-last-change-time)
9101 (flymake-new-err-info): `defvar' at compile time.
9102
9103 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
9104
9105 * replace.el (occur-hook): Doc fix.
9106 (occur-1): Don't call `occur-hook' if there are no matches.
9107
9108 2005-07-03 Richard M. Stallman <rms@gnu.org>
9109
9110 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
9111 global-map, save the same map.
9112 (global-map): Don't alter it at top level.
9113 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
9114 Then alter it here instead.
9115 (tpu-edt-off): Set global-map to the saved one.
9116
9117 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
9118 All references simplified.
9119 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
9120 (zmacs-regions): Add defvar.
9121 (repeat-complex-command-map): Everything about that deleted.
9122
9123 * textmodes/artist.el (artist-key-is-drawing)
9124 (artist-key-endpoint1, artist-key-poly-point-list)
9125 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
9126 (artist-key-compl-table, artist-rb-save-data)
9127 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
9128 Don't put them in eval-when-compile.
9129 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
9130
9131 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
9132 Use with-no-warnings.
9133
9134 * net/browse-url.el (dos-windows-version): Add defvar.
9135
9136 * mail/supercite.el (filladapt-prefix-table): Add defvar.
9137
9138 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
9139 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
9140 (rmail-new-summary-line-count): Rename from new-summary-line-count.
9141 Add defvar.
9142 (rmail-summary-beginning-of-message): Use with-no-warnings.
9143 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
9144
9145 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
9146 Use with-no-warnings.
9147
9148 * emulation/vi.el (vi-mark-region): Use c-mark-function.
9149 (c-mark-function): Add point-moving-unit property.
9150 (vi-goto-line): Use with-no-warnings.
9151
9152 * emulation/edt.el (edt-last-copied-word): Add defvar.
9153 (zmacs-region-stays): Likewise.
9154 (edt-mark-section-wisely): Use c-mark-function for C.
9155 Use makr-defun for Fortran.
9156 (time-string): defvar deleted.
9157 (edt-display-the-time): Don't set time-string.
9158
9159 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
9160
9161 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
9162 Don't warn when name is not constant
9163 or for defining the group `emacs'.
9164
9165 * tooltip.el (gud-tooltip-mode): Add defvar.
9166
9167 * startup.el (default-frame-background-mode): Add defvar.
9168
9169 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
9170
9171 * info.el (tool-bar-map): Add defvar.
9172
9173 * dired.el (dnd-protocol-alist): Add defvar.
9174
9175 * dired-aux.el (dired-query): Display question with answer, when
9176 the user answers.
9177
9178 * custom.el (custom-add-option): Doc fix.
9179
9180 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
9181
9182 2005-07-03 Eli Zaretskii <eliz@gnu.org>
9183
9184 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
9185 bogus name from the last change.
9186
9187 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
9188
9189 * custom.el (custom-declare-variable): Fix typos in comment.
9190 (custom-known-themes): Doc fix.
9191 (custom-theme-directory): New defcustom.
9192 (require-theme): Make it check `custom-theme-directory'.
9193
9194 * cus-theme.el (custom-new-theme-mode): New function.
9195 (custom-theme-name, custom-theme-variables, custom-theme-faces)
9196 (custom-theme-description): Add compiler defvars.
9197 (customize-create-theme): Add doc to the "*New Custom Theme*"
9198 buffer. Use `custom-new-theme-mode'.
9199 (custom-theme-write): Put the created buffer in emacs-lisp-mode
9200 and save it to the `custom-theme-directory'. Make this the
9201 default directory of the buffer.
9202
9203 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
9204
9205 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
9206 Fix unbalanced parentheses.
9207
9208 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
9209
9210 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
9211 into flymake-mode and delegate to flymake-mode.
9212
9213 * find-file.el (ff-which-function-are-we-in): Clean up.
9214
9215 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
9216
9217 * replace.el (occur-rename-buffer): Fix docstring.
9218
9219 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
9220 (edt-last-copied-word, edt-learn-macro-count)
9221 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
9222 (edt-rect-start-point, edt-user-global-map, rect-start-point)
9223 (time-string, zmacs-region-stays):
9224 * emulation/edt-mapper.el (edt-save-function-key-map)
9225 (EDT-key-name): `defvar' to silence the byte-compiler.
9226
9227 2005-07-02 Martin Rudalics <rudalics@gmx.at> (tiny change)
9228
9229 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
9230 font-lock-regexp-backslash. Doc fix.
9231 (font-lock-regexp-backslash-grouping-construct): Rename from
9232 font-lock-regexp-backslash-construct. Doc fix.
9233 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
9234 grouping constructs.
9235
9236 2005-07-02 Eli Zaretskii <eliz@gnu.org>
9237
9238 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
9239 updating all the prerequisites.
9240
9241 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
9242
9243 * textmodes/org.el (org-agenda-start-on-weekday)
9244 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
9245 (org-agenda-use-time-grid, org-archive-location)
9246 (org-allow-space-in-links, org-usenet-links-prefer-google)
9247 (org-enable-table-editor, org-export-default-language)
9248 (org-export-html-show-new-buffer, org-fill-paragraph)
9249 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
9250 (org-goto-quit, org-occur, org-eval-in-calendar)
9251 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
9252 (org-agenda-diary-entry, org-remember-help)
9253 (org-table-convert-region, org-at-table-p)
9254 (org-table-move-row-down, org-table-move-row-up)
9255 (org-table-copy-region, org-table-toggle-vline-visibility)
9256 (org-table-get-stored-formulas, org-table-get-specials)
9257 (org-recalc-commands, org-table-eval-formula)
9258 (org-table-formula-substitute-names, orgtbl-make-binding)
9259 (org-format-org-table-html, org-format-table-table-html)
9260 (org-format-table-table-html-using-table-generate-source)
9261 (org-customize): Fix typos in docstrings.
9262 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
9263 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
9264 (org-back-to-heading): Doc fixes.
9265 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
9266 (org-agenda-change-all-lines, org-get-header):
9267 Improve argument/docstring consistency.
9268 (orgtbl-error): Fix error message.
9269
9270 * progmodes/flymake.el (flymake-find-possible-master-files)
9271 (flymake-master-file-compare, flymake-get-line-err-count)
9272 (flymake-highlight-line, flymake-gui-warnings-enabled):
9273 Fix typos in docstrings.
9274 (flymake-parse-line, flymake-get-project-include-dirs-function)
9275 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
9276 Doc fixes.
9277 (flymake-get-project-include-dirs-function)
9278 (flymake-make-err-menu-data):
9279 Improve argument/docstring consistency.
9280
9281 2005-07-01 Lute Kamstra <lute@gnu.org>
9282
9283 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
9284 Catch errors with ignore-errors. Use temporary buffer.
9285 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
9286
9287 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
9288 background color faces.
9289 (facemenu-set-foreground, facemenu-set-background):
9290 Use facemenu-set-face-from-menu.
9291 (facemenu-set-face-from-menu): Treat face names that start with
9292 "fg:" or "bg:" as special.
9293 (facemenu-add-new-color): Don't create faces. Simplify.
9294
9295 2005-06-30 Richard M. Stallman <rms@gnu.org>
9296
9297 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
9298 (crm-find-current-element): Likewise.
9299
9300 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
9301
9302 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
9303
9304 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
9305
9306 * arc-mode.el (archive-extract): Make it work as a mouse binding.
9307 (archive-mouse-extract): Make it an obsolete alias.
9308 (archive-mode-map): Don't use archive-mouse-extract any more.
9309 (archive-mode, archive-extract): write-contents-hooks ->
9310 write-contents-functions.
9311 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
9312 first arg.
9313 (archive-rename-entry): Update the call.
9314 (archive-zip-summarize): Remove unused var `method'.
9315 (archive-lzh-summarize): Remove unused var `creator'.
9316
9317 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
9318 dedicated frame upon exit.
9319
9320 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
9321 (archive-zip-extract, archive-zip-expunge)
9322 (archive-zip-update, archive-zip-update-case): Use executable-find.
9323 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
9324 Use restore-buffer-modified-p.
9325 (archive-extract, archive-add-new-member, archive-write-file-member):
9326 Use with-current-buffer.
9327 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
9328
9329 2005-06-30 Andreas Schwab <schwab@suse.de>
9330
9331 * progmodes/gud.el (gud-filter): Remove unneeded progn.
9332
9333 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
9334
9335 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
9336
9337 2005-06-30 Juri Linkov <juri@jurta.org>
9338
9339 * faces.el (vertical-border): Inherit from mode-line-inactive
9340 only on tty.
9341
9342 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
9343
9344 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
9345 example, -NLINES in the `occur' docstring).
9346
9347 * replace.el (occur-1): When no matches are found, do not set the
9348 `buffer-read-only' and modified flags for the occur buffer,
9349 because it is deleted.
9350
9351 * emulation/cua-base.el (cua-check-pending-input)
9352 (cua-repeat-replace-region, cua-mode, cua-debug)
9353 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
9354 Fix typos in docstrings.
9355
9356 * emulation/cua-gmrk.el (cua-toggle-global-mark)
9357 (cua-cut-region-to-global-mark)
9358 (cua--cut-rectangle-to-global-mark):
9359 Remove period from end of messages.
9360
9361 * emulation/cua-rect.el (cua-do-rectangle-padding):
9362 Remove period from end of messages.
9363 (cua--rectangle-seq-format): Fix typo in docstring.
9364 (cua-sequence-rectangle, cua-fill-char-rectangle):
9365 Improve argument/docstring consistency.
9366
9367 2005-06-29 Juri Linkov <juri@jurta.org>
9368
9369 * faces.el (default-frame-background-mode): New internal variable.
9370 (frame-set-background-mode): Use it.
9371
9372 * startup.el (normal-top-level): Set default-frame-background-mode
9373 instead of frame-background-mode. Before setting it, test for its
9374 nil value. Remove tests for frame-background-mode and frame
9375 parameter `reverse'. Add test for "unspecified-fg".
9376
9377 * term/xterm.el (xterm-rxvt-set-background-mode):
9378 * term/rxvt.el (rxvt-set-background-mode):
9379 Set default-frame-background-mode instead of frame-background-mode.
9380
9381 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
9382
9383 * simple.el (set-variable): Warn about obsolete user variables.
9384
9385 * imenu.el (imenu--completion-buffer):
9386 * mouse.el (mouse-buffer-menu-alist):
9387 * msb.el (msb-invisible-buffer-p):
9388 * calendar/diary-lib.el (diary-header-line-format):
9389 * emacs-lisp/pp.el (pp-buffer):
9390 * progmodes/cperl-mode.el (cperl-do-auto-fill):
9391 * textmodes/picture.el (picture-replace-match):
9392 Change space constants followed by a sexp to "?\s ".
9393
9394 * play/decipher.el (decipher-loop-with-breaks):
9395 * textmodes/texinfo.el (texinfo-insert-@item): Change space
9396 constants "protected" from end of line by a comment to "?\s".
9397
9398 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
9399
9400 * font-lock.el (save-buffer-state): Use `declare'.
9401
9402 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
9403 reset the syntax-table to cperl-mode-syntax-table.
9404 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
9405 "foo_print_bar" is not matched as a reserved keyword.
9406
9407 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
9408
9409 * textmodes/org.el (orgtbl-setup): New function, for delayed
9410 setup for the orgtbl commands.
9411 (org-calc-default-modes): New option.
9412 (orgtbl-make-binding): Use `defun' to get better help display.
9413 (org-diary): Call `org-compile-prefix-format'.
9414 (org-table-formula-substitute-names): New function.
9415 (org-agenda-day-view, org-agenda-week-view): New commands.
9416 (org-agenda-toggle-week-view): Command removed.
9417 (org-tbl-menu): Split off from org-org-menu.
9418 (org-mode): Move removal of outline-mode menus to here.
9419 (org-table-formula-debug): New option.
9420 (org-table-insert-row): Keep first field if just "#" or "*".
9421 (org-mode): Paragraph regexps fixed.
9422 (org-table-recalculate-regexp): New constant.
9423 (org-table-justify-field-maybe): Avoid replace if not necessary.
9424 (org-copy-special, org-cut-special): Use `call-interactively'.
9425 (org-table-copy-region): Take region from `interactive' call.
9426 (org-trim): Return string even if no match.
9427 (org-formula): New face.
9428 (org-set-font-lock-defaults): No longer highlight "FIXME".
9429 But highlight formula-related fields in table.
9430 (org-table-p): Use regexp, not fontification.
9431 (org-table-align): Handle white space at end of line.
9432 (org-table-formula-evaluate-inline): New option.
9433 (org-mode): Auto-wrapping in comment lines turned off.
9434 (org-table-copy-down): Evaluate only in copied field, not in
9435 destination.
9436 (org-table-current-formula): Variable removed.
9437 (org-table-store-formulas, org-table-get-stored-formulas)
9438 (org-table-modify-formulas, org-table-replace-in-formulas)
9439 (org-table-maybe-eval-formula): New functions.
9440 (org-table-get-formula): Modify to use stored formulas.
9441 (org-table-insert-column, org-table-delete-column)
9442 (org-table-move-column): Call `org-table-modify-formulas'.
9443 (org-complete): Add completion for keyword formulas.
9444 (orgtbl-mode): Pull orgtbl-mode-map to start of
9445 minor-mode-map-alist.
9446
9447 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
9448
9449 * progmodes/python.el (python-check): Require `compile' before
9450 modifying its variables.
9451
9452 * newcomment.el (comment-indent-default): Don't get fooled by an early
9453 end of buffer.
9454
9455 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9456
9457 * ps-print.el (ps-print-version): Fix version number.
9458
9459 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
9460
9461 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
9462
9463 2005-06-28 Richard M. Stallman <rms@gnu.org>
9464
9465 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
9466 (flyspell-local-mouse-map): Declaration deleted.
9467 (flyspell-mouse-map): Bind only mouse-2.
9468 (flyspell-mode-map): Don't test flyspell-use-local-map.
9469 (flyspell-overlay-keymap-property-name): Var deleted.
9470 (flyspell-mode-on): Don't make local bindings for
9471 flyspell-mouse-map and flyspell-mode-map.
9472 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
9473
9474 * textmodes/ispell.el (ispell-word): Do not ignore short words.
9475
9476 * progmodes/compile.el (compilation-next-error-function):
9477 Don't switch buffers; operate on the current buffer.
9478
9479 * progmodes/compile.el (compilation-error-file-name)
9480 (compilation-warning-file-name, compilation-info-file-name)
9481 (compilation-line-number, compilation-column-number): New faces.
9482 (compilation-error-face, compilation-warning-face)
9483 (compilation-info-face, compilation-line-face)
9484 (compilation-column-face): Use them.
9485
9486 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
9487
9488 * comint.el (comint-password-prompt-regexp): Accept ", try again".
9489
9490 * bindings.el (global-map): Bind insertchar and its variants.
9491
9492 2005-06-27 Richard M. Stallman <rms@gnu.org>
9493
9494 * textmodes/artist.el (artist-text-overwrite)
9495 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
9496
9497 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9498
9499 * ps-print.el: It was not working the page selection for printing.
9500 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
9501 (ps-print-version): New version 6.6.7.
9502 (ps-end-sheet): New fun.
9503 (ps-header-sheet, ps-end-job): Call it.
9504
9505 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
9506
9507 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
9508
9509 2005-06-27 Lute Kamstra <lute@gnu.org>
9510
9511 * facemenu.el (facemenu-unlisted-faces): Add foreground and
9512 background color faces.
9513 (facemenu-get-face): Delete function.
9514 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
9515 (facemenu-add-new-color): Make second argument mandatory.
9516 Create the appropriate face and return it. Simplify.
9517 (facemenu-set-foreground, facemenu-set-background): Don't check if
9518 color is defined. Use return value of facemenu-add-new-color.
9519
9520 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
9521
9522 * progmodes/gud.el (gud-filter): Add missing argument to
9523 with-selected-window.
9524
9525 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
9526
9527 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
9528 a :require to the defcustom.
9529
9530 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
9531 defcustoms corresponding to minor modes.
9532
9533 2005-06-26 David Ponce <david@dponce.com>
9534
9535 * recentf.el: Require tree-widget instead of wid-edit.
9536 (recentf-filename-handler): Fix widget :type.
9537 (recentf-cancel-dialog, recentf-open-more-files)
9538 (recentf-open-files-action): Doc fix.
9539 (recentf-dialog-goto-first): New function.
9540 (recentf-dialog-mode-map): Set parent keymap first.
9541 (recentf-dialog-mode): Define with define-derived-mode.
9542 Don't display continuation lines in dialogs.
9543 (recentf-edit-list): Rename from recentf-edit-selected-items.
9544 (recentf-edit-list-select): Rename from recentf-edit-list-action.
9545 Simplify.
9546 (recentf-edit-list-validate): New function.
9547 (recentf-edit-list): Update accordingly.
9548 (recentf-open-files-item-shift): Remove.
9549 (recentf-open-files-item): Convert menu elements into tree and
9550 link widgets. Don't create the widgets.
9551 (recentf-open-files): Update accordingly.
9552 (recentf-save-list): Untabify.
9553
9554 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
9555
9556 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
9557 (keep-lines): Add INTERACTIVE arg. Never delete lines only
9558 partially contained in the active region. Do not take active
9559 region into account when called from Lisp, unless INTERACTIVE arg
9560 is non-nil. Use `forward-line' instead of `beginning-of-line' to
9561 avoid trouble with fields. Make marker point nowhere when no
9562 longer used. Always return nil. Doc fix.
9563 (flush-lines): Add INTERACTIVE arg. Do not take active region
9564 into account when called from Lisp, unless INTERACTIVE arg is
9565 non-nil. Use `forward-line' instead of `beginning-of-line' to
9566 avoid trouble with fields. Make marker point nowhere when no
9567 longer used. Always return nil. Doc fix.
9568 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
9569 interchangeable. Do not take active region into account when
9570 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
9571 message in echo area when called from Lisp, unless INTERACTIVE arg
9572 is non-nil. Avoid saying "1 occurrences". Do not use markers.
9573 Return the number of matches. Doc fix.
9574 (occur): Doc fix.
9575 (perform-replace): Make comment follow double space convention for
9576 the sake of `outline-minor-mode'.
9577
9578 * faces.el (facep): Doc fix.
9579
9580 2005-06-25 Richard M. Stallman <rms@gnu.org>
9581
9582 * facemenu.el (facemenu-enable-faces-p): New function.
9583 (facemenu-background-menu, facemenu-foreground-menu)
9584 (facemenu-face-menu): Add menu-enable property.
9585
9586 * jka-compr.el (jka-compr-insert-file-contents):
9587 Special handling if cannot find the uncompression program.
9588
9589 * cus-face.el (custom-face-attributes): Add autoload.
9590
9591 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
9592 Bind comment-indent-function locally.
9593
9594 * window.el (save-selected-window): Use save-current-buffer.
9595
9596 * subr.el (with-selected-window): Use save-current-buffer.
9597
9598 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
9599 and with-current-buffer.
9600
9601 2005-06-24 Richard M. Stallman <rms@gnu.org>
9602
9603 * simple.el (line-move-1): Fix previous change.
9604
9605 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
9606
9607 * replace.el (occur-1): Set `buffer-read-only' and the
9608 buffer-modified flag before running `occur-hook' to protect
9609 against unintentional buffer switches that can lead to data loss.
9610
9611 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
9612
9613 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
9614 (gud-gdb-marker-filter): Use font-lock-warning-face for any
9615 initial error.
9616
9617 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
9618 after fresh input.
9619 (gdb-var-create-handler): Put name of expression in quotes.
9620
9621 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
9622
9623 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
9624 elements of RING in order, and without bogus nil elements.
9625
9626 2005-06-23 Richard M. Stallman <rms@gnu.org>
9627
9628 * simple.el (set-variable): Args renamed; doc fix.
9629 (line-move-1): When there are overlays around, use vertical-motion.
9630
9631 * faces.el (escape-glyph): Use brown against light background.
9632 (nobreak-space): Rename from no-break-space.
9633 Fix previous change.
9634
9635 * dired-aux.el (dired-do-copy): Fix arg prompt.
9636
9637 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
9638
9639 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
9640
9641 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
9642 rather than "Distributor".
9643
9644 2005-06-23 Lute Kamstra <lute@gnu.org>
9645
9646 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
9647 (debug-on-entry): Use it. New interactive declaration that uses
9648 function-called-at-point.
9649
9650 2005-06-23 Kim F. Storm <storm@cua.dk>
9651
9652 * subr.el (save-match-data): Add comment about using evaporate arg
9653 to set-match-data.
9654
9655 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
9656
9657 * cus-edit.el (customize-face)
9658 (customize-face-other-window): Handle face aliases.
9659
9660 * faces.el (face-documentation, set-face-attribute)
9661 (face-spec-set): Handle face aliases.
9662
9663 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
9664
9665 * help-mode.el (help-make-xrefs): If a symbol representing a face
9666 name is not followed by the word "face", it could still be a
9667 function or variable name, so don't bypass other checks.
9668
9669 2005-06-22 Juri Linkov <juri@jurta.org>
9670
9671 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
9672 Replace aliased functions with calls where second arg `inherit' is t.
9673
9674 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
9675
9676 * progmodes/gdb-ui.el (gdb-error): New variable.
9677 (gdb-error): New function.
9678 (gdb-annotation-rules): Act on error-begin and error annotations.
9679 (gdb-concat-output): Use font-lock-warning-face for errors.
9680
9681 2005-06-22 Miles Bader <miles@gnu.org>
9682
9683 * bindings.el (propertized-buffer-identification): Use renamed
9684 `Buffer-menu-buffer' face.
9685
9686 * faces.el (vertical-border): Rename from `vertical-divider'.
9687 (escape-glyph): Change dark-background color back to `cyan'.
9688
9689 2005-06-21 Juri Linkov <juri@jurta.org>
9690
9691 * faces.el (face-user-default-spec): Try getting `customized-face'
9692 prior to `saved-face'.
9693 (frame-background-mode): Refill docstring.
9694
9695 * emacs-lisp/lisp-mode.el (eval-defun-1):
9696 * emacs-lisp/edebug.el (edebug-eval-defun):
9697 Set `saved-face' temporarily to nil before calling form.
9698 Set `customized-face' to the new spec after that.
9699
9700 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
9701
9702 * subr.el (1value, lambda, key-substitution-in-progress):
9703 Doc fixes.
9704
9705 * autoinsert.el (auto-insert-alist):
9706 * ses.el (ses-call-printer):
9707 * subr.el (noreturn):
9708 * emacs-lisp/lisp.el (check-parens):
9709 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
9710 * net/browse-url.el (browse-url-mosaic):
9711 * progmodes/cc-defs.el (c-safe-scan-lists):
9712 * progmodes/ebnf-abn.el (ebnf-abn-lex):
9713 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
9714 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
9715 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
9716 * progmodes/ebnf-iso.el (ebnf-iso-lex):
9717 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
9718
9719 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
9720
9721 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
9722
9723 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
9724
9725 * calendar/appt.el (appt-make-list): Activate the package, if
9726 not already active (for backwards compatibility).
9727
9728 2005-06-20 Kim F. Storm <storm@cua.dk>
9729
9730 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
9731
9732 2005-06-20 Miles Bader <miles@gnu.org>
9733
9734 * faces.el (vertical-divider): New face.
9735
9736 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
9737
9738 * simple.el (kill-whole-line): Doc fix.
9739 (next-error-buffer-p, next-error-find-buffer)
9740 (clone-indirect-buffer): Fix typos in docstrings.
9741 (comment-line-break-function): Doc fix: don't say variable
9742 is automatically buffer-local (it isn't).
9743
9744 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
9745
9746 * net/tramp-ftp.el (top):
9747 * net/tramp-smb.el (top):
9748 * net/tramp-util.el (top):
9749 * net/tramp-uu.el (top):
9750 * net/tramp-vc.el (top):
9751 * net/tramp.el (top): Revert copyright years back to original
9752 ones. Tramp has a life outside GNU Emacs.
9753
9754 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
9755
9756 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
9757
9758 2005-06-18 Juri Linkov <juri@jurta.org>
9759
9760 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
9761 end of first regexp to limit the match to the position between
9762 line number and source line with same separator character as used
9763 between file name and line number. In the second regexp limit
9764 mouse-face area to file name and line number by adding new group
9765 for them and referring it in HYPERLINK arg.
9766 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
9767 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
9768 previous line where grep markers may be already removed.
9769
9770 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
9771
9772 * progmodes/ps-mode.el: Update version and maintainer's email address.
9773
9774 2005-06-18 Steve Youngs <steve@xemacs.org>
9775
9776 * net/browse-url.el (browse-url-browser-function)
9777 (browse-url-default-browser): Add firefox.
9778 (browse-url-firefox-program, browse-url-firefox-arguments)
9779 (browse-url-firefox-startup-arguments)
9780 (browse-url-firefox-new-window-is-tab): New defcustoms.
9781 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
9782
9783 2005-06-17 Richard M. Stallman <rms@gnu.org>
9784
9785 * startup.el (command-line): Warn if specified user name has
9786 no home directory.
9787
9788 * term.el (term-get-old-input, term-input-filter, term-input-sender)
9789 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
9790
9791 * longlines.el (longlines-mode, longlines-show-hard-newlines):
9792 Doc fixes.
9793
9794 * faces.el (underline): Try bold if terminal doesn't support underline.
9795
9796 * mail/sendmail.el (mail-setup-with-from): New variable.
9797 (mail-insert-from-field): New function.
9798 (sendmail-send-it): Call it.
9799 (mail-setup): Optionally call it here.
9800
9801 * term/linux.el: Call tty-no-underline.
9802
9803 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
9804
9805 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
9806
9807 2005-06-17 Miles Bader <miles@gnu.org>
9808
9809 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
9810 (ediff-current-diff-C, ediff-current-diff-Ancestor)
9811 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
9812 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
9813 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
9814 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
9815 Remove "-face" suffix from face names.
9816 (ediff-current-diff-face-A, ediff-current-diff-face-B)
9817 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
9818 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
9819 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
9820 (ediff-even-diff-face-A, ediff-even-diff-face-B)
9821 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
9822 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
9823 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
9824 New backward-compatibility aliases for renamed faces.
9825 (ediff-current-diff-face-A, ediff-current-diff-face-B)
9826 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
9827 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
9828 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
9829 (ediff-even-diff-face-A, ediff-even-diff-face-B)
9830 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
9831 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
9832 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
9833 Use renamed ediff faces.
9834
9835 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
9836 Remove "-face" suffix from face names.
9837 (eshell-test-ok-face, eshell-test-failed-face):
9838 New backward-compatibility aliases for renamed faces.
9839 (eshell-run-test): Use renamed eshell-test faces.
9840
9841 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
9842 face name.
9843 (eshell-prompt-face): New backward-compatibility alias for renamed
9844 face.
9845 (eshell-emit-prompt): Use renamed eshell-prompt face.
9846
9847 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
9848 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
9849 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
9850 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
9851 Remove "-face" suffix from face names.
9852 (eshell-ls-directory-face, eshell-ls-symlink-face)
9853 (eshell-ls-executable-face, eshell-ls-readonly-face)
9854 (eshell-ls-unreadable-face, eshell-ls-special-face)
9855 (eshell-ls-missing-face, eshell-ls-archive-face)
9856 (eshell-ls-backup-face, eshell-ls-product-face)
9857 (eshell-ls-clutter-face):
9858 New backward-compatibility aliases for renamed faces.
9859 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
9860
9861 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
9862 Remove "-face" suffix from face name.
9863 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
9864 instead of literal face.
9865
9866 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
9867
9868 * emacs-lisp/warnings.el (display-warning, lwarn)
9869 (warning-minimum-log-level): Doc fixes.
9870 (warning-minimum-level, warning-minimum-log-level):
9871 Add :debug to :type choices.
9872
9873 * progmodes/ada-mode.el (ada-format-paramlist)
9874 (ada-get-indent-case, ada-check-matching-start)
9875 (ada-check-defun-name, ada-goto-matching-decl-start)
9876 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
9877 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
9878 (ada-make-subprogram-body): Follow error conventions.
9879 (ada-case-exception-file, ada-indent-comment-as-code)
9880 (ada-indent-handle-comment-special, ada-indent-renames)
9881 (ada-indent-return, ada-search-directories-internal)
9882 (ada-tab-policy, ada-case-exception-substring)
9883 (ada-other-file-alist, ada-matching-start-re)
9884 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
9885 (ada-imenu-generic-expression, ada-compile-goto-error)
9886 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
9887 (ada-popup-menu, ada-add-extensions, ada-mode)
9888 (ada-region-selected, ada-create-case-exception)
9889 (ada-create-case-exception-substring, ada-after-keyword-p)
9890 (ada-activate-keys-for-case, ada-adjust-case-region)
9891 (ada-adjust-case-buffer, ada-format-paramlist)
9892 (ada-scan-paramlist, ada-insert-paramlist)
9893 (ada-indent-newline-indent)
9894 (ada-indent-newline-indent-conditional)
9895 (ada-justified-indent-current, ada-goto-previous-word)
9896 (ada-indent-current, ada-get-indent-open-paren)
9897 (ada-get-indent-paramlist, ada-get-indent-end)
9898 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
9899 (ada-get-indent-block-start, ada-get-indent-subprog)
9900 (ada-get-indent-noindent, ada-get-indent-label)
9901 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
9902 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
9903 (ada-goto-stmt-end, ada-goto-next-word)
9904 (ada-check-matching-start, ada-check-defun-name)
9905 (ada-goto-matching-decl-start, ada-goto-matching-start)
9906 (ada-goto-matching-end, ada-search-ignore-string-comment)
9907 (ada-in-decl-p, ada-looking-at-semi-or)
9908 (ada-looking-at-semi-private, ada-in-paramlist-p)
9909 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
9910 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
9911 (ada-next-procedure, ada-previous-procedure, ada-next-package)
9912 (ada-previous-package, ada-create-menu)
9913 (ada-fill-comment-paragraph-justify)
9914 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
9915 (ada-other-file-name, ada-last-which-function-line)
9916 (ada-last-which-function-subprog, ada-which-function)
9917 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
9918 (ada-gen-treat-proc, ada-check-emacs-version)
9919 (ada-continuation-indent, ada-align-region-separate):
9920 Fix typos in docstrings.
9921 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
9922
9923 2005-06-16 Lute Kamstra <lute@gnu.org>
9924
9925 * simple.el (fundamental-mode): Run after-change-major-mode-hook
9926 conditionally.
9927
9928 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
9929
9930 * comint.el (comint-replace-by-expanded-filename)
9931 (comint-prompt-regexp, comint-delimiter-argument-list)
9932 (comint-preinput-scroll-to-bottom):
9933 * info.el (Info-hide-cookies-node):
9934 * ls-lisp.el (ls-lisp-classify):
9935 * find-file.el (ff-search-directories, ff-special-constructs)
9936 (ff-find-other-file):
9937 * font-lock.el (font-lock-keywords):
9938 * shell.el (shell-prompt-pattern)
9939 (shell-dynamic-complete-functions, shell-mode)
9940 (shell-delimiter-argument-list):
9941 * term.el (term-replace-by-expanded-filename)
9942 (term-prompt-regexp, term-delimiter-argument-list):
9943 * woman.el (woman-ignore, woman0-if):
9944 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
9945 * emacs-lisp/elint.el (elint-init-env):
9946 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
9947 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
9948 * language/ethio-util.el (ethio-tilde-escape)
9949 (ethio-use-three-dot-question):
9950 * net/zone-mode.el (zone-mode-load-time-setup):
9951 * progmodes/cc-align.el (c-lineup-argcont):
9952 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
9953 * progmodes/cperl-mode.el (cperl-set-style-back):
9954 * progmodes/inf-lisp.el (inferior-lisp-prompt):
9955 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
9956 Fix spellings in docstrings.
9957
9958 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
9959 * progmodes/modula2.el (m2-for): Fix spellings.
9960
9961 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
9962
9963 * simple.el (undo-more): Don't use `format' on `error' arguments.
9964 Improve argument/docstring consistency.
9965 (pending-undo-list): Doc fix.
9966
9967 * smerge-mode.el (smerge-ensure-match):
9968 * emulation/vip.el (vip-ex):
9969 * net/zone-mode.el (zone-mode-update-serial):
9970 * progmodes/idlwave.el (idlwave-complete):
9971 * progmodes/vhdl-mode.el (vhdl-visit-file)
9972 (vhdl-compose-wire-components):
9973 Don't use `format' on `error' arguments.
9974
9975 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
9976 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
9977 (tooltip-help-tips): Fix typos in docstrings.
9978
9979 2005-06-16 David Ponce <david@dponce.com>
9980
9981 * tree-widget.el (tree-widget-value-create): Simplify last change.
9982
9983 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
9984
9985 * ido.el (ido-incomplete-regexp): New variable.
9986 (ido-set-matches-1): Handle invalid-regexp error and set
9987 ido-incomplete-regexp.
9988 (ido-incomplete-regexp): New face.
9989 (ido-completions): Use it.
9990 (ido-complete, ido-exit-minibuffer, ido-completions):
9991 Handle incomplete regexps.
9992 (ido-completions): Add check for complete match when entering a regexp.
9993
9994 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
9995
9996 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
9997
9998 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9999
10000 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
10001 by field delimiters.
10002
10003 2005-06-15 David Ponce <david@dponce.com>
10004
10005 * tree-widget.el: eval-and-compile inlined functions so they will
10006 be available at run-time too.
10007 (tree-widget-super-format-handler)
10008 (tree-widget-format-handler): Remove.
10009 (tree-widget-value-create): Handle the :indent property.
10010
10011 2005-06-15 Miles Bader <miles@gnu.org>
10012
10013 * progmodes/which-func.el (which-func): Only inherit
10014 `font-lock-function-name-face' when that makes sense against the
10015 default mode-line face, otherwise set the face color explicitly.
10016
10017 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
10018 faces instead of (non-existent) variables.
10019
10020 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
10021
10022 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
10023 (iswitchb-get-matched-buffers): Likewise. Simplify.
10024
10025 2005-06-14 Miles Bader <miles@gnu.org>
10026
10027 * progmodes/ld-script.el (ld-script-location-counter):
10028 Remove "-face" suffix from face name.
10029 (ld-script-location-counter-face):
10030 New backward-compatibility alias for renamed face.
10031 (ld-script-location-counter-face): Use renamed face.
10032
10033 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
10034 (cperl-hash): Remove "-face" suffix from face names.
10035 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
10036 New backward-compatibility aliases for renamed faces.
10037 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
10038 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
10039
10040 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
10041 name.
10042 (which-func-face): New backward-compatibility alias for renamed face.
10043 (which-func-format): Use renamed which-func face.
10044
10045 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
10046 (vhdl-function, vhdl-directive, vhdl-reserved-word)
10047 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
10048 names.
10049 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
10050 (vhdl-speedbar-configuration, vhdl-speedbar-package)
10051 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
10052 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
10053 (vhdl-speedbar-architecture-selected)
10054 (vhdl-speedbar-configuration-selected)
10055 (vhdl-speedbar-package-selected)
10056 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
10057 names.
10058 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
10059 Use renamed faces.
10060 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
10061 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
10062 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
10063 Use renamed faces.
10064 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
10065 names.
10066 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
10067 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
10068 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
10069 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
10070 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
10071 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
10072
10073 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
10074 face name.
10075 (sh-heredoc-face): New backward-compatibility alias for renamed face.
10076 (sh-heredoc-face): Use renamed sh-heredoc face.
10077
10078 * progmodes/idlw-help.el (idlwave-help-link):
10079 Remove "-face" suffix from face name.
10080 (idlwave-help-link-face):
10081 New backward-compatibility alias for renamed face.
10082 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
10083
10084 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
10085 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
10086 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
10087 New backward-compatibility aliases for renamed faces.
10088 (idlwave-shell-disabled-breakpoint-face)
10089 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
10090
10091 * progmodes/flymake.el (flymake-errline, flymake-warnline):
10092 Remove "-face" suffix from face names.
10093 (flymake-errline-face, flymake-warnline-face):
10094 New backward-compatibility aliases for renamed faces.
10095 (flymake-highlight-line): Use renamed flymake faces.
10096
10097 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
10098 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
10099 (ebrowse-member-class, ebrowse-progress):
10100 Remove "-face" suffix from face names.
10101 (ebrowse-tree-mark-face, ebrowse-root-class-face)
10102 (ebrowse-file-name-face, ebrowse-default-face)
10103 (ebrowse-member-attribute-face, ebrowse-member-class-face)
10104 (ebrowse-progress-face):
10105 New backward-compatibility aliases for renamed faces.
10106 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
10107 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
10108 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
10109 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
10110
10111 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
10112 antlr-syntax)
10113 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
10114 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
10115 names.
10116 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
10117 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
10118 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
10119 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
10120 backward-compatibility aliases for renamed faces.
10121 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
10122 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
10123 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
10124 remove "font-lock-". Use renamed antlr-mode faces.
10125 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
10126 literal face-names with face variable references.
10127
10128 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
10129 face name.
10130 (Buffer-menu-buffer-face): New backward-compatibility alias for
10131 renamed face.
10132 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
10133
10134 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
10135
10136 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
10137 Eliminate "-face" suffix.
10138 (makefile-targets): Inherit from font-lock-function-name-face and
10139 eliminate "-face" suffix.
10140 (makefile-shell): Remove attributes and eliminate "-face" suffix.
10141 (makefile-*-font-lock-keywords): Append makefile-targets in rule
10142 actions, instead of prepending, to make it less visible.
10143 (makefile-previous-dependency, makefile-match-dependency):
10144 Don't match a target on a continuation line.
10145
10146 * files.el (auto-mode-alist): Put Makefile in gmake mode.
10147
10148 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
10149
10150 * progmodes/gdb-ui.el (menu): Re-order menu items.
10151 (gdb-tooltip-print): Respect tooltip-use-echo-area.
10152
10153 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
10154 Define in tooltip.el.
10155 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
10156 (gud-tooltip-tips): Respect tooltip-use-echo-area and
10157 gud-tooltip-echo-area.
10158
10159 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
10160 backward compatibility and make obsolete.
10161 (tooltip-help-tips): Use tooltip-use-echo-area.
10162 (tooltip-show-help-function): Rename to...
10163 (tooltip-show-help): ...this, because it is a function.
10164 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
10165
10166 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
10167
10168 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
10169 (edebug-print-length, edebug-print-level, edebug-print-circle)
10170 (edebug-modify-breakpoint, edebug-eval-last-sexp)
10171 (edebug-eval-print-last-sexp): Doc fixes.
10172
10173 2005-06-14 Kim F. Storm <storm@cua.dk>
10174
10175 * ido.el (ido-mode): Make a new keymap every time we enable ido,
10176 as the coverage buffer/file/both may change.
10177
10178 2005-06-14 Lute Kamstra <lute@gnu.org>
10179
10180 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
10181 and run-mode-hooks. Simplify.
10182
10183 * mail/rmailedit.el (rmail-edit-mode):
10184 * progmodes/octave-inf.el (inferior-octave-mode):
10185 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
10186
10187 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
10188 and run-mode-hooks.
10189 (recentf-edit-list, recentf-open-files): Don't call
10190 kill-all-local-variables directly.
10191
10192 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
10193
10194 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
10195
10196 * emacs-lisp/byte-run.el (make-obsolete)
10197 (define-obsolete-function-alias): Rename arguments FUNCTION and
10198 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
10199 (make-obsolete-variable, define-obsolete-variable-alias):
10200 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
10201 respectively.
10202
10203 * isearchb.el (isearchb-activate):
10204 * pcvs.el (cvs-mode):
10205 * ses.el (ses-load):
10206 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
10207 * net/tramp.el (tramp-find-file-exists-command)
10208 (tramp-find-shell):
10209 * progmodes/ada-mode.el (ada-create-case-exception)
10210 (ada-create-case-exception-substring, ada-make-subprogram-body):
10211 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
10212 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
10213 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
10214 * textmodes/org.el (org-promote, org-evaluate-time-range)
10215 (org-agenda-next-date-line, org-agenda-previous-date-line)
10216 (org-agenda-error, org-open-at-point, org-table-move-row)
10217 (org-format-table-table-html-using-table-generate-source)
10218 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
10219 * textmodes/reftex.el (reftex-access-scan-info):
10220 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
10221 (reftex-toc-promote-prepare): Follow error conventions.
10222
10223 * diff-mode.el (diff-mode): Fix typo in docstring.
10224
10225 * forms.el (forms--intuit-from-file): Fix reference to
10226 `forms-number-of-fields' in error message.
10227 (forms-print): Fix quoting in error message.
10228
10229 * forms.el (forms-mode):
10230 * emulation/vi.el (vi-goto-insert-state):
10231 * progmodes/flymake.el (flymake-new-err-info)
10232 (flymake-start-syntax-check-for-current-buffer)
10233 (flymake-simple-cleanup):
10234 * eshell/esh-var.el (eshell/export):
10235 * progmodes/gud.el (xdb):
10236 * textmodes/flyspell.el (flyspell-incorrect-hook)
10237 (flyspell-maybe-correct-transposition)
10238 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
10239
10240 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
10241
10242 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
10243 minibuffer prompt.
10244
10245 2005-06-13 Kim F. Storm <storm@cua.dk>
10246
10247 * subr.el (add-to-ordered-list): New defun.
10248
10249 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
10250 add cua--keymap-alist to emulation-mode-map-alists.
10251
10252 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
10253
10254 * subr.el (complete-in-turn): New macro.
10255 (dynamic-completion-table, lazy-completion-table): Add debug info.
10256
10257 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
10258 in preference to face aliases.
10259
10260 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
10261 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
10262 Remove unused vars `start' and `firstline'.
10263 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
10264 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
10265
10266 2005-06-13 Eli Zaretskii <eliz@gnu.org>
10267
10268 * cus-start.el (all): Don't complain about missing GTK-related
10269 variables, unless either `gtk' is boundp or this isn't a
10270 `windows-nt' build.
10271
10272 2005-06-13 Lute Kamstra <lute@gnu.org>
10273
10274 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
10275 run-mode-hooks.
10276
10277 * ediff-mult.el (ediff-meta-mode):
10278 * ediff-util.el (ediff-mode): Use run-mode-hooks.
10279
10280 * ledit.el (ledit-mode): Use delay-mode-hooks.
10281
10282 * woman.el (woman-mode-line-format): Delete constant.
10283 (woman-mode-map): Initialize it properly.
10284 (woman-mode): Set mode-class property to special.
10285 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
10286 Set major-mode and mode-name. Don't set mode-line-format directly.
10287 (Man-getpage-in-background): Don't reference woman-mode-line-format.
10288
10289 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
10290 string argument obsolete.
10291
10292 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
10293
10294 * textmodes/org.el (org-CUA-compatible): New option.
10295 (org-disputed-keys): New variable.
10296 (org-key): New function.
10297 (orgtbl-make-binding): Add docstring to the created function.
10298 (org-mode): Set paragraph start/separate regexps.
10299 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
10300 (org-archive-location, org-archive-mark-done)
10301 (org-archive-stamp-time): New options.
10302 (org-archive-subtree): New command.
10303 (org-fill-paragraph): New function.
10304 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
10305 (org-fake-empty-table-line): Function removed.
10306 (org-format-org-table-html): Do not create empty table lines at
10307 separator lines. Improved table header treatment.
10308 (org-link-format): New option.
10309 (org-make-link): New function.
10310 (org-insert-link, org-store-link): Use org-make-link.
10311 (org-open-file): Quote file name for shell command, to allow
10312 spaces in file names.
10313 (org-link-regexp): Fix bug with mailto link.
10314 (org-link-maybe-angles-regexp, org-protected-link-regexp):
10315 New constants.
10316 (org-export-as-html): Deal with the optional angles around a link.
10317 Better treatment of file: links.
10318 (org-open-at-point): Replace @{ and @} with < and >.
10319 (org-run-mode-hooks): Function removed.
10320 (org-agenda-mode): No longer use `org-run-mode-hooks'.
10321
10322 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
10323
10324 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
10325 MI command -data-list-register-values.
10326 (gdb-post-prompt): Indent properly.
10327
10328 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
10329
10330 * hilit-chg.el (highlight-changes-colors): Rename from
10331 `highlight-changes-colours'.
10332 (highlight-changes-colours): Keep as obsolete alias.
10333 (highlight-changes-face-list): Doc fix.
10334 (hilit-chg-make-list): Use `highlight-changes-colors'.
10335
10336 2005-06-12 Mark A. Hershberger <mah@everybody.org>
10337
10338 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
10339 defun-prompt-regexp.
10340
10341 2005-06-12 Eli Zaretskii <eliz@gnu.org>
10342
10343 * loadup.el: Don't say we are dumping under 2 names on windows-nt
10344 and cygwin.
10345
10346 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
10347 Don't use an old loaddefs.el, as in Makefile.in.
10348
10349 2005-06-12 Lute Kamstra <lute@gnu.org>
10350
10351 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
10352
10353 * man.el (Man-mode-map): Initialize it properly.
10354 (Man-mode): Set mode-class property to special.
10355
10356 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
10357
10358 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
10359
10360 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
10361 A newline is needed in the docstring there.
10362
10363 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
10364 Doc fixes.
10365
10366 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10367
10368 * printing.el: Doc fix. The menubar is no more changed when printing
10369 is loaded, it only changes when pr-menu-bind or pr-update-menus is
10370 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
10371 (pr-version): New version number (6.8.4).
10372 (pr-menu-bind): New command.
10373 (pr-update-menus): Docstring and code fix.
10374 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
10375 Docstring fix.
10376 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
10377 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
10378
10379 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
10380
10381 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
10382 "Returns" to "return", document useful return values, etc.
10383
10384 2005-06-11 Alan Mackenzie <acm@muc.de>
10385
10386 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
10387 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
10388 (adaptive-file-function): Minor amendment to doc-string.
10389
10390 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
10391
10392 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
10393 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
10394 Fix :type--it is `integer', not `string'.
10395
10396 * faces.el (modeline-highlight): Rename from (the erroneous)
10397 `modeline-higilight'.
10398
10399 2005-06-11 Lute Kamstra <lute@gnu.org>
10400
10401 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
10402 lisp-interaction-mode-map but make it the parent.
10403 (edebug-eval-mode): Use define-derived-mode.
10404
10405 2005-06-11 Andreas Schwab <schwab@suse.de>
10406
10407 * bindings.el: Add binding of `ESC functionkey' for every
10408 `M-functionkey'.
10409 * hexl.el (hexl-mode-map): Likewise.
10410
10411 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
10412
10413 * progmodes/compile.el (compilation-error-regexp-alist-alist)
10414 [msft]: update regexp for newer msft compilers.
10415
10416 2005-06-10 Mark A. Hershberger <mah@everybody.org>
10417
10418 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
10419 ATTLIST portions of included DTDs.
10420 (xml-parse-dtd): Eliminate use of inefficient match-data.
10421
10422 2005-06-10 Miles Bader <miles@gnu.org>
10423
10424 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
10425 (mpuz-text): Remove "-face" suffix from face names.
10426 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
10427 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
10428 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
10429
10430 * play/gomoku.el (gomoku-O, gomoku-X):
10431 Remove "-face" suffix from face names.
10432 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
10433 New backward-compatibility aliases for renamed faces.
10434 (gomoku-font-lock-keywords): Use renamed gomoku faces.
10435
10436 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
10437
10438 * thumbs.el: Fixes for changes of 2005-06-09.
10439 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
10440 as a directory.
10441 (thumbs-thumbname): Remove directory separator from format string;
10442 `thumbs-thumbsdir' now returns a valid directory name.
10443 (thumbs-temp-dir): New defsubst.
10444 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
10445 Use it.
10446
10447 * cus-edit.el (minibuffer):
10448 * files.el (make-backup-file-name-function):
10449 * filesets.el (filesets-external-viewers):
10450 * hilit-chg.el (highlight-changes-colours)
10451 (highlight-changes-face-list, highlight-changes-rotate-faces):
10452 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
10453 * kmacro.el (kmacro-call-macro):
10454 * log-edit.el (log-edit-changelog-full-paragraphs):
10455 * mouse.el (mouse-1-click-follows-link):
10456 * skeleton.el (skeleton-autowrap):
10457 * subr.el (insert-for-yank-1):
10458 * tempo.el (tempo-insert-region):
10459 * terminal.el (terminal-emulator):
10460 * time.el (display-time-mail-face):
10461 * vc.el (vc-annotate):
10462 * vcursor.el (vcursor-copy-line):
10463 * woman.el (woman-bold-headings, woman-ignore)
10464 (woman-default-faces, woman-monochrome-faces):
10465 * calendar/todo-mode.el (todo-insert-threshold):
10466 * emulation/pc-select.el (pc-select-selection-keys-only)
10467 (pc-selection-mode):
10468 * emulation/vip.el (vip-find-char-forward):
10469 * emulation/viper-cmd.el (viper-find-char-forward):
10470 * international/mule-cmds.el
10471 (select-safe-coding-system-accept-default-p)
10472 (input-method-exit-on-invalid-key):
10473 * international/mule-diag.el (describe-coding-system):
10474 * international/ucs-tables.el (unify-8859-on-encoding-mode):
10475 * net/browse-url.el (browse-url-xterm-program):
10476 * obsolete/lazy-lock.el (lazy-lock-mode):
10477 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
10478 (cperl-mode):
10479 * progmodes/cpp.el (cpp-face-light-name-list)
10480 (cpp-face-dark-name-list):
10481 * progmodes/delphi.el (delphi-newline-always-indents):
10482 Fix spellings in docstrings.
10483
10484 * ido.el (ido-mode, ido-file-extensions-order)
10485 (ido-default-file-method, ido-default-buffer-method)
10486 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
10487 (ido-decorations, ido-read-file-name-as-directory-commands)
10488 (ido-read-file-name-non-ido, ido-work-directory-list)
10489 (ido-ignore-item-temp-list, ido-current-directory)
10490 (ido-magic-forward-char, ido-enter-find-file)
10491 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
10492 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
10493
10494 2005-06-10 Lute Kamstra <lute@gnu.org>
10495
10496 * play/dunnet.el (dun-mode): Use define-derived-mode.
10497 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
10498 obsolete alias.
10499
10500 * play/doctor.el (doctor-mode-map): Remove defvar.
10501 (doctor-mode): Use define-derived-mode.
10502
10503 * mail/mspools.el (mspools-mode):
10504 * net/eudc-hotlist.el (eudc-hotlist-mode):
10505 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
10506
10507 2005-06-10 Miles Bader <miles@gnu.org>
10508
10509 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
10510 Remove "-face" suffix from face names.
10511 (flyspell-incorrect-face, flyspell-duplicate-face):
10512 New backward-compatibility aliases for renamed faces.
10513 (flyspell-mode-on, make-flyspell-overlay)
10514 (flyspell-highlight-incorrect-region)
10515 (flyspell-highlight-duplicate-region)
10516 (flyspell-display-next-corrections)
10517 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
10518
10519 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
10520 from face name.
10521 (texinfo-heading-face): New backward-compatibility alias for
10522 renamed face.
10523 (texinfo-heading-face): Use renamed texinfo-heading face.
10524
10525 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
10526 suffix from face names.
10527 (tex-math-face, tex-verbatim-face):
10528 New backward-compatibility aliases for renamed faces.
10529 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
10530 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
10531 literal face name.
10532
10533 * textmodes/table.el (table-cell): Remove "-face" suffix from face
10534 name.
10535 (table-cell-face): New backward-compatibility alias for renamed face.
10536 (table--put-cell-face-property, table--update-cell-face):
10537 Use renamed table-cell face.
10538
10539 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
10540 from face name.
10541 (sgml-namespace-face): New backward-compatibility alias for
10542 renamed face.
10543 (sgml-namespace-face): Use renamed sgml-namespace face.
10544
10545 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
10546 (org-level-4, org-level-5, org-level-6, org-level-7)
10547 (org-level-8, org-warning, org-headline-done)
10548 (org-deadline-announce, org-scheduled-today)
10549 (org-scheduled-previously, org-link, org-done, org-table)
10550 (org-time-grid): Remove "-face" suffix from face names.
10551 (org-level-1-face, org-level-2-face, org-level-3-face)
10552 (org-level-4-face, org-level-5-face, org-level-6-face)
10553 (org-level-7-face, org-level-8-face, org-warning-face)
10554 (org-headline-done-face, org-deadline-announce-face)
10555 (org-scheduled-today-face, org-scheduled-previously-face)
10556 (org-link-face, org-done-face, org-table-face)
10557 (org-time-grid-face):
10558 New backward-compatibility aliases for renamed faces.
10559 (org-level-faces, org-set-font-lock-defaults, org-timeline)
10560 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
10561 (org-agenda-get-timestamps, org-agenda-get-scheduled)
10562 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
10563
10564 * emulation/viper-init.el (viper-search, viper-replace-overlay)
10565 (viper-minibuffer-emacs, viper-minibuffer-insert)
10566 (viper-minibuffer-vi): Remove "-face" suffix from face names.
10567 (viper-search-face, viper-replace-overlay-face)
10568 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
10569 (viper-minibuffer-vi-face):
10570 New backward-compatibility aliases for renamed faces.
10571 (viper-search-face, viper-replace-overlay-face)
10572 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
10573 (viper-minibuffer-vi-face): Use renamed viper faces.
10574
10575 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
10576 Remove "-face" suffix from face names.
10577 (testcover-nohits-face, testcover-1value-face):
10578 New backward-compatibility aliases for renamed faces.
10579 (testcover-mark): Use renamed testcover faces.
10580
10581 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
10582 face name.
10583 (diary-button-face): New backward-compatibility alias for renamed face.
10584 (diary-entry): Use renamed diary-button face.
10585
10586 * calendar/calendar.el (diary, calendar-today, holiday)
10587 (mark-visible-calendar-date): Remove "-face" suffix from face names.
10588 (diary-face, calendar-today-face, holiday-face):
10589 New backward-compatibility aliases for renamed faces.
10590 (eval-after-load "facemenu", diary-entry-marker)
10591 (calendar-today-marker, calendar-holiday-marker, diary-face):
10592 Use renamed calendar faces.
10593
10594 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
10595 (compare-windows-face): New backward-compatibility alias for
10596 renamed face.
10597 (compare-windows-highlight): Use renamed compare-windows face.
10598
10599 * strokes.el (strokes-char): Remove "-face" suffix from face name.
10600 (strokes-char-face): New backward-compatibility alias for renamed face.
10601 (strokes-encode-buffer): Use renamed strokes-char face.
10602
10603 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
10604 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
10605 Remove "-face" suffix from face names.
10606 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
10607 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
10608 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
10609 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
10610 Use renamed pcvs faces.
10611 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
10612 * pcvs-defs.el (cvs-mode-map): Likewise.
10613 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
10614
10615 * info.el (info-title-1, info-title-2, info-title-3)
10616 (info-title-4): Remove "-face" suffix from and downcase face names.
10617 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
10618 (Info-title-4-face):
10619 New backward-compatibility aliases for renamed faces.
10620 (Info-fontify-node): Use renamed info faces.
10621
10622 * hilit-chg.el (highlight-changes, highlight-changes-delete):
10623 Remove "-face" suffix from face names.
10624 (highlight-changes-face, highlight-changes-delete-face):
10625 New backward-compatibility aliases for renamed faces.
10626 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
10627 (hilit-chg-make-list): Use renamed highlight-changes faces.
10628
10629 * generic-x.el (show-tabs-tab, show-tabs-space):
10630 Remove "-face" suffix from face names.
10631 (show-tabs-tab-face, show-tabs-space-face):
10632 New backward-compatibility aliases for renamed faces.
10633 (show-tabs-generic-mode-font-lock-defaults-1)
10634 (show-tabs-generic-mode-font-lock-defaults-2):
10635 Use renamed show-tabs faces.
10636
10637 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
10638 (smerge-markers): Remove "-face" suffix from face names.
10639 (smerge-mine-face, smerge-other-face, smerge-base-face)
10640 (smerge-markers-face):
10641 New backward-compatibility aliases for renamed faces.
10642 (smerge-mine-face, smerge-other-face, smerge-base-face)
10643 (smerge-markers-face): Use renamed smerge faces.
10644
10645 * log-view.el (log-view-file, log-view-message): Remove "-face"
10646 suffix from face names.
10647 (log-view-file-face, log-view-message-face):
10648 New backward-compatibility aliases for renamed faces.
10649 (log-view-file-face, log-view-message-face): Use renamed log-view
10650 faces.
10651
10652 * paren.el (show-paren-match, show-paren-mismatch):
10653 Remove "-face" suffix from face names.
10654 (show-paren-match-face, show-paren-mismatch-face):
10655 New backward-compatibility aliases for renamed faces.
10656 (show-paren-function): Use renamed show-paren faces.
10657
10658 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
10659 (ruler-mode-margins, ruler-mode-fringes)
10660 (ruler-mode-column-number, ruler-mode-fill-column)
10661 (ruler-mode-comment-column, ruler-mode-goal-column)
10662 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
10663 suffix from face names.
10664 (ruler-mode-default-face, ruler-mode-pad-face)
10665 (ruler-mode-margins-face, ruler-mode-fringes-face)
10666 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
10667 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
10668 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
10669 New backward-compatibility aliases for renamed faces.
10670 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
10671 (ruler-mode-column-number, ruler-mode-fill-column)
10672 (ruler-mode-comment-column, ruler-mode-goal-column)
10673 (ruler-mode-tab-stop, ruler-mode-current-column)
10674 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
10675 faces.
10676
10677 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
10678 face name.
10679 (whitespace-highlight-the-space): Use renamed face.
10680 (whitespace-highlight-face): New backward-compatibility alias for
10681 renamed face.
10682
10683 * woman.el (woman-italic, woman-bold, woman-unknown)
10684 (woman-addition, woman-symbol-face):
10685 Remove "-face" suffix from face names.
10686 (woman-italic-face, woman-bold-face, woman-unknown-face)
10687 (woman-addition-face):
10688 New backward-compatibility aliases for renamed faces.
10689 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
10690 (woman-decode-region, woman-replace-match)
10691 (woman-display-extended-fonts, woman-special-characters)
10692 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
10693 Use renamed woman faces.
10694
10695 * longlines.el (longlines-visible-face): Face removed.
10696
10697 * diff-mode.el (diff-header, diff-file-header, diff-index)
10698 (diff-hunk-header, diff-removed, diff-added, diff-changed)
10699 (diff-function, diff-context, diff-nonexistent): Remove "-face"
10700 suffix from face names.
10701 (diff-header-face, diff-file-header-face, diff-index-face)
10702 (diff-hunk-header-face, diff-removed-face, diff-added-face)
10703 (diff-changed-face, diff-function-face, diff-context-face)
10704 (diff-nonexistent-face): New backward-compatibility aliases for
10705 renamed faces.
10706 (diff-header-face, diff-file-header-face)
10707 (diff-index, diff-index-face, diff-hunk-header)
10708 (diff-hunk-header-face, diff-removed, diff-removed-face)
10709 (diff-added, diff-added-face, diff-changed-face, diff-function)
10710 (diff-function-face, diff-context-face, diff-nonexistent)
10711 (diff-nonexistent-face): Use renamed diff-mode faces.
10712
10713 * progmodes/compile.el (compilation-warning-face)
10714 (compilation-info-face): Remove "-face" suffix from face names.
10715 (compilation-warning-face, compilation-info-face):
10716 New backward-compatibility aliases for renamed faces.
10717 (compilation-warning-face, compilation-info-face):
10718 Use renamed compilation faces.
10719
10720 * add-log.el (change-log-date, change-log-name)
10721 (change-log-email, change-log-file, change-log-list)
10722 (change-log-conditionals, change-log-function)
10723 (change-log-acknowledgement): Remove "-face" suffix from face names.
10724 (change-log-date-face, change-log-name-face)
10725 (change-log-email-face, change-log-file-face)
10726 (change-log-list-face, change-log-conditionals-face)
10727 (change-log-function-face, change-log-acknowledgement-face):
10728 New backward-compatibility aliases for renamed faces.
10729 (change-log-font-lock-keywords): Use renamed change-log faces.
10730
10731 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
10732 (custom-set, custom-changed, custom-saved, custom-button)
10733 (custom-button-pressed, custom-documentation, custom-state)
10734 (custom-comment, custom-comment-tag, custom-variable-tag)
10735 (custom-variable-button, custom-face-tag, custom-group-tag-1)
10736 (custom-group-tag): Remove "-face" suffix from face names.
10737 (custom-magic-alist, custom-magic-value-create)
10738 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
10739 (custom-invalid-face, custom-rogue-face, custom-modified-face)
10740 (custom-set-face, custom-changed-face, custom-saved-face)
10741 (custom-button-face, custom-button-pressed-face)
10742 (custom-documentation-face, custom-state-face)
10743 (custom-comment-face, custom-comment-tag-face)
10744 (custom-variable-tag-face, custom-variable-button-face)
10745 (custom-face-tag-face, custom-group-tag-face-1)
10746 (custom-group-tag-face):
10747 New backward-compatibility aliases for renamed faces.
10748
10749 * wid-edit.el (widget-documentation, widget-button)
10750 (widget-field, widget-single-line-field, widget-inactive)
10751 (widget-button-pressed): "-face" suffix removed from face names.
10752 (widget-documentation-face, widget-button-face)
10753 (widget-field-face, widget-single-line-field-face)
10754 (widget-inactive-face, widget-button-pressed-face):
10755 New backward-compatibility aliases for renamed faces.
10756 (widget-documentation-face, widget-button-face)
10757 (widget-button-pressed-face, widget-specify-field)
10758 (widget-specify-inactive): Use renamed widget faces.
10759
10760 2005-06-10 Kenichi Handa <handa@m17n.org>
10761
10762 * term/x-win.el (x-clipboard-yank): Remove condition-case
10763 wrapping.
10764
10765 2005-06-11 Kenichi Handa <handa@m17n.org>
10766
10767 * add-log.el (change-log-font-lock-keywords): Make the regexp for
10768 date lines stricter.
10769
10770 2005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
10771
10772 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
10773 of x-get-selection.
10774
10775 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
10776
10777 * comint.el (comint-mode, comint-snapshot-last-prompt):
10778 * frame.el (frame-current-scroll-bars):
10779 * term.el (term-mode, term-check-proc, term-input-sender)
10780 (term-simple-send, term-extract-string, term-word)
10781 (term-match-partial-filename):
10782 * window.el (window-current-scroll-bars):
10783 * emulation/cua-base.el (cua-normal-cursor-color)
10784 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
10785 (cua-global-mark-cursor-color):
10786 * mail/undigest.el (rmail-forward-separator-regex):
10787 Fix typos in docstrings.
10788
10789 * comint.el (comint-check-proc, make-comint-in-buffer)
10790 (comint-source-default): Doc fixes.
10791
10792 * term.el (term-send-string): Improve argument/docstring consistency.
10793
10794 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
10795
10796 * comint.el (comint-send-input): Bind `inhibit-read-only' around
10797 call to `delete-region'.
10798 (comint-mode-hook): Do not enable Font Lock by default.
10799
10800 2005-06-09 Lute Kamstra <lute@gnu.org>
10801
10802 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
10803 could be void.
10804
10805 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
10806
10807 * emacs-lisp/debug.el (debugger-will-be-back): New var.
10808 (debug): Use it.
10809 (debugger-step-through, debugger-continue, debugger-jump)
10810 (debugger-return-value): Set it when needed.
10811 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
10812 Use inhibit-read-only.
10813
10814 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
10815
10816 * window.el (shrink-window-if-larger-than-buffer)
10817 (window-size-fixed): Fix typo in docstring.
10818
10819 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
10820 thumbnails directory on loading.
10821 (thumbs-conversion-program): Use `eq' to check the system type,
10822 not `equal'.
10823 (thumbs-temp-dir): Initialize to `temporary-file-directory',
10824 not "/tmp". Fix docstring.
10825 (thumbs-thumbsdir): New function to return the thumbnails
10826 directory, creating it if needed.
10827 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
10828 (thumbs-temp-file): Delete variable and make it into a function.
10829 (thumbs-resize-image, thumbs-modify-image): Use it.
10830 (thumbs-kill-buffer): Simplify.
10831 (thumbs-gensym): Defalias or duplicate CL `gensym'.
10832 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
10833 docstrings.
10834
10835 2005-06-09 Kim F. Storm <storm@cua.dk>
10836
10837 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
10838 set-match-data to free markers in match-data.
10839
10840 * replace.el (replace-match-data): Pass RESEAT arg `t' to
10841 match-data to unchain markers in match-data.
10842
10843 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
10844
10845 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
10846 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
10847 unnecessary now.
10848
10849 2005-06-08 Richard M. Stallman <rms@gnu.org>
10850
10851 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
10852 give the variable a doc string that doesn't say don't set it directly.
10853
10854 * textmodes/ispell.el (ispell-check-version):
10855 Use match-string-no-properties.
10856 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
10857 (ispell-buffer-local-words): Likewise.
10858
10859 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
10860 except on terminals with enough colors to really display it.
10861 (makefile-dependency-regex): Delete spurious `bb'.
10862
10863 * faces.el (escape-glyph): Use blue once again in last case.
10864 (no-break-space): Redefine so that it isn't invisible on a tty.
10865
10866 2005-06-08 Kim F. Storm <storm@cua.dk>
10867
10868 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
10869 also when reading directory name.
10870
10871 2005-06-08 Lute Kamstra <lute@gnu.org>
10872
10873 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
10874 (flyspell-mode-line-string): Remove autoload cookie.
10875 (flyspell-mode): Remove defvar.
10876
10877 2005-06-07 Lute Kamstra <lute@gnu.org>
10878
10879 * textmodes/org.el (org-run-mode-hooks): New function.
10880 (org-agenda-mode): Use it.
10881
10882 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
10883
10884 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
10885
10886 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
10887
10888 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
10889
10890 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
10891
10892 * font-lock.el (font-lock-add-keywords): Doc fix.
10893
10894 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
10895
10896 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
10897 (tex-compile-default): In the absence of any history, use the order in
10898 tex-compile-alist to choose the preferred command.
10899 (tex-compile-commands): Reorder a bit.
10900
10901 * textmodes/flyspell.el (flyspell-auto-correct-binding)
10902 (flyspell-incorrect-face, flyspell-duplicate-face):
10903 Use (X)Emacs-agnostic code.
10904 (flyspell-mode-map): Don't overwrite at each load. Remove code
10905 redundant with the subsequent add-minor-mode. Merge Emacs and
10906 XEmacs code.
10907 (flyspell-word): Minor simplification.
10908 (flyspell-math-tex-command-p): Quieten the byte-compiler.
10909 (flyspell-external-point-words): Remove unused vars `size' and `start'.
10910 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
10911 Merge the corresponding Emacs code.
10912 (flyspell-correct-word, flyspell-xemacs-popup):
10913 Use flyspell-do-correct.
10914
10915 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
10916 a dedicated window.
10917
10918 * international/latexenc.el (latexenc-find-file-coding-system):
10919 Undo part of last patch, to turn off a compiler warning.
10920
10921 2005-06-06 Juri Linkov <juri@jurta.org>
10922
10923 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
10924 Rename `tmm-inactive-face' to `tmm-inactive'.
10925
10926 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
10927
10928 * iswitchb.el: Rename faces.
10929
10930 2005-06-06 Kim F. Storm <storm@cua.dk>
10931
10932 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
10933 (cua-global-mark): Remove -face suffix from face names.
10934
10935 * emulation/cua-gmrk.el (cua--init-global-mark):
10936 Remove cua-global-mark face setup.
10937
10938 2005-06-06 Richard M. Stallman <rms@gnu.org>
10939
10940 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
10941 just like other allowed characters.
10942 (makefile-match-dependency): Exclude leading and training whitespace
10943 from the range of regexp subexp 1.
10944 (makefile-macroassign-regex): Don't try to match the body,
10945 just the name of the macro being defined.
10946
10947 * info.el (Info-read-node-name-2): New function.
10948 (Info-read-node-name-1): Use that.
10949 Add a completion-base-size-function property.
10950
10951 * simple.el (completion-setup-function): Look for
10952 completion-base-size-function property of minibuffer-completion-table.
10953
10954 * files.el (locate-file-completion): Doc fix.
10955
10956 * printing.el: Don't call pr-update-menus; user must do that.
10957
10958 * emacs-lisp/debug.el (debugger-window): New variable.
10959 (debug): Use debugger-window if it is set and still alive.
10960 Record debugger-window for next entry.
10961
10962 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
10963
10964 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
10965
10966 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
10967 (hack-one-local-variable, hack-local-variables)
10968 (hack-local-variables-prop-line): Pass that arg.
10969
10970 2005-06-06 Kim F. Storm <storm@cua.dk>
10971
10972 * ido.el (ido-first-match, ido-only-match, ido-subdir)
10973 (ido-indicator): Remove -face suffix from face names.
10974
10975 2005-06-06 Juri Linkov <juri@jurta.org>
10976
10977 * font-lock.el (font-lock-regexp-backslash)
10978 (font-lock-regexp-backslash-construct): New faces.
10979 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
10980 after `('. Add `while-no-input' to control structures.
10981
10982 * faces.el (no-break-space, shadow): New faces.
10983 (escape-glyph): Use less loud colors pink2 and red4.
10984
10985 * diff-mode.el (diff-context-face)
10986 * dired.el (dired-ignored)
10987 * rfn-eshadow.el (file-name-shadow)
10988 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
10989
10990 * info.el (Info-title-1-face): Use green instead of yellow because
10991 bold yellow is not readable on light backgrounds.
10992
10993 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
10994 before selecting the desired mode to not spend time fontifying
10995 old contents.
10996
10997 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
10998
10999 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
11000 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
11001
11002 * ps-print.el (ps-default-fg, ps-default-bg):
11003 Fix typos in docstrings.
11004
11005 * isearchb.el (isearchb): Don't pass a spurious second argument to
11006 `iswitchb-completions'.
11007
11008 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
11009
11010 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
11011 to preserve point.
11012 (gdb-find-file-hook): Add doc string.
11013
11014 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
11015 C dereferenced pointer expression.
11016 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
11017
11018 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
11019
11020 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
11021 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
11022 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
11023 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
11024 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
11025 Make background transparent.
11026
11027 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
11028
11029 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
11030 (font-lock-remove-keywords): Doc fix.
11031 (font-lock-mode-major-mode): Compiler defvar.
11032 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
11033
11034 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
11035 (font-lock-mode): Update `font-lock-mode-major-mode'.
11036 (font-lock-set-defaults): Compiler defvar.
11037 (font-lock-default-function): Take `font-lock-mode-major-mode'
11038 into account.
11039
11040 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
11041 keep track of which major mode it enabled the minor mode for.
11042 Use find-file-hook again. Update docstring.
11043
11044 * simple.el (eval-expression-print-level)
11045 (eval-expression-print-length, eval-expression-debug-on-error):
11046 Doc fixes.
11047
11048 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
11049
11050 * iswitchb.el (iswitchb-single-match-face)
11051 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
11052 (iswitchb-invalid-regexp-face): New faces.
11053 (iswitchb-completions): Use them.
11054 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
11055 now marked as an obsolete alias.
11056 (iswitchb-read-buffer): Remove check for bound font variables.
11057 (iswitchb-invalid-regexp): New free variable.
11058 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
11059 set iswitchb-invalid-regexp.
11060 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
11061 invalid regexps.
11062 (iswitchb-completions): Add check for complete match when entering
11063 a regexp.
11064 (iswitchb-completions): Remove require-match argument.
11065 (iswitchb-exhibit): Fix caller.
11066 (iswitchb-common-match-inserted): New variable.
11067 (iswitchb-complete, iswitchb-completion-help): Use it.
11068
11069 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
11070
11071 * url-http.el (url-http-chunked-encoding-after-change-function):
11072 Use `url-http-debug' instead of `message'.
11073
11074 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
11075
11076 * url-http.el (url-http-parse-headers): Pass redirected URL as a
11077 callback argument.
11078
11079 2005-06-04 Kim F. Storm <storm@cua.dk>
11080
11081 * simple.el (line-move): Only call sit-for when moving backwards.
11082
11083 * ido.el (ido-make-merged-file-list-1): New defun split from
11084 ido-make-merged-file-list.
11085 (ido-make-merged-file-list): Bind throw-on-input around call to
11086 ido-make-merged-file-list-1. Return input-pending-p if
11087 interrupted by more input available.
11088 (ido-read-internal): Handle input-pending-p return value from
11089 ido-make-merged-file-list.
11090
11091 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
11092
11093 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
11094 compatibility code.
11095
11096 * international/latexenc.el (latexenc-find-file-coding-system):
11097 Don't inherit the EOL part of the coding-system from the
11098 tex-main buffer. Fit within 80 columns.
11099
11100 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
11101
11102 * tmm.el (tmm-inactive-face): New face.
11103 (tmm-remove-inactive-mouse-face): New function.
11104 (tmm-prompt, tmm-add-one-shortcut)
11105 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
11106 but not selectable.
11107
11108 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
11109
11110 * faces.el (face-equal): Improve argument/docstring consistency.
11111
11112 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
11113
11114 * progmodes/make-mode.el (makefile-targets-face)
11115 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
11116 (makefile-bsdmake-dependency-regex)
11117 (makefile-makepp-rule-action-regex)
11118 (makefile-bsdmake-rule-action-regex): New constants.
11119 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
11120
11121 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11122 Allow (...) within `...' for makepp messages.
11123
11124 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
11125
11126 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
11127
11128 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
11129 "." files are deleted from all file lists before comparison.
11130
11131 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
11132 (viper-ESC-key): Made them customizable.
11133
11134 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
11135
11136 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
11137
11138 * autorevert.el (auto-revert-buffers): Use save-match-data.
11139
11140 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
11141
11142 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
11143 menu items with a nil command binding.
11144
11145 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
11146
11147 * emacs-lisp/cl-macs.el (defsetf):
11148 Improve argument/docstring consistency.
11149
11150 * faces.el (list-faces-display): Improve the formatting by
11151 computing the maximum length required for any face-name (reworked
11152 patch of 1999-01-11, accidentally deleted on 1999-07-21).
11153 (internal-find-face): Remove redundant info in docstring.
11154
11155 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
11156
11157 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
11158 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
11159 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
11160 (gdb-assembler-custom): Improve regexps.
11161 (def-gdb-auto-update-handler): Use window point to preserve point.
11162
11163 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
11164
11165 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
11166
11167 2005-05-31 Jay Belanger <belanger@truman.edu>
11168
11169 * calc/calc-embed.el (calc-embedded-word): Change argument passed
11170 to calc-embedded.
11171 (calc-embedded-make-info): Have plain prefix argument select
11172 entire line.
11173
11174 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
11175
11176 * faces.el (list-faces-display): Signal error if passed a regexp
11177 that matches no face name.
11178
11179 * simple.el (filter-buffer-substring): Fix typo in docstring.
11180
11181 2005-05-31 Richard M. Stallman <rms@gnu.org>
11182
11183 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
11184 (vhdl-emacs-21): Doc fix.
11185 (vhdl-mode): Unconditionally set comment-padding.
11186 (vhdl-fixup-whitespace-region): Insert spaces only where
11187 there are none.
11188 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
11189
11190 2005-05-30 John Wiegley <johnw@newartisans.com>
11191
11192 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
11193 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
11194 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
11195 `directory-sep-char' to ?/, and all uses of `string-to-int' to
11196 `string-to-number'.
11197
11198 2005-05-30 Jay Belanger <belanger@truman.edu>
11199
11200 * calc/calc.el (calc-bug-address): Fix docstring.
11201 (calc-window-hook, calc-trail-window-hook): New variables.
11202 (calc-trail-display): Restore use of calc-trail-window-hook.
11203 (calc): Restore use of calc-window-hook.
11204
11205 2005-05-31 Masatake YAMATO <jet@gyve.org>
11206
11207 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
11208
11209 * help-fns.el (help-C-file-name): Add autoload mark for
11210 `find-function-noselect'.
11211
11212 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
11213
11214 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
11215 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
11216
11217 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
11218
11219 * calendar/diary-lib.el (mark-included-diary-files): Only kill
11220 included diary buffer if it was not already being visited.
11221 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
11222
11223 * calendar/icalendar.el (top-level): Do not require 'appt.
11224
11225 * mail/supercite.el (sc-select-attribution): Only use a list
11226 element from sc-attrib-selection-list if it returns a string.
11227 Reported by Davide G. M. Salvetti <salve@debian.org>.
11228
11229 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
11230
11231 * thumbs.el (thumbs-thumbname): The resulting thumbname now
11232 includes a hash value to improve its uniqueness, and has a ".jpg"
11233 extension. Also, it is now a valid filename on all systems.
11234 (thumbs-make-thumb): Use `let', not `let*'.
11235 (thumbs-show-thumbs-list): Check for JPEG availability.
11236
11237 2005-05-30 Richard M. Stallman <rms@gnu.org>
11238
11239 * filesets.el (filesets-menu-ensure-use-cached):
11240 Prevent warning when emacs-version>= is undefined.
11241
11242 * printing.el (pr-interactive-n-up): Use string-to-number.
11243
11244 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
11245
11246 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
11247 Warn only when name to be defined is quoted.
11248
11249 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
11250
11251 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
11252 Make regexp more robust.
11253 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
11254 Force regeneration of disassembly.
11255
11256 2005-05-29 Jay Belanger <belanger@truman.edu>
11257
11258 * calc/calc.el (calc-user-invocation): Check if
11259 calc-invocation-macro is non-nil.
11260
11261 2005-05-29 Juri Linkov <juri@jurta.org>
11262
11263 * add-log.el (change-log-font-lock-keywords):
11264 Add `+' to e-mail regexp to accept mail address with keywords.
11265
11266 * man.el (Man-name-regexp): Add `:' to accept qualified names.
11267
11268 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
11269
11270 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
11271
11272 * ielm.el (inferior-emacs-lisp-mode): Ditto.
11273
11274 2005-05-29 Richard M. Stallman <rms@gnu.org>
11275
11276 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
11277 Undo the change that moves to end of the current word.
11278
11279 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
11280
11281 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
11282 Throw error when count <= 0 to ensure input is a number.
11283 (gdb-read-memory-custom): Pick up address from buffer.
11284 (gdb-memory-mode): Allow user to increment and decrement
11285 memory address from header line.
11286
11287 2005-05-29 Richard M. Stallman <rms@gnu.org>
11288
11289 * flyspell.el (flyspell-version): Function deleted.
11290 (flyspell-auto-correct-previous-hook): Doc fix.
11291
11292 * jit-lock.el (jit-lock-function, jit-lock-after-change):
11293 Do nothing if memory is full.
11294
11295 * font-lock.el (font-lock-fontify-syntactically-region):
11296 Pass t for GREEDY to looking-back.
11297
11298 * saveplace.el (save-place-alist-to-file): Write the file
11299 using write-region.
11300
11301 * subr.el (looking-back): New argument GREEDY.
11302
11303 * progmodes/compile.el (compilation-start): Set the mode
11304 before inserting the initial text.
11305
11306 * progmodes/which-func.el (which-func-update-1): Turn the mode
11307 off in case of error by setting which-func-mode.
11308
11309 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
11310
11311 * flyspell.el (flyspell-auto-correct-previous-word):
11312 Narrow down to what's on the screen, and recenter overlays
11313 at the end of the next word.
11314
11315 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
11316
11317 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
11318 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
11319 (flyspell-abbrev-p): Default to nil.
11320 (flyspell-use-global-abbrev-table-p): Doc fix.
11321 (flyspell-large-region): Allow nil as value.
11322 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
11323
11324 (mail-mode-flyspell-verify): More robust handling
11325 of `mail-header-separator'. More efficient signature detection.
11326 Allow for regexp metacharacters in message-header-separator.
11327 Adding `To' not to be checked in mail-mode-flyspell-verify.
11328
11329 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
11330 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
11331 Bind flyspell-auto-correct-binding.
11332 Bind C-. and C-, .
11333 (flyspell-mode-map): Likewise.
11334 (flyspell-mode): Doc fix.
11335 (flyspell-accept-buffer-local-defs): Preserve current buffer.
11336 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
11337 (flyspell-word-cache-result): New var, always local.
11338 (flyspell-check-pre-word-p): Doc fix.
11339 (flyspell-check-changed-word-p): Handle spc like newline.
11340 (flyspell-post-command-hook): Set flyspell-word-cache-result.
11341 (flyspell-word-search-backward, flyspell-word-search-forward):
11342 New functions.
11343 (flyspell-word): Return t if nothing to check.
11344 When parsing TeX code, check for after } or \.
11345 Use flyspell-word-search-backward to find previous word.
11346 Return nil if duplicated word.
11347 For word already checked, return same value as last time.
11348 Set flyspell-word-cache-result after checking.
11349 Don't clobber the return value.
11350 (flyspell-get-word): Major rewrite.
11351 (flyspell-external-point-words): New locals pword, pcount.
11352 Fix size used in progress message.
11353 Find the proper corresponding word in flyspell-large-region-buffer.
11354 (flyspell-region): Check for flyspell-large-region = nil.
11355 (flyspell-highlight-incorrect-region): Clean up overlays in region.
11356 (flyspell-auto-correct-word): Check that WORD is a cons.
11357 (flyspell-correct-word): Likewise.
11358
11359 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
11360
11361 * progmodes/make-mode.el (makefile-rule-action-regex)
11362 (makefile-macroassign-regex, makefile-makepp-mode)
11363 (makefile-bsdmake-mode): Continuation lines may be empty.
11364 Reported by Joshua Varner.
11365 (makefile-makepp-font-lock-keywords): Add $(stem).
11366
11367 2005-05-28 Karl Berry <karl@gnu.org>
11368
11369 * textmodes/tex-mode.el: Now that tex-send-command calls
11370 shell-quote-argument (2005-03-31 change), remove all calls to
11371 shell-quote-argument; they all end up invoking tex-send-command.
11372 The double quoting loses on filenames with non-safe characters,
11373 such as "@". Reported by Frederik Fouvry.
11374
11375 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
11376
11377 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
11378 about preserving point.
11379
11380 2005-05-27 Jay Belanger <belanger@truman.edu>
11381
11382 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
11383 Info-goto-node.
11384
11385 * calc/calc-embed.el (calc-embed-arg): New variable.
11386 (calc-do-embedded-activate, calc-embedded-activate-formula)
11387 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
11388 variable by new variable.
11389 (calc-embedded-make-info): Replace undeclared variable by new
11390 variable. When selecting region with positive prefix
11391 argument, use end of previous line instead of beginning of line.
11392
11393 * calc/calc-aent.el (calc-arg-values): Declare it.
11394
11395 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
11396 Declare them.
11397
11398 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
11399
11400 * calc/calc.el (calc-alg-map): Declare it.
11401
11402 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
11403
11404 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
11405
11406 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
11407 (gdb-registers-buffer, toggle-gdb-all-registers):
11408 Toggle display of floating point registers.
11409 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
11410
11411 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
11412 (toggle-gud-tooltip-dereference):
11413 Rename from gud-toggle-tooltip-dereference.
11414
11415 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
11416
11417 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
11418
11419 2005-05-27 Jay Belanger <belanger@truman.edu>
11420
11421 * calc/calc-prog.el (calc-kbd-report): Remove.
11422 (calc-kbd-query): Rewrite.
11423
11424 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
11425
11426 * image.el (image-library-alist): Move to image.c.
11427 (image-type-available-p): Doc fix.
11428
11429 2005-05-27 Lute Kamstra <lute@gnu.org>
11430
11431 * calc/calc.el (calc):
11432 * outline.el (outline-1, outline-2, outline-3, outline-4)
11433 (outline-5, outline-6, outline-7, outline-8):
11434 * textmodes/dns-mode.el (dns-mode):
11435 * textmodes/sgml-mode.el (sgml-namespace-face):
11436 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
11437 (tex-verbatim-face, tex-use-reftex):
11438 * textmodes/texinfo.el (texinfo-heading-face):
11439 Specify customization group.
11440
11441 * longlines.el: Don't require easy-mmode.
11442 (longlines-visible-face): Specify customization group.
11443
11444 2005-05-27 Kenichi Handa <handa@m17n.org>
11445
11446 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
11447 encoding table of windows-1251.
11448
11449 * international/ucs-tables.el (ucs-set-table-for-input):
11450 If translation-table-for-input of a coding system is a symbol, get
11451 its translation-table property.
11452
11453 * international/code-pages.el: Don't register a coding system into
11454 non-iso-charset-alist more than once.
11455 (cp-make-coding-system): Likewise.
11456
11457 2005-05-26 John Wiegley <johnw@newartisans.com>
11458
11459 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
11460 `eshell-resume-eval' is wrapped in a list, it indicates that the
11461 command was run asynchronously. In that case, unwrap the value
11462 before checking the delimiter value.
11463
11464 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
11465 character before a space at the end of a line is \, assume the space
11466 is part of the last argument rather than a final argument separator.
11467
11468 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
11469 is in use, and the target is `t' or `nil' (which are the most common
11470 values), don't assume that the symbol target is a buffer.
11471
11472 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
11473
11474 * calendar/calendar.el (calendar-mode-line-format):
11475 Use mode-line-highlight as mouse-face.
11476
11477 * time.el (display-time-string-forms, display-time-update):
11478 Use mode-line-highlight as mouse-face.
11479
11480 2005-05-26 Jay Belanger <belanger@truman.edu>
11481
11482 * calc/calc.el (calc-language-alist): Remove extra defvar.
11483
11484 2005-05-26 Lute Kamstra <lute@gnu.org>
11485
11486 * arc-mode.el (archive-mode):
11487 * bookmark.el (bookmark-read-annotation-mode)
11488 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
11489 * bs.el (bs-mode):
11490 * calc/calc-yank.el (calc-edit-mode):
11491 * calc/calc.el (calc-mode, calc-trail-mode):
11492 * calculator.el (calculator-mode):
11493 * chistory.el (command-history-mode):
11494 * comint.el:
11495 * cus-edit.el (custom-mode):
11496 * descr-text.el (describe-text-mode):
11497 * ebuff-menu.el (Electric-buffer-menu-mode):
11498 * ediff-util.el (ediff-mode):
11499 * emacs-lisp/re-builder.el (reb-mode):
11500 * emulation/vi.el (vi-mode-setup):
11501 * emulation/ws-mode.el (wordstar-mode):
11502 * eshell/esh-mode.el (eshell-mode):
11503 * forms.el (forms-mode):
11504 * help-mode.el (help-mode):
11505 * hexl.el (hexl-mode):
11506 * ibuffer.el (ibuffer-mode):
11507 * ielm.el (inferior-emacs-lisp-mode):
11508 * info.el (Info-mode, Info-edit-mode):
11509 * international/swedish.el:
11510 * ledit.el (ledit-from-lisp-mode):
11511 * locate.el (locate-mode):
11512 * mail/rmail.el (rmail-mode):
11513 * mail/rmailedit.el (rmail-edit-mode):
11514 * mail/rmailsum.el (rmail-summary-mode):
11515 * mail/supercite.el (sc-electric-mode):
11516 * net/eudc.el (eudc-mode):
11517 * net/quickurl.el (quickurl-list-mode):
11518 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
11519 * obsolete/ooutline.el (outline-mode):
11520 * obsolete/options.el (Edit-options-mode):
11521 * obsolete/rnews.el (news-mode):
11522 * obsolete/rnewspost.el (news-reply-mode):
11523 * play/5x5.el (5x5-mode):
11524 * play/decipher.el (decipher-mode, decipher-stats-mode):
11525 * play/gomoku.el (gomoku-mode):
11526 * play/snake.el (snake-mode):
11527 * play/solitaire.el (solitaire-mode):
11528 * play/tetris.el (tetris-mode):
11529 * progmodes/ada-mode.el (ada-mode):
11530 * progmodes/antlr-mode.el (antlr-mode):
11531 * progmodes/autoconf.el (autoconf-mode):
11532 * progmodes/dcl-mode.el (dcl-mode):
11533 * progmodes/delphi.el (delphi-mode):
11534 * progmodes/ebrowse.el (ebrowse-tree-mode)
11535 (ebrowse-electric-list-mode, ebrowse-member-mode)
11536 (ebrowse-electric-position-mode):
11537 * progmodes/f90.el (f90-mode):
11538 * progmodes/fortran.el (fortran-mode):
11539 * progmodes/icon.el (icon-mode):
11540 * progmodes/idlw-help.el (idlwave-help-mode):
11541 * progmodes/idlw-shell.el (idlwave-shell-mode):
11542 * progmodes/idlwave.el (idlwave-mode):
11543 * progmodes/inf-lisp.el (inferior-lisp-mode):
11544 * progmodes/m4-mode.el (m4-mode):
11545 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
11546 * progmodes/modula2.el (modula-2-mode):
11547 * progmodes/octave-inf.el (inferior-octave-mode):
11548 * progmodes/octave-mod.el (octave-mode):
11549 * progmodes/pascal.el (pascal-mode):
11550 * progmodes/sh-script.el (sh-mode):
11551 * progmodes/sql.el (sql-mode, sql-interactive-mode):
11552 * progmodes/vhdl-mode.el (vhdl-mode):
11553 * progmodes/xscheme.el (scheme-interaction-mode):
11554 * replace.el (occur-mode):
11555 * ses.el (ses-mode):
11556 * simple.el (completion-list-mode):
11557 * skeleton.el:
11558 * speedbar.el (speedbar-mode):
11559 * term.el (term-mode):
11560 * terminal.el (terminal-edit-mode):
11561 * textmodes/reftex-index.el (reftex-index-mode)
11562 (reftex-index-phrases-mode):
11563 * textmodes/reftex-sel.el (reftex-select-label-mode)
11564 (reftex-select-bib-mode):
11565 * textmodes/reftex-toc.el (reftex-toc-mode):
11566 * wdired.el (wdired-change-to-wdired-mode):
11567 * wid-browse.el (widget-browse-mode):
11568 Use run-mode-hooks.
11569
11570 * array.el (array-mode):
11571 * calendar/todo-mode.el (todo-mode):
11572 * man.el (Man-mode):
11573 * play/landmark.el (lm-mode):
11574 * play/mpuz.el (mpuz-mode):
11575 Use kill-all-local-variables and run-mode-hooks.
11576
11577 * subr.el (delay-mode-hooks): Specify indentation.
11578
11579 2005-05-26 Mark A. Hershberger <mah@everybody.org>
11580
11581 * xml.el (xml-substitute-special): Don't die for undefined xml
11582 entities.
11583
11584 2005-05-26 Jay Belanger <belanger@truman.edu>
11585
11586 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
11587 of nil.
11588
11589 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
11590
11591 * progmodes/gdb-ui.el (gdb-frame-address):
11592 Rename from gdb-current-address.
11593 (gdb-previous-frame-address): Rename from gdb-previous-address.
11594 (gdb-selected-frame): Rename from gdb-current-frame.
11595 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
11596 (gdb-frame-number): Rename from gdb-current-stack-level.
11597 (gdb-ann3): Match new mode-name for disassembly buffer.
11598 Extend initialization of variables.
11599 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
11600 (gdb-memory-mode): Use mouse-face in header line.
11601 (gdb-assembler-buffer-name): Call it disassembly and give frame
11602 in mode line.
11603 (gdb-source-spec-regexp, gdb-assembler-custom)
11604 (gdb-invalidate-assembler, gdb-frame-handler):
11605 Make robust to leading zeroes in address format.
11606
11607 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
11608
11609 * textmodes/org.el (org-mode): Use `define-derived-mode' to
11610 define `org-mode'.
11611 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
11612
11613 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
11614
11615 * log-edit.el (log-edit-changelog-entries): Distinguish between
11616 filenames like xfns.c and fns.c.
11617
11618 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
11619
11620 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
11621 point after reverting.
11622 (Buffer-menu-make-sort-button): Handle the case where
11623 `Buffer-menu-use-header-line' is nil.
11624
11625 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
11626
11627 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
11628 New funcs. In minibuffer-local-completion-map bind `]', `/'
11629 and `:' to them.
11630
11631 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
11632
11633 * startup.el (normal-top-level): Allow modification of load-path while
11634 we're iterating over it.
11635
11636 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
11637
11638 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
11639 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
11640 (thumbs-resize-interactive, thumbs-insert-image)
11641 (thumbs-insert-thumb, thumbs-dired-show-marked)
11642 (thumbs-find-image-at-point, thumbs-delete-images)
11643 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
11644 (thumbs-increment-image-size, thumbs-decrement-image-size):
11645 Fix typos in docstrings.
11646
11647 2005-05-24 Andre Spiegel <spiegel@gnu.org>
11648
11649 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
11650 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
11651 (cperl-mode): Use them.
11652
11653 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
11654
11655 * window.el (quit-window, shrink-window-if-larger-than-buffer):
11656 Doc fixes.
11657
11658 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
11659
11660 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
11661 Bind C-d to gdb-inferior-io-eof.
11662
11663 * dired.el (dired-dnd-popup-notice): Use message-box.
11664
11665 2005-05-23 Masatake YAMATO <jet@gyve.org>
11666
11667 * bindings.el (mode-line-major-mode-keymap):
11668 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
11669
11670 * faces.el (mode-line-highlight): New face.
11671
11672 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
11673 as mouse-face.
11674
11675 * bindings.el (top-level, help-echo, mode-line-modified)
11676 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
11677 as mouse-face.
11678
11679 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
11680
11681 * progmodes/cc-engine.el (c-guess-basic-syntax):
11682 Remove spurious call to `zerop'.
11683
11684 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
11685
11686 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
11687
11688 CC Mode update to 5.30.10:
11689
11690 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
11691 could go past the limit in decoration level 2, thereby causing
11692 errors during interactive fontification.
11693
11694 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
11695 the file is evaluated interactively.
11696
11697 * cc-engine.el (c-guess-basic-syntax): Handle operator
11698 declarations somewhat better in C++.
11699
11700 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
11701 make use of `run-mode-hooks' which has been added in Emacs 21.1.
11702 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
11703 (awk-mode): Use it.
11704 (make-local-hook): Suppress warning about obsoleteness.
11705
11706 * cc-engine.el, cc-align.el, cc-cmds.el
11707 (c-append-backslashes-forward, c-delete-backslashes-forward)
11708 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
11709 Compensate for return value from `forward-line' when it has moved
11710 but not to a different line due to eob.
11711
11712 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
11713 `objc-method-intro' and `objc-method-args-cont'.
11714
11715 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
11716
11717 CC Mode update to 5.30.10:
11718
11719 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
11720 in the copyright statement. Incidentally, change "along with GNU
11721 Emacs" to "along with this program" where it occurs.
11722
11723 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
11724 so that it is interactive, hence can be found by M-x awk-mode
11725 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
11726 <gmorris+emacs@ast.cam.ac.uk>.
11727
11728 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
11729 Mode's regexps.
11730
11731 2005-05-23 Kevin Ryde <user42@zip.com.au>
11732
11733 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
11734 c-parse-state, to avoid a lisp error (on bad code).
11735
11736 2005-05-23 Lute Kamstra <lute@gnu.org>
11737
11738 * subr.el (font-lock-defaults): Remove defvar as it's already
11739 defined in font-core.el.
11740
11741 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
11742
11743 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
11744
11745 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
11746 more general and work when GDB variable "print pretty" is on,
11747 as with Emacs, for example.
11748
11749 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
11750
11751 * font-core.el: Update comment.
11752
11753 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
11754 Use `after-change-major-mode-hook' instead of `find-file-hook'.
11755
11756 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
11757
11758 2005-05-22 Eli Zaretskii <eliz@gnu.org>
11759
11760 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
11761 and `yank-handler' in the doc strings.
11762
11763 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
11764
11765 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
11766
11767 2005-05-22 Richard M. Stallman <rms@gnu.org>
11768
11769 * help.el (describe-key): Move print-help-return-message call
11770 out of conditional.
11771
11772 * progmodes/etags.el (list-tags): Use with-no-warnings.
11773
11774 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
11775 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
11776 (starttls-extra-args, starttls-extra-arguments): Add defvars.
11777
11778 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
11779
11780 * language/viet-util.el (viet-viscii-nonascii-translation-table):
11781 Add defvar.
11782
11783 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
11784 Use defvar, not defconst.
11785
11786 * hexl.el (hexl-follow-line): Use with-no-warnings.
11787
11788 * emulation/tpu-extras.el: Use write-file-functions instead of
11789 write-file-hooks.
11790
11791 * dired.el (dired-font-lock-keywords): Fontify files with junk
11792 extensions even if marked by -F.
11793
11794 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
11795
11796 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
11797 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
11798 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
11799 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
11800 (concatenate, list-length, get*, getf, cl-remprop):
11801 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
11802 (etypecase, progv, lexical-let, lexical-let*)
11803 (multiple-value-bind, multiple-value-setq, shiftf):
11804 Improve argument/docstring consistency.
11805
11806 * subr.el (focus-frame, unfocus-frame):
11807 Revert deletion on 2005-05-01.
11808
11809 2005-05-22 Andre Spiegel <spiegel@gnu.org>
11810
11811 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
11812 doesn't exist.
11813
11814 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
11815 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
11816
11817 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
11818
11819 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
11820 already deleted variables: auto-fill-hook, blink-paren-hook,
11821 lisp-indent-hook, inhibit-local-variables, unread-command-event,
11822 suspend-hooks, comment-indent-hook, meta-flag,
11823 before-change-function, after-change-function,
11824 font-lock-doc-string-face.
11825
11826 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
11827
11828 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
11829
11830 2005-05-21 Eli Zaretskii <eliz@gnu.org>
11831
11832 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
11833 rmail-dont-reply-to.
11834
11835 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
11836
11837 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
11838 literal blank when splitting new-header-values.
11839
11840 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
11841
11842 * calendar/cal-menu.el (cal-menu-update): Add separator as a
11843 string so that tmm doesn't create a completion entry for it.
11844
11845 * textmodes/table.el (table-disable-menu): Ditto.
11846
11847 2005-05-21 Richard M. Stallman <rms@gnu.org>
11848
11849 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
11850
11851 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
11852
11853 * net/rcompile.el (remote-compile): Use compilation-start.
11854
11855 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
11856
11857 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
11858
11859 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
11860 Default to makefile-bsdmake-mode on BSD systems.
11861
11862 * imenu.el (imenu-generic-expression, imenu--generic-function'):
11863 REGEXP may also be a search function now. The part of doc-string
11864 for describing the structure was 95% identical to that of
11865 `imenu--generic-function'. Unify it there.
11866
11867 * progmodes/make-mode.el (makefile-imenu-generic-expression):
11868 Use function to find dependencies, because regexp alone is so complex,
11869 it easily goes into an endless loop.
11870 (makefile-makepp-mode): Also add submenu for Perl functions
11871 defined in the makefile.
11872 (makefile-bsdmake-mode): Special imenu-generic-expression no
11873 longer needed, due to function call.
11874 (makefile-match-dependency): Take BOUND into account when checking
11875 if we're through.
11876
11877 2005-05-20 Jay Belanger <belanger@truman.edu>
11878
11879 * calc/calc-units.el (calc-invalidate-units-table):
11880 Use inhibit-read-only.
11881 (math-build-units-table-buffer): Use view-mode.
11882
11883 2005-05-20 David Kastrup <dak@gnu.org>
11884
11885 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
11886 easy-menu-add is not a nop on Emacs; and clarify when to call it.
11887
11888 2005-05-20 Lute Kamstra <lute@gnu.org>
11889
11890 * diff-mode.el (diff-header-face, diff-file-header-face)
11891 (diff-index-face, diff-hunk-header-face, diff-removed-face)
11892 (diff-added-face, diff-changed-face, diff-function-face)
11893 (diff-context-face, diff-nonexistent-face): Put them in the
11894 diff-mode customization group.
11895
11896 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
11897
11898 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
11899
11900 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
11901
11902 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
11903 Minor regexp-optimization.
11904
11905 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
11906
11907 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
11908 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
11909 (org-agenda-add-time-grid-maybe): New function.
11910 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
11911 (org-table-create): `dotimes' instead of `mapcar'.
11912 (org-xor): Simplify implementation.
11913 (org-agenda): `inhibit-redisplay' turned on.
11914 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
11915 a consistent line after a state change.
11916 (org-agenda-remove-times-when-in-prefix): New option.
11917 (org-prefix-has-time): New variable.
11918 (org-parse-time-string): Optional argument NODEFAULT.
11919 (org-format-agenda-item): Parse items for time-of-day
11920 specifications and move these into the prefix if possible.
11921 (org-agenda-priority): Get current heading, not previous heading
11922 during agenda remote editing.
11923
11924 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
11925
11926 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
11927 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
11928 (remove-duplicates, delete-duplicates, substitute)
11929 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
11930 (nsubstitute-if-not, find, find-if, find-if-not, position)
11931 (position-if, position-if-not, count, count-if, count-if-not)
11932 (mismatch, search, sort*, stable-sort, merge, member*)
11933 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
11934 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
11935 (intersection, nintersection, set-difference, nset-difference)
11936 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
11937 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
11938 (nsublis, tree-equal): Improve argument/docstring consistency.
11939
11940 * subr.el (send-string, send-region):
11941 Remove obsolescence declaration.
11942 (window-dot, set-window-dot, read-input, show-buffer)
11943 (eval-current-buffer, string-to-int):
11944 Add release number to obsolescence declarations.
11945
11946 2005-05-19 Kim F. Storm <storm@cua.dk>
11947
11948 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
11949 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
11950
11951 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
11952
11953 * faces.el (list-faces-display): Make back button respect optional
11954 regexp arg.
11955
11956 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
11957
11958 * calculator.el (calculator-radix-grouping-mode)
11959 (calculator-radix-grouping-digits, calculator-displayer)
11960 (calculator-radix-grouping-separator, calculator-copy-displayer):
11961 * dabbrev.el (dabbrev-search-these-buffers-only):
11962 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
11963 (diff-advance-after-apply-hunk, diff-mode-hook)
11964 (diff-minor-mode-prefix):
11965 * imenu.el (imenu-use-popup-menu):
11966 * jit-lock.el (jit-lock-context-time):
11967 * newcomment.el (comment-fill-column, comment-column)
11968 (comment-style, comment-padding, comment-multi-line)
11969 (comment-empty-lines, comment-auto-fill-only-comments):
11970 * reveal.el (reveal-around-mark):
11971 * uniquify.el (uniquify-buffer-name-style)
11972 (uniquify-after-kill-buffer-p)
11973 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
11974 (uniquify-min-dir-content, uniquify-separator)
11975 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
11976 * w32-vars.el (w32-fixed-font-alist):
11977 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
11978 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
11979 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
11980 * progmodes/perl-mode.el (perl-indent-level)
11981 (perl-continued-statement-offset, perl-continued-brace-offset)
11982 (perl-brace-offset, perl-brace-imaginary-offset)
11983 (perl-label-offset, perl-indent-continued-arguments)
11984 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
11985 * progmodes/tcl.el (tcl-indent-level)
11986 (tcl-continued-indent-level, tcl-auto-newline)
11987 (tcl-tab-always-indent, tcl-electric-hash-style)
11988 (tcl-help-directory-list, tcl-use-smart-word-finder)
11989 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
11990 (inferior-tcl-source-command):
11991 * textmodes/fill.el (enable-kinsoku):
11992 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
11993 * textmodes/table.el (table-yank-handler):
11994 Specify missing group (and type, if simple) in defcustom.
11995
11996 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
11997
11998 * progmodes/compile.el (compilation-finish-function): Fix defvar.
11999
12000 2005-05-19 Richard M. Stallman <rms@gnu.org>
12001
12002 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
12003
12004 * subr.el (event-basic-type): Don't get an error.
12005 (left-fringe-p): Function deleted.
12006
12007 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
12008 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
12009
12010 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
12011 in recursive copy.
12012
12013 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
12014
12015 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
12016
12017 * emacs-lisp/bytecomp.el
12018 (byte-compile-file-form-custom-declare-variable): Call
12019 byte-compile-nogroup-warn if appropriate.
12020
12021 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
12022 (compilation-set-window): Don't call left-fringe-p; do it directly.
12023
12024 2005-05-19 Jay Belanger <belanger@truman.edu>
12025
12026 * calc/calc-graph.el (calc-graph-format-data): Make sure
12027 var-PlotRejects is bound before trying to check its value.
12028
12029 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
12030
12031 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
12032 definition of this variable from reftex-global.el to reftex.el,
12033 because it is needed in the menu.
12034
12035 2005-05-19 Lute Kamstra <lute@gnu.org>
12036
12037 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
12038 years are fixed. Don't insert a space after a dash.
12039
12040 2005-05-19 Kim F. Storm <storm@cua.dk>
12041
12042 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
12043
12044 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
12045
12046 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
12047 strings, because (eq ... ?\\) is fairly frequent.
12048
12049 * progmodes/make-mode.el (makefile-add-this-line-targets):
12050 Simplify and integrate into `makefile-pickup-targets'.
12051 (makefile-add-this-line-macro): Simplify and integrate into
12052 `makefile-pickup-macros.
12053 (makefile-pickup-filenames-as-targets): Simplify.
12054 (makefile-previous-dependency, makefile-match-dependency):
12055 Don't stumble over `::'.
12056
12057 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
12058
12059 * subr.el (post-command-idle-hook, post-command-idle-delay):
12060 Remove obsoletion of post-command-idle-hook and
12061 post-command-idle-delay.
12062
12063 * faces.el (list-faces-display): Provide button when describe-face
12064 is called to take user back to the list of faces.
12065
12066 * help-fns.el (describe-variable): Remove hyperlinks in a
12067 variable's value as these are quite frequently inappropriate.
12068
12069 * follow.el (follow-submit-feedback, follow-mode):
12070 Remove references to post-command-idle-hook.
12071
12072 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
12073
12074 * progmodes/make-mode.el (makefile-previous-dependency)
12075 (makefile-match-dependency): Check for := (and in bsd mode also
12076 !=) to give a better result, even when font-lock is not on.
12077
12078 2005-05-18 Jay Belanger <belanger@truman.edu>
12079
12080 * calc/calc-help.el (calc-s-prefix-help):
12081 Add `calc-copy-special-constant' to help string.
12082
12083 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
12084
12085 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
12086
12087 2005-05-18 Jay Belanger <belanger@truman.edu>
12088
12089 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
12090 in linear factors are in proper order.
12091
12092 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
12093
12094 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
12095 Support for jurabib.
12096
12097 * textmodes/reftex.el (featurep): Define aliases for overlay
12098 commands, for XEmacs compatibility, and use these aliases in
12099 overlay initializations.
12100 (reftex-highlight): Use `reftex-move-overlay'.
12101 (reftex-unhighlight): Use `reftex-delete-overlay'.
12102 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
12103 (reftex-access-search-path): Use `reftex-uniquify' instead of
12104 `reftex-uniq'
12105
12106 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
12107 `before-string' property modification enables for Emacs as well.
12108 (reftex-select-item): Use `reftex-delete-overlay'.
12109 (reftex-select-mark): Use `reftex-make-overlay' and
12110 `reftex-overlay-put'.
12111 (reftex-select-unmark): Use `reftex-delete-overlay' and
12112 `reftex-overlay-put'.
12113
12114 2005-05-18 Lute Kamstra <lute@gnu.org>
12115
12116 * emacs-lisp/lisp.el (check-parens): Fix docstring.
12117
12118 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
12119
12120 * add-log.el (add-change-log-entry):
12121 * array.el (array-make-template, array-reconfigure-rows)
12122 (array-init-max-row, array-init-max-column)
12123 (array-init-columns-per-line, array-init-field-width):
12124 * replace.el (replace-match-maybe-edit, perform-replace):
12125 * textmodes/spell.el (spell-region):
12126 Replace `read-input' by `read-string'.
12127
12128 * forms.el (forms-mode):
12129 * finder.el (finder-compile-keywords):
12130 * shadowfile.el (shadow-read-files):
12131 Replace `eval-current-buffer' by `eval-buffer'.
12132
12133 * terminal.el (te-pass-through):
12134 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
12135 (ange-ftp-raw-send-cmd):
12136 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
12137 (send-process-next-char, telnet-initial-filter, telnet):
12138 Replace `send-string' by `process-send-string'.
12139
12140 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
12141 (prolog-consult-region): Replace `send-string' by
12142 `process-send-string'; replace `send-region' by `process-send-region'.
12143
12144 * progmodes/delphi.el (delphi-log-msg):
12145 Replace `set-window-dot' by `set-window-point'.
12146
12147 * subr.el (window-dot, set-window-dot, read-input, send-string)
12148 (send-region, show-buffer, eval-current-buffer):
12149 Make really obsolete, as the comment says.
12150
12151 2005-05-17 Kim F. Storm <storm@cua.dk>
12152
12153 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
12154 (cua--init-keymaps): Bind C-return instead of S-return to set
12155 rectangle mark.
12156
12157 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
12158 instead of S-return to toggle/clear rectangle mark.
12159
12160 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
12161
12162 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
12163 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
12164 Also fontify plain strings assigned to variables, mostly so that a
12165 colon has a face and is thus not taken as a dependency separator.
12166 (makefile-previous-dependency): Inline the new matcher, because it
12167 is too complex to work in both directions.
12168 (makefile-match-dependency): Eliminate `backward' arg (see above).
12169 Completely reimplemented so as to not sometimes go into an endless
12170 loop. It should also be more efficient, because first it only
12171 searches for `:', instead of applying the very complex regexp.
12172 (makefile-mode): Cancel `font-lock-support-mode', because blocks
12173 to be fontified in one piece can be too long for JIT.
12174 Makefiles are never *that* big.
12175
12176 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
12177
12178 * dired.el (dired-mode): Simplify.
12179
12180 2005-05-17 Lute Kamstra <lute@gnu.org>
12181
12182 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
12183 defcustom for the mode hook variable.
12184
12185 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
12186 Emacs Lisp Reference Manual.
12187
12188 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
12189
12190 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
12191 (evenp, list*):
12192 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
12193 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
12194
12195 * net/tramp-smb.el (tramp-smb-open-connection):
12196 Pass `tramp-chunksize' as fifth (required) argument.
12197
12198 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
12199
12200 * font-lock.el (lisp-font-lock-keywords-1):
12201 Set `font-lock-negation-char-face' for [^...] char group.
12202 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
12203
12204 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
12205 a var, and refine it to mask one more level of nested vars.
12206 (makefile-rule-action-regex): Turn it into a var, and refine it so
12207 it recognizes backslashed continuation lines as belonging to the
12208 same command.
12209 (makefile-macroassign-regex): Refine it so it recognizes
12210 backslashed continuation lines as belonging to the same command.
12211 (makefile-var-use-regex): Don't look at the next char, because it
12212 might be the same one to be skipped by the initial [^$], leading
12213 to an overlooked variable use.
12214 (makefile-make-font-lock-keywords): Remove two parameters, which
12215 are now variables that some of the modes set locally.
12216 Handle dependency and rule action matching through functions, because
12217 regexps alone match too often. Dependency matching now comes
12218 last, so it can check, whether a colon already matched something else.
12219 (makefile-mode): Inform that font-lock improves makefile parsing
12220 capabilities.
12221 (makefile-match-dependency, makefile-match-action): New functions.
12222
12223 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
12224
12225 * emacs-lisp/cl-extra.el (equalp): Doc fix.
12226
12227 * align.el (align-regexp):
12228 * ansi-color.el (ansi-color-get-face):
12229 * array.el (array-reconfigure-rows, array-init-max-row)
12230 (array-init-max-column, array-init-columns-per-line)
12231 (array-init-field-width):
12232 * dired-aux.el (dired-trample-file-versions):
12233 * dired-x.el (dired-mark-sexp):
12234 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
12235 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
12236 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
12237 * faces.el (face-read-integer):
12238 * files.el (backup-extract-version, insert-directory):
12239 * hexl.el (hexl-insert-decimal-char):
12240 * server.el (server-process-filter):
12241 * shell.el (shell-extract-num):
12242 * startup.el (command-line-1):
12243 * term.el (term-command-hook):
12244 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
12245 (time-stamp-do-number):
12246 * time.el (display-time-update):
12247 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
12248 (timezone-fix-time):
12249 * vms-patch.el (vms-suspend-resume-hook):
12250 * calendar/appt.el (appt-convert-time):
12251 * calendar/cal-bahai.el (mark-bahai-diary-entries):
12252 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
12253 * calendar/cal-islam.el (mark-islamic-diary-entries):
12254 * calendar/calendar.el (calendar-cursor-to-date)
12255 (calendar-star-date):
12256 * calendar/diary-lib.el (diary-attrtype-convert)
12257 (mark-diary-entries, diary-entry-time):
12258 * calendar/solar.el (solar-get-number):
12259 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
12260 * emacs-lisp/re-builder.el (reb-display-subexp):
12261 * emulation/edt.el (edt-set-scroll-margins):
12262 * emulation/tpu-extras.el (tpu-set-scroll-margins):
12263 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
12264 (vip-get-ex-count):
12265 * emulation/viper-ex.el (viper-get-ex-token)
12266 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
12267 * international/fontset.el (fontset-plain-name):
12268 * mail/feedmail.el (feedmail-look-at-queue-directory):
12269 * mail/mailalias.el (mail-get-names):
12270 * mail/rmail.el (rmail-convert-to-babyl-format):
12271 * mail/rmailsum.el (rmail-make-basic-summary-line)
12272 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
12273 (rmail-summary-goto-msg):
12274 * mail/smtpmail.el (smtpmail-read-response):
12275 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
12276 (ange-ftp-vms-add-file-entry):
12277 * play/gametree.el (gametree-looking-at-ply)
12278 (gametree-current-branch-score):
12279 * progmodes/ada-xref.el (ada-prj-find-prj-file)
12280 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
12281 * progmodes/cperl-mode.el (condition-case):
12282 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
12283 (ebrowse-set-member-buffer-column-width)
12284 (ebrowse-select-1st-to-9nth):
12285 * progmodes/etags.el (etags-snarf-tag):
12286 * progmodes/flymake.el (flymake-parse-line):
12287 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
12288 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
12289 (idlwave-shell-menu-def):
12290 * progmodes/ps-mode.el (ps-run-goto-error):
12291 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
12292 (vhdl-speedbar-contract-level):
12293 * term/mac-win.el (x-handle-numeric-switch):
12294 * term/sun-mouse.el (sun-get-frame-data):
12295 * term/w32-win.el (x-handle-numeric-switch):
12296 * term/x-win.el (x-handle-numeric-switch):
12297 * textmodes/ispell.el (ispell-parse-output):
12298 * textmodes/nroff-mode.el (nroff-outline-level):
12299 * textmodes/reftex-cite.el (reftex-bib-sort-year)
12300 (reftex-bib-sort-year-reverse, reftex-format-citation):
12301 * textmodes/reftex-parse.el (reftex-init-section-numbers)
12302 (reftex-section-number):
12303 * textmodes/texinfmt.el (texinfo-paragraphindent):
12304 Replace `string-to-int' by `string-to-number'.
12305
12306 * international/latexenc.el: Add page marker to force the "Local
12307 Variables:" string out of the last page.
12308
12309 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
12310
12311 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
12312 tooltip-change-major-mode.
12313 (gud-tooltip-print-command): Remove case where gud-minor-mode
12314 is gdb ("--fullname").
12315 (gud-tooltip-tips): Turn GUD tooltips off for this case and
12316 explain to user.
12317
12318 2005-05-16 Jay Belanger <belanger@truman.edu>
12319
12320 * calc/calc-store.el (calc-copy-special-constant): New function.
12321
12322 * calc/calc-ext.el (calc-init-extensions): Add binding for
12323 `calc-copy-special-constant'.
12324
12325 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
12326 for the `calc-copy-special-constant' command.
12327
12328 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
12329
12330 * subr.el (left-fringe-p): New function.
12331
12332 * progmodes/compile.el (compilation-setup): Set local value of
12333 overlay-arrow-string to "" always.
12334 (compilation-set-window): Left fringe then don't scroll.
12335 No left fringe then no arrow and scroll message to top.
12336 (compilation-context-lines): Adjust doc string accordingly.
12337
12338 2005-05-16 Kim F. Storm <storm@cua.dk>
12339
12340 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
12341 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
12342 (ido-wide-find-dir-or-delete-dir): New command for M-d.
12343 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
12344 (ido-read-file-name): Handle commands with ido property value
12345 equal to find-file as reading a file name, to allow C-d to enter dired.
12346 (ibuffer-find-file): Add ido property with value find-file.
12347
12348 2005-05-15 Kim F. Storm <storm@cua.dk>
12349
12350 * subr.el (open-network-stream-nowait): Remove.
12351 (open-network-stream-server): Remove.
12352
12353 2005-05-15 Richard M. Stallman <rms@gnu.org>
12354
12355 * faces.el (describe-face): Output a definition link button.
12356
12357 * help-mode.el (help-face-def): New button type.
12358
12359 * emacs-lisp/copyright.el (copyright-fix-years):
12360 Match properly if the first year is 2-digit.
12361 Don't mess up the whitespace after the years by filling.
12362
12363 * dired-aux.el (dired-mark-confirm):
12364 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
12365
12366 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
12367 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
12368 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
12369
12370 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
12371 Set font-lock-comment-start-skip.
12372
12373 * font-lock.el (font-lock-comment-start-skip): New variable.
12374 (font-lock-comment-end-skip): New variable.
12375 (font-lock-fontify-syntactically-region): Use them if non-nil.
12376
12377 2005-05-15 Jay Belanger <belanger@truman.edu>
12378
12379 * calc/calc-store.el (calc-store-value): Return a string rather
12380 than display it as a message.
12381 Use calc-var-name for variable name.
12382 (calc-store-into): Add the result of calc-store-value to message.
12383 (calc-copy-variable): Add a message.
12384 (calc-store-exchange): Improve error messages.
12385 (calc-store-binary, calc-store-map): Don't reset the values of
12386 special constants.
12387
12388 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
12389
12390 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
12391 manual to docstring.
12392
12393 * files.el (hack-local-variables-confirm): Add STRING argument.
12394 Make the function handle non file visiting buffers correctly.
12395 (hack-local-variables-prop-line, hack-local-variables)
12396 (hack-one-local-variable): Use STRING arg of
12397 `hack-local-variables-confirm'.
12398
12399 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
12400
12401 Sync with Tramp 2.0.49.
12402
12403 * net/tramp.el (tramp-handle-dired-call-process)
12404 (tramp-handle-insert-directory):`insert-buffer' cannot be used
12405 because the contents of the Tramp buffer is changed before
12406 insertion (`expand-file' and alike).
12407 (tramp-handle-insert-directory): If `localname' has an empty
12408 nondirectory name, it must not be quoted.
12409 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
12410 variable `tramp-chunksize'. Change callees.
12411 (tramp-open-connection-setup-interactive-shell): Check remote host
12412 for buggy `send-process-string' implementation.
12413 Set `tramp-chunksize' if found. Reported by Michael Kifer
12414 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
12415 (tramp-handle-shell-command): `insert-buffer' cannot be used
12416 because the contents of the Tramp buffer is changed before
12417 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
12418 <frederic.bothamy@free.fr>.
12419 (tramp-set-auto-save): Actions should be done for Tramp file name
12420 handler only. Ange-FTP has its own auto-save mechanism.
12421 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
12422 (tramp-set-auto-save-file-modes): Set file modes of
12423 `buffer-auto-save-file-name' to ?\600 as fallback solution.
12424 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
12425 (tramp-bug): Remove obsolete variable.
12426 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
12427 for presence of `mml-mode'. Make it running for older Emacsen as well.
12428
12429 2005-05-14 John Paul Wallington <jpw@pobox.com>
12430
12431 * ibuf-ext.el (define-ibuffer-filter filename):
12432 If `dired-directory' is a list, use its car.
12433
12434 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
12435
12436 * ibuffer.el (define-ibuffer-column filename):
12437 If `dired-directory' is a list, use its car.
12438
12439 2005-05-14 Richard M. Stallman <rms@gnu.org>
12440
12441 * subr.el (symbol-file): Doc fix.
12442
12443 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
12444 (byte-compile-form): Call byte-compile-nogroup-warn.
12445 (byte-compile-warning-types): Doc fix.
12446
12447 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
12448
12449 * progmodes/cc-engine.el (c-literal-faces):
12450 Add font-lock-comment-delimiter-face.
12451
12452 * net/net-utils.el (dig): Use with-no-warnings.
12453
12454 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
12455 (sc-recite-frame-alist, sc-default-cite-frame)
12456 (sc-default-uncite-frame, sc-default-recite-frame)
12457 (sc-attrib-selection-list, sc-rewrite-header-list):
12458 Mark as risky-local-variable.
12459
12460 * international/ogonek.el (ogonek-jak, ogonek-how):
12461 Don't use beginning-of-buffer.
12462
12463 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
12464
12465 * calendar/solar.el (solar-data-list): Move definition up.
12466
12467 * dnd.el (dnd-protocol-alist): Add autoload.
12468
12469 * progmodes/sh-script.el: Many doc usage fixes.
12470 (sh-indent-after-do): Change default to match common styles.
12471
12472 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
12473
12474 * files.el (interpreter-mode-alist)
12475 (auto-mode-interpreter-regexp): Doc fixes.
12476
12477 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
12478
12479 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
12480
12481 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
12482
12483 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12484
12485 * dired.el (dired-mode): make-variable-buffer-local =>
12486 make-local-variable.
12487
12488 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12489
12490 * term/mac-win.el (mac-select-convert-to-string): Try coding
12491 systems in mac-script-code-coding-systems if specified one cannot
12492 encode string for `com.apple.traditional-mac-plain-text'.
12493
12494 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
12495
12496 * progmodes/make-mode.el (makefile-targets-face)
12497 (makefile-shell-face, makefile-makepp-perl-face): New faces.
12498 (makefile-dependency-regex): Fix it to not make the colon in
12499 $(var:a=b) special.
12500 (makefile-rule-action-regex): New regexp for highlighting embedded
12501 Shell strings.
12502 (makefile-macroassign-regex): Handle != for highlighting as
12503 embedded Shell strings.
12504 (makefile-var-use-regex): New const.
12505 (makefile-statements, makefile-automake-statements)
12506 (makefile-gmake-statements, makefile-makepp-statements)
12507 (makefile-bsdmake-statements): New consts.
12508 (makefile-make-font-lock-keywords): New function.
12509 (makefile-automake-font-lock-keywords)
12510 (makefile-gmake-font-lock-keywords)
12511 (makefile-makepp-font-lock-keywords)
12512 (makefile-bsdmake-font-lock-keywords): New consts.
12513 (makefile-mode-map): Add switchers between the various submodes.
12514 (makefile-mode): Document the availability of the variants.
12515 (makefile-automake-mode, makefile-gmake-mode)
12516 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
12517
12518 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
12519 new variants of makefile-mode.
12520
12521 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
12522
12523 * font-lock.el (font-lock-comment-delimiter-face): Fix up
12524 the inheritance.
12525
12526 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
12527
12528 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
12529 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
12530
12531 * files.el (normal-mode): Extend the scope of the
12532 `enable-local-variables' binding to include the `set-auto-mode' call.
12533 (magic-mode-alist): Doc fix.
12534
12535 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
12536
12537 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
12538 font-lock-comment-face rather than copying its setting.
12539
12540 2005-05-12 Andreas Schwab <schwab@suse.de>
12541
12542 * eshell/esh-mode.el (eshell-send-input): Doc fix.
12543
12544 2005-05-12 Lute Kamstra <lute@gnu.org>
12545
12546 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
12547 defcustom for the mode hook variable. Delete the last argument.
12548 * generic-x.el: Fix callers of define-generic-mode.
12549 (generic-x-modes): Delete group.
12550 (show-tabs-tab-face, show-tabs-space-face): Put them in the
12551 generic-x customization group.
12552
12553 2005-05-12 Kim F. Storm <storm@cua.dk>
12554
12555 * font-lock.el (font-lock-negation-char-face): Default to "off".
12556
12557 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
12558 font-lock-negation-char-face to ! in !=.
12559
12560 2005-05-12 Masatake YAMATO <jet@gyve.org>
12561
12562 * add-log.el (find-change-log): Fix typos in the docstring
12563 of function.
12564
12565 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
12566
12567 * international/latexenc.el (latexenc-find-file-coding-system):
12568 Avoid `re-search-forward' when looking for input encoding because
12569 of speed and safety. Better regular expressions for recognizing
12570 input encoding. Limit a search for TeX-master/tex-main-file to
12571 the local variable section.
12572
12573 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
12574
12575 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
12576 syntax of $ to "'" (quote).
12577
12578 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
12579
12580 * dnd.el (dnd-protocol-alist): Improve custom type.
12581
12582 * dired.el (dired-dnd-protocol-alist): New variable.
12583 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
12584 `dired-mode-hook' to the end.
12585
12586 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
12587
12588 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
12589 comment-end if comment-start-skip is not set.
12590 Obey the font-lock-comment-delimiter-face variables.
12591
12592 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
12593
12594 * files.el (executable-find): Move from executable.el. Use
12595 locate-file.
12596 * progmodes/executable.el (executable-find): Move to files.el.
12597
12598 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
12599 when trying to ensure forward progress.
12600
12601 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
12602
12603 * mouse-sel.el (mouse-sel-follow-link-p): New function.
12604 (mouse-select, mouse-select-internal, mouse-extend-internal):
12605 Use it to implement mouse-1-click-follows-link functionality.
12606
12607 2005-05-11 Richard M. Stallman <rms@gnu.org>
12608
12609 * font-lock.el (font-lock-fontify-syntactically-region):
12610 Use font-lock-comment-delimiter-face for comment delimiters.
12611
12612 2005-05-10 Jay Belanger <belanger@truman.edu>
12613
12614 * calc/calc-help.el (calc-m-prefix-help): Add mention of
12615 preserving embedded modes.
12616
12617 2005-05-10 Richard M. Stallman <rms@gnu.org>
12618
12619 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
12620
12621 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
12622 Move from ada-stmt.el.
12623 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
12624
12625 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
12626 Move to ada-mode.el.
12627 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
12628
12629 * cus-edit.el (custom-file): Call file-chase-links.
12630
12631 * files.el (read-directory-name): Fix previous change.
12632 (hack-local-variables-confirm): New function.
12633 (hack-local-variables-prop-line, hack-local-variables)
12634 (hack-one-local-variable): Use it.
12635
12636 2005-05-10 Lute Kamstra <lute@gnu.org>
12637
12638 * font-lock.el (font-lock-keywords-alist)
12639 (font-lock-removed-keywords-alist): Clarify docstrings.
12640
12641 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
12642
12643 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
12644 (gdb-source-info): Check for preprocessor info.
12645 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
12646 a macro for a function.
12647 (gdb-info-breakpoints-custom): Try to find file again if not already
12648 found (user might have used GDB dir command).
12649 (gdb-get-location): Update gdb-location-alist correctly for change
12650 to gdb-info-breakpoints-custom.
12651
12652 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
12653 (gud-tooltip-print-command): Add gdbmi case.
12654 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
12655 preprocessor info.
12656
12657 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
12658
12659 * startup.el (fancy-splash-insert): Fix typo in doc string.
12660
12661 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
12662
12663 * obsolete/float.el (string-to-float):
12664 * obsolete/hilit19.el (hilit-add-pattern):
12665 * obsolete/rnews.el (news-parse-range, news-select-message)
12666 (news-get-pruned-list-of-files): Replace `string-to-int' by
12667 `string-to-number'.
12668
12669 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
12670 `find-file-not-found-hooks'; use `add-hook'.
12671 (uncompress-while-visiting): Set `write-file-functions', not
12672 `write-file-hooks'; use `add-hook'.
12673
12674 2005-05-09 Kim F. Storm <storm@cua.dk>
12675
12676 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
12677 (cua-paste): Handle clipboard action.
12678 (cua--init-keymaps): Remap clipboard-kill-region and
12679 clipboard-kill-ring-save.
12680
12681 2005-05-08 Eli Zaretskii <eliz@gnu.org>
12682
12683 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
12684 Improve commentary.
12685
12686 * simple.el (next-error-overlay-arrow-position): Revert the change
12687 made on 2005-04-30.
12688
12689 2005-05-07 Jay Belanger <belanger@truman.edu>
12690
12691 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
12692 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
12693 `calc-sel-reselect'.
12694
12695 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
12696 Calc is in embedded mode.
12697
12698 2005-05-07 Eli Zaretskii <eliz@gnu.org>
12699
12700 * progmodes/compile.el (compilation-setup):
12701 Set overlay-arrow-string to an empty string on text terminals.
12702
12703 * textmodes/ispell.el (ispell-program-name): Try looking for
12704 "aspell" along exec-path, and if found, use it as the default
12705 speller program.
12706
12707 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
12708
12709 * international/mule.el (sgml-xml-auto-coding-function):
12710 Recognize encoding='FOO' in single quotes as well as in double quotes.
12711
12712 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
12713
12714 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
12715 as well as `interactive', so that defmacro* would recognize
12716 `declare' forms.
12717
12718 2005-05-07 Eli Zaretskii <eliz@gnu.org>
12719
12720 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
12721 Explain more about the LIGHTER arg's usage in the doc string.
12722 Add commentary to clarify what the code does. Fix the regexp that
12723 strips whitespace from LIGHTER. Quote LIGHTER before using it,
12724 since it could have characters special to regular expressions.
12725
12726 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
12727
12728 * replace.el (occur-1): Bind inhibit-read-only so that
12729 erase-buffer doesn't barf on read-only text properties (likewise
12730 for add-text-properties in occur-engine). Mark buffer as unmodified.
12731 (occur-engine): Don't set buffer-read-only here.
12732
12733 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
12734
12735 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
12736 list-buffers-directory. This caused the *cvs-commit* buffer to be
12737 sometimes mistakenly reused as a *cvs* buffer.
12738
12739 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
12740
12741 * tooltip.el: Move code for GUD tooltips into gud.el.
12742 (require): CL no longer needed to compile case.
12743 (tooltip-mode): Do not toggle functions for GUD tooltips.
12744 (tooltip-gud-tips-p): Remove. Replace with minor mode
12745 gud-tooltip-mode in gud.el.
12746 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
12747 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
12748 tooltip-gud prefix with gud-tooltip and obsolete.
12749 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
12750 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
12751 (tooltip-mouse-motion): Mouse movement functions/variable.
12752 Rename in gud.el by adding gud prefix.
12753 (tooltip-gud-original-filter, tooltip-gud-dereference)
12754 (tooltip-gud-event, tooltip-toggle-gud-tips)
12755 (tooltip-gud-process-output, tooltip-gud-print-command)
12756 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
12757 gud.el by replacing tooltip-gud prefix with gud-tooltip.
12758 (gdb-tooltip-print): Move to gdb-ui.el.
12759
12760 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
12761 (require): CL needed to compile case.
12762 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
12763 tooltip-gud-tips-p. Make it a minor-mode.
12764 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
12765 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
12766 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
12767 (gud-tooltip-change-major-mode)
12768 (gud-tooltip-activate-mouse-motions-if-enabled)
12769 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
12770 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
12771 (gud-tooltip-original-filter, gud-tooltip-dereference)
12772 (gud-tooltip-event, tooltip-toggle-gud-tips)
12773 (gud-tooltip-process-output, gud-tooltip-print-command)
12774 (gud-tooltip-tips): Move from tooltip.el.
12775
12776 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
12777 (gdb-cpp-define-alist-flags): Doc fix.
12778 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
12779 gud-tooltip-mode is t.
12780
12781 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
12782
12783 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
12784 evaporate if their text is deleted.
12785 (goto-address-at-point): Make it work as a mouse binding as well.
12786 (goto-address-at-mouse): Obsolete it. Update users.
12787
12788 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
12789
12790 * calendar/appt.el (top-level): No longer activate on load.
12791
12792 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
12793
12794 * calendar/cal-bahai.el (mark-bahai-diary-entries):
12795 * net/webjump.el (webjump):
12796 * progmodes/idlw-help.el (idlwave-do-context-help1)
12797 (idlwave-highlight-linked-completions):
12798 * textmodes/po.el (po-find-file-coding-system-guts):
12799 Replace `assoc-ignore-case' by `assoc-string'.
12800
12801 2005-05-06 Eli Zaretskii <eliz@gnu.org>
12802
12803 * files.el (locate-file): Doc fix.
12804
12805 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
12806 Remove the redundant test for ms-dos.
12807
12808 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
12809 look for the preprocessor with exec-suffixes. If not found in
12810 standard places, look in exec-path. Remove most of the tests that
12811 used system-type.
12812
12813 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
12814
12815 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
12816
12817 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
12818 file-name clash with jka-compr.el on 8+3 filesystems.
12819
12820 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12821
12822 * term/mac-win.el: Don't define or bind scroll bar functions if
12823 x-toolkit-scroll-bars is t.
12824 (x-select-text, x-get-selection-value): Clear
12825 x-last-selected-text-clipboard if x-select-enable-clipboard is
12826 nil.
12827 (PRIMARY): Put mac-scrap-name property.
12828 (mac-select-convert-to-file-url): New function.
12829 (public.file-url): New selection target type. Add to
12830 selection-converter-alist.
12831 (x-get-selection, x-selection-value): Handle it.
12832 (x-cut-buffer-or-selection-value): New alias.
12833
12834 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12835
12836 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
12837 entry to avoid calling bibtex-find-entry with arg global
12838 being t. Remove arg key.
12839 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
12840 (bibtex-copy-summary-as-kill): Change accordingly.
12841
12842 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
12843
12844 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
12845 (org-agenda-date-later): Use with-current-buffer.
12846
12847 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
12848
12849 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
12850 (define-obsolete-variable-alias): Doc Fixes.
12851
12852 2005-05-06 Kim F. Storm <storm@cua.dk>
12853
12854 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
12855 vertical-motion when selective-display is active.
12856
12857 * ido.el (ido-setup-hook): New hook.
12858 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
12859 (ido-input-stack): New var.
12860 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
12861 ido-next-work-file binding to M-O.
12862 Bind M-f to ido-wide-find-file-or-pop-dir.
12863 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
12864 (ido-read-internal): Run ido-setup-hook.
12865 Catch quit in read-file-name and read-string to cancel edit.
12866 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
12867 Automatically pop-all when completing a directory name (RET).
12868 (ido-file-internal): Add with-no-warnings around ffap and dired code.
12869 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
12870 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
12871 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
12872 New functions for M-b/M-f to move among the directory components.
12873 (ido-make-merged-file-list): Catch quit to cancel merge.
12874 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
12875 (ido-completion-help): No warnings for ido-completion-buffer-full.
12876
12877 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
12878
12879 * font-lock.el (font-lock-negation-char-face): New face and variable.
12880 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
12881 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
12882 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
12883 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
12884
12885 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
12886
12887 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
12888 Fix typo in docstring.
12889
12890 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
12891 (ebrowse-print-statistics-line)
12892 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
12893
12894 * term/w32-win.el (image-library-alist): Add additional name for
12895 Xpm library.
12896
12897 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
12898
12899 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
12900 use gcc instead of cpp.
12901
12902 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
12903 (gdb-create-define-alist): Use it.
12904 (gdb-cpp-define-alist-program): Update for MS-DOS.
12905
12906 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
12907
12908 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
12909
12910 2005-05-04 Richard M. Stallman <rms@gnu.org>
12911
12912 * help.el (describe-key): No error when UNTRANSLATED is nil.
12913
12914 * simple.el (line-move-1): Fix previous change to signal errors
12915 appropriately.
12916
12917 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
12918
12919 * calendar/icalendar.el (icalendar-version): Now at 0.12.
12920 (icalendar-duration-correction): Remove.
12921 (icalendar--get-event-properties): Split result at commas.
12922 (icalendar--decode-isoduration): New optional argument
12923 DURATION-CORRECTION.
12924 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
12925 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
12926 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
12927 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
12928 (icalendar--convert-anniversary-to-ical): New functions, extracted
12929 from icalendar-export-region, with bug fixes.
12930 (icalendar-export-region): Use the above functions.
12931 (icalendar-import-buffer): Check before saving diary file.
12932 (icalendar--convert-recurring-to-diary)
12933 (icalendar--convert-non-recurring-all-day-to-diary)
12934 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
12935 extracted from icalendar--convert-ical-to-diary, with bug fixes.
12936 (icalendar--convert-ical-to-diary): Use the above functions.
12937
12938 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
12939
12940 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
12941 Remove these recent additions.
12942 (c-mode): Restore to before 2005-04-28.
12943
12944 * progmodes/cc-vars.el (cc-define-list-program): Remove this
12945 recent addition.
12946
12947 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
12948 (gdb-define-alist): New variables.
12949 (gdb-create-define-alist): New function.
12950 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
12951 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
12952 with string-to-number.
12953 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
12954
12955 * progmodes/gud.el: Replace string-to-int with string-to-number.
12956 (gud-find-file): Handle gdb-define-alist.
12957
12958 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
12959
12960 2005-05-02 Jay Belanger <belanger@truman.edu>
12961
12962 * calc/calc-aent.el (math-read-token):
12963 * calc/calc-bin.el (calc-word-size):
12964 * calc/calc-ext.el (calc-read-number-fancy):
12965 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
12966 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
12967 * calc/calc-frac.el (calc-over-notation):
12968 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
12969 (calc-graph-num-points, calc-graph-init):
12970 * calc/calc-prog.el (calc-read-parse-table-part)
12971 (calc-edit-macro-repeats):
12972 * calc/calc-yank.el (calc-do-grab-rectangle):
12973 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
12974 Replace `string-to-int' by `string-to-number'.
12975
12976 2005-05-02 Kim F. Storm <storm@cua.dk>
12977
12978 * kmacro.el: Use executing-kbd-macro-index variable.
12979
12980 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
12981
12982 * net/rlogin.el (rlogin-parse-words): Delete func.
12983 (rlogin): Use split-string, not rlogin-parse-words.
12984 Also, if there are option-like elements in the parsed args,
12985 take the host to be the first arg immediately following them.
12986 Suggested by Michael Mauger.
12987
12988 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
12989
12990 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
12991
12992 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
12993
12994 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
12995 (cc-mode-cpp-program): Rename to cc-define-list-program and
12996 move to cc-vars.el.
12997
12998 * progmodes/cc-vars.el (cc-define-list-program):
12999 Change to "gcc -E -dM -". Make customizable.
13000
13001 2005-05-02 Kim F. Storm <storm@cua.dk>
13002
13003 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
13004
13005 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
13006
13007 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
13008
13009 * international/mule-util.el (truncate-string): Remove alias and
13010 obsolete declaration.
13011
13012 * international/mule-cmds.el (update-iso-coding-systems):
13013 Remove alias and obsolete declaration.
13014
13015 * international/mule.el (coding-system-parent): Remove alias and
13016 obsolete declaration.
13017
13018 * subr.el (define-function, sref): Remove aliases and obsolete
13019 declarations.
13020 (chars-in-region): Remove obsolete declaration.
13021
13022 2005-05-01 Richard M. Stallman <rms@gnu.org>
13023
13024 * info.el (Info-mode): Set widen-automatically to nil, locally.
13025
13026 * simple.el (widen-automatically): New variable.
13027 (pop-global-mark): Obey widen-automatically.
13028
13029 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
13030
13031 * term/xterm.el (function-key-map): Call substitute-key-definition
13032 before the keymap size is increased by a lot of define-key calls.
13033
13034 2005-05-01 Richard M. Stallman <rms@gnu.org>
13035
13036 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
13037 Rename ARG to ELEMENT. Doc fix.
13038
13039 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
13040
13041 * allout.el (allout-exposure): Remove macro and obsolete declaration.
13042 Remove references to allout-exposure/change to allout-new-exposure.
13043
13044 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
13045 bytecode symbols.
13046
13047 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
13048 (compiled-function-p, focus-frame, unfocus-frame):
13049 Remove aliases and obsolete declarations.
13050 Back out inadvertent changes from previous commit.
13051
13052 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
13053
13054 * files.el (require-final-newline): Make Custom tags consistent
13055 with mode-require-final-newline.
13056 (mode-require-final-newline): Doc fix.
13057
13058 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
13059
13060 * international/latexenc.el (latexenc-find-file-coding-system):
13061 Fix regular expressions.
13062
13063 2005-05-01 David Kastrup <dak@gnu.org>
13064
13065 * international/latexenc.el (latexenc-find-file-coding-system):
13066 Fix regular expressions.
13067
13068 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
13069
13070 * subr.el (string-to-int): Make obsolete.
13071
13072 2005-04-30 Richard M. Stallman <rms@gnu.org>
13073
13074 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
13075
13076 * loadup.el: load jka-comp-hook.
13077
13078 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
13079 (jka-compr-handler): Add autoload. `put' calls moved
13080 to jka-comp-hook.el.
13081 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
13082 (jka-compr-inhibit): Autoload.
13083
13084 * jka-comp-hook.el: New file.
13085 Enable the mode by default.
13086
13087 * files.el (backup-buffer-copy): Use copy-file instead
13088 of write-region, and put back the 'excl.
13089
13090 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
13091
13092 * progmodes/flymake.el (flymake-split-string)
13093 (flymake-split-string, flymake-log, flymake-pid-to-names)
13094 (flymake-reg-names, flymake-get-source-buffer-name)
13095 (flymake-unreg-names, flymake-add-line-err-info)
13096 (flymake-add-err-info): Clarify docstrings.
13097 (flymake-popup-menu, flymake-make-emacs-menu)
13098 (flymake-make-xemacs-menu): Add docstrings.
13099 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
13100 Set variables directly throughout.
13101
13102 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
13103
13104 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
13105 exists. Initialize cc-define-alist.
13106 (c-mode): Add cc-create-define-alist locally to after-save-hook.
13107 If there is no file (Macroexpansion) don't create an alist.
13108
13109 2005-04-29 Sam Steingold <sds@gnu.org>
13110
13111 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
13112 (cc-create-define-alist): Use it instead of the hard-coded string.
13113
13114 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
13115
13116 * international/mule-conf.el (file-coding-system-alist): Fix regexp
13117 for latexenc.
13118
13119 2005-04-29 Lute Kamstra <lute@gnu.org>
13120
13121 * emacs-lisp/generic.el: Improve commentary section.
13122 (define-generic-mode): Improve docstring.
13123
13124 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
13125
13126 * textmodes/org.el (many places): Change to quiet the byte compiler.
13127 (org-prefix-format-compiled): New variable.
13128 (org-compile-prefix-format): New function.
13129 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
13130 (org-agenda-prefix-format,org-timeline-prefix-format): New options.
13131 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
13132 (org-get-entries-from-diary): Use `org-get-time-of-day' for
13133 consistency with entries from `org-mode' files.
13134 (org-get-time-of-day): Fix bug with partial matches early in a line.
13135 (org-non-link-chars): New constant.
13136 (org-link-regexp): Respect `org-non-link-chars'.
13137 (org-agenda-day-view): Remove command.
13138 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
13139 (org-follow-bbdb-link, org-store-link): Search also company field.
13140 (org-highlight-overlay): New variable.
13141 (org-highlight, org-unhighlight): New functions.
13142 (org-agenda-mode): Add pre-command-hook to remove highlight.
13143 (org-evaluate-time-range): Behavior depends upon whether time stamp
13144 contains a time or not.
13145 (org-show-subtree, org-show-entry): New functions.
13146 (org-agenda-cleanup-fancy-diary): Remove empty lines.
13147
13148 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
13149
13150 * comint.el (comint-output-filter-functions): Add autoload cookie.
13151
13152 2005-04-28 Kim F. Storm <storm@cua.dk>
13153
13154 * ido.el (ido-everywhere): Fix last change.
13155
13156 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
13157
13158 * international/latexenc.el: New file.
13159 * international/mule-conf.el (file-coding-system-alist): For .tex,
13160 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
13161
13162 2005-04-28 Lute Kamstra <lute@gnu.org>
13163
13164 * font-lock.el (font-lock-add-keywords)
13165 (font-lock-remove-keywords): Clarify docstring.
13166 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
13167 Don't start docstrings with a `*'.
13168 (font-lock-update-removed-keyword-alist): Give it a docstring.
13169
13170 * generic-x.el: Update commentary section.
13171 Only require font-lock when compiling.
13172 Define all modes conditionally.
13173 Place all generic modes in the generic-x-modes customization group.
13174 (generic-x-modes): New customization group.
13175 (generic-default-modes, generic-mswindows-modes)
13176 (generic-unix-modes, generic-other-modes): New constants.
13177 (generic-define-mswindows-modes, generic-define-unix-modes):
13178 Update docstrings. Make them obsolete.
13179 (generic-extras-enable-list): New default value. Update docstring.
13180 Improve :type. Change :set function.
13181 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
13182 Fix docstring.
13183
13184 * emacs-lisp/generic.el (generic-mode-internal):
13185 Simplify font-lock-defaults.
13186 (define-generic-mode): Fix docstring.
13187
13188 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
13189
13190 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
13191 font-lock-face property to highlight matches.
13192
13193 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
13194
13195 * progmodes/cc-mode.el (cc-create-define-alist): New function.
13196 (cc-define-alist): New variable.
13197 (c-mode): Make it local and initialize it.
13198
13199 * progmodes/gdb-ui.el (gdb-active-process): New variable.
13200 (gdb-exited): New function.
13201 (gdb-annotation-rules): Use it.
13202 (gdb-starting): Set gdb-active-process to t.
13203 (gdb-stopping): Amend doc string.
13204 (gdb-reset): Set gdb-active-process to nil.
13205
13206 * tooltip.el (tooltip-gud-tips): Show the associated #define
13207 directives when a C program under GDB is not executing.
13208
13209 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
13210
13211 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
13212 font-lock-fontify-syntactic-keywords.
13213
13214 * font-lock.el (font-lock-default-fontify-region): Don't force
13215 parse-sexp-lookup-properties to nil.
13216
13217 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
13218
13219 * man.el (man-mode-syntax-table): Set up `:' to have
13220 word-constituent syntax.
13221
13222 2005-04-27 Lute Kamstra <lute@gnu.org>
13223
13224 * novice.el (disable-command): Don't add spurious newlines to the
13225 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
13226
13227 2005-04-26 Jay Belanger <belanger@truman.edu>
13228
13229 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
13230 than one window before deleting window.
13231
13232 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
13233
13234 * shell.el (shell-prompt-pattern): Doc fix.
13235 (shell-mode): Set paragraph-separate buffer locally to "\\'".
13236
13237 * comint.el (comint-prompt-regexp, comint-get-old-input)
13238 (comint-use-prompt-regexp)
13239 (comint-use-prompt-regexp-instead-of-fields)
13240 (comint-replace-by-expanded-history, comint-send-input)
13241 (comint-output-filter, comint-get-old-input-default)
13242 (comint-line-beginning-position, comint-bol, comint-show-output)
13243 (comint-backward-matching-input, comint-forward-matching-input)
13244 (comint-next-prompt, comint-previous-prompt):
13245 Rename `comint-use-prompt-regexp-instead-of-fields' to
13246 `comint-use-prompt-regexp'. Keep old name as alias and declare
13247 obsolete.
13248 (comint-use-prompt-regexp): Shorten first line of doc string.
13249
13250 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
13251 Set paragraph-separate buffer locally to "\\'".
13252
13253 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
13254 Adapt to above name change.
13255
13256 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
13257 (smbclient-prompt-regexp): Ditto.
13258
13259 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
13260
13261 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
13262
13263 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
13264 gdb-location-list.
13265 Break lines that are over 80 characters wide.
13266
13267 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
13268
13269 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
13270 New fun and var, to preserve compatibility.
13271
13272 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
13273
13274 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
13275
13276 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
13277 name to file-newer-than-file-p.
13278
13279 2005-04-26 Richard M. Stallman <rms@gnu.org>
13280
13281 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
13282
13283 * progmodes/python.el (python-mode):
13284 Use new name eldoc-documentation-function.
13285
13286 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
13287
13288 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
13289 (eldoc-documentation-function):
13290 Rename from eldoc-print-current-symbol-info-function. Calls changed.
13291
13292 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
13293
13294 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
13295
13296 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
13297
13298 * term/xterm.el (function-key-map): Fix strings for
13299 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
13300 {C,S,A,C-S}-{f1-f12}.
13301
13302 2005-04-26 Kenichi Handa <handa@m17n.org>
13303
13304 * international/mule-cmds.el (select-safe-coding-system):
13305 Fix previous change.
13306
13307 2005-04-26 Lute Kamstra <lute@gnu.org>
13308
13309 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
13310
13311 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
13312 (font-lock-comment-delimiter-face): Ditto.
13313
13314 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
13315
13316 2005-04-25 Jay Belanger <belanger@truman.edu>
13317
13318 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
13319 to t while inserting information; use help-mode.
13320
13321 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
13322
13323 * term.el (ansi-term-color-vector): Use the xterm colors.
13324 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
13325
13326 2005-04-25 Lute Kamstra <lute@gnu.org>
13327
13328 * font-core.el (font-lock-defaults): Fix docstring.
13329
13330 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
13331
13332 2005-04-25 Kenichi Handa <handa@m17n.org>
13333
13334 * international/mule-cmds.el (select-safe-coding-system):
13335 Don't check consistency with coding: spec, etc if raw-text or
13336 no-conversion was found to be safe.
13337
13338 2005-04-24 Richard M. Stallman <rms@gnu.org>
13339
13340 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
13341 citation markers at start of each line.
13342
13343 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
13344 citation markers at start of each line.
13345
13346 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
13347
13348 * files.el (mode-require-final-newline): Fix previous change.
13349 (require-final-newline): Fix type label.
13350
13351 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
13352
13353 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
13354 statement in buffer (broken by 2004-11-24 change).
13355
13356 2005-04-24 Kim F. Storm <storm@cua.dk>
13357
13358 * ido.el (ido-everywhere): Save and restore old read-buffer-function
13359 and read-file-name-function values. Don't overwrite existing
13360 non-nil values if ido-mode is enabled without ido-everywhere.
13361
13362 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
13363
13364 * files.el (mode-require-final-newline): Minor doc fix.
13365
13366 2005-04-24 Eli Zaretskii <eliz@gnu.org>
13367
13368 * subr.el (syntax-after): Doc fix.
13369 (syntax-class): If argument is nil, return nil. Mask off upper 16
13370 bits, not 8 bits.
13371
13372 * files.el (mode-require-final-newline): Doc fix.
13373 (backup-buffer-copy): Fix last change.
13374
13375 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13376
13377 * term/mac-win.el: Require select. Set selection-coding-system to
13378 mac-system-coding-system. Call menu-bar-enable-clipboard.
13379 (x-last-selected-text-clipboard, x-last-selected-text-primary)
13380 (x-select-enable-clipboard): New variables.
13381 (x-select-text, x-get-selection, x-selection-value)
13382 (x-get-selection-value, mac-select-convert-to-string)
13383 (mac-services-open-file, mac-services-open-selection)
13384 (mac-services-insert-text): New functions.
13385 (CLIPBOARD, FIND): Put mac-scrap-name property.
13386 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
13387 (public.tiff): Put mac-ostype property.
13388 (selection-converter-alist): Add entries for them.
13389 (mac-application-menu-map): New keymap.
13390 (interprogram-cut-function, interprogram-paste-function): Set to
13391 x-select-text and x-get-selection-value, respectively.
13392 (split-window-keep-point): Set to t.
13393
13394 2005-04-23 Richard M. Stallman <rms@gnu.org>
13395
13396 * files.el (read-directory-name): Always pass non-nil
13397 DEFAULT-FILENAME arg to read-file-name.
13398 (backup-buffer-copy, basic-save-buffer-2): Take care against
13399 writing thru an unexpected existing symlink.
13400 (revert-buffer): In indirect buffer, revert the base buffer.
13401 (magic-mode-alist): Doc fix.
13402 (buffer-stale-function): Doc fix.
13403 (minibuffer-with-setup-hook): Avoid warning.
13404 (mode-require-final-newline): Doc and custom fix.
13405
13406 * follow.el (follow-end-of-buffer): Use with-no-warnings.
13407
13408 * font-lock.el (font-lock-comment-face): On terminals with few colors,
13409 use the default appearance.
13410 (font-lock-comment-delimiter-face): New face, new variable.
13411
13412 * imenu.el (imenu--generic-function): The official position of a
13413 definition is the start of the line that BEG is in.
13414
13415 * midnight.el (midnight-timer): Move defvar up.
13416
13417 * mouse.el (mouse-drag-region-1): Delete some debugging code.
13418
13419 * saveplace.el (save-place-to-alist): Use with-no-warnings.
13420
13421 * startup.el (command-line): Use with-no-warnings.
13422
13423 * window.el (window-size-fixed): New defvar.
13424
13425 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
13426
13427 * mail/rmail.el (rmail-font-lock-keywords):
13428 Use font-lock-comment-delimiter-face.
13429
13430 * mail/sendmail.el (mail-font-lock-keywords):
13431 Use font-lock-comment-delimiter-face.
13432
13433 * progmodes/compile.el (next-error-highlight-timer): New defvar.
13434
13435 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
13436
13437 * progmodes/compile.el (compilation-mode-font-lock-keywords):
13438 Specify t for LAXMATCH when matching directories.
13439 Save match data around compilation-compat-error-properties form.
13440
13441 2005-04-23 David Kastrup <dak@gnu.org>
13442
13443 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
13444 Mention that the autoloaded aliases should be kept for AUCTeX.
13445
13446 2005-04-23 Andreas Schwab <schwab@suse.de>
13447
13448 * isearch.el (isearch-forward): Doc fix.
13449
13450 2005-04-23 Eli Zaretskii <eliz@gnu.org>
13451
13452 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
13453 (jit-lock-stealth-nice): Change default value to 0.5.
13454
13455 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
13456
13457 * abbrev.el (write-abbrev-file): Write table entries in
13458 alphabetical order by table name.
13459
13460 2005-04-22 Kim F. Storm <storm@cua.dk>
13461
13462 * ido.el (ido-read-internal): Fix `list' completion.
13463
13464 2005-04-22 Kenichi Handa <handa@m17n.org>
13465
13466 * recentf.el (recentf-save-file-coding-system): New variable.
13467 (recentf-save-list): Encode the file by
13468 recentf-save-file-coding-system and add coding: tag.
13469
13470 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
13471
13472 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
13473
13474 2005-04-21 Lute Kamstra <lute@gnu.org>
13475
13476 * loadhist.el (unload-feature): Don't remove a function from hooks
13477 if it is about to be restored to an autoload . Remove functions
13478 that will become unbound from auto-mode-alist. Simplify the code.
13479
13480 * subr.el (assq-delete-all): New implementation that is linear,
13481 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
13482 (rassq-delete-all): New function.
13483
13484 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
13485 Add size-indication-mode.
13486
13487 2005-04-21 Kenichi Handa <handa@m17n.org>
13488
13489 * international/mule-cmds.el: Add autoload for widget-value in
13490 eval-when-compile.
13491
13492 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
13493
13494 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
13495 Add tooltip-mode.
13496
13497 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
13498
13499 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
13500
13501 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
13502 (inferior-lisp-filter-regexp, inferior-lisp-program)
13503 (inferior-lisp-load-command, inferior-lisp-prompt)
13504 (inferior-lisp-mode-hook, lisp-source-modes)
13505 (inferior-lisp-load-hook): defvar->defcustom.
13506 (inferior-lisp-program, inferior-lisp-prompt)
13507 (inferior-lisp-load-hook): Doc fixes.
13508 (inferior-lisp-install-letter-bindings): Small change in
13509 introductory comment.
13510
13511 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
13512
13513 * vc.el (vc-annotate-color-map): Change some colors so that text
13514 using them as foreground is readable on both white and black
13515 backgrounds.
13516
13517 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
13518
13519 * international/mule-conf.el (translation-table-for-input):
13520 Remove redundant declaration.
13521
13522 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
13523
13524 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
13525
13526 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
13527 (tooltip-toggle-gud-tips): New function.
13528
13529 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13530
13531 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
13532 right angle brackets.
13533
13534 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
13535
13536 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
13537
13538 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
13539
13540 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
13541 Remove. Update callers to use expand-file-name instead.
13542
13543 * subr.el (syntax-class): New function.
13544
13545 * simple.el (blink-matching-open): Use it.
13546
13547 * paren.el (show-paren-function): Use it to recognize parens that are
13548 also used in 2-char comment markers.
13549
13550 2005-04-19 Lute Kamstra <lute@gnu.org>
13551
13552 * loadhist.el (unload-feature): Update for new format of
13553 load-history. Simplify the code.
13554
13555 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13556
13557 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
13558 (mac-add-charset-info): New function. Initialize variable
13559 mac-charset-info-alist using it.
13560 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
13561 for translation.
13562 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
13563 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
13564 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
13565 New CCL programs.
13566
13567 2005-04-19 Kim F. Storm <storm@cua.dk>
13568
13569 * simple.el (next-buffer, prev-buffer, next-error)
13570 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
13571 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
13572
13573 * bindings.el (next-buffer, prev-buffer, next-error)
13574 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
13575 (clone-indirect-buffer-other-window): Move bindings from simple.el.
13576 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
13577 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
13578
13579 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
13580
13581 * isearch.el (isearch-edit-string): Make the search-ring available for
13582 minibuffer history commands.
13583 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
13584 the default history commands now work just as well.
13585 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
13586
13587 2005-04-18 Kim F. Storm <storm@cua.dk>
13588
13589 * emulation/cua-base.el (cua--pre-command-handler): Add more
13590 elaborate check for shift modifier on non-window systems.
13591
13592 2005-04-18 Lars Hansen <larsh@math.ku.dk>
13593
13594 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
13595
13596 2005-04-18 Kim F. Storm <storm@cua.dk>
13597
13598 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
13599 and make it optional. Don't test tooltip-gud-echo-area here.
13600 (tooltip-gud-process-output, gdb-tooltip-print):
13601 Pass tooltip-gud-echo-area to tooltip-show.
13602 (tooltip-help-tips): Remove second optional arg to tooltip-show.
13603
13604 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13605
13606 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
13607 `display-graphic-p' may not be bound yet.
13608
13609 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
13610
13611 * startup.el (command-line): No longer enable Xterm Mouse mode by
13612 default in terminals compatible with xterm.
13613
13614 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
13615
13616 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
13617
13618 * tooltip.el (tooltip-gud-echo-area): Rename from
13619 tooltip-use-echo-area.
13620 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
13621 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
13622 area independently of where help tooltips are displayed.
13623
13624 2005-04-17 David Kastrup <dak@gnu.org>
13625
13626 * cus-theme.el (custom-theme-write-variables): Quote variables
13627 where necessary.
13628
13629 2005-04-17 Richard M. Stallman <rms@gnu.org>
13630
13631 * simple.el (yank-excluded-properties): Add follow-link to value.
13632
13633 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
13634
13635 * startup.el (fancy-splash-max-time): Just 30 seconds.
13636 (fancy-splash-delay): Just 7.
13637 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
13638
13639 * loadhist.el (unload-feature): Update for new format of load-history.
13640 Simplify the code.
13641
13642 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
13643 (rmail-font-lock-keywords): Don't fontify the text of a citation.
13644
13645 * mail/sendmail.el (mail-font-lock-keywords):
13646 Don't fontify subject text.
13647 Don't fontify the text of a citation.
13648
13649 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
13650
13651 * comint.el (comint-output-filter): Run comint-output-filter-functions
13652 with point where the user had it.
13653
13654 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
13655
13656 * international/ucs-tables.el (ucs-set-table-for-input):
13657 Disable when using unify-on-decoding.
13658
13659 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
13660
13661 * emulation/cua-base.el (cua-global-mark-face): Add special case
13662 for displays supporting a high number of colors.
13663
13664 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
13665
13666 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
13667
13668 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
13669
13670 * filesets.el (filesets-add-buffer): If user supplies a name of a
13671 non-existing fileset, create a new fileset.
13672
13673 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
13674
13675 * textmodes/org.el (org-up-heading-all): Fix bug with
13676 `outline-up-heading-all'.
13677
13678 2005-04-16 Andreas Schwab <schwab@suse.de>
13679
13680 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
13681 /etc/permissions.d/* and /etc/aliases.d/*.
13682
13683 2005-04-16 Kenichi Handa <handa@m17n.org>
13684
13685 * international/code-pages.el (cp-make-coding-system):
13686 Set `translation-table-for-input' property value to the symbol
13687 ucs-mule-to-mule-unicode, not to that value.
13688 (pt154): Escape guillemet by `\'.
13689
13690 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
13691
13692 * loadup.el: Load tooltip if x-show-tip is fboundp.
13693
13694 * startup.el (command-line): Add comment.
13695
13696 * tooltip.el (tooltip-mode): Specify correct standard value for
13697 Custom in init-value.
13698
13699 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
13700
13701 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
13702 possible.
13703
13704 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
13705
13706 * textmodes/org.el (org-agenda-date-prompt): Rename from
13707 `org-agenda-date-today'.
13708 (org-evaluate-time-range): Insert at point instead of directly
13709 after time range.
13710 (org-first-headline-recenter, org-subtree-end-visible-p)
13711 (org-optimize-window-after-visibility-change): New functions
13712 (org-agenda-post-command-hook): Don't allow point at end of line,
13713 to make sure it always hits the text properties.
13714 (org-agenda-next-date-line, org-agenda-previous-date-line):
13715 New commands.
13716 (org-set-regexps-and-options): Category may contain white space.
13717 (org-agenda-get-deadlines, org-agenda-get-scheduled):
13718 Improve marker positions.
13719 (org-agenda-new-marker): Argument POS made optional.
13720 (org-agenda-get-timestamps): Deadlines which are done are listed
13721 in org-done-face now.
13722 (org-agenda-get-todos, org-agenda-get-timestamps)
13723 (org-agenda-get-deadlines, org-agenda-get-scheduled):
13724 Set `undone-face' and `done-face' properties.
13725 (org-last-todo-state-is-todo): New variable.
13726 (org-todo): Set `org-last-todo-state-is-todo'.
13727 (org-agenda-todo): Change face according to
13728 `org-last-todo-state-is-todo'. And change other lines referring to
13729 the same entry.
13730 (org-calendar-goto-agenda): New command.
13731 (org-calendar-to-agenda-key): New option.
13732 (org-startup-folded): New allowed value `content'.
13733 (org-set-regexps-and-options): Accept new value `content' for
13734 `org-startup-folded'.
13735 (org-get-current-options): Handle new value `content' for
13736 `org-startup-folded'.
13737 (org-insert-todo-heading): New command.
13738 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
13739 interactively in empty file and option
13740 `org-insert-mode-line-in-empty-file' has been set.
13741 (org-agenda-todo,org-agenda-priority): Modify to use
13742 `org-agenda-change-all-lines'.
13743 (org-warning-face): Change color on dark background
13744
13745 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13746
13747 * international/mule-cmds.el (set-locale-environment): On Mac OS,
13748 use preferences AppleLocale and AppleLanguages, and variable
13749 mac-system-locale for default locale. On Mac OS Classic, use
13750 mac-system-coding-system for default coding systems.
13751
13752 * term/mac-win.el: Don't set file-name-coding-system.
13753 Decode variables system-name, emacs-build-system, user-login-name, and
13754 user-full-name by mac-system-coding-system on Mac OS Classic.
13755 (mac-system-coding-system): New variable.
13756
13757 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
13758
13759 * startup.el (command-line): Handle `xterm-mouse-mode' before
13760 reading init file.
13761
13762 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
13763
13764 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
13765
13766 * progmodes/sh-script.el (sh-here-document-word): Make it a
13767 defcustom. Doc fix.
13768 (sh-add): Bash uses $(( )) for arithmetic.
13769 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
13770 (sh-maybe-here-document): Remove quotes and leading whitespace
13771 from heredoc word when closing. Indent heredoc with tabs if word
13772 starts with "-".
13773
13774 2005-04-13 Richard M. Stallman <rms@gnu.org>
13775
13776 * simple.el (undo): Fix previous change.
13777
13778 * custom.el (defface): Doc fix.
13779
13780 2005-04-13 Lute Kamstra <lute@gnu.org>
13781
13782 * Makefile.in (DONTCOMPILE): Remove list.
13783 (compile, compile-always): Don't use DONTCOMPILE.
13784 (update-authors): Load the library in which batch-update-authors
13785 is defined.
13786 * makefile.w32-in (DONTCOMPILE): Remove list.
13787 (compile, compile-always): Fix comments.
13788 (update-authors): Load the library in which batch-update-authors
13789 is defined.
13790
13791 * generic-x.el (generic-mode-ini-file-find-file-hook):
13792 Rename to ini-generic-mode-find-file-hook.
13793 Keep generic-mode-ini-file-find-file-hook as an alias.
13794 (ini-generic-mode-find-file-hook): Rename from
13795 generic-mode-ini-file-find-file-hook. Fix docstring.
13796 (ini-generic-mode): Docstring change.
13797 (bat-generic-mode-run-as-comint): Silence the byte compiler.
13798
13799 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
13800 called from lisp.
13801
13802 * generic.el: Move to the emacs-lisp subdir.
13803
13804 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
13805
13806 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
13807 and C-S- function and cursor motion keys.
13808
13809 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
13810
13811 * startup.el (command-line): Enable Xterm Mouse mode by default.
13812 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
13813 for Custom. No longer show "Mouse" in mode line when enabled.
13814 Doc fix.
13815
13816 2005-04-12 Kim F. Storm <storm@cua.dk>
13817
13818 * emulation/cua-base.el (cua-rectangle-face)
13819 (cua-rectangle-noselect-face): Define face attributes here.
13820
13821 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
13822
13823 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13824
13825 * startup.el (command-line): Turn off blinking cursor if
13826 cursorBlink in resources is off or false.
13827
13828 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13829
13830 * term/mac-win.el (dnd): Require dnd.
13831 (mac-drag-n-drop): Call dnd-handle-one-url.
13832 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
13833 (kTextEncodingISOLatin2): Remove constants.
13834 (mac-script-code-coding-systems): New constant.
13835 (mac-handle-language-change): New function.
13836 (special-event-map): Bind it to `language-change' event.
13837 (mac-centraleurroman, mac-cyrillic): New coding systems.
13838 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
13839 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
13840 and mac-cyrillic-encoder to encode-mac-centraleurroman and
13841 encode-mac-cyrillic, respectively.
13842
13843 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
13844
13845 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
13846 Don't set overlay-arrow-string to "=>" as this is done
13847 globally in C now.
13848
13849 2005-04-12 Lute Kamstra <lute@gnu.org>
13850
13851 * generic-x.el (rc-generic-mode, rul-generic-mode):
13852 Fix auto-mode-alist entries.
13853 (etc-fstab-generic-mode): Tweak fontification.
13854
13855 * generic.el (generic-make-keywords-list): Fix docstring.
13856 (generic-mode-internal): Simplify generic-font-lock-keywords.
13857
13858 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
13859
13860 * whitespace.el (whitespace-buffer-leading)
13861 (whitespace-buffer-trailing): Revert the incorrect test inversion.
13862 However, fix the highlight area for the leading and
13863 trailing whitespaces to show space.
13864
13865 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
13866
13867 * whitespace.el (whitespace-version): Bump to 3.5
13868
13869 (whitespace-buffer-leading, whitespace-buffer-trailing):
13870 Invert sense of the test to highlight the whitespace.
13871
13872 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
13873
13874 * progmodes/gud.el (gud-display-line): GUD uses its own
13875 overlay arrow now so don't set overlay-arrow-string.
13876 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
13877
13878 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
13879
13880 * term.el (term-ansi-current-bold, term-ansi-current-underline)
13881 (term-ansi-current-reverse, term-ansi-current-invisible)
13882 (term-ansi-face-already-done): Change to boolean.
13883 (term-reset-terminal, term-handle-colors-array): Handle the above
13884 vars accordingly.
13885 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
13886 (term-emulate-terminal): Use the new name.
13887
13888 * faces.el (secondary-selection): Use yellow1, not yellow.
13889 (trailing-whitespace): Use red1, not red.
13890
13891 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13892
13893 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
13894 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
13895 (dired-dnd-handle-file): Call dnd-get-local-file-uri
13896
13897 * cus-edit.el (dnd): New group.
13898
13899 * term/w32-win.el (dnd): Require dnd
13900 (w32-drag-n-drop): Call dnd-handle-one-url.
13901
13902 * x-dnd.el: Require dnd.
13903 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
13904 Call dnd-handle-one-url.
13905 (x-dnd-types-alist, x-dnd-insert-utf8-text)
13906 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
13907 to dnd-insert-text.
13908 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
13909 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
13910 (x-dnd-get-local-file-name, x-dnd-open-local-file)
13911 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
13912
13913 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
13914
13915 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
13916
13917 * wdired.el: Doc fixes.
13918 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
13919 (wdired-use-dired-vertical-movement): Rename from
13920 wdired-always-move-to-filename-beginning.
13921 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
13922 (wdired-change-to-wdired-mode): Change mode name.
13923 (wdired-newline): Delete.
13924
13925 2005-04-11 Richard M. Stallman <rms@gnu.org>
13926
13927 * whitespace.el (whitespace-highlight-the-space):
13928 Don't call whitespace-unhighlight-the-space here.
13929
13930 * simple.el (undo): Record t in undo-equiv-table
13931 for the redo record made by an undo-in-region.
13932
13933 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
13934
13935 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
13936 (gdb-frame-inferior-io-buffer): New Functions to control
13937 display of separate IO buffer.
13938 (menu): Add them to menu-bar.
13939 (gdb-display-buffer): Check for buffer another frame.
13940 Protect GUD buffer.
13941 (gdb-setup-windows): Create IO buffer if not already there.
13942 (gdb-memory-mode): Remove purecopy noops.
13943
13944 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
13945
13946 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
13947 and pass to self-insert-command.
13948
13949 2005-04-11 Lute Kamstra <lute@gnu.org>
13950
13951 * generic.el: Commentary section cleanup.
13952 (generic): Delete.
13953 (generic-use-find-file-hook, generic-lines-to-scan)
13954 (generic-find-file-regexp, generic-ignore-files-regexp)
13955 (default-generic-mode, generic-mode-find-file-hook)
13956 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
13957 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
13958 (generic-use-find-file-hook, generic-lines-to-scan)
13959 (generic-find-file-regexp, generic-ignore-files-regexp)
13960 (default-generic-mode, generic-mode-find-file-hook)
13961 (generic-mode-ini-file-find-file-hook): Move from generic.el.
13962
13963 2005-04-10 Karl Fogel <kfogel@red-bean.com>
13964
13965 * bookmark.el (bookmark-write-file): Catch errors writing file.
13966 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
13967
13968 2005-04-10 Richard M. Stallman <rms@gnu.org>
13969
13970 * startup.el (fancy-splash-tail): Update copyright year.
13971 (command-line): Split part of -Q into -D.
13972 (emacs-basic-display): New defvar.
13973 (fancy-splash-text): Correct name of menu item.
13974
13975 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
13976
13977 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
13978 lines in one node.
13979
13980 * comint.el (comint-send-input): New arg ARTIFICIAL.
13981 Callers in this file changed.
13982
13983 * abbrev.el (define-abbrevs): Read system abbrevs properly.
13984
13985 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
13986
13987 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
13988
13989 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
13990 `ldap-search-internal'.
13991
13992 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
13993
13994 * files.el (set-auto-mode-1): Use line-end-position.
13995
13996 * international/latin-1.el:
13997 * international/latin-2.el:
13998 * international/latin-3.el:
13999 * international/latin-4.el:
14000 * international/latin-5.el:
14001 * international/latin-8.el:
14002 * international/latin-9.el: Give punctuation syntax to NBSP.
14003
14004 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
14005 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
14006 Use char-classes to accept non-ascii letters, accepted in some recent
14007 bibtex implementations.
14008
14009 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
14010
14011 * custom.el (custom-set-minor-mode): Any non-nil value for the
14012 variable should enable the mode when set through Custom.
14013
14014 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
14015
14016 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
14017 TAB binding so tab-always-indent is obeyed.
14018 (vhdl-minibuffer-local-map): Move initialization into declaration.
14019 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
14020 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
14021 (vhdl-hooked-abbrev): Avoid test for XEmacs.
14022 (vhdl-current-line): Use line-beginning-position.
14023 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
14024 with-output-to-temp-buffer, so the current position can be recorded.
14025
14026 2005-04-10 Masatake YAMATO <jet@gyve.org>
14027
14028 * progmodes/compile.el (compilation-error-regexp-alist-alist):
14029 Add regexp for gcov.
14030
14031 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
14032
14033 * calendar/time-date.el (time-to-seconds, seconds-to-time)
14034 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
14035 syntax which Emacs 20 doesn't support.
14036
14037 2005-04-09 Richard M. Stallman <rms@gnu.org>
14038
14039 * help.el (describe-key-briefly, describe-key):
14040 Replace strings as event types with "(any string)".
14041
14042 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
14043
14044 * arc-mode.el (archive-mode-map): Move initialization into
14045 the declaration. Override *all* bindings of `undo'.
14046 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
14047
14048 2005-04-09 Jay Belanger <belanger@truman.edu>
14049
14050 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
14051
14052 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
14053
14054 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
14055 (xterm-register-default-colors): Update color values computation
14056 to match xterm-200.
14057
14058 2005-04-09 Kenichi Handa <handa@m17n.org>
14059
14060 * international/code-pages.el (iso-latin-7): Fix the map.
14061
14062 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
14063
14064 * emacs-lisp/lisp.el (defun-prompt-regexp)
14065 (parens-require-spaces, buffer-end, end-of-defun)
14066 (insert-parentheses): Doc fixes.
14067
14068 2005-04-08 Kim F. Storm <storm@cua.dk>
14069
14070 * comint.el (comint-highlight-prompt): Fix face spec.
14071 * hi-lock.el (hi-green): Likewise.
14072
14073 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
14074
14075 * cus-edit.el (custom-modified-face):
14076 * comint.el (comint-highlight-input): Fix previous changes.
14077 * term.el (term-handle-ansi-escape): Add a comment.
14078
14079 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
14080
14081 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
14082 in the buffer and in whitespace-highlighted-space.
14083 (whitespace-unhighlight-the-space): Simplify.
14084 (whitespace-buffer): Simplify.
14085
14086 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
14087
14088 * textmodes/table.el (table-cell-face): Add special case for
14089 displays supporting a high number of colors.
14090 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
14091 (vhdl-font-lock-reserved-words-face)
14092 (vhdl-speedbar-architecture-face)
14093 (vhdl-speedbar-instantiation-face)
14094 (vhdl-speedbar-architecture-selected-face)
14095 (vhdl-speedbar-instantiation-selected-face): Likewise.
14096 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
14097 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
14098 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
14099 (ebrowse-root-class-face, ebrowse-member-attribute-face)
14100 (ebrowse-progress-face): Likewise.
14101 * progmodes/compile.el (compilation-info-face): Likewise.
14102 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
14103 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
14104 * calendar/calendar.el (diary-face): Likewise.
14105 * woman.el (woman-italic-face, woman-bold-face)
14106 (woman-unknown-face): Likewise.
14107 * wid-edit.el (widget-button-pressed-face): Likewise.
14108 * whitespace.el (whitespace-highlight-face): Likewise.
14109 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
14110 * pcvs-info.el (cvs-marked-face): Likewise.
14111 * info.el (info-xref): Likewise.
14112 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
14113 * hilit-chg.el (highlight-changes-face)
14114 (highlight-changes-delete-face): Likewise.
14115 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
14116 (hi-red-b): Likewise.
14117 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
14118 * font-lock.el (font-lock-keyword-face)
14119 (font-lock-function-name-face, font-lock-warning-face): Likewise.
14120 * cus-edit.el (custom-invalid-face, custom-modified-face)
14121 (custom-set-face, custom-changed-face, custom-variable-tag-face)
14122 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
14123 * comint.el (comint-highlight-prompt): Likewise.
14124
14125 2005-04-08 Lute Kamstra <lute@gnu.org>
14126
14127 * font-lock.el (font-lock-keywords): Docstring fixes.
14128
14129 2005-04-08 Kenichi Handa <handa@m17n.org>
14130
14131 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
14132 chars are more than a limit, print " and more..." at the tail.
14133
14134 2005-04-08 Kim F. Storm <storm@cua.dk>
14135
14136 * emacs-lisp/authors.el (authors-aliases): Update list.
14137 (authors-ignored-files): New list.
14138 (authors-fixed-entries): Fix typo.
14139 (authors-renamed-files-alist): Update list.
14140 (authors-add): Check authors-ignored-files.
14141
14142 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
14143
14144 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
14145 optional, to ensure backward compatibility.
14146
14147 2005-04-08 Stephen Eglen <stephen@gnu.org>
14148
14149 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
14150
14151 2005-04-08 Kim F. Storm <storm@cua.dk>
14152
14153 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
14154
14155 * mouse.el (mouse-on-link-p): Doc fix.
14156
14157 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
14158
14159 * ielm.el (ielm-prompt-read-only): Doc fix.
14160
14161 * comint.el (comint-prompt-read-only): Doc fix.
14162
14163 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
14164
14165 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
14166 ensure dired always handles wildcards passed to ffap.
14167 (find-file-at-point): Use it.
14168 (ffap-dired-wildcards): Doc fix.
14169
14170 2005-04-07 Juri Linkov <juri@jurta.org>
14171
14172 * simple.el (next-error-overlay-arrow-position): New defvar.
14173 Put "=>" on its property `overlay-arrow-string'. Add it to
14174 `overlay-arrow-variable-list'.
14175
14176 * progmodes/compile.el (compilation-setup):
14177 Set `next-error-overlay-arrow-position' to nil. Also set it to
14178 nil in the local hook `kill-buffer-hook'. Make local variable
14179 `overlay-arrow-string' and set it to "=>".
14180 (compilation-goto-locus): Set BOL position to
14181 `next-error-overlay-arrow-position' instead of
14182 `overlay-arrow-position'.
14183
14184 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
14185 locally instead of adding it to the global hook.
14186 (Info-kill-buffer): Move up.
14187
14188 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
14189
14190 * term/xterm.el (xterm-standard-colors): Update color values from
14191 xterm-200.
14192
14193 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
14194
14195 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
14196
14197 * fast-lock.el:
14198 * lazy-lock.el: Move them to the obsolete subdir.
14199
14200 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
14201
14202 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
14203 (wdired-add-replace-advice): Remove.
14204 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
14205
14206 2005-04-06 Kim F. Storm <storm@cua.dk>
14207
14208 * startup.el (command-line): Add --bare-bones alias for -Q.
14209
14210 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14211
14212 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
14213 create the startup fontset if a font specification ends with
14214 `mac-roman'.
14215
14216 2005-04-06 Lute Kamstra <lute@gnu.org>
14217
14218 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
14219 change.
14220
14221 * emacs-lisp/copyright.el (copyright-update-year): Replace the
14222 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
14223
14224 2005-04-05 Lute Kamstra <lute@gnu.org>
14225
14226 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
14227 (define-generic-mode): Ditto. Fix debug declaration.
14228
14229 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
14230 Put them in the generic-x group.
14231
14232 * calendar/timeclock.el (timeclock): Doc fix.
14233
14234 * generic.el (define-generic-mode): Don't use custom-current-group.
14235 Document default :group value.
14236 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
14237 (define-global-minor-mode): Don't use custom-current-group.
14238
14239 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
14240
14241 * startup.el (command-line-1): Display startup-echo-area-message
14242 when fancy splash screen is in use.
14243
14244 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
14245 (sh-escaped-newline): New face.
14246 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
14247 newline, and use sh-escaped-newline face.
14248
14249 * progmodes/tcl.el (tcl-escaped-newline): New face.
14250 (tcl-builtin-list): New variable.
14251 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
14252 newlines. Fix keywords subexpression number.
14253
14254 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
14255
14256 * textmodes/org.el (org-diary-default-entry): Fix call to
14257 `add-to-diary-entry'.
14258
14259 2005-04-05 Kim F. Storm <storm@cua.dk>
14260
14261 * ediff-init.el: Use (featurep 'xemacs).
14262
14263 2005-04-05 David Ponce <david@dponce.com>
14264
14265 * cus-edit.el (face): Derive from symbol widget. Display sample
14266 of the current face on the fly.
14267 (widget-face-sample-face-get, widget-face-notify): New functions.
14268 (widget-face-value-create): Remove.
14269
14270 * wid-edit.el (widget-field-end): Temporarily remove field
14271 narrowing before to call `get-char-property'.
14272
14273 2005-04-04 Jay Belanger <belanger@truman.edu>
14274
14275 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
14276 (math-read-subscripts): New variable.
14277 (math-read-preprocess-string): Process subscripts.
14278
14279 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
14280
14281 * comint.el (comint-prompt-read-only): Doc fix.
14282
14283 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
14284 `-1'. Doc fix.
14285
14286 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
14287
14288 * textmodes/org.el (org-insert-mode-line-in-empty-file):
14289 Change default value to nil.
14290
14291 2005-04-04 Lute Kamstra <lute@gnu.org>
14292
14293 * autorevert.el (auto-revert-mode): Specify :group.
14294 * battery.el (display-battery-mode): Specify :group.
14295 * diff-mode.el (diff-minor-mode): Specify :group.
14296 * font-core.el (font-lock-mode): Specify :group.
14297 * hl-line.el (hl-line-mode): Specify :group.
14298 * iimage.el (iimage): New customization group.
14299 (iimage-mode): Specify :group.
14300 * longlines.el (longlines-mode): Specify :group.
14301 * master.el: Don't require easy-mmode.
14302 (master): New customization group.
14303 (master-mode): Specify :group.
14304 * msb.el (msb-mode): Specify :group.
14305 * reveal.el (reveal-mode): Specify :group.
14306 * simple.el (next-error-follow-minor-mode): Specify :group.
14307 * smerge-mode.el (smerge-mode): Specify :group.
14308 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
14309 * emulation/cua-base.el (cua-mode): Specify :group.
14310 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
14311 * language/thai-util.el (thai-auto-composition-mode)
14312 (thai-word-mode): Specify :group.
14313 * mail/supercite.el (sc-minor-mode): Specify :group.
14314 * progmodes/cwarn.el (cwarn-mode): Specify :group.
14315 * progmodes/flymake.el (flymake-mode): Specify :group.
14316 * progmodes/glasses.el (glasses-mode): Specify :group.
14317 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
14318 * textmodes/enriched.el (enriched-mode): Specify :group.
14319 * textmodes/refill.el (refill-mode): Specify :group.
14320
14321 * add-log.el (change-log-font-lock-keywords): Names in
14322 parenthesized lists can contain spaces.
14323
14324 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
14325
14326 * startup.el (fancy-splash-text): Shorten default text of
14327 "Emacs Tutorial" line. Also, if the current language env
14328 indicates an available tutorial file other than TUTORIAL,
14329 extract its title and append it to the line in parentheses.
14330 (fancy-splash-insert): If arg is a thunk, funcall it.
14331
14332 2005-04-04 Jay Belanger <belanger@truman.edu>
14333
14334 * calc.el (calc-language-alist): Add tags to customization type.
14335
14336 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
14337
14338 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
14339 Doc fix.
14340
14341 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
14342
14343 * add-log.el (change-log-font-lock-keywords): The manual
14344 describing a Change Log entry, says: (...) "Aside from these
14345 header lines, every line in the change log starts with a space or
14346 a tab.". The font-lock was not highlighting lines started with
14347 spaces, added support for it.
14348
14349 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14350
14351 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
14352 (bibtex-generate-url-list): Update docstring accordingly. Put the
14353 complex example in the docstring.
14354 (bibtex-font-lock-url): Use pop.
14355
14356 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
14357
14358 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
14359
14360 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
14361
14362 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
14363
14364 * filesets.el (filesets-set-default): Doc fix.
14365
14366 2005-04-03 Lute Kamstra <lute@gnu.org>
14367
14368 * generic.el (define-generic-mode): Add argument to specify
14369 keywords for defcustom.
14370 (default-generic-mode): Specify :group.
14371
14372 * generic-x.el: Specify :group for all generic modes.
14373
14374 * desktop.el (desktop-no-desktop-file-hook)
14375 (desktop-after-read-hook): Doc fix.
14376
14377 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
14378
14379 * simple.el (visible-mode): Use explicit :group keyword.
14380 This changes the group of `visible-mode-hook' from paren-blinking
14381 to editing-basics.
14382
14383 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
14384
14385 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
14386 mailbox specifications as well as URLs.
14387 (rmail-insert-inbox-text): Remove unused conditional branches.
14388
14389 2005-04-01 Jay Belanger <belanger@truman.edu>
14390
14391 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
14392 (calc-gnuplot-print-command): Move definitions to calc.el.
14393
14394 * calc/calc-embed.el (calc-embedded-announce-formula)
14395 (calc-embedded-open-formula, calc-embedded-close-formula)
14396 (calc-embedded-open-word, calc-embedded-close-word)
14397 (calc-embedded-open-plain, calc-embedded-close-plain)
14398 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
14399 (calc-embedded-open-mode, calc-embedded-close-mode):
14400 Move definitions to calc.el.
14401
14402 * calc/calc.el (calc-settings-file, calc-language-alist):
14403 Make customizable.
14404 (calc-embedded-announce-formula, calc-embedded-open-formula)
14405 (calc-embedded-close-formula, calc-embedded-open-word)
14406 (calc-embedded-close-word, calc-embedded-open-plain)
14407 (calc-embedded-close-plain, calc-embedded-open-new-formula)
14408 (calc-embedded-close-new-formula, calc-embedded-open-mode)
14409 (calc-embedded-close-mode, calc-gnuplot-name)
14410 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
14411 from other files and make customizable.
14412
14413 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
14414
14415 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
14416 Use buffer-live-p.
14417 (cvs-mode-run): Don't call cvs-update-header here.
14418 (cvs-run-process): Call cvs-update-header.
14419 Use process properties for cvs-postprocess and cvs-buffer so that
14420 the sentinel can behave better if the temp buffer is killed.
14421 Use a pipe rather than a tty, to better handle unexpected prompts.
14422 (cvs-sentinel): Rewrite. Call cvs-update-header.
14423
14424 2005-04-01 Andre Spiegel <spiegel@gnu.org>
14425
14426 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
14427 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
14428
14429 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
14430
14431 * generic.el (define-generic-mode): Add indentation rule.
14432
14433 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
14434
14435 * files.el (mode-require-final-newline): Make Custom correctly
14436 report a nil value and allow to set it to nil via Custom.
14437 Doc fix.
14438
14439 2005-04-01 Kenichi Handa <handa@m17n.org>
14440
14441 * international/characters.el: Enable the correct case setting for
14442 dotless-i and dotted-I.
14443
14444 2005-04-01 Kim F. Storm <storm@cua.dk>
14445
14446 * ido.el (ido-file-internal): Fall back to non-ido command if
14447 initial directory is on slow ftp (or tramp) host.
14448
14449 2005-03-31 Richard M. Stallman <rms@gnu.org>
14450
14451 * emacs-lisp/autoload.el (make-autoload):
14452 Handle define-global-minor-mode.
14453
14454 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
14455 Rename from easy-mmode-define-global-mode.
14456 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
14457
14458 * progmodes/scheme.el (scheme-mode-syntax-table):
14459 Update syntax of | and # for two-character comment syntax.
14460
14461 2005-03-31 Lute Kamstra <lute@gnu.org>
14462
14463 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
14464 (define-minor-mode): Call custom-current-group at load-time.
14465
14466 * generic.el (define-generic-mode): Add debug declaration.
14467 Add defcustom for the mode hook.
14468 (generic-mode-internal): Use run-mode-hooks.
14469
14470 2005-03-31 Kim F. Storm <storm@cua.dk>
14471
14472 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
14473 (mouse-fixup-help-message): New defun called by show_help_echo
14474 to fixup mouse-2 prefix in help messages when applicable.
14475
14476 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
14477
14478 2005-03-31 Kenichi Handa <handa@m17n.org>
14479
14480 * language/thai-word.el (thai-find-word-ends): Pay attention to
14481 the case that we reach the end of buffer.
14482
14483 * textmodes/fill.el (fill-text-properties-at): New function.
14484 (fill-newline): Use fill-text-properties-at instead of
14485 text-properties-at.
14486
14487 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
14488
14489 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
14490 not comint-quote-filename.
14491
14492 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
14493
14494 * help-fns.el (help-with-tutorial): Revert last change.
14495
14496 2005-03-31 Kim F. Storm <storm@cua.dk>
14497
14498 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
14499
14500 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
14501
14502 * calendar/cal-china.el: Update reference to "Calendrical
14503 Calculations" book; there's a new edition.
14504 * calendar/cal-coptic.el: Likewise.
14505 * calendar/cal-french.el: Likewise.
14506 * calendar/cal-hebrew.el: Likewise.
14507 * calendar/cal-islam.el: Likewise.
14508 * calendar/cal-iso.el: Likewise.
14509 * calendar/cal-julian.el: Likewise.
14510 * calendar/cal-mayan.el: Likewise.
14511 * calendar/cal-persia.el: Likewise.
14512 * calendar/calendar.el: Likewise.
14513 * calendar/holidays.el: Likewise.
14514 * calendar/lunar.el: Likewise.
14515 * calendar/solar.el: Likewise.
14516
14517 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
14518 white space from doc string.
14519
14520 2005-03-30 Jay Belanger <belanger@truman.edu>
14521
14522 * calc/calc-help.el (calc-full-help): Remove email address.
14523
14524 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
14525
14526 * help-fns.el (help-with-tutorial): Delete title line.
14527
14528 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
14529
14530 * calendar/cal-x.el (calendar-one-frame-setup)
14531 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
14532 rather than 'symbol for set-window-dedicated-p.
14533
14534 * calendar/appt.el (appt-buffer-name): Make it a constant.
14535 (appt-add): Doc fix.
14536
14537 * filesets.el (filesets-menu-path, filesets-menu-before)
14538 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
14539 (filesets-menu-cache-file): Use directory ~/.emacs.d.
14540 (filesets-add-submenu): Delete and use add-submenu instead.
14541
14542 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
14543
14544 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
14545 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
14546 (org-diary-default-entry): New function.
14547 (org-get-entries-from-diary): Better parsing of diary entries.
14548 (org-agenda-check-no-diary): New function.
14549 ("diary-lib"): Advice to function `add-to-diary-list', to allow
14550 linking to diary entries.
14551 (org-agenda-execute-calendar-command): New function.
14552 (org-agenda): Improve visible section in window.
14553 Use `org-fit-agenda-window'.
14554 (org-fit-agenda-window): New option.
14555 (org-move-subtree-down): Better handling of empty lines
14556 at end of subtree.
14557 (org-cycle): Numeric prefix is interpreted now as show-subtree N
14558 levels up.
14559 (org-fontify-done-headline): New option.
14560 (org-headline-done-face): New face.
14561 (org-set-font-lock-defaults): Use `org-headline-done-face'.
14562 (org-table-copy-down): Rename from `org-table-copy-from-above'.
14563 When current field is non-empty, it is copied to next row.
14564 (org-table-copy-from-above): Fix bug which made it
14565 impossible to copy fields containing only a single non-white character.
14566
14567 2005-03-30 Kim F. Storm <storm@cua.dk>
14568
14569 * kmacro.el (kmacro-end-macro): Isearch may store this command
14570 into the macro -- so ignore it when executing keyboard macro.
14571
14572 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
14573
14574 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
14575
14576 2005-03-29 Kenichi Handa <handa@m17n.org>
14577
14578 * language/thai.el ("Thai"): Set setup-function and exit-function
14579 for Thai language environment.
14580
14581 * language/thai-util.el: Require thai-word.
14582 (thai-word-mode-map): New variable.
14583 (thai-word-mode): New minor mode.
14584 (setup-thai-language-environment-internal): New function.
14585 (exit-thai-language-environment-internal): New function.
14586
14587 * language/thai-word.el (thai-word-table): Declare it by defvar,
14588 use dolist to initialize it.
14589 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
14590 (thai-fill-find-break-point): New functions.
14591
14592 2005-03-29 Richard M. Stallman <rms@gnu.org>
14593
14594 * simple.el (idle-update-delay): Move definition up.
14595 (set-mark): Doc fix.
14596
14597 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
14598
14599 * longlines.el: New file.
14600
14601 * simple.el (buffer-substring-filters): New variable.
14602 (filter-buffer-substring): New function.
14603 (kill-region, copy-region-as-kill): Use it.
14604
14605 * register.el (copy-to-register, append-to-register)
14606 (prepend-to-register): Use filter-buffer-substring.
14607
14608 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
14609
14610 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
14611 (gud-filter-pending-text): Move in front of gdb.
14612 (gud-overlay-arrow-position): New variable.
14613 (gud-sentinel, gud-display-line): Use it in place of
14614 overlay-arrow-position.
14615
14616 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
14617
14618 * progmodes/fortran.el (fortran-if-indent): Doc fix.
14619 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
14620 (fortran-font-lock-keywords-4): New variable.
14621 (fortran-blocks-re, fortran-end-block-re)
14622 (fortran-start-block-re): New constants, for hideshow.
14623 (hs-special-modes-alist): Add a Fortran entry.
14624 (fortran-mode-map): Bind fortran-end-of-block,
14625 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
14626 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
14627 (fortran-looking-at-if-then, fortran-end-of-block)
14628 (fortran-beginning-of-block): New functions, for hideshow.
14629
14630 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
14631 Doc fix. Tweak regexp.
14632 (f90-beginning-of-block): Push mark first.
14633
14634 2005-03-29 Jay Belanger <belanger@truman.edu>
14635
14636 * calc/calc.el: Update copyright date.
14637 (calc-version): Increase to 2.1.
14638 (calc-version-date): Remove.
14639
14640 * calc/calc-help.el: Update copyright date.
14641 (calc-full-help): Remove reference to calc-version-date.
14642 Update copyright date.
14643
14644 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
14645
14646 * vc.el (vc-do-command): Use a pipe for async processes, so password
14647 prompts don't show up at places where the user can't reply.
14648
14649 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
14650
14651 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
14652 on the file name we pass to the inferior shell.
14653
14654 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
14655
14656 * progmodes/which-func.el (which-function): Be robust in the face of an
14657 imenu--make-index-alist failure.
14658
14659 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
14660
14661 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
14662
14663 * progmodes/python.el (python-preoutput-filter): Fix last change.
14664
14665 2005-03-29 Lute Kamstra <lute@gnu.org>
14666
14667 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
14668 functions and compiled macros.
14669 (debug-convert-byte-code): Handle macros too.
14670 (debug-on-entry-1): Don't signal an error when trying to clear a
14671 function that is not set to debug on entry.
14672
14673 2005-03-29 Jay Belanger <belanger@truman.edu>
14674
14675 * calc/calc-lang.el: Add functions to math-function-table
14676 properties of tex and math.
14677
14678 2005-03-29 Kenichi Handa <handa@m17n.org>
14679
14680 * ps-mule.el (ps-mule-plot-string): Translate characters by
14681 ps-print-translation-table.
14682 (ps-mule-begin-job): Call find-charset-region/string with
14683 ps-print-translation-table.
14684 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
14685
14686 * ps-print.el (ps-print-translation-table): New variable.
14687 (ps-plot-region): Translate characters by ps-print-translation-table.
14688
14689 2005-03-29 Juri Linkov <juri@jurta.org>
14690
14691 * simple.el (next-error-highlight-timer): New variable.
14692
14693 * progmodes/compile.el (compilation-goto-locus):
14694 Use `next-error-highlight-timer' instead of `sit-for'.
14695
14696 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
14697
14698 * mail/supercite.el (sc-mail-field): Use assoc-string.
14699 (sc-get-address): Simplify regexps.
14700
14701 * files.el (minibuffer-with-setup-hook): New macro.
14702 (find-file-read-args): Use it to avoid let-binding
14703 minibuffer-with-setup-hook (which breaks turning on/off
14704 file-name-shadow-mode while in the prompt).
14705
14706 * complete.el (PC-read-include-file-name-internal):
14707 Use test-completion.
14708
14709 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
14710
14711 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
14712
14713 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
14714
14715 * window.el (window-buffer-height): Use count-screen-lines.
14716
14717 * progmodes/python.el (python-preoutput-leftover): New var.
14718 (python-preoutput-filter): Use it.
14719 (python-send-receive): Loop until all the result has been received.
14720
14721 2005-03-28 Juri Linkov <juri@jurta.org>
14722
14723 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
14724
14725 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
14726 "Recover Crashed Session".
14727 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
14728 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
14729 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
14730 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
14731 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
14732 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
14733 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
14734 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
14735
14736 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
14737 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
14738 Ediff Sessions", "Toggle use of separate control buffer frame",
14739 "Use separate frame for Ediff control buffer".
14740
14741 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
14742 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
14743 "Rename Bookmark", "Delete Bookmark".
14744
14745 * info.el (Info-mode-menu): Remove ellipsis from "Index".
14746 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
14747 Add `:active Info-index-alternatives' to "Next Matching Item".
14748
14749 * wdired.el (wdired-change-to-wdired-mode):
14750 Mention `wdired-abort-changes' key in the initial message.
14751
14752 * international/mule.el (auto-coding-alist): Associate non-ascii
14753 image filename extensions with `no-conversion'.
14754
14755 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
14756
14757 * international/iso-acc.el:
14758 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
14759
14760 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
14761
14762 * textmodes/sgml-mode.el (html-mode): Doc update.
14763
14764 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
14765
14766 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
14767
14768 * term.el (term-move-columns): Fix face after extending a line.
14769 (term-insert-spaces): Likewise.
14770 (term-reset-terminal): Fix off by one error.
14771
14772 2005-03-26 Eli Zaretskii <eliz@gnu.org>
14773
14774 * international/mule.el (auto-coding-alist): Add .xpi files.
14775
14776 * files.el (auto-mode-alist): Add .xpi files.
14777
14778 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
14779
14780 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
14781
14782 2005-03-26 Eli Zaretskii <eliz@gnu.org>
14783
14784 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
14785
14786 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
14787
14788 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
14789 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
14790
14791 * calendar/cal-move.el (calendar-beginning-of-year): Move the
14792 cursor to Jan 1 when needed.
14793 (calendar-end-of-year): Fix -/+ typo.
14794 Reported by Chong Yidong <cyd@stupidchicken.com>.
14795
14796 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
14797
14798 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
14799
14800 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
14801 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
14802
14803 2005-03-25 Richard M. Stallman <rms@gnu.org>
14804
14805 * filesets.el (filesets-init): Add autoload.
14806
14807 * mail/mailalias.el (mail-directory): Doc fix.
14808
14809 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
14810
14811 * mail/mailalias.el (mail-directory-process): Do nothing if
14812 mail-directory-process is an atom.
14813 (mail-get-names): Ignore mail-directory-names if it is an atom.
14814 (mail-directory-process defvar): Doc fix.
14815 (mail-names): Doc fix.
14816
14817 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
14818
14819 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
14820
14821 2005-03-26 Kenichi Handa <handa@m17n.org>
14822
14823 * international/mule-util.el (detect-coding-with-priority):
14824 Call update-coding-systems-internal before detect-coding-region.
14825
14826 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
14827
14828 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
14829 (gdb-frames-mode-map): Add follow-link property.
14830
14831 2005-03-25 Jay Belanger <belanger@truman.edu>
14832
14833 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
14834 for variables.
14835
14836 2005-03-25 Juri Linkov <juri@jurta.org>
14837
14838 * image-mode.el: Optimize image filename extension regexps in
14839 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
14840 in `auto-mode-alist'.
14841 (image-mode): Add `image-toggle-display-text' to local hook
14842 `change-major-mode-hook'. Display the image as an image by
14843 default. Set `cursor-type' and `truncate-lines' if the image
14844 is already displayed. Take into account the current mode (image
14845 or text) in message.
14846 (image-minor-mode): New minor mode.
14847 (image-mode-maybe, image-toggle-display-text): New functions.
14848 (image-toggle-display): Use called-interactively-p.
14849 Let-bind `inhibit-read-only' to t.
14850
14851 * image-mode.el (image-minor-mode): Set `cursor-type' and
14852 `truncate-lines' if the image is already displayed. Add turning
14853 image-minor-mode off to `change-major-mode-hook'. Add message.
14854 Call `image-toggle-display-text' after turning image-minor-mode off.
14855
14856 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
14857
14858 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
14859 Terminal.app, use utf-8.
14860 (set-display-table-and-terminal-coding-system): Add coding-system arg.
14861 (set-locale-environment): Use it.
14862
14863 * term/xterm.el: Undo last change, better done in mule-cmds.el.
14864
14865 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
14866
14867 * progmodes/python.el (python-close-block-statement-p)
14868 (python-outdent-p, python-current-defun): Use symbol-end.
14869
14870 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
14871
14872 * files.el (save-some-buffers): Doc fix.
14873
14874 2005-03-25 Werner Lemberg <wl@gnu.org>
14875
14876 * complete.el, thumbs.el: Replace `legal' with `valid'.
14877 * calendar/calendar.el: Replace `legal' with `valid'.
14878 * emacs-lisp/advice.el: Replace `legal' with `valid'.
14879 * mail/supercite.el: Replace `legal' with `valid'.
14880 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
14881 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
14882 Replace `legal' with `valid'.
14883 * textmodes/reftex-vars.el, textmodes/reftex.el:
14884 Replace `legal' with `valid'.
14885
14886 2005-03-25 Werner Lemberg <wl@gnu.org>
14887
14888 * calc/calc-forms.el, calc/calc-sel.el:
14889 * midnight.el, vc-cvs.el:
14890 * emacs-lisp/cl-macs.el:
14891 * emulation/vip.el:
14892 * eshell/esh-io.el, eshell/esh-var.el:
14893 * mail/supercite.el:
14894 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
14895 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
14896 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
14897 * progmodes/sh-script.el, progmodes/xscheme.el:
14898 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
14899 * textmodes/reftex-index.el, textmodes/reftex-parse.el
14900 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
14901 * textmodes/reftex.el, textmodes/org.el:
14902 Replace `illegal' with `invalid'.
14903
14904 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
14905
14906 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
14907 (flymake-find-buildfile, flymake-find-possible-master-files)
14908 (flymake-check-include, flymake-parse-line): Replace loops over the
14909 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
14910
14911 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
14912 Substitute file-name-as-directory in the rest of the file.
14913 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
14914 (flymake-replace-region): Remove unused arg `buffer'.
14915 (flymake-check-patch-master-file-buffer): Update calls to it.
14916 (flymake-add-err-info): Remove unused var `count'.
14917 (flymake-mode): Use define-minor-mode.
14918
14919 * progmodes/flymake.el: Use with-current-buffer.
14920 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
14921 flymake-replace-regexp-in-string, flymake-line-beginning-position)
14922 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
14923 Avoid testing for `xemacs'.
14924 (flymake-nop): Move.
14925 (flymake-region-has-flymake-overlays): Return the computed value.
14926 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
14927 Remove unused var `endline'.
14928 (flymake-get-line-count): Remove unused function.
14929 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
14930
14931 * emulation/vi.el:
14932 * generic.el:
14933 * hilit-chg.el (global-highlight-changes):
14934 * hi-lock.el (hi-lock-mode):
14935 * follow.el: find-file-hooks -> find-file-hook.
14936
14937 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
14938
14939 2005-03-24 Juri Linkov <juri@jurta.org>
14940
14941 * dired.el (dired-mode-map): Add menu item "Compare directories"
14942 for dired-compare-directories.
14943
14944 * dired-aux.el (dired-compare-directories): Add autoload cookie.
14945 Doc fix. Replace `read-file-name' with `read-directory-name'.
14946
14947 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
14948
14949 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
14950
14951 2005-03-24 Jay Belanger <belanger@truman.edu>
14952
14953 * calc/calc-embed.el (calc-embedded-mode-change): Save all
14954 relevant mode settings in calc-embedded-original-modes when modes
14955 are permanently changed.
14956
14957 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
14958
14959 * autoinsert.el: find-file-hooks -> find-file-hook.
14960
14961 2005-03-24 Lute Kamstra <lute@gnu.org>
14962
14963 * generic.el (generic-font-lock-defaults): Make it obsolete.
14964 (generic-font-lock-keywords): New variable to replace
14965 generic-font-lock-defaults.
14966 (generic-mode-set-font-lock): Delete it.
14967 (generic-mode-internal): Don't call generic-mode-set-font-lock.
14968 (generic-bracket-support): Add docstring.
14969
14970 * generic-x.el: Rename generic-font-lock-defaults to
14971 generic-font-lock-keywords throughout.
14972 (mailagent-rules-setup-function): Delete it.
14973 (mailagent-rules-generic-mode): Use anonymous function instead.
14974 (show-tabs-generic-mode-font-lock-defaults-1)
14975 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
14976 Quote faces.
14977 (show-tabs-tab-face, show-tabs-space-face): Specify background,
14978 not foreground.
14979
14980 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
14981 Recognize define-generic-mode.
14982
14983 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
14984
14985 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
14986 if there's no completion table.
14987
14988 2005-03-23 Miles Bader <miles@gnu.org>
14989
14990 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
14991 Remove tty-specific variants, as they're no longer needed.
14992
14993 2005-03-23 Lute Kamstra <lute@gnu.org>
14994
14995 * generic-x.el: Code cleanup: make args constant whenever possible.
14996 (installshield-statement-keyword-list)
14997 (installshield-system-functions-list)
14998 (installshield-system-variables-list, installshield-types-list)
14999 (installshield-funarg-constants-list): Make them constants.
15000
15001 * generic.el (generic-make-keywords-list): Add autoload cookie.
15002
15003 * calendar/time-date.el: Add comment on time value formats.
15004 Don't require parse-time.
15005 (with-decoded-time-value): New macro.
15006 (encode-time-value): New function.
15007 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
15008 (days-to-time): Return a valid time value when arg is huge.
15009 (time-since): Use time-subtract.
15010 (time-to-number-of-days): Use time-to-seconds.
15011
15012 2005-03-23 David Ponce <david@dponce.com>
15013
15014 * recentf.el: (recentf-keep): New option.
15015 (recentf-menu-action): Default to `find-file'.
15016 (recentf-keep-non-readable-files-flag)
15017 (recentf-keep-non-readable-files-p)
15018 (recentf-file-readable-p, recentf-find-file)
15019 (recentf-cleanup-remote): Remove.
15020 (recentf-include-p): More robust.
15021 (recentf-keep-p): New function.
15022 (recentf-remove-if-non-kept): Rename from
15023 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
15024 All callers updated.
15025 (recentf-menu-items-for-commands): Fix help string.
15026 (recentf-track-closed-file): Update. Doc fix.
15027 (recentf-cleanup): Update. Count removed files. Doc fix.
15028
15029 2005-03-23 Kim F. Storm <storm@cua.dk>
15030
15031 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
15032 Don't inherit from fringe face (now happens automatically).
15033
15034 2005-03-22 Kim F. Storm <storm@cua.dk>
15035
15036 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
15037 position values.
15038
15039 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
15040
15041 * menu-bar.el (showhide-date-time): Remove.
15042 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
15043 (menu-bar-make-mm-toggle): Simplify.
15044
15045 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
15046
15047 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
15048 Accept qualified variable and function names.
15049
15050 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
15051
15052 * bindings.el (completion-ignored-extensions):
15053 Remove ".lis" for `vax-vms'.
15054
15055 2005-03-22 Andreas Schwab <schwab@suse.de>
15056
15057 * generic-x.el: Revert last change.
15058 * ldefs-boot.el: Update.
15059
15060 2005-03-22 Jay Belanger <belanger@truman.edu>
15061
15062 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
15063 (calc-embedded-save-original-modes)
15064 (calc-embedded-restore-original-modes): New functions.
15065 (calc-do-embedded): Save original modes when entering embedded mode
15066 and restore when leaving embedded mode.
15067 (calc-embedded-modes-change): Change the value of
15068 calc-embedded-original-modes to reflect permanent changes.
15069
15070 2005-03-22 Lute Kamstra <lute@gnu.org>
15071
15072 * generic-x.el: Require generic again.
15073
15074 2005-03-22 Miles Bader <miles@gnu.org>
15075
15076 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
15077 Tweak details to look good on both ttys and bitmap displays, light
15078 or dark background, etc.
15079
15080 2005-03-21 Kim F. Storm <storm@cua.dk>
15081
15082 * tooltip.el (tooltip-show-help-function): Check car and cdr of
15083 mouse position.
15084
15085 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
15086
15087 * icomplete.el: Don't forcibly turn on the mode upon load.
15088 (icomplete-mode): Use define-minor-mode.
15089 (icomplete-eoinput): Default to nil.
15090 (icomplete-minibuffer-setup): Remove autoload.
15091 (icomplete-tidy): Simplify.
15092 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
15093 in the initial state or if the user has modified the field.
15094 Fix handling of icomplete-max-delay-chars.
15095 Remove code that handles the oddball case where
15096 minibuffer-completion-table is an integer.
15097 Wrap icomplete-completions in while-no-input in case building
15098 completions takes more time than expected.
15099 (icomplete-completions): Simplify.
15100
15101 2005-03-21 Richard M. Stallman <rms@gnu.org>
15102
15103 * jka-compr.el (jka-compr-really-do-compress):
15104 Make variable buffer-local.
15105
15106 * image-mode.el: Handle .xpm files too.
15107 (image-toggle-display): Preserve modification flag.
15108
15109 * help.el (where-is): Don't mention aliases with no key bindings.
15110
15111 2005-03-21 Lute Kamstra <lute@gnu.org>
15112
15113 * generic.el: Fix commentary section. Don't require cl for
15114 compilation.
15115 (generic-mode-list): Add autoload cookie.
15116 (generic-use-find-file-hook, generic-lines-to-scan)
15117 (generic-find-file-regexp, generic-ignore-files-regexp)
15118 (generic-mode, generic-mode-find-file-hook)
15119 (generic-mode-ini-file-find-file-hook): Fix docstrings.
15120 (define-generic-mode): Make it a defmacro. Fix docstring.
15121 (generic-mode-internal): Code cleanup. Add autoload cookie.
15122 (generic-mode-set-comments): Code cleanup.
15123 * generic-x.el: Don't prevent compilation. Don't require generic.
15124 Follow coding conventions. Minor code cleanup.
15125 (etc-fstab-generic-mode): Add some keywords.
15126 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
15127 define-generic-mode like a function declaration.
15128
15129 2005-03-21 Jay Belanger <belanger@truman.edu>
15130
15131 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
15132 changing modes.
15133
15134 2005-03-21 Sam Steingold <sds@gnu.org>
15135
15136 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
15137
15138 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
15139
15140 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
15141 Add underscore to "f$ lexicals" regexp.
15142
15143 2005-03-20 Juri Linkov <juri@jurta.org>
15144
15145 * subr.el (progress-reporter-do-update): When `min-value' is equal
15146 to `max-value', set `percentage' to 0 and prevent division by zero.
15147
15148 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
15149
15150 Sync with Tramp 2.0.48.
15151
15152 * net/tramp.el (all): Change all addresses to .gnu.org.
15153 (tramp-append-tramp-buffers): New defun.
15154 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
15155 Catch `dont-send' signal.
15156 (tramp-set-auto-save-file-modes): Set always permissions, because
15157 there might be an old auto-saved file belonging to another
15158 original file. This could be a security threat. Reported by
15159 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
15160 Check for Emacs 21.3.50 removed.
15161
15162 * net/tramp-smb.el (all): Remove debug construct for
15163 `with-parsed-tramp-file-name'.
15164 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
15165 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
15166 No error message if DIRECTORY or FILENAME doesn't exist.
15167 (tramp-smb-open-connection): Check existence of
15168 `tramp-smb-program'.
15169
15170 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
15171
15172 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
15173 Properly handle the case where the `m' or `s' command's argument is not
15174 yet terminated.
15175 (perl-indent-new-calculate): New function.
15176 (perl-indent-line): Use it.
15177
15178 2005-03-20 Miles Bader <miles@gnu.org>
15179
15180 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
15181 in text-mode too. Change to new face names.
15182 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
15183 Add `:weight bold' attribute.
15184 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
15185
15186 2005-03-19 Juri Linkov <juri@jurta.org>
15187
15188 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
15189
15190 * international/mule.el (auto-coding-alist): Sync with
15191 `auto-mode-alist' by adding upper case archive file extensions
15192 and adding ear/war to jar extension.
15193
15194 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
15195
15196 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
15197 running, restart it.
15198
15199 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
15200
15201 * finder.el (finder-current-item): Throw an error on an empty line.
15202
15203 * man.el (Man-follow-manual-reference): If current-word returns
15204 nil, use "".
15205
15206 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
15207
15208 * simple.el (goto-line): Doc fix.
15209
15210 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
15211
15212 * files.el (save-buffer): Doc fix.
15213
15214 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
15215
15216 * recentf.el (recentf-cleanup-remote): New variable.
15217 (recentf-cleanup): Use it to conditionally check availability of
15218 remote files.
15219
15220 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
15221
15222 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
15223 function names.
15224
15225 2005-03-19 Eli Zaretskii <eliz@gnu.org>
15226
15227 * language/thai-word.el: New file.
15228
15229 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
15230
15231 * files.el (backup-buffer): If the file's directory is not
15232 writable, use copy instead of move to backup the file.
15233
15234 2005-03-19 Eli Zaretskii <eliz@gnu.org>
15235
15236 * obsolete/keyswap.el: Moved to obsolete/ from term/.
15237
15238 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15239
15240 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
15241 Use functionp instead of symbolp and fboundp. Reported by Drkm
15242 <darkman_spam@yahoo.fr>.
15243 (ps-print-version): New version 6.6.6.
15244
15245 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
15246
15247 * textmodes/table.el (table--line-column-position): New idiom.
15248 (table--row-column-insertion-point-p): New function to test
15249 validity of row and column insertion operation at a location.
15250 (table-global-menu, table-cell-menu): Use above functions for
15251 deterministic test operation.
15252 (table--editable-cell-p): Behave in deterministic fashion.
15253
15254 2005-03-18 Juri Linkov <juri@jurta.org>
15255
15256 * isearch.el (isearch-lazy-highlight-new-loop):
15257 Make arguments beg and end optional.
15258 (isearch-update): Remove optional arguments nil from
15259 isearch-lazy-highlight-new-loop.
15260 (isearch-lazy-highlight-search): Let-bind case-fold-search to
15261 isearch-lazy-highlight-case-fold-search instead of
15262 isearch-case-fold-search, and let-bind isearch-regexp to
15263 isearch-lazy-highlight-regexp.
15264 Use isearch-lazy-highlight-last-string instead of isearch-string.
15265
15266 * replace.el (perform-replace): Remove bindings of global
15267 variables isearch-string, isearch-regexp, isearch-case-fold-search.
15268 Add three new arguments to `replace-highlight'.
15269 (replace-highlight): Add arguments string, regexp, case-fold.
15270 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
15271 to allow isearch-lazy-highlight-new-loop to use these values
15272 to set corresponding isearch-lazy-highlight-* internal
15273 variables whose values lazy highlighting will use regardless of
15274 changes to global variables isearch-string, isearch-regexp,
15275 isearch-case-fold-search during lazy highlighting loop.
15276 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
15277 to `lazy-highlight-cleanup'.
15278
15279 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
15280 (ispell-highlight-face): Set default face to `isearch' when
15281 lazy highlighting is enabled.
15282 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
15283 priority to 1. Add lazy highlighting.
15284 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
15285 from `isearch-dehighlight'.
15286
15287 2005-03-18 David Ponce <david@dponce.com>
15288
15289 * files.el (hack-local-variables): Do a case-insensitive search
15290 for End.
15291
15292 2005-03-18 Juri Linkov <juri@jurta.org>
15293
15294 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
15295 `isearch-lazy-highlight-cleanup', add alias to old name and
15296 declare obsolete. Add release numbers to other obsolete vars.
15297 (isearch-done, isearch-lazy-highlight-new-loop):
15298 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
15299 (lazy-highlight-cleanup) <variable>: Doc fix.
15300 (isearch-lazy-highlight-update): Rename obsolete
15301 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
15302
15303 2005-03-18 Kenichi Handa <handa@m17n.org>
15304
15305 * language/thai-util.el: Fix categorization of Thai characters in
15306 thai-category-table.
15307 (thai-composition-pattern): Adjust it for the above change.
15308 (thai-self-insert-command, thai-compose-syllable): New functions.
15309 (thai-compose-region): Use thai-compose-syllable.
15310 (thai-compose-string): Likewise.
15311 (thai-composition-function): Likewise.
15312 (thai-auto-composition): New function.
15313 (thai-auto-composition-mode): New minor mode.
15314
15315 * language/thai.el: Fix patterns to be registered in
15316 composition-function-table.
15317
15318 * international/quail.el (quail-input-method): Locally bind
15319 inhibit-modification-hooks to t.
15320
15321 2005-03-17 Richard M. Stallman <rms@gnu.org>
15322
15323 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
15324 (perl-mode): Use run-mode-hooks.
15325
15326 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
15327 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
15328 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
15329
15330 * mail/sendmail.el (sendmail-send-it): Reenable the code
15331 to compute resend-to-address and use it.
15332
15333 * tar-mode.el (tar-mode): Turn off undo unconditionally.
15334
15335 * image-mode.el: New file.
15336
15337 * image.el (insert-sliced-image): Add autoload cookie.
15338
15339 * font-lock.el (font-lock-lines-before): New user option.
15340 (font-lock-after-change-function): Obey it.
15341
15342 * bindings.el (esc-map): Make M-g a prefix.
15343 Bind M-g g and M-g M-g to goto-line.
15344
15345 * faces.el (face-id): Doc fix.
15346
15347 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
15348
15349 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
15350 (rmail-show-message): Use rmail-unknown-mail-followup-to.
15351 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
15352
15353 * mail/sendmail.el (mail-yank-ignored-headers)
15354 (mail-font-lock-keywords, mail-mode-fill-paragraph):
15355 Add Mail-Followup-To and Mail-Reply-To headers.
15356 (mail-citation-hook): Add autoload cookie.
15357 (mail-mode): Doc fix.
15358 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
15359 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
15360 (mail-mode-fill-paragraph): Handle those headers.
15361 (mail-mailing-lists): New variable.
15362 (mail-mail-reply-to, mail-mail-followup-to): New functions.
15363
15364 2005-03-17 Juri Linkov <juri@jurta.org>
15365
15366 * isearch.el (isearch-fallback): Check for `(car previous)'
15367 before calling `isearch-other-end-state'.
15368
15369 2005-03-17 Kim F. Storm <storm@cua.dk>
15370
15371 * simple.el (move-beginning-of-line): Move to beginning of buffer
15372 line, as well as beginning of screen line.
15373
15374 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
15375
15376 * calendar/diary-lib.el (mark-diary-entries): Use new optional
15377 argument REDRAW rather than calendar-redrawing variable.
15378 * calendar/calendar.el (calendar-redrawing): Delete.
15379 (redraw-calendar): Do not bind calendar-redrawing.
15380
15381 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
15382
15383 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
15384 diary-file buffer.
15385
15386 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
15387
15388 * help.el (describe-mode): Allow a :minor-mode-function property to
15389 specify a different minor mode toggle function than the variable.
15390 * simple.el (auto-fill-function):
15391 * subr.el (add-minor-mode): Use it.
15392
15393 2005-03-16 Kenichi Handa <handa@m17n.org>
15394
15395 * language/ethio-util.el (sera-being-called-by-w3): New variable.
15396 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
15397 (ethio-fidel-to-sera-buffer): Likewise.
15398
15399 2005-03-16 Juri Linkov <juri@jurta.org>
15400
15401 * emacs-lisp/find-func.el (find-function-regexp):
15402 Add defun-emitting macro `menu-bar-make-toggle'.
15403
15404 * isearch.el: Put `isearch-scroll' property to
15405 `split-window-horizontally'.
15406
15407 * info.el: Update error messages for `debug-ignored-errors'.
15408 (Info-isearch-search): Doc fix.
15409 (Info-find-node): Move up code to go into info buffer before
15410 recording the node to the history.
15411 (Info-fontify-node): Fontify titles only if the next line
15412 has two or more `*', `=', `-', `.'.
15413 Display "go to this node" for empty (match-string 3).
15414
15415 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15416
15417 * term/mac-win.el: Add mouse pointer shape constants.
15418
15419 2005-03-15 Kim F. Storm <storm@cua.dk>
15420
15421 * simple.el (move-beginning-of-line): Use vertical-motion.
15422
15423 2005-03-15 Juri Linkov <juri@jurta.org>
15424
15425 * isearch.el (isearch-error): New variable.
15426 (isearch-invalid-regexp, isearch-within-brackets): Remove.
15427 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
15428 (isearch-within-brackets-state): Remove.
15429 (isearch-case-fold-search-state, isearch-pop-fun-state):
15430 Decrease frame index.
15431 (isearch-mode, isearch-top-state, isearch-push-state)
15432 (isearch-edit-string, isearch-abort, isearch-search-and-update)
15433 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
15434 (isearch-search, isearch-lazy-highlight-new-loop):
15435 Replace `isearch-invalid-regexp' with `isearch-error'.
15436 Remove `isearch-within-brackets'.
15437 (isearch-search): Add `search-failed' handler to `condition-case'.
15438 (isearch-lazy-highlight-search): Add `condition-case' to catch
15439 errors and allow `isearch-lazy-highlight-update' to try
15440 highlighting from the beginning of the window.
15441 (isearch-repeat): Move up code to set isearch-wrapped to t
15442 before calling isearch-wrap-function.
15443
15444 * info.el (Info-isearch-initial-node): New internal variable.
15445 (Info-search): Signal an error in isearch mode when search leaves
15446 the initial node. Signal an error when `bound' is non-nil and
15447 nothing was found in the current subfile.
15448 (Info-isearch-search): Remove `condition-case'.
15449 (Info-isearch-wrap): Don't wrap when search failed during leaving
15450 the initial node. If `Info-isearch-search' is nil, wrap around
15451 the current node.
15452 (Info-isearch-start): New fun.
15453 (Info-mode): Add buffer-local hook `Info-isearch-start' to
15454 `isearch-mode-hook'.
15455
15456 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15457
15458 * simple.el (normal-erase-is-backspace): Set default to t if
15459 running on Mac.
15460
15461 * term/mac-win.el (function-key-map): Sync with x-win.el.
15462
15463 2005-03-15 Kenichi Handa <handa@m17n.org>
15464
15465 * international/mule-cmds.el (locale-language-names): Modify the
15466 format of elements and add more entries.
15467 (locale-preferred-coding-systems): Add more entries.
15468 (set-locale-environment): Adjust for the change of
15469 locale-language-names.
15470
15471 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
15472
15473 * pcvs.el (smerge-ediff): Remove bogus autoload.
15474
15475 2005-03-14 Lute Kamstra <lute@gnu.org>
15476
15477 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
15478 Ignore a `*' at the beginning of a line.
15479
15480 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
15481 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
15482 subr.el.
15483 (dont-compile, eval-when-compile, eval-and-compile): Use declare
15484 to specify indentation.
15485
15486 * generic.el (define-generic-mode): Let generic-mode-list be a
15487 list of strings; test membership with equal.
15488
15489 2005-03-14 Kim F. Storm <storm@cua.dk>
15490
15491 * simple.el (next-line, previous-line): Add optional try-vscroll
15492 arg to recognize interactive use. Pass it on to line-move.
15493 (line-move): Don't perform auto-window-vscroll when defining or
15494 executing keyboard macro to ensure consistent behavior.
15495
15496 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
15497
15498 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
15499
15500 2005-03-13 Lute Kamstra <lute@gnu.org>
15501
15502 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
15503 debugger-setup-buffer so that backtrace marks the frames set to
15504 debug-on-exit and we don't have to do it manually. Set an extra
15505 debug-on-exit for macro's.
15506 (debugger-setup-buffer): Don't mark the top frame manually.
15507
15508 2005-03-12 Lute Kamstra <lute@gnu.org>
15509
15510 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
15511 lisp-indent-function throughout.
15512 (with-no-warnings): Set lisp-indent-function property.
15513
15514 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
15515
15516 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
15517 Add entry for backslash.
15518
15519 2005-03-12 Juri Linkov <juri@jurta.org>
15520
15521 * info.el (Info-search): Four fixes for backward search.
15522
15523 2005-03-11 Jay Belanger <belanger@truman.edu>
15524
15525 * calc/calc.el (calc-language-alist): New variable.
15526 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
15527 (calc-embedded-find-modes): Use calc-language-alist instead of
15528 calc-embedded-language-alist.
15529
15530 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
15531
15532 * calendar/calendar.el (calendar-redrawing): New internal
15533 variable.
15534 (redraw-calendar): Remove bogus save-excursion from previous
15535 change. Bind calendar-redrawing to t for mark-diary-entries.
15536 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
15537 calendar if that is why we were called.
15538
15539 2005-03-11 Kenichi Handa <handa@m17n.org>
15540
15541 * international/mule.el (make-coding-system): Set property
15542 coding-system-define-form to nil.
15543 (define-coding-system-alias): Likewise.
15544
15545 2005-03-11 Kenichi Handa <handa@m17n.org>
15546
15547 These changes are suggested by Dave Love <fx@gnu.org>.
15548
15549 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
15550 coding: tag.
15551 (adaptive-fill-regexp): Add more bullets.
15552 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
15553 regexps.
15554
15555 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
15556
15557 * help.el (describe-mode): Properly handle non-trivial lighters.
15558 Don't ignore minor modes that are not listed in minor-mode-list.
15559
15560 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
15561 feature ON when the user requests to turn it OFF.
15562
15563 2005-03-10 Lute Kamstra <lute@gnu.org>
15564
15565 * emacs-lisp/debug.el (debug-entry-code): Delete it.
15566 (implement-debug-on-entry): New function to replace debug-entry-code.
15567 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
15568 second argument as the 2005-03-07 change makes it obsolete.
15569 (debug-on-entry, cancel-debug-on-entry): Update call to
15570 debug-on-entry-1.
15571 (debug, debugger-setup-buffer): Comment update.
15572 (debugger-frame-number): Update to work with implement-debug-on-entry.
15573
15574 2005-03-10 Jay Belanger <belanger@truman.edu>
15575
15576 * calc/calc-embed.el (math-ms-args): Declare it.
15577 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
15578 math-ms-args.
15579 (calc-embedded-subst): Use math-multi-subst-rec to substitute
15580 variables.
15581
15582 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
15583
15584 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
15585 Use message-box.
15586
15587 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
15588 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
15589 (tooltip-gud-tips): Simplify.
15590 (tooltip-gud-tips-p): Remove superfluous :set.
15591 (tooltip-gud-modes): Add fortran-mode.
15592 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
15593
15594 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
15595
15596 2005-03-09 Kim F. Storm <storm@cua.dk>
15597
15598 * play/animate.el (animate-place-char): Use forward-line instead
15599 of next-line to improve performance.
15600
15601 2005-03-09 Simon Josefsson <jas@extundo.com>
15602
15603 * net/browse-url.el (browse-url-default-browser): Doc fix.
15604
15605 2005-03-09 Miles Bader <miles@gnu.org>
15606
15607 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
15608 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
15609
15610 2005-03-09 Kenichi Handa <handa@m17n.org>
15611
15612 * international/latin-1.el: Set case and syntax for 255 only if
15613 set-case-syntax-set-multibyte is nil.
15614
15615 * textmodes/ispell.el (ispell-insert-word): New function.
15616 (ispell-word): Use ispell-insert-word to insert a new word.
15617 (ispell-process-line): Likewise.
15618 (ispell-complete-word): Likewise.
15619
15620 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
15621
15622 * calendar/calendar.el (redraw-calendar): Preserve point.
15623 Reported by Matt Hodges <MPHodges@member.fsf.org>.
15624 (calendar-week-start-day): Move after definition of
15625 redraw-calendar. Delete buffer test, since redraw-calendar has
15626 that now.
15627
15628 * calendar/diary-lib.el (mark-diary-entries): Only call
15629 redraw-calendar in the first of any recursive calls.
15630 Reported by Alan Shutko <ats@acm.org>.
15631
15632 2005-03-08 Juri Linkov <juri@jurta.org>
15633
15634 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
15635 (html-horizontal-rule, html-line, html-image, html-checkboxes)
15636 (html-radio-buttons): Add a space before the trailing `/>' where
15637 sgml-xml-mode is non-nil.
15638 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
15639 the subsequent tag of the empty XML tag.
15640 (html-href-anchor): Don't set initial input to "http:".
15641 (html-image): Ask for the image URL and set point inside alt="".
15642 (html-name-anchor): Duplicate the name in the `id' attribute when
15643 sgml-xml-mode is non-nil.
15644 (html-paragraph): Remove \n before <p>.
15645 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
15646 instead of `checked' when sgml-xml-mode is non-nil.
15647
15648 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
15649 Remove 1 space before #RRGGBB to not truncate it on terminal
15650 windows w/o fringes. Remove 1 space between bg and fg examples
15651 to get more space.
15652 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
15653 avoid byte-compile warnings.
15654
15655 * image-file.el (image-file-handler): Put `safe-magic' property to
15656 `image-file-handler'.
15657
15658 * info.el (Info-isearch-search): Emulate word search in
15659 isearching through multiple Info nodes with Info-search.
15660 (Info-isearch-wrap): Allow isearch-word.
15661
15662 2005-03-08 Lute Kamstra <lute@gnu.org>
15663
15664 * emacs-lisp/debug.el (debugger-step-through): Make sure that
15665 stepping into the debugger's code is not possible.
15666 (debugger-jumping-flag): Docstring update.
15667
15668 2005-03-08 Jay Belanger <belanger@truman.edu>
15669
15670 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
15671 embedded mode begins.
15672 (calc-embedded-language-alist): New variable.
15673 (calc-embedded-find-modes): Use calc-embedded-language-alist to
15674 set default language mode.
15675
15676 2005-03-08 Kenichi Handa <handa@m17n.org>
15677
15678 * international/ccl.el (define-ccl-program): Fix docstring about
15679 extra 256 bytes assured for the output buffer.
15680
15681 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
15682 Fix BUFFER_MAGNIFICATION to 2.
15683 (ccl-encode-mule-utf-16be-with-signature): Likewise.
15684
15685 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
15686
15687 * align.el (align-rules-list): Added an alignment rule for CSS
15688 declarations (applies to css-mode and html-mode buffers).
15689
15690 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
15691
15692 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
15693
15694 2005-03-07 Kim F. Storm <storm@cua.dk>
15695
15696 * simple.el (move-beginning-of-line): New command.
15697
15698 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
15699
15700 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
15701
15702 * emulation/cua-base.el: Put CUA move property on move-end-of-line
15703 and move-beginning-of-line.
15704
15705 * apropos.el (apropos-print): Omit command from M-x ... RET.
15706
15707 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
15708
15709 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
15710 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
15711
15712 2005-03-06 Richard M. Stallman <rms@gnu.org>
15713
15714 * bindings.el (esc-map): Bind M-g to goto-line.
15715
15716 * facemenu.el (global-map): Bind M-o, not M-g.
15717
15718 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15719
15720 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
15721 "Open Directory" as for "Open File".
15722
15723 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
15724
15725 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
15726 (push-mark-command): Run activate-mark-hook.
15727
15728 2005-03-06 Richard M. Stallman <rms@gnu.org>
15729
15730 * help-mode.el (help-mode-finish): Don't alter the element
15731 in view-return-to-alist if there already is one.
15732
15733 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
15734 make sure the current buffer is the expected one.
15735
15736 * novice.el (disabled-command-function): Output in *Disabled Command*.
15737 Explicitly ignore non-keyboard events, and explicitly handle C-g.
15738
15739 * textmodes/flyspell.el (flyspell-large-region):
15740 Pass args differently for aspell.
15741
15742 * files.el (mode-require-final-newline): Doc fix.
15743
15744 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
15745
15746 * progmodes/which-func.el (which-function):
15747 Specify NOERROR when calling imenu--make-index-alist.
15748
15749 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
15750
15751 * simple.el (normal-erase-is-backspace): Define default value.
15752
15753 * custom.el (custom-theme-set-variables): Remove unused var
15754 `immediate'.
15755 (custom-reevaluate-setting): Simple function to handle variables
15756 that are defined before their default value can really be
15757 computed.
15758
15759 * startup.el (command-line): Use it for temporary-file-directory,
15760 small-emporary-file-directory, auto-save-file-name-transforms,
15761 blink-cursor-mode, and normal-erase-is-backspace.
15762
15763 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
15764 progress, even with buggy anchored keywords.
15765
15766 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
15767
15768 * simple.el (goto-line): Remove unbalanced final parenthesis.
15769
15770 2005-03-05 Richard M. Stallman <rms@gnu.org>
15771
15772 * simple.el (goto-line): Use a number at point as the default.
15773 With C-u as arg, switch buffers.
15774
15775 2005-03-05 Juri Linkov <juri@jurta.org>
15776
15777 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
15778 with `no-blinking-cursor'.
15779
15780 * startup.el (no-blinking-cursor): New defvar.
15781 (command-line): Add `--no-blinking-cursor' to longopts.
15782 Set `no-blinking-cursor' to t for command line arguments
15783 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
15784 with `no-blinking-cursor' in the condition for calling
15785 `blink-cursor-mode'.
15786
15787 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
15788
15789 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
15790 (menu-bar-options-save): Add blink-cursor-mode.
15791 (menu-bar-options-menu): Add blink-cursor-mode.
15792
15793 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
15794
15795 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
15796 (icalendar-export-file, icalendar-export-region)
15797 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
15798 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
15799
15800 2005-03-04 Lute Kamstra <lute@gnu.org>
15801
15802 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
15803 (debug-function-list): Ditto.
15804
15805 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
15806
15807 * textmodes/texinfmt.el (texinfo-append-refill):
15808 Redefine the types of line to which @refill
15809 is not appended by replacing a search for `@refill\\|@bye' with
15810 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
15811 itemize@refill' bug and the unfilled long lines bug.
15812 (texinfmt-version): Update number and date.
15813
15814 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
15815
15816 * international/code-pages.el (windows-1250, windows-125[2-8])
15817 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
15818
15819 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
15820
15821 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
15822 bound yet.
15823
15824 2005-03-02 Romain Francoise <romain@orebokech.com>
15825
15826 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
15827 buffer after removing limits.
15828 (ibuffer-pop-filter): Ditto.
15829 Update copyright.
15830
15831 2005-03-02 Miles Bader <miles@gnu.org>
15832
15833 * button.el (make-text-button): If the user doesn't specify a
15834 type, use the default. Rewrite to use `add-text-properties' and
15835 plist functions.
15836
15837 2005-03-01 Lute Kamstra <lute@gnu.org>
15838
15839 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
15840 (debugger-jumping-flag): New var.
15841 (debug-entry-code): Use it.
15842 (debugger-jump): Use debugger-jumping-flag and add
15843 debugger-reenable to post-command-hook.
15844 (debugger-reenable): Use debugger-jumping-flag and remove itself
15845 from post-command-hook.
15846 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
15847 debugger-reenable.
15848
15849 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
15850
15851 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
15852 inclusion of "itemize\\|", which may be unnecessary, is certainly
15853 inelegant, and stops refilling in itemize lists when formatting
15854 Japanese Texinfo files to Info.
15855 Update copyright to 2005.
15856
15857 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
15858
15859 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
15860 of an error if GDB can't find the source file.
15861
15862 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
15863
15864 * calendar/calendar.el (redraw-calendar): Work from any buffer,
15865 not just the calendar.
15866
15867 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
15868 first.
15869 (diary-redraw-calendar): New function.
15870 (make-diary-entry): Add diary-redraw-calendar to local
15871 write-contents-functions. Turn off selective display before
15872 inserting in diary.
15873
15874 2005-03-01 Kim F. Storm <storm@cua.dk>
15875
15876 * emacs-lisp/copyright.el (copyright-fix-years): New command.
15877
15878 2005-03-01 Lute Kamstra <lute@gnu.org>
15879
15880 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
15881 that debug-entry-code can be safely removed from a function while
15882 this code is being evaluated. Revert the 2005-02-27 change as the
15883 new implementation no longer requires it. Make sure that a
15884 function body containing just a string is not mistaken for a docstring.
15885 (debug): Skip one more frame in case of debug on entry.
15886 (debugger-setup-buffer): Delete one more frame line in case of
15887 debug on entry.
15888 (debugger-frame-number): Update to use the new text introduced by
15889 the 1999-11-03 change. Skip one more frame in case of debug on entry.
15890
15891 2005-02-28 Kim F. Storm <storm@cua.dk>
15892
15893 * double.el (double-translate-key): Call force-window-update after
15894 read-event to avoid crash in redisplay.
15895
15896 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
15897
15898 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
15899 (debug): Use it. Move the inhibit-trace earlier.
15900 (debug-entry-code): New const.
15901 (debug-on-entry-1): Use it.
15902
15903 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
15904
15905 * international/utf-16.el (ccl-encode-mule-utf-16le):
15906 Fix BUFFER_MAGNIFICATION to 2.
15907 (ccl-encode-mule-utf-16be): Likewise.
15908
15909 2005-02-28 Kenichi Handa <handa@m17n.org>
15910
15911 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
15912 Fix BUFFER_MAGNIFICATION to 4.
15913 (ccl-encode-mule-utf-16be-with-signature): Likewise.
15914
15915 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
15916
15917 * speedbar.el (speedbar-update-flag): Doc fix.
15918 (speedbar-show-info-under-mouse): Give set-mouse-position the right
15919 argument.
15920
15921 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
15922
15923 * reveal.el (reveal-post-command): Don't try to reveal overlays which
15924 have a non-nil `invisible' property but are actually visible.
15925
15926 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
15927 for perldoc sections.
15928 (perl-outline-regexp, perl-outline-level): New var and function.
15929 (perl-mode): Use them.
15930
15931 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
15932
15933 * calendar/diary-lib.el (diary-remind): Discard any mark portion
15934 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
15935
15936 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
15937
15938 * cus-edit.el: Comment change.
15939 (custom-buffer-create-internal): Slightly reword text at top of
15940 Custom buffers. Mention there that saving an option edits the
15941 init file. Add link to Emacs manual node on `custom-file'.
15942 (custom-magic-alist): Rewrite individual State messages to use
15943 capitalized keywords. Doc fix.
15944
15945 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
15946
15947 * calendar/calendar.el (calendar-buffer): Move above
15948 calendar-week-start-day.
15949 (calendar-week-start-day): Doc fix. Add :set function.
15950 (calendar-minimum-window-height): New variable.
15951 (generate-calendar-window): Only resize window if selected-window
15952 is displaying the calendar buffer. Use new variable
15953 calendar-minimum-window-height.
15954 (generate-calendar): Reword error message.
15955 (calendar-mode-map): Bind DEL to scroll-other-window-down.
15956
15957 2005-02-27 Andreas Schwab <schwab@suse.de>
15958
15959 * vc.el (vc-do-command): Don't run command asynchronously when
15960 operating in a remote directory.
15961
15962 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
15963 change from sync with Tramp 2.0.47.
15964
15965 2005-02-27 Richard M. Stallman <rms@gnu.org>
15966
15967 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
15968
15969 * textmodes/flyspell.el (flyspell-mode-on):
15970 Call ispell-change-dictionary only if necessary.
15971
15972 * emacs-lisp/re-builder.el (regexp-builder): New function.
15973
15974 * register.el (describe-register-1): Explicitly handle
15975 yank-excluded-properties = t.
15976
15977 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
15978 (custom-magic-alist): Change the status descriptions again.
15979 (face widget-type): Total rewrite based on `restricted-sexp'
15980 to eliminate the confusing double hiding levels.
15981
15982 * emacs-lisp/debug.el (debug-on-entry-1):
15983 If function body is empty, add nil as body form.
15984
15985 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
15986
15987 * emacs-lisp/trace.el (inhibit-trace): New var.
15988 (trace-make-advice): Use it.
15989
15990 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
15991
15992 2005-02-26 Kim F. Storm <storm@cua.dk>
15993
15994 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
15995 (mouse-on-link-p, mouse-drag-region-1): Use it.
15996
15997 2005-02-25 Lute Kamstra <lute@gnu.org>
15998
15999 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
16000
16001 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
16002
16003 * frame.el (blink-cursor-mode): Add :group keyword.
16004
16005 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
16006
16007 * calendar/icalendar.el (icalendar--decode-isodatetime):
16008 New optional argument DAY-SHIFT.
16009 (icalendar-export-region): Fix coding-system-for-write.
16010 (icalendar--convert-ical-to-diary): Shift end-day of all-day
16011 events by one.
16012
16013 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
16014
16015 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
16016
16017 2005-02-24 Kim F. Storm <storm@cua.dk>
16018
16019 * international/iso-acc.el (iso-accents-compose): Fix crash
16020 during redisplay. Call force-window-update after read-event
16021 and delete-region to signal that window is not accurate.
16022
16023 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
16024
16025 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
16026 Remove unused and inexistent var `inhibit-trace'.
16027 (debugger-mode): Use run-mode-hooks.
16028 (debugger-list-functions): Add buttons; setup xref stack.
16029
16030 2005-02-23 Richard M. Stallman <rms@gnu.org>
16031
16032 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
16033 appointment says it was explicitly made.
16034 (appt-add): Set the 3rd element.
16035 (appt-make-list): Preserve explicit appointments.
16036
16037 * subr.el (find-tag-default): Catch errors in forward-sexp.
16038
16039 2005-02-23 Juri Linkov <juri@jurta.org>
16040
16041 * info.el (Info-isearch-search): New defcustom.
16042 (Info-isearch-search): Call the default isearch function
16043 when Info-isearch-search is nil.
16044 (Info-isearch-wrap): Use variable Info-isearch-search.
16045
16046 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
16047
16048 * cus-edit.el: Comment change.
16049
16050 2005-02-22 Kim F. Storm <storm@cua.dk>
16051
16052 * progmodes/hideif.el (hide-ifdef-use-define-alist):
16053 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
16054
16055 2005-02-22 Simon Josefsson <jas@extundo.com>
16056
16057 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
16058 New variable.
16059 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
16060 Oskarsson" <myrkraverk@users.sourceforget.net>.
16061
16062 2005-02-22 Kim F. Storm <storm@cua.dk>
16063
16064 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
16065 check that window of that event is the selected window.
16066 (mouse-drag-region-1): Compare mouse event window to selected
16067 window before setting point.
16068
16069 * tooltip.el (tooltip-show-help-function): Pass event to
16070 mouse-on-link-p so it can check selected window.
16071
16072 2005-02-22 Kenichi Handa <handa@m17n.org>
16073
16074 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
16075 (ps-mule-show-warning): New function.
16076 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
16077 characters are found.
16078
16079 * ps-print.el (ps-header-footer-string): Return a list of header
16080 and footer strings.
16081
16082 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
16083
16084 * pcvs.el (cvs-retrieve-revision): Fix thinko.
16085
16086 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
16087
16088 * frame.el (blink-cursor-mode): Use define-minor-mode.
16089
16090 * term/mac-win.el (function-key-map): Use char-names more consistently.
16091 (file-name-coding-system): Only set it for MacOS-9. The other case is
16092 already handled in mule-cmds.el (where it also works when mac-win.el
16093 is not used).
16094
16095 2005-02-21 Kenichi Handa <handa@m17n.org>
16096
16097 * international/mule.el (ctext-pre-write-conversion): Always use
16098 " *code-converting-work*" buffer for work.
16099
16100 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
16101
16102 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
16103
16104 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
16105
16106 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
16107
16108 * ses.el (undo-more): Restore defadvice, but only the part that
16109 allows changes outside the restricted area of the buffer.
16110
16111 2005-02-20 Kim F. Storm <storm@cua.dk>
16112
16113 * simple.el (line-move): Add fourth optional arg try-vscroll which
16114 must be set to perform auto-window-vscroll.
16115 When moving backwards and doing auto-window-vscroll, automatically
16116 vscroll to the last part of lines which are taller than the window.
16117 (next-line, previous-line): Set try-vscroll arg on line-move.
16118
16119 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
16120
16121 * replace.el (query-replace, query-replace-regexp)
16122 (replace-string, replace-regexp): When operating on region, make
16123 the minibuffer prompt say so.
16124
16125 * isearch.el (isearch-forward): Document isearch-query-replace and
16126 isearch-query-replace-regexp keybindings.
16127
16128 2005-02-19 Jay Belanger <belanger@truman.edu>
16129
16130 * calc/calc-aent.el (math-read-token): Add local variable.
16131
16132 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
16133 (calc-edit-top): Move declaration to earlier in file.
16134 (calc-edit-macro-repeats): Add local variables.
16135
16136 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
16137 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
16138 calcFunc-tanh.
16139 Adjust integration rule for calcFunc-tan.
16140
16141 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
16142
16143 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
16144 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
16145 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
16146 (viper-skip-separators): Bug fix.
16147 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
16148 particular major mode.
16149 (viper-del-backward-char-in-replace): Don't put deleted char on the
16150 kill ring.
16151
16152 * viper-ex.el (viper-color-display-p): New function.
16153 (viper-has-face-support-p): Use viper-color-display-p.
16154
16155 * viper-keym.el (viper-gnus-modifier-map): New keymap.
16156
16157 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
16158
16159 * viper-util.el (viper-glob-unix-files): Fix shell status check.
16160 (viper-file-remote-p): Make equivalent to file-remote-p.
16161
16162 * viper.el (viper-major-mode-modifier-list):
16163 Use viper-gnus-modifier-map.
16164
16165 2005-02-19 David Kastrup <dak@gnu.org>
16166
16167 * subr.el (subregexp-context-p): Fix garbled doc string by adding
16168 quoting.
16169
16170 2005-02-19 Jay Belanger <belanger@truman.edu>
16171
16172 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
16173 Remove extra definitions.
16174 (calc-coth): New function.
16175 (calcFunc-cot): Fix `let'.
16176
16177 2005-02-19 Eli Zaretskii <eliz@gnu.org>
16178
16179 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
16180 the reasons we use "type pc" in these faces.
16181
16182 * button.el (button): Ditto.
16183
16184 2005-02-19 Michael Mauger <mmaug@yahoo.com>
16185
16186 * replace.el (query-replace-read-from): Set the value of
16187 query-replace-from-history-variable to handle the case of an empty
16188 string entered to accept the suggested default.
16189
16190 * net/tramp.el (tramp-file-name-for-operation):
16191 Use dired-call-process instead of dired-call-process-command.
16192
16193 2005-02-19 Jay Belanger <belanger@truman.edu>
16194
16195 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
16196 (math-div-non-trig): New variables.
16197 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
16198 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
16199 (math-combine-prod, math-div-symb-fancy): Add simplifications for
16200 trig expressions.
16201
16202 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
16203
16204 * progmodes/gdb-ui.el (gdb-var-update-handler)
16205 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
16206 for watch expressions,
16207 (gdb-var-create-handler): Don't set speedbar-update-flag.
16208 (gdb-post-prompt): Simplify test for speedbar.
16209
16210 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
16211
16212 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
16213 (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
16214 we use the syntax table of the correct buffer.
16215 (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
16216 Felix Gatzemeier.
16217
16218 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
16219 (ediff-file-remote-p): Make synonymous with file-remote-p.
16220 In all deffaces ediff-*-face-*, use min-colors.
16221
16222 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
16223 ediff-recurse-to-subdirectories.
16224 (ediff-mark-if-equal): Check that the arguments are strings, use
16225 ediff-same-contents (after to Felix Gatzemeier).
16226
16227 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
16228 nil.
16229
16230 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
16231
16232 * log-view.el (log-view-message-re): Fix up Subversion regexp.
16233
16234 2005-02-18 David Kastrup <dak@gnu.org>
16235
16236 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
16237 use `mark-active' when defined.
16238
16239 2005-02-18 Kenichi Handa <handa@m17n.org>
16240
16241 * ps-print.el (ps-font-info-database): New entry
16242 ZapfChancery-MediumItalic with correct font name. Fix font name
16243 of the entry Zapf-Chancery-MediumItalic.
16244
16245 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
16246
16247 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
16248
16249 2005-02-16 Kim F. Storm <storm@cua.dk>
16250
16251 * ido.el (ido-fallback-command): Pass user input to fallback command.
16252
16253 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
16254
16255 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
16256 (gdb-find-file-hook): Add server prefix.
16257
16258 2005-02-16 Richard M. Stallman <rms@gnu.org>
16259
16260 * replace.el (perform-replace): Pass new args to replace-highlight.
16261 (replace-highlight): Take region args,
16262 and pass them to isearch-lazy-highlight-new-loop.
16263
16264 * novice.el (disabled-command-hook): Autoload the defalias
16265 and the make-obsolete-variable call.
16266
16267 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
16268
16269 * isearch.el (isearch-lazy-highlight-start-limit)
16270 (isearch-lazy-highlight-end-limit): New variables limit
16271 the region for highlighting.
16272 (isearch-lazy-highlight-new-loop): New args BEG and END.
16273 (isearch-lazy-highlight-search): Use the new vars.
16274 (isearch-lazy-highlight-update): Likewise.
16275
16276 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
16277
16278 * cus-start.el (all): Use default-boundp.
16279
16280 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
16281
16282 * menu-bar.el (menu-bar-select-frame): Handle current frame.
16283
16284 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
16285
16286 * autorevert.el (auto-revert-stop-on-user-input)
16287 (auto-revert-verbose): Doc fixes.
16288
16289 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
16290
16291 * international/mule-cmds.el (set-locale-environment): Remove call
16292 to set-selection-coding-system on Windows.
16293
16294 2005-02-15 Jay Belanger <belanger@truman.edu>
16295
16296 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
16297 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
16298 calcFunc-coth.
16299 (math-simplify-sqrt): Add simplifications.
16300
16301 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
16302 to list.
16303
16304 * calc/calc-ext.el: Add functions to autoloads.
16305
16306 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
16307 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
16308 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
16309 (math-csc-raw, math-cot-raw): New functions.
16310
16311 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
16312
16313 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
16314 the variable name in a message.
16315
16316 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
16317 calcFunc-csc, calcFunc-cot.
16318
16319 * calc/calcalg2.el: Add derivative and integration rules for
16320 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
16321 calcFunc-csch, calcFunc-coth.
16322 (math-do-integral-methods): Add to checks for when to use
16323 substitutions.
16324
16325 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
16326
16327 2005-02-15 Lute Kamstra <lute@gnu.org>
16328
16329 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
16330 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
16331 <monnier@iro.umontreal.ca>
16332 (lisp-outline-level): Improve efficiency. Suggested by David
16333 Kastrup <dak@gnu.org>.
16334
16335 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
16336
16337 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
16338 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
16339 (gdb-set-gud-minor-mode-existing-buffers): New functions.
16340 (gdb-find-file-hook): New hook. Add it to find-file-hook.
16341 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
16342
16343 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
16344
16345 * cus-start.el (all): Comment change.
16346
16347 2005-02-14 Lute Kamstra <lute@gnu.org>
16348
16349 * cus-start.el (all): Check if symbol is void.
16350
16351 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
16352
16353 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
16354 optional argument to \cite.
16355
16356 2005-02-14 Richard M. Stallman <rms@gnu.org>
16357
16358 * cus-edit.el (custom-buffer-create-internal): Update help message.
16359 (custom-magic-alist): Update help messages.
16360
16361 * cus-start.el (all): Allow a var to specify a standard value.
16362
16363 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
16364
16365 * custom.el (custom-theme-set-variables): Handle variable aliases.
16366
16367 * frame.el (blink-cursor-timer): Doc fix.
16368 (blink-cursor): Make it an alias for `blink-cursor-mode' and
16369 declare obsolete.
16370 (blink-cursor-mode): Define with defcustom and use correct
16371 standard expression in that defcustom.
16372 * startup.el (command-line): Adapt to above changes in frame.el.
16373
16374 2005-02-11 Lute Kamstra <lute@gnu.org>
16375
16376 * apropos.el (apropos-score-doc): Prevent division by zero.
16377
16378 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
16379
16380 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
16381 (icalendar--get-event-property-attributes)
16382 (icalendar--get-event-properties)
16383 (icalendar--datetime-to-diary-date): New functions.
16384 (icalendar--split-value): Doc fix.
16385 (icalendar--datetime-to-noneuropean-date)
16386 (icalendar--datetime-to-european-date): New optional argument
16387 SEPARATOR. Return result as a string instead of a list.
16388 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
16389 (icalendar--convert-string-for-export): Rename arg S to STRING.
16390 (icalendar-export-region): Doc fix. Change name of error buffer.
16391 Save output buffer.
16392 (icalendar-import-file): Add blank at end of prompt.
16393 (icalendar-import-buffer): Doc fix. Do not switch to error
16394 buffer. Indicate status in return value.
16395 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
16396 buffer. Save output buffer. Handle exception from recurrence
16397 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
16398 events. Fix problems with weekly all-day events.
16399
16400 2005-02-10 Richard M. Stallman <rms@gnu.org>
16401
16402 * simple.el (eval-expression-print-format):
16403 Avoid warning about edebug-active.
16404
16405 * help.el (help-for-help-internal): Rename from help-for-help.
16406 (help-for-help): Define with defalias.
16407
16408 * font-core.el (font-lock-default-function): Use with-no-warnings.
16409
16410 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
16411
16412 * custom.el (defface): Doc fix.
16413
16414 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
16415
16416 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
16417 width 0" to prevent word wrapping problems.
16418
16419 2005-02-09 Kim F. Storm <storm@cua.dk>
16420
16421 * ido.el (ido-file-extensions-order): New defcustom.
16422 (ido-file-extension-lessp, ido-file-extension-aux)
16423 (ido-file-extension-order): New advanced file ordering.
16424 (ido-file-lessp): New simple file ordering.
16425 (ido-sort-list): Remove.
16426 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
16427 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
16428
16429 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
16430
16431 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
16432 that some versions of grep produce.
16433 (grep-mode-font-lock-keywords): Likewise.
16434
16435 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
16436
16437 * progmodes/gdb-ui.el (gdb-location-list): New variable.
16438 (gdb-cdir): Delete.
16439 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
16440 (gdb-source-info): Treat case when source file is in another
16441 directory properly.
16442 (gdb-get-location): New function.
16443
16444 2005-02-07 Jay Belanger <belanger@truman.edu>
16445
16446 * calc/calc-prog.el (calc-write-parse-table-part)
16447 (calc-fix-token-name): Fix a check for language type.
16448
16449 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
16450
16451 2005-02-07 Andre Spiegel <spiegel@gnu.org>
16452
16453 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
16454 as directory not writable.
16455
16456 2005-02-07 Kim F. Storm <storm@cua.dk>
16457
16458 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
16459 (cua--standard-movement-commands): Remove list.
16460 Instead, set CUA property value to move for movement commands.
16461 (cua-movement-commands): Remove. Users must set CUA prop instead.
16462 (cua--pre-command-handler): Check CUA property.
16463 (cua--init-keymaps): Don't remap undo commands.
16464 (cua-mode): Don't call cua--rectangle-on-off.
16465
16466 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
16467 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
16468 (cua--rect-undo-set-point): New var.
16469 (cua--rectangle-undo-boundary): Setup undo apply entry.
16470 (cua--rect-undo-handler): New function for rectangle undo.
16471 (cua--rect-start-position, cua--rect-end-position): Add.
16472 (cua--rectangle-post-command): Call cua--rectangle-set-corners
16473 for restored rectangle. Set point if cua--rect-undo-set-point.
16474
16475 2005-02-06 Jay Belanger <belanger@truman.edu>
16476
16477 * calc/calc-lang.el (calc-tex-language): Display more information
16478 in messages.
16479
16480 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
16481 in TeX mode.
16482
16483 2005-02-06 Richard M. Stallman <rms@gnu.org>
16484
16485 * emacs-lisp/lisp.el (buffer-end): Doc fix.
16486
16487 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
16488
16489 * net/ldap.el (ldap-search-internal): Support attributes with
16490 optional descriptions separated by a semi-colon, as in
16491 "userCertificate;binary".
16492
16493 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16494
16495 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
16496 isn't a cons (i.e. the version is 0).
16497
16498 2005-02-05 Eli Zaretskii <eliz@gnu.org>
16499
16500 * help.el (help-for-help): Doc fix.
16501
16502 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
16503
16504 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
16505 GDB-Windows on the menu-bar as this works better.
16506
16507 2005-02-04 Jay Belanger <belanger@truman.edu>
16508
16509 * calc/calc-embed.el (calc-embedded-update): Don't put in
16510 unnecessary newlines. Adjust the end of formula marker.
16511
16512 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
16513 (math-latex-parse-two-args): New function.
16514
16515 2005-02-03 Lute Kamstra <lute@gnu.org>
16516
16517 * help-fns.el (help-with-tutorial): Make sure that users cannot
16518 remove the entire text of the tutorial by means of `undo'.
16519
16520 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
16521
16522 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
16523 in recent changes, where the ispell process was repeatedly
16524 killed & restarted.
16525
16526 * international/mule-cmds.el (set-locale-environment): Set file-name
16527 coding system to utf-8 on Darwin systems.
16528 (set-default-coding-systems): Don't set default-file-name-coding-system
16529 on Darwin systems.
16530
16531 2005-02-03 Richard M. Stallman <rms@gnu.org>
16532
16533 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
16534
16535 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
16536
16537 * faces.el (list-faces-display): Add optional argument.
16538
16539 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
16540
16541 * font-core.el (font-lock-default-function): Handle the rare case where
16542 only font-lock-keywords is set.
16543
16544 2005-02-02 Kenichi Handa <handa@m17n.org>
16545
16546 * international/characters.el: Cancel previous change for
16547 I-WITH-DOT-ABOVE and DOTLESS-i.
16548
16549 * international/latin-5.el: Cancel previous change.
16550
16551 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
16552
16553 * progmodes/gud.el: Correction to syntax in gud-menu-map.
16554
16555 2005-02-02 Kenichi Handa <handa@m17n.org>
16556
16557 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
16558 DOTLESS-i.
16559
16560 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
16561 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
16562
16563 * case-table.el (get-upcase-table): New function.
16564 (copy-case-table): Copy upcaes table too if non-nil.
16565 (set-case-syntax-delims): Maintain upcase table too.
16566 (set-case-syntax-pair): Likewise.
16567 (set-upcase-syntax, set-downcase-syntax): New functions.
16568 (set-case-syntax): Maintain upcase table too.
16569
16570 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
16571
16572 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
16573
16574 * progmodes/gud.el (gud-goto-info): New function.
16575 (gud-tool-bar-map): Use correct icon.
16576
16577 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
16578
16579 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
16580 When delegating, order args in the funcall correctly.
16581
16582 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
16583
16584 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
16585
16586 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
16587
16588 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
16589 buffer not visiting a file.
16590
16591 2005-01-31 Jay Belanger <belanger@truman.edu>
16592
16593 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
16594 bound on the line with the formula.
16595
16596 2005-01-31 Kim F. Storm <storm@cua.dk>
16597
16598 * ses.el (ses-create-cell-variable-range)
16599 (ses-destroy-cell-variable-range, ses-reset-header-string)
16600 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
16601 (ses-insert-row): Fix format of apply undo entries.
16602
16603 2005-01-31 Jay Belanger <belanger@truman.edu>
16604
16605 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
16606 parts.
16607
16608 * calc/calc-embed.el (calc-embedded-open-formula)
16609 (calc-embedded-close-formula): Ignore matrix environments.
16610
16611 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
16612 TeX mode.
16613
16614 * calc/calc-lang.el (math-function-table, math-oper-table)
16615 (math-variable-table): Adjust the LaTeX portions.
16616
16617 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
16618 (math-latex-ignore-words): New constant.
16619
16620 2005-01-31 Richard M. Stallman <rms@gnu.org>
16621
16622 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
16623 (ispell-local-dictionary): Doc fix.
16624 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
16625 Don't reinitialize at run time. Don't defcustom.
16626 All uses changed to append ispell-local-dictionary-alist,
16627 or check it first.
16628 (ispell-current-dictionary): New variable for dictionary in use.
16629 (ispell-dictionary): Now used only for global default.
16630 (ispell-start-process): Set ispell-current-dictionary,
16631 not ispell-dictionary.
16632 (ispell-change-dictionary): Use this only for setting
16633 user preferences.
16634 (ispell-internal-change-dictionary): New function
16635 to change the current dictionary in use.
16636 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
16637 Use ispell-current-dictionary.
16638 Handle ispell-local-dictionary-overridden.
16639 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
16640
16641 2005-01-31 Jay Belanger <belanger@truman.edu>
16642
16643 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
16644
16645 * calc/calc-ext.el: Add calc-latex-language to autoloads.
16646 (calc-mode-map): Add calc-latex-language.
16647
16648 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
16649 (math-latex-print-frac): New functions.
16650 (math-oper-table, math-function-table, math-variable-table)
16651 (math-complex-format, math-input-filter): Add latex properties.
16652 (calc-set-language): Set math-expr-special-function-mapping.
16653
16654 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
16655 (calc-write-parse-table-part): Add LaTeX support.
16656
16657 * calc/calc.el (calc-language): Adjust docstring.
16658 (calc-set-mode-line): Add LaTeX support.
16659 (math-expr-special-function-mapping): New variable.
16660 (math-tex-ignore-words): Add to list.
16661
16662 * calc/calccomp.el (math-compose-expr, math-compose-rows):
16663 Add LaTeX support.
16664 (math-compose-expr): Add support for special functions.
16665
16666 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
16667
16668 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
16669
16670 * progmodes/gdb-ui.el (gdb-memory-address)
16671 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
16672 (gdb-memory-mode-map, gdb-memory-format-keymap)
16673 (gdb-memory-format-menu, gdb-memory-unit-keymap)
16674 (gdb-memory-unit-menu): New variables for a buffer
16675 that lets the user examine program memory.
16676 (gdb-memory-set-address, gdb-memory-set-repeat-count)
16677 (gdb-memory-format-binary, gdb-memory-format-octal)
16678 (gdb-memory-format-unsigned, gdb-memory-format-signed)
16679 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
16680 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
16681 (gdb-memory-unit-word, gdb-memory-unit-halfword)
16682 (gdb-memory-unit-byte, gdb-memory-unit-menu)
16683 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
16684 (gdb-memory-mode, gdb-memory-buffer-name)
16685 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
16686 New functions for above buffer.
16687
16688 2005-01-30 Richard M. Stallman <rms@gnu.org>
16689
16690 * cus-edit.el (custom-bury-buffer): Function deleted.
16691 (custom-buffer-done-function): Option deleted.
16692 (custom-buffer-done-kill): New replacement option.
16693 (Custom-buffer-done): Call quit-window.
16694 (custom-buffer-create-internal): Update for above changes.
16695
16696 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
16697
16698 * simple.el (undo-ask-before-discard): New var.
16699 (undo-outer-limit-truncate): Implement it.
16700 (undo-extra-outer-limit): Doc update.
16701
16702 2005-01-29 Richard M. Stallman <rms@gnu.org>
16703
16704 * ses.el (undo-more): Delete defadvice.
16705 (ses-begin-change): Doc fix.
16706
16707 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
16708 instead of rebinding C-x u and C-_.
16709
16710 * files.el (normal-backup-enable-predicate): Return nil for files
16711 in /tmp, regardless of temporary-file-directory.
16712
16713 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
16714
16715 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
16716 (open-rectangle, delete-whitespace-rectangle-line)
16717 (clear-rectangle-line): If FILL, pass t instead of FILL
16718 for move-to-column's 2nd arg.
16719
16720 * simple.el (undo): Fix the test for continuing a series of undos.
16721 (undo-more): Set pending-undo-list to t when we reach end.
16722 (pending-undo-list): Move up defvar.
16723
16724 * wid-edit.el (widget-button-click):
16725 Shorten the range of the track-mouse binding.
16726
16727 * comint.el (comint-insert-input): Undo previous changes;
16728 use last-input-event in interactive spec.
16729
16730 2005-01-29 Eli Zaretskii <eliz@gnu.org>
16731
16732 * progmodes/compile.el (compilation-start): Bind buffer-read-only
16733 to nil before invoking call-process. Reset buffer's modified flag
16734 after fontifying it in the no-async branch.
16735
16736 * wid-edit.el (widget-specify-button): If mouse pointer shape
16737 cannot be changed, use mouse face instead.
16738
16739 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
16740
16741 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
16742 (gdb-goto-breakpoint): Make breakpoint handling work on template
16743 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
16744 (gdb-assembler-custom): Update to recognize breakpoint information
16745 added on 2005-01-19.
16746
16747 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
16748
16749 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
16750 (dsssl-mode): Use define-derived-mode.
16751 (scheme-mode-initialize): Remove.
16752 (scheme-mode): Use run-mode-hooks.
16753
16754 * cus-edit.el (customize-group-other-window)
16755 (custom-buffer-create-other-window): Don't override special-display-*.
16756 (custom-mode-map): Make it dense.
16757
16758 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
16759 sets the default value.
16760
16761 2005-01-28 Eli Zaretskii <eliz@gnu.org>
16762
16763 * descr-text.el: Add more keywords.
16764
16765 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
16766
16767 * speedbar.el: Avoid unnecessary use of locate-library.
16768
16769 * international/mule-cmds.el (standard-display-european-internal):
16770 Don't fiddle with latin-1 non-break space any more since it's now
16771 special cased in the C code.
16772 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
16773
16774 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
16775
16776 * cus-start.el (all): Add `undo-outer-limit'.
16777
16778 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
16779
16780 * textmodes/bibtex.el (bibtex-format-entry):
16781 Use `bibtex-empty-field-re' only on the text of fields, not on entire
16782 field lines.
16783 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
16784 not on part of a buffer.
16785
16786 2005-01-25 Lute Kamstra <lute@gnu.org>
16787
16788 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
16789 nonempty field text strings like "{letters\\macro{}more letters}".
16790 Clarify docstring.
16791 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
16792 (bibtex-entry-offset, bibtex-parse-association)
16793 (bibtex-parse-field-name): Fix typos in docstrings.
16794 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
16795
16796 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
16797
16798 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
16799 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
16800 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
16801 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
16802
16803 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
16804 isearch minor mode.
16805
16806 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
16807
16808 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
16809
16810 2005-01-24 Lute Kamstra <lute@gnu.org>
16811
16812 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
16813 CASECHARS and NOT-CASECHARS regular expressions of the
16814 "nederlands" and "nederlands8" dictionaries to prevent a "Range
16815 striding over charsets" error.
16816
16817 2005-01-24 Jay Belanger <belanger@truman.edu>
16818
16819 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
16820 display variable name.
16821
16822 2005-01-24 Kenichi Handa <handa@m17n.org>
16823
16824 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
16825 Fix setting of the element of encoded-kbd-iso2022-invocations.
16826
16827 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
16828
16829 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
16830 (gdb-threads-select): Change to also accept mouse events.
16831 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
16832 (gdb-threads-mouse-select): Delete.
16833
16834 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
16835
16836 * files.el (insert-directory): Take care of empty directory,
16837 listed without -a switch.
16838
16839 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
16840
16841 * textmodes/refill.el (refill-post-command-function):
16842 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
16843 to the list of functions that we should be careful not to undo.
16844 (refill-late-fill-paragraph-function): Remove.
16845 (refill-saved-state): New var.
16846 (refill-mode): Use it to save fill-paragraph-function.
16847 Save also the value of auto-fill-function.
16848
16849 * term/w32-win.el: Simplify code.
16850
16851 2005-01-23 Kim F. Storm <storm@cua.dk>
16852
16853 * simple.el (line-move): Adapt to new return value from
16854 pos-visible-in-window-p.
16855
16856 * simple.el (line-move): Fix last change. Check partial
16857 visibility at point rather than at window-start.
16858
16859 2005-01-22 Jason Rumney <jasonr@gnu.org>
16860
16861 * term/w32-win.el (xw-defined-colors): Remove debug-message.
16862
16863 2005-01-22 David Kastrup <dak@gnu.org>
16864
16865 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
16866
16867 2005-01-22 Eli Zaretskii <eliz@gnu.org>
16868
16869 * type-break.el (type-break-mode): Add a test for
16870 type-break-file-name being non-nil.
16871
16872 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
16873
16874 * net/eudc.el (top level): Call (message "") via progn, so that
16875 eudc-options-file is loaded.
16876
16877 2005-01-22 Kim F. Storm <storm@cua.dk>
16878
16879 * simple.el (line-move-1): Rename from line-move.
16880 (line-move): New function that adjusts vscroll for partially
16881 visible rows, and calls line-move-1 otherwise.
16882
16883 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
16884
16885 * pcomplete.el: Define pcomplete-read-event instead of read-event,
16886 since it's not a complete read-event implementation
16887
16888 2005-01-20 Jay Belanger <belanger@truman.edu>
16889
16890 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
16891 for called function.
16892
16893 2005-01-20 Steven Tamm <steventamm@mac.com>
16894
16895 * term/mac-win.el (process-connection-type): Remove.
16896 Controlled now by s/darwin.h:PTY_ITERATION.
16897
16898 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
16899
16900 * window.el (handle-select-window): Don't switch window when we're
16901 in the minibuffer.
16902
16903 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
16904
16905 * subr.el (dotimes-with-progress-reporter): New macro.
16906
16907 * ses.el (ses-dotimes-msg): Remove macro.
16908 Use `dotimes-with-progress-reporter' instead.
16909
16910 2005-01-19 Steven Tamm <steventamm@mac.com>
16911
16912 * term/mac-win.el (process-connection-type): Use new
16913 operating-system-release variable to use ptys on Darwin 7 (OS X
16914 10.3) when using carbon build.
16915
16916 2005-01-19 Jay Belanger <belanger@truman.edu>
16917
16918 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
16919 flags if the last command was a tab or M-tab.
16920
16921 * calc/calc-prog.el (calc-user-define-edit): Put original formula
16922 in formula editing buffer.
16923
16924 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
16925
16926 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
16927 breakpoint image symbol in margin.
16928
16929 2005-01-19 Jay Belanger <belanger@truman.edu>
16930
16931 * calc/calc-prog.el (calc-execute-kbd-macro):
16932 Ignore calc-keep-arg-flag.
16933
16934 2005-01-19 Kenichi Handa <handa@m17n.org>
16935
16936 * textmodes/ispell.el (ispell-looking-at): New function.
16937 (ispell-process-line): Use ispell-looking-at to compare the ispell
16938 output and the buffer contents.
16939
16940 2005-01-18 Jay Belanger <belanger@truman.edu>
16941
16942 * calc/calc.el (calc-display-raw): Fix docstring.
16943
16944 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
16945
16946 * simple.el (blink-matching-open): Strip extra info from syntax.
16947
16948 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
16949 funny chars in the end-of-here-doc marker.
16950
16951 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
16952
16953 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
16954 that enable/disabled state of breakpoints is shown correctly in
16955 fringe and on ttys.
16956 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
16957 Add breakpoint information as text properties.
16958 (gdb-mouse-toggle-breakpoint):
16959 Rename to gdb-mouse-set-clear-breakpoint.
16960 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
16961 breakpoints in the margin.
16962 (gdb-remove-strings): Simplify.
16963
16964 2005-01-17 Jay Belanger <belanger@truman.edu>
16965
16966 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
16967 erasing buffer.
16968
16969 2005-01-17 Richard M. Stallman <rms@gnu.org>
16970
16971 * progmodes/grep.el (grep-find): Copy from `grep' the condition
16972 for calling grep-compute-defaults.
16973
16974 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
16975 if buffer is empty.
16976
16977 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
16978
16979 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
16980
16981 * hilit-chg.el (highlight-changes-mode): Don't autoload.
16982
16983 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
16984 non-preloaded variables.
16985
16986 2005-01-17 Steven Tamm <steventamm@mac.com>
16987
16988 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
16989 tex-shell cause to force interactivity when using pipes.
16990
16991 2005-01-17 Kim F. Storm <storm@cua.dk>
16992
16993 * simple.el (just-one-space): Make arg optional.
16994
16995 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
16996
16997 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
16998 posn-at-x-y to t to access left-margin.
16999
17000 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
17001
17002 Sync with Tramp 2.0.47.
17003
17004 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
17005 catching keep-date problems in cp/scp operations.
17006 (tramp-handle-copy-file): Don't call `set-file-modes'
17007 unconditionally. Specialized functions should know better what is
17008 necessary. This improves performance a little bit, and the
17009 functions could catch errors with `cp -p' and `scp -p'.
17010 (tramp-do-copy-or-rename-file-via-buffer)
17011 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
17012 when appropriate.
17013 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
17014 Call `set-file-modes' when appropriate.
17015 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
17016 Johnsson <isak@hypergene.com>
17017 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
17018 of both Tramp buffer and debug buffer. Reported by Joakim Verona
17019 <joakim@verona.se>
17020 (tramp-file-name-for-operation): Mark `shell-command' as magic for
17021 Emacs only.
17022
17023 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
17024 `find-file-hooks' and `dired-mode-hook'.
17025 (tramp-minor-mode-map): Respective map. Add remapping for
17026 `compile' and `recompile'.
17027 (tramp-remap-command, tramp-recompile): New defuns.
17028 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
17029 in buffer "*Compilation*". Call the commands asynchronously.
17030
17031 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
17032 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
17033 `shell-command', because it isn't magic in XEmacs. Reported by
17034 Adrian Aichner <adrian@xemacs.org>.
17035
17036 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
17037 `substitute-in-file-name.
17038 (tramp-smb-handle-substitute-in-file-name): New defun.
17039 (tramp-smb-advice-PC-do-completion): Delete advice.
17040
17041 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
17042
17043 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
17044 Fix error in deleting region.
17045
17046 2005-01-15 Richard M. Stallman <rms@gnu.org>
17047
17048 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
17049 In non-temp buffer, switch syntax table temporarily.
17050
17051 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
17052
17053 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
17054
17055 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
17056
17057 * imenu.el (imenu--split-menu): Copy menulist before sorting.
17058 (imenu--generic-function): Use START, not BEG, as pos of definition.
17059
17060 * simple.el (just-one-space): Argument specifies number of spaces.
17061
17062 * simple.el (eval-expression-print-format): Avoid warning
17063 about edebug-active.
17064
17065 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
17066
17067 * progmodes/sh-script.el: Code copied from make-mode.el
17068 with small changes,
17069 (sh-mode-map): Bind C-c C-\.
17070 (sh-backslash-column, sh-backslash-align): New variables.
17071 (sh-backslash-region, sh-append-backslash): New functions.
17072
17073 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
17074
17075 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
17076 (rmail-pop-password, rmail-pop-password-required): Move to
17077 rmail-obsolete group.
17078 (rmail-set-pop-password): Rename to rmail-set-remote-password.
17079 All callers updated.
17080 (rmail-get-pop-password): Rename to rmail-get-remote-password.
17081 Take an argument specifying whether it is POP or IMAP mailbox we
17082 are using. All callers updated.
17083 (rmail-pop-password-error): Rename to
17084 rmail-remote-password-error. Added mailutils-specific error message.
17085 (rmail-movemail-search-path)
17086 (rmail-movemail-variant-in-use): New variables.
17087 (rmail-remote-password, rmail-remote-password-required):
17088 New customization variables.
17089 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
17090 (rmail-parse-url): New function.
17091 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
17092 with GNU mailutils movemail.
17093
17094 2005-01-15 Kevin Ryde <user42@zip.com.au>
17095
17096 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
17097 suffix to space, $ or '$, to correctly position point when going
17098 to @table style constants like DBL_MAX.
17099
17100 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
17101
17102 * type-break.el (type-break-mode, type-break-file-time)
17103 (type-break-file-keystroke-count, type-break-choose-file):
17104 Don't store data in or load data from the file if type-break-file-name
17105 is nil.
17106 (type-break-file-name): Doc update as per the above.
17107
17108 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
17109
17110 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
17111 lookup-key might return nil; handle that.
17112
17113 2005-01-15 Alan Mackenzie <acm@muc.de>
17114
17115 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
17116 rather than the element found, thus enabling the tree to be setcar'd.
17117
17118 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
17119
17120 * textmodes/org.el (org-show-following-heading): New option.
17121 (org-show-hierarchy-above): Use `org-show-following-heading'.
17122 (org-cycle): Documentation fix.
17123
17124 * textmodes/org.el (orgtbl-optimized): New option
17125 (orgtbl-mode): New command, a minor mode.
17126 (orgtbl-mode-map): New variable.
17127 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
17128 (orgtbl-error, orgtbl-self-insert-command)
17129 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
17130
17131 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
17132 a local variable in each org-mode buffer.
17133
17134 * textmodes/org.el (org-set-regexps-and-options): Rename from
17135 `org-set-regexps'. Added checking for STARTUP keyword.
17136 (org-get-current-options): Add STARTUP options.
17137 (org-table-insert-row): Make mode intelligent about when
17138 realignment is needed.
17139 (org-self-insert-command, org-delete-backward-char, org-delete-char):
17140 New commands.
17141 (org-enable-table-editor): New default value `optimized'.
17142 (org-table-blank-field): Support blanking regions if active.
17143
17144 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
17145
17146 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
17147 if the year is not given.
17148
17149 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
17150 Add new escapes %m and %M, fixed bug with %F by adding
17151 save-match-data.
17152 (reftex-reference): Remove ?. from list of spaces.
17153 (reftex-label-info): Add automatic label prefix recognition.
17154
17155 * textmodes/reftex-index.el (reftex-index-next-phrase):
17156 Add slave parameter to call of `reftex-index-this-phrase'.
17157 (reftex-index-this-phrase): New optional argument.
17158 (reftex-index-region-phrases): Add slave parameter to call of
17159 `reftex-index-this-phrase'.
17160 (reftex-display-index): New argument redo.
17161 (reftex-index-rescan): Add 'redo to arguments of
17162 `reftex-display-index'.
17163 (reftex-index-Rescan, reftex-index-revert)
17164 (reftex-index-switch-index-tag): Add 'redo to arguments of
17165 `reftex-display-index'.
17166 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
17167 indexing. Fix bug with matching is there is a quote before or
17168 after the word.
17169
17170 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
17171 Fix bug when collecting citation keys in lines with comments.
17172 (reftex-citation): Prefix argument no longer rescans the document,
17173 but forces prompting for optional arguments of cite macros.
17174 (reftex-do-citation): Prompting for optional arguments implemented.
17175
17176 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
17177 Add optional arguments to most cite commands.
17178 (reftex-cite-cleanup-optional-args): New option
17179 (reftex-cite-prompt-optional-args): New option.
17180 (reftex-trust-label-prefix): New option.
17181
17182 * textmodes/reftex-toc.el (reftex-toc-find-section):
17183 Add push-mark before changing the position in the buffer.
17184
17185 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
17186 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
17187
17188 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
17189
17190 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
17191 more carefully.
17192
17193 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
17194
17195 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
17196 (sgml-mode): Use it.
17197 (sgml-get-context): Better keep track of implicitly closed tags.
17198
17199 2005-01-13 Kenichi Handa <handa@m17n.org>
17200
17201 * textmodes/ispell.el: These changes are to fix misalignment error
17202 caused by equivalent characters of different Emacs charsets.
17203 (ispell-unified-chars-table): New variable.
17204 (ispell-get-decoded-string): New function.
17205 (ispell-get-casechars, ispell-get-not-casechars)
17206 (ispell-get-otherchars): Call ispell-get-decoded-string.
17207
17208 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
17209
17210 * custom.el (custom-declare-variable): Just put symbol instead
17211 of (defvar . symbol) in `current-load-list'.
17212
17213 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
17214
17215 * emacs-lisp/elint.el: Fixed typo in Commentary section.
17216
17217 2005-01-12 Jay Belanger <belanger@truman.edu>
17218
17219 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
17220 to create a Calc summary.
17221
17222 2005-01-12 Kim F. Storm <storm@cua.dk>
17223
17224 * mouse.el (mouse-on-link-p): Change functionality and doc
17225 string to comply with latest description in lisp ref.
17226
17227 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
17228
17229 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
17230 Enable mouse clicks on mode-line, header-line and margin.
17231 (event-type): Give mouse event symbols an 'event-kind property
17232 with value 'mouse-click.
17233
17234 2005-01-12 Juri Linkov <juri@jurta.org>
17235
17236 * facemenu.el (list-colors-display): Add new arg buffer-name.
17237 Use it. Fix docstring. Replace code for identifying duplicate
17238 colors by the name with call to `list-colors-duplicates' which
17239 identifies duplicate colors by the value unless the color
17240 is one of special Windows colors. Set truncate-lines to t.
17241 Print sorted duplicate color names on each line. Indent to 22
17242 \(the longest color name in rgb.txt) instead of 20. Optimize.
17243 (list-colors-duplicates): New function.
17244 (facemenu-color-name-equal): Delete function.
17245
17246 * facemenu.el (list-colors-print): New function created from code
17247 in list-colors-display. Print #RRGGBB at the window right edge.
17248 (list-colors-display): When temp-buffer-show-function is not
17249 defined, call list-colors-print from temp-buffer-show-hook
17250 to get the right value of window-width in list-colors-print
17251 after the buffer is displayed.
17252
17253 * simple.el (pop-mark): Move deactivate-mark out of conditional
17254 part to deactivate the active mark regardless of the state of the
17255 mark ring.
17256
17257 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
17258 variables line in desktop files.
17259
17260 2005-01-12 Juri Linkov <juri@jurta.org>
17261
17262 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
17263 Bring together isearch highlight related options.
17264 (lazy-highlight): Replace group `replace' by `matching'.
17265 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
17266 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
17267 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
17268 and declare them obsolete.
17269 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
17270 (isearch-faces): Remove defgroup.
17271 (isearch-overlay, isearch-highlight, isearch-dehighlight):
17272 Move isearch highlighting code closer to lazy highlighting code.
17273
17274 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
17275 (query-replace-highlight, query-replace-lazy-highlight)
17276 (query-replace): Move definitions to the beginning of the file.
17277
17278 2005-01-11 Juri Linkov <juri@jurta.org>
17279
17280 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
17281 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
17282 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
17283
17284 * info.el (Info-history-forward): New variable.
17285 (Info-select-node): Reset Info-history-forward to nil.
17286 (Info-last): Turn into defalias.
17287 (Info-history-back): Rename from Info-last.
17288 Add current node to Info-history-forward.
17289 (Info-history-forward): New fun.
17290 (Info-mode-map): Replace Info-last by Info-history-back.
17291 Bind Info-history-forward to "r".
17292 (Info-mode-menu): Replace Info-last by Info-history-back.
17293 Fix menu item text. Add menu item for Info-history-forward.
17294 (info-tool-bar-map): Replace Info-last by Info-history-back.
17295 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
17296 for Info-history-forward.
17297 (Info-mode): Replace Info-last by Info-history-back in docstring.
17298 Add local variable Info-history-forward.
17299 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
17300
17301 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
17302
17303 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
17304 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
17305 Ignore select-window events rather than fiddle with
17306 mouse-autoselect-window.
17307
17308 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
17309
17310 * type-break.el (type-break-mode): Fix previous change.
17311
17312 2005-01-10 Jay Belanger <belanger@truman.edu>
17313
17314 * calc/calc-ext.el (calc-reset): Reset when inside embedded
17315 calculator; only reset when point is inside a calculator.
17316 Don't adjust the window height if the window takes up the whole height
17317 of the frame.
17318
17319 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
17320
17321 * ebuff-menu.el (Electric-buffer-menu-mode):
17322 Preserve value of buffer-local var header-line-format.
17323
17324 2005-01-09 Jay Belanger <belanger@truman.edu>
17325
17326 * calc/calc.el (calc-mode-var-list-restore-saved-values):
17327 Make sure settings file exists before accessing it.
17328
17329 * calc/calc-embed.el (calc-embedded-subst):
17330 Replace math-multi-subst-rec, which is only supposed to be called
17331 by math-multi-subst, by math-multi-subst.
17332
17333 2005-01-09 Andre Spiegel <spiegel@gnu.org>
17334
17335 * vc.el (vc-allow-async-revert): New user option.
17336 (vc-disable-async-diff): New internal variable.
17337 (vc-revert-buffer): Use them to disable asynchronous diff.
17338
17339 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
17340 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
17341 asynchronously if vc-disable-async-diff is t.
17342
17343 2005-01-09 Jay Belanger <belanger@truman.edu>
17344
17345 * calc/calc.el (defcalcmodevar): New macro.
17346 (calc-mode-var-list-restore-default-values)
17347 (calc-mode-var-list-restore-saved-values): New functions.
17348 (calc-mode-var-list): Use defcalcmodevar to define it.
17349 (calc-always-load-extensions, calc-line-numbering)
17350 (calc-line-breaking, calc-display-just, calc-display-origin)
17351 (calc-number-radix, calc-leading-zeros, calc-group-digits)
17352 (calc-group-char, calc-point-char, calc-frac-format)
17353 (calc-prefer-frac, calc-hms-format, calc-date-format)
17354 (calc-float-format, calc-full-float-format, calc-complex-format)
17355 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
17356 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
17357 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
17358 (calc-matrix-brackets, calc-language, calc-language-option)
17359 (calc-left-label, calc-right-label, calc-word-size)
17360 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
17361 (calc-display-raw, calc-internal-prec, calc-angle-mode)
17362 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
17363 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
17364 (calc-window-height, calc-display-trail, calc-show-selections)
17365 (calc-use-selections, calc-assoc-selections)
17366 (calc-display-working-message, calc-auto-why, calc-timing)
17367 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
17368 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
17369 (calc-gnuplot-default-device, calc-gnuplot-default-output)
17370 (calc-gnuplot-print-device, calc-gnuplot-print-output)
17371 (calc-gnuplot-geometry, calc-graph-default-resolution)
17372 (calc-graph-default-resolution-3d, calc-invocation-macro)
17373 (calc-show-banner): Use defcalcmodevar to declare them and set
17374 their default values.
17375
17376 * calc/calc-ext.el (calc-reset): Restore saved values of variables
17377 instead of default values (but restore default values if there is
17378 an argument of 0).
17379
17380 2005-01-09 David Kastrup <dak@gnu.org>
17381
17382 * desktop.el (desktop-restore-eager): Fix typo in type.
17383
17384 2005-01-08 Richard M. Stallman <rms@gnu.org>
17385
17386 * cus-edit.el (customize): Delete :link.
17387
17388 2005-01-08 Jay Belanger <belanger@truman.edu>
17389
17390 * calc/calc.el (calc-mode): Remove the extension from the
17391 `calc-settings-file' file name when loading it.
17392
17393 2005-01-08 Kim F. Storm <storm@cua.dk>
17394
17395 * info.el (Info-mode-map, Info-next-link-keymap)
17396 (Info-prev-link-keymap, Info-up-link-keymap):
17397 Map follow-link to mouse-face.
17398 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
17399
17400 2005-01-08 Jay Belanger <belanger@truman.edu>
17401
17402 * calc/calc.el (calc-settings-file): Change default value.
17403 Suggested by cgw in a comment in calc-mode.el.
17404
17405 * calc/calc-mode.el (calc-settings-file-name):
17406 Compare calc-settings-file to user-init-file instead of ~/.emacs.
17407 Replace ~/.emacs in a prompt by calc-settings-file.
17408
17409 2005-01-07 Lars Hansen <larsh@math.ku.dk>
17410
17411 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
17412 (desktop-lazy-idle-delay): New customizable variables.
17413 (desktop-buffer-args-list): New variable.
17414 (desktop-append-buffer-args): New function.
17415 (desktop-save): Call desktop-append-buffer-args for some buffers.
17416 (desktop-lazy-create-buffer): New function.
17417 (desktop-idle-create-buffers): New function.
17418 (desktop-read): Add message about buffers to restore lazily.
17419 (desktop-lazy-abort): New command.
17420 (desktop-clear): Call desktop-lazy-abort.
17421 (desktop-lazy-complete): New command.
17422
17423 2005-01-06 Richard M. Stallman <rms@gnu.org>
17424
17425 * emacs-lisp/find-func.el (find-face-definition):
17426 Rename from find-face.
17427
17428 2005-01-06 Kim F. Storm <storm@cua.dk>
17429
17430 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
17431
17432 * man.el (Man-xref-man-page, Man-xref-header-file)
17433 (Man-xref-normal-file): Add follow-link property.
17434
17435 2005-01-06 Jay Belanger <belanger@truman.edu>
17436
17437 * calc/calc-units.el: Make sure the proper macro definitions are
17438 available when compiling.
17439
17440 2005-01-06 Juri Linkov <juri@jurta.org>
17441
17442 * isearch.el (isearch-lazy-highlight-update):
17443 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
17444
17445 2005-01-06 Miles Bader <miles@gnu.org>
17446
17447 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
17448 (isearch-lazy-highlight-face): Use new name.
17449
17450 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
17451
17452 * uniquify.el (uniquify-rationalize-file-buffer-names):
17453 Re-add an interactive spec.
17454 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
17455 to the same name.
17456
17457 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
17458 (isearch-update, isearch-done): Adjust calls accordingly.
17459
17460 2005-01-05 Richard M. Stallman <rms@gnu.org>
17461
17462 * custom.el (custom-set-variables, custom-theme-set-variables):
17463 Clarify documentation.
17464
17465 * emacs-lisp/find-func.el (find-variable)
17466 (find-variable-other-window, find-variable-other-frame):
17467 Fix the TYPE args to find-function-read and find-function-do-it.
17468 (find-function): Doc fix.
17469 (find-function-at-point): Replace function-at-point alias.
17470
17471 2005-01-04 Richard M. Stallman <rms@gnu.org>
17472
17473 * cus-face.el (custom-declare-face):
17474 Record defface in current-load-list.
17475
17476 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
17477
17478 * emacs-lisp/find-func.el: Doc fixes.
17479 (find-face-regexp): New variable.
17480 (find-function-regexp-alist): New variable.
17481 (find-function-C-source): Third arg is now TYPE.
17482 (find-function-search-for-symbol): Handle general TYPE.
17483 (find-function-read, find-function-do-it): Handle general TYPE.
17484 (find-definition-noselect, find-face): New functions.
17485 (function-at-point): Alias deleted.
17486
17487 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
17488
17489 * battery.el (display-battery-mode): Rename from display-battery.
17490 Handle the case where it gets turned off.
17491
17492 2005-01-04 Richard M. Stallman <rms@gnu.org>
17493
17494 * cus-edit.el (customize): Make :link point to user doc.
17495
17496 * man.el (Man-fontify-manpage): Turn off undo generation.
17497
17498 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
17499
17500 2005-01-04 Andreas Schwab <schwab@suse.de>
17501
17502 * files.el (insert-directory): Only look for error lines in
17503 inserted text. Don't move too far after processing --dired markers.
17504
17505 2005-01-04 Richard M. Stallman <rms@gnu.org>
17506
17507 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
17508 Don't expand if the character is @, period, dash, etc.
17509 (define-mail-abbrev): Quote names that contain problem characters.
17510
17511 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
17512
17513 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
17514
17515 2005-01-03 Richard M. Stallman <rms@gnu.org>
17516
17517 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
17518 (query-replace-highlight, query-replace-lazy-highlight)
17519 (query-replace): Definitions moved up. Doc fix.
17520
17521 2005-01-03 Richard M. Stallman <rms@gnu.org>
17522
17523 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
17524 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
17525 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
17526 (lazy-highlight-face): Rename from isearch-lazy-...
17527 Change all references to them.
17528
17529 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
17530
17531 * cus-edit.el (custom-file): Doc fix for defcustom.
17532 (custom-file): The function no longer sets the variable
17533 `custom-file' to its return value.
17534
17535 * startup.el (command-line): No longer load `custom-file'.
17536
17537 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
17538
17539 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
17540
17541 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
17542 Don't confuse module-prefixed identifiers for labels.
17543 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
17544
17545 2005-01-02 Richard M. Stallman <rms@gnu.org>
17546
17547 * files.el (basic-save-buffer-1): Fix previous change.
17548
17549 * loadhist.el (file-loadhist-lookup): New function.
17550 (file-provides, file-requires): Use it.
17551
17552 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
17553 instead of calculating the right size.
17554
17555 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
17556
17557 * vc-svn.el (vc-svn-diff): Stay local if possible.
17558
17559 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
17560
17561 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
17562
17563 * files.el (hack-local-variables): Fix last change.
17564
17565 2005-01-02 Jay Belanger <belanger@truman.edu>
17566
17567 * calc/calc-yank.el (calc-edit-top): New variable.
17568 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
17569 object. Change header properties.
17570 (calc-edit-finish, calc-edit-finish-stack-object)
17571 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
17572 edited object.
17573 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
17574 for the beginning of the edited object.
17575 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
17576 for the beginning of the edited object.
17577 * calc/calc-prog.el (calc-edit-macro-finish-edit)
17578 (calc-finish-formula-edit, calc-macro-repeats)
17579 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
17580 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
17581 beginning of the edited object.
17582 (calc-user-define-edit): Change the header for editing macros.
17583 Remove unnecessary variable.
17584
17585 2005-01-01 Jay Belanger <belanger@truman.edu>
17586
17587 * calc/calc-yank.el (calc-edit-mode): Change default header.
17588 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
17589 * calc/calc-store.el (calc-edit-variable): Change title to match new
17590 header.
17591 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
17592 mode to match new header.
17593 (calc-user-define-edit): Change titles to include names of commands.
17594 (calc-finish-formula-edit): Adjust to handle new header.
17595 (calc-finish-macro-edit): Remove.
17596 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
17597 (calc-edit-macro-command, calc-edit-macro-command-type)
17598 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
17599 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
17600 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
17601 (calc-edit-macro-finish-edit): New functions.
17602 (calc-user-define-edit): Use new functions to edit named calc macros.
17603
17604 2005-01-01 Stefan <monnier@iro.umontreal.ca>
17605
17606 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
17607
17608 * ses.el (copy-region-as-kill): Deactivate mark.
17609
17610 2005-01-01 Richard M. Stallman <rms@gnu.org>
17611
17612 * replace.el (occur-1): If the output buffer is also an input,
17613 don't kill it, rename it.
17614
17615 * faces.el (set-face-background, set-face-foreground): Doc fix.
17616
17617 * cus-face.el (custom-face-attributes): Fix :help-echo strings
17618 for :foreground and :background.
17619
17620 * dired.el (dired-view-command-alist): Variable deleted.
17621 (dired-view-file, dired-mouse-find-file-other-window):
17622 Delete the code to use it.
17623
17624 2005-01-01 Kim F. Storm <storm@cua.dk>
17625
17626 * image.el (insert-sliced-image): Use t for line-height property.
17627
17628 See ChangeLog.11 for earlier changes.
17629
17630 ;; Local Variables:
17631 ;; coding: iso-2022-7bit
17632 ;; End:
17633
17634 Copyright (C) 2005 Free Software Foundation, Inc.
17635 Copying and distribution of this file, with or without modification,
17636 are permitted provided the copyright notice and this notice are preserved.
17637
17638 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1