(define-ibuffer-filter filename): If `dired-directory' is a list then
[bpt/emacs.git] / lisp / ChangeLog
1 2005-12-08 John Paul Wallington <jpw@pobox.com>
2
3 * ibuf-ext.el (define-ibuffer-filter filename):
4 If `dired-directory' is a list then really use its car.
5
6 2005-12-08 Kim F. Storm <storm@cua.dk>
7
8 * emulation/cua-rect.el (cua--rectangle-aux-replace): Fix
9 indention of text on right side of replaced rectangle.
10
11 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
12
13 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
14 No need to check gud-comint-buffer is bound.
15 (gdb): Prevent multiple debugging when first session uses gdba.
16
17 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18
19 CC Mode update to 5.31.
20
21 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
22 Emacsen which lack `define-minor-mode'. (Currently Emacs <21. We
23 might do this function properly in the future).
24
25 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el: New
26 macros c-sentence-end and c-default-value-sentence end, to cope
27 with Emacs 22's new function `sentence-end'.
28
29 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
30
31 * progmodes/cc-cmds.el (c-show-syntactic-information): Solved the
32 compat issue using `c-put-overlay' and `c-delete-overlay'.
33
34 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay): New
35 compat macros to handle overlays/extents.
36
37 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
38
39 * progmodes/cc-fix.el: Add definitions of the macros push and pop
40 (for GNU Emacs 20.4)
41
42 * progmodes/cc-defs.el:
43 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
44
45 * progmodes/cc-cmds.el (c-show-syntactic-information): change the
46 highlighting mechanism so it will work in XEmacs too.
47
48 * progmodes/cc-defs.el: Insert c-int-to-char.
49
50 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
51 call to the new macro c-int-to-char. This solves XEmacs's
52 regarding characters as different from integers.
53
54 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
55
56 * progmodes/cc-fonts.el (c-make-syntactic-matcher): New internal
57 helper.
58
59 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
60 construct to make the indirect face lookup work in XEmacs.
61
62 (c-cpp-matchers): Append the negation char face to the existing
63 fontification, so that the cpp face doesn't disappear. Use
64 `c-make-syntactic-matcher' to avoid negation chars in comments and
65 strings.
66
67 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
68 to map to `font-lock-negation-char-face' in emacsen where it
69 exists.
70
71 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
72
73 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
74
75 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el: Rename
76 "c-subword-move-mode" as "c-subword-mode".
77
78 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
79 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
80
81 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
82
83 * progmodes/cc-mode.el: Added autoload directive for
84 `c-subword-move-mode' for use in older emacsen.
85
86 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
87
88 * progmodes/cc-mode.el:
89 (i) Insert a binding for C-c C-backspace into
90 c-bind-special-erase-keys which works in TTYs.
91 (ii) Make sure that when file styles are used, any explicitly
92 given style variables take priority over those in the style. Do
93 this by calling `hack-local-variables' a second time.
94
95 * progmodes/cc-vars.el: Add language specific customization
96 widgets for AWK to c-doc-comment-style, c-require-final-newline
97 and c-default-style. Add a defcustom for awk-mode-hook. Give
98 c-syntactic-element and c-syntactic-context doc-strings by
99 directly setting their `variable-documentation' propery. This
100 allows Emacs 22.1 to read these with C-h v.
101
102 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan
103 Monnier).
104
105 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
106
107 * progmodes/cc-fonts.el, cc-vars.el
108 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection,
109 gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
110 Masatake YAMATO.
111
112 (c-doc-comment-style): Made GtkDoc default in C mode.
113
114 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
115 and C-c C-<delete>.
116
117 (c-bind-special-erase-keys): New function for use on
118 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
119
120 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
121 <delete> key behavior in XEmacs according to `delete-forward-p'.
122 C.f. `c-electric-delete'.
123
124 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
125
126 * progmodes/cc-mode.el: Give c-hungry-backspace and
127 c-hungry-delete-forward permanent key bindings.
128
129 * progmodes/cc-cmds.el (c-electric-semi&comma): Bind
130 c-syntactic-context for calls to "criteria functions", for
131 consistency with other calls to user functions.
132
133 * progmodes/cc-cmds.el (c-indent-command): expunge use of
134 `current-prefix-arg', since this might be the prefix arg to a
135 command which calls c-indent-command as a function. Change the
136 interactive spec from "p" to "P".
137
138 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
139 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
140 was difficult to understand.
141
142 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
143
144 * progmodes/cc-engine.el (c-on-identifier): Fixed bug when at the
145 first char of an identifier.
146
147 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
148 +" syntax in C++.
149
150 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
151
152 * progmodes/cc-cmds.el (c-mask-paragraph): correct, so that
153 auto-fill doesn't split a c-comment's last word from a hanging
154 "*/" when a space is typed between them after fill-column.
155
156 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
157
158 * progmodes/cc-styles.el (c-set-style,
159 c-setup-paragraph-variables): Abort the command if we're not in a
160 CC Mode buffer.
161
162 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
163 with blank comment-prefix, and a blank line as the comment's
164 second line.
165
166 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
167
168 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
169 Incorporated the patterns added in the Emacs development branch
170 for the new Emacs 22 face `font-lock-negation-char-face'.
171
172 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
173 of "red" since it stands out better in xterms and DOS terminals.
174
175 * progmodes/cc-engine.el (c-literal-faces): Added
176 `font-lock-comment-delimiter-face' which is new in Emacs 22.
177
178 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
179
180 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
181 forcibly enable c-electric-flag.
182
183 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
184 `comment-close-slash' on c-electric-slash: if enabled, typing `/'
185 just after the comment-prefix of a C-style comment will close that
186 comment.
187
188 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
189
190 * progmodes/cc-fonts.el (c-basic-matchers-before,
191 c-complex-decl-matchers): Fixed the "not-arrow-prefix" regexp used
192 in Pike.
193
194 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
195 digraphs.
196
197 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
198 (c-cpp-message-directives, c-cpp-include-directives,
199 c-opt-cpp-macro-define, c-opt-cpp-macro-define-start,
200 c-cpp-expr-directives): Introduced new language constants to
201 control cpp syntax in a cleaner way.
202
203 (c-cpp-expr-functions): Renamed from c-cpp-defined-fns.
204
205 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
206
207 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines,
208 c-multiline-string-start-char): New language constants and
209 variables to specify how newlines in string literals work.
210
211 (c-font-lock-invalid-string): Use them.
212
213 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
214 unbalanced close brace is entered. Optimization by avoiding going
215 back over arbitrarily large blocks. Removed hints that this
216 function only would be relevant/useful in AWK.
217
218 (c-electric-brace): Indent syntactically after the cleanups since
219 lineup functions might do it differently then.
220
221 * progmodes/cc-engine.el, cc-langs.el
222 (c-opt-op-identifier-prefix): New language constant and variable.
223
224 (c-just-after-func-arglist-p, c-after-special-operator-id,
225 c-search-decl-header-end, c-inside-bracelist-p): Use it.
226
227 * progmodes/cc-align.el, cc-engine.el
228 (c-after-special-operator-id): New helper to handle C++ operator
229 identifiers.
230
231 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p,
232 c-guess-basic-syntax): Handle C++ operator identifiers in
233 declarations.
234
235 * progmodes/cc-langs.el (c-assignment-operators): Added the
236 trigraph version of ^= too.
237
238 * progmodes/cc-langs.el (c-assignment-operators): Added the
239 trigraph version of |= in C++.
240
241 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle
242 `c-decl-hangon-kwds' after the identifier name.
243
244 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
245 whether an arglist is "nonempty", ignore a comment after the open
246 paren if it isn't followed by a non-comment token on the same
247 line.
248
249 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4: Enable
250 heuristics below the point to cope with classes inside special
251 brace lists in Pike.
252
253 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
254
255 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
256
257 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
258
259 * progmodes/cc-guess.el (cc-guess-install): New function to
260 install an already guessed style in another buffer.
261
262 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
263 sets `inhibit-read-only' - `c-save-buffer-state' should be used
264 anyway if the change always is undone.
265
266 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
267
268 Implement togglable electricity:
269
270 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
271 saying when it should be used.
272
273 * progmodes/cc-engine.el: Add the new buffer-local variable,
274 c-electric-flag.
275
276 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
277 c-toggle-auto-newline.
278
279 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
280 c-toggle-auto-newline. Remove the binding for
281 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
282 c-toggle-electric-state.
283
284 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
285
286 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
287 c-\(forward\|backward\)-subword.
288 (c-update-modeline): Add the new modeline flag `l' for
289 `c-electric-flag'. Make the auto-newline flag `a' dependent on
290 `l'.
291 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'. Make
292 the old name an alias of the new name.
293 (c-toggle-electric-state): New function.
294 c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\):
295 Adapt these functions to do electric things only when
296 c-electric-flag is non-nil.
297 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
298 new functions from c-electric-brace.
299 (c-point-syntax): Add a check for "virtual semicolons" in AWK
300 mode, so that the tentative extra newline doesn't change the
301 syntax of the following brace.
302 (c-electric-brace): restructure by extracting the above functions.
303 Tidy up the coding somewhat.
304 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
305 restructure a bit.
306
307 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
308
309 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
310 anchor position(s) using faces. Thanks to Masatake YAMATO for the
311 idea.
312
313 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
314 (c-submode-indicators): Changed name from `c-auto-hungry-string'
315 since it's now used to track another submode.
316
317 (c-update-modeline): Converted to function and extended to check
318 `c-subword-move-mode'.
319
320 (c-forward-into-nomenclature, c-backward-into-nomenclature):
321 Converted to compat aliases for `c-forward-subword' and
322 `c-backward-subword'.
323
324 * progmodes/cc-subword.el: New functions and minor mode to handle
325 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
326
327 (c-forward-subword, c-backward-subword, c-mark-subword,
328 c-kill-subword, c-backward-kill-subword, c-transpose-subwords,
329 c-capitalize-subword, c-downcase-subword, c-upcase-subword):
330 Functions corresponding to the standard word handling functions.
331
332 (c-subword-move-mode): Minor mode that replaces all the standard
333 word handling functions with their subword equivalences.
334
335 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
336
337 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
338 entry for one-liner-defun.
339
340 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
341 name in its def-edebug-spec.
342
343 * progmodes/cc-cmds.el (c-electric-brace): Make the
344 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
345 compacts space before a comment, if this will make things fit on
346 one line.
347
348 Introduce an "awk" style, mainly for auto-newline and clean-ups.
349
350 * progmodes/cc-align.el: new function c-snug-1line-defun-close
351
352 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
353 clean-up one-liner-defun.
354
355 * progmodes/cc-styles.el: Add the new "awk" style.
356
357 * progmodes/cc-vars.el: Add description of one-liner-defun to
358 c-cleanup-list's doc-string. New user options,
359 c-max-one-liner-length. In c-default-style, set the default style
360 for AWK to "awk".
361
362 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
363
364 * progmodes/cc-engine.el (c-forward-label): Fixed fontification of
365 macros inside labels.
366
367 * progmodes/cc-engine.el (c-looking-at-bos): Obsoleted in favor of
368 `c-at-statement-start-p' and `c-at-expression-start-p'.
369
370 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
371 error if the mark isn't set.
372
373 * progmodes/cc-engine.el (c-guess-continued-construct,
374 c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
375 accurately detect functions inside functions.
376
377 * progmodes/cc-engine.el (c-at-expression-start-p): New function
378 like `c-at-statement-start-p' that additionally recognizes commas
379 and expression parentheses as delimiters.
380
381 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Added flag
382 to avoid heuristics that doesn't work for unclosed blocks.
383
384 (c-at-statement-start-p): New function.
385
386 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
387 Objective-C directives, e.g. directives spanning lines should work
388 reasonably well now.
389
390 (c-put-c-type-property, c-clear-c-type-property): New helpers.
391
392 (c-forward-objc-directive): New function to move over any ObjC
393 directive.
394
395 (c-just-after-func-arglist-p, c-guess-basic-syntax,
396 c-basic-matchers-before): Use it.
397
398 (c-font-lock-objc-iip-decl): Removed.
399
400 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
401 in the template arglist recognition.
402
403 * progmodes/cc-styles.el (c-style-alist): Fixed several
404 inconsistencies in the Whitesmith style.
405
406 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks): New
407 lineup function to get lines after Whitesmith style blocks
408 correctly indented.
409
410 (c-lineup-whitesmith-in-block): Backed out the compensation for
411 opening parens since it's done using `add' lists in the style
412 definition instead. Don't use the anchor position since it varies
413 too much between the syntactic symbols. :P
414
415 * progmodes/cc-vars.el (c-valid-offset): Updated.
416
417 * progmodes/cc-engine.el (c-evaluate-offset): Extended to handle
418 lists where the offsets are combined according to several
419 different methods: `first', `min', `max', and `add'. Report
420 offset evaluation errors with `c-benign-error' so that some kind
421 of reindentation still is done.
422
423 * progmodes/cc-engine.el (c-guess-basic-syntax): Anchor
424 `arglist-intro' the same way as `arglist-cont-nonempty' and
425 `arglist-close'.
426
427 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed similar
428 situations for `arglist-cont-nonempty' and `arglist-close'.
429
430 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New
431 constant.
432
433 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
434 cc-bytecomp-boundp' in a number of places.
435
436 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fixed a
437 macro related issue.
438
439 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
440
441 * progmodes/cc-awk.el: Change the terminology of regexps: A char
442 list is now
443 [asdf], a char class [:alpha:]. Include code for char classes.
444 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
445 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
446
447 Remove (nearly all of) the cruft associated with AWK Mode's former
448 concept of "virtual semicolons":
449
450 Adapt c-beginning-of-statement, c-end-of-statement (together with
451 subfunctions) to use the new notion of "virtual semicolon" in
452 place of the old awkward special handling for AWK. There remains
453 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
454 * progmodes/cc-cmds.el:
455 (c-ascertain-adjacent-literal): In the backwards direction, now
456 recognises AWK regexp delimiters as string delimiters.
457 (c-after-statement-terminator-p): Adapt for virtual semicolons;
458 check more rigorously for "end of macro".
459 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
460 virtual semicolons;
461 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
462 out the code for forward movement into ...
463 (c-end-of-statement): Now contains the code for forward movement,
464 adapted for virtual semicolons.
465
466 * progmodes/cc-engine.el:
467 (c-ws*-string-limit-regexp): new regexp.
468 (c-forward-single-comment, c-backward-single-comment): Comment out
469 the (now redundant) "special" AWK stuff.
470
471 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
472 c-string-par-start, c-string-par-separate to be more like Text
473 Mode than Fundamental Mode.
474
475 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
476
477 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
478 to the fontified region so that fontification doesn't occur
479 outside it
480 (could happen e.g. when fontifying a line with an unfinished
481 declaration).
482
483 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
484
485 * progmodes/cc-awk.el: Regexps for analysing AWK code have been
486 moved to near the start of the file. ^L now separate sections of
487 the file. New defconsts: c-awk-non-eol-esc-pair-re,
488 c-awk-blank-or-comment-line-re,
489 c-awk-one-line-possibly-open-string-re,
490 c-awk-regexp-one-line-possibly-open-char-class-re,
491 c-awk-one-line-possibly-open-regexp-re,
492 c-awk-one-line-non-syn-ws*-re. New functions: c-awk-at-vsemi-p,
493 c-awk-vsemi-status-unknown-p.
494
495 Amend the concept of "virtual semicolons" (in the indentation
496 engine) for languages like AWK, such that they are now
497 conceptually attached to end of the last token of a statement, not
498 the end of the line. (In AWK Mode, however, the pertinent text
499 property is still physically set on the EOL.) Remove the specific
500 tests for awk-mode, thus facilitating the introduction of other
501 language modes where EOLs can end statements. (Note: The
502 funtionality in cc-cmds.el, specifically
503 c-beginning/end-of-statement has yet to be amended.)
504
505 * progmodes/cc-defs.el: New macros c-at-vsemi-p,
506 c-vsemi-status-unknown-p.
507
508 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
509 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
510 c-vsemi-status-unknown-p-fn (in a new page).
511
512 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
513 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
514 numerous awkward forms like
515 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
516 with
517 (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
518 variable before-ws-ip, the place just after char-before-ip
519 appears.
520
521 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
522 a comment.
523
524 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
525
526 * progmodes/cc-cmds.el (c-electric-brace): Cleaned up using
527 `c-tentative-buffer-changes'.
528
529 * progmodes/cc-defs.el (c-region-is-active-p): Simplified and
530 converted to macro to choose between Emacs and XEmacs at compile
531 time.
532
533 (c-set-region-active): New set counterpart to
534 `c-region-is-active-p'.
535
536 (c-tentative-buffer-changes): New macro to handle temporary buffer
537 changes in a convenient way.
538
539 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
540 for `c-tentative-buffer-changes'.
541
542 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tightened up
543 the checks for paren sexps between the point and the keyword, to
544 avoid some false alarms.
545
546 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
547 Fixed a situation where an error could be thrown for unbalanced
548 parens. Changed to make use of c-keyword-member' to avoid some
549 repeated regexp matches.
550
551 (c-opt-lambda-key, c-opt-inexpr-block-key,
552 c-opt-inexpr-class-key): These language variable are no longer
553 necessary.
554
555 (c-block-stmt-kwds): New language constant used by
556 c-looking-at-inexpr-block'.
557
558 (c-guess-basic-syntax): Removed an optional check that looked at
559 the existence of the now removed language variables.
560
561 * progmodes/cc-engine.el (c-fdoc-shift-type-backward,
562 c-forward-decl-or-cast-1): Fixed invalid recognition of C++ style
563 object instantiation expressions as declarations in some contexts.
564 This bug only affected languages where the declarator can't be
565 enclosed in parentheses.
566
567 * progmodes/cc-styles.el (c-style-alist): Fixed the GNU style to
568 insert newlines before and after substatement braces.
569
570 * progmodes/cc-engine.el: Improved the heuristics for recognizing
571 function declaration headers and the handling of C++ style member
572 init lists.
573
574 (c-just-after-func-arglist-p): Rewritten to use
575 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
576
577 (c-beginning-of-member-init-list): Removed since it isn't used
578 anymore.
579
580 (c-guess-basic-syntax): Case 5B adapted for the new
581 `c-just-after-func-arglist-p'. Cases 5B.1 and 5B.3 merged. Cases
582 5D.1 and 5D.2 removed since they aren't trigged anymore (case 5B.1
583 covers all cases now).
584
585 * progmodes/cc-defs.el (c-point): Added 'bosws and 'eosws.
586
587 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
588
589 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
590 c-string-par-start/separate c-sentence-end-with-esc-eol,
591 initialised in c-setup-paragraph-variables, used in string
592 scanning subroutines of c-beginning-of-statement.
593
594 * progmodes/cc-cmds.el (c-electric-brace): don't delete a comment
595 which precedes the newly inserted `{'.
596
597 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
598
599 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
600 function for declaration level blocks. It should now cope with
601 templates better and also be a lot more comprehensible.
602
603 (c-looking-at-decl-block): The new function.
604
605 (c-search-uplist-for-classkey): The old one. It's now a wrapper
606 for compatibility.
607
608 (c-add-class-syntax, c-guess-continued-construct,
609 c-guess-basic-syntax): Adapted for `c-looking-at-decl-block'.
610
611 (c-decl-block-key): Changed to tell apart ambiguous and
612 unambiguous keywords. Pike specials are now handled directly in
613 the code instead.
614
615 (c-block-prefix-disallowed-chars, c-block-prefix-charset): New
616 language constants and variables to make the backward skip in
617 `c-looking-at-decl-block' as tight as possible.
618
619 (c-nonsymbol-token-char-list): New language constant.
620
621 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
622 find balanced template arglists backwards.
623
624 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
625 making char classes for `c-syntactic-skip-backward'.
626
627 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplified case
628 16D - can't be a class-close at that point.
629
630 * progmodes/cc-engine.el (c-guess-basic-syntax,
631 c-add-class-syntax): Don't narrow out the enclosing declaration
632 level. This makes everything a lot easier, and it was actually
633 only four small places that needed it to work. Some places that
634 previously did `widen' are removed now, which has the effect that
635 `c-guess-basic-syntax' never will look at things outside the
636 current narrowment now. The anchor position for `topmost-intro'
637 is affected by this, but it was so bogus it was basically useless
638 before, and now it's equally bogus but in a slightly different
639 way.
640
641 (c-narrow-out-enclosing-class): Gone.
642
643 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
644 the narrowed region.
645
646 (c-least-enclosing-brace): Removed silly optional argument.
647
648 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fixed bug where
649 the point could be left directly after an open paren when finding
650 the beginning of the first decl in the block.
651
652 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
653 Specify which submatch to use.
654
655 * progmodes/cc-langs.el (c-symbol-start): Include '@' in ObjC.
656
657 (c-decl-start-re): No no longer any need for special treatment of
658 ObjC due to the above.
659
660 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
661 presumably follows C in that regard.
662
663 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
664 New language constants to specify operator tokens inside
665 identifiers in a more high level way.
666
667 (c-opt-identifier-prefix-key): New internal language constant.
668
669 (c-opt-identifier-concat-key, c-opt-after-id-concat-key,
670 c-identifier-start, c-identifier-key): Now completely calculated
671 from other constants.
672
673 (c-identifier-last-sym-match): Decommissioned since it's no longer
674 used.
675
676 (c-operators): Use `c-identifier-ops'. Documented
677 `postfix-if-paren'.
678
679 * progmodes/cc-engine.el (c-forward-name): Removed the
680 optimization when c-identifier-key is equal to c-symbol-key since
681 it doesn't work in byte compiled files. Don't record empty
682 regions as identifiers.
683
684 * progmodes/cc-langs.el (c-filter-ops): New helper function to
685 simplify access to `c-operators' and its likes.
686
687 (c-operator-list, c-all-op-syntax-tokens,
688 c-nonsymbol-token-regexp, c-<>-multichar-token-regexp,
689 c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds,
690 c-primary-expr-regexp, c-cast-parens): Use it.
691
692 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
693 an explicit language in functions.
694
695 * progmodes/cc-defs.el (c-make-keywords-re): Added an appendable
696 variant of adornment.
697
698 * progmodes/cc-langs.el (c-any-class-key): Removed unused language
699 variable.
700
701 (c-type-decl-prefix-key): Removed some now unnecessary cruft from
702 the Pike value.
703
704 * progmodes/cc-engine.el (c-on-identifier,
705 c-simple-skip-symbol-backward): Small fix for handling "-"
706 correctly in `skip-chars-backward'. Affected the operator lfun
707 syntax in Pike.
708
709 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disabled the
710 diagnostic message about precompiled language vars not being used.
711
712 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
713 "__attribute__" is followed by a parenthesis.
714
715 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re,
716 c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
717 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
718
719 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el: Internal
720 cleanups to properly detect the declared identifiers in various
721 declarations.
722
723 (c-decl-start-kwds): New language constant to recognize
724 declarations that can start anywhere. Used for class declarations
725 in Pike.
726
727 (c-specifier-key, c-not-decl-init-keywords,
728 c-decl-prefix-or-start-re, c-find-decl-prefix-search,
729 c-find-decl-spots): Implement `c-decl-start-kwds'.
730
731 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds,
732 c-decl-hangon-key, c-forward-decl-or-cast-1): Separated the
733 handling of the compiler specific extension keywords into a new
734 language constant `c-decl-hangon-kwds' that defines keyword
735 clauses to be ignored in declarations.
736
737 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
738 past unrecognized tokens when handling `c-colon-type-list-kwds'.
739 Necessary to stop at the declared identifier in e.g. IDL valuetype
740 declarations.
741
742 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds,
743 c-prefix-spec-kwds-re, c-postfix-spec-kwds,
744 c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key,
745 c-forward-decl-or-cast-1): Recognize the declared identifier in
746 class and enum declarations as such and not as part of the type.
747
748 (c-forward-decl-or-cast-1, c-forward-label): Relaxed the
749 interpretation of PRECEDING-TOKEN-END when there's no preceding
750 token.
751
752 (c-forward-decl-or-cast-1): Don't disregard sure signs of
753 declarations when there's some syntax error later on.
754
755 (c-complex-decl-matchers): Did away with a reference to
756 `c-specifier-key'.
757
758 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
759 value - this variable is always dynamically bound.
760
761 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el,
762 cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el,
763 cc-cmds.el, cc-defs.el: Changed the policy for marking up
764 functions that might do hidden buffer changes: All such internal
765 functions are now marked instead of those that don't.
766
767 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments,
768 c-(forward|backward)-single-comment, c-parse-state, c-on-identifier,
769 c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments,
770 c-literal-type): Allow these functions to make hidden buffer changes,
771 so that they are free to use text property caching later on.
772
773 (c-electric-backspace, c-electric-delete-forward, c-electric-pound,
774 c-electric-brace, c-electric-slash, c-electric-star,
775 c-electric-semi&comma, c-electric-colon, c-electric-lt-gt,
776 c-electric-paren, c-electric-continued-statement, c-indent-command,
777 c-indent-region, c-mask-paragraph, c-indent-new-comment-line,
778 c-context-line-break): Added `c-save-buffer-state' calls to comply
779 with the changed semantics of the functions above.
780
781 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fixed a bug
782 when macros occur in obscure places. Optimized the sexp movement
783 a bit.
784
785 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
786
787 Enhancements for c-beginning-of-statement to work in AWK Mode:
788
789 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
790 (completed statement) with `}' (statement completed by closing
791 brace or semicolon) and `$' (statement completed by EOL).
792
793 (c-awk-virtual-semicolon-ends-prev-line-p,
794 c-awk-virtual-semicolon-ends-line-p,
795 c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward,
796 c-awk-at-statement-end-p): new functions
797
798 * progmodes/cc-cmds.el: Simplify the structure of functions
799 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
800 two functions and c-beginning-of-statement to handle AWK Mode.
801
802 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
803 c-backward-single-comment for AWK mode. Attempt to clarify their
804 doc-strings.
805
806 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
807
808 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
809
810 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
811 label handling. Labels are now recognized in a uniform and more
812 robust way, regardless of context. Text properties are put on all
813 labels to recognize the following declarations better. Multiword
814 labels are handled both in indentation and fontification for the
815 benefit of language extensions like Qt. For consistency, keywords
816 in labels are now fontified with the label face instead. That
817 also applies to "case" and "default".
818
819 (c-beginning-of-statement-1): Fixed some bugs in the label
820 handling. Disregard `c-nonlabel-token-key' in labels that begin
821 with `c-label-kwds'.
822
823 (c-find-decl-spots): Support that the callback adds more
824 `c-decl-end' spots to find.
825
826 (c-forward-decl-or-cast-1): Don't treat a list of plain
827 identifiers followed by a colon as a declaration.
828
829 (c-forward-label): New function to recognize labels.
830
831 (c-guess-basic-syntax): Replaced uses of `c-label-key' with
832 `c-forward-label'. Moved the label recognition cases (14 and 15)
833 earlier since they aren't so context sensitive now. Handle labels
834 on the top level gracefully. Moved access label recognition to
835 the generic label case (CASE 15) - removed CASE 5E.
836
837 (c-font-lock-declarations): Added recognition of labels in the
838 same round since we need to handle labels in parallell with other
839 declarations to recognize both accurately. It should also improve
840 speed.
841
842 (c-simple-decl-matchers, c-basic-matchers-after): Moved
843 `c-font-lock-labels' so that it only is used on decoration level 2
844 since `c-font-lock-declarations' handles it otherwise.
845
846 (c-complex-decl-matchers): Removed the simplistic recognition of
847 access labels.
848
849 (c-decl-prefix-re): Removed the kludges that was necessary to cope
850 with labels earlier.
851
852 (c-decl-start-re): New language variable to make
853 `c-font-lock-declarations' stop for the special protection labels
854 in Objective-C that start with '@'.
855
856 (c-label-key): Removed since it's no longer used.
857
858 (c-recognize-colon-labels, c-label-prefix-re): New language
859 constants to support recognition of generic colon-terminated
860 labels.
861
862 (c-type-decl-end-used): `c-decl-end' is now used whenever there
863 are colon terminated labels.
864
865 * progmodes/cc-align.el (c-lineup-arglist): Fixed bug when the
866 first argument starts with a special brace list.
867
868 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1,
869 c-font-lock-declarations): Broke out the declaration and cast
870 recognition from `c-font-lock-declarations' to a new function, so
871 that it can be used in the indentation engine.
872
873 * progmodes/cc-engine.el (c-find-decl-spots): Fixed bug in backing
874 up to the start of the literal. Fixed bug with the point on the
875 wrong side of the search limit that could happen when the start
876 position is inside a literal.
877
878 * progmodes/cc-engine.el (c-parse-state,
879 c-invalidate-state-cache): Modified the use of `c-state-cache-end'
880 so that it's kept a little bit back to increase the hit rate.
881
882 (c-parse-state): Changed the macro handling and fixed some
883 glitches. Macro context is checked more often than necessary now,
884 but otoh less garbage conses are generated.
885
886 * progmodes/cc-engine.el (c-parse-state,
887 c-invalidate-state-cache): Cache the last position where
888 `c-state-cache' applies. This can speed up refontification quite
889 a bit in blocks where there are many non-brace parens before the
890 point.
891
892 (c-state-cache-end): New variable for this.
893
894 (c-guess-basic-syntax, c-debug-parse-state): Adapted for the new
895 cache variable.
896
897 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
898 get close initial continue positions when the start position is
899 inside a literal or macro. Do not call the callback for spots
900 before the start position (which can happen e.g. for `c-decl-end'
901 spots inside comments). Optimize better in special cases when the
902 region is a single line inside a literal or macro (typically when
903 the current line is refontified).
904
905 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplified calls
906 to `c-add-stmt-syntax' - there's no need to explicitly whack off
907 entries from the paren state.
908
909 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrowed down the
910 special case for "else if" clauses.
911
912 * progmodes/cc-engine.el (c-looking-at-inexpr-block,
913 c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
914
915 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks): New
916 language variable to recognize the gcc extension with statement
917 blocks inside expressions.
918
919 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructured to make
920 it somewhat more comprehensible. The argument AT-BLOCK-START is
921 no longer used and hence removed.
922
923 (c-guess-continued-construct, c-guess-basic-syntax): Updated calls
924 to `c-add-stmt-syntax'.
925
926 * progmodes/cc-engine.el (c-backward-to-decl-anchor): Use
927 `c-beginning-of-statement-1' instead of duplicating parts of it.
928 This fixes bogus label recognition.
929
930 * progmodes/cc-engine.el (c-add-type, c-check-type,
931 c-forward-name, c-forward-type): Improved storage of template
932 types in `c-found-types' so that they can be recognized better.
933
934 (c-syntactic-content): Added option to skip past nested parens.
935
936 * progmodes/cc-engine.el (c-forward-name): Set
937 `c-last-identifier-range' all the time. It's less work that way.
938 Handle that there might not be an identifier to store in
939 `c-last-identifier-range'.
940
941 (c-forward-type): Handle that `c-last-identifier-range' might be
942 nil from `c-forward-name'.
943
944 * progmodes/cc-defs.el: (c-safe-scan-lists,
945 c-(go-)?(up|down)-list-(forward|backward)): Added limit arguments.
946
947 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
948 to work even if the form fails.
949
950 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
951 down in a large file in one go.
952
953 (c-get-fallback-start-pos): New helper function for
954 `c-parse-state'.
955
956 * progmodes/cc-align.el (c-lineup-assignments): New lineup
957 function which is like `c-lineup-math' but returns nil instead of
958 `c-basic-offset' when it doesn't match.
959
960 (c-lineup-math): Changed to use `c-lineup-assignments'.
961
962 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
963
964 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
965 c-beginning-of-statement. New subfunctions
966 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
967
968 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
969
970 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
971 hardcoded char classes whereever possible. Changed a couple of
972 places to use skip by syntax instead of skip by char class.
973
974 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
975 Fixed a bug in the regexp that caused extreme backtracking.
976
977 * progmodes/cc-langs.el (c-block-comment-starter,
978 c-block-comment-ender): New language constants to specify in a
979 single place how block comments look.
980
981 (c-comment-start-regexp, c-block-comment-start-regexp,
982 comment-start, comment-end, comment-start-skip,
983 c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws,
984 c-syntactic-ws, c-nonempty-syntactic-ws,
985 c-single-line-syntactic-ws, c-syntactic-eol): Now built from
986 `c-line-comment-starter', `c-block-comment-starter' and
987 `c-block-comment-ender'.
988
989 (c-block-comment-regexp, c-unterminated-block-comment-regexp): New
990 language constants to break up things a bit.
991
992 (c-simple-ws): New language constant for simple whitespace.
993
994 * progmodes/cc-defs.el (c-concat-separated): New convenience
995 function.
996
997 * progmodes/cc-defs.el (c-make-keywords-re): Added kludge for bug
998 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
999 newlines. Allow and ignore nil elements in the list.
1000
1001 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
1002
1003 * progmodes/cc-cmds.el: Comment out a (n almost certainly
1004 superfluous) check, (eq here (point-max)) in
1005 c-beginning-of-statement.
1006
1007 * progmodes/cc-cmds.el: Tidy up the comments in
1008 c-beginning-of-statement and subfunctions.
1009
1010 * progmodes/cc-awk.el: Replace calls to put-text-property to the
1011 more flexible c-put-char-property and c-clear-char-properties.
1012 Add the author's email address.
1013
1014 * progmodes/cc-langs.el: New variable,
1015 c-block-comment-start-regexp.
1016
1017 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
1018 closing "*/" of a block comment.
1019
1020 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
1021 subfunctions) so that it works at BOB and EOB.
1022
1023 * progmodes/cc-cmds.el, cc-vars.el: More updating of
1024 c-beginning-of-statement, including new variable
1025 c-block-comment-start-regexp.
1026
1027 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
1028
1029 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
1030 symbols from `*-font-lock-extra-types' so that there's no need to
1031 use `regexp-opt' on those lists.
1032
1033 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
1034 `c-type-modifier-kwds' is empty.
1035
1036 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
1037 there are several strings on the same line.
1038
1039 * progmodes/cc-engine.el (c-literal-limits): Removed the
1040 compatibility function for older emacsen. `c-literal-limits-fast'
1041 has now taken the place of this function.
1042
1043 * progmodes/cc-vars.el (c-emacs-features): Removed compatibility
1044 with older emacsen: We now require 'pps-extended-state.
1045
1046 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
1047
1048 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
1049 which obviates the need to hack sentence-end. This now handles
1050 escaped newlines in strings correctly. Correct minor bugs in
1051 c-move-over-sentence and in c-beginning-of-statement.
1052
1053 * progmodes/cc-cmds.el (c-beginning-of-statement (and
1054 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
1055 that movement over macros and code are rigorously separated from
1056 eachother. Correct a few incidental bugs.
1057
1058 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
1059 Improve its doc-string. Improve the handling of certain specific
1060 cases.
1061
1062 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
1063
1064 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
1065 (c-guess-basic-syntax): Changed the way class-level labels are
1066 recognized; they can now contain essentially any symbols.
1067
1068 (c-opt-extra-label-key): New language variable to cope with the
1069 special protection label syntax in Objective-C.
1070
1071 (c-opt-access-key): Removed; this is now handled better by
1072 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
1073
1074 (c-complex-decl-matchers): Update to handle that
1075 `c-opt-access-key' no longer exists.
1076
1077 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
1078 improved label recognition in `c-beginning-of-statement-1'.
1079
1080 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
1081 Recognize bitfields better.
1082
1083 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
1084 Removed some cruft and fixed a bug that could cause it to go to a
1085 position further down.
1086
1087 * progmodes/cc-langs.el, cc-engine.el
1088 (c-beginning-of-statement-1): Improved detection of labels in
1089 declaration contexts.
1090
1091 (c-beginning-of-decl-1): Use it.
1092
1093 (c-nonlabel-token-key): New language constant and variable needed
1094 by `c-beginning-of-statement-1'.
1095
1096 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed bug that
1097 manifested itself due to the correction in `c-forward-sexp'.
1098
1099 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp): Made
1100 these behave as documented when used at the buffer limits.
1101
1102 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
1103 (c-type-decl-end-used): Made this a language variable.
1104
1105 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
1106 correctly when `combine-after-change-calls' is used together with
1107 temporary narrowings.
1108
1109 * progmodes/cc-engine.el (c-beginning-of-statement-1): Report
1110 labels correctly when the start point is immediately after the
1111 colon.
1112
1113 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties): Removed
1114 since it isn't used anymore.
1115
1116 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
1117 bracket arglists such as template parens in C++.
1118
1119 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fixed a bug
1120 in the last check-in. Some optimization.
1121
1122 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fixed bug
1123 where it could stop at the same level in a preceding sexp when
1124 PAREN-LEVEL is set.
1125
1126 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
1127 text property lookup only when it's needed.
1128
1129 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
1130 Changed the policy for paren marked angle brackets to be more
1131 persistent; once marked they remain marked even when they're found
1132 to be unbalanced in the searched region. This should keep the
1133 paren syntax around even when individual lines are refontified in
1134 multiline template arglists.
1135
1136 (c-parse-and-markup-<>-arglists): New dynamically bound variable
1137 to control markup so that incorrect angle bracket arglists aren't
1138 marked in contexts where the correct value for
1139 `c-disallow-comma-in-<>-arglists' isn't known.
1140
1141 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
1142 argument has become `c-parse-and-markup-<>-arglists'.
1143
1144 (c-remove-<>-arglist-properties): Removed - no longer used.
1145
1146 (c-after-change-check-<>-operators): New function used on
1147 `after-change-functions' to avoid that "<" and ">" characters that
1148 are part of longer operators have paren syntax.
1149
1150 (c-<>-multichar-token-regexp): New language variable used by
1151 `c-after-change-check-<>-operators'.
1152
1153 (c-after-change): Call `c-after-change-check-<>-operators'.
1154
1155 (c-font-lock-<>-arglists): Use the context properties set by
1156 `c-font-lock-declarations' to set
1157 `c-disallow-comma-in-<>-arglists' correctly to avoid doing invalid
1158 markup.
1159
1160 (c-font-lock-declarations): Removed code that undoes the invalid
1161 markup done by `c-font-lock-<>-arglists'.
1162
1163 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
1164 after `c-font-lock-declarations'.
1165
1166 * progmodes/cc-engine.el (c-syntactic-skip-backward): Added
1167 paren-level feature.
1168
1169 (c-guess-basic-syntax): Improved the anchor position for
1170 `template-args-cont' in nested template arglists. There's still
1171 much to be desired in this area, though.
1172
1173 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
1174
1175 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
1176 Make the "Text Filling and Line Breaking" commands work for AWK
1177 buffers.
1178
1179 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
1180
1181 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
1182 Removed;
1183 (c-major-mode-is 'awk-mode) can be used instead now.
1184
1185 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
1186 it doesn't work no longer are supported.
1187
1188 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el,
1189 cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
1190 requires support for the syntax-table' text property, which rules
1191 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
1192 cruft associated with those versions.
1193
1194 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
1195 for the `syntax-table' text property, which rules out Emacs 19 and
1196 XEmacs < 21.4. Removed various compatibility cruft associated
1197 with those versions.
1198
1199 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
1200 support for the `syntax-table' text property.
1201
1202 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
1203 variable and use an extra quoted face name instead. All the
1204 emacsen flavors handle that correctly.
1205
1206 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare,
1207 c-font-lock-declarators, c-font-lock-declarations,
1208 c-complex-decl-matchers, c-basic-matchers-after): Use a text
1209 property to mark the items in in declarator lists to handle
1210 refontification inside multiline declarations better.
1211
1212 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
1213 construct like "a * b = c;" as a declaration.
1214
1215 2005-12-08 Kim F. Storm <storm@cua.dk>
1216
1217 * emulation/cua-base.el (cua-use-hyper-key): Replaced by ...
1218 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
1219 select either meta, hyper, or super modifier for rectangle commands.
1220 (cua--rectangle-modifier-key): New defvar.
1221 (cua--M/H-key): Use it. Remove special case for 'space.
1222 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
1223 on X, to meta otherwise. Always bind C-return to toggle
1224 rectangle. Pass ?\s instead of 'space to cua--M/H-key.
1225
1226 * emulation/cua-rect.el (cua-help-for-rectangle): Use
1227 cua--rectangle-modifier-key. Handle super modifier too.
1228 (cua--init-rectangles): Always bind C-return to toggle rectangle.
1229 Pass ?\s instead of 'space to cua--M/H-key and cua--rect-M/H-key.
1230
1231 * emulation/cua-rect.el (cua--extract-rectangle): Don't use \s
1232 in strings.
1233
1234 * ido.el: Move Acknowledgements and History after Commentary.
1235 Minor changes to Commentary.
1236
1237 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
1238 keymap if cua--prefix-override-timer equals 'shift.
1239 (cua--shift-control-prefix): New function; emulate "type prefix
1240 key twice" functionality to handle shifted prefix key override.
1241 (cua--shift-control-c-prefix, cua--shift-control-x-prefix): New
1242 commands.
1243 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
1244
1245 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
1246
1247 * textmodes/org.el: (org-insert-heading): Try to do items before
1248 headings.
1249 (org-agenda-mode): Quote `org-agenda-mode-hook'.
1250 (org-insert-item): New function.
1251 (org-renumber-ordered-list): Don't skip to higher level lists.
1252
1253 2005-12-08 Juri Linkov <juri@jurta.org>
1254
1255 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
1256
1257 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
1258
1259 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
1260
1261 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
1262 the constructed function name fun-1.
1263
1264 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
1265 because such links don't lead to parent documentation.
1266
1267 2005-12-08 Kenichi Handa <handa@m17n.org>
1268
1269 * descr-text.el (describe-char): Use *Help-2* buffer if the
1270 current buffer is *Help*. Call describe-text-properties while
1271 setting the original buffer.
1272
1273 2005-12-07 Bill Wohler <wohler@newt.com>
1274
1275 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
1276 and causes problems with non-MH users (such as Gnus users).
1277
1278 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
1279
1280 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
1281 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
1282 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
1283 command "info sources". Move calls to GDB command "list".
1284 (gdb-find-file-hook): Just use gdb-source-file-list.
1285 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
1286 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
1287 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
1288 (gdb-data-list-register-values-handler): Use correct trigger name.
1289
1290 2005-12-07 Kim F. Storm <storm@cua.dk>
1291
1292 * ido.el (ido-completion-map): Renamed from ido-mode-map.
1293 (ido-common-completion-map, ido-file-completion-map)
1294 (ido-file-dir-completion-map, ido-buffer-completion-map):
1295 Renamed from ido-mode-....-map.
1296 (ido-init-completion-maps): Renamed from ido-init-mode-maps.
1297 (ido-setup-completion-map): Renamed from ido-define-mode-map.
1298 (ido-read-internal): Bind minibuffer-local-filename-completion-map
1299 to ido-completion-map.
1300
1301 2005-12-07 Kenichi Handa <handa@m17n.org>
1302
1303 * international/mule-cmds.el
1304 (set-display-table-and-terminal-coding-system): If the coding
1305 system specified in `unibyte-display' property is different from
1306 the arg coding-system, don't setup standard-display-table.
1307
1308 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
1309
1310 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
1311 that comments end at \n, regardless of selective-display.
1312
1313 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
1314
1315 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
1316 (gdb-version): New variables.
1317 (gdb-source-file-list, gdb-register-names)
1318 (gdb-changed-registers): New variables for use with GDB 6.4+.
1319 (gdb-ann3): Replace with...
1320 (gdb-init-1, gdb-init-2): ...two new functions.
1321 (gdba, gdb-prompt): Call gdb-init-1.
1322 (gdb-get-version): New function. Call gdb-init-2 from here.
1323 (gud-watch): Make it work with mouse events too.
1324 (gdb-post-prompt): Don't add to queue until GDB version is known.
1325 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
1326 (gdb-locals-mode): Use gdb-version.
1327 (gdb-memory-format-map, gdb-memory-unit-map)
1328 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
1329 (gdb-locals-font-lock-keywords-1)
1330 (gdb-locals-font-lock-keywords-2): New variables.
1331 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
1332 (gdb-set-gud-minor-mode-existing-buffers-1)
1333 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
1334 (gdb-var-update-1, gdb-var-update-handler-1)
1335 (gdb-data-list-register-values-handler)
1336 (gdb-data-list-register-values-custom)
1337 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
1338 (gdb-stack-list-locals-handler, gdb-get-register-names):
1339 New functions for use with GDB 6.4+.
1340 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
1341 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
1342 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
1343 (gdb-stack-list-locals-regexp)
1344 (gdb-data-list-register-names-regexp): New regexps for use with
1345 GDB 6.4+.
1346
1347 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
1348
1349 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
1350
1351 2005-12-06 Nozomu Ando <nand@mac.com> (tiny patch)
1352
1353 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
1354 prompts work for AUTH PLAIN. Also reported by Steve Allan
1355 <seallan@verizon.net>.
1356
1357 2005-12-06 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
1358
1359 * frame.el (set-frame-parameter): Add doc string.
1360
1361 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
1362
1363 * textmodes/org.el: (org-occur-highlights): New variable.
1364 (org-highlight-new-match, org-remove-occur-highlights): New functions.
1365 (org-highlight-sparse-tree-matches): New option.
1366 (org-do-occur): New function.
1367 (org-get-heading): Make it work also at beginning of line.
1368 (org-category-table): New variable.
1369 (org-get-category-table, org-get-category)
1370 (org-camel-to-words, org-link-search): New functions.
1371 (org-select-this-todo-keyword): New variable.
1372 (org-todo-list): New command.
1373 (org-shiftright, org-shiftleft): New commands.
1374 (org-agenda-todo): Add prefix argument.
1375 (org-show-hierarchy-above): New option.
1376 (org-show-todo-tree): Numerical prefix creates tree for specific
1377 TODO keyword.
1378 (org-outline-level): New function, to assign a level to plain
1379 lists items.
1380 (org-cycle-include-plain-lists): New option.
1381 (org-mode): Use `org-outline-level' as value of `outline-level'.
1382 (org-cycle): Temporarily switch `outline-regexp' if
1383 `org-cycle-include-plain-lists' is non-nil.
1384 (org-start-icalendar-file): Fix format bug.
1385 (org-agenda-get-day-entries): Create category table.
1386 (org-agenda-get-todos, org-agenda-get-timestamps)
1387 (org-agenda-get-deadlines, org-agenda-get-scheduled)
1388 (org-agenda-get-blocks): Use `org-get-category'.
1389 (org-context-in-file-links): Rename from
1390 `org-line-numbers-in-file-links' .
1391
1392 2005-12-06 Romain Francoise <romain@orebokech.com>
1393
1394 * window.el (balance-windows): Delete extraneous third arg in call
1395 to `enlarge-window'.
1396
1397 2005-12-06 Kenichi Handa <handa@m17n.org>
1398
1399 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
1400
1401 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
1402
1403 * progmodes/gdb-ui.el (gdb-var-create-handler)
1404 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
1405 (gdb-var-list-children-handler, gdb-var-update-handler):
1406 Current buffer is already gdb-partial-output-buffer, don't
1407 make it current again.
1408
1409 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
1410
1411 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
1412 (list-buffers-noselect): Use it.
1413
1414 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
1415
1416 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
1417 (mail-yank-ignored-headers): Use regexp-opt.
1418 (mail-mode-map): Move initialization into declaration.
1419 (mail-sent-via): Remove unused shadowed var `to-line'.
1420 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
1421 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
1422 (mail-do-fcc): Use dolist and push.
1423 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
1424 (mail-yank-ignored-headers): Don't autoload.
1425
1426 2005-12-05 Kenichi Handa <handa@m17n.org>
1427
1428 * international/mule-cmds.el (set-language-info-internal): New fun.
1429 (set-language-info): Call set-language-info-internal to update
1430 language-info-alist. If LANG-ENV is the current one, call
1431 set-language-environment to make INFO effective now.
1432 (set-language-info-alist): Likewise.
1433 (locale-language-names): With locale "en", use English
1434 lang. env. but set the default codings to iso-8859-1.
1435
1436 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
1437
1438 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
1439 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
1440 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
1441 for plain strings.
1442 (gdb-frames-mode): Remove redundant call to font-lock-mode.
1443 (gdb-all-registers): Rename from toggle-gdb-all-registers.
1444 Create registers buffer if necessary. Echo new state in minibuffer.
1445 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
1446
1447 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
1448
1449 * info.el (Info-fontify-node): Match external links using
1450 non-directory part of filename.
1451
1452 2005-12-04 Juri Linkov <juri@jurta.org>
1453
1454 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
1455 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
1456 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
1457 because there is no customization option for it.
1458
1459 * font-lock.el (lisp-font-lock-keywords-1):
1460 Add define-global-minor-mode.
1461
1462 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
1463
1464 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
1465 properties on the constructed variable names.
1466
1467 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
1468 Put `definition-name' properties on the constructed function names
1469 next-sym and prev-sym.
1470
1471 * emacs-lisp/find-func.el (find-function-regexp):
1472 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
1473 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
1474 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
1475 and easy-menu-define.
1476
1477 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
1478 easy-mmode-define-global-mode and define-global-minor-mode.
1479 (lisp-imenu-generic-expression): Add define-global-minor-mode.
1480
1481 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
1482 instead of easy-mmode-define-global-mode.
1483
1484 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
1485 Use define-minor-mode instead of easy-mmode-define-minor-mode.
1486
1487 * cus-edit.el (customize-group, customize-group-other-window):
1488 Filter out autoloaded options from the group completion list by
1489 using heuristics that autoloaded groups don't have `custom-autoload'
1490 property on their symbols (they have only `custom-loads').
1491
1492 * simple.el (completion-setup-function): Put completions-common-part
1493 face on complete completion string too (i.e. completion string
1494 without completions-first-difference face).
1495
1496 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
1497
1498 2005-12-03 Eli Zaretskii <eliz@gnu.org>
1499
1500 * view.el (view-mode): Doc fix.
1501
1502 * disp-table.el (standard-display-european): Add to the warning
1503 message a reference to the doc string.
1504
1505 * play/yow.el (apropos-zippy): Call print-help-return-message,
1506 similar to other Help and Apropos commands.
1507
1508 * help.el (print-help-return-message): If pop-up-frames is
1509 non-nil, set up help-return-method to delete the help window and,
1510 possibly, its frame as well, and don't display message about
1511 scrolling the help window. Doc fix.
1512 (help-return-method): Doc fix.
1513
1514 2005-12-03 Martin Rudalics <rudalics@gmx.at> (tiny change)
1515
1516 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
1517 whereby names of length one or names starting with a
1518 symbol-constituent character would not be returned.
1519
1520 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1521
1522 * subr.el (atomic-change-group): Add edebug and indentation spec.
1523
1524 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
1525
1526 * completion.el (save-completions-file-name): Fix typo in last change.
1527
1528 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1529
1530 * info.el: Move back/forward history to the beginning of the tool bar.
1531
1532 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
1533
1534 * allout.el:(eval-when-compile): Remove unnecessary load of 'cl.
1535 Add fset of allout-real-isearch-abort during compile to fix
1536 byte-compilation warnings.
1537 (allout-mode-p): Move definition of this macro above all uses, or
1538 byte compilation in barren emacs (eg, during emacs build) will
1539 lack the definition.
1540 (allout-mode): Move this variable above any uses, or byte
1541 compilation will fail.
1542 (allout-resolve-xref): Remove use of personal file-reference function.
1543 (allout-toggle-current-subtree-encryption): Do the current (ie,
1544 visible containing) topic, rather than nearest around point. Doc fix.
1545 (allout-toggle-subtree-encryption): New function, workhorse that
1546 works on nearest topic containing point.
1547 (allout-encrypt-string): Signal requirement for newer version of pgg.
1548 (allout-resumptions): Doc fix.
1549
1550 2005-12-02 Eli Zaretskii <eliz@gnu.org>
1551
1552 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
1553
1554 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
1555
1556 * textmodes/flyspell.el (flyspell-external-point-words):
1557 Consider a misspelling as found in the string search if: (a) misspelling
1558 and found string lengths match, or (b) misspelling is found as
1559 element in a boundary-chars separated longer string, or (c)
1560 ispell-program-name is really ispell and misspelling is found as
1561 part of a TeX string. After successful match move beginning of
1562 search region to end of match. Warn about not found misspellings
1563 once the process is done.
1564 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
1565
1566 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
1567
1568 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
1569 tool bar (removed inadvertently).
1570
1571 2005-12-02 Juri Linkov <juri@jurta.org>
1572
1573 * log-view.el (log-view-diff): Clarify doc string.
1574
1575 2005-12-01 Bill Wohler <wohler@newt.com>
1576
1577 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
1578 triggers lm-verify errors.
1579
1580 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
1581
1582 * simple.el (transient-mark-mode, line-number-mode)
1583 (column-number-mode, size-indication-mode): Remove `:require nil'.
1584
1585 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
1586
1587 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
1588 in the margin also.
1589 (gdb-breakpoints-mode-map): Use D instead of d for
1590 gdb-delete-breakpoint.
1591 (gdb-get-frame-number): Require a number to match on.
1592 (gdb-threads-mode-map): Add follow-link binding.
1593
1594 2005-11-30 Jason Rumney <jasonr@gnu.org>
1595
1596 * isearch.el (isearch-mode-map): Avoid exiting search on
1597 language-change event.
1598
1599 2005-11-30 Romain Francoise <romain@orebokech.com>
1600
1601 * speedbar.el (speedbar-default-position): New defcustom.
1602 (speedbar-frame-reposition-smartly): Use it.
1603
1604 * dframe.el (dframe-reposition-frame-emacs): Fix position
1605 computation for `left' location.
1606 Update copyright year.
1607
1608 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
1609
1610 * help.el (help-map): Move initialization into declaration.
1611
1612 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
1613
1614 * help-fns.el (help-argument-name): Don't autoload.
1615 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
1616 to be re-loaded when customizing the `help' group.
1617
1618 2005-11-30 John Paul Wallington <jpw@gnu.org>
1619
1620 * help-fns.el (describe-function-1): Fill arglist output.
1621
1622 2005-11-30 Kim F. Storm <storm@cua.dk>
1623
1624 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
1625 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
1626 after revert-buffer (or anything else which kills all local variables).
1627
1628 * apropos.el (apropos-parse-pattern): Doc fix.
1629 Set apropos-regexp directly, rather than expecting callers to do so.
1630 (apropos-command, apropos, apropos-value, apropos-documentation):
1631 Simplify calls to apropos-parse-pattern.
1632
1633 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
1634
1635 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
1636 (hi-lock-face-phrase-buffer): Use hi-yellow face.
1637 (hi-lock-write-interactive-patterns): Use comment-region.
1638
1639 * longlines.el (longlines-mode): Add mail-setup-hook.
1640
1641 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
1642
1643 * simple.el (sendmail-user-agent-compose, next-line):
1644 Conditionally use hard-newline.
1645
1646 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
1647
1648 * international/latexenc.el (latex-inputenc-coding-alist):
1649 Reword doc string.
1650
1651 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
1652
1653 * help.el (describe-key-briefly, describe-key): Recognize default
1654 bindings.
1655
1656 2005-11-29 Romain Francoise <romain@orebokech.com>
1657
1658 * view.el (view-inhibit-help-message): New defcustom.
1659 (view-mode-enter): Use it.
1660
1661 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
1662
1663 * ediff-wind (ediff-setup-control-frame, ediff-make-wide-display):
1664 Preserve user position.
1665
1666 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
1667
1668 * font-lock.el: Throw error if facemenu is not loaded to prevent
1669 accidental change of loading order in loadup.el. (Suggested by RMS.)
1670
1671 * loadup.el: Add comment explaining why facemenu must be loaded
1672 before font-lock.
1673
1674 2005-11-28 Jay Belanger <belanger@truman.edu>
1675
1676 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
1677 (calc-dispatch-map): Add more keys for `calc-same-interface'.
1678
1679 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
1680
1681 * calc/calc-embed.el (calc-do-embedded): Update help message.
1682
1683 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
1684
1685 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
1686
1687 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
1688
1689 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
1690 called-interactively-p.
1691 (elp-profilable-p): Rename from elp-not-profilable-p.
1692 Invert result and take into account macros and autoloaded functions.
1693 (elp-instrument-function): Update call.
1694 (elp-instrument-package): Update call. Add completion.
1695 (elp-pack-number): Use match-string.
1696 (elp-results-jump-to-definition-by-mouse): Merge into
1697 elp-results-jump-to-definition and then remove.
1698 (elp-output-insert-symname): Make help echo text single-line.
1699
1700 * replace.el (query-replace-map): Move initialization into declaration.
1701 (occur-engine): Use with-current-buffer.
1702 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
1703 (occur-mode-mouse-goto): Replace with an alias.
1704
1705 2005-11-28 Juri Linkov <juri@jurta.org>
1706
1707 * simple.el (quoted-insert): Let-bind input-method-function to nil.
1708
1709 * term/w32-win.el: Bind [S-tab] to [backtab].
1710
1711 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
1712 `Info-find-file' to t.
1713
1714 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
1715 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
1716 and same-window-regexps.
1717 (occur-next-error): Don't move point for arg 0.
1718
1719 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
1720
1721 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
1722
1723 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
1724
1725 * log-edit.el (log-edit-changelog-use-first): New var.
1726 (log-edit-changelog-ours-p): Use it.
1727 (log-edit-insert-changelog): Set it with new arg `use-first'.
1728 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
1729 (log-edit-hook): Add them to the list of suggested options.
1730
1731 * textmodes/flyspell.el (flyspell-last-buffer): New var.
1732 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
1733 redundant work.
1734 (flyspell-mode-on): Use add-hook for after-change-functions.
1735 (flyspell-mode-off): Use remove-hook for after-change-functions.
1736 (flyspell-changes): Make it buffer-local.
1737 (flyspell-after-change-function): Make it non-interactive. Use push.
1738 (flyspell-post-command-hook): Check input-pending-p while processing
1739 the potentially long list of buffer changes.
1740
1741 2005-11-28 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
1742
1743 * buff-menu.el (list-buffers-noselect): Display the selected
1744 frame's buffer list, not the global one.
1745
1746 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
1747
1748 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
1749 that (list last-input-event) works as in interactive spec.
1750
1751 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
1752
1753 * loadup.el ("facemenu"): Load facemenu before font-lock, because
1754 `facemenu-keymap' needs to be defined when font-lock is loaded.
1755 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
1756
1757 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
1758
1759 * completion.el: Remove useless leading * in defcustom docstrings.
1760 (save-completions-file-name): Use ~/.emacs.d if available.
1761 (completion-standard-syntax-table): Rename from
1762 cmpl-standard-syntax-table and fold initialization into declaration,
1763 thus removing cmpl-make-standard-completion-syntax-table.
1764 (completion-lisp-syntax-table, completion-c-syntax-table)
1765 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
1766 (cmpl-saved-syntax, cmpl-saved-point): Remove.
1767 (symbol-under-point, symbol-before-point)
1768 (symbol-under-or-before-point, symbol-before-point-for-complete)
1769 (add-completions-from-c-buffer): Use with-syntax-table.
1770 (make-completion): Don't return a list of completion entries.
1771 Update callers.
1772 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
1773 (completion-initialize): Rename from initialize-completions.
1774 (completion-find-file-hook): Rename from cmpl-find-file-hook.
1775 (kill-emacs-save-completions): Collect stats here.
1776 (save-completions-to-file, load-completions-from-file):
1777 Use with-current-buffer.
1778 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
1779 into a function. Move all calls to toplevel.
1780 (completion-lisp-mode-hook): New fun.
1781 (completion-c-mode-hook, completion-setup-fortran-mode):
1782 Set the syntax-table here. Use local-set-key.
1783 (completion-saved-bindings): New var.
1784 (dynamic-completion-mode): Make it into a proper minor mode.
1785 (load-completions-from-file): Remove unused var `num-uses'.
1786
1787 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
1788 constructor if it is explicitly overridden.
1789
1790 * complete.el (PC-completion-as-file-name-predicate):
1791 Use minibuffer-completing-file-name.
1792 (partial-completion-mode): Use find-file-not-found-functions.
1793 (PC-lisp-complete-symbol): Use with-syntax-table.
1794 (PC-look-for-include-file): Remove dead setq.
1795 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
1796 (PC-complete): Use with-current-buffer.
1797
1798 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
1799 escape single quotes.
1800
1801 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
1802
1803 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
1804 of `if' whose condition always returned nil. Doc fix.
1805
1806 * buff-menu.el (Buffer-menu-revert-function): Make the selected
1807 window's buffer the current buffer around the call to
1808 `list-buffers-noselect'. This is necessary to mark that buffer
1809 with a `.' in the Buffer Menu when called from Lisp, for instance
1810 by Auto Revert Mode.
1811
1812 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
1813
1814 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
1815 attaching to it.
1816 (gdb-pre-prompt): Make sure gdb-error is reset.
1817
1818 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
1819 with a child process, detect it.
1820 (gud-speedbar-buttons): Match regexp more carefully.
1821
1822 2005-11-27 Richard M. Stallman <rms@gnu.org>
1823
1824 * mouse.el (mouse-drag-move-window-bottom):
1825 Use adjust-window-trailing-edge.
1826
1827 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
1828
1829 * simple.el (blink-matching-open): Ignore
1830 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
1831 (blink-matching-paren-on-screen): Update docstring.
1832
1833 * paren.el (show-paren-mode): No longer change
1834 `blink-matching-paren-on-screen'.
1835
1836 2005-11-27 John Paul Wallington <jpw@pobox.com>
1837
1838 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
1839 (gdb-threads-select, gdb-edit-register-value):
1840 Use `posn-set-point' instead of `mouse-set-point' because the
1841 latter is not fbound when configured without X.
1842
1843 2005-11-27 Kim F. Storm <storm@cua.dk>
1844
1845 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
1846 existing face when partially highlighting a TAB in a rectangle.
1847
1848 2005-11-26 Kim F. Storm <storm@cua.dk>
1849
1850 * ido.el (ido-mode-map): Doc fix.
1851 (ido-mode-common-map, ido-mode-file-map)
1852 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
1853 (ido-define-mode-map): Rewrite. Select one of the new maps as
1854 parent for ido-mode-map instead of building from scratch.
1855 (ido-init-mode-maps): New defun to initialize new maps.
1856 (ido-mode): Call it.
1857 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
1858 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
1859
1860 2005-11-26 John Paul Wallington <jpw@pobox.com>
1861
1862 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
1863 `mouse-set-point' because the latter is not fbound when configured
1864 without X.
1865
1866 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
1867
1868 * files.el (file-relative-name): Doc fix.
1869
1870 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
1871
1872 * progmodes/octave-inf.el (inferior-octave-startup): Force a
1873 non-empty string for secondary prompt PS2.
1874
1875 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
1876
1877 * progmodes/compile.el (compilation-setup): Fix last change.
1878
1879 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
1880
1881 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
1882 (gdb-mouse-toggle-breakpoint-margin)
1883 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
1884 Add gdb-server-prefix to keep out of command history.
1885 (gdb-edit-register-value): New function.
1886 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
1887 (gdb-info-registers-custom): Use above map.
1888
1889 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
1890
1891 * custom.el (enable-theme): Signal error if argument is not a
1892 theme. Don't recalculate a face if it's not loaded yet.
1893
1894 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
1895 the `user' theme is in effect.
1896
1897 * info.el (Info-on-current-buffer): Record actual filename in
1898 Info-current-file, instead of t, or a fake filename if a non-file
1899 buffer. Make autoload.
1900 (Info-find-node, Info-revert-find-node): No need to check for
1901 Info-current-file nil.
1902 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
1903 Info-current-file is now never `t'.
1904 (Info-fontify-node): Many simplifications due to Info-current-file
1905 always being valid. Use Info-find-file to find node filename.
1906
1907 2005-11-25 David Kastrup <dak@gnu.org>
1908
1909 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
1910 new character, then delete" in order to preserve markers.
1911
1912 2005-11-25 David Ponce <david@dponce.com>
1913
1914 * recentf.el (recentf-arrange-by-rule): Handle a special
1915 `auto-mode-alist'-like "strip suffix" rule.
1916 (recentf-build-mode-rules): Handle second level auto-mode entries.
1917
1918 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
1919
1920 * viper-keym.el (viper-ESC-key): Use different values in terminal and
1921 window modes.
1922
1923 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
1924 jde-javadoc-checker-report-mode.
1925
1926 * ediff-wind (ediff-make-wide-display): Slight simplification.
1927
1928 * ediff.el (ediff-date): Change the date of last update.
1929
1930 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
1931
1932 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
1933 Use define-minor-mode, and make it a local mode. Turn on font-lock.
1934 (hi-lock-mode): New global minor mode.
1935 (turn-on-hi-lock-if-enabled): New function.
1936 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
1937 Change arguments to regexp and face instead of a font-lock pattern.
1938 Directly set face property, instead of refontifying.
1939 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
1940 (hi-lock-find-patterns): Use line-number-at-pos.
1941
1942 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
1943 arguments for hi-lock-set-pattern.
1944 (hi-lock-unface-buffer, hi-lock-set-file-patterns): Call
1945 font-lock-fontify-buffer.
1946 (hi-lock-find-file-hook, hi-lock-current-line)
1947 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
1948
1949 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
1950 turned off.
1951
1952 * progmodes/compile.el (compilation-setup): Don't fiddle with
1953 font-lock-defaults.
1954
1955 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
1956
1957 * progmodes/gdb-ui.el (gdb-var-create-handler)
1958 (gdb-var-list-children-handler): Find values for all variable
1959 objects. gud-speedbar-buttons decides whether to display them.
1960
1961 2005-11-24 Romain Francoise <romain@orebokech.com>
1962
1963 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
1964 buffer name with a space.
1965
1966 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
1967
1968 * textmodes/org.el: (org-export-plain-list-max-depth): Renamed from
1969 `org-export-local-list-max-depth'. Change default value to 3.
1970 (org-auto-renumber-ordered-lists)
1971 (org-plain-list-ordered-item-terminator): New options.
1972 (org-at-item-p, org-beginning-of-item, org-end-of-item)
1973 (org-get-indentation, org-get-string-indentation)
1974 (org-maybe-renumber-ordered-list, org-renumber-ordered-list): New
1975 functions.
1976 (org-move-item-down, org-move-item-up): New commands.
1977 (org-export-as-html): New classes for CSS support. Bug fix in
1978 regular expression detecting fixed-width regions. Respect
1979 `org-local-list-ordered-item-terminator'.
1980 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
1981 also a list item.
1982 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
1983 New item moving functions.
1984
1985 2005-11-24 Juri Linkov <juri@jurta.org>
1986
1987 * isearch.el (isearch-repeat): With empty search ring set
1988 `isearch-error' to the error string instead of signaling error
1989 with the function `error'.
1990
1991 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1992
1993 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
1994
1995 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
1996
1997 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
1998 and variable.
1999 (gdb-var-create-handler, gdb-var-list-children-handler):
2000 Don't match on "char **...".
2001 (gdb-var-update-handler): Find values for all variable objects.
2002 (gdb-info-frames-custom): Identify frames by leading "#".
2003
2004 * progmodes/gud.el (gud-speedbar-menu-items): Add
2005 gdb-speedbar-auto-raise as radio button.
2006 (gud-speedbar-buttons): Raise speedbar if requested.
2007 Don't match on "char **...".
2008 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
2009 Make it editable.
2010
2011 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
2012
2013 * info.el (Info-fontify-node): Handle the case where
2014 Info-current-file is t.
2015
2016 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
2017
2018 * simple.el (blink-matching-open): Fix off-by-one in last change.
2019
2020 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2021
2022 * term/mac-win.el: Don't change default directory.
2023
2024 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
2025
2026 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
2027 buffers correctly. (It used to throw an error in such buffers.)
2028 Make it ask for confirmation in group buffers and other Custom
2029 buffers containing more than one customization item.
2030
2031 2005-11-22 John Paul Wallington <jpw@gnu.org>
2032
2033 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
2034 property on mail and url overlays.
2035 (goto-address-at-point): Use `posn-set-point' instead of
2036 `mouse-set-point' because the latter is not fbound when configured
2037 without X.
2038
2039 2005-11-22 Lars Hansen <larsh@soem.dk>
2040
2041 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
2042 (ls-lisp-classify, ls-lisp-format): Delete call to
2043 ls-lisp-parse-symlink.
2044 (ls-lisp-handle-switches): Handle symlinks to directories as
2045 directories when ls-lisp-dirs-first in non-nil.
2046
2047 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
2048
2049 * startup.el (command-line): Make sure that loaddefs.el is handled
2050 correctly in load-history.
2051
2052 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
2053
2054 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
2055 (gdb-struct-string, gdb-array-string): New constants.
2056 (gdb-info-locals-handler): Use them.
2057 (gdb-reset): Reset gdb-var-list to nil.
2058
2059 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
2060
2061 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
2062 in patterns.
2063
2064 2005-11-21 Juri Linkov <juri@jurta.org>
2065
2066 * custom.el (defcustom): Update link types in docstring.
2067
2068 2005-11-20 Martin Rudalics <rudalics@gmx.at> (tiny change)
2069
2070 * custom.el (defgroup): Add doc-string-elt info.
2071
2072 * widget.el (define-widget): Don't use declare for the doc-string-elt.
2073
2074 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
2075
2076 * newcomment.el (comment-enter-backward): Fix last fix.
2077
2078 * simple.el (blink-matching-open):
2079 * paren.el (show-paren-function): Allow new paren-class info.
2080
2081 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
2082
2083 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
2084 handled automagically.
2085
2086 2005-11-20 Andreas Schwab <schwab@suse.de>
2087
2088 * descr-text.el (describe-char): When copying overlays put them
2089 over the full char description instead of just the first character
2090 of it.
2091
2092 2005-11-20 Juri Linkov <juri@jurta.org>
2093
2094 * simple.el (what-cursor-position):
2095 * descr-text.el (describe-char): Use Lisp-readable syntax
2096 for octal and hex. Reorder decimal, octal and hex values.
2097 Remove excess whitespace in the output. Use `=' in `column='
2098 like in `point=' and `Hscroll='.
2099
2100 * international/mule-cmds.el (encoded-string-description):
2101 Use Lisp-readable syntax for hex.
2102
2103 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
2104
2105 * newcomment.el (comment-enter-backward): Handle the case where the
2106 comment is closed by EOB.
2107
2108 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
2109
2110 * longlines.el (longlines-before-revert-hook)
2111 (longlines-after-revert-hook): New functions.
2112 (longlines-mode): Turn off longlines temporarily when reverting.
2113 Add a message-setup-hook.
2114 (longlines-decode-buffer): New function.
2115 (longlines-wrap-line): Preserve marker positions.
2116
2117 2005-11-19 Andreas Schwab <schwab@suse.de>
2118
2119 * emacs-lisp/shadow.el: Handle compressed files.
2120
2121 2005-11-19 Romain Francoise <romain@orebokech.com>
2122
2123 * net/browse-url.el (browse-url-default-browser): Signal an error
2124 if no usable browser can be found, rather than try to load w3.
2125
2126 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
2127
2128 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
2129 replacing existing properties.
2130 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
2131 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
2132 tty specs.
2133 (rcirc-server-prefix, rcirc-server): New faces.
2134 (rcirc-url-regexp): Generate with rx macro.
2135 (rcirc-last-server-message-time): New variable.
2136 (rcirc-filter): Record time of last message.
2137 (rcirc-keepalive): Kill processes that did not send a message
2138 since the last ping.
2139 (rcirc-mode): Give rcirc-topic a local binding here.
2140
2141 2005-11-19 Michael Cadilhac <michael.cadilhac@lrde.org> (tiny change)
2142
2143 * subr.el (read-passwd): Fontify the prompt as we do with other
2144 prompts.
2145
2146 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
2147
2148 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
2149 binding buffer-read-only to nil.
2150
2151 2005-11-19 Eli Zaretskii <eliz@gnu.org>
2152
2153 * complete.el (partial-completion-mode):
2154 Mention completion-auto-help in the doc string.
2155
2156 * man.el (Man-highlight-references): Doc fix. Reformat code in a
2157 more Lisp-ish way.
2158
2159 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
2160
2161 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
2162 digits, not 8, to avoid misalignment for files larger than 100MB.
2163
2164 2005-11-19 Eli Zaretskii <eliz@gnu.org>
2165
2166 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
2167 Mention "keyboard shortcuts" in the help text.
2168
2169 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2170
2171 * startup.el (fancy-splash-default-action): Discard only
2172 mouse-down and succeeding mouse-up events in the splash screen
2173 window so that drag-n-drop event can be processed.
2174
2175 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
2176
2177 * longlines.el (longlines-mode): Add hacks for mail-mode and
2178 message-mode.
2179
2180 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
2181
2182 * textmodes/org.el: (org-table-sort-lines): New command.
2183 (org-tbl-menu): Add entry for `org-table-sort-lines'.
2184 (org-add-file): Command removed, use `org-agenda-file-to-front'
2185 instead.
2186 (org-export-icalendar): Use `org-icalendar-combined-name'.
2187 (org-cycle-agenda-files, org-agenda-file-to-end)
2188 (org-agenda-file-to-front): New commands.
2189 (org-table-tab-jumps-over-hlines,org-export-html-style): New
2190 options.
2191 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
2192 (org-at-table.el-p, org-set-autofill-regexps,org-html-protect):
2193 New functions.
2194 (org-fill-paragraph): Call `org-table-align' in tables.
2195 (org-mode): Call `org-set-autofill-regexps'.
2196 (org-export-as-html): Support for local handformatted lists.
2197 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
2198 (org-export-local-list-max-depth): New option.
2199 (org-html-expand): Use `org-html-protect'.
2200
2201 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
2202
2203 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
2204 to "p".
2205 (gdb): Move definition of gud-pp to...
2206
2207 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
2208 speedbar.
2209 (gdb-find-watch-expression): New function.
2210
2211 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
2212
2213 * faces.el (face-attribute, set-face-attribute): Mention existence
2214 of `:ignore-defface' setting in docstring.
2215
2216 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
2217
2218 * simple.el (completion-setup-function): Fix last change.
2219
2220 2005-11-17 John Paul Wallington <jpw@pobox.com>
2221
2222 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
2223 Use `posn-set-point' instead of `mouse-set-point' because the
2224 latter is not fbound when configured without X.
2225
2226 * comint.el (comint-insert-input): Likewise.
2227
2228 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
2229
2230 * simple.el (hard-newline): New variable.
2231 (sendmail-user-agent-compose, next-line): Use it.
2232
2233 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
2234 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
2235 (mail-mail-reply-to, mail-mail-followup-to)
2236 (mail-position-on-field, mail-signature, mail-yank-original)
2237 (mail-attach-file): Likewise.
2238
2239 * mail/mailheader.el (mail-header-format)
2240 (mail-header-format-function): Likewise.
2241
2242 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
2243
2244 2005-11-17 Juri Linkov <juri@jurta.org>
2245
2246 * font-lock.el (font-lock-faces): Rename this defgroup from
2247 `font-lock-highlighting-faces'.
2248 (font-lock-comment-face, font-lock-comment-delimiter-face)
2249 (font-lock-string-face, font-lock-doc-face)
2250 (font-lock-keyword-face, font-lock-builtin-face)
2251 (font-lock-function-name-face, font-lock-variable-name-face)
2252 (font-lock-type-face, font-lock-constant-face)
2253 (font-lock-warning-face, font-lock-negation-char-face)
2254 (font-lock-preprocessor-face)
2255 (font-lock-regexp-grouping-backslash)
2256 (font-lock-regexp-grouping-construct): Rename :group from
2257 `font-lock-highlighting-faces' to `font-lock-faces'.
2258
2259 * cus-edit.el (lisp, c, tex):
2260 * progmodes/ada-mode.el (ada):
2261 * progmodes/asm-mode.el (asm):
2262 * progmodes/cperl-mode.el (cperl-faces):
2263 * progmodes/cpp.el (cpp):
2264 * progmodes/dcl-mode.el (dcl):
2265 * progmodes/f90.el (f90):
2266 * progmodes/fortran.el (fortran):
2267 * progmodes/icon.el (icon):
2268 * progmodes/idlwave.el (idlwave-misc):
2269 * progmodes/m4-mode.el (m4):
2270 * progmodes/make-mode.el (makefile):
2271 * progmodes/meta-mode.el (meta-font):
2272 * progmodes/modula2.el (modula2):
2273 * progmodes/octave-mod.el (octave):
2274 * progmodes/pascal.el (pascal):
2275 * progmodes/perl-mode.el (perl):
2276 * progmodes/prolog.el (prolog):
2277 * progmodes/ps-mode.el (PostScript-edit):
2278 * progmodes/scheme.el (scheme):
2279 * progmodes/sh-script.el (sh-script):
2280 * progmodes/simula.el (simula):
2281 * progmodes/tcl.el (tcl):
2282 * textmodes/nroff-mode.el (nroff):
2283 * textmodes/reftex-vars.el (reftex-fontification-configurations):
2284 * textmodes/sgml-mode.el (sgml):
2285 * textmodes/texinfo.el (texinfo):
2286 Add :link (custom-group-link font-lock-faces) to defgroup.
2287
2288 * hi-lock.el (hi-lock): Rename this defgroup from
2289 `hi-lock-interactive-text-highlighting'. Change parent group from
2290 `faces' to `font-lock'. Add link to the manual.
2291 (hi-lock-mode, hi-lock-file-patterns-range)
2292 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
2293 `hi-lock-interactive-text-highlighting' to `hi-lock'.
2294 (hi-lock-faces): Add :group `faces'.
2295
2296 * cus-edit.el (custom-variable-prompt): Clarify the code.
2297
2298 * faces.el (face-read-string): Set the default value arg of
2299 completing-read.
2300
2301 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
2302
2303 * rfn-eshadow.el (file-name-shadow-properties)
2304 (file-name-shadow-tty-properties, file-name-shadow-mode):
2305 Remove autoloads, because the file is now preloaded.
2306
2307 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
2308
2309 * printing.el (easy-menu-intern): Don't define.
2310 (pr-get-symbol): Use easy-menu-intern only if defined.
2311
2312 * simple.el (blink-matching-open): Simplify a bit.
2313 (completion-setup-function): Fix the case of partial-completion-mode
2314 when the minibuffer's contents start with "-".
2315 Obey completion-base-size-function even when
2316 minibuffer-completing-file-name is non-nil.
2317
2318 2005-11-16 Richard M. Stallman <rms@gnu.org>
2319
2320 * net/eudcb-ph.el (eudc-ph-open-session):
2321 Use set-process-query-on-exit-flag.
2322
2323 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
2324
2325 * international/ucs-tables.el (ucs-set-table-for-input):
2326 Use make-local-variable, not make-variable-buffer-local.
2327
2328 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
2329 Improve warning message text.
2330
2331 * savehist.el (savehist-save-hook): Add :group.
2332
2333 * menu-bar.el (menu-bar-help-menu):
2334 Rename Find Extra Packages to External Packages.
2335
2336 * cus-edit.el (Custom-reset-standard): Verify that
2337 :custom-standard-value prop exists before calling it.
2338
2339 * apropos.el (apropos-calc-scores): Use apropos-pattern.
2340
2341 2005-11-16 Martin Rudalics <rudalics@gmx.at> (tiny change)
2342
2343 * wid-edit.el (color): Enclose %t in %{...%}.
2344
2345 * cus-edit.el (face): Enclose %t in %{...%}.
2346
2347 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
2348
2349 * savehist.el (savehist-mode-hook): Re-add the var.
2350 (savehist-mode): Use it.
2351
2352 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
2353
2354 * textmodes/flyspell.el: Fix commenting convention.
2355 Remove unnecessary leading * in custom docstrings.
2356 (flyspell-emacs): Remove unused var.
2357 (flyspell-delete-region-overlays): Use remove-overlays.
2358 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
2359 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
2360 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
2361 (flyspell-debug-signal-word-checked): Use with-current-buffer.
2362 (make-flyspell-overlay): Don't locally reuse a global name.
2363 (flyspell-highlight-incorrect-region)
2364 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
2365 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
2366 (flyspell-notify-misspell): Remove unused args `start' and `end'.
2367 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
2368 Wrap calls to accept-process-output inside with-local-quit since it's
2369 often called from a post-command-hook.
2370 (flyspell-correct-word, flyspell-auto-correct-word):
2371 Use ispell-send-string.
2372 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
2373
2374 * calendar/diary-lib.el (diary-list-entries): Also hide the
2375 terminating newline.
2376
2377 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
2378
2379 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
2380 window-system, to allow fonts on tty.
2381
2382 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
2383
2384 * progmodes/gud.el (gud-speedbar-item-info): New function.
2385 (gud-install-speedbar-variables): Use it to display data type
2386 of watch expression as a tooltip in speedbar.
2387
2388 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
2389
2390 * font-core.el (global-font-lock-mode): Add :version keyword,
2391 because default was changed.
2392
2393 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
2394
2395 * startup.el (command-line): Use `custom-reevaluate-setting' for
2396 `file-name-shadow-mode'.
2397
2398 * loadup.el: Preload rfn-eshadow.
2399
2400 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
2401 Add :version keyword.
2402 (file-name-shadow-properties, file-name-shadow-tty-properties)
2403 (file-name-shadow): Add :version keyword.
2404
2405 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
2406 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
2407 in the custom-group property of the symbol frames and the fringe
2408 group got no link to its parent group frames.
2409 Doc fix.
2410
2411 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
2412
2413 * progmodes/gud.el (gud-stop-subjob): New function.
2414 (gud-menu-map, gud-tool-bar-map): Use it.
2415
2416 2005-11-16 Kim F. Storm <storm@cua.dk>
2417
2418 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
2419 than kill it.
2420 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
2421 to a more useful/logical place.
2422
2423 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
2424
2425 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
2426 go buttons complementary.
2427
2428 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
2429
2430 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
2431 (rfn-eshadow-sifn-equal): New function.
2432 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
2433
2434 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
2435
2436 * viper-utils (viper-non-word-characters-reformed-vi): Quote `-' in
2437 string.
2438
2439 * viper.el (viper-emacs-state-mode-list): Ensure that
2440 rcirc-mode buffers come up in Emacs state.
2441
2442 * ediff-util (ediff-make-temp-file): Use proper file-name-handler
2443 operation.
2444
2445 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
2446
2447 * term.el (term-termcap-format): Fix typos.
2448 (term-down): Fix the negative argument case.
2449
2450 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
2451
2452 * progmodes/gdb-ui.el: Remove face-alias left over from change on
2453 2005-08-15.
2454 (gdb-ann3): New command gud-go.
2455 (menu): Accomodate gdb-mi.el.
2456 (gdb-assembler-custom): Make buffer of selected window current
2457 so that set-window-point works.
2458
2459 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
2460 buttons and include new ones.
2461
2462 2005-11-16 Kim F. Storm <storm@cua.dk>
2463
2464 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
2465 (gud-menu-map): Use it.
2466
2467 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
2468
2469 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
2470 that works correctly for Custom and that does not override a user
2471 who disables it.
2472
2473 * help-mode.el (help-make-xrefs, help-xref-on-pp)
2474 (help-xref-interned, help-follow): Make hyperlinks for variables
2475 that are unbound, but have a non-nil variable-documentation property.
2476
2477 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
2478 mode hook. (It conflicted with defcustoms for some mode hooks.)
2479 Use the `variable-documentation' property to give the mode hook a
2480 docstring and expand that docstring.
2481
2482 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
2483
2484 * savehist.el (savehist-mode): Don't bother with
2485 `custom-set-minor-mode'.
2486 (savehist-coding-system): Check XEmacs version.
2487 (history-length): Declare also at run time.
2488 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
2489 Don't set the customize state.
2490 (savehist-minibuffer-hook): Special case for when
2491 minibuffer-history-variable is equal to t.
2492
2493 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
2494
2495 * files.el (write-file): Refresh VC status.
2496
2497 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
2498 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
2499 than fundamental-mode to see if the mode was set.
2500
2501 2005-11-14 Romain Francoise <romain@orebokech.com>
2502
2503 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
2504 dummy function in `eval-when-compile' to avoid compiler warning.
2505 Require `man' at compile time.
2506
2507 2005-11-14 Jay Belanger <belanger@truman.edu>
2508
2509 * calc-alg.el (calcFunc-write-out-power): Rename it to
2510 calcFunc-powerexpand.
2511 (math-write-out-power): Rename it to math-powerexpand; have it
2512 handle negative exponents.
2513 (calc-writeoutpower): Rename it to calc-powerexpand.
2514
2515 * calc-ext.el: Change calcFunc-writeoutpower and
2516 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
2517 autoloads.
2518 Add calcFunc-ldiv to autoloads.
2519
2520 * calc-arith.el (calcFunc-ldiv): New function.
2521
2522 * calc.el (calc-left-divide): New function.
2523
2524 2005-11-14 Juri Linkov <juri@jurta.org>
2525
2526 * cus-edit.el (custom-variable-prompt): Set the default value arg
2527 of completing-read.
2528
2529 * cus-dep.el (custom-make-dependencies): Reverse the list of
2530 found dependencies.
2531
2532 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
2533
2534 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
2535 Highlighting" entry, it is on by default now.
2536 (menu-bar-options-save): Do not save global-font-lock-mode.
2537
2538 2005-11-13 Richard M. Stallman <rms@gnu.org>
2539
2540 * textmodes/flyspell.el (flyspell-large-region):
2541 Call flyspell-accept-buffer-local-defs.
2542
2543 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
2544
2545 * textmodes/flyspell.el (flyspell-notify-misspell):
2546 Fix misspelling of "Misspelling".
2547 (flyspell-process-localwords): New function.
2548 (flyspell-large-region): Call flyspell-process-localwords and
2549 flyspell-delete-region-overlays.
2550 (flyspell-delete-region-overlays): New function.
2551 (flyspell-delete-all-overlays): Call that.
2552
2553 2005-11-13 Richard M. Stallman <rms@gnu.org>
2554
2555 * help.el (help-for-help-internal): Improve doc of C-h a.
2556 (describe-key): Improve prompt; doc fix.
2557
2558 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
2559
2560 * vc-svn.el (vc-svn-registered): Catch all errors.
2561
2562 * cus-dep.el (custom-make-dependencies): Typo.
2563
2564 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
2565
2566 * net/tramp-util.el (top): Fix compilation warning.
2567
2568 2005-11-13 Kim F. Storm <storm@cua.dk>
2569
2570 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
2571
2572 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
2573
2574 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
2575 (gud-speedbar-buttons): Match on "const char *" too.
2576
2577 * progmodes/gdb-ui.el (gdb-var-create-handler)
2578 (gdb-var-list-children-handler): Match on "const char *" too.
2579 (gdb-var-evaluate-expression-handler): Match on empty string.
2580 (gdb-var-update-handler): Only call
2581 gdb-var-evaluate-expression-handler when required.
2582
2583 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
2584
2585 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
2586 selected window. This still doesn't work for speedbar.
2587 (gud-speedbar-buttons): Handle string expressions properly.
2588
2589 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
2590 (gdb-var-create-handler): Handle string expressions properly.
2591 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
2592 Handle string expressions properly. Move "type" field into regexp.
2593
2594 2005-11-12 Karl Fogel <kfogel@red-bean.com>
2595
2596 * bookmark.el (bookmark-maybe-message): New function to reduce
2597 code duplication: invokes `message' iff baud-rate is high enough.
2598 (bookmark-write-file): Use above instead of an inline conditional.
2599 (bookmark-load): Same.
2600
2601 2005-11-12 Karl Fogel <kfogel@red-bean.com>
2602
2603 * bookmark.el (bookmark-write-file): Don't visit the destination
2604 file, just write the data to it using write-region. This is
2605 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
2606 change to avoid visiting the file in the first place.
2607
2608 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
2609
2610 * hi-lock.el (hi-lock-mode): Set the default value of
2611 font-lock-defaults.
2612
2613 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
2614
2615 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
2616 arg to `file-attributes'.
2617 (find-lisp-format): The UID and GID can now be strings.
2618
2619 2005-11-12 Kim F. Storm <storm@cua.dk>
2620
2621 * help.el (help-map): Bind C-h d to apropos-documentation.
2622
2623 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
2624 when point is at end-of-buffer.
2625
2626 * apropos.el (apropos-match-face): Doc fix.
2627 (apropos-sort-by-scores): Add new choice `verbose'.
2628 (apropos-documentation-sort-by-scores): New defcustom.
2629 (apropos-pattern): Now contains the pattern entered by the user.
2630 (apropos-pattern-quoted): New defvar.
2631 (apropos-regexp): New defvar, containing the regexp corresponding
2632 to apropos-pattern.
2633 (apropos-all-words-regexp): Rename from apropos-all-regexp.
2634 (apropos-read-pattern): New defun. Use it to read pattern arg in
2635 interactive calls; returns list of words for a word list, and
2636 string for a regexp.
2637 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
2638 parses a list of words or regexp as returned by apropos-read-pattern.
2639 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
2640 (apropos-score-doc): Return a very high score if the string
2641 entered by the user matches literally.
2642 (apropos-variable): Doc fix. Use apropos-read-pattern.
2643 (apropos-command): Doc fix. Use apropos-read-pattern and
2644 apropos-parse-pattern. Call apropos-print with nosubst=t.
2645 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
2646 apropos-parse-pattern.
2647 (apropos-documentation): Doc fix. Use apropos-read-pattern and
2648 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
2649 apropos-documentation-sort-by-scores. Call apropos-print with
2650 nosubst=t.
2651 (apropos-documentation-internal): Pass doc string through
2652 substitute-key-definition before adding text properties.
2653 Highlight substring matching literal user input if possible.
2654 (apropos-documentation-check-doc-file): Remove locals beg and end.
2655 Fix calculation of score (as added twice). Pass doc string through
2656 substitute-key-definition before adding text properties.
2657 (apropos-documentation-check-elc-file): Pass doc string through
2658 substitute-key-definition before adding text properties.
2659 Highlight substring matching literal user input if possible.
2660 (apropos-print): Add new arg NOSUBST; if set, command and variable
2661 doc strings have already been passed through substitute-key-definition.
2662 Add code to handle apropos-accumulator items without score element
2663 for backwards compatibility (e.g. with woman package).
2664 Only show scores if apropos-sort-by-scores is `verbose'.
2665
2666 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
2667
2668 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
2669 Add jka-compr-load-suffixes to load-suffixes.
2670
2671 * jka-compr.el: Require 'jka-cmpr-hook.
2672 (jka-compr-info-compress-message, jka-compr-info-compress-program)
2673 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
2674 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
2675 (jka-compr-info-can-append, jka-compr-info-strip-extension)
2676 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
2677 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
2678 (jka-compr-uninstall): Remove entries from
2679 jka-compr-added-to-file-coding-system-alist after they are used.
2680 (jka-compr-error): Remove unused var `curbuf'.
2681 (jka-compr-file-local-copy): Remove unused var `notfound'.
2682
2683 2005-11-10 Romain Francoise <romain@orebokech.com>
2684
2685 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
2686
2687 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
2688
2689 * progmodes/gud.el (gud-menu-map): Move parentheses.
2690 (gdb): New command gud-pv.
2691
2692 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
2693
2694 * tar-mode.el: Remove spurious or unnecessary leading stars
2695 in docstrings.
2696 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
2697 (tar-parse-octal-integer-safe): Use mapc.
2698 (tar-header-block-summarize): Remove unused var `ck'.
2699 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
2700 cleared before. Obey default-enable-multibyte-characters.
2701 Use mapconcat. Simplify setting of tar-header-offset.
2702 (tar-mode-map): Move initialization inside delcaration.
2703 (tar-flag-deleted): Use `abs'.
2704 (tar-expunge-internal): Remove unused var `line'.
2705 (tar-expunge-internal): Don't hardcode point-min==1.
2706 (tar-expunge): Widen while doing set-buffer-multibyte.
2707 (tar-rename-entry): Use file-name-coding-system.
2708 (tar-alter-one-field): Don't hardcode point-min==1.
2709 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
2710 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
2711
2712 2005-11-10 Masatake YAMATO <jet@gyve.org>
2713
2714 * add-log.el (add-log-current-defun): Handle class::method
2715 notation of c++. Fix incorrect comment.
2716
2717 2005-11-10 Alan Mackenzie <acm@muc.de>
2718
2719 * help-fns.el (describe-variable): Make C-h v work when a variable
2720 has variable documentation yet is unbound.
2721
2722 2005-11-10 Masatake YAMATO <jet@gyve.org>
2723
2724 * man.el (Man-highlight-references): Set an empty
2725 string to `Man-arguments' if it is nil.
2726 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
2727
2728 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
2729
2730 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
2731 commenting conventions.
2732
2733 * cus-dep.el (custom-make-dependencies): Simplify.
2734 Better follow the commenting conventions.
2735
2736 2005-11-09 Richard M. Stallman <rms@gnu.org>
2737
2738 * apropos.el (apropos-pattern): Rename from apropos-regexp.
2739 (apropos-orig-pattern): Rename from apropos-orig-regexp.
2740 All uses changed.
2741 (apropos-rewrite-regexp): Doc fix.
2742 (apropos-variable, apropos-command, apropos, apropos-value):
2743 Change prompt; carry through the argument renaming.
2744
2745 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
2746
2747 * find-lisp.el: Require dired.
2748 (find-lisp-find-dired-internal): Do not call
2749 `abbreviate-file-name' on DIR.
2750
2751 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
2752
2753 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
2754
2755 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
2756
2757 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
2758 when using the speedbar.
2759 (gdb): New command gud-pp.
2760 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
2761
2762 2005-11-09 Juri Linkov <juri@jurta.org>
2763
2764 * replace.el (occur-excluded-properties): New defcustom.
2765 (occur-1, occur-engine, occur-accumulate-lines): Use it.
2766
2767 2005-11-08 Jay Belanger <belanger@truman.edu>
2768
2769 * calc/calc-units.el (math-convert-units): Replace any composite
2770 unit by its definition.
2771
2772 2005-11-08 Lars Hansen <larsh@soem.dk>
2773
2774 * emacs-lisp/autoload.el (update-directory-autoloads):
2775 Add obsolete function alias.
2776
2777 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
2778
2779 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
2780 comment-indent-function.
2781 (lisp-comment-indent): Replace by an alias for comment-indent-default.
2782
2783 * reveal.el (reveal-post-command): Rework the handling of
2784 reveal-open-spots, so as to be more reliable. There were several
2785 tricky corner cases where an open spot might be lost, or where
2786 a closed spot might end up on the list of open spots.
2787 Only reveal text that's ellipsised.
2788
2789 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
2790
2791 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
2792
2793 2005-11-07 John Paul Wallington <jpw@gnu.org>
2794
2795 * ibuffer.el (ibuffer): Search iconified frames too when
2796 getting Ibuffer buffer's window.
2797
2798 2005-11-06 Richard M. Stallman <rms@gnu.org>
2799
2800 * progmodes/compile.el (compilation-internal-error-properties):
2801 save-excursion around the computation of MARKER.
2802
2803 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
2804
2805 * textmodes/flyspell.el (flyspell-external-point-words):
2806 flyspell-get-word returns a list, not just a string.
2807
2808 2005-11-06 John Paul Wallington <jpw@pobox.com>
2809
2810 * ibuffer.el (ibuffer): Search all visible frames when getting
2811 Ibuffer buffer's window.
2812
2813 2005-11-07 Masatake YAMATO <jet@gyve.org>
2814
2815 * man.el (Man-reference-regexp): Accept spaces between
2816 `Man-name-regexp' and `Man-section-regexp'.
2817 (Man-apropos-regexp): New variable.
2818 (Man-abstract-xref-man-page): Use value for `Man-target-string'
2819 if available.
2820 (Man-highlight-references, Man-highlight-references0):
2821 Handle the case when `Man-arguments' includes "-k".
2822 (Man-highlight-references0): Rename the argument `TARGET-POS' to
2823 `TARGET'. `TARGET' can be a number, function or nil.
2824
2825 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
2826
2827 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
2828 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
2829 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
2830 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
2831 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
2832 (gdb-send-item): Use buffer-local-value and simplify.
2833
2834 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
2835
2836 * startup.el (command-line): Use `custom-reevaluate-setting' for
2837 `global-font-lock-mode'.
2838
2839 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
2840 by default, except in batch mode or when the -D option is given.
2841
2842 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
2843 specified keyword args on to `define-minor-mode'. Update docstring.
2844
2845 2005-11-05 Romain Francoise <romain@orebokech.com>
2846
2847 * replace.el (occur-engine): Add marker at end of line, too.
2848
2849 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
2850
2851 * font-lock.el: Don't deal with font-lock-face-attributes here,
2852 move the code ...
2853
2854 * startup.el (command-line): ... here. Use face-spec-set instead
2855 of custom-declare-face.
2856
2857 * faces.el (face-spec-set): Reset the face if spec is not nil.
2858
2859 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
2860
2861 * newcomment.el (comment-region-internal): Box more tightly in the
2862 common case where there's no TAB in the boxed text.
2863
2864 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2865
2866 * info.el (info-tool-bar-map): Use images prev-node, next-node and
2867 up-node.
2868
2869 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
2870
2871 * newsticker.el: Commentary updated. Code formatting changed.
2872 (newsticker-version): Change to "1.9".
2873 (newsticker, newsticker-feed): Doc fix.
2874 (newsticker-url-list): Doc fix. Add option "Weekly".
2875 (newsticker-retrieval-interval): Add option "Weekly".
2876 (newsticker-headline-processing): Doc fix.
2877 (newsticker-auto-mark-filter): Remove.
2878 (newsticker-auto-mark-filter-list): New.
2879 (newsticker-layout, newsticker-sort-method): Doc fix.
2880 (newsticker-hide-old-items-in-newsticker-buffer)
2881 (newsticker-heading-format, newsticker-item-format)
2882 (newsticker-desc-format): Doc fix.
2883 (newsticker-show-all-rss-elements): Remove.
2884 (newsticker-show-all-news-elements): New.
2885 (newsticker-faces, newsticker-ticker): Doc fix.
2886 (remove-from-invisibility-spec): Code formatting.
2887 (newsticker--process-ids): New.
2888 (newsticker-mode): Doc fix.
2889 (newsticker-mode): Change mode-line-format.
2890 (newsticker-start): Remove debug output.
2891 (newsticker-start-ticker): Doc fix. Add Autoload cookie.
2892 (newsticker-w3m-show-inline-images): Code formatting.
2893 (newsticker-next-item): Call `force-mode-line-update'.
2894 (newsticker-previous-item): Call `force-mode-line-update'.
2895 (newsticker-next-feed): Call `force-mode-line-update'.
2896 (newsticker-previous-feed): Call `force-mode-line-update'.
2897 (newsticker-mark-all-items-at-point-as-read): Code formatting.
2898 (newsticker-show-old-items): Do not show descs.
2899 (newsticker-hide-entry): Hide too much.
2900 (newsticker-hide-entry, newsticker-show-entry)
2901 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
2902 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
2903 (newsticker-toggle-auto-narrow-to-item): Code formatting.
2904 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
2905 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
2906 (newsticker-get-news): Call `force-mode-line-update'.
2907 Collect process ids.
2908 (newsticker--sentinel): Change coding system handling.
2909 Move image retrieval to new functions newsticker--get-logo-url-*.
2910 Move feed parsing to new functions newsticker--parse-*.
2911 Update list of process ids.
2912 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
2913 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
2914 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
2915 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
2916 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
2917 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
2918 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
2919 (newsticker--decode-coding-string): Remove.
2920 (newsticker--decode-numeric-entities): Check input. Format code.
2921 (newsticker--remove-whitespace): Check input.
2922 (newsticker--do-forget-preformatted): Doc fix.
2923 (newsticker--decode-rfc822-date): Allow for missing time.
2924 (newsticker--update-process-ids): New.
2925 (newsticker--image-sentinel): Change comment.
2926 (newsticker--image-read): Change error message.
2927 (newsticker--imenu-goto): Doc fix. Show headline title.
2928 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
2929 (newsticker--buffer-do-insert-text): Clean whitespace in
2930 html-rendered headline title. Code formatting.
2931 Call `newsticker--buffer-print-extra-elements'.
2932 (newsticker--buffer-print-extra-element): Remove.
2933 (newsticker--buffer-print-extra-elements): New.
2934 (newsticker--buffer-do-print-extra-element): New.
2935 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
2936 large sizes.
2937 (newsticker--run-auto-mark-filter)
2938 (newsticker--do-run-auto-mark-filter):
2939 Use `newsticker-auto-mark-filter-list'.
2940
2941 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
2942
2943 * net/rcirc.el: Use split-string OMIT-NULLS argument.
2944 (rcirc-print): Force redisplay before running hooks. Do long
2945 buffer truncation after making new text read-only. Deal with nil
2946 text when decoding strings. If TARGET is nil, use either the
2947 currently selected buffer, if it is an rcirc buffer and of the
2948 same process or the process buffer.
2949 (rcirc-mode): Remove header-line. Recompute short buffer names.
2950 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
2951 (rcirc-short-buffer-name): Add variable.
2952 (rcirc-kill-buffer-hook): Recompute short buffer names.
2953 Remove nick from private channel.
2954 (rcirc-send-input): Send command text to current-buffer.
2955 Don't clear overlay arrow here.
2956 (rcirc-short-buffer-name): Return a short buffer name.
2957 (rcirc-update-short-buffer-names, rcirc-abbreviate)
2958 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
2959 buffer-name abbreviations.
2960 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
2961 Do not touch nick-table when killing a parted channel.
2962 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
2963 Clear arrow from current buffer if it is now hidden.
2964 (rcirc-current-buffer): Add variable.
2965 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
2966 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
2967 Remove -face from names.
2968 (rcirc-update-activity-string): Print "DND" when globally ignoring
2969 activity.
2970 (rcirc-ignore-buffer-activity-flag): Rename from
2971 rcirc-ignore-channel-activity.
2972 (rcirc-ignore-all-activity-flag): Doc fix.
2973 (rcirc-channels): Remove variable.
2974 (rcirc-kill-buffer-hook):
2975 (rcirc-get-buffer-create): Add nick to private channel.
2976 (rcirc-multiline-edit-submit): Remove tabs.
2977 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
2978 folded.
2979 (rcirc-remove-nick-channel): Bug fix.
2980 (rcirc-toggle-ignore-buffer-activity): Rename from
2981 rcirc-toggle-ignore-channel-activity.
2982 (rcirc-record-activity): Add buffers to the front of the list.
2983 (rcirc-update-activity): Remove killed buffers from list.
2984 (rcirc-process-server-response-1): Remove last argument if it is
2985 null before calling handler.
2986 (rcirc): Add "rcirc" defcustom prefix.
2987 (rcirc-prompt): Simplify default prompt.
2988 Use custom-initialize-default.
2989 (rcirc-private-chats): Remove variable.
2990 (rcirc-prompt): Change initialization.
2991 (rcirc-version): Remove function.
2992 (rcirc-id-string): Add constant.
2993 (rcirc-last-buffer): Remove variable.
2994 (rcirc-buffer-alist): Add variable.
2995 (rcirc-connect): Update variable setup.
2996 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
2997 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
2998 default.
2999 (rcirc-handler-generic): Trigger activity.
3000 (rcirc-send-message): Create the buffor of the target.
3001 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
3002 (rcirc-get-buffer): Just return nil if there is no matching buffer.
3003 (rcirc-multiline-edit-cancel): Remove function.
3004 (rcirc-set-last-buffer): Remove function.
3005 (rcirc-get-any-buffer): Add function.
3006 (rcirc-join-channels): Don't print /join text.
3007 (rcirc-toggle-ignore-channel-activity): Add and update echo area
3008 messages.
3009 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
3010 (rcirc-handler-NOTICE): Recognize CTCP responses.
3011 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
3012 constructing TOPIC string for buffers we are not JOINed.
3013 (rcirc-handler-CTCP-response): Add handler.
3014 (rcirc-multiline-edit-submit): Restore the window-configuration
3015 before adjusting point.
3016 (rcirc): Add customization group.
3017 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
3018 (rcirc-user-full-name, rcirc-startup-channels-alist)
3019 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
3020 (rcirc-ignore-all-activity-flag, rcirc-time-format)
3021 (rcirc-input-ring-size, rcirc-read-only-flag)
3022 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
3023 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
3024 Change defvar to defcustom.
3025 (rcirc-update-prompt): Add optional ALL arg, which will update
3026 prompts in all rcirc buffers. Regexp quote replacement text.
3027 (rcirc-fill-column): Accept 'frame-width as a value.
3028 (rcirc-set-changed): Add function.
3029 (rcirc-next-active-buffer): Write more meaningful messages.
3030 (rcirc-faces): Add customization group.
3031 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
3032 (rcirc-nick-in-message-face, rcirc-prompt-face)
3033 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
3034 (with-rcirc-process-buffer): Move before first usage.
3035 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
3036 (rcirc-debug-flag): Rename from `rcirc-log-p'.
3037 (rcirc-debug): Rename from `rcirc-log'.
3038 (rcirc-format-response-string): Do not print '-' chars for a
3039 NOTICE with no sender. Simplify output of server responses.
3040
3041 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
3042
3043 (rcirc-browse-url-map, rcirc-browse-url-at-point)
3044 (rcirc-browse-url-at-mouse, rcirc-mangle-text): Make urls
3045 mouse and RET clickable.
3046
3047 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
3048
3049 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
3050
3051 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
3052
3053 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
3054 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
3055 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
3056 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional 'passphrase'
3057 argument to all these routines, so the passphrase can be managed
3058 externally and passed in to the system.
3059 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
3060 pgg-add-passphrase-to-cache function.
3061
3062 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
3063 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
3064 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
3065 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional 'passphrase'
3066 argument to all these routines, so the passphrase can be managed
3067 externally and passed in to the system.
3068 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
3069 function.
3070
3071 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
3072
3073 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
3074 from goto-address-url-regexp.
3075
3076 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
3077
3078 * textmodes/org.el (org-read-date, org-goto-calendar)
3079 (org-recenter-calendar, org-agenda-goto-calendar):
3080 Temporarily clear 'calendar-move-hook'.
3081
3082 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
3083
3084 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
3085 merging.
3086
3087 * ediff-util.el (ediff-previous-difference): Don't skip regions that
3088 have merge clashes.
3089
3090 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3091
3092 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
3093 Undo previous change.
3094
3095 * startup.el (command-line): Use `custom-reevaluate-setting' for
3096 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
3097 tty-register-default-colors on Mac.
3098
3099 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
3100
3101 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
3102 (gdb-buffer-type): Make it automatically buffer local...
3103 (gdb-get-create-buffer): ...and set it accordingly.
3104 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
3105 actually work.
3106
3107 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
3108
3109 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
3110 not red.
3111
3112 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
3113
3114 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
3115 case GUD buffer is not visible.
3116 (gdb-goto-breakpoint): Try to force display in source buffer.
3117 (gdb-frame-gdb-buffer): Copy other similar functions.
3118 (gdb-restore-windows): Don't display source if not asked for.
3119 (gdb-assembler-buffer-name): Don't capitalise.
3120
3121 2005-11-03 Richard M. Stallman <rms@gnu.org>
3122
3123 * wid-edit.el (key-sequence): New widget type.
3124
3125 * simple.el (set-mark-command-repeat-pop): New variable.
3126 (set-mark-command): Only interpret plan C-@ after a pop as a pop
3127 if set-mark-command-repeat-pop is true.
3128
3129 * info.el (Info-fontify-node): Don't display extra "see" if there
3130 already is one here.
3131
3132 * mouse.el: Fix special handling of DEL after dragging a region:
3133 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
3134 (mouse-region-delete-keys): Add [backspace].
3135
3136 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
3137
3138 * textmodes/ispell.el (ispell-command-loop): Change `i' description
3139 not to assume it pertains to an affix.
3140
3141 * textmodes/flyspell.el (flyspell-post-command-hook):
3142 Bind deactivate-mark to prevent deactivation.
3143
3144 2005-11-03 Lars Hansen <larsh@soem.dk>
3145
3146 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
3147 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
3148 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
3149
3150 2005-11-03 Romain Francoise <romain@orebokech.com>
3151
3152 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
3153 Update copyright years.
3154
3155 2005-11-03 Sam Steingold <sds@gnu.org>
3156
3157 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
3158 Use system-type instead of window-system because window-system is not
3159 correctly defined during loadup.
3160
3161 2005-11-02 Mark A. Hershberger <mah@everybody.org>
3162
3163 * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
3164 (xml-parse-tag): Join strings separated by a comment properly.
3165
3166 2005-11-02 Andreas Schwab <schwab@suse.de>
3167
3168 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
3169
3170 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
3171
3172 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
3173 (byte-optimize-pure-func): Quote the eval'd value.
3174
3175 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
3176 Rename from perl-font-lock-syntactic-face-function.
3177 Change the calling convention so it can be used as a font-lock MATCHER.
3178 Do the parse-partial-sexp loop outselves.
3179 (perl-font-lock-syntactic-keywords): Use it.
3180 (perl-mode): Don't set font-lock-syntactic-face-function any more.
3181
3182 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
3183
3184 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
3185 disassembly buffer too.
3186 (gdb-exited): Remove overlay arrows when execution has finished.
3187 (gdb-info-frames-custom, gdb-info-threads-custom)
3188 (gdb-info-registers-custom): Don't add inappropriate text
3189 properties if inferior is not active.
3190
3191 2005-11-02 Glenn Morris <rgm@gnu.org>
3192
3193 * progmodes/fortran.el (fortran-blink-match):
3194 Use `blink-matching-delay'.
3195
3196 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
3197
3198 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
3199
3200 2005-11-02 Lars Hansen <larsh@soem.dk>
3201
3202 * net/tramp.el (tramp-action-out-of-band): Handle scp message
3203 "Permission denied".
3204
3205 2005-11-01 Richard M. Stallman <rms@gnu.org>
3206
3207 * textmodes/flyspell.el (flyspell-external-point-words):
3208 Pass nil to flyspell-get-word.
3209
3210 2005-11-02 Kim F. Storm <storm@cua.dk>
3211
3212 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
3213 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
3214
3215 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
3216
3217 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
3218 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
3219 (calendar-mouse-print-dates): Add optional `event' argument.
3220 Update interactive-spec.
3221 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
3222 Use `calendar-event-to-date' instead of `event'.
3223
3224 2005-11-02 Masatake YAMATO <jet@gyve.org>
3225
3226 * progmodes/ld-script.el (ld-script-builtins):
3227 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
3228 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
3229 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
3230
3231 2005-11-01 Romain Francoise <romain@orebokech.com>
3232
3233 * vc-sccs.el: Update copyright year.
3234 * ezimage.el: Likewise.
3235
3236 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
3237
3238 * info.el (Info-fontify-node): Use `string-width' for fontifying
3239 underlined titles.
3240
3241 2005-11-01 Juri Linkov <juri@jurta.org>
3242
3243 * info.el (Info-fontify-node): Downcase node header keywords Node,
3244 Prev, Next, Up before comparison.
3245 (Info-history): Insert absolute directory name, and put invisible
3246 property on it.
3247
3248 2005-11-01 Juri Linkov <juri@jurta.org>
3249
3250 * info.el (Info-file-supports-index-cookies): New variable.
3251 (Info-find-node-2): Check makeinfo version for index cookie support.
3252 (Info-index-nodes): Search for nodes with index cookies only when
3253 Info-file-supports-index-cookies is t. Otherwise, search nodes
3254 with "Index" in the node name.
3255 (Info-index-node): Search index cookie in the current node only when
3256 Info-file-supports-index-cookies is t. Otherwise, check the word
3257 "Index" in the node name.
3258 (Info-find-emacs-command-nodes): Remove code that searches nodes
3259 with "Index" node name in the top menu.
3260
3261 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
3262
3263 * progmodes/scheme.el (scheme-mode-variables): Use the default
3264 comment-indent-function.
3265
3266 * faces.el (face-attribute): Handle the case where a face inherits from
3267 a non-existent face.
3268
3269 * simple.el (eval-expression-print-format): Use lisp-readable syntax
3270 for octal and hexa output, and merge the char into the paren.
3271 (kill-new): Use push.
3272 (copy-to-buffer): Use with-current-buffer.
3273 (completion-setup-function): Move code in loop to remove redundancy.
3274 (minibuffer-local-must-match-map): Don't add bindings that duplicate
3275 those inherited from minibuffer-local-completion-map.
3276
3277 * savehist.el (savehist-mode) <defcustom>:
3278 Use custom-set-minor-mode if available.
3279 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
3280 and emit a message if applicable.
3281
3282 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
3283
3284 * savehist.el: Sync up to version 19.
3285 (savehist-mode): New minor mode.
3286 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
3287 (savehist-length): Remove (use history-length instead).
3288 (savehist-file-modes): Rename from savehist-modes.
3289 (savehist-save-hook, savehist-loaded): New vars.
3290 (savehist-load): Use savehist-mode. Try to smooth up transition from
3291 old format to new format.
3292 (savehist-install): Allow savehist-autosave-interval to be nil.
3293 (savehist-save): Run the new hook. Be more careful to only trim the
3294 history variables.
3295 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
3296 (savehist-printable): Print into a buffer rather than char-by-char.
3297
3298 2005-11-01 John Wiegley <johnw@newartisans.com>
3299
3300 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
3301 toggle-ignore keybinding (C-a). The author said it had been
3302 disabled much earlier due to a possible incompatibility, but after
3303 many months of usage I have encountered no problems (and it is a
3304 rather useful option, especially for switching to " *temp*").
3305
3306 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
3307 support for OS/X's AddressBook, by calling out to the open source
3308 program "contacts" (installable through Fink).
3309
3310 * net/eudc.el (eudc-expand-inline): If the
3311 `eudc-multiple-match-handling-method' is set to `all', delete the
3312 query string before inserting the query result.
3313
3314 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
3315 flag, to prevent Eshell from using the system ls when
3316 `eshell-ls-insert-directory' is in used.
3317 (eshell-ls-insert-directory): Disable font-lock in directory
3318 buffer so that Eshell's own fontification is seen. This broke
3319 recently due to changes in font-lock, so this goes back to version
3320 21 behavior.
3321
3322 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
3323
3324 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
3325 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
3326 (gdb-many-windows): Doc fix.
3327
3328 2005-10-31 Romain Francoise <romain@orebokech.com>
3329
3330 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
3331
3332 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
3333
3334 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
3335 that global-font-lock-mode can be enabled by default.
3336
3337 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
3338 (font-lock-add-keywords, font-lock-remove-keywords)
3339 (font-lock-fontify-buffer): Remove autoload cookies.
3340
3341 * jit-lock.el (jit-lock-register): Likewise.
3342
3343 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
3344
3345 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
3346
3347 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
3348 intact if there is no gud-comint-buffer.
3349
3350 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
3351
3352 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
3353 old prompt comint-prompt-read-only is t and GDB commands are
3354 issued from tool bar etc.
3355
3356 2005-10-31 Masatake YAMATO <jet@gyve.org>
3357
3358 * vc.el (vc-directory-exclusion-list): Add "{arch}".
3359
3360 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
3361
3362 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
3363 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
3364
3365 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
3366
3367 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
3368 starting at beginning of line. Fontification is messed up when
3369 `open-paren-in-column-0-is-defun-start' set to t.
3370 Reported by John Paul Wallington <jpw@pobox.com>.
3371
3372 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
3373
3374 * comint.el (comint-send-input): Call `comint-update-fence' when
3375 `comint-process-echoes' and `comint-prompt-read-only' are both
3376 non-nil, to avoid leftover read-only newline.
3377
3378 2005-10-30 Richard M. Stallman <rms@gnu.org>
3379
3380 * textmodes/flyspell.el (flyspell-external-point-words):
3381 Detect when WORD can't be checked properly because
3382 flyspell-get-word finds just part of it, and move on.
3383
3384 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
3385 boundarychar for Polish.
3386 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
3387 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
3388
3389 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
3390
3391 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
3392 (gdb-registers-font-lock-keywords): Delete.
3393 (gdb-registers-mode): Don't fontify.
3394 (gdb-info-registers-custom): Use text properties instead as, in
3395 future, changed register values will use font-lock-warning-face.
3396 (gdb-local-font-lock-keywords): Rename to...
3397 (gdb-locals-font-lock-keywords): ...for consistency.
3398
3399 2005-10-30 Andre Spiegel <spiegel@gnu.org>
3400
3401 * vc.el (vc-switch-backend): Better error message if the buffer is
3402 not visiting a file under version control.
3403
3404 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
3405
3406 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
3407
3408 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
3409 ~/.emacs.d/.emacs.
3410
3411 2005-10-29 Richard M. Stallman <rms@gnu.org>
3412
3413 * replace.el (occur-mode-mouse-goto): Always go to other window.
3414 (occur-mode-goto-occurrence): Always switch in same window.
3415
3416 * simple.el (undo): Display message at end, not at start.
3417
3418 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
3419 New arg REUSE-CELL.
3420 (cancel-timer-internal): New function.
3421 (timer-event-handler): Use cancel-timer-internal,
3422 and pass the cell it returns to timer-activate...
3423
3424 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
3425 (jit-lock-deferred-fontify, jit-lock-context-fontify)
3426 (jit-lock-after-change): Test memory-full.
3427
3428 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
3429
3430 * textmodes/conf-mode.el (conf-assignment-sign)
3431 (conf-assignment-regexp): Fix docstrings.
3432 (conf-mode-initialize): New function.
3433 (conf-mode): Remove optional args. Use delay-mode-hooks to
3434 recognize recursive calls.
3435 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
3436 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
3437 (conf-xdefaults-mode): Use define-derived-mode and
3438 conf-mode-initialize.
3439
3440 2005-10-29 Romain Francoise <romain@orebokech.com>
3441
3442 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
3443
3444 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
3445
3446 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
3447 part of the decoded armor to find the key-identifier.
3448 (pgg-gpg-lookup-key-owner): New function to return the
3449 human-readable identifier of a key owner.
3450 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
3451 key itself.
3452 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
3453 the key value) if we have a key and can match it against a secret
3454 key. Also, added a note pointing out fact that the prompt only
3455 indicates the first matching key.
3456
3457 * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
3458 pgg-decrypt-region.
3459 (pgg-pending-timers): A new hash for tracking the passphrase cache
3460 timers, so that new ones supercede old ones.
3461 (pgg-add-passphrase-to-cache): Rename from
3462 `pgg-add-passphrase-cache' to reduce confusion (all callers
3463 changed). Modified to cancel old timers when new ones are added.
3464 (pgg-remove-passphrase-from-cache): Rename from
3465 `pgg-remove-passphrase-cache' to reduce confusion (all callers
3466 changed). Modified to cancel old timers when their keys are
3467 removed from the cache.
3468 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
3469 XEmacs, an indirection to delete-itimer.
3470 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
3471 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
3472 users can only check cache without risk of prompting. Correct bug in
3473 notruncate behavior.
3474 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
3475 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
3476 Add informative docstrings.
3477 (pgg-decrypt): Convey provided passphrase in subordinate call to
3478 pgg-decrypt-region.
3479
3480 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
3481
3482 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
3483 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
3484 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
3485 'passphrase' argument, so the passphrase can be managed externally
3486 and then passed in to the system.
3487
3488 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
3489 (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
3490 so the passphrase cache can be used reliably with identifiers
3491 besides a pgp packet's key id.
3492
3493 * pgg-gpg.el (pgg-pgp-encrypt-region)
3494 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
3495 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
3496 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional 'passphrase'
3497 argument to all these routines, so the passphrase can be managed
3498 externally and passed in to the system.
3499
3500 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
3501 'notruncate' argument, so the passphrase cache can be used
3502 reliably with identifiers besides a pgp packet's key id.
3503
3504 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
3505
3506 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
3507 symmetric encryption.
3508 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
3509 encrypted session key.
3510 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
3511 message ask for the passphrase in a proper way.
3512
3513 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
3514 New user commands for symmetric encryption.
3515
3516 2005-10-28 Bill Wohler <wohler@newt.com>
3517
3518 * help-mode.el (help-url): New button type. Calls browse-url.
3519 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
3520 Similar to Info nodes: URL `url'.
3521 (help-make-xrefs): Create help-url buttons for
3522 help-xref-url-regexp matches.
3523
3524 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
3525
3526 * tool-bar.el (tool-bar-add-item-from-menu)
3527 (tool-bar-local-item-from-menu): Fix doc strings.
3528
3529 2005-10-28 Romain Francoise <romain@orebokech.com>
3530
3531 * ldefs-boot.el: Update.
3532
3533 * subr.el (locate-library): Move from help-fns.el.
3534 * help-fns.el (locate-library): Move to subr.el.
3535
3536 2005-10-28 Richard M. Stallman <rms@gnu.org>
3537
3538 * net/tramp.el (tramp-completion-mode): defvar moved up.
3539
3540 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
3541
3542 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
3543
3544 * files.el (find-file-noselect): Use %d to format large file size.
3545
3546 * bindings.el (mode-line-format): Add %e.
3547
3548 * loadup.el ("facemenu"): Load unconditionally.
3549 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
3550 ("x-dnd"): Load, when appropriate.
3551
3552 * startup.el (command-line): Call before-init-hook earlier.
3553 Warn about some bad characters in -u user name.
3554
3555 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
3556 (flyspell-external-point-words): Error if misspelled word is not found.
3557 Set flyspell-large-region-beg at end of word.
3558
3559 2005-10-28 Andreas Schwab <schwab@suse.de>
3560
3561 * view.el (View-revert-buffer-scroll-page-forward):
3562 Use view-page-size-default.
3563
3564 2005-10-28 Juri Linkov <juri@jurta.org>
3565
3566 * international/quail.el (quail-get-current-str): Translate last
3567 raw character for deterministic input methods.
3568
3569 2005-10-27 Jay Belanger <belanger@truman.edu>
3570
3571 * calc/calc-ext.el: Add functions to autoloads.
3572 (math-identity-matrix-p, math-ident-row-p): New functions.
3573
3574 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
3575 multiplication by an identity matrix; don't turn multiplication by
3576 an inverse matrix into division.
3577 (math-div-symbol-fancy): Replace division by matrices with
3578 multiplication by inverse.
3579
3580 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
3581
3582 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
3583 (calc-writeoutpower): New functions.
3584
3585 2005-10-27 Romain Francoise <romain@orebokech.com>
3586
3587 * replace.el (occur-engine): Include colon in mouse-face highlight.
3588
3589 * dired-x.el: Change Maintainer field.
3590
3591 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
3592
3593 * longlines.el (longlines-mode): Bind after-change-functions to
3594 nil during initial decoding and final encoding.
3595
3596 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
3597
3598 * term.el (term-emulate-terminal, term-handle-colors-array)
3599 (term-handle-ansi-escape): Specify the terminfo capabilities
3600 implemented.
3601
3602 2005-10-26 Richard M. Stallman <rms@gnu.org>
3603
3604 * info.el (Info-fontify-node): Fix detection of sentence-break
3605 before *Note.
3606
3607 2005-10-26 Romain Francoise <romain@orebokech.com>
3608
3609 * smerge-mode.el: Add `tools' to file keywords.
3610
3611 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
3612
3613 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
3614 when the fringe is not available.
3615
3616 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
3617 (def-gdb-auto-update-trigger): Simplify construction.
3618 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
3619 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
3620 defined explicitly.
3621 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
3622 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
3623 defined explicitly.
3624 (gdb-info-locals-custom): Remove as it's a no-op.
3625
3626 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
3627
3628 * longlines.el (longlines-mode): Remove narrowing before
3629 performing the initial decoding or final encoding.
3630
3631 2005-10-25 Romain Francoise <romain@orebokech.com>
3632
3633 * emacs-lisp/find-func.el (find-library-name): Also strip
3634 extension if library name ends in .el, to take advantage of
3635 `find-library-suffixes'.
3636
3637 2005-10-25 Richard M. Stallman <rms@gnu.org>
3638
3639 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
3640
3641 2005-10-25 Juri Linkov <juri@jurta.org>
3642
3643 * textmodes/texinfo.el (texinfo-mode): Change charset of one
3644 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
3645
3646 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
3647
3648 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
3649 (blackbox-redefine-key): Add argument `map'.
3650
3651 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
3652 regions when moving the jit-lock-context-unfontify-pos boundary.
3653
3654 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
3655
3656 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
3657
3658 2005-10-25 Masatake YAMATO <jet@gyve.org>
3659
3660 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
3661
3662 2005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
3663
3664 * play/blackbox.el (blackbox-redefine-key): New function.
3665 (blackbox-mode-map): Use it to remap existing bindings for cursor
3666 motion instead of binding literal keys.
3667
3668 2005-10-25 Glenn Morris <rgm@gnu.org>
3669
3670 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
3671 diary does not end in a newline. Do not assume a blank line at
3672 the start of the diary file.
3673
3674 2005-10-25 Kenichi Handa <handa@m17n.org>
3675
3676 * international/quail.el (quail-translate-key): If the input
3677 method is deterministic and failed to handle the last key, restart
3678 the key handling loop from an appropriate key.
3679
3680 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
3681
3682 * vc.el (vc-dired-mode): Extend comment for binding of
3683 `directory-listing-before-filename-regexp'.
3684
3685 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
3686
3687 * textmodes/texinfo.el (texinfo-mode):
3688 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
3689 not to unnecessarily expose emacs-mule's internal char codes.
3690
3691 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
3692
3693 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
3694 Display hand pointer and help-echo on disabled icon too.
3695 (gdb-mouse-until): New function.
3696 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
3697
3698 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
3699
3700 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
3701 with 2005-10-23 change to doctor.el.
3702
3703 * finder.el (finder-mode-map): Add follow-link binding.
3704
3705 2005-10-25 Kim F. Storm <storm@cua.dk>
3706
3707 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
3708 to gdb-mouse-toggle-breakpoint-fringe.
3709 (gdb-mouse-toggle-breakpoint-margin): Rename from
3710 gdb-mouse-toggle-breakpoint. Fix doc.
3711 (gdb-mouse-toggle-breakpoint-fringe): New defun.
3712 (gdb-put-string): Add optional SPROPS arg. Add props to string.
3713 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
3714 string properties also for fringe breakpoint bitmaps.
3715
3716 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
3717
3718 * textmodes/org.el (org-start-icalendar-file): Fix format form.
3719
3720 2005-10-25 Masatake YAMATO <jet@gyve.org>
3721
3722 * simple.el (completion-common-substring):
3723 Use `completion-common-substring' prior to `completion-base-size'.
3724
3725 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
3726
3727 * savehist.el: Require CL while compiling.
3728 (savehist-history-variables): Remove.
3729 (savehist-save-minibuffer-history, savehist-additional-variables)
3730 (savehist-minibuffer-history-variables): New vars.
3731 (savehist-save): Use them.
3732 (savehist-uninstall, savehist-minibuffer-hook): New funs.
3733 (savehist-install): New fun, extracted from savehist-load.
3734 (savehist-load): Use them.
3735
3736 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
3737
3738 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
3739 a dummy doc-string-elt property.
3740 (defalias, defvaralias, define-category): Add a docstring property.
3741
3742 * image.el (defimage):
3743 * widget.el (define-widget):
3744 * custom.el (defface, defcustom): Add `doc-string' declaration.
3745
3746 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
3747 (defadvice): Add `doc-string' declaration.
3748
3749 * emacs-lisp/byte-run.el (macro-declaration-function):
3750 Handle `doc-string' declarations.
3751 (define-obsolete-function-alias, define-obsolete-variable-alias):
3752 Add `doc-string' declaration.
3753
3754 2005-10-24 Kenichi Handa <handa@m17n.org>
3755
3756 * international/utf-7.el (utf-7): Add autoload cookie.
3757
3758 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
3759
3760 2005-10-24 Eli Zaretskii <eliz@gnu.org>
3761
3762 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
3763 list of directories passed to batch-update-autoloads. Add "." to
3764 the list of the echoed directories.
3765
3766 * pgg-def.el:
3767 * pgg-gpg.el:
3768 * pgg-parse.el:
3769 * pgg-pgp.el:
3770 * pgg-pgp5.el:
3771 * pgg.el: Moved here from the gnus subdirectory.
3772
3773 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
3774
3775 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
3776 in case comint-prompt-read-only is set to t.
3777
3778 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
3779 in case comint-prompt-read-only is set to t.
3780
3781 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
3782
3783 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
3784 Now a string.
3785 (icalendar-import-format): Handle CLASS, STATUS, URL.
3786 Rename `subject' to `summary'.
3787 (icalendar-import-format-summary): Rename from
3788 `icalendar-import-format-subject'.
3789 (icalendar-import-format-url, icalendar-import-format-status)
3790 (icalendar-import-format-class): New variables.
3791 (icalendar--rris): Take variable argument list.
3792 (icalendar--datestring-to-isodate): Remove unnecessary
3793 calendar-style check when converting dates with explicit month names.
3794 (icalendar-export-region): Change return type of conversion
3795 subroutines. Bury current buffer unless error occurred.
3796 (icalendar--convert-to-ical)
3797 (icalendar--parse-summary-and-rest): New functions.
3798 (icalendar--convert-ordinary-to-ical)
3799 (icalendar--convert-weekly-to-ical)
3800 (icalendar--convert-yearly-to-ical)
3801 (icalendar--convert-block-to-ical)
3802 (icalendar--convert-cyclic-to-ical)
3803 (icalendar--convert-anniversary-to-ical): Change return type.
3804 Strip trailing blanks from subject.
3805 (icalendar--convert-sexp-to-ical): Change return type.
3806 Strip trailing blanks from subject. Handle simple sexp
3807 entries as generated by icalendar.el.
3808 (icalendar--convert-float-to-ical)
3809 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
3810 (icalendar-import-file): Doc fix.
3811 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
3812 Correct call to icalendar--rris.
3813 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
3814 `summary'.
3815 (icalendar--add-diary-entry): Rename `subject' to `summary'.
3816
3817 2005-10-24 Romain Francoise <romain@orebokech.com>
3818
3819 * server.el (server-sentinel): Set query-on-exit flag to nil on
3820 new client processes (it isn't inherited from the server process).
3821
3822 * replace.el (occur-engine): Rearrange text properties.
3823
3824 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
3825
3826 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
3827 case-fold-search is nil.
3828 (debug-help-follow): Use help-xref-interned directly.
3829
3830 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
3831
3832 * thumbs.el (thumbs-image-type): Add .pbm.
3833
3834 2005-10-23 Richard M. Stallman <rms@gnu.org>
3835
3836 * faces.el (inhibit-face-set-after-frame-default): New variable.
3837 (set-face-attribute): Bind it.
3838 (face-set-after-frame-default): Test it.
3839
3840 * help-fns.el (describe-simplify-lib-file-name): New function.
3841 (describe-function-1, describe-variable): Use it.
3842
3843 * faces.el (describe-face): Use describe-simplify-lib-file-name.
3844
3845 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
3846 Eliminate nil as possible value.
3847 (tooltip-hide-delay): Reduce internal-border-width.
3848
3849 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
3850 (menu-bar-file-menu) <new-file>: Likewise.
3851
3852 * simple.el (line-move-finish): Ignore fields computing LINE-END.
3853
3854 * international/mule.el (load-with-code-conversion):
3855 Pass full file name to `eval-buffer' unless preloading.
3856
3857 * textmodes/flyspell.el (flyspell-large-region):
3858 Call ispell-check-version.
3859
3860 * textmodes/ispell.el (ispell-local-dictionary-overridden):
3861 Fix the make-variable-buffer-local call that was supposed
3862 to be for this variable.
3863 (ispell-aspell-supports-utf8): Doc fix.
3864 (ispell-find-aspell-dictionaries): Preserve elements of
3865 ispell-dictionary-alist for dictionaries that aspell doesn't report.
3866 (ispell-aspell-find-dictionary): Return nil on error.
3867
3868 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
3869 (doctor-symptoms): Likewise.
3870
3871 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
3872
3873 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
3874
3875 * cus-edit.el (custom-button, custom-button-pressed): New vars.
3876 (custom-raised-buttons): Add :set spec.
3877 (custom-button-unraised, custom-button-pressed-unraised):
3878 New faces, so that custom-raised-buttons actually does something.
3879 (custom-mode): Use custom-button and custom-button-pressed.
3880
3881 * wid-edit.el (widget-specify-button): Don't ignore
3882 widget-mouse-face on graphic terminals.
3883 (widget-move-and-invoke): Cleanup.
3884
3885 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
3886
3887 * whitespace.el (whitespace-cleanup): Doc fix.
3888
3889 2005-10-23 Romain Francoise <romain@orebokech.com>
3890
3891 * emulation/viper.el (viper-set-hooks): Quote forms passed to
3892 `eval-after-load' to avoid evaluating their result.
3893
3894 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
3895
3896 * files.el (directory-listing-before-filename-regexp):
3897 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
3898
3899 * dired.el (dired-move-to-filename-regexp): Remove.
3900 All occurences replaced by `directory-listing-before-filename-regexp'.
3901
3902 * dired-x.el, locate.el, vc.el:
3903 Replace `dired-move-to-filename-regexp' by
3904 `directory-listing-before-filename-regexp'. In vc.el it is
3905 overwritten locally; maybe this can be handled in files.el too.
3906
3907 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
3908 replaced by `directory-listing-before-filename-regexp'.
3909
3910 2005-10-23 Andreas Schwab <schwab@suse.de>
3911
3912 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
3913 and eval-next-after-load.
3914
3915 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
3916
3917 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
3918 exist, create it.
3919
3920 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
3921
3922 * allout.el: Remove autoloads for mailcrypt and crypt++.
3923 Require pgg, pgg-gpg during compilation.
3924 (allout-version): Increment version number to 2.1, and use a literal
3925 rather than RCS Id.
3926 (allout-default-encryption-scheme): Remove.
3927 (allout-passphrase-verifier-handling)
3928 (allout-passphrase-verifier-string)
3929 (allout-file-passphrase-verifier-string)
3930 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
3931 (allout-passphrase-hint-handling): Rename and simplify.
3932 (allout-init): Use `find-file-hook' if available, otherwise
3933 `find-file-hooks'.
3934 (allout-mode): Use `write-file-functions' if available, otherwise
3935 `local-write-file-hooks' and, instead of making auto-save-hook
3936 buffer local, make the write-file-hook activity contingent to
3937 allout-mode.
3938 (allout-mode): Use key-binding substitution in the docstring.
3939 (allout-kill-line): Spell-out kill ring data structure mutation
3940 instead of using byte-compiler-complaint-provoking `pop'.
3941 (allout-insert-listified): Use `insert' rather than `insert-string'
3942 (allout-toggle-current-subtree-encryption): Update docstring, adjust
3943 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
3944 (allout-encrypt-string): Totally revamped vis new underlying
3945 encryption facilities.
3946 (allout-mc-activate-passwd): Remove.
3947 (allout-obtain-passphrase): New, more or less replaces
3948 allout-mc-activate-passwd.
3949 (allout-encrypted-key-info): More or less replaces
3950 allout-encrypted-text-type.
3951 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
3952 (my-mark-marker): Use `(featurep 'xemacs)'.
3953
3954 2005-10-23 Lars Hansen <larsh@soem.dk>
3955
3956 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
3957 (byte-compile-file-form-defmumble, byte-compile-defun)
3958 (byte-compile-defmacro): Use it.
3959 (byte-compile-form): Don't call byte-compile-set-symbol-position
3960 when a byte-compile handler is called.
3961
3962 2005-10-22 Romain Francoise <romain@orebokech.com>
3963
3964 * savehist.el (savehist-history-variables): Add `grep-find-history'.
3965
3966 * subr.el (eval-after-load): Convert library name to an absolute
3967 file name using locate-library, since load-history no longer has
3968 library names in it.
3969
3970 2005-10-22 Richard M. Stallman <rms@gnu.org>
3971
3972 * files.el (make-temp-file): Move from subr.el.
3973 * subr.el (make-temp-file): Move to files.el.
3974
3975 * window.el (get-buffer-window-list): Move from subr.el.
3976 * subr.el (get-buffer-window-list): Move to window.el.
3977
3978 * image.el (image-load-path): Use eval-at-startup to initialize.
3979
3980 * subr.el (eval-at-startup): New macro.
3981
3982 * subr.el: Much rearrangement of functions and division
3983 into pages. No code changes.
3984
3985 2005-10-22 Kenichi Handa <handa@m17n.org>
3986
3987 * tar-mode.el (tar-extract): Be sure to call
3988 find-operation-coding-system if set-auto-coding doesn't find a
3989 coding system.
3990
3991 2005-10-22 Kim F. Storm <storm@cua.dk>
3992
3993 * image.el (image-type-header-regexps): Rename from image-type-regexps.
3994 Change users.
3995 (image-type-file-name-regexps): New defconst.
3996 (image-type-from-data): Simplify loop.
3997 (image-type-from-buffer): New defun.
3998 (image-type-from-file-header): Use it instead of image-type-from-data.
3999 Use image-search-load-path instead of only looking in data-directory.
4000 (image-type-from-file-name): New defun.
4001 (image-search-load-path): Change `pathname' to `filename'.
4002 Make PATH arg optional, default to image-load-path.
4003
4004 2005-10-21 Richard M. Stallman <rms@gnu.org>
4005
4006 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
4007
4008 * textmodes/paragraphs.el (sentence-end-base): New variable.
4009 (sentence-end): Use sentence-end-base.
4010
4011 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
4012
4013 * font-lock.el (font-lock-default-fontify-region): Check the multiline
4014 property independently from the font-lock-multiline variable.
4015
4016 2005-10-21 Richard M. Stallman <rms@gnu.org>
4017
4018 * emacs-lisp/find-func.el (find-library-name): Doc fix.
4019
4020 * startup.el (command-line): Convert library names
4021 in `load-history' to absolute file names.
4022
4023 * subr.el (symbol-file): Doc fix.
4024
4025 * loadhist.el (file-loadhist-lookup): Call locate-library
4026 instead of find-library-name. Don't try converting
4027 abs file names to library names, since load-history no longer
4028 has library names in it.
4029 (file-dependents, file-provides, file-requires): Doc fixes.
4030
4031 2005-10-21 Juri Linkov <juri@jurta.org>
4032
4033 * progmodes/etags.el (tags-table-mode): New function.
4034 (tags-verify-table): Replace initialize-new-tags-table with
4035 tags-table-mode.
4036
4037 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
4038 default value.
4039 (desktop-modes-not-to-save): Add tags-table-mode to the
4040 default value.
4041
4042 * info.el (Info-index-next): Add total number of index
4043 alternatives to the message.
4044
4045 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
4046 backward only space (instead of space and period) before looking
4047 at sentence end.
4048
4049 * simple.el (set-variable): Use user-variable-p instead of symbolp.
4050 Add the old variable value as 4th default-value arg of read-string.
4051
4052 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4053
4054 * cus-face.el (custom-declare-face): Make face from X resources
4055 also on Mac.
4056
4057 * disp-table.el (standard-display-g1, standard-display-graphic):
4058 Refuse to use string glyphs also on Mac.
4059 (standard-display-european): Don't set terminal coding system also
4060 on Mac.
4061
4062 * frame.el (display-screens): Use x-display-screens also on Mac.
4063
4064 2005-10-21 Romain Francoise <romain@orebokech.com>
4065
4066 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
4067
4068 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
4069
4070 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
4071 and $? into sexps.
4072
4073 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
4074 warning face on open-paren-in-column-0.
4075
4076 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
4077 boundary case. Fix typo.
4078 Suggested by Martin Rudalics <rudalics@gmx.at>.
4079
4080 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
4081
4082 * textmodes/org.el: (org-combined-agenda-icalendar-file)
4083 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
4084 (org-export-icalendar-this-file)
4085 (org-export-icalendar-all-agenda-files)
4086 (org-export-icalendar-combine-agenda-files): New commands.
4087 (org-export-icalendar, org-print-icalendar-entries)
4088 (org-start-icalendar-file, org-finish-icalendar-file)
4089 (org-ical-ts-to-string): New functions.
4090 (org-read-date, org-goto-calendar)
4091 (org-agenda-goto-calendar): Inhibit displaying diary entries by
4092 call to `calendar'.
4093 (orgtbl-setup): Remove the :keys arguments from the menu description.
4094 (org-after-save-iCalendar-file-hook): New variable.
4095
4096 2005-10-21 Kenichi Handa <handa@m17n.org>
4097
4098 * language/vietnamese.el (tcvn-5712): Make it an alias of
4099 vietnamese-tcvn coding-system.
4100
4101 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
4102
4103 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
4104 group id is given.
4105
4106 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
4107
4108 * progmodes/sh-script.el (sh-escaped-line-re): New var.
4109 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
4110 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
4111 whose line is either continued or ends with a comment.
4112
4113 2005-10-20 Romain Francoise <romain@orebokech.com>
4114
4115 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
4116
4117 * replace.el (occur-engine): Add follow-link property.
4118
4119 * font-core.el (font-lock-mode): Doc fix.
4120
4121 2005-10-20 Richard M. Stallman <rms@gnu.org>
4122
4123 * net/rcirc.el: New file.
4124
4125 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
4126
4127 * term.el (term-term-name): Initialize to "eterm-color".
4128
4129 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
4130
4131 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
4132 for encryption functionality.
4133 Move allout customization subgroup from `editing' to `outlines' group.
4134 Fix commentary 'keywords' to legitimate ones.
4135 Update author info (using my current email address, obscurified).
4136 (allout-encrypt-string, allout-encryption-produce-work-buffer)
4137 (allout-encrypted-topic-p, allout-encrypted-text-type)
4138 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
4139 (allout-situate-encryption-key-verifier)
4140 (allout-get-encryption-key-verifier, allout-verify-key)
4141 (allout-next-topic-pending-encryption)
4142 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
4143 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
4144 (outline-key-verifier-handling, outline-key-hint-handling)
4145 (outline-encrypt-unencrypted-on-saves): New defcustoms.
4146 (allout-file-key-verifier-string, allout-encryption-scheme)
4147 (allout-key-verifier-string, allout-key-hint-string)
4148 (allout-after-save-decrypt): New variables.
4149 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
4150 (allout-after-saves-handler): New hook functions.
4151 (allout-post-command-business): Do allout-after-save-decrypt.
4152 (allout-enable-file-variable-adjustment): Custom var to enable
4153 mechanism for adding and adjusting settings of Emacs file variables.
4154 (allout-adjust-file-variable, allout-file-vars-section-data):
4155 New functions, implement the mechanism.
4156 (outlineify-sticky): Use the file vars mechanism.
4157 (allout-inhibit-protection, allout-during-write-cue)
4158 (allout-override-protect, allout-before-change-protect): Remove.
4159 (allout-flag-region, allout-open-topic): Adjust read-only text.
4160 (allout-open-line-not-read-only): Add to facilitate read-only
4161 text based protection.
4162 (allout-kill-line): Revise to adjust read-only text, clue the
4163 user about the inhibition.
4164 (allout-unprotected): Use unwind-protect.
4165 (allout-shift-in, allout-shift-out): Disallow manually shifting a
4166 topic deeper than the offspring depth of the previous topic -
4167 avoiding confusing "containment discontinuities".
4168 (allout-reindent-bodies): Fix retention of body relative hanging
4169 indent during promotion of collapsed bodies.
4170 (allout-open-topic): Make it easy to open new topic with same
4171 bullet as current topic - topic creation functions provided with
4172 any universal argument provokes now prompt for bullet, defaulting
4173 to the bullet of the previous topic.
4174 (allout-plain-bullets-string, allout-distinctive-bullets-string):
4175 Plain bullet alternates '.' period and ',' comma only. All other
4176 bullets are relegated to special status (but customizable).
4177 (allout-end-of-entry): Rename from 'allout-end-of-current-entry
4178 since it actually operates w.r.t. most immediately containing
4179 entry, visible or not.
4180 (allout-hide-current-entry, allout-show-current-entry): Use the
4181 revised version.
4182 (allout-old-expose-topic): Solidify deprecation.
4183 (allout-end-of-subtree): Add so we can span concealed as well
4184 as visible topics.
4185 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
4186 (allout-end-of-current-heading): Tweak to just respect the first line.
4187 (allout-get-body-text): Add.
4188 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
4189 when invoked interactively.
4190 (allout-up-current-level): Use `interactive-p'.
4191 (allout-mode, allout-init): Miscellaneous docstring and
4192 operational refinements, as well as hookups of new encryption stuff.
4193 (allout-beginning-of-current-entry): Now works as advertised.
4194 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
4195 (allout-isearch-rectification): Refine condition for isearching.
4196 (allout-isearch-abort, allout-enwrap-isearch)
4197 (allout-flag-region, my-region-active-p): Relocate some macros.
4198 (allout-title): Fallback title is '(buffer-name)', not
4199 non-existing '(current-buffer-name)'.
4200 (subst-char-in-string): Define if absent (for some XEmacs versions).
4201
4202 2005-10-20 Jari Aalto <jari.aalto@cante.net>
4203
4204 * mail/sendmail.el (mail-setup-hook, mail-aliases)
4205 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
4206 (mail-citation-prefix-regexp, mail-signature-file)
4207 (mail-default-headers, mail-bury-selects-summary)
4208 (mail-send-nonascii): Add autoload cookies.
4209
4210 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
4211
4212 * frame.el (blink-cursor-mode): Add `mac' to the list of
4213 window-system's that support blinking cursor.
4214
4215 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
4216
4217 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
4218
4219 2005-10-20 Eli Zaretskii <eliz@gnu.org>
4220
4221 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
4222 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
4223 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
4224
4225 2005-10-20 Kim F. Storm <storm@cua.dk>
4226
4227 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
4228 (ido-set-current-directory): Don't add / after final @.
4229 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
4230 Explicitly handle ange-ftp completion oddities.
4231 (ido-make-file-list): Don't rotate list at tramp root to avoid
4232 triggering tramp file handler for expand-file-name via get-file-buffer.
4233
4234 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
4235
4236 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
4237
4238 2005-10-19 Jay Belanger <belanger@truman.edu>
4239
4240 * calc/calc-units.el (math-standard-units): Add units, adjust
4241 symbols and update values.
4242 (math-unit-prefixes): Add more prefixes.
4243
4244 2005-10-19 Romain Francoise <romain@orebokech.com>
4245
4246 * bookmark.el (bookmark-menu-heading): New face.
4247 (bookmark-bmenu-list): Use it.
4248 Don't fiddle with `baud-rate' at top-level.
4249
4250 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
4251
4252 * image.el (create-image, find-image): Mention max-image-size in
4253 docstring.
4254
4255 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
4256
4257 * savehist.el (savehist-load): Revert to checking XEmacs.
4258
4259 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
4260 Various docstring and line-width fixups.
4261 (conf-mode): Use cond.
4262 Set font-lock-defaults. Don't set comment-use-syntax.
4263
4264 2005-10-18 David Ponce <david@dponce.com>
4265
4266 * tree-widget.el (tree-widget-button-click): New function.
4267 (tree-widget-button-keymap): Use it.
4268
4269 2005-10-18 Romain Francoise <romain@orebokech.com>
4270
4271 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
4272 (bookmark-bmenu-hide-filenames): Add follow-link property.
4273 Improve help-echo text.
4274
4275 * ffap.el (find-file-at-point): Doc fix.
4276
4277 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4278
4279 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
4280
4281 2005-10-18 Masatake YAMATO <jet@gyve.org>
4282
4283 Install to the CVS repository what I forgot to install in my
4284 2005-10-16 changes.
4285
4286 * progmodes/python.el (python-complete-symbol): Pass the common
4287 prefix substring of completion to `display-completion-list'.
4288
4289 * textmodes/org.el (org-complete): Ditto.
4290
4291 2005-10-18 Masatake YAMATO <jet@gyve.org>
4292
4293 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
4294
4295 * woman.el (WoMan-xref-man-page): New button type derived
4296 from `Man-abstract-xref-man-page'.
4297 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
4298
4299 * man.el (Man-abstract-xref-man-page): New button type.
4300 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
4301 (Man-highlight-references): Add new optional argument `xref-man-type'.
4302
4303 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
4304
4305 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
4306
4307 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
4308
4309 * cus-edit.el (Custom-move-and-invoke): Delete.
4310 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
4311
4312 * wid-edit.el (widget-move-and-invoke): New function, from
4313 Custom-move-and-invoke.
4314
4315 2005-10-17 Bill Wohler <wohler@newt.com>
4316
4317 Move all remaining images from lisp/toolbar to etc/images, move
4318 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
4319 the low resolution images in their own directory (low-color).
4320
4321 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*,
4322 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*:
4323 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*:
4324 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*:
4325 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*:
4326 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*:
4327 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
4328
4329 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
4330 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
4331 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
4332 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
4333 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
4334 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
4335 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
4336 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
4337 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
4338 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
4339 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
4340 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
4341 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
4342 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
4343 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
4344
4345 To conform with convention, replace the underscore (_) in the
4346 following image names with dash (-) or (/) as appropriate.
4347
4348 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
4349 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
4350 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
4351 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
4352 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
4353 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
4354 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
4355 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
4356 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
4357 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
4358 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
4359 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
4360 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
4361 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
4362 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
4363
4364 * info.el (info-tool-bar-map): Replace underscores in image names
4365 with dashes.
4366
4367 * makefile.w32-in (WINS): Remove toolbar.
4368
4369 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
4370
4371 * tool-bar.el: Move to lisp from toolbar. Now that
4372 toolbar is empty, it should be deleted when folks run "cvs up -P".
4373
4374 2005-10-18 Jay Belanger <belanger@truman.edu>
4375
4376 * calc/calc-store.el (calc-store-into): Get the proper variable name
4377 to display in message.
4378
4379 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
4380
4381 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
4382 expressions display in speedbar for all buffers when debugging.
4383 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
4384
4385 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
4386 (speedbar-insert-button, speedbar-make-button):
4387 Use add-text-properties.
4388 (speedbar-update-localized-contents)
4389 (speedbar-update-directory-contents)
4390 (speedbar-update-special-contents): Use dolist.
4391 (speedbar-buffer-easymenu-definition): Add a menu separator.
4392
4393 2005-10-17 Jason Rumney <jasonr@gnu.org>
4394
4395 * makefile.w32-in: Use $(lisp) consistently.
4396 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
4397 for shell specific generation of mh-autoloads.
4398
4399 2005-10-17 Richard M. Stallman <rms@gnu.org>
4400
4401 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
4402
4403 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
4404
4405 * jit-lock.el (jit-lock-fontify-now):
4406 Move jit-lock-context-unfontify-pos to avoid wasted work.
4407
4408 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
4409
4410 * net/tramp.el (tramp-completion-mode): New defvar. Used in
4411 `tramp-completion-mode' for checking if we are in completion mode.
4412 (tramp-completion-handle-file-name-all-completions): Reorder code
4413 in order to complete for file names only in case there are no
4414 method/user/host completions. This is necessary for cooperation
4415 with ido. Reported by Kim F. Storm <storm@cua.dk>.
4416
4417 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
4418
4419 * longlines.el (longlines-search-forward)
4420 (longlines-search-backward): Match any number of spaces.
4421
4422 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
4423
4424 * diff-mode.el (diff-mode): Doc fix.
4425
4426 2005-10-16 David Reitter <david.reitter@gmail.com>
4427
4428 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
4429 as default on darwin and windows systems.
4430
4431 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
4432
4433 * arc-mode.el (archive-zip-extract): Doc fix.
4434
4435 2005-10-16 Romain Francoise <romain@orebokech.com>
4436
4437 * mouse.el (mouse-1-click-follows-link): Doc fix.
4438
4439 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
4440
4441 * savehist.el: Don't require CL at runtime.
4442 (savehist-xemacs): Remove.
4443 (savehist-coding-system): Use utf-8 if present, regardless of religion.
4444 (savehist-no-conversion): Use (featurep 'xemacs).
4445 (savehist-load): Check existence of start-itimer rather than XEmacs.
4446 Use an idle timer.
4447 (savehist-process-for-saving): Replace use of CL funs `subseq' and
4448 `delete-if-not'.
4449
4450 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
4451
4452 * savehist.el: Newer version.
4453 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
4454 (savehist-last-checksum, savehist-no-conversion): New vars.
4455 (savehist-autosave, savehist-process-for-saving, savehist-printable):
4456 New functions.
4457 (savehist-load, savehist-save): Use them.
4458 (savehist-delimit): Remove.
4459
4460 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
4461
4462 * progmodes/compile.el (compilation-goto-locus): Display the
4463 compilation buffer first and the source buffer second, in case they're
4464 in overlapping frames. Don't raise the compilation frame if it was the
4465 selected window upon entry. Pass the `other-window' arg to
4466 pop-to-buffer.
4467
4468 * info.el (Info-fontify-node): Use dolist.
4469 Change add-text-properties to put-text-property.
4470
4471 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4472
4473 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
4474 bound of search.
4475
4476 2005-10-16 Masatake YAMATO <jet@gyve.org>
4477
4478 * dabbrev.el (dabbrev-completion): Pass the common
4479 prefix substring of completion to `display-completion-list'.
4480
4481 * filecache.el (file-cache-minibuffer-complete)
4482 (file-cache-complete): Ditto.
4483
4484 * tempo.el (tempo-display-completions): Ditto.
4485
4486 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
4487
4488 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
4489
4490 * eshell/em-hist.el (eshell-list-history): Ditto.
4491
4492 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
4493
4494 * mail/mailalias.el (mail-complete): Ditto.
4495
4496 * progmodes/etags.el (complete-tag): Ditto.
4497
4498 * progmodes/make-mode.el (makefile-complete): Ditto.
4499
4500 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
4501
4502 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
4503
4504 * progmodes/pascal.el (pascal-complete-word)
4505 (pascal-show-completions): Ditto.
4506
4507 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
4508
4509 * simple.el (completion-common-substring): New variable.
4510 (completion-setup-function): Use `completion-common-substring'
4511 to put faces.
4512
4513 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4514
4515 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
4516 (x-get-selection, mac-select-convert-to-string): Convert from/to
4517 UTF-16 clipboard data as in native byte order, no BOM.
4518
4519 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
4520
4521 * progmodes/gud.el (gud-tool-bar-map): Rename the images
4522 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
4523 (gud-sentinel): Use speedbar-frame to check for speedbar.
4524
4525 2005-10-15 Richard M. Stallman <rms@gnu.org>
4526
4527 * savehist.el: New file.
4528
4529 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
4530
4531 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
4532 Fix bug in \bf fontification.
4533
4534 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
4535
4536 * pcvs.el (cvs-edit-log-files): New var.
4537 (cvs-mode-edit-log): New arg `file'.
4538 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
4539 Instead force the use of the original file and nothing else.
4540 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
4541 the cvs-minor-wrap-function is set.
4542 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
4543
4544 2005-10-14 Bill Wohler <wohler@newt.com>
4545
4546 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
4547 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
4548 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
4549 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
4550 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
4551 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
4552 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
4553 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
4554 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
4555 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
4556 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
4557 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
4558 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
4559 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
4560 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
4561
4562 * progmodes/gud.el (gud-tool-bar-map): Rename the images
4563 appropriately (for example, gud-break to gud/break).
4564
4565 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
4566
4567 * longlines.el (longlinges-search-function)
4568 (longlines-search-forward, longlines-search-backward): New functions.
4569 (longlines-mode): Set isearch-search-fun-function to
4570 longlinges-search-function.
4571
4572 * mouse.el (mouse-drag-region-1): Handle the case where a
4573 double-click event is bound to an arbitrary function.
4574
4575 2005-10-14 David Ponce <david@dponce.com>
4576
4577 * recentf.el (recentf-track-opened-file)
4578 (recentf-track-closed-file, recentf-update-menu)
4579 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
4580 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
4581 mouse-1-click-follows-link.
4582
4583 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4584
4585 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
4586 Gnome file-manager.png. Suggested by
4587 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
4588
4589 * toolbar/README: Add diropen.xpm.
4590
4591 2005-10-13 Bill Wohler <wohler@newt.com>
4592
4593 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
4594 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
4595
4596 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
4597
4598 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
4599 Don't waste the byte-compiler's time on constant data.
4600
4601 2005-10-13 Kenichi Handa <handa@m17n.org>
4602
4603 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
4604 byte with `escape-glyph' face.
4605
4606 * international/fontset.el (ccl-encode-unicode-font):
4607 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
4608 Handle the case that ucs-mule-to-mule-unicode translates a character to
4609 ASCII (usually for IPA characters).
4610
4611 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
4612
4613 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
4614 Don't hide the underline of titles if font-lock-mode is disabled.
4615
4616 2005-10-12 Bill Wohler <wohler@newt.com>
4617
4618 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
4619 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
4620 files in MH-E-SRC have been updated.
4621 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
4622
4623 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
4624
4625 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
4626 (mixal-mode-syntax-table): Add \n as end-comment.
4627 (mixal-operation-codes-alist): Immediately initialize to full value.
4628 (mixal-add-operation-code): Remove.
4629 (mixal-describe-operation-code): Make the arg non-optional.
4630 Use the interactive spec instead.
4631 Use mixal-operation-codes-alist rather than mixal-operation-codes.
4632 (mixal-font-lock-keywords): Don't highlight comments here any more.
4633 (mixal-font-lock-syntactic-keywords): New var.
4634 (mixal-mode): Use it. Fix comment-start-skip.
4635
4636 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4637
4638 * startup.el (command-line-x-option-alist): -nb => -nbi
4639
4640 2005-10-12 Kim F. Storm <storm@cua.dk>
4641
4642 * startup.el (fancy-splash-default-action): Discard mouse click in
4643 the splash screen window, as it has no sensible meaning in the
4644 next window to be selected. Fixes error reported by Jan D.
4645
4646 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
4647
4648 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
4649
4650 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
4651
4652 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
4653 Try to fix up minor layout issues like indentation, line break, etc...
4654 (mixal-mode-syntax-table): Don't try to specify comment syntax,
4655 because it doesn't work.
4656 (mixal-operation-codes): Add some more codes.
4657 (mixal-font-lock-keywords): Process comments here.
4658 (mixal-mode): mixasm no longer needs -g option.
4659
4660 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
4661
4662 * progmodes/sh-script.el (sh-tmp-file):
4663 Use mktemp -t. Finish support for es and rc shells.
4664
4665 2005-10-11 Jay Belanger <belanger@truman.edu>
4666
4667 * calc/calcalg2.el (calc-integral): With an argument, compute the
4668 definite integral.
4669
4670 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
4671
4672 * mouse.el (mouse-drag-region-1): Don't try to catch a
4673 double-click when doing follow-link (it's overridden anyway).
4674
4675 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
4676
4677 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
4678 (autoload-print-form-outbuf): Add docstring.
4679
4680 2005-10-11 Juri Linkov <juri@jurta.org>
4681
4682 * info.el (Info-mode-menu): Delete menu item "Edit".
4683 (Info-mode): Delete description of Info-edit from docstring,
4684 and rearrange descriptions of Info commands in the order
4685 they are documented in the Info manual.
4686
4687 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
4688
4689 * calendar/appt.el (appt-check): Use diary-selective-display var.
4690
4691 2005-10-10 Richard M. Stallman <rms@gnu.org>
4692
4693 * net/newsticker.el (newsticker-start, newsticker-show-news):
4694 Add autoload cookies.
4695
4696 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
4697
4698 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
4699
4700 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
4701
4702 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
4703
4704 2005-10-10 Jay Belanger <belanger@truman.edu>
4705
4706 * calc/calc-arith.el (math-check-known-scalarp)
4707 (math-check-known-matrixp): Check the values of arguments that are
4708 variables.
4709 (math-check-known-square-matrixp): New function.
4710 (math-known-square-matrixp): Use math-check-known-square-matrixp.
4711 (math-super-types): Add sqmatrix type.
4712
4713 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
4714 mode name `square' to 'sqmatrix'.
4715
4716 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
4717 mode name `square' to 'sqmatrix'.
4718
4719 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
4720
4721 * progmodes/etags.el (select-tags-table-mode): Don't use
4722 selective-display.
4723 (tags-select-tags-table): Pass `button' to the action function.
4724 (select-tags-table): Place the side-info on button properties rather
4725 than in hidden text. Abbreviate file names.
4726 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
4727 (select-tags-table-select): Add `button' argument.
4728 Get side-info from the button property rather than from hidden text.
4729
4730 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
4731
4732 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
4733 (gud-speedbar-buttons): Preserve point if possible.
4734 (gud-sentinel): Restore previous speedbar display type.
4735
4736 * progmodes/gdb-ui.el (gdba): Improve diagram.
4737 (def-gdb-auto-update-handler, gdb-info-locals-handler)
4738 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
4739 Call get-buffer-window once.
4740
4741 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
4742
4743 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
4744 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
4745 (pascal-indent-command): Remove unused var `ind'.
4746 (pascal-indent-case): Remove unused var `oldpos'.
4747 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
4748 since it's now used as a proper minor mode map.
4749 (pascal-outline): Rename to pascal-outline-mode.
4750 (pascal-outline-mode): Use define-minor-mode.
4751 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
4752 selective-display.
4753
4754 2005-10-10 Andreas Schwab <schwab@suse.de>
4755
4756 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
4757 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
4758
4759 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
4760 outside source directory.
4761
4762 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
4763
4764 * textmodes/org.el: (org-mode-map): Explicit definition of `C-c
4765 C-x' as a prefix.
4766 (orgtbl-mode-map): Full keymap instead of sparse, because all
4767 `self-insert-command' keys are redefined in this map.
4768 (org-export-as-html): Specify charset for HTML file, by taking it
4769 from the coding system.
4770
4771 2005-10-10 Kenichi Handa <handa@m17n.org>
4772
4773 * textmodes/flyspell.el (flyspell-check-word-p):
4774 If unread-command-events is non-empty, don't call sit-for.
4775
4776 2005-10-09 Richard M. Stallman <rms@gnu.org>
4777
4778 * font-lock.el (font-lock-syntactic-keywords)
4779 (font-lock-keywords): Doc fixes.
4780
4781 * textmodes/flyspell.el (flyspell-external-point-words):
4782 Simplify logic, and don't try to check for consecutive appearances
4783 of one incorrect word.
4784
4785 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
4786
4787 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
4788 separator.
4789
4790 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
4791 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
4792 (gud-expansion-speedbar-buttons): New function.
4793 (gud-speedbar-buttons): Check for gud-comint-buffer.
4794
4795 2005-10-09 Bill Wohler <wohler@newt.com>
4796
4797 * Makefile.in (updates): Add mh-loaddefs dependency.
4798
4799 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
4800
4801 * speedbar.el (speedbar-file-key-map): Fix typo.
4802
4803 2005-10-09 Daniel Brockman <daniel@brockman.se>
4804
4805 * cus-start.el (line-spacing): Add custom spec.
4806
4807 2005-10-09 Romain Francoise <romain@orebokech.com>
4808
4809 * textmodes/ispell.el (ispell-check-version): Fix last change.
4810
4811 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4812
4813 * term/x-win.el: Remove -i, --icon-type from comment.
4814
4815 * startup.el (command-line-x-option-alist): Remove options -i,
4816 -itype, --icon-type, added -nb, --no-bitmap-icon
4817
4818 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
4819
4820 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
4821 instead of :active.
4822
4823 2005-10-08 Eric Hanchrow <offby1@blarg.net>
4824
4825 * textmodes/ispell.el (ispell-check-version):
4826 Ignore hyphen, and all that follows, in aspell's version text.
4827
4828 2005-10-08 Jay Belanger <belanger@truman.edu>
4829
4830 * calc/calc-arith.el (math-known-square-matrixp): New function.
4831 (math-pow-fancy): Check for matrices before distributing exponent
4832 across products.
4833
4834 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
4835 fullscreen keypad. Suggested by Luc Teirlinck.
4836 (calc-keypad-show-input): Add space for formatting.
4837
4838 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
4839 Add square matrix option.
4840
4841 * calc/calc-poly.el (math-expand-term): Check for matrices instead
4842 of checking calc-matrix-mode when deciding how to expand.
4843
4844 * calc/calc.el (calc-set-mode-line): Add square matrix option.
4845
4846 2005-10-08 Lars Hansen <larsh@soem.dk>
4847
4848 * net/tramp.el (tramp-perl-directory-files-and-attributes):
4849 Add error handling.
4850 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
4851
4852 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
4853
4854 Sync with Tramp 2.0.51.
4855
4856 * net/tramp.el (tramp-handle-set-visited-file-modtime)
4857 (tramp-handle-insert-file-contents, tramp-handle-write-region):
4858 Insert special handling for `last-coding-system-used', again
4859 it still seems to be necessary (unlike stated before).
4860 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
4861 (tramp-password-prompt-regexp): There might be other words before
4862 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
4863 (tramp-chunksize): Improve docstring.
4864 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
4865 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
4866 Christian Joergensen <bugs@razor.dk>.
4867
4868 2005-10-07 Glenn Morris <rgm@gnu.org>
4869
4870 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
4871 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
4872 precision'.
4873
4874 2005-10-07 Romain Francoise <romain@orebokech.com>
4875
4876 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
4877 (ibuffer-do-shell-command-pipe-replace)
4878 (ibuffer-do-shell-command-file, ibuffer-do-eval)
4879 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
4880 (ibuffer-do-revert, ibuffer-do-replace-regexp)
4881 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
4882 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
4883 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
4884 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
4885 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
4886 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
4887 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
4888 Autoload file sans suffix.
4889
4890 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
4891
4892 2005-10-07 David Ponce <david@dponce.com>
4893
4894 * recentf.el (recentf-menu-open-all-flag): New option.
4895 (recentf-digit-shortcut-command-name): New function.
4896 (recentf--shortcuts-keymap): New variable.
4897 (recentf-menu-shortcuts): New variable.
4898 (recentf-make-menu-items): Initialize it. Replace the "More..."
4899 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
4900 (recentf-menu-value-shortcut): New function.
4901 (recentf-make-menu-item): Use it. No more in-lined.
4902 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
4903 (recentf-open-most-recent-file): Rename from
4904 `recentf-open-file-with-key'. Don't depend on key binding.
4905 (recentf-mode-map): New variable.
4906 (recentf-mode): Use it.
4907
4908 2005-10-06 Bill Wohler <wohler@newt.com>
4909
4910 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
4911
4912 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
4913 (MH-E-SRC): New. Used by mh-autoloads.
4914 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
4915 files in MH-E-SRC have been updated.
4916 (compile, recompile, bootstrap): Depend on mh-autoloads.
4917
4918 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
4919
4920 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
4921 gud-break and gud-remove icons when the fringe is not available.
4922
4923 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
4924 Typo.
4925
4926 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
4927
4928 * play/zone.el (zone): Wrap body with save-window-excursion.
4929
4930 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
4931
4932 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
4933 Use the new `list-only' arg to diary-list-entries.
4934
4935 * calendar/diary-lib.el: Use overlays rather than selective-display.
4936 (diary-selective-display): New var.
4937 (diary-header-line-format): Use it.
4938 (diary-list-entries): Add argument `list-only'.
4939 Put the buffer in diary-mode. Don't add \^M at beg and end.
4940 Replace \^M by invisible overlays.
4941 (diary-unhide-everything): Replace \^M by invisible overlays.
4942 (print-diary-entries): Look for overlays rather than \^M.
4943 Add a space to the temp buffer name.
4944 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
4945 Put the buffer in diary-mode.
4946 (list-sexp-diary-entries): Replace \^M by invisible overlays.
4947 (diary-anniversary): Make the year arg optional.
4948 (diary-time-regexp): New const.
4949 (diary-font-lock-keywords): Use it to accept a few more time formats.
4950
4951 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
4952
4953 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
4954
4955 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
4956 Fix bug introduced 2005-07-03: Use (car (last ...))
4957 to faithfully reproduce replaced artist-last.
4958 (artist-set-arrow-points-for-poly): Likewise.
4959 Suggested by Johan Bockg\e,Ae\e(Brd.
4960
4961 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
4962
4963 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
4964 * wid-edit.el (widget):
4965 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
4966 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
4967
4968 2005-10-06 Kenichi Handa <handa@m17n.org>
4969
4970 * international/mule-cmds.el (set-language-environment):
4971 Fix setting up of case-table for unibyte mode.
4972
4973 * simple.el (what-cursor-position): If the character is displayed
4974 by some `display' text property, show that. Don't use
4975 single-key-description for eight-bit characters in multibyte mode.
4976
4977 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
4978
4979 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
4980 (gdb-ann3): Set it.
4981 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
4982 (gdb-info-frames-custom): Use inverse-video for first five
4983 characters of selected frame only.
4984 (gdb-get-frame-number): Select frame even when point is on frame
4985 number.
4986
4987 2005-10-06 Masatake YAMATO <jet@gyve.org>
4988
4989 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
4990 Put `font-lock-function-name-face'.
4991 (gdb-info-frames-custom): Put `font-lock-function-name-face'
4992 and `font-lock-variable-name-face'
4993 (gdb-registers-font-lock-keywords): New font lock keywords definition.
4994 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
4995 (gdb-memory-font-lock-keywords): New font lock keywords definition.
4996 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
4997 (gdb-local-font-lock-keywords): New font lock keywords definition.
4998 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
4999 (gdb-threads-font-lock-keywords): New font lock keywords definition.
5000 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
5001
5002 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
5003
5004 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
5005 (ediff-merge-region-is-non-clash-to-skip): Previously called
5006 ediff-merge-region-is-non-clash.
5007
5008 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
5009 Use insert-buffer-substring.
5010
5011 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
5012 selecting files to patch. Also bug fixes.
5013
5014 * ediff-util.el (ediff-setup): Bug fix.
5015 (ediff-next-difference): Never skip clashes that differ in white
5016 space only.
5017
5018 * ediff-wind.el (ediff-setup-control-frame)
5019 (ediff-destroy-control-frame): Check the menubar feature.
5020
5021 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
5022 (viper-refresh-mode-line): Use make-local-variable to localize
5023 some vars instead of make-variable-buffer-local. Suggested by
5024 Stefan Monnier.
5025
5026 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
5027 (viper-restore-cursor-type, viper-set-insert-cursor-type):
5028 Use make-local-variable instead of make-variable-buffer-local.
5029 Suggested by Stefan Monnier.
5030
5031 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
5032 (viper-comint-mode-hook): Use make-local-variable on
5033 require-final-newline.
5034 (viper-non-hook-settings): Don't use make-variable-buffer-local.
5035
5036 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
5037
5038 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
5039 also the second char of a comment-start sequence.
5040 (scheme-sexp-comment-syntax-table): New var.
5041 (lambda, define): Set their scheme-doc-string-elt property.
5042 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
5043 Use lisp-font-lock-syntactic-face-function now that it properly
5044 handles |...| symbols.
5045 (scheme-mode-variables): Set lisp-doc-string-elt-property,
5046 parse-sexp-lookup-properties and font-lock-extra-managed-props.
5047
5048 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
5049 bit from # to |.
5050 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
5051
5052 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
5053 (lisp-doc-string-elt-property): New var.
5054 (lisp-font-lock-syntactic-face-function): Use it.
5055 Rewrite to recognize docstrings even for forms not at toplevel.
5056
5057 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
5058 annotation on the | part of #| rather than on the # part.
5059 (scheme-font-lock-syntactic-face-function): New function, to
5060 distinguish strings from |...| symbols.
5061 (scheme-mode-variables): Use it. Also fix up the font-lock-time
5062 syntax-table so that #|...|# is properly highlighted.
5063
5064 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
5065 Don't mark as docstring the 3rd elem of an unknown toplevel form.
5066
5067 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
5068
5069 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
5070 and C-e.
5071
5072 * emacs-lisp/eldoc.el: Move comments into docstrings.
5073 (eldoc-message-commands): Initialize in its declaration.
5074 Add move-beginning-of-line and move-end-of-line.
5075 (eldoc-add-command, eldoc-add-command-completions)
5076 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
5077
5078 * outline.el (outline-mark-subtree): Activate the mark.
5079
5080 * calendar/appt.el (appt-time-regexp): New var.
5081 (appt-add, appt-make-list): Use it.
5082 (appt-convert-time): Clean up.
5083
5084 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
5085 Don't set any syntax-table property here.
5086 (tex-font-lock-verb): New function. Do it here.
5087 (tex-font-lock-syntactic-keywords): Use it.
5088
5089 2005-10-04 Richard M. Stallman <rms@gnu.org>
5090
5091 * wid-edit.el (widget-file-complete): Get the widget start point
5092 the right way. Default directory to `/' if file has none.
5093
5094 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
5095
5096 * textmodes/flyspell.el (flyspell-mode-on):
5097 Call ispell-maybe-find-aspell-dictionaries.
5098
5099 * textmodes/ispell.el (ispell-word, ispell-region):
5100 Call ispell-maybe-find-aspell-dictionaries.
5101 (ispell-accept-buffer-local-defs):
5102 Don't call ispell-maybe-find-aspell-dictionaries
5103
5104 2005-10-04 Richard M. Stallman <rms@gnu.org>
5105
5106 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
5107
5108 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
5109
5110 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
5111 instead of `fboundp' in order to allow for anonymous functions.
5112
5113 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
5114
5115 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
5116 case the user clicks on the link while another window is selected.
5117 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
5118
5119 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
5120 functionality.
5121 (dframe-help-echo): Save point in case mouse tracking is off.
5122
5123 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
5124
5125 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
5126
5127 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
5128
5129 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
5130 not change the global value of those vars.
5131
5132 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
5133 make-local-variable which we do not need any more.
5134
5135 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
5136
5137 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
5138 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
5139 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
5140 (speedbar-path-line): Define obsolete aliases.
5141 (speedbar-line-directory): Doc fix.
5142
5143 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
5144 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
5145 instead of speedbar-line-path.
5146
5147 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5148
5149 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
5150 to nil if dropping on a window. Handle dropping on a minibuffer window
5151 like dropping on a non-window part of Emacs.
5152
5153 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
5154
5155 * net/ange-ftp.el: Use with-current-buffer.
5156 (ange-ftp-insert-directory): Do not follow symlinks any more.
5157
5158 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
5159 Remove interactive spec.
5160
5161 2005-10-03 Kim F. Storm <storm@cua.dk>
5162
5163 * ido.el (ido-mode): Use custom-initialize-set.
5164
5165 2005-10-02 Richard M. Stallman <rms@gnu.org>
5166
5167 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
5168 Use insert-buffer-substring.
5169
5170 * net/tramp.el: Pacify byte compiler warnings in pacification code.
5171 (tramp-handle-file-local-copy): Use insert-buffer-substring.
5172
5173 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
5174
5175 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
5176 in last change.
5177 (ange-ftp-insert-directory): Fix up the search for the case where
5178 `file' is absolute.
5179
5180 2005-10-02 Romain Francoise <romain@orebokech.com>
5181
5182 * progmodes/compile.el (compile-goto-error): Delete extra paren.
5183
5184 2005-10-02 Andreas Schwab <schwab@suse.de>
5185
5186 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
5187 directory component in the session info.
5188
5189 2005-10-01 Richard M. Stallman <rms@gnu.org>
5190
5191 * comint.el (comint-redirect-subvert-readonly): Doc fix.
5192
5193 * simple.el (next-error-internal): New function.
5194
5195 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
5196 (compilation-start): Pass new arg to compilation-buffer-name.
5197 (compile-goto-error): Use next-error-internal.
5198
5199 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
5200
5201 * speedbar.el: Remove RCS tag.
5202 (speedbar-check-read-only): Handle non-existent files.
5203
5204 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
5205
5206 * info.el (Info-speedbar-hierarchy-buttons)
5207 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
5208
5209 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5210
5211 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
5212 Do not match newline.
5213 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
5214 (bibtex-summary): Remove unnecessary save-excursion.
5215 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
5216
5217 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5218
5219 * term/mac-win.el: Add charset info for "iso10646-1".
5220 Modify default fontset to use ATSUI-compatible fonts for some charsets
5221 if available.
5222
5223 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
5224
5225 * speedbar.el: Re-apply arch tag.
5226 (speedbar-version): Rename to version 1.0. Suggested by Eric
5227 M. Ludlam.
5228 Reapply two changes from Emacs CVS' version of speedbar lost
5229 during the merge:
5230 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
5231 (speedbar-frame-parameters): Improve customize type.
5232
5233 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
5234
5235 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
5236 (ange-ftp-file-directory-p): Fix the symlink case.
5237 (ange-ftp-insert-directory): When listing a single file, get a list of
5238 the parent buffer and extract the relevant line. Inspired from a patch
5239 by Katsumi Yamaoka <yamaoka@jpl.org>.
5240 (ange-ftp-file-name-sans-versions): Simplify.
5241
5242 2005-09-30 Bill Wohler <wohler@newt.com>
5243
5244 Move MH-E image files from toolbar and mail directories into
5245 etc/images.
5246
5247 * mail/reply2.*: Move to etc/images/mail/reply*.
5248
5249 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
5250 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
5251 etc/images.
5252
5253 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
5254 * toolbar/reply*: Move to etc/images/mail.
5255
5256 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
5257
5258 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
5259
5260 * speedbar.el: New version 1.0pre3.
5261
5262 Frame management code (including timer, and mouse click specifics)
5263 moved to dframe.el:
5264 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
5265 (speedbar-timer): Removed. Use dframe-timer.
5266 (speedbar-close-frame): Removed. Use dframe-close-frame.
5267 (speedbar-activity-change-focus-flag): Removed. Use
5268 dframe-activity-change-focus-flag.
5269 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
5270 dframe-update-speed.
5271
5272 (speedbar-current-frame): New macro. Use this instead of the
5273 variable speedbar-frame.
5274
5275 (speedbar-use-images, speedbar-expand-image-button-alist)
5276 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
5277
5278 (speedbar-find-image-on-load-path): Removed. Replaced by
5279 defezimage in ezimage.el.
5280 (speedbar-expand-image-button-alist): Removed. Replaced by
5281 ezimage-expand-image-button-alist in ezimage.el.
5282
5283 (speedbar-ignored-directory-regexp)
5284 (speedbar-add-ignored-directory-regexp)
5285 (speedbar-ignored-directory-expressions)
5286 (speedbar-line-directory, speedbar-buffers-line-directory)
5287 (speedbar-directory-line, speedbar-buffers-line-directory):
5288 Renamed, replacing `path' with `directory'.
5289
5290 (speedbar-create-directory, speedbar-expand-line-descendants)
5291 (speedbar-toggle-line-expansion)
5292 (speedbar-contract-line-descendants): New commands.
5293
5294 (speedbar-query-confirmation-method, speedbar-select-frame-method)
5295 (speedbar-use-tool-tips-flag): New options.
5296
5297 (speedbar-check-read-only, speedbar-require-version)
5298 (speedbar-insert-separator, speedbar-buffers-tail-notes)
5299 (speedbar-handle-delete-frame, speedbar-try-completion)
5300 (speedbar-update-localized-contents): New functions.
5301
5302 (speedbar-incompatible-version, speedbar-ro-to-do-point)
5303 (speedbar-object-read-only-indicator): New variables.
5304
5305 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
5306 New hooks.
5307
5308 (speedbar-separator-face): New face.
5309
5310 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
5311 (speedbar-ignored-modes): Add fundamental-mode.
5312 (speedbar-directory-unshown-regexp): Add . directories.
5313
5314 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
5315 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
5316 `]' for full expand/close.
5317 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
5318
5319 (speedbar-check-vc): Support hidden files.
5320 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
5321 (speedbar-this-file-in-vc): Use vc-state if available. If VC
5322 state is nil, it is not checked out.
5323
5324 (speedbar-line-text, speedbar-line-token): Support expand buttons
5325 with no text.
5326 (speedbar-refresh): Universal argument acts as power-click.
5327 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
5328 that buffer to get variable values.
5329
5330 And many other bugfixes.
5331
5332 * dframe.el, ezimage.el, sb-image.el: New files.
5333
5334 * sb-*.xpm: Remove files. New image files installed into
5335 etc/images/ezimage.
5336
5337 2005-09-30 Kenichi Handa <handa@m17n.org>
5338
5339 * ps-mule.el (ps-mule-show-warning): If a character is in
5340 ps-print-translation-table, don't treat it as non-printable.
5341
5342 2005-09-30 David Ponce <david@dponce.com>
5343
5344 * tree-widget.el (tree-widget-themes-load-path): New variable.
5345 (tree-widget-themes-directory): Doc fix.
5346 (tree-widget-image-formats) [Emacs]: Doc fix.
5347 (tree-widget--locate-sub-directory): New function.
5348 (tree-widget-themes-directory): Use it.
5349
5350 * recentf.el (recentf-filename-handlers): Rename from
5351 `recentf-filename-handler'. Allow a list of functions.
5352 (recentf-menu-items-for-commands): Fix :help strings.
5353 (recentf-apply-filename-handlers): New function.
5354 (recentf-expand-file-name): Use it.
5355 (recentf-cleanup): Remove duplicates too.
5356
5357 2005-09-29 Juri Linkov <juri@jurta.org>
5358
5359 * faces.el: Rearrange face definitions to be in the same order as
5360 their face descriptions in "(emacs)Standard Faces".
5361
5362 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
5363
5364 * tooltip.el (tooltip): Add group `basic-faces'.
5365
5366 * buff-menu.el (Buffer-menu-buffer): Remove group
5367 `font-lock-highlighting-faces'.
5368
5369 * progmodes/compile.el (compilation-error, compilation-warning)
5370 (compilation-info, compilation-line-number, compilation-column-number):
5371 Change group from `font-lock-highlighting-faces' to `compilation'.
5372
5373 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
5374 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
5375 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
5376 (vhdl-font-lock-reserved-words-face)
5377 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
5378 `font-lock-highlighting-faces'.
5379
5380 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
5381
5382 2005-09-28 Kim F. Storm <storm@cua.dk>
5383
5384 * emulation/cua-base.el: Set CUA move property on additional commands:
5385 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
5386 forward-sexp, backward-sexp, forward-list, backward-list.
5387
5388 2005-09-28 Romain Francoise <romain@orebokech.com>
5389
5390 * comint.el (comint-show-output): Really set point at the
5391 beginning of the output when not using `comint-use-prompt-regexp'.
5392
5393 2005-09-27 Jay Belanger <belanger@truman.edu>
5394
5395 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
5396 in TeX mode.
5397
5398 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
5399
5400 * textmodes/org.el (org-table-sum): Fix format string.
5401
5402 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
5403 Quote face names.
5404
5405 2005-09-26 Romain Francoise <romain@orebokech.com>
5406
5407 * isearch.el (isearch-forward-regexp): Close doc string.
5408
5409 2005-09-25 Richard M. Stallman <rms@gnu.org>
5410
5411 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
5412
5413 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
5414
5415 * progmodes/compile.el (compilation-error-properties):
5416 When getting the file from the previous error message,
5417 correctly decode the new data format.
5418
5419 * progmodes/cc-cmds.el (c-electric-paren):
5420 Call old-blink-paren only for close-paren.
5421
5422 2005-09-24 Andreas Schwab <schwab@suse.de>
5423
5424 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
5425 condition.
5426
5427 2005-09-25 Romain Francoise <romain@orebokech.com>
5428
5429 * dired-aux.el (dired-copy-file-recursive):
5430 * dired.el (dired-delete-file):
5431 * ediff-mult.el (ediff-dir-diff-copy-file):
5432 * ediff-util.el (ediff-test-save-region):
5433 * forms.el (forms-mode):
5434 * ido.el (ido-file-internal, ido-delete-file-at-head):
5435 * log-edit.el (log-edit-done):
5436 * ses.el (ses-yank-resize):
5437 * play/gomoku.el (gomoku-human-plays, gomoku)
5438 (gomoku-human-resigns, gomoku-prompt-for-other-game)
5439 (gomoku-offer-a-draw):
5440 * play/landmark.el (lm-human-resigns, lm):
5441 * net/eudcb-ldap.el (eudc-ldap-check-base):
5442 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
5443 * progmodes/ebrowse.el (ebrowse-find-pattern):
5444 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
5445 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
5446 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
5447
5448 * vc.el (vc-delete-file):
5449 * play/gomoku.el (gomoku-terminate-game, gomoku)
5450 (gomoku-prompt-for-move, gomoku-human-takes-back):
5451 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
5452 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
5453
5454 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
5455
5456 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
5457 color rxvt terminals by using the code xterm.el used to use before
5458 2005-04-09 in order to match the colors used by rxvt.
5459
5460 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
5461
5462 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
5463 colors rxvt-unicode terminals by using the same code as xterm.el.
5464
5465 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
5466
5467 * textmodes/tex-mode.el (tex-font-lock-append-prop)
5468 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
5469 new symbol used for the tex-verbatim face.
5470
5471 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
5472
5473 * woman.el (woman-file-name):
5474 * wid-edit.el (widget-file-prompt-value)
5475 (widget-coding-system-prompt-value):
5476 * w32-fns.el (set-w32-system-coding-system):
5477 * vc.el (vc-version-diff, vc-annotate):
5478 * textmodes/reftex-auc.el (reftex-arg-cite)
5479 (reftex-arg-index-tag):
5480 * textmodes/refer.el (refer-get-bib-files):
5481 * textmodes/artist.el (artist-figlet-choose-font):
5482 * terminal.el (terminal-emulator):
5483 * replace.el (occur-read-primary-args):
5484 * rect.el (string-rectangle, string-insert-rectangle):
5485 * ps-print.el (ps-print-preprint):
5486 * progmodes/pascal.el (pascal-goto-defun):
5487 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
5488 * progmodes/compile.el (compilation-find-file):
5489 * printing.el (pr-interactive-n-up):
5490 * play/animate.el (animate-birthday-present):
5491 * net/rcompile.el (remote-compile):
5492 * man.el (man, Man-goto-section, Man-follow-manual-reference):
5493 * mail/rmailsum.el (rmail-summary-search-backward)
5494 (rmail-summary-search):
5495 * mail/rmailout.el (rmail-output-read-rmail-file-name)
5496 (rmail-output-read-file-name):
5497 * mail/rmail.el (rmail-search, rmail-search-backwards):
5498 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
5499 * locate.el (locate):
5500 * international/quail.el (quail-show-keyboard-layout):
5501 * international/mule.el (set-buffer-file-coding-system)
5502 (revert-buffer-with-coding-system, set-file-name-coding-system)
5503 (set-terminal-coding-system, set-keyboard-coding-system)
5504 (set-next-selection-coding-system):
5505 * international/mule-diag.el (describe-coding-system)
5506 (describe-font, describe-fontset):
5507 * international/mule-cmds.el (universal-coding-system-argument)
5508 (search-unencodable-char, describe-input-method)
5509 (set-language-environment, describe-language-environment):
5510 * international/codepage.el (codepage-setup):
5511 * international/code-pages.el (codepage-setup):
5512 * info.el (Info-search, Info-follow-reference)
5513 (Info-search-backward):
5514 * emacs-lisp/advice.el (ad-read-advised-function)
5515 (ad-read-advice-class, ad-clear-cache, ad-activate)
5516 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
5517 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
5518 (ad-read-regexp):
5519 * ediff-util.el (ediff-toggle-regexp-match):
5520 * ediff-ptch.el (ediff-prompt-for-patch-file):
5521 * dired-aux.el (dired-diff):
5522 * diff.el (diff):
5523 * cus-edit.el (custom-variable-prompt):
5524 * calendar/timeclock.el (timeclock-ask-for-project):
5525 * calc/calcalg3.el (calc-get-fit-variables):
5526 * calc/calc-store.el (calc-edit-variable)
5527 (calc-permanent-variable):
5528 * vc-mcvs.el (vc-mcvs-register):
5529 * shadowfile.el (shadow-define-literal-group):
5530 * woman.el (woman-file-name):
5531 * vc.el (vc-version-diff, vc-merge):
5532 * textmodes/reftex-index.el (reftex-index-complete-tag):
5533 * format.el (format-decode-buffer, format-decode-region):
5534 * emulation/viper-cmd.el (viper-read-string-with-history):
5535 * emacs-lisp/debug.el (cancel-debug-on-entry):
5536 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
5537 * ediff.el (ediff-merge-revisions)
5538 (ediff-merge-revisions-with-ancestor, ediff-revision):
5539 * completion.el (interactive-completion-string-reader):
5540 * calc/calc-prog.el (calc-user-define-formula):
5541 Follow convention for reading with the minibuffer.
5542
5543 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
5544
5545 * progmodes/python.el (python-describe-symbol): Add globals() and
5546 locals() to the arguments of emacs.ehelp.
5547
5548 2005-09-24 Magnus Henoch <mange@freemail.hu>
5549
5550 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
5551 New function, code extracted from ispell-valid-dictionary-list.
5552 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
5553 Call it.
5554
5555 2005-09-24 Eli Zaretskii <eliz@gnu.org>
5556
5557 * subr.el (version-regexp-alist): Extend valid syntax for version
5558 strings: allow any of the characters -,_,+ to separate the
5559 alpha/beta/rc part from the version part. Doc fix.
5560 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
5561
5562 2005-09-23 David Reitter <david.reitter@gmail.com>
5563
5564 * mail/mailclient.el: New file.
5565
5566 2005-09-23 Richard M. Stallman <rms@gnu.org>
5567
5568 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
5569 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
5570 Doc fixes.
5571
5572 * progmodes/cc-mode.el (c-font-lock-init):
5573 Specify font-lock-lines-before.
5574
5575 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
5576
5577 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
5578 whole conflict.
5579
5580 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
5581
5582 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
5583 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
5584 of `remap' feature when available. Additional key bindings for
5585 better tty support.
5586 (org-mode-restart, org-force-self-insert): New commands.
5587 (org-time-stamp-inactive): New command.
5588 (org-remap): New function.
5589 (org-table-auto-blank-field, org-level-color-stars-only): New options.
5590 (org-enable-fixed-width-editor): Move to `org-structure'
5591 customization group.
5592 (org-self-insert-command, orgtbl-self-insert-command): Modify to
5593 blank field after field motion commands.
5594
5595 2005-09-23 Kenichi Handa <handa@m17n.org>
5596
5597 * international/mule-cmds.el (set-language-environment):
5598 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
5599 have to call utf-translate-cjk-load-tables.
5600
5601 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
5602
5603 * mouse.el (mouse-move-drag-overlay): Fix last change.
5604
5605 2005-09-22 David Ponce <david@dponce.com>
5606
5607 * tree-widget.el (tree-widget-value-create): Fix previous change.
5608
5609 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
5610
5611 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
5612
5613 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
5614
5615 * mouse.el (mouse-move-drag-overlay): New function.
5616 (mouse-drag-region-1): Use it.
5617 Try to simplify a bit the state handling. Handle clicks on links
5618 inside intangible areas.
5619 (mouse-save-then-kill): Minor simplification.
5620 (mouse-secondary-overlay): Make it always non-nil instead of
5621 recreating it each time.
5622 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
5623 (mouse-kill-secondary, mouse-secondary-save-then-kill):
5624 Simplify accordingly.
5625
5626 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
5627
5628 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
5629
5630 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
5631
5632 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
5633 (ediff-file-name-sans-prefix): Treat nil as an empty string.
5634 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
5635 to patch.
5636
5637 * ediff-util.el: Use insert-buffer-substring.
5638
5639 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
5640
5641 * emulation/viper-cmd.el (viper-change-state): Don't move over the
5642 field boundaries in the minibuffer.
5643 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
5644 (viper-minibuffer-post-command-hook): New hook.
5645 (viper-line): Don't move cursor at bolp.
5646
5647 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
5648
5649 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
5650 avoid compiler warnings.
5651
5652 * emulation/viper-macs.el (ex-map): Better messages.
5653
5654 * emulation/viper-utils.el (viper-beginning-of-field): New function.
5655
5656 * emulation/viper.el: Replace make-variable-buffer-local with
5657 viper-make-variable-buffer-local everywhere, to avoid warnings.
5658
5659 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
5660
5661 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
5662 Delete unused var `old-selected-window'.
5663 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
5664 (mouse-drag-secondary): Delete unused var `start-frame'.
5665
5666 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
5667
5668 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
5669
5670 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
5671
5672 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
5673 Re-indent within 80 columns. Use inhibit-read-only.
5674
5675 2005-09-19 Romain Francoise <romain@orebokech.com>
5676
5677 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
5678
5679 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
5680
5681 * font-lock.el (font-lock-default-fontify-region): Don't add a line
5682 unconditionally, since the after-change-function already did it.
5683
5684 2005-09-19 Miles Bader <miles@gnu.org>
5685
5686 * net/newsticker.el: Get rid of CVS keyword.
5687
5688 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
5689
5690 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
5691 The prompt is formatted later.
5692
5693 2005-09-19 David Ponce <david@dponce.com>
5694
5695 * tree-widget.el (tree-widget-value-create): Save the converted
5696 tree :node widget.
5697
5698 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
5699
5700 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
5701 variable `message'.
5702
5703 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
5704
5705 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
5706 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
5707 <slawomir.nowaczyk.847@student.lu.se>.
5708
5709 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
5710
5711 * image.el (image-load-path): Use symbol `data-directory' instead
5712 of its value, for backward compatibility with packages that bind
5713 it during `find-image'. Suggested by Katsumi Yamaoka.
5714 (image-search-load-path): Handle symbols whose values are strings.
5715
5716 2005-09-18 Romain Francoise <romain@orebokech.com>
5717
5718 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
5719 with-current-buffer form in save-excursion.
5720
5721 2005-09-18 D Goel <deego@gnufans.org>
5722
5723 * apropos.el (apropos-command): Fix `message' call: first arg
5724 should be a format spec. In this and all other cases that appear
5725 below and elsewhere in the source code, I made a change only when
5726 two conditions were satisfied: [1] I can think of a possibility
5727 that the arguments would cause an error, for example, the code in
5728 question relies on external variables such as filenames. [2] I
5729 was sure that the arg to `message' could not have been nil in the code.
5730
5731 * textmodes/tildify.el (tildify-region): Ditto.
5732
5733 * textmodes/reftex-index.el (reftex-index-change-entry)
5734 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
5735 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
5736 * textmodes/org.el (org-complete, org-deadline, org-schedule)
5737 (org-priority, org-table-sum):
5738 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
5739 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
5740 (flyspell-word, flyspell-display-next-corrections):
5741 * textmodes/bibtex.el (bibtex-print-help-message):
5742 * textmodes/artist.el (artist-key-set-point-poly):
5743 * term/mac-win.el (mac-services-insert-text):
5744 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
5745 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
5746 (vhdl-port-paste-testbench, vhdl-compose-new-component)
5747 (vhdl-compose-configuration):
5748 * progmodes/sh-script.el (sh-blink, sh-show-indent)
5749 (sh-set-indent, sh-learn-line-indent):
5750 * progmodes/ps-mode.el (ps-mode-target-column):
5751 * progmodes/idlwave.el (idlwave-make-tags)
5752 (idlwave-scan-library-catalogs):
5753 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
5754 * progmodes/gud.el (gud-jdb-analyze-source):
5755 * progmodes/flymake.el (flymake-log):
5756 * progmodes/ebnf2ps.el (ebnf-generate-region):
5757 * progmodes/cmacexp.el (c-macro-expansion):
5758 * progmodes/ada-xref.el (ada-treat-cmd-string):
5759 * progmodes/ada-mode.el (ada-create-case-exception-substring)
5760 (ada-justified-indent-current, ada-batch-reformat):
5761 * play/zone.el (zone):
5762 * play/landmark.el (lm-move):
5763 * play/decipher.el (decipher-show-alphabet):
5764 * net/newsticker.el (newsticker--display-jump)
5765 (newsticker--display-scroll):
5766 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
5767 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
5768 * mail/feedmail.el (feedmail-dump-message-to-queue):
5769 * eshell/esh-proc.el (eshell-remove-process-entry):
5770 * emulation/ws-mode.el (ws-last-error):
5771 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
5772 (viper-record-kbd-macro):
5773 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
5774 * emacs-lisp/lisp-mnt.el (lm-report-bug):
5775 * emacs-lisp/find-func.el (find-function-noselect):
5776 * calendar/timeclock.el (timeclock-status-string)
5777 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
5778 (timeclock-when-to-leave-string):
5779 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
5780 * calc/calc-units.el (calc-enter-units-table):
5781 * calc/calc-mode.el (calc-mode-record-mode):
5782 * woman.el (woman-mini-help):
5783 * wdired.el (wdired-change-to-wdired-mode):
5784 * vc.el (vc-retrieve-snapshot):
5785 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
5786 * startup.el (display-startup-echo-area-message):
5787 * simple.el (set-goal-column):
5788 * ses.el (ses-command-hook, ses-recalculate-cell):
5789 * server.el (server-process-filter):
5790 * printing.el (pr-interface-txt-print, pr-interface-printify)
5791 (pr-interface-ps):
5792 * pcvs.el (cvs-help):
5793 * log-edit.el (log-edit, log-edit-mode-help):
5794 * iswitchb.el (iswitchb-possible-new-buffer):
5795 * isearch.el (isearch-edit-string):
5796 * image-mode.el (image-mode, image-minor-mode):
5797 * ibuf-macs.el (define-ibuffer-filter):
5798 * hi-lock.el (hi-lock-find-patterns):
5799 * files.el (toggle-read-only):
5800 * ediff-util.el (ediff-copy-diff)
5801 (ediff-write-merge-buffer-and-maybe-kill):
5802 * echistory.el (Electric-history-undefined):
5803 * dnd.el (dnd-insert-text):
5804 * dired-aux.el (dired-query):
5805 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
5806 * bookmark.el (bookmark-bmenu-locate):
5807 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
5808 Fix `message' calls to ensure first arg is a format string.
5809 The change was made only when these two conditions were satisfied:
5810 [1] when there is a possibility that the arguments would cause an error
5811 for example, if the code in question relies on external variables
5812 such as filenames, and
5813 [2] if the arg to `message' could not have been nil in the code.
5814
5815 * pcomplete.el (pcomplete--help): Fix `message' format spec.
5816 Not having a %s would be weird, though not technically wrong.
5817
5818 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5819
5820 * term/mac-win.el (mac-add-charset-info): Doc fix.
5821
5822 2005-09-17 Romain Francoise <romain@orebokech.com>
5823
5824 * shell.el (shell-resync-dirs): Handle echoing processes more
5825 reliably. Don't insert resync command if `comint-process-echoes'
5826 is non-nil.
5827
5828 2005-09-17 Magnus Henoch <mange@freemail.hu>
5829
5830 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
5831 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
5832 aspell versions >= 0.60.
5833 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
5834 only if ispell-aspell-supports-utf8 is non-nil.
5835
5836 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
5837
5838 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
5839 buffer-local value to lisp-indent-function.
5840
5841 2005-09-17 Milan Zamazal <pdm@zamazal.org>
5842
5843 * progmodes/glasses.el (glasses-make-readable): If
5844 glasses-separator differs from underscore, put appropriate
5845 overlays over underscore characters.
5846 (glasses-convert-to-unreadable): If glasses-separator differs from
5847 underscore, try to convert glasses-separator characters to
5848 underscores.
5849
5850 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
5851
5852 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
5853 Use with-syntax-table and dolist.
5854
5855 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
5856
5857 * textmodes/reftex-auc.el:
5858 * textmodes/reftex-cite.el:
5859 * textmodes/reftex-dcr.el:
5860 * textmodes/reftex-global.el:
5861 * textmodes/reftex-parse.el:
5862 * textmodes/reftex-ref.el:
5863 * textmodes/reftex-sel.el:
5864 * textmodes/reftex-toc.el:
5865 * textmodes/reftex-vars.el:
5866 * textmodes/reftex.el: Small changes to remove compiler warnings.
5867
5868 * textmodes/reftex-index.el: Likewise.
5869 (reftex-query-index-phrase): More efficient use of markers.
5870
5871 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
5872
5873 * image.el (image-load-path): New variable.
5874 (image-search-load-path): New function.
5875 (find-image): Search for images in `image-load-path'.
5876
5877 2005-09-15 Richard M. Stallman <rms@gnu.org>
5878
5879 * follow.el: Change Maintainer field.
5880
5881 2005-09-15 David Ponce <david@dponce.com>
5882
5883 * recentf.el (recentf-save-file-modes): New option.
5884 (recentf-save-list): Use it.
5885
5886 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
5887
5888 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
5889 (mode-line-mule-info, mode-line-modified): Move bindings from
5890 mouse-3 to mouse-1.
5891
5892 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
5893
5894 * simple.el (sendmail-user-agent-compose): Revert last change.
5895
5896 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
5897
5898 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
5899 Use with-current-buffer.
5900 (ange-ftp-gwp-start): Remove unused var `gw-user'.
5901 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
5902 (ange-ftp-insert-directory): Remove unused var `short'.
5903 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
5904
5905 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
5906 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
5907
5908 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
5909 (check-calendar-holidays, diary-list-entries): Autoload.
5910 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
5911 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
5912
5913 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
5914 which mistakenly removed a call to display-buffer.
5915
5916 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
5917
5918 * obsolete/iso-insert.el: Move to obsolete/ from international/.
5919
5920 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
5921
5922 * progmodes/hideshow.el
5923 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
5924 (hs-allow-nesting): New user var.
5925 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
5926 (hs-hide-block-at-point): When nesting allowed,
5927 if there is already an overlay in place, delete it.
5928 (hs-safety-is-job-n): Delete func; remove call sites.
5929 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
5930 (hs-overlay-at): New func.
5931 (hs-already-hidden-p, hs-show-block): Use it.
5932 (hs-hide-all): Don't pre-clean if nesting allowed.
5933 (hs-show-all): Temporarily disallow
5934 nesting around call to `hs-discard-overlays'.
5935
5936 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
5937
5938 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
5939 Delete unused local var.
5940
5941 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
5942
5943 * help-fns.el (describe-categories): "?\ " -> "?\s".
5944 (help-do-arg-highlight): Recognize also ARG-n, as in
5945 `move-to-left-margin' (ARG+n is already recognized). Simplify.
5946
5947 * international/codepage.el (dos-unsupported-char-glyph):
5948 * net/newsticker.el (tool-bar-map, w3-mode-map)
5949 (w3m-minor-mode-map):
5950 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
5951 (ent-alist):
5952 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
5953
5954 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
5955
5956 * custom.el (custom-push-theme): Handle the case where a symbol is
5957 bound but face properties have not yet been assigned.
5958
5959 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
5960 Fix behavior if noerase is `t' and there is no mail buffer.
5961
5962 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
5963 if `continue' is nil, rather than signal an error.
5964
5965 2005-09-12 Richard M. Stallman <rms@gnu.org>
5966
5967 * font-lock.el (font-lock-keywords): Add autoload.
5968
5969 * help-fns.el (describe-variable): Rearrange to put source link
5970 in a predictable place.
5971
5972 * net/newsticker.el: New file.
5973
5974 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
5975
5976 * calendar/calendar.el (calendar-for-loop): Add edebug info.
5977 (calendar-basic-setup): Use the new nil arg.
5978 (number-of-diary-entries): Move to diary-lib.el.
5979
5980 * calendar/diary-lib.el: Use with-current-buffer, match-string.
5981 (diary-list-entries): Use with-syntax-table and dolist.
5982 Rename from list-diary-entries.
5983 Use number-of-diary-entries if `number' is nil.
5984 (diary, diary-view-entries): Use this new name and new nil arg value.
5985 (number-of-diary-entries): Move from calendar.el.
5986 (diary-unhide-everything): New function.
5987 (include-other-diary-files, fancy-diary-display)
5988 (diary-show-all-entries, make-diary-entry): Use it.
5989 (diary-mail-entries): Use buffer-string.
5990 (mark-diary-entries): Fix long standing paren typo.
5991 (diary-sexp-entry): Use count-lines.
5992 (make-diary-entry): Avoid `previous-line'.
5993 (diary-mode-map): New var.
5994 (diary-mode): Redraw cal after saving. Setup header-line.
5995 (fancy-diary-display-mode): Use local-set-key.
5996
5997 * startup.el (command-line): Try calling various terminal-init-foo-bar
5998 functions by stripping hyphenated suffixes from $TERM.
5999
6000 * files.el (normal-mode): Check boundness of font-lock-keywords.
6001
6002 2005-09-12 Richard M. Stallman <rms@gnu.org>
6003
6004 * progmodes/compile.el: Don't decide a file's directory
6005 until the user actually tries to go there.
6006 (compilation-next-error-function):
6007 Pass compilation-find-file the directory from the file-struct.
6008 (compilation-internal-error-properties): Separate local FILE-STRUCT
6009 from FILE. Doc the args better. Rename arg FMT to FMTS.
6010 (compilation-find-file): Arg DIR renamed to DIRECTORY.
6011 Expand it, and if nil, use default-directory.
6012 (compilation-get-file-structure): Don't mix specified directory
6013 with default directory. Put specified directory into
6014 file-struct. Don't make the file name absolute.
6015
6016 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
6017 (compile-command): Add autoload.
6018 (compilation-disable-input): Add autoload.
6019
6020 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
6021
6022 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
6023 strings of the variables it can override.
6024 (time-stamp): New (as yet undocumented) time-stamp-format escapes
6025 %Q and %q, for fully-qualified domain name and unqualified host name.
6026
6027 2005-09-11 Kim F. Storm <storm@cua.dk>
6028
6029 * emacs-lisp/authors.el (authors-aliases): Update list.
6030 (authors-fixed-entries): Update mldrag.el entry.
6031
6032 2005-09-10 Alan Mackenzie <acm@muc.de>
6033
6034 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
6035 from the region narrowed to.
6036
6037 2005-09-10 Magnus Henoch <mange@freemail.hu>
6038
6039 * textmodes/ispell.el (ispell-check-version): Signal an error if
6040 aspell version is less than 0.60.
6041
6042 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
6043
6044 * progmodes/octave-inf.el (inferior-octave-startup):
6045 Resync current dir at the end.
6046
6047 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
6048
6049 * woman.el (woman-topic-at-point-default):
6050 Rename to woman-use-topic-at-point-default.
6051 (woman-topic-at-point): Rename to woman-use-topic-at-point.
6052 (woman-file-name): Reflect renames above. Automatically use the
6053 word at point as topic if woman-use-topic-at-point is non-nil.
6054 Otherwise offer it as default but don't insert it in the
6055 minibuffer. Also use `test-completion' instead of `assoc' as
6056 suggested by Stefan Monnier.
6057
6058 2005-09-10 Andre Spiegel <spiegel@gnu.org>
6059
6060 * vc.el (vc-directory, vc-update-change-log): Throw an error on
6061 the attempt to do it over Tramp. This is not yet supported.
6062
6063 2005-09-10 Eli Zaretskii <eliz@gnu.org>
6064
6065 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
6066 (menu-bar-non-minibuffer-window-p): New functions.
6067 ("Split Window", "Save As..."): Use them.
6068 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
6069 ("Print Buffer", "Truncate Long Lines in this Buffer"):
6070 Use menu-bar-menu-frame-live-and-visible-p.
6071 ("Save Buffer", "Insert File", "Open Directory...")
6072 ("Open File...", "Visit New File..."):
6073 Use menu-bar-non-minibuffer-window-p.
6074 (kill-this-buffer-enabled-p, dired <menu-enable>):
6075 Use menu-bar-non-minibuffer-window-p.
6076
6077 2005-09-09 Eli Zaretskii <eliz@gnu.org>
6078
6079 * cus-start.el (all): Don't complain about fringe-related
6080 built-ins if fringes are not supported. Ditto about
6081 selection-related built-ins. Fix the test for GTK-related built-ins.
6082
6083 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
6084 ("Postscript Print Buffer", "Print Region", "Save As...")
6085 ("Save", "Insert File...", "Open Directory...")
6086 ("Open File...", "Visit New File..."")
6087 ("Truncate Long Lines in this Buffer"): Don't look at
6088 menu-updating-frame if this display does not support multiple frames.
6089
6090 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
6091
6092 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
6093
6094 2005-09-09 Emilio Lopes <eclig@gmx.net>
6095
6096 * woman.el: Format- and whitespace-related changes.
6097
6098 2005-09-09 Eli Zaretskii <eliz@gnu.org>
6099
6100 * woman.el: Fix my email address.
6101
6102 2005-09-08 Richard M. Stallman <rms@gnu.org>
6103
6104 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
6105 (sh-mode): Locally set skeleton-pair-default-alist.
6106
6107 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
6108
6109 * progmodes/flymake.el: Require `compile' unconditionally.
6110
6111 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
6112
6113 * woman.el (woman-file-name): Provide a default, not initial input.
6114
6115 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
6116
6117 * font-lock.el (font-lock-support-mode): Doc fix.
6118
6119 * descr-text.el (describe-property-list): Handle non-symbol prop names.
6120
6121 2005-09-08 Richard M. Stallman <rms@gnu.org>
6122
6123 * simple.el (blink-matching-open): Get rid of text props from
6124 the string shown in echo area. Don't permanently set point.
6125 Some rearrangements.
6126
6127 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
6128
6129 * recentf.el (recentf-filename-handler): Add custom choice
6130 `abbreviate-file-name'.
6131
6132 * msb.el (msb--very-many-menus): Fix typo.
6133
6134 * disp-table.el (standard-display-european): Don't set
6135 enable-multibyte-characters to nil.
6136
6137 2005-09-08 David Ponce <david@dponce.com>
6138
6139 * recentf.el (recentf-show-file-shortcuts-flag): New option.
6140 (recentf-expand-file-name): Doc fix.
6141 (recentf-dialog-mode-map): Define digit shortcuts.
6142 (recentf--files-with-key): New variable.
6143 (recentf-show-digit-shortcut-filter): New function.
6144 (recentf-open-files-items): New function.
6145 (recentf-open-files): Use it.
6146 (recentf-open-file-with-key): New command.
6147
6148 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
6149
6150 * buff-menu.el (Buffer-menu-sort-by-column): New function.
6151 Suggested by Kim F. Storm.
6152 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
6153 (Buffer-menu-make-sort-button): Use global keymap.
6154
6155 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
6156
6157 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
6158 (Man-getpage-in-background-advice): Remove defadvice; it isn't
6159 necessary any longer with the remapped command.
6160 (Man-bgproc-sentinel-advice): Remove defadvice which counts
6161 formatting time only.
6162
6163 * net/tramp.el (tramp-action-password)
6164 (tramp-multi-action-password): Compile the password prompt from
6165 `method', `user' and `host'. Sometimes it isn't obvious which
6166 password to enter, for example with remote files offered by
6167 recentf.el, or with multiple steps. Suggested by Robert Marshall
6168 <robert@chezmarshall.freeserve.co.uk>.
6169
6170 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
6171
6172 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
6173 Fix regexp for when "s///" is at the beginning of line.
6174
6175 2005-09-07 Jay Belanger <belanger@truman.edu>
6176
6177 * calc/calc-poly.el (math-expand-term): Multiply out any powers
6178 when in matrix mode.
6179
6180 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
6181
6182 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
6183 non-anonymous functions.
6184
6185 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
6186
6187 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
6188 when using a header line. Otherwise, use mouse-1-click-follows-link.
6189
6190 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
6191 can't be moved; don't signal an error.
6192
6193 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
6194
6195 * cus-theme.el (custom-theme-write-faces): Save the current face
6196 spec, not the defface spec.
6197
6198 * custom.el (custom-known-themes): Clarify meaning of "standard".
6199 (custom-push-theme): Save old values in the standard theme.
6200 (disable-theme): Correct typo.
6201 (custom-face-theme-value) Deleted unused function.
6202 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
6203
6204 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
6205
6206 * progmodes/compile.el (compilation-goto-locus): Take into account
6207 iconified frames when determining whether the buffer is
6208 already visible.
6209 Don't reset window height if the window already existed.
6210
6211 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
6212
6213 * custom.el (load-theme): Rename from require-theme.
6214 Add interactive spec.
6215 (enable-theme): Rename from custom-enable-theme.
6216 Add interactive spec.
6217 (disable-theme): Rename from custom-disable-theme.
6218 Add interactive spec.
6219 (custom-make-theme-feature): Doc fix.
6220 (custom-theme-directory): Doc fix.
6221 (provide-theme): Call enable-theme.
6222
6223 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
6224
6225 * obsolete/lazy-lock.el (lazy-lock-mode):
6226 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
6227 font-lock-mode if it's off. Print a warning instead.
6228
6229 * progmodes/compile.el (compilation-start): Ignore errors if the
6230 process died before we get to send-eof.
6231
6232 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
6233 Undo last change. Enclosing the result in quotes broke things on Unix
6234 since tex-send-command passes it through shell-quote-argument.
6235 (tex-send-command): Pass `file' through convert-standard-filename
6236 when possible.
6237 (tex-uptodate-p): Handle the case where TeX hasn't put additional
6238 info in a transcript.
6239
6240 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
6241
6242 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
6243 fix compilation warning. Reorder the key definitions to group
6244 together keys emitted by the current version of xterm.
6245
6246 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
6247 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
6248 Reorder predicates to correct min-color usage.
6249
6250 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
6251
6252 * longlines.el (longlines-mode): Inhibit read-only when encoding.
6253 Kill local variables when longlines-mode is turned off.
6254
6255 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
6256
6257 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
6258
6259 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
6260
6261 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
6262
6263 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
6264 (font-lock-lines-before): Change default to being inactive.
6265 (font-lock-default-fontify-region): Obey font-lock-lines-before.
6266 (font-lock-after-change-function): Don't handle f-l-lines-before here.
6267
6268 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
6269
6270 * net/tramp.el (tramp-handle-make-auto-save-file-name):
6271 Deactivate temporarily advice if active (not needed for Emacs 22,
6272 but for backwards compatibility).
6273 (tramp-exists-file-name-handler): Rewrite. First implementation
6274 was too simple.
6275 (tramp-advice-make-auto-save-file-name):
6276 Call `tramp-handle-make-auto-save-file-name' (again, just for
6277 backwards compatibility).
6278
6279 2005-08-31 Reto Zimmermann <reto@gnu.org>
6280
6281 * progmodes/vhdl-mode.el
6282 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
6283 (vhdl-end-p): Fix indentation bug "else" after "-- when".
6284 (vhdl-set-default-project): New function (easier setting of default).
6285 (vhdl-port-copy): Handle extended identifiers for generics.
6286 (vhdl-compiler-alist): Better description for error message regexp.
6287 (vhdl-make): Query for target, use previous as default.
6288 (vhdl-port-copy): Fix port copy for port names starting with "signal".
6289 (vhdl-font-lock-keywords-2): Fix fontification for record
6290 el. assign.
6291 (vhdl-speedbar-make-subpack-line): Add package body link.
6292 (vhdl-generate-makefile-1): Not include itself as dependency.
6293 (vhdl-font-lock-init): Highlight c-preprocessor directives.
6294 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
6295 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
6296 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
6297 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
6298 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
6299 (vhdl-import-project): Add string argument for `error'.
6300 (vhdl-compose-configuration)
6301 (vhdl-compose-configuration-architecture): Add configuration
6302 declaration generation.
6303 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
6304 (vhdl-trailer-re): Add "record" keyword (better indentation).
6305 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
6306 "[^ \t-\"]+".
6307 (vhdl-font-lock-keywords-2): Not highlight formal parameter after '|'.
6308 (vhdl-testbench-entity-file-name)
6309 (vhdl-testbench-architecture-file-name): Allow separate
6310 customization of testbench file names.
6311 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
6312 (vhdl-get-visible-signals): Allow newline within alias declaration.
6313 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
6314 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
6315 (member-ignore-case): Alias for missing function in XEmacs.
6316 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
6317 (vhdl-update-sensitivity-list): Ignore case on read signals.
6318 (vhdl-replace-string): Adjust case only for file names.
6319 (vhdl-update-sensitivity-list): Fix search for read signals.
6320 (vhdl-update-sensitivity-list): Exclude formal parameters.
6321 (vhdl-get-visible-signals): Include aliases of signals.
6322 (vhdl-get-visible-signals): Fix signal name searching.
6323 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
6324 (vhdl-fixup-whitespace-region): Fix for character
6325 literals (e.g. ':').
6326
6327 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
6328
6329 * ansi-color.el (comint-last-output-start):
6330 * bs.el (font-lock-verbose):
6331 * diff-mode.el (add-log-buffer-file-name-function):
6332 * dired-x.el (vm-folder-directory):
6333 * faces.el (help-xref-stack-item):
6334 * files.el (font-lock-keywords):
6335 * find-lisp.el (dired-buffers, dired-subdir-alist):
6336 * ido.el (cua-inhibit-cua-keys):
6337 * log-view.el (cvs-minor-wrap-function):
6338 * outline.el (font-lock-warning-face):
6339 * simple.el (compilation-current-error):
6340 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
6341 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
6342 * tooltip.el (comint-prompt-regexp):
6343 * w32-fns.el (explicit-shell-file-name):
6344 * term/mac-win.el (mac-charset-info-alist)
6345 (mac-services-selection, mac-system-script-code):
6346 * term/tty-colors.el (msdos-color-values):
6347 * term/w32-win.el (xlfd-regexp-registry-subnum):
6348 * term/x-win.el (x-keysym-table, x-selection-timeout)
6349 (x-session-id, x-session-previous-id):
6350 * textmodes/ispell.el (mail-yank-prefix):
6351 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
6352 * textmodes/org.el (calc-embedded-close-formula)
6353 (calc-embedded-open-formula)
6354 (font-lock-unfontify-region-function):
6355 * textmodes/reftex-global.el (isearch-next-buffer-function)
6356 (TeX-master):
6357 * textmodes/reftex.el (font-lock-keywords):
6358 * textmodes/tex-mode.el (font-lock-comment-face)
6359 (font-lock-doc-face):
6360 * textmodes/texinfo.el (outline-heading-alist):
6361 Add defvars.
6362
6363 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
6364 (artist-spray-chars, artist-mode-init, artist-replace-string)
6365 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
6366 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
6367 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
6368
6369 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
6370 (conf-align-assignments): "?\ " -> "?\s".
6371
6372 * textmodes/reftex-index.el (TeX-master): Add defvar.
6373 (reftex-index-phrases-marker): Move up defvar.
6374
6375 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
6376 (reftex-toc-include-labels-indicator)
6377 (reftex-toc-include-index-indicator)
6378 (reftex-toc-max-level-indicator): Move up declarations.
6379
6380 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
6381 of args to `tramp-run-real-handler', even if it's empty in this case.
6382
6383 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6384
6385 * dired.el (dired-move-to-filename-regexp): Add date format for
6386 Mac OS X 10.3 in East Asian locales.
6387
6388 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
6389
6390 * files.el (make-auto-save-file-name): Add file name handler call
6391 if applicable.
6392
6393 * net/tramp.el (tramp-file-name-handler-alist)
6394 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
6395 (tramp-handle-make-auto-save-file-name): Rename from
6396 `tramp-make-auto-save-file-name'.
6397 (tramp-exists-file-name-handler): New defun.
6398 (tramp-advice-make-auto-save-file-name): Make defadvice only when
6399 `make-auto-save-file-name' is not a magic file name operation.
6400
6401 2005-08-30 Richard M. Stallman <rms@gnu.org>
6402
6403 * files.el (risky-local-variable-p):
6404 Match `-predicates' and `-commands.
6405
6406 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
6407 (custom-save-all): Visit the file if necessary;
6408 kill the buffer if we created it.
6409 (custom-save-delete): Don't visit file or kill buffer here.
6410
6411 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
6412
6413 * textmodes/org.el (org-special-keyword): New face.
6414 (org-table-copy-down, org-table-eval-formula)
6415 (org-table-recalculate, org-init-section-numbers):
6416 Use `string-to-number' instead of `string-to-int'.
6417 (org-get-location): Use `insert-buffer-substring' instead of
6418 `insert-buffer'.
6419 (org-modify-diary-entry-string): New function.
6420 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
6421 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
6422 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
6423 active region.
6424 (org-export-as-html): Handle QUOTE keyword.
6425 (org-quote-string): New option.
6426 (org-bookmark-jump-unhide): New function, used for
6427 `bookmark-after-jump-hook'.
6428 (org-diary-default-entry): Apply only when not called through
6429 `org-agenda'.
6430
6431 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
6432
6433 * net/eudc.el (mode-popup-menu):
6434 * play/handwrite.el (ps-printer-name, ps-lpr-command):
6435 * progmodes/ada-mode.el (compile-auto-highlight)
6436 (skeleton-further-elements):
6437 * progmodes/autoconf.el (font-lock-syntactic-keywords):
6438 * progmodes/cmacexp.el (msdos-shells):
6439 * progmodes/compile.el (font-lock-extra-managed-props)
6440 (font-lock-keywords, font-lock-maximum-size)
6441 (font-lock-support-mode):
6442 * progmodes/grep.el (font-lock-lines-before):
6443 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
6444 * progmodes/mixal-mode.el (compile-command):
6445 * progmodes/perl-mode.el (font-lock-comment-face)
6446 (font-lock-doc-face, font-lock-string-face):
6447 * progmodes/prolog.el (comint-prompt-regexp):
6448 * progmodes/sh-script.el (font-lock-comment-face)
6449 (font-lock-set-defaults, font-lock-string-face):
6450 * progmodes/sql.el (font-lock-keyword-face)
6451 (font-lock-set-defaults, font-lock-string-face):
6452 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
6453 (itimer-version, lazy-lock-defer-contextually)
6454 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
6455 Add defvars.
6456
6457 * progmodes/cperl-mode.el (cperl-electric-lbrace)
6458 (cperl-electric-keyword, cperl-electric-pod)
6459 (cperl-electric-backspace, cperl-forward-re)
6460 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
6461 (vc-rcs-header, vc-sccs-header): Add defvars.
6462
6463 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
6464 (font-lock-syntactic-keywords, gud-find-expr-function):
6465 Add defvars.
6466
6467 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
6468 (gdb-frame-parameters): Declare before use.
6469
6470 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
6471 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
6472 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
6473 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
6474
6475 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
6476 (idlwave-help-with-source): Use `insert-buffer-substring', not
6477 `insert-buffer'.
6478
6479 2005-08-29 Juri Linkov <juri@jurta.org>
6480
6481 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
6482 Put outline-back-to-heading function call inside save-excursion.
6483
6484 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
6485
6486 * man.el (Man-init-defvars, Man-translate-references)
6487 (Man-support-local-filenames, Man-highlight-references):
6488 * progmodes/sql.el (sql-interactive-mode):
6489 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
6490
6491 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
6492 (compilation-mode-font-lock-keywords): Add defvars.
6493 (checkdoc-interactive-loop): "?\ " -> "?\s".
6494
6495 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
6496 (font-lock-doc-face, font-lock-string-face)
6497 (font-lock-keywords-case-fold-search): Add defvars.
6498 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
6499
6500 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
6501 Don't pass X and Y (they are ignored anyway).
6502 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
6503 (mouse-delete-window): Make arguments optional.
6504
6505 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
6506 (caesar-translate-table, minor-modes, news-buffer-save)
6507 (news-group-name, news-minor-modes): Add defvars.
6508
6509 * emacs-lisp/lselect.el (mouse-highlight-priority)
6510 (x-lost-selection-functions, zmacs-regions):
6511 * emacs-lisp/pp.el (font-lock-verbose):
6512 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
6513 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
6514 (ses-mode-map):
6515 * emacs-lisp/tcover-unsafep.el (safe-functions):
6516 * international/mule-cmds.el (mac-system-coding-system)
6517 (mac-system-locale):
6518 * language/ethio-util.el (rmail-current-message)
6519 (rmail-message-vector):
6520 * language/thai-util.el (thai-auto-composition-mode):
6521 * mail/metamail.el (rmail-current-message, rmail-message-vector):
6522 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
6523 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
6524 (vm-primary-inbox, vm-spool-files):
6525 * mail/rmail.el (deleted-head, font-lock-fontified)
6526 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
6527 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
6528 (total-messages):
6529 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
6530 (rmail-summary-mode-map):
6531 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
6532 (rmail-last-label, rmail-last-multi-labels)
6533 (rmail-summary-vector, rmail-total-messages):
6534 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
6535 * mail/rmailsum.el (msgnum):
6536 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
6537 (rmail-current-message):
6538 * obsolete/fast-lock.el (font-lock-face-list):
6539 * obsolete/rnewspost.el (mail-reply-buffer):
6540 * obsolete/scribe.el (compile-command):
6541 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
6542
6543 2005-08-28 John Paul Wallington <jpw@gnu.org>
6544
6545 * ibuf-ext.el (ibuffer-auto-update-changed):
6546 Use `frame-or-buffer-changed-p' to check whether we need to update.
6547 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
6548 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
6549 as a `frame-or-buffer-changed-p' state vector instead.
6550
6551 2005-08-27 Romain Francoise <romain@orebokech.com>
6552
6553 * textmodes/makeinfo.el (makeinfo-compile):
6554 Use `compilation-start'. Set `next-error-function' according to
6555 `disable-errors'.
6556 (makeinfo-next-error): New function.
6557 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
6558 (makeinfo-buffer): Likewise.
6559
6560 * progmodes/compile.el (compilation-start): Add autoload cookie.
6561
6562 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
6563 * textmodes/sgml-mode.el: Likewise.
6564 * progmodes/python.el: Likewise.
6565
6566 2005-08-27 Eli Zaretskii <eliz@gnu.org>
6567
6568 * simple.el (blink-matching-paren-distance): Document the meaning
6569 of nil value, and allow to customize to nil.
6570
6571 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
6572 command.com, not command.exe.
6573
6574 2005-08-26 John Wiegley <johnw@newartisans.com>
6575
6576 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
6577 code around a bit so that an extraneous nil argument is not added
6578 to a command when no args are given.
6579
6580 * eshell/esh-arg.el (eshell-parse-double-quote): If a
6581 double-quoted argument resolves to nil, return it as an empty
6582 string rather than as nil. This made it impossible to pass "" to
6583 a shell script as a null string argument.
6584
6585 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
6586
6587 * outline.el (outline-invent-heading): New fun.
6588 (outline-promote, outline-demote): Use it.
6589 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
6590 (outline-end-of-subtree): Remove unused var `opoint'.
6591
6592 2005-08-26 David Reitter <david.reitter@gmail.com>
6593
6594 * menu-bar.el (truncate-lines, write-file, print-buffer)
6595 (ps-print-buffer-faces, ps-print-buffer, split-window):
6596 Disable menu items when the frame they refer to is invisible, or when
6597 they refer to a buffer and the minibuffer is selected.
6598
6599 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
6600
6601 * progmodes/flymake.el (flymake-highlight-err-lines):
6602 Use save-excursion around flymake-highlight-line to preserve point.
6603
6604 2005-08-26 Eli Zaretskii <eliz@gnu.org>
6605
6606 * progmodes/octave-mod.el: Change Author and Maintainer address.
6607 (octave-maintainer-address): Change Kurt's email address.
6608 * progmodes/octave-inf.el: Change Author and Maintainer address.
6609 * progmodes/octave-hlp.el: Change Author and Maintainer address.
6610
6611 2005-08-26 Kim F. Storm <storm@cua.dk>
6612
6613 * subr.el (version-list-<, version-list-<=, version-list-=):
6614 Renamed from integer-list-*.
6615 (version-list-not-zero): Likewise. Fix while loop.
6616 (version=): Use version-list-= instead of string-equal.
6617
6618 2005-08-26 Richard M. Stallman <rms@gnu.org>
6619
6620 * outline.el (outline-promote): Try shortening the heading.
6621 As last resort, read the heading to use.
6622 (outline-demote): As last resort, read the heading to use.
6623
6624 2005-08-26 Romain Francoise <romain@orebokech.com>
6625
6626 * progmodes/compile.el (compilation-start): Doc fix.
6627
6628 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
6629 (antlr-font-lock-additional-keywords): Fix reference to
6630 `antlr-font-lock-literal-regexp' erroneously changed during the
6631 mass face rename.
6632 (antlr-run-tool): Use `compilation-start'.
6633
6634 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
6635 instead of the obsolete `compile-internal'.
6636
6637 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
6638
6639 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
6640 (number, original-date):
6641 * calendar/cal-china.el (date):
6642 * calendar/cal-coptic.el (date):
6643 * calendar/cal-french.el (date):
6644 * calendar/cal-hebrew.el (date, entry, number, original-date):
6645 * calendar/cal-islam.el (date, number, original-date):
6646 * calendar/cal-iso.el (date):
6647 * calendar/cal-julian.el (date):
6648 * calendar/cal-mayan.el (date):
6649 * calendar/cal-menu.el (date, event):
6650 * calendar/cal-persia.el (date):
6651 * calendar/lunar.el (date):
6652 * calendar/solar.el (date): Add defvars.
6653
6654 * emerge.el:
6655 * ibuffer.el:
6656 * info-xref.el:
6657 * obsolete/bg-mouse.el:
6658 * obsolete/sun-curs.el:
6659 * obsolete/swedish.el: Move the `defvar's to the top level.
6660
6661 * smerge-mode.el (smerge-refined-change): Add :group.
6662
6663 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
6664
6665 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
6666 (smerge-keep-n): Remove props.
6667 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
6668 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
6669 now that it's done in smerge-keep-n.
6670 (smerge-refined-change): New face.
6671 (smerge-refine-chopup-region, smerge-refine-highlight-change)
6672 (smerge-refine): New funs.
6673 (smerge-basic-map): Bind smerge-refine.
6674
6675 2005-08-25 Juri Linkov <juri@jurta.org>
6676
6677 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
6678 compilation-process-setup-function and compilation-disable-input
6679 in grep-mode instead of let-bindings in grep.
6680
6681 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
6682 Delete "Automatic File De/compression" (auto-compression-mode).
6683
6684 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
6685
6686 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
6687 Silence warning about non-existent variable.
6688
6689 2005-08-25 Richard M. Stallman <rms@gnu.org>
6690
6691 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
6692 Rename "Describe Key" to "Describe Key or Mouse Operation".
6693
6694 * mail/mailalias.el (build-mail-aliases): Delete comments
6695 from the contents before processing them.
6696
6697 * isearch.el (isearch-edit-string): Erase the Search prompt
6698 if user enters an empty string and there is no default.
6699
6700 * comint.el (comint-file-name-prefix): Add autoload.
6701
6702 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
6703
6704 * subr.el (play-sound): Rearrange to avoid warning.
6705
6706 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
6707
6708 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
6709 New hook.
6710 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
6711
6712 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
6713
6714 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
6715
6716 * custom.el (custom-theme-set-variables): Sort minor modes last.
6717
6718 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6719
6720 * subr.el (version-separator, version-regexp-alist): New vars used by
6721 version comparison funs.
6722 (integer-list-<, integer-list-=, integer-list-<=)
6723 (integer-list-not-zero): New funs for integer list comparison.
6724 (version-to-list, version=, version<, version<=): New funs for version
6725 comparison.
6726
6727 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
6728
6729 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
6730 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
6731 time to silence the byte-compiler.
6732
6733 * ibuffer.el (ibuffer-compile-make-eliding-form)
6734 (ibuffer-check-formats): Use `with-no-warnings' to hide references
6735 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
6736 so it's silly to get warnings for it).
6737 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
6738 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
6739 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
6740 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
6741 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
6742 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
6743 Defvar at compile time.
6744 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
6745 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
6746 Declare them before use.
6747
6748 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
6749 (info-xref-good, info-xref-bad): Defvar at compile time.
6750
6751 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
6752 Use `let*' instead of `let'.
6753
6754 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
6755 (*mouse-y*, menu, char): Defvar at compile time.
6756 (sc::menu): Declare it before use.
6757 (sc::pack-one-line): Use `let', not `let*'.
6758
6759 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
6760 (mail-send-hook): Defvar at compile time.
6761
6762 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
6763 Defvar at compile time.
6764
6765 * term/sun-mouse.el (current-global-mousemap)
6766 (current-local-mousemap): Declare them before use.
6767
6768 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
6769
6770 * bookmark.el (bookmark-after-jump-hook): New hook.
6771 (bookmark-jump): Run `bookmark-after-jump-hook'.
6772
6773 2005-08-23 Juri Linkov <juri@jurta.org>
6774
6775 * faces.el (minibuffer-prompt): Doc fix.
6776
6777 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
6778
6779 * progmodes/xscheme.el: Trivial changes to silence warnings.
6780 (xscheme-previous-mode, xscheme-previous-process-state):
6781 Add defvars.
6782 (xscheme-last-input-end, xscheme-process-command-line)
6783 (xscheme-process-name, xscheme-buffer-name)
6784 (xscheme-expressions-ring-max, xscheme-expressions-ring)
6785 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
6786 (xscheme-control-g-synchronization-p)
6787 (xscheme-control-g-disabled-p, xscheme-string-receiver)
6788 (default-xscheme-runlight, xscheme-runlight)
6789 (xscheme-runlight-string, xscheme-process-filter-state)
6790 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
6791 Move to beginning of file.
6792 (scheme-interaction-mode-commands-alist)
6793 (scheme-interaction-mode-map, scheme-debugger-mode-map):
6794 Declare them before use. Note: the initialization code for the variables
6795 has not been moved because it uses functions that reference the variables.
6796 (xscheme-control-g-message-string, xscheme-process-filter-alist)
6797 (xscheme-prompt-for-expression-map): Declare them before use.
6798 (scheme-debugger-mode-commands): "?\ " -> "?\s".
6799
6800 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
6801
6802 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
6803
6804 2005-08-22 Juri Linkov <juri@jurta.org>
6805
6806 * faces.el (set-face-underline): Delete this duplicate function
6807 and make an obsolete alias to set-face-underline-p.
6808 (set-face-underline-p): Use docstring of set-face-underline.
6809 (describe-face): Create hyperlink to parent face.
6810
6811 * info.el (Info-insert-dir): Use save-excursion around
6812 insert-buffer-substring.
6813 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
6814 (Info-escape-percent): Delete function.
6815 (Info-fontify-node): Replace Info-escape-percent by
6816 replace-regexp-in-string with REP arg set to lambda that
6817 duplicates `%' and preserves text properties.
6818
6819 * progmodes/compile.el (compilation-disable-input): Doc fix.
6820 (define-compilation-mode): Doc fix and refill.
6821 (kill-compilation): Use `mode-name' in the error message.
6822 (compilation-find-file): Use `compilation-error' in the
6823 read-file-name's prompt.
6824
6825 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
6826
6827 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
6828 (smerge-auto-leave): Make undo re-enable the mode.
6829 (debug-ignored-errors): Add the user-error of impossible resolution.
6830 (smerge-resolve): Move things around a bit, in preparation for later.
6831 (smerge-diff): Don't fail if the buffer has no associated file.
6832 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
6833 (smerge-conflict-overlay): New function.
6834 (smerge-match-conflict): Don't add text properties here.
6835 (smerge-find-conflict): Instead, add an overlay here.
6836 Also check for the case where we're inside a conflict already, so as to
6837 obviate the need for font-lock-multiline, which is unbearably slow with
6838 large conflicts and ciomplex font-lock patterns.
6839 (smerge-remove-props): Remove overlay rather than text-properties.
6840 (smerge-mode): Don't set font-lock-multiline.
6841 Remove overlays when turned off.
6842
6843 2005-08-21 Kim F. Storm <storm@cua.dk>
6844
6845 * ido.el (ido-ignore-item-p): Use save-match-data.
6846 Bind case-fold-search to ido-case-fold locally.
6847
6848 2005-08-20 Richard M. Stallman <rms@gnu.org>
6849
6850 * files.el (normal-mode): If font lock is on, turn it off and on.
6851
6852 * subr.el (replace-regexp-in-string): Doc fix.
6853
6854 * startup.el (command-line-1): Don't suppress startup screen
6855 due to existing processes.
6856
6857 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
6858
6859 * progmodes/compile.el (compilation-disable-input): Default to nil.
6860
6861 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
6862
6863 * progmodes/compile.el (compilation-disable-input): New defcustom.
6864 (compilation-start): If compilation-disable-input is non-nil, send
6865 EOF to the compilation process.
6866
6867 2005-08-20 Eli Zaretskii <eliz@gnu.org>
6868
6869 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
6870 Run the argument of tex-shell-cd-command through
6871 convert-standard-filename, to get the correct style of slashes on
6872 Windows, and enclose the result in quotes, in case the file name
6873 includes whitespace or other special characters.
6874
6875 2005-08-19 Andreas Schwab <schwab@suse.de>
6876
6877 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
6878 process.
6879
6880 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
6881
6882 * cus-start.el (minibuffer-prompt-properties): Correct typo.
6883
6884 2005-08-18 Kim F. Storm <storm@cua.dk>
6885
6886 * scroll-lock.el: Fix errors due to incorrect line wrapping.
6887
6888 2005-08-18 Richard M. Stallman <rms@gnu.org>
6889
6890 * scroll-lock.el: New file.
6891
6892 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
6893
6894 * dired.el (dired-move-to-end-of-filename):
6895 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
6896
6897 2005-08-18 Kim F. Storm <storm@cua.dk>
6898
6899 * ido.el (ido-everywhere): Fix defcustom :set function to disable
6900 rather than toggle mode when custom value is nil.
6901 (ido-everywhere): Fix defun doc string.
6902
6903 2005-08-17 Richard M. Stallman <rms@gnu.org>
6904
6905 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
6906 as tag instead of "Inviolable".
6907
6908 2005-08-17 Kim F. Storm <storm@cua.dk>
6909
6910 * windmove.el (windmove-coordinates-of-position): Remove.
6911 (windmove-coordinates-of-window-position): Remove.
6912 (windmove-reference-loc): Use posn-at-point instead.
6913
6914 * subr.el (insert-for-yank-1): Doc fix.
6915
6916 * ido.el (ido-enter-matching-directory): Rename from
6917 ido-enter-single-matching-directory. Change 'slash choice to
6918 'only. Add 'first choice.
6919 (ido-exhibit): Adapt to above changes.
6920
6921 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
6922
6923 * Makefile.in: Expand comment about building loaddefs.el.
6924
6925 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
6926
6927 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
6928 Comment use of defadvice.
6929
6930 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
6931
6932 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
6933
6934 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
6935 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
6936 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
6937 * progmodes/idlw-shell.el, progmodes/ld-script.el,
6938 * progmodes/which-func.el, ruler-mode.el, strokes.el,
6939 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
6940 for backward compatibility for faces that did not appear in the
6941 previous Emacs release.
6942
6943 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
6944
6945 2005-08-15 Kim F. Storm <storm@cua.dk>
6946
6947 * emulation/cua-base.el (cua-delete-region): Return t if
6948 deleted region was non-empty.
6949 (cua-replace-region): Inhibit overwrite-mode for
6950 self-insert-command if replaced region was non-empty.
6951 (cua--explicit-region-start, cua--status-string): Make them
6952 buffer-local at top-level...
6953 (cua-mode): ...rather than when mode is enabled.
6954
6955 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
6956
6957 * progmodes/vhdl-mode.el (vhdl-emacs-21):
6958 Set t for Emacs 21, 22, and so on.
6959
6960 2005-08-15 David Ponce <david@dponce.com>
6961
6962 * tree-widget.el: Update Commentary header.
6963 (tree-widget-theme): Doc fix.
6964 (tree-widget-space-width): New option.
6965 (tree-widget-image-properties): Look up in the default theme too.
6966 (tree-widget--cursors): Only for images with arrow pointer shape.
6967 (tree-widget-lookup-image): Pointer shape is hand by default.
6968 (tree-widget-icon): Rename generic icon widget from
6969 `tree-widget-control'.
6970 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
6971 derive from `tree-widget-icon'.
6972 (tree-widget-handle): Improve default look and feel of the text
6973 representation.
6974 (tree-widget): Rename :*-control properties to :*-icon properties.
6975 Add :action and :help-echo properties.
6976 (tree-widget-after-toggle-functions): Move.
6977 (tree-widget-close-node, tree-widget-open-node): Remove.
6978 (tree-widget-before-create-icon-functions): New hook.
6979 (tree-widget-value-create): Update to allow customization of icons
6980 and nodes at run-time via that new hook.
6981 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
6982 (tree-widget-icon-action, tree-widget-icon-help-echo)
6983 (tree-widget-action, tree-widget-help-echo): New functions.
6984
6985 2005-08-15 Kim F. Storm <storm@cua.dk>
6986
6987 * ido.el (ido-buffer-internal): Use with-no-warnings.
6988 (ido-make-merged-file-list): Use while-no-input.
6989
6990 2005-08-15 Richard M. Stallman <rms@gnu.org>
6991
6992 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
6993 (flyspell-large-region): Fix doc and custom type.
6994
6995 2005-08-14 Richard M. Stallman <rms@gnu.org>
6996
6997 * files.el (interpreter-mode-alist): Doc fix.
6998
6999 * mail/rmail.el (rmail-nonignored-headers): New variable.
7000 (rmail-clear-headers): Use it.
7001 (rmail-reply): Better handling of mail-followup-to header.
7002
7003 * progmodes/sh-script.el (sh-font-lock-keywords-var):
7004 Rename variable from sh-font-lock-keywords. In the `shell' entry,
7005 don't try to refer to executable-font-lock-keywords.
7006 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
7007 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
7008 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
7009 (sh-mode): Set comment-start-skip, local-abbrev-table,
7010 imenu-case-fold-search.
7011 (sh-set-shell): Don't set them here.
7012 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
7013 Don't cache the results in the original alist; don't ever modify
7014 that alist.
7015
7016 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
7017
7018 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
7019 empty.
7020
7021 2005-08-15 Andreas Schwab <schwab@suse.de>
7022
7023 * desktop.el: Put autoload cookie at risky-local-variable declarations.
7024
7025 * dired.el, info.el, mail/rmail.el: Revert last change.
7026
7027 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
7028
7029 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
7030 modification in `eval-after-load' form.
7031 * info.el: Likewise.
7032 * mail/rmail.el: Likewise.
7033
7034 2005-08-14 Juri Linkov <juri@jurta.org>
7035
7036 * progmodes/compile.el (compilation-mode-font-lock-keywords):
7037 Remove highlighting of "Compilation started". Highlight only
7038 the word "finished" in "Compilation finished". Add highlighting
7039 of "interrupt", "killed", "terminated" and the exit code.
7040 (compilation-start): Add newline after header. Use exactly the
7041 same time stamp format as the finishing message.
7042 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
7043
7044 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
7045 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
7046 Add highlighting of "interrupt", "killed", "terminated".
7047
7048 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
7049 enabled and the current command is self-insert-command, call it
7050 explicitly with overwrite-mode bound to nil, to not allow it
7051 to delete the character after the selected region.
7052
7053 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
7054
7055 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
7056 move-end-of-line, end-of-line, and beginning-of-line to the list
7057 of commands after which the echo area is updated.
7058
7059 2005-08-12 Eli Zaretskii <eliz@gnu.org>
7060
7061 * cus-edit.el (custom-save-all, custom-save-delete):
7062 Bind recentf-exclude to exclude custom-file.
7063
7064 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
7065
7066 * mail/rmailsum.el (rmail-summary-end-of-message): New command
7067 to go to the bottom of the mail message. Added to
7068 `rmail-summary-mode-map' with key "/".
7069 (rmail-summary-show-message): New (internal) function for use by
7070 both `rmail-summary-beginning/end-of-message'.
7071 (rmail-summary-beginning-of-message): Change to use
7072 rmail-summary-show-message.
7073
7074 * mail/rmail.el (rmail-end-of-message): New command to go to the
7075 end of the current message. Added to `rmail-mode-map' with key "/".
7076 (rmail-beginning-of-message): Fix to work as documented.
7077 (rmail-mode): Change documentation.
7078
7079 * progmodes/compile.el (compilation-start): Add the line
7080 "Compilation started" with compilation start time.
7081 (compilation-mode-font-lock-keywords): Add `started' to keywords.
7082
7083 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
7084
7085 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
7086 of menu items.
7087
7088 2005-08-11 Richard M. Stallman <rms@gnu.org>
7089
7090 * simple.el (pop-global-mark): Reverse test of widen-automatically.
7091
7092 * battery.el (battery-status-function): Don't use ignore-errors.
7093
7094 2005-08-11 Lute Kamstra <lute@gnu.org>
7095
7096 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
7097 define-obsolete-variable-alias.
7098
7099 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
7100
7101 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
7102 (ange-ftp-send-cmd): Revert last change, and expand
7103 the comment explaining the problem.
7104
7105 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
7106
7107 * ldefs-boot.el: Update.
7108
7109 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
7110 item to "Time, Load and Mail". Change help echo text.
7111
7112 * time.el (display-time-use-mail-icon, display-time-format)
7113 (display-time-string-forms): Shorten first line of docstrings.
7114
7115 2005-08-10 Lars Hansen <larsh@soem.dk>
7116
7117 * desktop.el (desktop-buffer-mode-handlers):
7118 Make non-customizable. Add autoload cookie. Change initial value to
7119 nil; add elements in respective modules instead. Fix doc string.
7120 (desktop-load-file): New function.
7121 (desktop-minor-mode-handlers): New autoloaded variable.
7122 (desktop-create-buffer): Call minor mode handlers.
7123 Use desktop-load-file to load major and minor mode modules prior to
7124 checking for a handler.
7125 (desktop-save): Don't add nil to desktop-minor-modes for minor
7126 modes with nil function in desktop-minor-mode-table. Don't delete
7127 desktop file before rewriting it.
7128 (desktop-locals-to-save): Add autoload cookie. Don't make
7129 automatically buffer-local. Add variables column-number-mode,
7130 size-indication-mode, indent-tabs-mode,
7131 indicate-buffer-boundaries, indicate-empty-lines and
7132 show-trailing-whitespace.
7133 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
7134 regexps. Don't use desktop-clear-preserve-buffers-regexp.
7135 (desktop-clear-preserve-buffers-regexp): Delete.
7136 (desktop-clear-preserve-buffers): Update initial value and docstring.
7137 (desktop-save-buffer): Fix doc string.
7138
7139 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
7140 (hilit-chg-desktop-restore): New function.
7141 (highlight-changes-mode): Add highlight-changes-mode to
7142 desktop-locals-to-save.
7143
7144 * dired.el: Add handler to desktop-buffer-mode-handlers.
7145 (dired-restore-desktop-buffer): Remove autoload cookie.
7146 (dired-mode): Add autoload cookie.
7147
7148 * info.el: Add handler to desktop-buffer-mode-handlers.
7149 (Info-restore-desktop-buffer): Remove autoload cookie.
7150 (Info-mode): Add autoload cookie.
7151
7152 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
7153 (mh-restore-desktop-buffer): Remove autoload cookie.
7154 (mh-folder-mode): Add autoload cookie.
7155
7156 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
7157 (rmail-restore-desktop-buffer): Remove autoload cookie.
7158
7159 2005-08-11 Masatake YAMATO <jet@gyve.org>
7160
7161 * hexl.el (hexl-address-region):
7162 (hexl-ascii-region, hexl-font-lock-keywords):
7163 (hexl-highlight-line-range): Use the term "region"
7164 instead of "area" for consistency with the other symbols
7165 defined in hexl.el.
7166
7167 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
7168
7169 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
7170 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
7171 out by Juri Linkov). Add `display-battery-mode'.
7172
7173 2005-08-09 Juri Linkov <juri@jurta.org>
7174
7175 * progmodes/compile.el (compilation-mode-font-lock-keywords):
7176 Remove `-text' from face variable names.
7177 (compilation-error-file-name, compilation-warning-file-name)
7178 (compilation-info-file-name): Delete faces.
7179 (compilation-line-number, compilation-column-number):
7180 Remove face underlining.
7181 (compilation-message-face): Set to `underline' value by default.
7182 (compilation-error-face, compilation-warning-face)
7183 (compilation-info-face): Remove `-file-name' from face names.
7184 (compilation-error-text-face, compilation-warning-text-face)
7185 (compilation-info-text-face): Delete face variables.
7186 (compilation-text-face): Delete function.
7187
7188 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
7189 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
7190 (grep-error-face): Set to `compilation-error' instead of
7191 `compilation-error-face' (which is redefined to `grep-hit-face' in
7192 grep buffers).
7193 (grep-mode-font-lock-keywords): Remove `-text' from face variable
7194 names. Use `grep-error-face' instead of `compilation-error-text-face'.
7195
7196 * dired-aux.el (dired-do-query-replace-regexp):
7197 Use `query-replace-read-args'.
7198
7199 * replace.el (query-replace-read-from, query-replace-read-to)
7200 (query-replace-read-args): Rename arg `string' to `prompt'.
7201
7202 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
7203
7204 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
7205
7206 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
7207 uploading files.
7208 (ange-ftp-canonize-filename): Handle file names beginning with ~
7209 correctly.
7210
7211 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
7212
7213 * textmodes/fill.el (canonically-space-region)
7214 (fill-context-prefix, fill-french-nobreak-p)
7215 (fill-delete-newlines, fill-comment-paragraph)
7216 (justify-current-line): "?\ " -> "?\s".
7217
7218 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
7219
7220 * textmodes/fill.el (fill-nonuniform-paragraphs):
7221 Improve argument/docstring consistency.
7222
7223 2005-08-09 Richard M. Stallman <rms@gnu.org>
7224
7225 * textmodes/ispell.el (ispell-word): More fboundp checks.
7226
7227 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
7228 (find-file-noselect-1): Call it here, only if RAWFILE.
7229 (normal-mode): Always set some major mode.
7230 (save-some-buffers-action-alist): Change some explanation strings.
7231 (file-name-non-special): In the `quote' method, use unwind-protect.
7232
7233 2005-08-09 Magnus Henoch <mange@freemail.hu>
7234
7235 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
7236 (ispell-have-aspell-dictionaries): New variable.
7237 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
7238 (ispell-get-aspell-config-value): New function.
7239 (ispell-aspell-find-dictionary): New function.
7240 (ispell-aspell-add-aliases): New function.
7241 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
7242 appropriate. Don't look for ispell dictionaries if we use aspell.
7243 (ispell-menu-map): Don't build a submenu of dictionaries.
7244
7245 2005-08-09 Richard M. Stallman <rms@gnu.org>
7246
7247 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
7248 (sql-read-passwd): Use read-passwd.
7249
7250 * progmodes/idlw-toolbar.el (idlwave-toolbar)
7251 (idlwave-toolbar-is-possible): Add defvars.
7252
7253 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
7254 Avoid warnings.
7255
7256 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
7257 (idlwave-system-class-info, idlwave-executive-commands-alist):
7258 Use defvar.
7259
7260 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
7261
7262 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
7263 Avoid warnings.
7264
7265 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
7266 and content-type: headers.
7267
7268 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
7269
7270 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
7271 and rename some of them to be more self-explanatory.
7272
7273 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
7274
7275 * startup.el (command-line-1): Implement -scriptload.
7276
7277 * replace.el (occur-engine): Initial *Occur* output not undoable.
7278
7279 * menu-bar.el (menu-bar-file-menu): Rename some menu items
7280 and improve help strings.
7281
7282 * isearch.el (isearch-repeat): When changing direction,
7283 mark search successful.
7284
7285 * ediff-init.el: Use (featurep 'xemacs).
7286
7287 * comint.el (send-invisible): Identify buffer, if not selected.
7288
7289 * align.el: Delete autoload for c-guess-basic-syntax.
7290
7291 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
7292
7293 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
7294 Improve argument/docstring consistency. Doc fixes.
7295 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
7296 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
7297 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
7298 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
7299 (r2bv-organization, r2bv-pages, r2bv-primary-author)
7300 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
7301 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
7302 Defvar at compile time.
7303
7304 2005-08-09 Juri Linkov <juri@jurta.org>
7305
7306 * info.el: Replace `info' with upper-case `Info' where appropriate.
7307 (info-title-1, info-title-2, info-title-3, info-title-4)
7308 (info-menu-header): Move up face definitions.
7309 (info-menu-star): Rename from `info-menu-5'.
7310 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
7311 (Info-fontify-visited-nodes): Fix docstring.
7312 (Info-hide-note-references): Fix docstring.
7313 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
7314 menu items in the same way as on cross-references.
7315 (info-apropos): Fix sorting order and formatting to be like in the
7316 stand-alone Info browser. Display error messages for 1 sec.
7317 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
7318 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
7319 from the menu bar.
7320 (Info-insert-dir): Restore point after calling
7321 `insert-buffer-substring'.
7322
7323 2005-08-08 Richard M. Stallman <rms@gnu.org>
7324
7325 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
7326 (recompute-lucid-menubar): Add defvars.
7327
7328 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
7329
7330 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
7331
7332 * net/net-utils.el (run-dig): Rename from `dig'.
7333
7334 * play/gametree.el (gametree-mode): Use make-local-variable,
7335 not make-variable-buffer-local.
7336
7337 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
7338
7339 * ansi-color.el (ansi-color-make-extent)
7340 (ansi-color-set-extent-face): Use fboundp, not functionp.
7341
7342 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
7343 not make-variable-buffer-local.
7344
7345 * bookmark.el (Info-current-file): Add defvar.
7346 (bookmark-jump-noselect): Use with-no-warnings.
7347
7348 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
7349
7350 * ebuff-menu.el (Helper-return-blurb): Add defvar.
7351
7352 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
7353
7354 * find-file.el (ada-procedure-start-regexp)
7355 (ada-package-start-regexp): Add defvars.
7356
7357 * info.el (Info-insert-dir): Use insert-buffer-substring.
7358
7359 * xml.el (xml-att-def-re): Add defvar.
7360
7361 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
7362 calling convention.
7363
7364 * subr.el (while-no-input): Return t if there is input.
7365
7366 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
7367
7368 * cus-start.el (all): Add `overflow-newline-into-fringe'.
7369
7370 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
7371
7372 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
7373 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
7374
7375 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
7376
7377 * cmuscheme.el (scheme-start-file): Replace reference to
7378 `user-emacs-directory' by "~/.emacs.d/".
7379
7380 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
7381
7382 * info.el (Info-dir-remove-duplicates): Avoid case folding
7383 in loop; instead, keep downcased strings for comparison.
7384 Suggested by Helmut Eller.
7385
7386 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
7387
7388 Sync with Tramp 2.0.50.
7389
7390 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
7391 XEmacs case; not necessary anymore.
7392 (tramp-user-regexp): Allow "@" as part of user name.
7393 (tramp-handle-set-visited-file-modtime)
7394 (tramp-handle-insert-file-contents)
7395 (tramp-handle-write-region): No special handling for
7396 `last-coding-system-used, because this is done in
7397 `tramp-accept-process-output' now.
7398 (tramp-accept-process-output): New defun.
7399 (tramp-process-one-action, tramp-process-one-multi-action)
7400 (tramp-wait-for-regexp, tramp-wait-for-output)
7401 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
7402 Howells <dhowells@redhat.com>.
7403 (clear-visited-file-modtime): Defadvice removed. The check for
7404 unset buffer's modtime does not need to be based on
7405 `tramp-buffer-file-attributes'. Suggested by RMS.
7406 (tramp-message): Insert "\n" if not being at beginning of line.
7407 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
7408 sequence with same logic.
7409 (tramp-completion-handle-expand-file-name): Discard call of
7410 `tramp-drop-volume-letter'. It is not necessary, and there have
7411 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
7412 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
7413 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
7414 should always be visible.
7415 (tramp-handle-insert-directory, tramp-setup-complete)
7416 (tramp-set-process-query-on-exit-flag)
7417 (tramp-append-tramp-buffers): Pacify byte-compiler.
7418 (tramp-bug): Delete non-existing variables from list.
7419 Apply `tramp-load-report-modules' as pre-hook.
7420 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
7421 `shell-prompt-pattern' because of non-7bit characters.
7422 Reported by Sebastian Luque <sluque@mun.ca>.
7423 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
7424 (tramp-match-string-list): Remove function.
7425 (tramp-wait-for-regexp): Remove call of that function.
7426 Suggested by Kim F. Storm <storm@cua.dk>.
7427 (tramp-set-auto-save-file-modes): Use octal integer code #o600
7428 instead of octal character code ?\600. The latter resulted in a
7429 syntax error with XEmacs.
7430
7431 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
7432 XEmacs case; not necessary anymore.
7433 (tramp-smb-handle-write-region): No special handling for
7434 `last-coding-system-used, because this is done in
7435 `tramp-accept-process-output' now.
7436 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
7437
7438 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
7439
7440 * wid-edit.el (widget-choice-value-create):
7441 Unconditionally respect user choice. Set :explicit-choice back to nil
7442 when no longer needed.
7443 (widget-choice-action): Unconditionally respect user choice.
7444 Eliminate :explicit-choice-value.
7445
7446 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
7447
7448 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
7449 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
7450 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
7451 running new function `toggle-indicate-empty-lines'.
7452 Rename "Customize" item to "Customize fringe".
7453 Rename "Indicators" item to "Buffer boundaries" and change help echo.
7454 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
7455 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
7456 Delete "Empty lines only" item.
7457 (menu-bar-showhide-fringe-ind-customize): New function.
7458 (menu-bar-showhide-fringe-ind-mixed)
7459 (menu-bar-showhide-fringe-ind-box)
7460 (menu-bar-showhide-fringe-ind-right)
7461 (menu-bar-showhide-fringe-ind-left)
7462 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
7463 instead of `fringe-indicators'.
7464
7465 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
7466
7467 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
7468 Change the date of last update.
7469
7470 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
7471
7472 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
7473 (viper-exec-yank, viper-put-back): Don't display modification msg
7474 if in the minibuffer.
7475
7476 * viper-init.el (viper-replace-overlay-cursor-color)
7477 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
7478 Make variables frame local.
7479
7480 * viper-util.el (viper-append-filter-alist): Use append instead of
7481 nconc.
7482
7483 * viper.el (viper-vi-state-mode-list)
7484 (viper-emacs-state-mode-list): Move help-mode and
7485 completion-list-mode from the first list to the second.
7486 (viper-mode): Docstring.
7487 (viper-go-away, viper-non-hook-settings): Don't localize
7488 minor-mode-alist in newer Emacsen. Add advice to
7489 set-cursor-color. Don't bind "\C-c\\".
7490
7491 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
7492
7493 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
7494 (scheme-macro-expand-command): New user options.
7495 (scheme-trace-procedure, scheme-expand-current-form): New commands.
7496 (scheme-form-at-point, scheme-start-file)
7497 (scheme-interactively-start-process): New functions.
7498 (scheme-get-process): New function, extracted from `scheme-proc'.
7499 (run-scheme): Call `scheme-start-file' to get start file, and pass
7500 it to `make-comint'.
7501 (switch-to-scheme, scheme-proc):
7502 Call `scheme-interactively-start-process' if no Scheme buffer/process
7503 is available.
7504
7505 2005-08-06 Juri Linkov <juri@jurta.org>
7506
7507 * progmodes/compile.el (compilation-mode-font-lock-keywords):
7508 Use `compilation-text-face', `compilation-info-text-face' and
7509 `compilation-error-text-face' instead of `font-lock-keyword-face'.
7510 (compilation-error): New face.
7511 (compilation-error-file-name): Inherit from
7512 `compilation-error' instead of `font-lock-warning-face'.
7513 (compilation-warning-file-name): Inherit from
7514 `compilation-warning' instead of `font-lock-warning-face'.
7515 (compilation-info, compilation-error-file-name)
7516 (compilation-warning-file-name, compilation-info-file-name)
7517 (compilation-line-number, compilation-column-number): Doc fix.
7518 (compilation-error-text-face, compilation-warning-text-face)
7519 (compilation-info-text-face): New face variables.
7520 (compilation-line-face, compilation-column-face)
7521 (compilation-enter-directory-face)
7522 (compilation-leave-directory-face): Doc fix.
7523 (compilation-text-face): New function.
7524
7525 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
7526 instead of 1 to display binary file names as info file links.
7527 (grep-error-face): Use `compilation-error-face' instead of
7528 `font-lock-keyword-face'.
7529 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
7530 and `compilation-warning-text-face' instead of
7531 `font-lock-keyword-face'. Use `compilation-error-text-face'
7532 instead of `grep-error-face'.
7533
7534 2005-08-05 Kenichi Handa <handa@m17n.org>
7535
7536 * international/code-pages.el: Add autoload cookies for all coding
7537 systems.
7538
7539 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
7540
7541 * cus-start.el (all): Put undo.c where it alphabetically belongs.
7542
7543 2005-08-04 Juri Linkov <juri@jurta.org>
7544
7545 * progmodes/compile.el (compilation-mode-map):
7546 * progmodes/grep.el (grep-mode-map):
7547 Bind TAB to `compilation-next-error' and [backtab] to
7548 `compilation-previous-error'.
7549
7550 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
7551 matching line numbers, column numbers and their ranges with regexp
7552 matching only line numbers.
7553 (grep-context-face): New face variable.
7554 (grep-mode-font-lock-keywords): Use it.
7555
7556 * faces.el (read-face-name): Delete duplicate faces.
7557
7558 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
7559
7560 * thumbs.el (thumbs-find-image): Don't make variables
7561 automatically buffer local.
7562 (thumbs-current-tmp-filename, thumbs-current-image-filename)
7563 (thumbs-image-num): Make automatically buffer local.
7564 (thumbs-show-thumbs-list): Use `make-local-variable', not
7565 `make-variable-buffer-local'.
7566 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
7567
7568 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
7569 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
7570 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
7571 (bother, bye, canyou, chatlst, continue, deathlst, describe)
7572 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
7573 (feelings-about, foullst, found, hello, history, howareyoulst)
7574 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
7575 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
7576 (neglst, obj, object, owner, please, problems, qlist)
7577 (random-adjective, relation, remlst, repetitive-shortness)
7578 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
7579 (shortlst, something, sportslst, stallmanlst, states, subj)
7580 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
7581 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
7582 Defvar at compile time.
7583
7584 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
7585 not `make-variable-buffer-local'.
7586
7587 2005-08-02 Kim F. Storm <storm@cua.dk>
7588
7589 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
7590 rectangle overlay in selected window.
7591
7592 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
7593
7594 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
7595 instead of display group. Make `indicate-buffer-boundaries'
7596 customizable through Custom.
7597
7598 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
7599
7600 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
7601 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
7602 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
7603 (gdb-put-string): Fix typos in docstrings.
7604
7605 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
7606
7607 Update copyright notices of files in progmodes directory for
7608 release of Emacs 22.1.
7609
7610 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
7611
7612 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
7613 Don't barf if the GUD buffer has been killed.
7614
7615 2005-08-01 Kim F. Storm <storm@cua.dk>
7616
7617 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
7618
7619 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
7620
7621 * simple.el (next-error-follow-minor-mode):
7622 make-variable-buffer-local -> make-local-variable.
7623
7624 * emacs-lisp/cl-extra.el: Require CL also when compiling.
7625
7626 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
7627 (byte-compile-form-make-variable-buffer-local): New functions to warn
7628 about misuses of make-variable-buffer-local where make-local-variable
7629 was meant.
7630
7631 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
7632
7633 * bs.el (bs-attributes-list): Doc fix.
7634 (bs): Update url-link.
7635
7636 * desktop.el (desktop-save-buffer): Fix typos in docstring.
7637 (desktop-load-default): Simplify.
7638
7639 * ibuffer.el (ibuffer-columnize-and-insert-list)
7640 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
7641 (ibuffer-unmark-all, ibuffer-toggle-marks)
7642 (ibuffer-unmark-forward, ibuffer-unmark-backward)
7643 (ibuffer-compile-make-format-form, ibuffer-format-column)
7644 (ibuffer-current-buffers-with-marks)
7645 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
7646 (ibuffer): Doc fix.
7647 (ibuffer-mode): Fix typo in docstring.
7648 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
7649 with `define-obsolete-variable-alias'.
7650 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
7651
7652 2005-07-29 Kenichi Handa <handa@m17n.org>
7653
7654 * international/mule-cmds.el (select-message-coding-system):
7655 Be sure to use LF for end-of-line. If no coding system is decided,
7656 return iso-8859-1-unix.
7657
7658 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
7659
7660 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
7661 (ange-ftp-pending-error-line): New vars.
7662 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
7663 to handle the non-fatal no-route-to-host messages.
7664 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
7665
7666 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
7667
7668 * isearch.el (isearch-mode-map, isearch-other-meta-char)
7669 (isearch-quote-char, isearch-printing-char)
7670 (isearch-text-char-description): "?\ " -> "?\s".
7671 (isearch-lazy-highlight-cleanup)
7672 (isearch-lazy-highlight-initial-delay)
7673 (isearch-lazy-highlight-interval)
7674 (isearch-lazy-highlight-max-at-a-time)
7675 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
7676 Declare with define-obsolete-*-alias macros.
7677 (isearch-forward): Fix typo in docstring.
7678 (search-invisible, search-ring-yank-pointer)
7679 (regexp-search-ring-yank-pointer): Doc fixes.
7680
7681 * recentf.el (recentf-menu-append-commands-p): Declare with
7682 `define-obsolete-variable-alias'.
7683 (recentf-max-saved-items, recentf-menu-filter)
7684 (recentf-arrange-by-rule-subfilter): Doc fixes.
7685 (recentf-menu-append-commands-flag)
7686 (recentf-initialize-file-name-history, recentf-expand-file-name)
7687 (recentf-clear-data): Fix typos in docstrings.
7688
7689 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
7690
7691 * progmodes/gdb-ui.el: Smarten comments.
7692 (gdb-info-breakpoints-custom): Use nowarn when finding file.
7693
7694 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
7695
7696 * term/apollo.el (terminal-init-apollo): New function containing
7697 all former top level forms in the file.
7698 * term/bobcat.el (terminal-init-bobcat):
7699 * term/cygwin.el (terminal-init-cygwin):
7700 * term/iris-ansi.el (terminal-init-iris-ansi):
7701 * term/linux.el (terminal-init-linux):
7702 * term/news.el (terminal-init-news):
7703 * term/rxvt.el (terminal-init-rxvt):
7704 * term/sun.el (terminal-init-sun):
7705 * term/tvi970.el (terminal-init-tvi970):
7706 * term/vt100.el (terminal-init-vt100):
7707 * term/vt102.el (terminal-init-vt102):
7708 * term/vt125.el (terminal-init-vt125):
7709 * term/vt200.el (terminal-init-vt200):
7710 * term/vt201.el (terminal-init-vt201):
7711 * term/vt220.el (terminal-init-vt220):
7712 * term/vt240.el (terminal-init-vt240):
7713 * term/vt300.el (terminal-init-vt300):
7714 * term/vt320.el (terminal-init-vt320):
7715 * term/vt400.el (terminal-init-vt400):
7716 * term/vt420.el (terminal-init-vt420):
7717 * term/wyse50.el (terminal-init-wyse50):
7718 * term/xterm.el (terminal-init-xterm): Likewise.
7719
7720 * term/README: Describe the terminal-init-* functionality.
7721
7722 * startup.el (command-line): After loading the terminal initialization
7723 file call the corresponding terminal initialization function.
7724
7725 2005-07-27 Kenichi Handa <handa@m17n.org>
7726
7727 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
7728 negative.
7729
7730 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
7731 (ps-mule-composition-prologue): Fix for the case that
7732 RelativeCompose is false.
7733
7734 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
7735
7736 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
7737
7738 * descr-text.el (describe-char): Handle the case where the list of
7739 chars is displayed in a separate frame.
7740 Be a bit more discriminating when looking for the char.
7741
7742 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
7743
7744 * bookmark.el (bookmark-automatically-show-annotations)
7745 (bookmark-read-annotation-text-func): Doc fixes.
7746 (bookmark-save): Improve argument/docstring consistency.
7747 (bookmark-get-bookmark, bookmark-get-bookmark-record)
7748 (bookmark-alist-from-buffer)
7749 (bookmark-upgrade-file-format-from-0)
7750 (bookmark-grok-file-format-version)
7751 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
7752 (bookmark-read-annotation-mode)
7753 (bookmark-insert-current-bookmark, bookmark-jump)
7754 (bookmark-exit-hook): Fix typos in docstrings.
7755 (bookmark-exit-hooks): Define as obsolete alias.
7756 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
7757 not `bookmark-exit-hooks'. Fix docstring.
7758 (bookmark-bmenu-select): "?\ " -> "?\s".
7759
7760 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
7761
7762 * startup.el (command-line): Fix typo.
7763
7764 2005-07-24 Richard M. Stallman <rms@gnu.org>
7765
7766 * tooltip.el (tooltip-mode): Test emacs-basic-display,
7767 not emacs-quick-startup.
7768
7769 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
7770
7771 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
7772 (reb-next-match, reb-show-subexp): Use `with-selected-window'
7773 instead of `reb-with-current-window'.
7774 (reb-prev-match): Likewise. Also, don't move left if the search
7775 was unsuccessful.
7776 (reb-initialize-buffer): New function.
7777 (re-builder, reb-change-syntax): Use it.
7778
7779 * man.el (Man-goto-page): Make second argument NOERROR optional.
7780
7781 2005-07-23 Richard M. Stallman <rms@gnu.org>
7782
7783 * man.el (Man-bgproc-sentinel): Check here for failure to find
7784 any man page in the output, and report the error here.
7785 (Man-arguments): Make it permanent local.
7786 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
7787 (Man-mode): Pass t for NOERROR.
7788
7789 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
7790 (grep-mode-font-lock-keywords):
7791 Don't use compilation-...-face for messages that are not file names.
7792
7793 * progmodes/compile.el (compilation-mode-font-lock-keywords):
7794 Don't use compilation-...-face for messages that are not file names.
7795
7796 2005-07-22 Juri Linkov <juri@jurta.org>
7797
7798 * startup.el (normal-splash-screen): Update menu name.
7799
7800 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
7801
7802 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
7803
7804 * term/xterm.el: Load term/rxvt if the terminal is actually an
7805 rxvt terminal.
7806 (xterm-rxvt-set-background-mode): Remove, not used anymore.
7807
7808 * term/rxvt.el (function-key-map): Use substitute-key-definition
7809 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
7810
7811 * term/cygwin.el: New file.
7812
7813 2005-07-22 Kim F. Storm <storm@cua.dk>
7814
7815 * image-file.el (insert-image-file, image-file-yank-handler):
7816 Fix last change to maintain a (unique) yank-handler on yanked images.
7817
7818 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
7819
7820 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
7821 of the file size (as in "177B" for 177 bytes). This happens with
7822 "ls -lh" on FreeBSD.
7823
7824 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
7825
7826 * hilit-chg.el (highlight-changes-global-initial-state)
7827 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
7828 (hilit-chg-fixup, highlight-changes-mode):
7829 Fix typos in docstrings.
7830 (highlight-changes-global-modes, highlight-changes-rotate-faces):
7831 Doc fixes.
7832
7833 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
7834
7835 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
7836 mode function using `eval-after-load'.
7837
7838 2005-07-21 Kim F. Storm <storm@cua.dk>
7839
7840 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
7841 included when reporting an emacs crash, and tell about the DEBUG file.
7842
7843 * image-file.el (insert-image-file): Add yank-handler.
7844 (image-file-yank-handler): Yank handler to make unique copies of
7845 images when they are yanked into a buffer next to each other.
7846
7847 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
7848
7849 * comint.el (comint-use-prompt-regexp, comint-send-input)
7850 (comint-source-default, comint-extract-string)
7851 (comint-get-source, comint-word, comint-completion)
7852 (comint-source, comint-prompt-read-only, comint-update-fence):
7853 Fix typos in docstrings.
7854 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
7855 Declare with define-obsolete-*-alias macros.
7856 (comint-previous-matching-input-from-input)
7857 (comint-next-matching-input-from-input)
7858 (comint-previous-matching-input, comint-next-matching-input)
7859 (comint-forward-matching-input):
7860 Improve argument/docstring consistency.
7861
7862 * desktop.el (desktop-clear-preserve-buffers-regexp):
7863 Also preserve the *server* buffer.
7864
7865 * simple.el (clone-indirect-buffer): Doc fix.
7866 (fixup-whitespace, just-one-space)
7867 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
7868 (next-error, next-error-highlight)
7869 (next-error-highlight-no-select, next-error-last-buffer)
7870 (next-error-buffer-p, next-error-find-buffer, next-error)
7871 (previous-error, next-error-no-select, previous-error-no-select)
7872 (open-line, split-line, minibuffer-prompt-width, kill-new)
7873 (binary-overwrite-mode): Fix typos in docstrings.
7874 (set-fill-column): Fix typo in message.
7875
7876 * skeleton.el (skeleton-proxy-new): Doc fix.
7877
7878 * strokes.el (strokes-load-hook): Doc fix.
7879 (strokes-grid-resolution, strokes-get-grid-position)
7880 (strokes-renormalize-to-grid, strokes-read-stroke)
7881 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
7882 (strokes-global-map): Fix typos in docstrings.
7883 (strokes-help): Doc fix. Fix help message and pass it through
7884 `substitute-command-keys'.
7885
7886 * tempo.el (tempo-insert-prompt, tempo-interactive)
7887 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
7888 (tempo-insert-string-functions, tempo-local-tags)
7889 (tempo-define-template, tempo-insert-template)
7890 (tempo-insert-prompt-compat, tempo-is-user-element)
7891 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
7892 Fix typos in docstrings.
7893
7894 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
7895 (vcursor-key-bindings, vcursor-use-vcursor-map)
7896 (vcursor-find-window, vcursor-scroll-down)
7897 (vcursor-disable, vcursor-beginning-of-buffer)
7898 (vcursor-end-of-buffer): Fix typos in docstrings.
7899 (vcursor-relative-move, vcursor-get-char-count):
7900 Improve argument/docstring consistency.
7901
7902 * version.el: "?\ " -> "?\s".
7903
7904 * wid-edit.el (widget-default-create, widget-after-change)
7905 (widget-default-format-handler, widget-checklist-add-item)
7906 (widget-radio-add-item, widget-choose, widget-specify-secret)
7907 (widget-field-value-create, widget-field-value-get)
7908 (widget-editable-list-format-handler)
7909 (widget-editable-list-entry-create, widget-group-value-create)
7910 (widget-documentation-link-add)
7911 (widget-documentation-string-value-create): "?\ " -> "?\s".
7912 (widget-convert-text): Doc fix.
7913 (widget-narrow-to-field, widget-field-find)
7914 (widget-url-link-action, widget-emacs-library-link-action)
7915 (widget-color-notify): Fix typos in docstrings.
7916
7917 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
7918 (x-select-text, set-w32-system-coding-system)
7919 (w32-add-charset-info): Fix typos in docstrings.
7920
7921 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
7922 (cua-enable-cua-keys, cua-use-hyper-key)
7923 (cua-virtual-rectangle-edges): Fix typos in docstrings.
7924 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
7925
7926 * net/tramp.el (tramp-handle-load): Fix typo in error message.
7927
7928 * emacs-lisp/re-builder.el (regexp-builder): Declare with
7929 `defalias' instead of faking it.
7930
7931 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
7932 (eshell-ls-missing, eshell-ls-dired-initial-args)
7933 (eshell-ls-use-in-dired): Fix typos in docstrings.
7934
7935 2005-07-20 Kim F. Storm <storm@cua.dk>
7936
7937 * emulation/cua-base.el (cua-mode): Improve doc string.
7938
7939 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
7940
7941 * abbrev.el (expand-region-abbrevs): Doc fix.
7942 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
7943 Improve argument/docstring consistency.
7944
7945 * arc-mode.el (archive-get-descr, archive-alternate-display):
7946 Doc fixes.
7947 (archive-l-e): Improve argument/docstring consistency.
7948 (archive-tmpdir, archive-unixdate, archive-unixtime)
7949 (archive-chmod-entry): Fix typos in docstrings.
7950 (archive-unflag, archive-unflag-backwards)
7951 (archive-unmark-all-files): "?\ " -> "?\s".
7952
7953 * buff-menu.el (Buffer-menu-unmark): Doc fix.
7954 (Buffer-menu-not-modified, Buffer-menu-execute)
7955 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
7956 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
7957
7958 * composite.el (compose-string, encode-composition-rule)
7959 (compose-last-chars): Fix typos in docstrings.
7960
7961 * desktop.el (desktop-enable, desktop-basefilename):
7962 Declare with `define-obsolete-variable-alias'.
7963 (desktop-internal-v2s): Don't quote keywords.
7964 (desktop-clear): "?\ " -> "?\s".
7965
7966 * dired.el (dired-align-file, dired-flag-backup-files)
7967 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
7968 (dired-listing-switches, dired-ls-F-marks-symlinks)
7969 (dired-dwim-target, dired-load-hook, dired-mode-hook)
7970 (dired-directory, dired-faces, dired, dired-revert)
7971 (dired-mode, dired-summary, dired-view-file)
7972 (dired-copy-filename-as-kill, dired-delete-file)
7973 (dired-no-confirm, dired-unmark-all-marks)
7974 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
7975 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
7976 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
7977 Fix typos in message strings.
7978
7979 * dired-x.el (virtual-dired): Declare with `defalias'.
7980 (dired-mark-unmarked-files, dired-local-variables-file)
7981 (dired-omit-here-always): Doc fix.
7982 (dired-omit-mode, dired-find-subdir)
7983 (dired-enable-local-variables, dired-clean-up-buffers-too)
7984 (dired-extra-startup, dired-mark-extension, dired-jump)
7985 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
7986 (dired-smart-shell-command, dired-guess-shell-alist-user)
7987 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
7988 (dired-x-bind-find-file, dired-x-submit-report):
7989 Fix typos in docstrings.
7990 (dired-mark-unmarked-files): "?\ " -> "?\s".
7991
7992 * dirtrack.el (dirtrack-list): Fix typos in docstring.
7993
7994 * faces.el (describe-face): "?\ " -> "?\s".
7995 (read-all-face-attributes, read-face-font, modify-face)
7996 (face-attr-construct, italic): Fix typos in docstrings.
7997 (frame-update-face-colors): Declare with
7998 `define-obsolete-function-alias'.
7999
8000 * files.el (find-file-noselect, recode-file-name): Doc fixes.
8001 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
8002 (magic-mode-alist, buffer-file-numbers-unique)
8003 (write-file-functions, get-free-disk-space):
8004 Fix typos in docstrings.
8005 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
8006 (write-contents-hooks, write-file-hooks):
8007 Declare with `define-obsolete-variable-alias'.
8008
8009 * forms-d2.el (arch-rj): Fix typo in docstrings.
8010 (arch-tocol): Likewise. "?\ " -> "?\s".
8011
8012 * frame.el (set-frame-font, cursor-in-non-selected-windows):
8013 Fix typo in docstring.
8014 (set-screen-width, set-screen-height): Delete redundant info in
8015 doctrings.
8016 (new-frame, screen-height, screen-width): Declare with
8017 `define-obsolete-function-alias'.
8018 (delete-frame-hook, blink-cursor): Declare with
8019 `define-obsolete-variable-alias'.
8020
8021 * paths.el (prune-directory-list): Fix typos in docstring.
8022
8023 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
8024 (cvs-prefix-get): Fix typos in docstrings.
8025
8026 * ps-print.el (ps-extend-face-list, ps-extend-face)
8027 (ps-print-background-image): Fix typos in docstrings.
8028 (ps-default-fg, ps-default-bg): Doc fixes.
8029
8030 * s-region.el (s-region-bind): Doc fix.
8031 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
8032
8033 * textmodes/org.el (org-table-formula-substitute-names)
8034 (org-table-get-vertical-vector): Doc fixes.
8035 (org-table-recalculate): Remove unused argument to `message'.
8036
8037 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
8038
8039 * textmodes/org.el (org-table-column-names)
8040 (org-table-column-name-regexp)
8041 (org-table-named-field-locations): New variables.
8042 (org-archive-subtree): Protect `this-command' when calling
8043 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
8044 the kill buffer.
8045 (org-complete): Remove fixed-formula completion.
8046 (org-edit-formulas-map): New variable.
8047 (org-table-edit-formulas): New command.
8048 (org-finish-edit-formulas, org-abort-edit-formulas)
8049 (org-show-variable, org-table-get-vertical-vector): New functions.
8050 (org-table-maybe-eval-formula): Handle `:=' fields.
8051 (org-table-get-stored-formulas, org-table-store-formulas)
8052 (org-table-get-formula, org-table-modify-formulas)
8053 (org-table-replace-in-formulas): Handle named field formulas.
8054 (org-table-get-specials): Store locations of named fields.
8055
8056 2005-07-19 Juri Linkov <juri@jurta.org>
8057
8058 * progmodes/grep.el (grep-regexp-alist)
8059 (grep-mode-font-lock-keywords, grep-process-setup):
8060 Use default GNU grep match color "01;31m" instead of "01;41m".
8061 (grep-regexp-alist, grep-mode-font-lock-keywords):
8062 Use `\\[[0-9]*m' instead of `\\[00m'.
8063 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
8064 sgr_start where its handling is more important. Use the real
8065 length of sgr_start instead of constant 8.
8066 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
8067 specially. Delete all remaining escape sequences.
8068 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
8069 (grep-regexp-alist): Make hyperlink only for binary file name
8070 instead of the whole line.
8071 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
8072 (grep-mode): Add autoload.
8073
8074 * emacs-lisp/find-func.el (find-function-regexp):
8075 Add `define-compilation-mode'.
8076
8077 2005-07-19 Juri Linkov <juri@jurta.org>
8078
8079 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
8080 (compare-windows-sync-string-size, compare-windows-recenter)
8081 (compare-windows-highlight, compare-windows): Add version 22.1.
8082 (compare-windows) <defface>: Inherit from lazy-highlight instead
8083 of duplicating its default value.
8084
8085 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
8086 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
8087
8088 * descr-text.el (describe-char): Create link buttons for `charset'
8089 and `code point'. Add the current input method name with a link
8090 button to `to input' field. Print face names of display table
8091 characters in `The display table entry is displayed by' section
8092 instead of printing face-id in the `display' field.
8093 Guess hardcoded faces and create a link button for them.
8094 Skip empty fields when calculating max-width.
8095 Treat `widget-create' specially while inserting strings from the
8096 collected field list.
8097 (describe-char-after): Made obsolete in version 22.1, not 21.5.
8098
8099 * diff-mode.el (diff-file-header): Change foreground color from
8100 yellow to green on light backgrounds.
8101 (diff-context): Inherit from `shadow' only for color/grayscale
8102 with more than 88 colors.
8103 (diff-indicator-removed, diff-indicator-added)
8104 (diff-indicator-changed): New faces.
8105 (diff-font-lock-keywords): Use new faces. Regroup rules.
8106 Add "^---$" for `normal' diff format. Fontify `#' lines with
8107 font-lock-comment-delimiter-face and font-lock-comment-face.
8108 Add `#' to ^[^...] in the rule for `diff-context-face'.
8109
8110 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
8111 a button-like box. Inherit from `highlight' on low colors.
8112 (shadow): Use shades of gray only for color/grayscale with
8113 more than 88 colors. Use green for light backgrounds with
8114 8 colors, and yellow for dark backgrounds with 8 colors.
8115
8116 * font-lock.el (font-lock-regexp-grouping-backslash):
8117 Don't inherit from escape-glyph (use bold for all cases).
8118
8119 * info.el (info-xref-visited): Use light foreground color `violet'
8120 for dark backgrounds instead of dark color `magenta3'.
8121 (info-title-1): Use `yellow' color for dark backgrounds.
8122
8123 * isearch.el (isearch): Use not-too-dark magenta3 instead of
8124 too-light magenta2.
8125
8126 * replace.el (match): Use slightly more light RoyalBlue3 instead
8127 of dark RoyalBlue4.
8128
8129 * wid-edit.el (widget-inactive): Inherit from `shadow'.
8130
8131 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
8132
8133 * novice.el (disabled-command-hook): Declare it with
8134 `define-obsolete-variable-alias'.
8135
8136 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
8137 (desktop-buffer-misc-functions, desktop-buffer-handlers)
8138 (desktop-load-default): Add release to obsolescence info.
8139 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
8140 (desktop-append-buffer-args, desktop-read):
8141 Fix typos in docstrings.
8142 (desktop-kill): Fix typo in message.
8143 (desktop-save): Doc fix.
8144
8145 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
8146
8147 * viper-cmd.el (viper-escape-to-state): Bug fix.
8148 (viper-envelop-ESC-key): Change the definition of fast
8149 keysequence so it'll work with keyboard macros.
8150
8151 * ediff.el (ediff-patch-buffer): Change the docstring.
8152
8153 2005-07-19 Kenichi Handa <handa@m17n.org>
8154
8155 * international/mule-cmds.el (select-safe-coding-system): Try to
8156 use an auto-coding (if any) before anything else. If the found
8157 auto-coding is invalid, show a warning message.
8158
8159 * international/mule.el (find-auto-coding): New function created
8160 by modifying the body of set-auto-coding.
8161 (set-auto-coding): Use find-auto-coding to find a coding.
8162
8163 2005-07-18 Richard M. Stallman <rms@gnu.org>
8164
8165 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
8166 not isearch-mode-end-hook-error.
8167 (allout-before-change-protect): Fix error message.
8168
8169 2005-07-18 Juri Linkov <juri@jurta.org>
8170
8171 * allout.el (allout-mode):
8172 * calculator.el (calculator-copy):
8173 * custom.el (custom-known-themes):
8174 * dired.el (dired-desktop-buffer-misc-data)
8175 (dired-restore-desktop-buffer):
8176 * dired-x.el (dired-omit-marker-char):
8177 * files.el (basic-save-buffer):
8178 * font-core.el (font-lock-mode):
8179 * calendar/calendar.el (calendar-goto-hebrew-date)
8180 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
8181 (calendar-goto-persian-date):
8182 * language/ethio-util.el (ethio-sera-to-fidel-region):
8183 * textmodes/picture.el (picture-mode):
8184 Delete duplicate duplicate words.
8185
8186 2005-07-18 Juri Linkov <juri@jurta.org>
8187
8188 * isearch.el (isearch-mode-map): Remove key bindings for regexp
8189 chars * ? } |.
8190 (isearch-fallback): Don't call `isearch-process-search-char'.
8191 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
8192 (isearch-process-search-char): Call `isearch-fallback' for regexp
8193 chars * ? } |.
8194 (isearch-return-char): Make obsolete with `make-obsolete' instead
8195 of simply documenting it as obsolete in the docstring.
8196 (isearch-fallback): Refill docstring.
8197
8198 * international/isearch-x.el
8199 (isearch-process-search-multibyte-characters): Remove unneeded
8200 `concat'. Add intermediate values to `junk-hist' instead of
8201 `minibuffer-history'. Test the length of `str'.
8202
8203 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
8204
8205 * allout.el (allout-resolve-xref): Fix typos in error strings.
8206 (allout-before-change-protect): Remove unneeded `concat'.
8207
8208 * array.el (array-mode, array-reconfigure-rows)
8209 (untabify-backward): Fix typos in docstrings.
8210 (array-reconfigure-rows): Use `insert-buffer-substring', not
8211 `insert-buffer'.
8212
8213 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
8214 * progmodes/ada-mode.el (ada-make-body):
8215 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
8216
8217 * dired.el (dired-log):
8218 * tar-mode.el (tar-subfile-save-buffer):
8219 * play/zone.el (zone-pgm-stress-destress):
8220 Use `insert-buffer-substring', not `insert-buffer'.
8221
8222 2005-07-17 Simon Josefsson <jas@extundo.com>
8223
8224 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
8225
8226 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
8227
8228 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
8229 Add plain auth method.
8230 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
8231
8232 2005-07-17 Kim F. Storm <storm@cua.dk>
8233
8234 * ido.el (dired-other-window): Add ido property.
8235
8236 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
8237
8238 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
8239 Fix typo in docstring.
8240 (byte-compile-interactive-only-functions): Add `insert-buffer' and
8241 `insert-file-literally'.
8242
8243 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
8244 info and delete redundant message. Doc fix.
8245 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
8246 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
8247
8248 2005-07-16 Richard M. Stallman <rms@gnu.org>
8249
8250 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
8251 (byte-compile-and): Use byte-compile-and-recursion.
8252 (byte-compile-or-recursion): New function.
8253 (byte-compile-or): Use that.
8254 (byte-compile-if): Guard the else-clause too.
8255 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
8256
8257 * isearch.el (isearch-mode-end-hook-quit): New variable.
8258 (isearch-done): Bind it.
8259 (isearch-mode-end-hook): Doc fix.
8260
8261 * allout.el (allout-isearch-did-quit): Variable deleted.
8262 (allout-real-isearch-abort): Function name no longer used.
8263 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
8264 (allout-isearch-rectification): isearch-mode always exists.
8265 Don't set allout-isearch-did-quit.
8266 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
8267 allout-isearch-did-quit.
8268 (allout-enwrap-isearch): Just add the hook.
8269 (allout-isearch-abort): Function deleted.
8270 (allout-pre-command-business): Avoid warning.
8271
8272 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
8273 Correctly avoid warnings.
8274 (pascal-outline): Likewise.
8275
8276 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
8277
8278 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
8279
8280 * play/tetris.el (tetris-mode): Avoid warning.
8281
8282 * play/snake.el (snake-mode): Avoid warning.
8283
8284 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
8285 (gamegrid-set-display-table): Avoid warning.
8286 (gamegrid-set-timer): Likewise.
8287 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
8288 (gamegrid-add-score-with-update-game-score-1): Take FILE
8289 as argument.
8290 (gamegrid-add-score-with-update-game-score): Pass that argument.
8291 Rename have-shared-game-dir to gamegrid-shared-game-dir.
8292
8293 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
8294
8295 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
8296 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
8297
8298 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
8299 and insert-file.
8300
8301 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
8302 (sc-ask): Avoid warnings.
8303
8304 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
8305 (eshell-hist-initialize): Use that var the natural way.
8306
8307 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
8308
8309 * emacs-lisp/re-builder.el (reb-cook-regexp):
8310 Avoid warning calling lre-compile-string.
8311 (reb-color-display-p): Avoid warning.
8312
8313 * calculator.el (calculator-last-input): Guard uses
8314 of event-key and key-press-event-p.
8315 (event-key, key-press-event-p): Delete definitions.
8316
8317 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
8318 (find-gc-source-directory, find-gc-subrs-callers)
8319 (find-gc-noreturn-list, find-gc-source-files)
8320 (find-gc-subrs-called): Vars renamed and defvar'd.
8321
8322 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
8323 (checkdoc-overlay-put, checkdoc-delete-overlay)
8324 (checkdoc-overlay-start, checkdoc-overlay-end)
8325 (checkdoc-mode-line-update, checkdoc-char=):
8326 Define such that compiler knows they are defined.
8327 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
8328 (checkdoc-read-event): Delete. Use read-event directly.
8329
8330 * whitespace.el (whitespace-make-overlay)
8331 (whitespace-overlay-put, whitespace-delete-overlay)
8332 (whitespace-overlay-start, whitespace-overlay-end):
8333 Define such that compiler knows they are defined.
8334 (whitespace): Move conditional inside.
8335
8336 * tempo.el (tempo-insert-template): Suppress warning.
8337
8338 * ediff-diff.el (longlines-mode): Add defvar.
8339
8340 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
8341
8342 * server.el: Bind "C-x #" in a way that works even if C-x is
8343 redefined to a command key, not a prefix key.
8344
8345 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
8346
8347 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
8348 cl-make-type-test till execution time.
8349
8350 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
8351
8352 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
8353 arg ARG and use it.
8354
8355 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
8356
8357 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
8358
8359 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
8360
8361 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
8362 a defcustom with two :set or :type keywords.
8363
8364 2005-07-15 Richard M. Stallman <rms@gnu.org>
8365
8366 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
8367 Don't give ^M comment-end syntax.
8368
8369 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
8370
8371 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
8372 Don't consider gdbmi (gdb-mi.el has its own update functions).
8373 (gdb-var-delete): Make it work for gdbmi as well.
8374 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
8375
8376 * progmodes/gud.el (etags, sdb): Only require etags when needed.
8377 (gud-speedbar-menu-items): Correct logic for enabling items.
8378
8379 2005-07-15 Kim F. Storm <storm@cua.dk>
8380
8381 * ido.el: Fix commentary.
8382 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
8383 Use with-no-warnings around ffap-guesser.
8384 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
8385 Let bind minibuffer-completing-file-name to t.
8386
8387 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
8388
8389 * startup.el (site-run-file, keyboard-type): Doc fixes.
8390 (command-line): Check for "--basic-display" argument; also for
8391 "--quick", not "--bare-bones" (which was renamed).
8392 (fancy-splash-text): Add missing item "Getting New Versions".
8393 (normal-splash-screen): Fix typos and improve consistency with
8394 `fancy-splash-text'. Update copyright year.
8395
8396 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
8397 valid binding for `help-char'.
8398
8399 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
8400
8401 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
8402
8403 * term.el (term-mode): Disable cua-mode for term buffers.
8404
8405 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
8406
8407 * add-log.el (add-log-mailing-address, change-log-merge):
8408 Doc fixes.
8409 (change-log-get-method-definition): Fix typo in docstring.
8410
8411 2005-07-14 Kim F. Storm <storm@cua.dk>
8412
8413 * emulation/cua-base.el:
8414 (cua--pre-command-handler-1, cua--pre-command-handler)
8415 (cua--post-command-handler-1, cua--post-command-handler):
8416 Split in two. Check (buffer local) value of cua-mode.
8417 (cua-selection-mode): New command.
8418
8419 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
8420
8421 * custom.el (custom-initialize-safe-set)
8422 (custom-initialize-safe-default): Doc fixes.
8423
8424 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
8425 and simplify :init-value again.
8426
8427 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
8428 and simplify :init-value again. Delete autoload.
8429
8430 * startup.el (command-line): Use `custom-reevaluate-setting' again
8431 for tooltip-mode.
8432
8433 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
8434 a defcustom with two :initialize keywords.
8435
8436 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
8437
8438 * allout.el (my-mark-marker, allout-isearch-prior-pos)
8439 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
8440 (allout-post-command-business, allout-flag-region)
8441 (isearch-reenable-font-lock, allout-yank)
8442 (allout-insert-latex-header, allout-insert-latex-trailer)
8443 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
8444 (allout-latex-verb-quote): Fix typos in docstrings.
8445 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
8446 (allout-unprotected, allout-prefix-data):
8447 Improve argument/docstring consistency.
8448 (allout-chart-subtree): Fix argument spec.
8449 (allout-open-topic): Rename `use_sib_bullet' argument to
8450 `use-sib-bullet'. Doc fix.
8451
8452 * whitespace.el (whitespace-check-buffer-leading)
8453 (whitespace-check-buffer-trailing)
8454 (whitespace-check-buffer-indent)
8455 (whitespace-check-buffer-spacetab)
8456 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
8457 (whitespace-check-leading-whitespace)
8458 (whitespace-check-trailing-whitespace)
8459 (whitespace-check-spacetab-whitespace)
8460 (whitespace-check-indent-whitespace)
8461 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
8462 (whitespace-modes): Fix typos in docstrings.
8463 (defgroup, defcustom): Doc fixes.
8464
8465 * winner.el (winner-mode, winner-boring-buffers)
8466 (winner-pending-undo-ring): Doc fixes.
8467 (winner-ring): Remove unneeded `progn'.
8468 (winner-equal): `defsubst' it.
8469 (winner-redo): Fix message.
8470
8471 2005-07-13 Kim F. Storm <storm@cua.dk>
8472
8473 * simple.el (line-move-1): Always use vertical-motion to
8474 do the last (or only) line move to ensure some movement.
8475 Undo 2005-06-23 change--don't check for overlays.
8476
8477 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8478
8479 * term/mac-win.el (ccl-encode-mac-roman-font)
8480 (ccl-encode-mac-centraleurroman-font)
8481 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
8482 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
8483 Change charset-id boundary of dimension to ?\xef.
8484 (mac-char-fontspec-list): New constant.
8485 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
8486 argument. Nil uses itself as family in font-spec. Previous
8487 behavior for nil is now provided by non-nil non-string argument.
8488 All callers changed. Add font-specs for Mac fonts to
8489 "fontset-default" unless iso8859-1 fonts are installed.
8490
8491 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
8492
8493 * progmodes/sh-script.el (sh-get-indent-info): Only indent
8494 a continuation line if the \ is preceded by SPC or TAB.
8495 (sh-get-indent-info): Simplify.
8496 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
8497 Use with-current-buffer.
8498
8499 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
8500 when the matched text is empty.
8501
8502 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
8503
8504 * startup.el (command-line): Revert to previous handling of
8505 tooltip-mode. Explain in comment why the complexity is needed.
8506
8507 * tooltip.el (tooltip-mode): Revert to previous implementation of
8508 its defcustom.
8509
8510 * frame.el (blink-cursor-mode): Revert to previous implementation
8511 of its defcustom. Update comment.
8512
8513 2005-07-12 Lars Hansen <larsh@soem.dk>
8514
8515 * desktop.el: Update e-mail address.
8516
8517 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8518
8519 * term/mac-win.el (mac-services-mail-selection)
8520 (mac-services-mail-to): New functions.
8521 (mac-application-menu-map): Bind them.
8522
8523 2005-07-12 wulei <milton@wulei.net> (tiny change)
8524
8525 * progmodes/gdb-ui.el: Add note about buffering with Windows.
8526
8527 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
8528
8529 * custom.el (custom-reevaluate-setting): Doc fix.
8530
8531 2005-07-11 Jay Belanger <belanger@truman.edu>
8532
8533 * calc/calc.el (calc-embedded-announce-formula-alist)
8534 (calc-embedded-open-close-plain-alist)
8535 (calc-embedded-open-close-mode-alist): Add checks for additional
8536 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
8537
8538 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
8539
8540 * custom.el (custom-enable-theme): Don't add theme to
8541 `custom-enabled-themes' with `push' because there is no
8542 setf-method for `delq'.
8543
8544 2005-07-11 Richard M. Stallman <rms@gnu.org>
8545
8546 * custom.el (custom-declare-variable): Doc fix.
8547
8548 * dired-aux.el (dired-compare-directories): Remove "." and ".."
8549 from the alists.
8550
8551 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
8552 Do nothing if edebug-active.
8553
8554 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
8555 (edebug-display): Do it here instead.
8556
8557 2005-07-10 Richard M. Stallman <rms@gnu.org>
8558
8559 * cus-face.el (custom-theme-set-faces): Make it work.
8560 (custom-reset-faces): Doc fix.
8561 (custom-theme-reset-internal-face, custom-theme-face-value):
8562 Functions deleted.
8563
8564 * custom.el (custom-push-theme): Maintain list of the settings
8565 of a given theme in its theme-settings property.
8566 Maintain position of old settings in the theme-value
8567 or theme-face property.
8568 (custom-enabled-themes): New variable.
8569 (custom-theme-enabled-p): New function.
8570 (provide-theme): Update custom-enabled-themes.
8571 Disable and reenable the `user' theme.
8572 (require-theme): Doc fix.
8573 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
8574 (custom-theme-value, custom-theme-variable-value): Likewise.
8575 (custom-theme-reset-internal): Likewise.
8576 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
8577 (custom-enable-theme, custom-disable-theme): New functions.
8578 (custom-variable-theme-value, custom-face-theme-value): Likewise.
8579 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
8580 (custom-theme-reset-variables): Simplify.
8581 (deftheme, custom-declare-theme, custom-make-theme-feature):
8582 Definitions moved.
8583
8584 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
8585
8586 * longlines.el (longlines-show-region)
8587 (longlines-unshow-hard-newlines): Recognize hard newlines by
8588 non-nil hard property, instead of t.
8589
8590 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
8591
8592 * viper-cmd.el (viper--key-maps): New variable.
8593 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
8594 emulation-mode-map-alists.
8595 (viper-envelop-ESC-key): Use viper-subseq.
8596 (viper-search-forward/backward/next): Disable debug-on-error.
8597
8598 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
8599 (viper-ESC-key): New defcustoms.
8600
8601 * viper-macs.el (ex-map-read-args): Use viper-subseq.
8602
8603 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
8604 (viper-subseq): Copy of subseq from cl.el.
8605
8606 * viper.el (viper-go-away, viper-set-hooks): Use
8607 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
8608
8609 * viper-mous.el (viper-current-frame-saved): Use defvar.
8610
8611 * viper-init.el: Get rid of -face in face names.
8612
8613 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
8614 Make it work with longlines mode
8615
8616 * ediff-mult.el (ediff-meta-mode-hook): New variable.
8617
8618 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
8619
8620 * ediff-init.el: Get rid of -face in face names.
8621
8622 2005-07-10 Richard M. Stallman <rms@gnu.org>
8623
8624 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
8625 and with-timeout-unsuspend.
8626
8627 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
8628 and with-timeout-unsuspend.
8629
8630 * emacs-lisp/timer.el (with-timeout-timers): New variable.
8631 (with-timeout): Bind that variable to record timers.
8632 (with-timeout-suspend, with-timeout-unsuspend): New functions.
8633
8634 * emacs-lisp/debug.el (debug-help-follow): New function.
8635 (debugger-mode-map): Use that instead of help-follow.
8636 (debugger-setup-buffer): Use eval-buffer-list
8637 to handle eval-buffer frames.
8638
8639 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
8640
8641 * timezone.el (timezone-parse-date): Change first regexp
8642 so it will not mistakenly match dates with no time zone.
8643
8644 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
8645
8646 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
8647
8648 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
8649
8650 * custom.el (custom-initialize-safe-set)
8651 (custom-initialize-safe-default): New functions.
8652
8653 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
8654 and simplify :init-value.
8655
8656 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
8657 and simplify :init-value. Delete obsolete comment.
8658
8659 * startup.el (command-line): Use `custom-reevaluate-setting' to
8660 handle `tooltip-mode'. Delete obsolete comment.
8661
8662 * files.el (set-visited-file-name): Avoid calling
8663 `file-name-nondirectory' with a nil argument.
8664
8665 2005-07-09 Richard M. Stallman <rms@gnu.org>
8666
8667 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
8668 was called with nil for the buffer, handle the read position right.
8669 Handle read position for eval-region, too.
8670
8671 2005-07-09 Juri Linkov <juri@jurta.org>
8672
8673 * fringe.el (fringe-mode): Add period in docstring.
8674 (fringe-query-style): Build prompt depending on `all-frames' arg.
8675
8676 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
8677 to not create links to unrelated functions in the Help buffer.
8678
8679 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
8680 Doc fix.
8681
8682 * simple.el (next-error-hook): New variable.
8683 (next-error): Use it. Doc fix.
8684
8685 * textmodes/ispell.el (ispell-command-loop): Add current
8686 dictionary name and program name to mode-line-format.
8687 (ispell-region, ispell-process-line): Add current dictionary name
8688 and program name to messages.
8689
8690 2005-07-08 Jay Belanger <belanger@truman.edu>
8691
8692 * calc/calc.el (calc-embedded-announce-formula-alist)
8693 (calc-embedded-open-close-formula-alist)
8694 (calc-embedded-open-close-word-alist)
8695 (calc-embedded-open-close-plain-alist)
8696 (calc-embedded-open-close-new-formula-alist)
8697 (calc-embedded-open-close-mode-alist)
8698 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
8699 (calc-embedded-mode-hook): New variables.
8700
8701 * calc/calc-embed.el (calc-embedded-firsttime)
8702 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
8703 New variables.
8704 (calc-do-embedded): Use calc-embedded-firsttime,
8705 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
8706 determine whether or not to run hooks.
8707 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
8708 calc-embedded-firsttime-formula appropriately.
8709 Set calc-embedded delimiter variables according to mode.
8710
8711 2005-07-08 Richard M. Stallman <rms@gnu.org>
8712
8713 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
8714 Check for "emacs", etc., as entire symbol, not just as word.
8715 (checkdoc-file-comments-engine): Use regexp-quote on FN.
8716
8717 * files.el (set-visited-file-name): Report the error
8718 for "empty filename" earlier.
8719 (kill-some-buffers): Ignore buffers already dead.
8720
8721 * fringe.el (fringe-mode): Doc fix.
8722
8723 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
8724 Check for (featurep 'xemacs) and turn off warnings in what it guards.
8725 Use unwind-protect to ensure byte-compile-unresolved-functions
8726 is updated.
8727
8728 * whitespace.el (whitespace-buffer-leading-cleanup):
8729 Simplify w/ skip-chars-forward.
8730 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
8731
8732 * mail/rmail.el (rmail-only-expunge): Fix paren error.
8733 Unconditionally try to leave point at the same old place.
8734
8735 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
8736
8737 * comint.el (comint-postoutput-scroll-to-bottom)
8738 (comint-show-maximum-output): Take scroll-margin into consideration.
8739
8740 2005-07-08 Kim F. Storm <storm@cua.dk>
8741
8742 * ido.el (ido-use-filename-at-point): New choice `guess'.
8743 (ido-file-internal): Try ffap-guesser if selected.
8744
8745 * ido.el (ido-before-fallback-functions): New hook.
8746 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
8747 (ido-read-file-name): Run it.
8748
8749 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
8750
8751 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
8752 strings rather than a list of symbols to the completion function.
8753
8754 2005-07-07 Jay Belanger <belanger@truman.edu>
8755
8756 * calc/calc-units.el (math-apply-units): Change the places in
8757 which units are simplified.
8758
8759 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
8760
8761 * cus-edit.el (customize-option, customize-option-other-window):
8762 Make them handle aliases.
8763
8764 * custom.el (custom-variable-p): Make it recursively follow
8765 aliases. Mention that in the docstring.
8766
8767 2005-07-07 Richard M. Stallman <rms@gnu.org>
8768
8769 * cus-start.el (exec-path): Use `directory' instead of `file'.
8770 Fix tag for nil.
8771
8772 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
8773
8774 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
8775 when called non-interactively. Doc fix.
8776
8777 2005-07-07 Lute Kamstra <lute@gnu.org>
8778
8779 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
8780 new address as well.
8781
8782 2005-07-07 Kenichi Handa <handa@m17n.org>
8783
8784 * international/mule.el (make-coding-system):
8785 Describe `ascii-incompatible' property in the docstring.
8786 (set-file-name-coding-system): Signal an error if coding-system is
8787 ascii-incompatible.
8788 (set-keyboard-coding-system): Likewise.
8789
8790 * international/mule-cmds.el (set-default-coding-systems):
8791 Don't set default-file-name-coding-system and
8792 default-keyboard-coding-system if coding-system is ASCII-incompatible.
8793
8794 * international/utf-16.el: Declare that all UTF-16-based coding
8795 systems are ASCII-incompatible.
8796
8797 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
8798
8799 * progmodes/gud.el: Require font-lock for displaying errors.
8800 Used by gdb-ui.el.
8801
8802 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
8803
8804 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
8805 values for the pattern lists which are `read'able but not
8806 `append'able (like symbols).
8807
8808 2005-07-06 Richard M. Stallman <rms@gnu.org>
8809
8810 * progmodes/flymake.el (flymake-float-time): Instead of
8811 with-no-warnings, test for xemacs.
8812 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
8813 to avoid warning.
8814
8815 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
8816
8817 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
8818
8819 2005-07-05 Lute Kamstra <lute@gnu.org>
8820
8821 * battery.el: Add support for Darwin (with much debugging help
8822 from Samuel Lauber <sam124@operamail.com>).
8823 (battery-status-function, battery-echo-area-format)
8824 (battery-mode-line-format): Add support for pmset on Darwin.
8825 (battery-load-low, battery-load-critical): New user options.
8826 (battery-pmset): New function.
8827
8828 2005-07-05 Lute Kamstra <lute@gnu.org>
8829
8830 Update FSF's address in GPL notices.
8831
8832 * textmodes/page-ext.el: Update FSF's address.
8833
8834 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
8835
8836 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
8837 filling from using prefix when filling a single-line docstring.
8838
8839 * progmodes/flymake.el: Remove useless eval-when-compile.
8840
8841 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
8842
8843 2005-07-04 Richard M. Stallman <rms@gnu.org>
8844
8845 * textmodes/org.el (org-file-apps-defaults-gnu):
8846 Rename from org-file-apps-defaults-linux.
8847 (org-default-apps): Don't test system-type for `linux'.
8848 (org-file-apps): Doc fix.
8849
8850 2005-07-04 David Ponce <david@dponce.com>
8851
8852 * tree-widget.el: Improve header Commentary section.
8853 (tree-widget) [defgroup]
8854 (tree-widget-image-enable, tree-widget-themes-directory)
8855 (tree-widget-theme, tree-widget-image-properties-emacs)
8856 (tree-widget-image-properties-xemacs, tree-widget-create-image)
8857 (tree-widget-image-formats, tree-widget-control)
8858 (tree-widget-empty-control, tree-widget-leaf-control
8859 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
8860 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
8861 (tree-widget-keep, tree-widget-after-toggle-functions)
8862 (tree-widget-open-node, tree-widget-close-node): Doc fix.
8863 (tree-widget-open-control, tree-widget-close-control): Fix doc and
8864 :help-echo message.
8865 (tree-widget-set-theme): Doc fix. Use `string-equal'.
8866 (tree-widget-image-properties): Doc fix. Clearer implementation.
8867 (tree-widget--cursors): New constant.
8868 (tree-widget-lookup-image): New function split from
8869 `tree-widget-find-image'. Clearer implementation.
8870 (tree-widget-find-image): Use it.
8871 (tree-widget-button-keymap): Use `set-keymap-parent'.
8872 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
8873 Define the sub-widgets here.
8874 (tree-widget-node): Check that :node is not a tree-widget.
8875 (tree-widget-get-super, tree-widget-open-control)
8876 (tree-widget-close-control, tree-widget-empty-control)
8877 (tree-widget-leaf-control, tree-widget-guide)
8878 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
8879 (tree-widget-no-handle, tree-widget-value-delete)
8880 (tree-widget-map): Remove.
8881 (tree-widget-children-value-save): Doc fix. Simplified.
8882 (tree-widget-value-create): Update according to previous changes.
8883
8884 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
8885
8886 * textmodes/org.el: Leading space replaced by TABS.
8887 (org-recalc-marks, org-table-rotate-recalc-marks)
8888 (org-table-get-specials): Treat "^" and "_" marks.
8889 (org-table-justify-field-maybe): Optional argument NEW.
8890 (org-table-eval-formula): Parsing of the format simplified.
8891 New modes C,I. Honor the %= parameter in the current table.
8892 Avoid unnecessary re-align by using the NEW argument to
8893 `org-table-justify-field-maybe'.
8894 (org-calc-default-modes): Default for date-format mimicks org-mode.
8895 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
8896
8897 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
8898
8899 * cus-face.el (custom-theme-set-faces): Make it handle face
8900 aliases whose alias declarations are pre- or autoloaded.
8901
8902 2005-07-04 Juri Linkov <juri@jurta.org>
8903
8904 * faces.el (read-face-name): Put the code for getting a face name
8905 from the buffer before adding the faces from the `face' property.
8906 Use `completing-read-multiple' instead of `completing-read'.
8907 Require `crm'. Add default value and post-process the returned
8908 list of faces.
8909
8910 * emacs-lisp/crm.el (crm-find-current-element)
8911 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
8912
8913 * emacs-lisp/lisp-mode.el (eval-defun-1):
8914 * emacs-lisp/edebug.el (edebug-eval-defun):
8915 Remove unnecessary quotes.
8916
8917 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
8918
8919 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
8920 (prolog-indent-level): Fix typo in docstring.
8921
8922 * info.el (Info-history, Info-history-forward)
8923 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
8924
8925 * add-log.el (add-change-log-entry):
8926 * comint.el (comint-dynamic-list-input-ring)
8927 (comint-dynamic-list-completions):
8928 * dabbrev.el (dabbrev-expand):
8929 * delim-col.el (delimit-columns-rectangle-line):
8930 * diff-mode.el (diff-context->unified, diff-reverse-direction)
8931 (diff-unified->context):
8932 * ediff-init.el (ediff-abbrev-jobname):
8933 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
8934 (ediff-replace-session-activity-marker-in-meta-buffer):
8935 * info.el (Info-summary):
8936 * lpr.el (printify-region):
8937 * printing.el (pr-create-interface):
8938 * ps-print.el (ps-print-quote):
8939 * ses.el (ses-column-widths, ses-print-cell)
8940 (ses-adjust-print-width, ses-center):
8941 * shell.el (shell-file-name-quote-list):
8942 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
8943 (strokes-fill-current-buffer-with-whitespace)
8944 (strokes-xpm-for-stroke, strokes-list-strokes)
8945 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
8946 * term.el (term-dynamic-list-input-ring)
8947 (term-dynamic-list-completions):
8948 * calc/calc.el (math-format-stack-value):
8949 * emacs-lisp/edebug.el (edebug-display-freq-count):
8950 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
8951 (delphi-new-comment-line):
8952 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
8953 * progmodes/executable.el (executable-set-magic):
8954 * progmodes/python.el (inferior-python-mode):
8955 * progmodes/scheme.el (scheme-mode-syntax-table):
8956 * progmodes/sh-script.el (sh-maybe-here-document):
8957 * progmodes/sql.el (sql-copy-column):
8958 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
8959 * textmodes/bibtex.el (bibtex-mode):
8960 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
8961 (sgml-auto-attributes):
8962 * textmodes/table.el (table-insert, table-shorten-cell)
8963 (table--generate-source-scan-lines, table-delete-row)
8964 (*table--cell-delete-char, table--spacify-frame)
8965 (table--horizontally-shift-above-and-below)
8966 (table--cell-insert-char, table--cell-blank-str)
8967 (table--fill-region-strictly):
8968 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
8969 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
8970
8971 * add-log.el (change-log):
8972 * apropos.el (apropos):
8973 * comint.el (comint-completion, comint-source):
8974 * dabbrev.el (dabbrev):
8975 * delim-col.el (columns):
8976 * diff-mode.el (diff-mode):
8977 * ediff.el (ediff):
8978 * ediff-diff.el (ediff-diff):
8979 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
8980 * ediff-mult.el (ediff-mult):
8981 * ediff-ptch.el (ediff-ptch):
8982 * ediff-wind.el (ediff-window):
8983 * facemenu.el (facemenu):
8984 * indent.el (indent):
8985 * info.el (info):
8986 * jka-cmpr-hook.el (compression, jka-compr):
8987 * lpr.el (lpr):
8988 * outline.el (outlines):
8989 * pcmpl-cvs.el (pcmpl-cvs):
8990 * pcmpl-rpm.el (pcmpl-rpm):
8991 * printing.el (printing):
8992 * ps-print.el (postscript, ps-print, ps-print-horizontal)
8993 (ps-print-vertical, ps-print-headers, ps-print-font)
8994 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
8995 (ps-print-background, ps-print-printer, ps-print-page)
8996 (ps-print-miscellany):
8997 * ses.el (ses):
8998 * shell.el (shell, shell-directories, shell-faces):
8999 * startup.el (initialization):
9000 * strokes.el (strokes):
9001 * term.el (term):
9002 * uniquify.el (uniquify):
9003 * w32-vars.el (w32):
9004 * calc/calc.el (calc):
9005 * emacs-lisp/bytecomp.el (bytecomp):
9006 * emacs-lisp/cl-indent.el (lisp-indent):
9007 * emacs-lisp/edebug.el (edebug):
9008 * emacs-lisp/elp.el (elp):
9009 * emacs-lisp/testcover.el (testcover):
9010 * emacs-lisp/trace.el (trace):
9011 * emulation/viper-ex.el (viper-ex):
9012 * emulation/viper-mous.el (viper-mouse):
9013 * mail/mailalias.el (mailalias):
9014 * mail/supercite.el (supercite, supercite-frames)
9015 (supercite-attr, supercite-cite, supercite-hooks):
9016 * net/rcompile.el (remote-compile):
9017 * net/rlogin.el (rlogin):
9018 * obsolete/ooutline.el (outlines):
9019 * progmodes/delphi.el (delphi):
9020 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
9021 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
9022 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
9023 (ebnf-optimization):
9024 * progmodes/etags.el (etags):
9025 * progmodes/executable.el (executable):
9026 * progmodes/idlwave.el (idlwave):
9027 * progmodes/pascal.el (pascal):
9028 * progmodes/prolog.el (prolog):
9029 * progmodes/python.el (python):
9030 * progmodes/scheme.el (scheme):
9031 * progmodes/sh-script.el (sh, sh-script):
9032 * progmodes/sql.el (SQL):
9033 * progmodes/tcl.el (tcl):
9034 * textmodes/bibtex.el (bibtex, bibtex-autokey):
9035 * textmodes/enriched.el (enriched):
9036 * textmodes/makeinfo.el (makeinfo):
9037 * textmodes/sgml-mode.el (sgml):
9038 * textmodes/table.el (table-hooks):
9039 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
9040 * textmodes/texinfo.el (texinfo):
9041 * textmodes/two-column.el (two-column):
9042 Finish `defgroup' description with period.
9043
9044 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
9045 * eshell/esh-var.el (eshell-var):
9046 * progmodes/vhdl-mode.el (vhdl-testbench):
9047 * textmodes/org.el (org): Fix typos in docstrings.
9048
9049 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
9050 consistency.
9051
9052 * progmodes/flymake.el (flymake-find-file): Remove.
9053 (flymake-float-time): Use `with-no-warnings'.
9054 (flymake-check-start-time, flymake-check-was-interrupted)
9055 (flymake-err-info, flymake-is-running, flymake-last-change-time)
9056 (flymake-new-err-info): `defvar' at compile time.
9057
9058 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
9059
9060 * replace.el (occur-hook): Doc fix.
9061 (occur-1): Don't call `occur-hook' if there are no matches.
9062
9063 2005-07-03 Richard M. Stallman <rms@gnu.org>
9064
9065 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
9066 global-map, save the same map.
9067 (global-map): Don't alter it at top level.
9068 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
9069 Then alter it here instead.
9070 (tpu-edt-off): Set global-map to the saved one.
9071
9072 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
9073 All references simplified.
9074 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
9075 (zmacs-regions): Add defvar.
9076 (repeat-complex-command-map): Everything about that deleted.
9077
9078 * textmodes/artist.el (artist-key-is-drawing)
9079 (artist-key-endpoint1, artist-key-poly-point-list)
9080 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
9081 (artist-key-compl-table, artist-rb-save-data)
9082 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
9083 Don't put them in eval-when-compile.
9084 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
9085
9086 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
9087 Use with-no-warnings.
9088
9089 * net/browse-url.el (dos-windows-version): Add defvar.
9090
9091 * mail/supercite.el (filladapt-prefix-table): Add defvar.
9092
9093 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
9094 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
9095 (rmail-new-summary-line-count): Rename from new-summary-line-count.
9096 Add defvar.
9097 (rmail-summary-beginning-of-message): Use with-no-warnings.
9098 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
9099
9100 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
9101 Use with-no-warnings.
9102
9103 * emulation/vi.el (vi-mark-region): Use c-mark-function.
9104 (c-mark-function): Add point-moving-unit property.
9105 (vi-goto-line): Use with-no-warnings.
9106
9107 * emulation/edt.el (edt-last-copied-word): Add defvar.
9108 (zmacs-region-stays): Likewise.
9109 (edt-mark-section-wisely): Use c-mark-function for C.
9110 Use makr-defun for Fortran.
9111 (time-string): defvar deleted.
9112 (edt-display-the-time): Don't set time-string.
9113
9114 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
9115
9116 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
9117 Don't warn when name is not constant
9118 or for defining the group `emacs'.
9119
9120 * tooltip.el (gud-tooltip-mode): Add defvar.
9121
9122 * startup.el (default-frame-background-mode): Add defvar.
9123
9124 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
9125
9126 * info.el (tool-bar-map): Add defvar.
9127
9128 * dired.el (dnd-protocol-alist): Add defvar.
9129
9130 * dired-aux.el (dired-query): Display question with answer, when
9131 the user answers.
9132
9133 * custom.el (custom-add-option): Doc fix.
9134
9135 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
9136
9137 2005-07-03 Eli Zaretskii <eliz@gnu.org>
9138
9139 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
9140 bogus name from the last change.
9141
9142 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
9143
9144 * custom.el (custom-declare-variable): Fix typos in comment.
9145 (custom-known-themes): Doc fix.
9146 (custom-theme-directory): New defcustom.
9147 (require-theme): Make it check `custom-theme-directory'.
9148
9149 * cus-theme.el (custom-new-theme-mode): New function.
9150 (custom-theme-name, custom-theme-variables, custom-theme-faces)
9151 (custom-theme-description): Add compiler defvars.
9152 (customize-create-theme): Add doc to the "*New Custom Theme*"
9153 buffer. Use `custom-new-theme-mode'.
9154 (custom-theme-write): Put the created buffer in emacs-lisp-mode
9155 and save it to the `custom-theme-directory'. Make this the
9156 default directory of the buffer.
9157
9158 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
9159
9160 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
9161 Fix unbalanced parentheses.
9162
9163 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
9164
9165 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
9166 into flymake-mode and delegate to flymake-mode.
9167
9168 * find-file.el (ff-which-function-are-we-in): Clean up.
9169
9170 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
9171
9172 * replace.el (occur-rename-buffer): Fix docstring.
9173
9174 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
9175 (edt-last-copied-word, edt-learn-macro-count)
9176 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
9177 (edt-rect-start-point, edt-user-global-map, rect-start-point)
9178 (time-string, zmacs-region-stays):
9179 * emulation/edt-mapper.el (edt-save-function-key-map)
9180 (EDT-key-name): `defvar' to silence the byte-compiler.
9181
9182 2005-07-02 Martin Rudalics <rudalics@gmx.at> (tiny change)
9183
9184 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
9185 font-lock-regexp-backslash. Doc fix.
9186 (font-lock-regexp-backslash-grouping-construct): Rename from
9187 font-lock-regexp-backslash-construct. Doc fix.
9188 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
9189 grouping constructs.
9190
9191 2005-07-02 Eli Zaretskii <eliz@gnu.org>
9192
9193 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
9194 updating all the prerequisites.
9195
9196 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
9197
9198 * textmodes/org.el (org-agenda-start-on-weekday)
9199 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
9200 (org-agenda-use-time-grid, org-archive-location)
9201 (org-allow-space-in-links, org-usenet-links-prefer-google)
9202 (org-enable-table-editor, org-export-default-language)
9203 (org-export-html-show-new-buffer, org-fill-paragraph)
9204 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
9205 (org-goto-quit, org-occur, org-eval-in-calendar)
9206 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
9207 (org-agenda-diary-entry, org-remember-help)
9208 (org-table-convert-region, org-at-table-p)
9209 (org-table-move-row-down, org-table-move-row-up)
9210 (org-table-copy-region, org-table-toggle-vline-visibility)
9211 (org-table-get-stored-formulas, org-table-get-specials)
9212 (org-recalc-commands, org-table-eval-formula)
9213 (org-table-formula-substitute-names, orgtbl-make-binding)
9214 (org-format-org-table-html, org-format-table-table-html)
9215 (org-format-table-table-html-using-table-generate-source)
9216 (org-customize): Fix typos in docstrings.
9217 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
9218 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
9219 (org-back-to-heading): Doc fixes.
9220 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
9221 (org-agenda-change-all-lines, org-get-header):
9222 Improve argument/docstring consistency.
9223 (orgtbl-error): Fix error message.
9224
9225 * progmodes/flymake.el (flymake-find-possible-master-files)
9226 (flymake-master-file-compare, flymake-get-line-err-count)
9227 (flymake-highlight-line, flymake-gui-warnings-enabled):
9228 Fix typos in docstrings.
9229 (flymake-parse-line, flymake-get-project-include-dirs-function)
9230 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
9231 Doc fixes.
9232 (flymake-get-project-include-dirs-function)
9233 (flymake-make-err-menu-data):
9234 Improve argument/docstring consistency.
9235
9236 2005-07-01 Lute Kamstra <lute@gnu.org>
9237
9238 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
9239 Catch errors with ignore-errors. Use temporary buffer.
9240 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
9241
9242 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
9243 background color faces.
9244 (facemenu-set-foreground, facemenu-set-background):
9245 Use facemenu-set-face-from-menu.
9246 (facemenu-set-face-from-menu): Treat face names that start with
9247 "fg:" or "bg:" as special.
9248 (facemenu-add-new-color): Don't create faces. Simplify.
9249
9250 2005-06-30 Richard M. Stallman <rms@gnu.org>
9251
9252 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
9253 (crm-find-current-element): Likewise.
9254
9255 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
9256
9257 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
9258
9259 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
9260
9261 * arc-mode.el (archive-extract): Make it work as a mouse binding.
9262 (archive-mouse-extract): Make it an obsolete alias.
9263 (archive-mode-map): Don't use archive-mouse-extract any more.
9264 (archive-mode, archive-extract): write-contents-hooks ->
9265 write-contents-functions.
9266 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
9267 first arg.
9268 (archive-rename-entry): Update the call.
9269 (archive-zip-summarize): Remove unused var `method'.
9270 (archive-lzh-summarize): Remove unused var `creator'.
9271
9272 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
9273 dedicated frame upon exit.
9274
9275 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
9276 (archive-zip-extract, archive-zip-expunge)
9277 (archive-zip-update, archive-zip-update-case): Use executable-find.
9278 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
9279 Use restore-buffer-modified-p.
9280 (archive-extract, archive-add-new-member, archive-write-file-member):
9281 Use with-current-buffer.
9282 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
9283
9284 2005-06-30 Andreas Schwab <schwab@suse.de>
9285
9286 * progmodes/gud.el (gud-filter): Remove unneeded progn.
9287
9288 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
9289
9290 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
9291
9292 2005-06-30 Juri Linkov <juri@jurta.org>
9293
9294 * faces.el (vertical-border): Inherit from mode-line-inactive
9295 only on tty.
9296
9297 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
9298
9299 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
9300 example, -NLINES in the `occur' docstring).
9301
9302 * replace.el (occur-1): When no matches are found, do not set the
9303 `buffer-read-only' and modified flags for the occur buffer,
9304 because it is deleted.
9305
9306 * emulation/cua-base.el (cua-check-pending-input)
9307 (cua-repeat-replace-region, cua-mode, cua-debug)
9308 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
9309 Fix typos in docstrings.
9310
9311 * emulation/cua-gmrk.el (cua-toggle-global-mark)
9312 (cua-cut-region-to-global-mark)
9313 (cua--cut-rectangle-to-global-mark):
9314 Remove period from end of messages.
9315
9316 * emulation/cua-rect.el (cua-do-rectangle-padding):
9317 Remove period from end of messages.
9318 (cua--rectangle-seq-format): Fix typo in docstring.
9319 (cua-sequence-rectangle, cua-fill-char-rectangle):
9320 Improve argument/docstring consistency.
9321
9322 2005-06-29 Juri Linkov <juri@jurta.org>
9323
9324 * faces.el (default-frame-background-mode): New internal variable.
9325 (frame-set-background-mode): Use it.
9326
9327 * startup.el (normal-top-level): Set default-frame-background-mode
9328 instead of frame-background-mode. Before setting it, test for its
9329 nil value. Remove tests for frame-background-mode and frame
9330 parameter `reverse'. Add test for "unspecified-fg".
9331
9332 * term/xterm.el (xterm-rxvt-set-background-mode):
9333 * term/rxvt.el (rxvt-set-background-mode):
9334 Set default-frame-background-mode instead of frame-background-mode.
9335
9336 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
9337
9338 * simple.el (set-variable): Warn about obsolete user variables.
9339
9340 * imenu.el (imenu--completion-buffer):
9341 * mouse.el (mouse-buffer-menu-alist):
9342 * msb.el (msb-invisible-buffer-p):
9343 * calendar/diary-lib.el (diary-header-line-format):
9344 * emacs-lisp/pp.el (pp-buffer):
9345 * progmodes/cperl-mode.el (cperl-do-auto-fill):
9346 * textmodes/picture.el (picture-replace-match):
9347 Change space constants followed by a sexp to "?\s ".
9348
9349 * play/decipher.el (decipher-loop-with-breaks):
9350 * textmodes/texinfo.el (texinfo-insert-@item): Change space
9351 constants "protected" from end of line by a comment to "?\s".
9352
9353 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
9354
9355 * font-lock.el (save-buffer-state): Use `declare'.
9356
9357 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
9358 reset the syntax-table to cperl-mode-syntax-table.
9359 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
9360 "foo_print_bar" is not matched as a reserved keyword.
9361
9362 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
9363
9364 * textmodes/org.el (orgtbl-setup): New function, for delayed
9365 setup for the orgtbl commands.
9366 (org-calc-default-modes): New option.
9367 (orgtbl-make-binding): Use `defun' to get better help display.
9368 (org-diary): Call `org-compile-prefix-format'.
9369 (org-table-formula-substitute-names): New function.
9370 (org-agenda-day-view, org-agenda-week-view): New commands.
9371 (org-agenda-toggle-week-view): Command removed.
9372 (org-tbl-menu): Split off from org-org-menu.
9373 (org-mode): Move removal of outline-mode menus to here.
9374 (org-table-formula-debug): New option.
9375 (org-table-insert-row): Keep first field if just "#" or "*".
9376 (org-mode): Paragraph regexps fixed.
9377 (org-table-recalculate-regexp): New constant.
9378 (org-table-justify-field-maybe): Avoid replace if not necessary.
9379 (org-copy-special, org-cut-special): Use `call-interactively'.
9380 (org-table-copy-region): Take region from `interactive' call.
9381 (org-trim): Return string even if no match.
9382 (org-formula): New face.
9383 (org-set-font-lock-defaults): No longer highlight "FIXME".
9384 But highlight formula-related fields in table.
9385 (org-table-p): Use regexp, not fontification.
9386 (org-table-align): Handle white space at end of line.
9387 (org-table-formula-evaluate-inline): New option.
9388 (org-mode): Auto-wrapping in comment lines turned off.
9389 (org-table-copy-down): Evaluate only in copied field, not in
9390 destination.
9391 (org-table-current-formula): Variable removed.
9392 (org-table-store-formulas, org-table-get-stored-formulas)
9393 (org-table-modify-formulas, org-table-replace-in-formulas)
9394 (org-table-maybe-eval-formula): New functions.
9395 (org-table-get-formula): Modify to use stored formulas.
9396 (org-table-insert-column, org-table-delete-column)
9397 (org-table-move-column): Call `org-table-modify-formulas'.
9398 (org-complete): Add completion for keyword formulas.
9399 (orgtbl-mode): Pull orgtbl-mode-map to start of
9400 minor-mode-map-alist.
9401
9402 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
9403
9404 * progmodes/python.el (python-check): Require `compile' before
9405 modifying its variables.
9406
9407 * newcomment.el (comment-indent-default): Don't get fooled by an early
9408 end of buffer.
9409
9410 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9411
9412 * ps-print.el (ps-print-version): Fix version number.
9413
9414 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
9415
9416 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
9417
9418 2005-06-28 Richard M. Stallman <rms@gnu.org>
9419
9420 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
9421 (flyspell-local-mouse-map): Declaration deleted.
9422 (flyspell-mouse-map): Bind only mouse-2.
9423 (flyspell-mode-map): Don't test flyspell-use-local-map.
9424 (flyspell-overlay-keymap-property-name): Var deleted.
9425 (flyspell-mode-on): Don't make local bindings for
9426 flyspell-mouse-map and flyspell-mode-map.
9427 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
9428
9429 * textmodes/ispell.el (ispell-word): Do not ignore short words.
9430
9431 * progmodes/compile.el (compilation-next-error-function):
9432 Don't switch buffers; operate on the current buffer.
9433
9434 * progmodes/compile.el (compilation-error-file-name)
9435 (compilation-warning-file-name, compilation-info-file-name)
9436 (compilation-line-number, compilation-column-number): New faces.
9437 (compilation-error-face, compilation-warning-face)
9438 (compilation-info-face, compilation-line-face)
9439 (compilation-column-face): Use them.
9440
9441 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
9442
9443 * comint.el (comint-password-prompt-regexp): Accept ", try again".
9444
9445 * bindings.el (global-map): Bind insertchar and its variants.
9446
9447 2005-06-27 Richard M. Stallman <rms@gnu.org>
9448
9449 * textmodes/artist.el (artist-text-overwrite)
9450 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
9451
9452 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9453
9454 * ps-print.el: It was not working the page selection for printing.
9455 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
9456 (ps-print-version): New version 6.6.7.
9457 (ps-end-sheet): New fun.
9458 (ps-header-sheet, ps-end-job): Call it.
9459
9460 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
9461
9462 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
9463
9464 2005-06-27 Lute Kamstra <lute@gnu.org>
9465
9466 * facemenu.el (facemenu-unlisted-faces): Add foreground and
9467 background color faces.
9468 (facemenu-get-face): Delete function.
9469 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
9470 (facemenu-add-new-color): Make second argument mandatory.
9471 Create the appropriate face and return it. Simplify.
9472 (facemenu-set-foreground, facemenu-set-background): Don't check if
9473 color is defined. Use return value of facemenu-add-new-color.
9474
9475 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
9476
9477 * progmodes/gud.el (gud-filter): Add missing argument to
9478 with-selected-window.
9479
9480 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
9481
9482 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
9483 a :require to the defcustom.
9484
9485 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
9486 defcustoms corresponding to minor modes.
9487
9488 2005-06-26 David Ponce <david@dponce.com>
9489
9490 * recentf.el: Require tree-widget instead of wid-edit.
9491 (recentf-filename-handler): Fix widget :type.
9492 (recentf-cancel-dialog, recentf-open-more-files)
9493 (recentf-open-files-action): Doc fix.
9494 (recentf-dialog-goto-first): New function.
9495 (recentf-dialog-mode-map): Set parent keymap first.
9496 (recentf-dialog-mode): Define with define-derived-mode.
9497 Don't display continuation lines in dialogs.
9498 (recentf-edit-list): Rename from recentf-edit-selected-items.
9499 (recentf-edit-list-select): Rename from recentf-edit-list-action.
9500 Simplify.
9501 (recentf-edit-list-validate): New function.
9502 (recentf-edit-list): Update accordingly.
9503 (recentf-open-files-item-shift): Remove.
9504 (recentf-open-files-item): Convert menu elements into tree and
9505 link widgets. Don't create the widgets.
9506 (recentf-open-files): Update accordingly.
9507 (recentf-save-list): Untabify.
9508
9509 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
9510
9511 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
9512 (keep-lines): Add INTERACTIVE arg. Never delete lines only
9513 partially contained in the active region. Do not take active
9514 region into account when called from Lisp, unless INTERACTIVE arg
9515 is non-nil. Use `forward-line' instead of `beginning-of-line' to
9516 avoid trouble with fields. Make marker point nowhere when no
9517 longer used. Always return nil. Doc fix.
9518 (flush-lines): Add INTERACTIVE arg. Do not take active region
9519 into account when called from Lisp, unless INTERACTIVE arg is
9520 non-nil. Use `forward-line' instead of `beginning-of-line' to
9521 avoid trouble with fields. Make marker point nowhere when no
9522 longer used. Always return nil. Doc fix.
9523 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
9524 interchangeable. Do not take active region into account when
9525 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
9526 message in echo area when called from Lisp, unless INTERACTIVE arg
9527 is non-nil. Avoid saying "1 occurrences". Do not use markers.
9528 Return the number of matches. Doc fix.
9529 (occur): Doc fix.
9530 (perform-replace): Make comment follow double space convention for
9531 the sake of `outline-minor-mode'.
9532
9533 * faces.el (facep): Doc fix.
9534
9535 2005-06-25 Richard M. Stallman <rms@gnu.org>
9536
9537 * facemenu.el (facemenu-enable-faces-p): New function.
9538 (facemenu-background-menu, facemenu-foreground-menu)
9539 (facemenu-face-menu): Add menu-enable property.
9540
9541 * jka-compr.el (jka-compr-insert-file-contents):
9542 Special handling if cannot find the uncompression program.
9543
9544 * cus-face.el (custom-face-attributes): Add autoload.
9545
9546 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
9547 Bind comment-indent-function locally.
9548
9549 * window.el (save-selected-window): Use save-current-buffer.
9550
9551 * subr.el (with-selected-window): Use save-current-buffer.
9552
9553 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
9554 and with-current-buffer.
9555
9556 2005-06-24 Richard M. Stallman <rms@gnu.org>
9557
9558 * simple.el (line-move-1): Fix previous change.
9559
9560 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
9561
9562 * replace.el (occur-1): Set `buffer-read-only' and the
9563 buffer-modified flag before running `occur-hook' to protect
9564 against unintentional buffer switches that can lead to data loss.
9565
9566 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
9567
9568 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
9569 (gud-gdb-marker-filter): Use font-lock-warning-face for any
9570 initial error.
9571
9572 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
9573 after fresh input.
9574 (gdb-var-create-handler): Put name of expression in quotes.
9575
9576 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
9577
9578 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
9579 elements of RING in order, and without bogus nil elements.
9580
9581 2005-06-23 Richard M. Stallman <rms@gnu.org>
9582
9583 * simple.el (set-variable): Args renamed; doc fix.
9584 (line-move-1): When there are overlays around, use vertical-motion.
9585
9586 * faces.el (escape-glyph): Use brown against light background.
9587 (nobreak-space): Rename from no-break-space.
9588 Fix previous change.
9589
9590 * dired-aux.el (dired-do-copy): Fix arg prompt.
9591
9592 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
9593
9594 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
9595
9596 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
9597 rather than "Distributor".
9598
9599 2005-06-23 Lute Kamstra <lute@gnu.org>
9600
9601 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
9602 (debug-on-entry): Use it. New interactive declaration that uses
9603 function-called-at-point.
9604
9605 2005-06-23 Kim F. Storm <storm@cua.dk>
9606
9607 * subr.el (save-match-data): Add comment about using evaporate arg
9608 to set-match-data.
9609
9610 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
9611
9612 * cus-edit.el (customize-face)
9613 (customize-face-other-window): Handle face aliases.
9614
9615 * faces.el (face-documentation, set-face-attribute)
9616 (face-spec-set): Handle face aliases.
9617
9618 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
9619
9620 * help-mode.el (help-make-xrefs): If a symbol representing a face
9621 name is not followed by the word "face", it could still be a
9622 function or variable name, so don't bypass other checks.
9623
9624 2005-06-22 Juri Linkov <juri@jurta.org>
9625
9626 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
9627 Replace aliased functions with calls where second arg `inherit' is t.
9628
9629 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
9630
9631 * progmodes/gdb-ui.el (gdb-error): New variable.
9632 (gdb-error): New function.
9633 (gdb-annotation-rules): Act on error-begin and error annotations.
9634 (gdb-concat-output): Use font-lock-warning-face for errors.
9635
9636 2005-06-22 Miles Bader <miles@gnu.org>
9637
9638 * bindings.el (propertized-buffer-identification): Use renamed
9639 `Buffer-menu-buffer' face.
9640
9641 * faces.el (vertical-border): Rename from `vertical-divider'.
9642 (escape-glyph): Change dark-background color back to `cyan'.
9643
9644 2005-06-21 Juri Linkov <juri@jurta.org>
9645
9646 * faces.el (face-user-default-spec): Try getting `customized-face'
9647 prior to `saved-face'.
9648 (frame-background-mode): Refill docstring.
9649
9650 * emacs-lisp/lisp-mode.el (eval-defun-1):
9651 * emacs-lisp/edebug.el (edebug-eval-defun):
9652 Set `saved-face' temporarily to nil before calling form.
9653 Set `customized-face' to the new spec after that.
9654
9655 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
9656
9657 * subr.el (1value, lambda, key-substitution-in-progress):
9658 Doc fixes.
9659
9660 * autoinsert.el (auto-insert-alist):
9661 * ses.el (ses-call-printer):
9662 * subr.el (noreturn):
9663 * emacs-lisp/lisp.el (check-parens):
9664 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
9665 * net/browse-url.el (browse-url-mosaic):
9666 * progmodes/cc-defs.el (c-safe-scan-lists):
9667 * progmodes/ebnf-abn.el (ebnf-abn-lex):
9668 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
9669 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
9670 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
9671 * progmodes/ebnf-iso.el (ebnf-iso-lex):
9672 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
9673
9674 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
9675
9676 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
9677
9678 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
9679
9680 * calendar/appt.el (appt-make-list): Activate the package, if
9681 not already active (for backwards compatibility).
9682
9683 2005-06-20 Kim F. Storm <storm@cua.dk>
9684
9685 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
9686
9687 2005-06-20 Miles Bader <miles@gnu.org>
9688
9689 * faces.el (vertical-divider): New face.
9690
9691 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
9692
9693 * simple.el (kill-whole-line): Doc fix.
9694 (next-error-buffer-p, next-error-find-buffer)
9695 (clone-indirect-buffer): Fix typos in docstrings.
9696 (comment-line-break-function): Doc fix: don't say variable
9697 is automatically buffer-local (it isn't).
9698
9699 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
9700
9701 * net/tramp-ftp.el (top):
9702 * net/tramp-smb.el (top):
9703 * net/tramp-util.el (top):
9704 * net/tramp-uu.el (top):
9705 * net/tramp-vc.el (top):
9706 * net/tramp.el (top): Revert copyright years back to original
9707 ones. Tramp has a life outside GNU Emacs.
9708
9709 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
9710
9711 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
9712
9713 2005-06-18 Juri Linkov <juri@jurta.org>
9714
9715 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
9716 end of first regexp to limit the match to the position between
9717 line number and source line with same separator character as used
9718 between file name and line number. In the second regexp limit
9719 mouse-face area to file name and line number by adding new group
9720 for them and referring it in HYPERLINK arg.
9721 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
9722 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
9723 previous line where grep markers may be already removed.
9724
9725 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
9726
9727 * progmodes/ps-mode.el: Update version and maintainer's email address.
9728
9729 2005-06-18 Steve Youngs <steve@xemacs.org>
9730
9731 * net/browse-url.el (browse-url-browser-function)
9732 (browse-url-default-browser): Add firefox.
9733 (browse-url-firefox-program, browse-url-firefox-arguments)
9734 (browse-url-firefox-startup-arguments)
9735 (browse-url-firefox-new-window-is-tab): New defcustoms.
9736 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
9737
9738 2005-06-17 Richard M. Stallman <rms@gnu.org>
9739
9740 * startup.el (command-line): Warn if specified user name has
9741 no home directory.
9742
9743 * term.el (term-get-old-input, term-input-filter, term-input-sender)
9744 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
9745
9746 * longlines.el (longlines-mode, longlines-show-hard-newlines):
9747 Doc fixes.
9748
9749 * faces.el (underline): Try bold if terminal doesn't support underline.
9750
9751 * mail/sendmail.el (mail-setup-with-from): New variable.
9752 (mail-insert-from-field): New function.
9753 (sendmail-send-it): Call it.
9754 (mail-setup): Optionally call it here.
9755
9756 * term/linux.el: Call tty-no-underline.
9757
9758 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
9759
9760 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
9761
9762 2005-06-17 Miles Bader <miles@gnu.org>
9763
9764 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
9765 (ediff-current-diff-C, ediff-current-diff-Ancestor)
9766 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
9767 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
9768 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
9769 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
9770 Remove "-face" suffix from face names.
9771 (ediff-current-diff-face-A, ediff-current-diff-face-B)
9772 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
9773 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
9774 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
9775 (ediff-even-diff-face-A, ediff-even-diff-face-B)
9776 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
9777 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
9778 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
9779 New backward-compatibility aliases for renamed faces.
9780 (ediff-current-diff-face-A, ediff-current-diff-face-B)
9781 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
9782 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
9783 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
9784 (ediff-even-diff-face-A, ediff-even-diff-face-B)
9785 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
9786 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
9787 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
9788 Use renamed ediff faces.
9789
9790 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
9791 Remove "-face" suffix from face names.
9792 (eshell-test-ok-face, eshell-test-failed-face):
9793 New backward-compatibility aliases for renamed faces.
9794 (eshell-run-test): Use renamed eshell-test faces.
9795
9796 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
9797 face name.
9798 (eshell-prompt-face): New backward-compatibility alias for renamed
9799 face.
9800 (eshell-emit-prompt): Use renamed eshell-prompt face.
9801
9802 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
9803 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
9804 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
9805 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
9806 Remove "-face" suffix from face names.
9807 (eshell-ls-directory-face, eshell-ls-symlink-face)
9808 (eshell-ls-executable-face, eshell-ls-readonly-face)
9809 (eshell-ls-unreadable-face, eshell-ls-special-face)
9810 (eshell-ls-missing-face, eshell-ls-archive-face)
9811 (eshell-ls-backup-face, eshell-ls-product-face)
9812 (eshell-ls-clutter-face):
9813 New backward-compatibility aliases for renamed faces.
9814 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
9815
9816 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
9817 Remove "-face" suffix from face name.
9818 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
9819 instead of literal face.
9820
9821 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
9822
9823 * emacs-lisp/warnings.el (display-warning, lwarn)
9824 (warning-minimum-log-level): Doc fixes.
9825 (warning-minimum-level, warning-minimum-log-level):
9826 Add :debug to :type choices.
9827
9828 * progmodes/ada-mode.el (ada-format-paramlist)
9829 (ada-get-indent-case, ada-check-matching-start)
9830 (ada-check-defun-name, ada-goto-matching-decl-start)
9831 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
9832 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
9833 (ada-make-subprogram-body): Follow error conventions.
9834 (ada-case-exception-file, ada-indent-comment-as-code)
9835 (ada-indent-handle-comment-special, ada-indent-renames)
9836 (ada-indent-return, ada-search-directories-internal)
9837 (ada-tab-policy, ada-case-exception-substring)
9838 (ada-other-file-alist, ada-matching-start-re)
9839 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
9840 (ada-imenu-generic-expression, ada-compile-goto-error)
9841 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
9842 (ada-popup-menu, ada-add-extensions, ada-mode)
9843 (ada-region-selected, ada-create-case-exception)
9844 (ada-create-case-exception-substring, ada-after-keyword-p)
9845 (ada-activate-keys-for-case, ada-adjust-case-region)
9846 (ada-adjust-case-buffer, ada-format-paramlist)
9847 (ada-scan-paramlist, ada-insert-paramlist)
9848 (ada-indent-newline-indent)
9849 (ada-indent-newline-indent-conditional)
9850 (ada-justified-indent-current, ada-goto-previous-word)
9851 (ada-indent-current, ada-get-indent-open-paren)
9852 (ada-get-indent-paramlist, ada-get-indent-end)
9853 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
9854 (ada-get-indent-block-start, ada-get-indent-subprog)
9855 (ada-get-indent-noindent, ada-get-indent-label)
9856 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
9857 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
9858 (ada-goto-stmt-end, ada-goto-next-word)
9859 (ada-check-matching-start, ada-check-defun-name)
9860 (ada-goto-matching-decl-start, ada-goto-matching-start)
9861 (ada-goto-matching-end, ada-search-ignore-string-comment)
9862 (ada-in-decl-p, ada-looking-at-semi-or)
9863 (ada-looking-at-semi-private, ada-in-paramlist-p)
9864 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
9865 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
9866 (ada-next-procedure, ada-previous-procedure, ada-next-package)
9867 (ada-previous-package, ada-create-menu)
9868 (ada-fill-comment-paragraph-justify)
9869 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
9870 (ada-other-file-name, ada-last-which-function-line)
9871 (ada-last-which-function-subprog, ada-which-function)
9872 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
9873 (ada-gen-treat-proc, ada-check-emacs-version)
9874 (ada-continuation-indent, ada-align-region-separate):
9875 Fix typos in docstrings.
9876 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
9877
9878 2005-06-16 Lute Kamstra <lute@gnu.org>
9879
9880 * simple.el (fundamental-mode): Run after-change-major-mode-hook
9881 conditionally.
9882
9883 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
9884
9885 * comint.el (comint-replace-by-expanded-filename)
9886 (comint-prompt-regexp, comint-delimiter-argument-list)
9887 (comint-preinput-scroll-to-bottom):
9888 * info.el (Info-hide-cookies-node):
9889 * ls-lisp.el (ls-lisp-classify):
9890 * find-file.el (ff-search-directories, ff-special-constructs)
9891 (ff-find-other-file):
9892 * font-lock.el (font-lock-keywords):
9893 * shell.el (shell-prompt-pattern)
9894 (shell-dynamic-complete-functions, shell-mode)
9895 (shell-delimiter-argument-list):
9896 * term.el (term-replace-by-expanded-filename)
9897 (term-prompt-regexp, term-delimiter-argument-list):
9898 * woman.el (woman-ignore, woman0-if):
9899 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
9900 * emacs-lisp/elint.el (elint-init-env):
9901 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
9902 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
9903 * language/ethio-util.el (ethio-tilde-escape)
9904 (ethio-use-three-dot-question):
9905 * net/zone-mode.el (zone-mode-load-time-setup):
9906 * progmodes/cc-align.el (c-lineup-argcont):
9907 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
9908 * progmodes/cperl-mode.el (cperl-set-style-back):
9909 * progmodes/inf-lisp.el (inferior-lisp-prompt):
9910 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
9911 Fix spellings in docstrings.
9912
9913 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
9914 * progmodes/modula2.el (m2-for): Fix spellings.
9915
9916 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
9917
9918 * simple.el (undo-more): Don't use `format' on `error' arguments.
9919 Improve argument/docstring consistency.
9920 (pending-undo-list): Doc fix.
9921
9922 * smerge-mode.el (smerge-ensure-match):
9923 * emulation/vip.el (vip-ex):
9924 * net/zone-mode.el (zone-mode-update-serial):
9925 * progmodes/idlwave.el (idlwave-complete):
9926 * progmodes/vhdl-mode.el (vhdl-visit-file)
9927 (vhdl-compose-wire-components):
9928 Don't use `format' on `error' arguments.
9929
9930 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
9931 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
9932 (tooltip-help-tips): Fix typos in docstrings.
9933
9934 2005-06-16 David Ponce <david@dponce.com>
9935
9936 * tree-widget.el (tree-widget-value-create): Simplify last change.
9937
9938 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
9939
9940 * ido.el (ido-incomplete-regexp): New variable.
9941 (ido-set-matches-1): Handle invalid-regexp error and set
9942 ido-incomplete-regexp.
9943 (ido-incomplete-regexp): New face.
9944 (ido-completions): Use it.
9945 (ido-complete, ido-exit-minibuffer, ido-completions):
9946 Handle incomplete regexps.
9947 (ido-completions): Add check for complete match when entering a regexp.
9948
9949 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
9950
9951 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
9952
9953 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9954
9955 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
9956 by field delimiters.
9957
9958 2005-06-15 David Ponce <david@dponce.com>
9959
9960 * tree-widget.el: eval-and-compile inlined functions so they will
9961 be available at run-time too.
9962 (tree-widget-super-format-handler)
9963 (tree-widget-format-handler): Remove.
9964 (tree-widget-value-create): Handle the :indent property.
9965
9966 2005-06-15 Miles Bader <miles@gnu.org>
9967
9968 * progmodes/which-func.el (which-func): Only inherit
9969 `font-lock-function-name-face' when that makes sense against the
9970 default mode-line face, otherwise set the face color explicitly.
9971
9972 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
9973 faces instead of (non-existent) variables.
9974
9975 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
9976
9977 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
9978 (iswitchb-get-matched-buffers): Likewise. Simplify.
9979
9980 2005-06-14 Miles Bader <miles@gnu.org>
9981
9982 * progmodes/ld-script.el (ld-script-location-counter):
9983 Remove "-face" suffix from face name.
9984 (ld-script-location-counter-face):
9985 New backward-compatibility alias for renamed face.
9986 (ld-script-location-counter-face): Use renamed face.
9987
9988 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
9989 (cperl-hash): Remove "-face" suffix from face names.
9990 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
9991 New backward-compatibility aliases for renamed faces.
9992 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
9993 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
9994
9995 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
9996 name.
9997 (which-func-face): New backward-compatibility alias for renamed face.
9998 (which-func-format): Use renamed which-func face.
9999
10000 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
10001 (vhdl-function, vhdl-directive, vhdl-reserved-word)
10002 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
10003 names.
10004 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
10005 (vhdl-speedbar-configuration, vhdl-speedbar-package)
10006 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
10007 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
10008 (vhdl-speedbar-architecture-selected)
10009 (vhdl-speedbar-configuration-selected)
10010 (vhdl-speedbar-package-selected)
10011 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
10012 names.
10013 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
10014 Use renamed faces.
10015 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
10016 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
10017 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
10018 Use renamed faces.
10019 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
10020 names.
10021 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
10022 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
10023 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
10024 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
10025 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
10026 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
10027
10028 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
10029 face name.
10030 (sh-heredoc-face): New backward-compatibility alias for renamed face.
10031 (sh-heredoc-face): Use renamed sh-heredoc face.
10032
10033 * progmodes/idlw-help.el (idlwave-help-link):
10034 Remove "-face" suffix from face name.
10035 (idlwave-help-link-face):
10036 New backward-compatibility alias for renamed face.
10037 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
10038
10039 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
10040 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
10041 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
10042 New backward-compatibility aliases for renamed faces.
10043 (idlwave-shell-disabled-breakpoint-face)
10044 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
10045
10046 * progmodes/flymake.el (flymake-errline, flymake-warnline):
10047 Remove "-face" suffix from face names.
10048 (flymake-errline-face, flymake-warnline-face):
10049 New backward-compatibility aliases for renamed faces.
10050 (flymake-highlight-line): Use renamed flymake faces.
10051
10052 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
10053 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
10054 (ebrowse-member-class, ebrowse-progress):
10055 Remove "-face" suffix from face names.
10056 (ebrowse-tree-mark-face, ebrowse-root-class-face)
10057 (ebrowse-file-name-face, ebrowse-default-face)
10058 (ebrowse-member-attribute-face, ebrowse-member-class-face)
10059 (ebrowse-progress-face):
10060 New backward-compatibility aliases for renamed faces.
10061 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
10062 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
10063 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
10064 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
10065
10066 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
10067 antlr-syntax)
10068 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
10069 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
10070 names.
10071 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
10072 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
10073 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
10074 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
10075 backward-compatibility aliases for renamed faces.
10076 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
10077 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
10078 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
10079 remove "font-lock-". Use renamed antlr-mode faces.
10080 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
10081 literal face-names with face variable references.
10082
10083 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
10084 face name.
10085 (Buffer-menu-buffer-face): New backward-compatibility alias for
10086 renamed face.
10087 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
10088
10089 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
10090
10091 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
10092 Eliminate "-face" suffix.
10093 (makefile-targets): Inherit from font-lock-function-name-face and
10094 eliminate "-face" suffix.
10095 (makefile-shell): Remove attributes and eliminate "-face" suffix.
10096 (makefile-*-font-lock-keywords): Append makefile-targets in rule
10097 actions, instead of prepending, to make it less visible.
10098 (makefile-previous-dependency, makefile-match-dependency):
10099 Don't match a target on a continuation line.
10100
10101 * files.el (auto-mode-alist): Put Makefile in gmake mode.
10102
10103 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
10104
10105 * progmodes/gdb-ui.el (menu): Re-order menu items.
10106 (gdb-tooltip-print): Respect tooltip-use-echo-area.
10107
10108 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
10109 Define in tooltip.el.
10110 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
10111 (gud-tooltip-tips): Respect tooltip-use-echo-area and
10112 gud-tooltip-echo-area.
10113
10114 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
10115 backward compatibility and make obsolete.
10116 (tooltip-help-tips): Use tooltip-use-echo-area.
10117 (tooltip-show-help-function): Rename to...
10118 (tooltip-show-help): ...this, because it is a function.
10119 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
10120
10121 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
10122
10123 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
10124 (edebug-print-length, edebug-print-level, edebug-print-circle)
10125 (edebug-modify-breakpoint, edebug-eval-last-sexp)
10126 (edebug-eval-print-last-sexp): Doc fixes.
10127
10128 2005-06-14 Kim F. Storm <storm@cua.dk>
10129
10130 * ido.el (ido-mode): Make a new keymap every time we enable ido,
10131 as the coverage buffer/file/both may change.
10132
10133 2005-06-14 Lute Kamstra <lute@gnu.org>
10134
10135 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
10136 and run-mode-hooks. Simplify.
10137
10138 * mail/rmailedit.el (rmail-edit-mode):
10139 * progmodes/octave-inf.el (inferior-octave-mode):
10140 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
10141
10142 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
10143 and run-mode-hooks.
10144 (recentf-edit-list, recentf-open-files): Don't call
10145 kill-all-local-variables directly.
10146
10147 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
10148
10149 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
10150
10151 * emacs-lisp/byte-run.el (make-obsolete)
10152 (define-obsolete-function-alias): Rename arguments FUNCTION and
10153 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
10154 (make-obsolete-variable, define-obsolete-variable-alias):
10155 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
10156 respectively.
10157
10158 * isearchb.el (isearchb-activate):
10159 * pcvs.el (cvs-mode):
10160 * ses.el (ses-load):
10161 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
10162 * net/tramp.el (tramp-find-file-exists-command)
10163 (tramp-find-shell):
10164 * progmodes/ada-mode.el (ada-create-case-exception)
10165 (ada-create-case-exception-substring, ada-make-subprogram-body):
10166 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
10167 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
10168 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
10169 * textmodes/org.el (org-promote, org-evaluate-time-range)
10170 (org-agenda-next-date-line, org-agenda-previous-date-line)
10171 (org-agenda-error, org-open-at-point, org-table-move-row)
10172 (org-format-table-table-html-using-table-generate-source)
10173 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
10174 * textmodes/reftex.el (reftex-access-scan-info):
10175 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
10176 (reftex-toc-promote-prepare): Follow error conventions.
10177
10178 * diff-mode.el (diff-mode): Fix typo in docstring.
10179
10180 * forms.el (forms--intuit-from-file): Fix reference to
10181 `forms-number-of-fields' in error message.
10182 (forms-print): Fix quoting in error message.
10183
10184 * forms.el (forms-mode):
10185 * emulation/vi.el (vi-goto-insert-state):
10186 * progmodes/flymake.el (flymake-new-err-info)
10187 (flymake-start-syntax-check-for-current-buffer)
10188 (flymake-simple-cleanup):
10189 * eshell/esh-var.el (eshell/export):
10190 * progmodes/gud.el (xdb):
10191 * textmodes/flyspell.el (flyspell-incorrect-hook)
10192 (flyspell-maybe-correct-transposition)
10193 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
10194
10195 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
10196
10197 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
10198 minibuffer prompt.
10199
10200 2005-06-13 Kim F. Storm <storm@cua.dk>
10201
10202 * subr.el (add-to-ordered-list): New defun.
10203
10204 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
10205 add cua--keymap-alist to emulation-mode-map-alists.
10206
10207 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
10208
10209 * subr.el (complete-in-turn): New macro.
10210 (dynamic-completion-table, lazy-completion-table): Add debug info.
10211
10212 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
10213 in preference to face aliases.
10214
10215 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
10216 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
10217 Remove unused vars `start' and `firstline'.
10218 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
10219 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
10220
10221 2005-06-13 Eli Zaretskii <eliz@gnu.org>
10222
10223 * cus-start.el (all): Don't complain about missing GTK-related
10224 variables, unless either `gtk' is boundp or this isn't a
10225 `windows-nt' build.
10226
10227 2005-06-13 Lute Kamstra <lute@gnu.org>
10228
10229 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
10230 run-mode-hooks.
10231
10232 * ediff-mult.el (ediff-meta-mode):
10233 * ediff-util.el (ediff-mode): Use run-mode-hooks.
10234
10235 * ledit.el (ledit-mode): Use delay-mode-hooks.
10236
10237 * woman.el (woman-mode-line-format): Delete constant.
10238 (woman-mode-map): Initialize it properly.
10239 (woman-mode): Set mode-class property to special.
10240 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
10241 Set major-mode and mode-name. Don't set mode-line-format directly.
10242 (Man-getpage-in-background): Don't reference woman-mode-line-format.
10243
10244 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
10245 string argument obsolete.
10246
10247 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
10248
10249 * textmodes/org.el (org-CUA-compatible): New option.
10250 (org-disputed-keys): New variable.
10251 (org-key): New function.
10252 (orgtbl-make-binding): Add docstring to the created function.
10253 (org-mode): Set paragraph start/separate regexps.
10254 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
10255 (org-archive-location, org-archive-mark-done)
10256 (org-archive-stamp-time): New options.
10257 (org-archive-subtree): New command.
10258 (org-fill-paragraph): New function.
10259 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
10260 (org-fake-empty-table-line): Function removed.
10261 (org-format-org-table-html): Do not create empty table lines at
10262 separator lines. Improved table header treatment.
10263 (org-link-format): New option.
10264 (org-make-link): New function.
10265 (org-insert-link, org-store-link): Use org-make-link.
10266 (org-open-file): Quote file name for shell command, to allow
10267 spaces in file names.
10268 (org-link-regexp): Fix bug with mailto link.
10269 (org-link-maybe-angles-regexp, org-protected-link-regexp):
10270 New constants.
10271 (org-export-as-html): Deal with the optional angles around a link.
10272 Better treatment of file: links.
10273 (org-open-at-point): Replace @{ and @} with < and >.
10274 (org-run-mode-hooks): Function removed.
10275 (org-agenda-mode): No longer use `org-run-mode-hooks'.
10276
10277 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
10278
10279 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
10280 MI command -data-list-register-values.
10281 (gdb-post-prompt): Indent properly.
10282
10283 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
10284
10285 * hilit-chg.el (highlight-changes-colors): Rename from
10286 `highlight-changes-colours'.
10287 (highlight-changes-colours): Keep as obsolete alias.
10288 (highlight-changes-face-list): Doc fix.
10289 (hilit-chg-make-list): Use `highlight-changes-colors'.
10290
10291 2005-06-12 Mark A. Hershberger <mah@everybody.org>
10292
10293 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
10294 defun-prompt-regexp.
10295
10296 2005-06-12 Eli Zaretskii <eliz@gnu.org>
10297
10298 * loadup.el: Don't say we are dumping under 2 names on windows-nt
10299 and cygwin.
10300
10301 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
10302 Don't use an old loaddefs.el, as in Makefile.in.
10303
10304 2005-06-12 Lute Kamstra <lute@gnu.org>
10305
10306 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
10307
10308 * man.el (Man-mode-map): Initialize it properly.
10309 (Man-mode): Set mode-class property to special.
10310
10311 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
10312
10313 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
10314
10315 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
10316 A newline is needed in the docstring there.
10317
10318 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
10319 Doc fixes.
10320
10321 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10322
10323 * printing.el: Doc fix. The menubar is no more changed when printing
10324 is loaded, it only changes when pr-menu-bind or pr-update-menus is
10325 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
10326 (pr-version): New version number (6.8.4).
10327 (pr-menu-bind): New command.
10328 (pr-update-menus): Docstring and code fix.
10329 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
10330 Docstring fix.
10331 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
10332 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
10333
10334 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
10335
10336 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
10337 "Returns" to "return", document useful return values, etc.
10338
10339 2005-06-11 Alan Mackenzie <acm@muc.de>
10340
10341 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
10342 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
10343 (adaptive-file-function): Minor amendment to doc-string.
10344
10345 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
10346
10347 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
10348 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
10349 Fix :type--it is `integer', not `string'.
10350
10351 * faces.el (modeline-highlight): Rename from (the erroneous)
10352 `modeline-higilight'.
10353
10354 2005-06-11 Lute Kamstra <lute@gnu.org>
10355
10356 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
10357 lisp-interaction-mode-map but make it the parent.
10358 (edebug-eval-mode): Use define-derived-mode.
10359
10360 2005-06-11 Andreas Schwab <schwab@suse.de>
10361
10362 * bindings.el: Add binding of `ESC functionkey' for every
10363 `M-functionkey'.
10364 * hexl.el (hexl-mode-map): Likewise.
10365
10366 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
10367
10368 * progmodes/compile.el (compilation-error-regexp-alist-alist)
10369 [msft]: update regexp for newer msft compilers.
10370
10371 2005-06-10 Mark A. Hershberger <mah@everybody.org>
10372
10373 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
10374 ATTLIST portions of included DTDs.
10375 (xml-parse-dtd): Eliminate use of inefficient match-data.
10376
10377 2005-06-10 Miles Bader <miles@gnu.org>
10378
10379 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
10380 (mpuz-text): Remove "-face" suffix from face names.
10381 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
10382 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
10383 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
10384
10385 * play/gomoku.el (gomoku-O, gomoku-X):
10386 Remove "-face" suffix from face names.
10387 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
10388 New backward-compatibility aliases for renamed faces.
10389 (gomoku-font-lock-keywords): Use renamed gomoku faces.
10390
10391 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
10392
10393 * thumbs.el: Fixes for changes of 2005-06-09.
10394 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
10395 as a directory.
10396 (thumbs-thumbname): Remove directory separator from format string;
10397 `thumbs-thumbsdir' now returns a valid directory name.
10398 (thumbs-temp-dir): New defsubst.
10399 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
10400 Use it.
10401
10402 * cus-edit.el (minibuffer):
10403 * files.el (make-backup-file-name-function):
10404 * filesets.el (filesets-external-viewers):
10405 * hilit-chg.el (highlight-changes-colours)
10406 (highlight-changes-face-list, highlight-changes-rotate-faces):
10407 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
10408 * kmacro.el (kmacro-call-macro):
10409 * log-edit.el (log-edit-changelog-full-paragraphs):
10410 * mouse.el (mouse-1-click-follows-link):
10411 * skeleton.el (skeleton-autowrap):
10412 * subr.el (insert-for-yank-1):
10413 * tempo.el (tempo-insert-region):
10414 * terminal.el (terminal-emulator):
10415 * time.el (display-time-mail-face):
10416 * vc.el (vc-annotate):
10417 * vcursor.el (vcursor-copy-line):
10418 * woman.el (woman-bold-headings, woman-ignore)
10419 (woman-default-faces, woman-monochrome-faces):
10420 * calendar/todo-mode.el (todo-insert-threshold):
10421 * emulation/pc-select.el (pc-select-selection-keys-only)
10422 (pc-selection-mode):
10423 * emulation/vip.el (vip-find-char-forward):
10424 * emulation/viper-cmd.el (viper-find-char-forward):
10425 * international/mule-cmds.el
10426 (select-safe-coding-system-accept-default-p)
10427 (input-method-exit-on-invalid-key):
10428 * international/mule-diag.el (describe-coding-system):
10429 * international/ucs-tables.el (unify-8859-on-encoding-mode):
10430 * net/browse-url.el (browse-url-xterm-program):
10431 * obsolete/lazy-lock.el (lazy-lock-mode):
10432 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
10433 (cperl-mode):
10434 * progmodes/cpp.el (cpp-face-light-name-list)
10435 (cpp-face-dark-name-list):
10436 * progmodes/delphi.el (delphi-newline-always-indents):
10437 Fix spellings in docstrings.
10438
10439 * ido.el (ido-mode, ido-file-extensions-order)
10440 (ido-default-file-method, ido-default-buffer-method)
10441 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
10442 (ido-decorations, ido-read-file-name-as-directory-commands)
10443 (ido-read-file-name-non-ido, ido-work-directory-list)
10444 (ido-ignore-item-temp-list, ido-current-directory)
10445 (ido-magic-forward-char, ido-enter-find-file)
10446 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
10447 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
10448
10449 2005-06-10 Lute Kamstra <lute@gnu.org>
10450
10451 * play/dunnet.el (dun-mode): Use define-derived-mode.
10452 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
10453 obsolete alias.
10454
10455 * play/doctor.el (doctor-mode-map): Remove defvar.
10456 (doctor-mode): Use define-derived-mode.
10457
10458 * mail/mspools.el (mspools-mode):
10459 * net/eudc-hotlist.el (eudc-hotlist-mode):
10460 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
10461
10462 2005-06-10 Miles Bader <miles@gnu.org>
10463
10464 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
10465 Remove "-face" suffix from face names.
10466 (flyspell-incorrect-face, flyspell-duplicate-face):
10467 New backward-compatibility aliases for renamed faces.
10468 (flyspell-mode-on, make-flyspell-overlay)
10469 (flyspell-highlight-incorrect-region)
10470 (flyspell-highlight-duplicate-region)
10471 (flyspell-display-next-corrections)
10472 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
10473
10474 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
10475 from face name.
10476 (texinfo-heading-face): New backward-compatibility alias for
10477 renamed face.
10478 (texinfo-heading-face): Use renamed texinfo-heading face.
10479
10480 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
10481 suffix from face names.
10482 (tex-math-face, tex-verbatim-face):
10483 New backward-compatibility aliases for renamed faces.
10484 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
10485 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
10486 literal face name.
10487
10488 * textmodes/table.el (table-cell): Remove "-face" suffix from face
10489 name.
10490 (table-cell-face): New backward-compatibility alias for renamed face.
10491 (table--put-cell-face-property, table--update-cell-face):
10492 Use renamed table-cell face.
10493
10494 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
10495 from face name.
10496 (sgml-namespace-face): New backward-compatibility alias for
10497 renamed face.
10498 (sgml-namespace-face): Use renamed sgml-namespace face.
10499
10500 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
10501 (org-level-4, org-level-5, org-level-6, org-level-7)
10502 (org-level-8, org-warning, org-headline-done)
10503 (org-deadline-announce, org-scheduled-today)
10504 (org-scheduled-previously, org-link, org-done, org-table)
10505 (org-time-grid): Remove "-face" suffix from face names.
10506 (org-level-1-face, org-level-2-face, org-level-3-face)
10507 (org-level-4-face, org-level-5-face, org-level-6-face)
10508 (org-level-7-face, org-level-8-face, org-warning-face)
10509 (org-headline-done-face, org-deadline-announce-face)
10510 (org-scheduled-today-face, org-scheduled-previously-face)
10511 (org-link-face, org-done-face, org-table-face)
10512 (org-time-grid-face):
10513 New backward-compatibility aliases for renamed faces.
10514 (org-level-faces, org-set-font-lock-defaults, org-timeline)
10515 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
10516 (org-agenda-get-timestamps, org-agenda-get-scheduled)
10517 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
10518
10519 * emulation/viper-init.el (viper-search, viper-replace-overlay)
10520 (viper-minibuffer-emacs, viper-minibuffer-insert)
10521 (viper-minibuffer-vi): Remove "-face" suffix from face names.
10522 (viper-search-face, viper-replace-overlay-face)
10523 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
10524 (viper-minibuffer-vi-face):
10525 New backward-compatibility aliases for renamed faces.
10526 (viper-search-face, viper-replace-overlay-face)
10527 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
10528 (viper-minibuffer-vi-face): Use renamed viper faces.
10529
10530 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
10531 Remove "-face" suffix from face names.
10532 (testcover-nohits-face, testcover-1value-face):
10533 New backward-compatibility aliases for renamed faces.
10534 (testcover-mark): Use renamed testcover faces.
10535
10536 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
10537 face name.
10538 (diary-button-face): New backward-compatibility alias for renamed face.
10539 (diary-entry): Use renamed diary-button face.
10540
10541 * calendar/calendar.el (diary, calendar-today, holiday)
10542 (mark-visible-calendar-date): Remove "-face" suffix from face names.
10543 (diary-face, calendar-today-face, holiday-face):
10544 New backward-compatibility aliases for renamed faces.
10545 (eval-after-load "facemenu", diary-entry-marker)
10546 (calendar-today-marker, calendar-holiday-marker, diary-face):
10547 Use renamed calendar faces.
10548
10549 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
10550 (compare-windows-face): New backward-compatibility alias for
10551 renamed face.
10552 (compare-windows-highlight): Use renamed compare-windows face.
10553
10554 * strokes.el (strokes-char): Remove "-face" suffix from face name.
10555 (strokes-char-face): New backward-compatibility alias for renamed face.
10556 (strokes-encode-buffer): Use renamed strokes-char face.
10557
10558 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
10559 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
10560 Remove "-face" suffix from face names.
10561 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
10562 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
10563 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
10564 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
10565 Use renamed pcvs faces.
10566 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
10567 * pcvs-defs.el (cvs-mode-map): Likewise.
10568 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
10569
10570 * info.el (info-title-1, info-title-2, info-title-3)
10571 (info-title-4): Remove "-face" suffix from and downcase face names.
10572 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
10573 (Info-title-4-face):
10574 New backward-compatibility aliases for renamed faces.
10575 (Info-fontify-node): Use renamed info faces.
10576
10577 * hilit-chg.el (highlight-changes, highlight-changes-delete):
10578 Remove "-face" suffix from face names.
10579 (highlight-changes-face, highlight-changes-delete-face):
10580 New backward-compatibility aliases for renamed faces.
10581 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
10582 (hilit-chg-make-list): Use renamed highlight-changes faces.
10583
10584 * generic-x.el (show-tabs-tab, show-tabs-space):
10585 Remove "-face" suffix from face names.
10586 (show-tabs-tab-face, show-tabs-space-face):
10587 New backward-compatibility aliases for renamed faces.
10588 (show-tabs-generic-mode-font-lock-defaults-1)
10589 (show-tabs-generic-mode-font-lock-defaults-2):
10590 Use renamed show-tabs faces.
10591
10592 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
10593 (smerge-markers): Remove "-face" suffix from face names.
10594 (smerge-mine-face, smerge-other-face, smerge-base-face)
10595 (smerge-markers-face):
10596 New backward-compatibility aliases for renamed faces.
10597 (smerge-mine-face, smerge-other-face, smerge-base-face)
10598 (smerge-markers-face): Use renamed smerge faces.
10599
10600 * log-view.el (log-view-file, log-view-message): Remove "-face"
10601 suffix from face names.
10602 (log-view-file-face, log-view-message-face):
10603 New backward-compatibility aliases for renamed faces.
10604 (log-view-file-face, log-view-message-face): Use renamed log-view
10605 faces.
10606
10607 * paren.el (show-paren-match, show-paren-mismatch):
10608 Remove "-face" suffix from face names.
10609 (show-paren-match-face, show-paren-mismatch-face):
10610 New backward-compatibility aliases for renamed faces.
10611 (show-paren-function): Use renamed show-paren faces.
10612
10613 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
10614 (ruler-mode-margins, ruler-mode-fringes)
10615 (ruler-mode-column-number, ruler-mode-fill-column)
10616 (ruler-mode-comment-column, ruler-mode-goal-column)
10617 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
10618 suffix from face names.
10619 (ruler-mode-default-face, ruler-mode-pad-face)
10620 (ruler-mode-margins-face, ruler-mode-fringes-face)
10621 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
10622 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
10623 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
10624 New backward-compatibility aliases for renamed faces.
10625 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
10626 (ruler-mode-column-number, ruler-mode-fill-column)
10627 (ruler-mode-comment-column, ruler-mode-goal-column)
10628 (ruler-mode-tab-stop, ruler-mode-current-column)
10629 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
10630 faces.
10631
10632 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
10633 face name.
10634 (whitespace-highlight-the-space): Use renamed face.
10635 (whitespace-highlight-face): New backward-compatibility alias for
10636 renamed face.
10637
10638 * woman.el (woman-italic, woman-bold, woman-unknown)
10639 (woman-addition, woman-symbol-face):
10640 Remove "-face" suffix from face names.
10641 (woman-italic-face, woman-bold-face, woman-unknown-face)
10642 (woman-addition-face):
10643 New backward-compatibility aliases for renamed faces.
10644 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
10645 (woman-decode-region, woman-replace-match)
10646 (woman-display-extended-fonts, woman-special-characters)
10647 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
10648 Use renamed woman faces.
10649
10650 * longlines.el (longlines-visible-face): Face removed.
10651
10652 * diff-mode.el (diff-header, diff-file-header, diff-index)
10653 (diff-hunk-header, diff-removed, diff-added, diff-changed)
10654 (diff-function, diff-context, diff-nonexistent): Remove "-face"
10655 suffix from face names.
10656 (diff-header-face, diff-file-header-face, diff-index-face)
10657 (diff-hunk-header-face, diff-removed-face, diff-added-face)
10658 (diff-changed-face, diff-function-face, diff-context-face)
10659 (diff-nonexistent-face): New backward-compatibility aliases for
10660 renamed faces.
10661 (diff-header-face, diff-file-header-face)
10662 (diff-index, diff-index-face, diff-hunk-header)
10663 (diff-hunk-header-face, diff-removed, diff-removed-face)
10664 (diff-added, diff-added-face, diff-changed-face, diff-function)
10665 (diff-function-face, diff-context-face, diff-nonexistent)
10666 (diff-nonexistent-face): Use renamed diff-mode faces.
10667
10668 * progmodes/compile.el (compilation-warning-face)
10669 (compilation-info-face): Remove "-face" suffix from face names.
10670 (compilation-warning-face, compilation-info-face):
10671 New backward-compatibility aliases for renamed faces.
10672 (compilation-warning-face, compilation-info-face):
10673 Use renamed compilation faces.
10674
10675 * add-log.el (change-log-date, change-log-name)
10676 (change-log-email, change-log-file, change-log-list)
10677 (change-log-conditionals, change-log-function)
10678 (change-log-acknowledgement): Remove "-face" suffix from face names.
10679 (change-log-date-face, change-log-name-face)
10680 (change-log-email-face, change-log-file-face)
10681 (change-log-list-face, change-log-conditionals-face)
10682 (change-log-function-face, change-log-acknowledgement-face):
10683 New backward-compatibility aliases for renamed faces.
10684 (change-log-font-lock-keywords): Use renamed change-log faces.
10685
10686 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
10687 (custom-set, custom-changed, custom-saved, custom-button)
10688 (custom-button-pressed, custom-documentation, custom-state)
10689 (custom-comment, custom-comment-tag, custom-variable-tag)
10690 (custom-variable-button, custom-face-tag, custom-group-tag-1)
10691 (custom-group-tag): Remove "-face" suffix from face names.
10692 (custom-magic-alist, custom-magic-value-create)
10693 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
10694 (custom-invalid-face, custom-rogue-face, custom-modified-face)
10695 (custom-set-face, custom-changed-face, custom-saved-face)
10696 (custom-button-face, custom-button-pressed-face)
10697 (custom-documentation-face, custom-state-face)
10698 (custom-comment-face, custom-comment-tag-face)
10699 (custom-variable-tag-face, custom-variable-button-face)
10700 (custom-face-tag-face, custom-group-tag-face-1)
10701 (custom-group-tag-face):
10702 New backward-compatibility aliases for renamed faces.
10703
10704 * wid-edit.el (widget-documentation, widget-button)
10705 (widget-field, widget-single-line-field, widget-inactive)
10706 (widget-button-pressed): "-face" suffix removed from face names.
10707 (widget-documentation-face, widget-button-face)
10708 (widget-field-face, widget-single-line-field-face)
10709 (widget-inactive-face, widget-button-pressed-face):
10710 New backward-compatibility aliases for renamed faces.
10711 (widget-documentation-face, widget-button-face)
10712 (widget-button-pressed-face, widget-specify-field)
10713 (widget-specify-inactive): Use renamed widget faces.
10714
10715 2005-06-10 Kenichi Handa <handa@m17n.org>
10716
10717 * term/x-win.el (x-clipboard-yank): Remove condition-case
10718 wrapping.
10719
10720 2005-06-11 Kenichi Handa <handa@m17n.org>
10721
10722 * add-log.el (change-log-font-lock-keywords): Make the regexp for
10723 date lines stricter.
10724
10725 2005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
10726
10727 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
10728 of x-get-selection.
10729
10730 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
10731
10732 * comint.el (comint-mode, comint-snapshot-last-prompt):
10733 * frame.el (frame-current-scroll-bars):
10734 * term.el (term-mode, term-check-proc, term-input-sender)
10735 (term-simple-send, term-extract-string, term-word)
10736 (term-match-partial-filename):
10737 * window.el (window-current-scroll-bars):
10738 * emulation/cua-base.el (cua-normal-cursor-color)
10739 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
10740 (cua-global-mark-cursor-color):
10741 * mail/undigest.el (rmail-forward-separator-regex):
10742 Fix typos in docstrings.
10743
10744 * comint.el (comint-check-proc, make-comint-in-buffer)
10745 (comint-source-default): Doc fixes.
10746
10747 * term.el (term-send-string): Improve argument/docstring consistency.
10748
10749 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
10750
10751 * comint.el (comint-send-input): Bind `inhibit-read-only' around
10752 call to `delete-region'.
10753 (comint-mode-hook): Do not enable Font Lock by default.
10754
10755 2005-06-09 Lute Kamstra <lute@gnu.org>
10756
10757 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
10758 could be void.
10759
10760 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
10761
10762 * emacs-lisp/debug.el (debugger-will-be-back): New var.
10763 (debug): Use it.
10764 (debugger-step-through, debugger-continue, debugger-jump)
10765 (debugger-return-value): Set it when needed.
10766 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
10767 Use inhibit-read-only.
10768
10769 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
10770
10771 * window.el (shrink-window-if-larger-than-buffer)
10772 (window-size-fixed): Fix typo in docstring.
10773
10774 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
10775 thumbnails directory on loading.
10776 (thumbs-conversion-program): Use `eq' to check the system type,
10777 not `equal'.
10778 (thumbs-temp-dir): Initialize to `temporary-file-directory',
10779 not "/tmp". Fix docstring.
10780 (thumbs-thumbsdir): New function to return the thumbnails
10781 directory, creating it if needed.
10782 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
10783 (thumbs-temp-file): Delete variable and make it into a function.
10784 (thumbs-resize-image, thumbs-modify-image): Use it.
10785 (thumbs-kill-buffer): Simplify.
10786 (thumbs-gensym): Defalias or duplicate CL `gensym'.
10787 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
10788 docstrings.
10789
10790 2005-06-09 Kim F. Storm <storm@cua.dk>
10791
10792 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
10793 set-match-data to free markers in match-data.
10794
10795 * replace.el (replace-match-data): Pass RESEAT arg `t' to
10796 match-data to unchain markers in match-data.
10797
10798 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
10799
10800 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
10801 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
10802 unnecessary now.
10803
10804 2005-06-08 Richard M. Stallman <rms@gnu.org>
10805
10806 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
10807 give the variable a doc string that doesn't say don't set it directly.
10808
10809 * textmodes/ispell.el (ispell-check-version):
10810 Use match-string-no-properties.
10811 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
10812 (ispell-buffer-local-words): Likewise.
10813
10814 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
10815 except on terminals with enough colors to really display it.
10816 (makefile-dependency-regex): Delete spurious `bb'.
10817
10818 * faces.el (escape-glyph): Use blue once again in last case.
10819 (no-break-space): Redefine so that it isn't invisible on a tty.
10820
10821 2005-06-08 Kim F. Storm <storm@cua.dk>
10822
10823 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
10824 also when reading directory name.
10825
10826 2005-06-08 Lute Kamstra <lute@gnu.org>
10827
10828 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
10829 (flyspell-mode-line-string): Remove autoload cookie.
10830 (flyspell-mode): Remove defvar.
10831
10832 2005-06-07 Lute Kamstra <lute@gnu.org>
10833
10834 * textmodes/org.el (org-run-mode-hooks): New function.
10835 (org-agenda-mode): Use it.
10836
10837 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
10838
10839 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
10840
10841 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
10842
10843 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
10844
10845 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
10846
10847 * font-lock.el (font-lock-add-keywords): Doc fix.
10848
10849 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
10850
10851 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
10852 (tex-compile-default): In the absence of any history, use the order in
10853 tex-compile-alist to choose the preferred command.
10854 (tex-compile-commands): Reorder a bit.
10855
10856 * textmodes/flyspell.el (flyspell-auto-correct-binding)
10857 (flyspell-incorrect-face, flyspell-duplicate-face):
10858 Use (X)Emacs-agnostic code.
10859 (flyspell-mode-map): Don't overwrite at each load. Remove code
10860 redundant with the subsequent add-minor-mode. Merge Emacs and
10861 XEmacs code.
10862 (flyspell-word): Minor simplification.
10863 (flyspell-math-tex-command-p): Quieten the byte-compiler.
10864 (flyspell-external-point-words): Remove unused vars `size' and `start'.
10865 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
10866 Merge the corresponding Emacs code.
10867 (flyspell-correct-word, flyspell-xemacs-popup):
10868 Use flyspell-do-correct.
10869
10870 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
10871 a dedicated window.
10872
10873 * international/latexenc.el (latexenc-find-file-coding-system):
10874 Undo part of last patch, to turn off a compiler warning.
10875
10876 2005-06-06 Juri Linkov <juri@jurta.org>
10877
10878 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
10879 Rename `tmm-inactive-face' to `tmm-inactive'.
10880
10881 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
10882
10883 * iswitchb.el: Rename faces.
10884
10885 2005-06-06 Kim F. Storm <storm@cua.dk>
10886
10887 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
10888 (cua-global-mark): Remove -face suffix from face names.
10889
10890 * emulation/cua-gmrk.el (cua--init-global-mark):
10891 Remove cua-global-mark face setup.
10892
10893 2005-06-06 Richard M. Stallman <rms@gnu.org>
10894
10895 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
10896 just like other allowed characters.
10897 (makefile-match-dependency): Exclude leading and training whitespace
10898 from the range of regexp subexp 1.
10899 (makefile-macroassign-regex): Don't try to match the body,
10900 just the name of the macro being defined.
10901
10902 * info.el (Info-read-node-name-2): New function.
10903 (Info-read-node-name-1): Use that.
10904 Add a completion-base-size-function property.
10905
10906 * simple.el (completion-setup-function): Look for
10907 completion-base-size-function property of minibuffer-completion-table.
10908
10909 * files.el (locate-file-completion): Doc fix.
10910
10911 * printing.el: Don't call pr-update-menus; user must do that.
10912
10913 * emacs-lisp/debug.el (debugger-window): New variable.
10914 (debug): Use debugger-window if it is set and still alive.
10915 Record debugger-window for next entry.
10916
10917 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
10918
10919 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
10920
10921 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
10922 (hack-one-local-variable, hack-local-variables)
10923 (hack-local-variables-prop-line): Pass that arg.
10924
10925 2005-06-06 Kim F. Storm <storm@cua.dk>
10926
10927 * ido.el (ido-first-match, ido-only-match, ido-subdir)
10928 (ido-indicator): Remove -face suffix from face names.
10929
10930 2005-06-06 Juri Linkov <juri@jurta.org>
10931
10932 * font-lock.el (font-lock-regexp-backslash)
10933 (font-lock-regexp-backslash-construct): New faces.
10934 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
10935 after `('. Add `while-no-input' to control structures.
10936
10937 * faces.el (no-break-space, shadow): New faces.
10938 (escape-glyph): Use less loud colors pink2 and red4.
10939
10940 * diff-mode.el (diff-context-face)
10941 * dired.el (dired-ignored)
10942 * rfn-eshadow.el (file-name-shadow)
10943 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
10944
10945 * info.el (Info-title-1-face): Use green instead of yellow because
10946 bold yellow is not readable on light backgrounds.
10947
10948 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
10949 before selecting the desired mode to not spend time fontifying
10950 old contents.
10951
10952 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
10953
10954 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
10955 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
10956
10957 * ps-print.el (ps-default-fg, ps-default-bg):
10958 Fix typos in docstrings.
10959
10960 * isearchb.el (isearchb): Don't pass a spurious second argument to
10961 `iswitchb-completions'.
10962
10963 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
10964
10965 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
10966 to preserve point.
10967 (gdb-find-file-hook): Add doc string.
10968
10969 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
10970 C dereferenced pointer expression.
10971 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
10972
10973 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
10974
10975 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
10976 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
10977 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
10978 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
10979 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
10980 Make background transparent.
10981
10982 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
10983
10984 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
10985 (font-lock-remove-keywords): Doc fix.
10986 (font-lock-mode-major-mode): Compiler defvar.
10987 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
10988
10989 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
10990 (font-lock-mode): Update `font-lock-mode-major-mode'.
10991 (font-lock-set-defaults): Compiler defvar.
10992 (font-lock-default-function): Take `font-lock-mode-major-mode'
10993 into account.
10994
10995 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
10996 keep track of which major mode it enabled the minor mode for.
10997 Use find-file-hook again. Update docstring.
10998
10999 * simple.el (eval-expression-print-level)
11000 (eval-expression-print-length, eval-expression-debug-on-error):
11001 Doc fixes.
11002
11003 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
11004
11005 * iswitchb.el (iswitchb-single-match-face)
11006 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
11007 (iswitchb-invalid-regexp-face): New faces.
11008 (iswitchb-completions): Use them.
11009 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
11010 now marked as an obsolete alias.
11011 (iswitchb-read-buffer): Remove check for bound font variables.
11012 (iswitchb-invalid-regexp): New free variable.
11013 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
11014 set iswitchb-invalid-regexp.
11015 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
11016 invalid regexps.
11017 (iswitchb-completions): Add check for complete match when entering
11018 a regexp.
11019 (iswitchb-completions): Remove require-match argument.
11020 (iswitchb-exhibit): Fix caller.
11021 (iswitchb-common-match-inserted): New variable.
11022 (iswitchb-complete, iswitchb-completion-help): Use it.
11023
11024 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
11025
11026 * url-http.el (url-http-chunked-encoding-after-change-function):
11027 Use `url-http-debug' instead of `message'.
11028
11029 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
11030
11031 * url-http.el (url-http-parse-headers): Pass redirected URL as a
11032 callback argument.
11033
11034 2005-06-04 Kim F. Storm <storm@cua.dk>
11035
11036 * simple.el (line-move): Only call sit-for when moving backwards.
11037
11038 * ido.el (ido-make-merged-file-list-1): New defun split from
11039 ido-make-merged-file-list.
11040 (ido-make-merged-file-list): Bind throw-on-input around call to
11041 ido-make-merged-file-list-1. Return input-pending-p if
11042 interrupted by more input available.
11043 (ido-read-internal): Handle input-pending-p return value from
11044 ido-make-merged-file-list.
11045
11046 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
11047
11048 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
11049 compatibility code.
11050
11051 * international/latexenc.el (latexenc-find-file-coding-system):
11052 Don't inherit the EOL part of the coding-system from the
11053 tex-main buffer. Fit within 80 columns.
11054
11055 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
11056
11057 * tmm.el (tmm-inactive-face): New face.
11058 (tmm-remove-inactive-mouse-face): New function.
11059 (tmm-prompt, tmm-add-one-shortcut)
11060 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
11061 but not selectable.
11062
11063 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
11064
11065 * faces.el (face-equal): Improve argument/docstring consistency.
11066
11067 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
11068
11069 * progmodes/make-mode.el (makefile-targets-face)
11070 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
11071 (makefile-bsdmake-dependency-regex)
11072 (makefile-makepp-rule-action-regex)
11073 (makefile-bsdmake-rule-action-regex): New constants.
11074 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
11075
11076 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11077 Allow (...) within `...' for makepp messages.
11078
11079 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
11080
11081 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
11082
11083 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
11084 "." files are deleted from all file lists before comparison.
11085
11086 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
11087 (viper-ESC-key): Made them customizable.
11088
11089 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
11090
11091 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
11092
11093 * autorevert.el (auto-revert-buffers): Use save-match-data.
11094
11095 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
11096
11097 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
11098 menu items with a nil command binding.
11099
11100 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
11101
11102 * emacs-lisp/cl-macs.el (defsetf):
11103 Improve argument/docstring consistency.
11104
11105 * faces.el (list-faces-display): Improve the formatting by
11106 computing the maximum length required for any face-name (reworked
11107 patch of 1999-01-11, accidentally deleted on 1999-07-21).
11108 (internal-find-face): Remove redundant info in docstring.
11109
11110 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
11111
11112 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
11113 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
11114 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
11115 (gdb-assembler-custom): Improve regexps.
11116 (def-gdb-auto-update-handler): Use window point to preserve point.
11117
11118 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
11119
11120 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
11121
11122 2005-05-31 Jay Belanger <belanger@truman.edu>
11123
11124 * calc/calc-embed.el (calc-embedded-word): Change argument passed
11125 to calc-embedded.
11126 (calc-embedded-make-info): Have plain prefix argument select
11127 entire line.
11128
11129 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
11130
11131 * faces.el (list-faces-display): Signal error if passed a regexp
11132 that matches no face name.
11133
11134 * simple.el (filter-buffer-substring): Fix typo in docstring.
11135
11136 2005-05-31 Richard M. Stallman <rms@gnu.org>
11137
11138 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
11139 (vhdl-emacs-21): Doc fix.
11140 (vhdl-mode): Unconditionally set comment-padding.
11141 (vhdl-fixup-whitespace-region): Insert spaces only where
11142 there are none.
11143 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
11144
11145 2005-05-30 John Wiegley <johnw@newartisans.com>
11146
11147 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
11148 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
11149 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
11150 `directory-sep-char' to ?/, and all uses of `string-to-int' to
11151 `string-to-number'.
11152
11153 2005-05-30 Jay Belanger <belanger@truman.edu>
11154
11155 * calc/calc.el (calc-bug-address): Fix docstring.
11156 (calc-window-hook, calc-trail-window-hook): New variables.
11157 (calc-trail-display): Restore use of calc-trail-window-hook.
11158 (calc): Restore use of calc-window-hook.
11159
11160 2005-05-31 Masatake YAMATO <jet@gyve.org>
11161
11162 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
11163
11164 * help-fns.el (help-C-file-name): Add autoload mark for
11165 `find-function-noselect'.
11166
11167 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
11168
11169 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
11170 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
11171
11172 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
11173
11174 * calendar/diary-lib.el (mark-included-diary-files): Only kill
11175 included diary buffer if it was not already being visited.
11176 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
11177
11178 * calendar/icalendar.el (top-level): Do not require 'appt.
11179
11180 * mail/supercite.el (sc-select-attribution): Only use a list
11181 element from sc-attrib-selection-list if it returns a string.
11182 Reported by Davide G. M. Salvetti <salve@debian.org>.
11183
11184 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
11185
11186 * thumbs.el (thumbs-thumbname): The resulting thumbname now
11187 includes a hash value to improve its uniqueness, and has a ".jpg"
11188 extension. Also, it is now a valid filename on all systems.
11189 (thumbs-make-thumb): Use `let', not `let*'.
11190 (thumbs-show-thumbs-list): Check for JPEG availability.
11191
11192 2005-05-30 Richard M. Stallman <rms@gnu.org>
11193
11194 * filesets.el (filesets-menu-ensure-use-cached):
11195 Prevent warning when emacs-version>= is undefined.
11196
11197 * printing.el (pr-interactive-n-up): Use string-to-number.
11198
11199 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
11200
11201 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
11202 Warn only when name to be defined is quoted.
11203
11204 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
11205
11206 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
11207 Make regexp more robust.
11208 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
11209 Force regeneration of disassembly.
11210
11211 2005-05-29 Jay Belanger <belanger@truman.edu>
11212
11213 * calc/calc.el (calc-user-invocation): Check if
11214 calc-invocation-macro is non-nil.
11215
11216 2005-05-29 Juri Linkov <juri@jurta.org>
11217
11218 * add-log.el (change-log-font-lock-keywords):
11219 Add `+' to e-mail regexp to accept mail address with keywords.
11220
11221 * man.el (Man-name-regexp): Add `:' to accept qualified names.
11222
11223 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
11224
11225 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
11226
11227 * ielm.el (inferior-emacs-lisp-mode): Ditto.
11228
11229 2005-05-29 Richard M. Stallman <rms@gnu.org>
11230
11231 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
11232 Undo the change that moves to end of the current word.
11233
11234 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
11235
11236 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
11237 Throw error when count <= 0 to ensure input is a number.
11238 (gdb-read-memory-custom): Pick up address from buffer.
11239 (gdb-memory-mode): Allow user to increment and decrement
11240 memory address from header line.
11241
11242 2005-05-29 Richard M. Stallman <rms@gnu.org>
11243
11244 * flyspell.el (flyspell-version): Function deleted.
11245 (flyspell-auto-correct-previous-hook): Doc fix.
11246
11247 * jit-lock.el (jit-lock-function, jit-lock-after-change):
11248 Do nothing if memory is full.
11249
11250 * font-lock.el (font-lock-fontify-syntactically-region):
11251 Pass t for GREEDY to looking-back.
11252
11253 * saveplace.el (save-place-alist-to-file): Write the file
11254 using write-region.
11255
11256 * subr.el (looking-back): New argument GREEDY.
11257
11258 * progmodes/compile.el (compilation-start): Set the mode
11259 before inserting the initial text.
11260
11261 * progmodes/which-func.el (which-func-update-1): Turn the mode
11262 off in case of error by setting which-func-mode.
11263
11264 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
11265
11266 * flyspell.el (flyspell-auto-correct-previous-word):
11267 Narrow down to what's on the screen, and recenter overlays
11268 at the end of the next word.
11269
11270 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
11271
11272 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
11273 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
11274 (flyspell-abbrev-p): Default to nil.
11275 (flyspell-use-global-abbrev-table-p): Doc fix.
11276 (flyspell-large-region): Allow nil as value.
11277 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
11278
11279 (mail-mode-flyspell-verify): More robust handling
11280 of `mail-header-separator'. More efficient signature detection.
11281 Allow for regexp metacharacters in message-header-separator.
11282 Adding `To' not to be checked in mail-mode-flyspell-verify.
11283
11284 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
11285 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
11286 Bind flyspell-auto-correct-binding.
11287 Bind C-. and C-, .
11288 (flyspell-mode-map): Likewise.
11289 (flyspell-mode): Doc fix.
11290 (flyspell-accept-buffer-local-defs): Preserve current buffer.
11291 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
11292 (flyspell-word-cache-result): New var, always local.
11293 (flyspell-check-pre-word-p): Doc fix.
11294 (flyspell-check-changed-word-p): Handle spc like newline.
11295 (flyspell-post-command-hook): Set flyspell-word-cache-result.
11296 (flyspell-word-search-backward, flyspell-word-search-forward):
11297 New functions.
11298 (flyspell-word): Return t if nothing to check.
11299 When parsing TeX code, check for after } or \.
11300 Use flyspell-word-search-backward to find previous word.
11301 Return nil if duplicated word.
11302 For word already checked, return same value as last time.
11303 Set flyspell-word-cache-result after checking.
11304 Don't clobber the return value.
11305 (flyspell-get-word): Major rewrite.
11306 (flyspell-external-point-words): New locals pword, pcount.
11307 Fix size used in progress message.
11308 Find the proper corresponding word in flyspell-large-region-buffer.
11309 (flyspell-region): Check for flyspell-large-region = nil.
11310 (flyspell-highlight-incorrect-region): Clean up overlays in region.
11311 (flyspell-auto-correct-word): Check that WORD is a cons.
11312 (flyspell-correct-word): Likewise.
11313
11314 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
11315
11316 * progmodes/make-mode.el (makefile-rule-action-regex)
11317 (makefile-macroassign-regex, makefile-makepp-mode)
11318 (makefile-bsdmake-mode): Continuation lines may be empty.
11319 Reported by Joshua Varner.
11320 (makefile-makepp-font-lock-keywords): Add $(stem).
11321
11322 2005-05-28 Karl Berry <karl@gnu.org>
11323
11324 * textmodes/tex-mode.el: Now that tex-send-command calls
11325 shell-quote-argument (2005-03-31 change), remove all calls to
11326 shell-quote-argument; they all end up invoking tex-send-command.
11327 The double quoting loses on filenames with non-safe characters,
11328 such as "@". Reported by Frederik Fouvry.
11329
11330 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
11331
11332 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
11333 about preserving point.
11334
11335 2005-05-27 Jay Belanger <belanger@truman.edu>
11336
11337 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
11338 Info-goto-node.
11339
11340 * calc/calc-embed.el (calc-embed-arg): New variable.
11341 (calc-do-embedded-activate, calc-embedded-activate-formula)
11342 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
11343 variable by new variable.
11344 (calc-embedded-make-info): Replace undeclared variable by new
11345 variable. When selecting region with positive prefix
11346 argument, use end of previous line instead of beginning of line.
11347
11348 * calc/calc-aent.el (calc-arg-values): Declare it.
11349
11350 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
11351 Declare them.
11352
11353 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
11354
11355 * calc/calc.el (calc-alg-map): Declare it.
11356
11357 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
11358
11359 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
11360
11361 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
11362 (gdb-registers-buffer, toggle-gdb-all-registers):
11363 Toggle display of floating point registers.
11364 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
11365
11366 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
11367 (toggle-gud-tooltip-dereference):
11368 Rename from gud-toggle-tooltip-dereference.
11369
11370 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
11371
11372 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
11373
11374 2005-05-27 Jay Belanger <belanger@truman.edu>
11375
11376 * calc/calc-prog.el (calc-kbd-report): Remove.
11377 (calc-kbd-query): Rewrite.
11378
11379 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
11380
11381 * image.el (image-library-alist): Move to image.c.
11382 (image-type-available-p): Doc fix.
11383
11384 2005-05-27 Lute Kamstra <lute@gnu.org>
11385
11386 * calc/calc.el (calc):
11387 * outline.el (outline-1, outline-2, outline-3, outline-4)
11388 (outline-5, outline-6, outline-7, outline-8):
11389 * textmodes/dns-mode.el (dns-mode):
11390 * textmodes/sgml-mode.el (sgml-namespace-face):
11391 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
11392 (tex-verbatim-face, tex-use-reftex):
11393 * textmodes/texinfo.el (texinfo-heading-face):
11394 Specify customization group.
11395
11396 * longlines.el: Don't require easy-mmode.
11397 (longlines-visible-face): Specify customization group.
11398
11399 2005-05-27 Kenichi Handa <handa@m17n.org>
11400
11401 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
11402 encoding table of windows-1251.
11403
11404 * international/ucs-tables.el (ucs-set-table-for-input):
11405 If translation-table-for-input of a coding system is a symbol, get
11406 its translation-table property.
11407
11408 * international/code-pages.el: Don't register a coding system into
11409 non-iso-charset-alist more than once.
11410 (cp-make-coding-system): Likewise.
11411
11412 2005-05-26 John Wiegley <johnw@newartisans.com>
11413
11414 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
11415 `eshell-resume-eval' is wrapped in a list, it indicates that the
11416 command was run asynchronously. In that case, unwrap the value
11417 before checking the delimiter value.
11418
11419 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
11420 character before a space at the end of a line is \, assume the space
11421 is part of the last argument rather than a final argument separator.
11422
11423 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
11424 is in use, and the target is `t' or `nil' (which are the most common
11425 values), don't assume that the symbol target is a buffer.
11426
11427 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
11428
11429 * calendar/calendar.el (calendar-mode-line-format):
11430 Use mode-line-highlight as mouse-face.
11431
11432 * time.el (display-time-string-forms, display-time-update):
11433 Use mode-line-highlight as mouse-face.
11434
11435 2005-05-26 Jay Belanger <belanger@truman.edu>
11436
11437 * calc/calc.el (calc-language-alist): Remove extra defvar.
11438
11439 2005-05-26 Lute Kamstra <lute@gnu.org>
11440
11441 * arc-mode.el (archive-mode):
11442 * bookmark.el (bookmark-read-annotation-mode)
11443 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
11444 * bs.el (bs-mode):
11445 * calc/calc-yank.el (calc-edit-mode):
11446 * calc/calc.el (calc-mode, calc-trail-mode):
11447 * calculator.el (calculator-mode):
11448 * chistory.el (command-history-mode):
11449 * comint.el:
11450 * cus-edit.el (custom-mode):
11451 * descr-text.el (describe-text-mode):
11452 * ebuff-menu.el (Electric-buffer-menu-mode):
11453 * ediff-util.el (ediff-mode):
11454 * emacs-lisp/re-builder.el (reb-mode):
11455 * emulation/vi.el (vi-mode-setup):
11456 * emulation/ws-mode.el (wordstar-mode):
11457 * eshell/esh-mode.el (eshell-mode):
11458 * forms.el (forms-mode):
11459 * help-mode.el (help-mode):
11460 * hexl.el (hexl-mode):
11461 * ibuffer.el (ibuffer-mode):
11462 * ielm.el (inferior-emacs-lisp-mode):
11463 * info.el (Info-mode, Info-edit-mode):
11464 * international/swedish.el:
11465 * ledit.el (ledit-from-lisp-mode):
11466 * locate.el (locate-mode):
11467 * mail/rmail.el (rmail-mode):
11468 * mail/rmailedit.el (rmail-edit-mode):
11469 * mail/rmailsum.el (rmail-summary-mode):
11470 * mail/supercite.el (sc-electric-mode):
11471 * net/eudc.el (eudc-mode):
11472 * net/quickurl.el (quickurl-list-mode):
11473 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
11474 * obsolete/ooutline.el (outline-mode):
11475 * obsolete/options.el (Edit-options-mode):
11476 * obsolete/rnews.el (news-mode):
11477 * obsolete/rnewspost.el (news-reply-mode):
11478 * play/5x5.el (5x5-mode):
11479 * play/decipher.el (decipher-mode, decipher-stats-mode):
11480 * play/gomoku.el (gomoku-mode):
11481 * play/snake.el (snake-mode):
11482 * play/solitaire.el (solitaire-mode):
11483 * play/tetris.el (tetris-mode):
11484 * progmodes/ada-mode.el (ada-mode):
11485 * progmodes/antlr-mode.el (antlr-mode):
11486 * progmodes/autoconf.el (autoconf-mode):
11487 * progmodes/dcl-mode.el (dcl-mode):
11488 * progmodes/delphi.el (delphi-mode):
11489 * progmodes/ebrowse.el (ebrowse-tree-mode)
11490 (ebrowse-electric-list-mode, ebrowse-member-mode)
11491 (ebrowse-electric-position-mode):
11492 * progmodes/f90.el (f90-mode):
11493 * progmodes/fortran.el (fortran-mode):
11494 * progmodes/icon.el (icon-mode):
11495 * progmodes/idlw-help.el (idlwave-help-mode):
11496 * progmodes/idlw-shell.el (idlwave-shell-mode):
11497 * progmodes/idlwave.el (idlwave-mode):
11498 * progmodes/inf-lisp.el (inferior-lisp-mode):
11499 * progmodes/m4-mode.el (m4-mode):
11500 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
11501 * progmodes/modula2.el (modula-2-mode):
11502 * progmodes/octave-inf.el (inferior-octave-mode):
11503 * progmodes/octave-mod.el (octave-mode):
11504 * progmodes/pascal.el (pascal-mode):
11505 * progmodes/sh-script.el (sh-mode):
11506 * progmodes/sql.el (sql-mode, sql-interactive-mode):
11507 * progmodes/vhdl-mode.el (vhdl-mode):
11508 * progmodes/xscheme.el (scheme-interaction-mode):
11509 * replace.el (occur-mode):
11510 * ses.el (ses-mode):
11511 * simple.el (completion-list-mode):
11512 * skeleton.el:
11513 * speedbar.el (speedbar-mode):
11514 * term.el (term-mode):
11515 * terminal.el (terminal-edit-mode):
11516 * textmodes/reftex-index.el (reftex-index-mode)
11517 (reftex-index-phrases-mode):
11518 * textmodes/reftex-sel.el (reftex-select-label-mode)
11519 (reftex-select-bib-mode):
11520 * textmodes/reftex-toc.el (reftex-toc-mode):
11521 * wdired.el (wdired-change-to-wdired-mode):
11522 * wid-browse.el (widget-browse-mode):
11523 Use run-mode-hooks.
11524
11525 * array.el (array-mode):
11526 * calendar/todo-mode.el (todo-mode):
11527 * man.el (Man-mode):
11528 * play/landmark.el (lm-mode):
11529 * play/mpuz.el (mpuz-mode):
11530 Use kill-all-local-variables and run-mode-hooks.
11531
11532 * subr.el (delay-mode-hooks): Specify indentation.
11533
11534 2005-05-26 Mark A. Hershberger <mah@everybody.org>
11535
11536 * xml.el (xml-substitute-special): Don't die for undefined xml
11537 entities.
11538
11539 2005-05-26 Jay Belanger <belanger@truman.edu>
11540
11541 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
11542 of nil.
11543
11544 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
11545
11546 * progmodes/gdb-ui.el (gdb-frame-address):
11547 Rename from gdb-current-address.
11548 (gdb-previous-frame-address): Rename from gdb-previous-address.
11549 (gdb-selected-frame): Rename from gdb-current-frame.
11550 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
11551 (gdb-frame-number): Rename from gdb-current-stack-level.
11552 (gdb-ann3): Match new mode-name for disassembly buffer.
11553 Extend initialization of variables.
11554 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
11555 (gdb-memory-mode): Use mouse-face in header line.
11556 (gdb-assembler-buffer-name): Call it disassembly and give frame
11557 in mode line.
11558 (gdb-source-spec-regexp, gdb-assembler-custom)
11559 (gdb-invalidate-assembler, gdb-frame-handler):
11560 Make robust to leading zeroes in address format.
11561
11562 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
11563
11564 * textmodes/org.el (org-mode): Use `define-derived-mode' to
11565 define `org-mode'.
11566 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
11567
11568 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
11569
11570 * log-edit.el (log-edit-changelog-entries): Distinguish between
11571 filenames like xfns.c and fns.c.
11572
11573 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
11574
11575 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
11576 point after reverting.
11577 (Buffer-menu-make-sort-button): Handle the case where
11578 `Buffer-menu-use-header-line' is nil.
11579
11580 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
11581
11582 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
11583 New funcs. In minibuffer-local-completion-map bind `]', `/'
11584 and `:' to them.
11585
11586 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
11587
11588 * startup.el (normal-top-level): Allow modification of load-path while
11589 we're iterating over it.
11590
11591 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
11592
11593 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
11594 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
11595 (thumbs-resize-interactive, thumbs-insert-image)
11596 (thumbs-insert-thumb, thumbs-dired-show-marked)
11597 (thumbs-find-image-at-point, thumbs-delete-images)
11598 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
11599 (thumbs-increment-image-size, thumbs-decrement-image-size):
11600 Fix typos in docstrings.
11601
11602 2005-05-24 Andre Spiegel <spiegel@gnu.org>
11603
11604 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
11605 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
11606 (cperl-mode): Use them.
11607
11608 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
11609
11610 * window.el (quit-window, shrink-window-if-larger-than-buffer):
11611 Doc fixes.
11612
11613 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
11614
11615 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
11616 Bind C-d to gdb-inferior-io-eof.
11617
11618 * dired.el (dired-dnd-popup-notice): Use message-box.
11619
11620 2005-05-23 Masatake YAMATO <jet@gyve.org>
11621
11622 * bindings.el (mode-line-major-mode-keymap):
11623 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
11624
11625 * faces.el (mode-line-highlight): New face.
11626
11627 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
11628 as mouse-face.
11629
11630 * bindings.el (top-level, help-echo, mode-line-modified)
11631 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
11632 as mouse-face.
11633
11634 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
11635
11636 * progmodes/cc-engine.el (c-guess-basic-syntax):
11637 Remove spurious call to `zerop'.
11638
11639 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
11640
11641 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
11642
11643 CC Mode update to 5.30.10:
11644
11645 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
11646 could go past the limit in decoration level 2, thereby causing
11647 errors during interactive fontification.
11648
11649 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
11650 the file is evaluated interactively.
11651
11652 * cc-engine.el (c-guess-basic-syntax): Handle operator
11653 declarations somewhat better in C++.
11654
11655 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
11656 make use of `run-mode-hooks' which has been added in Emacs 21.1.
11657 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
11658 (awk-mode): Use it.
11659 (make-local-hook): Suppress warning about obsoleteness.
11660
11661 * cc-engine.el, cc-align.el, cc-cmds.el
11662 (c-append-backslashes-forward, c-delete-backslashes-forward)
11663 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
11664 Compensate for return value from `forward-line' when it has moved
11665 but not to a different line due to eob.
11666
11667 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
11668 `objc-method-intro' and `objc-method-args-cont'.
11669
11670 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
11671
11672 CC Mode update to 5.30.10:
11673
11674 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
11675 in the copyright statement. Incidentally, change "along with GNU
11676 Emacs" to "along with this program" where it occurs.
11677
11678 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
11679 so that it is interactive, hence can be found by M-x awk-mode
11680 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
11681 <gmorris+emacs@ast.cam.ac.uk>.
11682
11683 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
11684 Mode's regexps.
11685
11686 2005-05-23 Kevin Ryde <user42@zip.com.au>
11687
11688 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
11689 c-parse-state, to avoid a lisp error (on bad code).
11690
11691 2005-05-23 Lute Kamstra <lute@gnu.org>
11692
11693 * subr.el (font-lock-defaults): Remove defvar as it's already
11694 defined in font-core.el.
11695
11696 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
11697
11698 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
11699
11700 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
11701 more general and work when GDB variable "print pretty" is on,
11702 as with Emacs, for example.
11703
11704 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
11705
11706 * font-core.el: Update comment.
11707
11708 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
11709 Use `after-change-major-mode-hook' instead of `find-file-hook'.
11710
11711 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
11712
11713 2005-05-22 Eli Zaretskii <eliz@gnu.org>
11714
11715 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
11716 and `yank-handler' in the doc strings.
11717
11718 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
11719
11720 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
11721
11722 2005-05-22 Richard M. Stallman <rms@gnu.org>
11723
11724 * help.el (describe-key): Move print-help-return-message call
11725 out of conditional.
11726
11727 * progmodes/etags.el (list-tags): Use with-no-warnings.
11728
11729 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
11730 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
11731 (starttls-extra-args, starttls-extra-arguments): Add defvars.
11732
11733 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
11734
11735 * language/viet-util.el (viet-viscii-nonascii-translation-table):
11736 Add defvar.
11737
11738 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
11739 Use defvar, not defconst.
11740
11741 * hexl.el (hexl-follow-line): Use with-no-warnings.
11742
11743 * emulation/tpu-extras.el: Use write-file-functions instead of
11744 write-file-hooks.
11745
11746 * dired.el (dired-font-lock-keywords): Fontify files with junk
11747 extensions even if marked by -F.
11748
11749 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
11750
11751 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
11752 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
11753 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
11754 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
11755 (concatenate, list-length, get*, getf, cl-remprop):
11756 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
11757 (etypecase, progv, lexical-let, lexical-let*)
11758 (multiple-value-bind, multiple-value-setq, shiftf):
11759 Improve argument/docstring consistency.
11760
11761 * subr.el (focus-frame, unfocus-frame):
11762 Revert deletion on 2005-05-01.
11763
11764 2005-05-22 Andre Spiegel <spiegel@gnu.org>
11765
11766 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
11767 doesn't exist.
11768
11769 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
11770 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
11771
11772 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
11773
11774 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
11775 already deleted variables: auto-fill-hook, blink-paren-hook,
11776 lisp-indent-hook, inhibit-local-variables, unread-command-event,
11777 suspend-hooks, comment-indent-hook, meta-flag,
11778 before-change-function, after-change-function,
11779 font-lock-doc-string-face.
11780
11781 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
11782
11783 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
11784
11785 2005-05-21 Eli Zaretskii <eliz@gnu.org>
11786
11787 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
11788 rmail-dont-reply-to.
11789
11790 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
11791
11792 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
11793 literal blank when splitting new-header-values.
11794
11795 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
11796
11797 * calendar/cal-menu.el (cal-menu-update): Add separator as a
11798 string so that tmm doesn't create a completion entry for it.
11799
11800 * textmodes/table.el (table-disable-menu): Ditto.
11801
11802 2005-05-21 Richard M. Stallman <rms@gnu.org>
11803
11804 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
11805
11806 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
11807
11808 * net/rcompile.el (remote-compile): Use compilation-start.
11809
11810 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
11811
11812 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
11813
11814 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
11815 Default to makefile-bsdmake-mode on BSD systems.
11816
11817 * imenu.el (imenu-generic-expression, imenu--generic-function'):
11818 REGEXP may also be a search function now. The part of doc-string
11819 for describing the structure was 95% identical to that of
11820 `imenu--generic-function'. Unify it there.
11821
11822 * progmodes/make-mode.el (makefile-imenu-generic-expression):
11823 Use function to find dependencies, because regexp alone is so complex,
11824 it easily goes into an endless loop.
11825 (makefile-makepp-mode): Also add submenu for Perl functions
11826 defined in the makefile.
11827 (makefile-bsdmake-mode): Special imenu-generic-expression no
11828 longer needed, due to function call.
11829 (makefile-match-dependency): Take BOUND into account when checking
11830 if we're through.
11831
11832 2005-05-20 Jay Belanger <belanger@truman.edu>
11833
11834 * calc/calc-units.el (calc-invalidate-units-table):
11835 Use inhibit-read-only.
11836 (math-build-units-table-buffer): Use view-mode.
11837
11838 2005-05-20 David Kastrup <dak@gnu.org>
11839
11840 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
11841 easy-menu-add is not a nop on Emacs; and clarify when to call it.
11842
11843 2005-05-20 Lute Kamstra <lute@gnu.org>
11844
11845 * diff-mode.el (diff-header-face, diff-file-header-face)
11846 (diff-index-face, diff-hunk-header-face, diff-removed-face)
11847 (diff-added-face, diff-changed-face, diff-function-face)
11848 (diff-context-face, diff-nonexistent-face): Put them in the
11849 diff-mode customization group.
11850
11851 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
11852
11853 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
11854
11855 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
11856
11857 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
11858 Minor regexp-optimization.
11859
11860 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
11861
11862 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
11863 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
11864 (org-agenda-add-time-grid-maybe): New function.
11865 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
11866 (org-table-create): `dotimes' instead of `mapcar'.
11867 (org-xor): Simplify implementation.
11868 (org-agenda): `inhibit-redisplay' turned on.
11869 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
11870 a consistent line after a state change.
11871 (org-agenda-remove-times-when-in-prefix): New option.
11872 (org-prefix-has-time): New variable.
11873 (org-parse-time-string): Optional argument NODEFAULT.
11874 (org-format-agenda-item): Parse items for time-of-day
11875 specifications and move these into the prefix if possible.
11876 (org-agenda-priority): Get current heading, not previous heading
11877 during agenda remote editing.
11878
11879 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
11880
11881 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
11882 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
11883 (remove-duplicates, delete-duplicates, substitute)
11884 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
11885 (nsubstitute-if-not, find, find-if, find-if-not, position)
11886 (position-if, position-if-not, count, count-if, count-if-not)
11887 (mismatch, search, sort*, stable-sort, merge, member*)
11888 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
11889 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
11890 (intersection, nintersection, set-difference, nset-difference)
11891 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
11892 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
11893 (nsublis, tree-equal): Improve argument/docstring consistency.
11894
11895 * subr.el (send-string, send-region):
11896 Remove obsolescence declaration.
11897 (window-dot, set-window-dot, read-input, show-buffer)
11898 (eval-current-buffer, string-to-int):
11899 Add release number to obsolescence declarations.
11900
11901 2005-05-19 Kim F. Storm <storm@cua.dk>
11902
11903 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
11904 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
11905
11906 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
11907
11908 * faces.el (list-faces-display): Make back button respect optional
11909 regexp arg.
11910
11911 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
11912
11913 * calculator.el (calculator-radix-grouping-mode)
11914 (calculator-radix-grouping-digits, calculator-displayer)
11915 (calculator-radix-grouping-separator, calculator-copy-displayer):
11916 * dabbrev.el (dabbrev-search-these-buffers-only):
11917 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
11918 (diff-advance-after-apply-hunk, diff-mode-hook)
11919 (diff-minor-mode-prefix):
11920 * imenu.el (imenu-use-popup-menu):
11921 * jit-lock.el (jit-lock-context-time):
11922 * newcomment.el (comment-fill-column, comment-column)
11923 (comment-style, comment-padding, comment-multi-line)
11924 (comment-empty-lines, comment-auto-fill-only-comments):
11925 * reveal.el (reveal-around-mark):
11926 * uniquify.el (uniquify-buffer-name-style)
11927 (uniquify-after-kill-buffer-p)
11928 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
11929 (uniquify-min-dir-content, uniquify-separator)
11930 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
11931 * w32-vars.el (w32-fixed-font-alist):
11932 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
11933 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
11934 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
11935 * progmodes/perl-mode.el (perl-indent-level)
11936 (perl-continued-statement-offset, perl-continued-brace-offset)
11937 (perl-brace-offset, perl-brace-imaginary-offset)
11938 (perl-label-offset, perl-indent-continued-arguments)
11939 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
11940 * progmodes/tcl.el (tcl-indent-level)
11941 (tcl-continued-indent-level, tcl-auto-newline)
11942 (tcl-tab-always-indent, tcl-electric-hash-style)
11943 (tcl-help-directory-list, tcl-use-smart-word-finder)
11944 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
11945 (inferior-tcl-source-command):
11946 * textmodes/fill.el (enable-kinsoku):
11947 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
11948 * textmodes/table.el (table-yank-handler):
11949 Specify missing group (and type, if simple) in defcustom.
11950
11951 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
11952
11953 * progmodes/compile.el (compilation-finish-function): Fix defvar.
11954
11955 2005-05-19 Richard M. Stallman <rms@gnu.org>
11956
11957 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
11958
11959 * subr.el (event-basic-type): Don't get an error.
11960 (left-fringe-p): Function deleted.
11961
11962 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
11963 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
11964
11965 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
11966 in recursive copy.
11967
11968 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
11969
11970 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
11971
11972 * emacs-lisp/bytecomp.el
11973 (byte-compile-file-form-custom-declare-variable): Call
11974 byte-compile-nogroup-warn if appropriate.
11975
11976 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
11977 (compilation-set-window): Don't call left-fringe-p; do it directly.
11978
11979 2005-05-19 Jay Belanger <belanger@truman.edu>
11980
11981 * calc/calc-graph.el (calc-graph-format-data): Make sure
11982 var-PlotRejects is bound before trying to check its value.
11983
11984 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
11985
11986 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
11987 definition of this variable from reftex-global.el to reftex.el,
11988 because it is needed in the menu.
11989
11990 2005-05-19 Lute Kamstra <lute@gnu.org>
11991
11992 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
11993 years are fixed. Don't insert a space after a dash.
11994
11995 2005-05-19 Kim F. Storm <storm@cua.dk>
11996
11997 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
11998
11999 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
12000
12001 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
12002 strings, because (eq ... ?\\) is fairly frequent.
12003
12004 * progmodes/make-mode.el (makefile-add-this-line-targets):
12005 Simplify and integrate into `makefile-pickup-targets'.
12006 (makefile-add-this-line-macro): Simplify and integrate into
12007 `makefile-pickup-macros.
12008 (makefile-pickup-filenames-as-targets): Simplify.
12009 (makefile-previous-dependency, makefile-match-dependency):
12010 Don't stumble over `::'.
12011
12012 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
12013
12014 * subr.el (post-command-idle-hook, post-command-idle-delay):
12015 Remove obsoletion of post-command-idle-hook and
12016 post-command-idle-delay.
12017
12018 * faces.el (list-faces-display): Provide button when describe-face
12019 is called to take user back to the list of faces.
12020
12021 * help-fns.el (describe-variable): Remove hyperlinks in a
12022 variable's value as these are quite frequently inappropriate.
12023
12024 * follow.el (follow-submit-feedback, follow-mode):
12025 Remove references to post-command-idle-hook.
12026
12027 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
12028
12029 * progmodes/make-mode.el (makefile-previous-dependency)
12030 (makefile-match-dependency): Check for := (and in bsd mode also
12031 !=) to give a better result, even when font-lock is not on.
12032
12033 2005-05-18 Jay Belanger <belanger@truman.edu>
12034
12035 * calc/calc-help.el (calc-s-prefix-help):
12036 Add `calc-copy-special-constant' to help string.
12037
12038 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
12039
12040 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
12041
12042 2005-05-18 Jay Belanger <belanger@truman.edu>
12043
12044 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
12045 in linear factors are in proper order.
12046
12047 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
12048
12049 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
12050 Support for jurabib.
12051
12052 * textmodes/reftex.el (featurep): Define aliases for overlay
12053 commands, for XEmacs compatibility, and use these aliases in
12054 overlay initializations.
12055 (reftex-highlight): Use `reftex-move-overlay'.
12056 (reftex-unhighlight): Use `reftex-delete-overlay'.
12057 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
12058 (reftex-access-search-path): Use `reftex-uniquify' instead of
12059 `reftex-uniq'
12060
12061 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
12062 `before-string' property modification enables for Emacs as well.
12063 (reftex-select-item): Use `reftex-delete-overlay'.
12064 (reftex-select-mark): Use `reftex-make-overlay' and
12065 `reftex-overlay-put'.
12066 (reftex-select-unmark): Use `reftex-delete-overlay' and
12067 `reftex-overlay-put'.
12068
12069 2005-05-18 Lute Kamstra <lute@gnu.org>
12070
12071 * emacs-lisp/lisp.el (check-parens): Fix docstring.
12072
12073 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
12074
12075 * add-log.el (add-change-log-entry):
12076 * array.el (array-make-template, array-reconfigure-rows)
12077 (array-init-max-row, array-init-max-column)
12078 (array-init-columns-per-line, array-init-field-width):
12079 * replace.el (replace-match-maybe-edit, perform-replace):
12080 * textmodes/spell.el (spell-region):
12081 Replace `read-input' by `read-string'.
12082
12083 * forms.el (forms-mode):
12084 * finder.el (finder-compile-keywords):
12085 * shadowfile.el (shadow-read-files):
12086 Replace `eval-current-buffer' by `eval-buffer'.
12087
12088 * terminal.el (te-pass-through):
12089 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
12090 (ange-ftp-raw-send-cmd):
12091 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
12092 (send-process-next-char, telnet-initial-filter, telnet):
12093 Replace `send-string' by `process-send-string'.
12094
12095 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
12096 (prolog-consult-region): Replace `send-string' by
12097 `process-send-string'; replace `send-region' by `process-send-region'.
12098
12099 * progmodes/delphi.el (delphi-log-msg):
12100 Replace `set-window-dot' by `set-window-point'.
12101
12102 * subr.el (window-dot, set-window-dot, read-input, send-string)
12103 (send-region, show-buffer, eval-current-buffer):
12104 Make really obsolete, as the comment says.
12105
12106 2005-05-17 Kim F. Storm <storm@cua.dk>
12107
12108 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
12109 (cua--init-keymaps): Bind C-return instead of S-return to set
12110 rectangle mark.
12111
12112 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
12113 instead of S-return to toggle/clear rectangle mark.
12114
12115 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
12116
12117 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
12118 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
12119 Also fontify plain strings assigned to variables, mostly so that a
12120 colon has a face and is thus not taken as a dependency separator.
12121 (makefile-previous-dependency): Inline the new matcher, because it
12122 is too complex to work in both directions.
12123 (makefile-match-dependency): Eliminate `backward' arg (see above).
12124 Completely reimplemented so as to not sometimes go into an endless
12125 loop. It should also be more efficient, because first it only
12126 searches for `:', instead of applying the very complex regexp.
12127 (makefile-mode): Cancel `font-lock-support-mode', because blocks
12128 to be fontified in one piece can be too long for JIT.
12129 Makefiles are never *that* big.
12130
12131 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
12132
12133 * dired.el (dired-mode): Simplify.
12134
12135 2005-05-17 Lute Kamstra <lute@gnu.org>
12136
12137 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
12138 defcustom for the mode hook variable.
12139
12140 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
12141 Emacs Lisp Reference Manual.
12142
12143 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
12144
12145 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
12146 (evenp, list*):
12147 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
12148 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
12149
12150 * net/tramp-smb.el (tramp-smb-open-connection):
12151 Pass `tramp-chunksize' as fifth (required) argument.
12152
12153 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
12154
12155 * font-lock.el (lisp-font-lock-keywords-1):
12156 Set `font-lock-negation-char-face' for [^...] char group.
12157 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
12158
12159 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
12160 a var, and refine it to mask one more level of nested vars.
12161 (makefile-rule-action-regex): Turn it into a var, and refine it so
12162 it recognizes backslashed continuation lines as belonging to the
12163 same command.
12164 (makefile-macroassign-regex): Refine it so it recognizes
12165 backslashed continuation lines as belonging to the same command.
12166 (makefile-var-use-regex): Don't look at the next char, because it
12167 might be the same one to be skipped by the initial [^$], leading
12168 to an overlooked variable use.
12169 (makefile-make-font-lock-keywords): Remove two parameters, which
12170 are now variables that some of the modes set locally.
12171 Handle dependency and rule action matching through functions, because
12172 regexps alone match too often. Dependency matching now comes
12173 last, so it can check, whether a colon already matched something else.
12174 (makefile-mode): Inform that font-lock improves makefile parsing
12175 capabilities.
12176 (makefile-match-dependency, makefile-match-action): New functions.
12177
12178 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
12179
12180 * emacs-lisp/cl-extra.el (equalp): Doc fix.
12181
12182 * align.el (align-regexp):
12183 * ansi-color.el (ansi-color-get-face):
12184 * array.el (array-reconfigure-rows, array-init-max-row)
12185 (array-init-max-column, array-init-columns-per-line)
12186 (array-init-field-width):
12187 * dired-aux.el (dired-trample-file-versions):
12188 * dired-x.el (dired-mark-sexp):
12189 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
12190 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
12191 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
12192 * faces.el (face-read-integer):
12193 * files.el (backup-extract-version, insert-directory):
12194 * hexl.el (hexl-insert-decimal-char):
12195 * server.el (server-process-filter):
12196 * shell.el (shell-extract-num):
12197 * startup.el (command-line-1):
12198 * term.el (term-command-hook):
12199 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
12200 (time-stamp-do-number):
12201 * time.el (display-time-update):
12202 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
12203 (timezone-fix-time):
12204 * vms-patch.el (vms-suspend-resume-hook):
12205 * calendar/appt.el (appt-convert-time):
12206 * calendar/cal-bahai.el (mark-bahai-diary-entries):
12207 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
12208 * calendar/cal-islam.el (mark-islamic-diary-entries):
12209 * calendar/calendar.el (calendar-cursor-to-date)
12210 (calendar-star-date):
12211 * calendar/diary-lib.el (diary-attrtype-convert)
12212 (mark-diary-entries, diary-entry-time):
12213 * calendar/solar.el (solar-get-number):
12214 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
12215 * emacs-lisp/re-builder.el (reb-display-subexp):
12216 * emulation/edt.el (edt-set-scroll-margins):
12217 * emulation/tpu-extras.el (tpu-set-scroll-margins):
12218 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
12219 (vip-get-ex-count):
12220 * emulation/viper-ex.el (viper-get-ex-token)
12221 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
12222 * international/fontset.el (fontset-plain-name):
12223 * mail/feedmail.el (feedmail-look-at-queue-directory):
12224 * mail/mailalias.el (mail-get-names):
12225 * mail/rmail.el (rmail-convert-to-babyl-format):
12226 * mail/rmailsum.el (rmail-make-basic-summary-line)
12227 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
12228 (rmail-summary-goto-msg):
12229 * mail/smtpmail.el (smtpmail-read-response):
12230 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
12231 (ange-ftp-vms-add-file-entry):
12232 * play/gametree.el (gametree-looking-at-ply)
12233 (gametree-current-branch-score):
12234 * progmodes/ada-xref.el (ada-prj-find-prj-file)
12235 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
12236 * progmodes/cperl-mode.el (condition-case):
12237 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
12238 (ebrowse-set-member-buffer-column-width)
12239 (ebrowse-select-1st-to-9nth):
12240 * progmodes/etags.el (etags-snarf-tag):
12241 * progmodes/flymake.el (flymake-parse-line):
12242 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
12243 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
12244 (idlwave-shell-menu-def):
12245 * progmodes/ps-mode.el (ps-run-goto-error):
12246 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
12247 (vhdl-speedbar-contract-level):
12248 * term/mac-win.el (x-handle-numeric-switch):
12249 * term/sun-mouse.el (sun-get-frame-data):
12250 * term/w32-win.el (x-handle-numeric-switch):
12251 * term/x-win.el (x-handle-numeric-switch):
12252 * textmodes/ispell.el (ispell-parse-output):
12253 * textmodes/nroff-mode.el (nroff-outline-level):
12254 * textmodes/reftex-cite.el (reftex-bib-sort-year)
12255 (reftex-bib-sort-year-reverse, reftex-format-citation):
12256 * textmodes/reftex-parse.el (reftex-init-section-numbers)
12257 (reftex-section-number):
12258 * textmodes/texinfmt.el (texinfo-paragraphindent):
12259 Replace `string-to-int' by `string-to-number'.
12260
12261 * international/latexenc.el: Add page marker to force the "Local
12262 Variables:" string out of the last page.
12263
12264 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
12265
12266 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
12267 tooltip-change-major-mode.
12268 (gud-tooltip-print-command): Remove case where gud-minor-mode
12269 is gdb ("--fullname").
12270 (gud-tooltip-tips): Turn GUD tooltips off for this case and
12271 explain to user.
12272
12273 2005-05-16 Jay Belanger <belanger@truman.edu>
12274
12275 * calc/calc-store.el (calc-copy-special-constant): New function.
12276
12277 * calc/calc-ext.el (calc-init-extensions): Add binding for
12278 `calc-copy-special-constant'.
12279
12280 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
12281 for the `calc-copy-special-constant' command.
12282
12283 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
12284
12285 * subr.el (left-fringe-p): New function.
12286
12287 * progmodes/compile.el (compilation-setup): Set local value of
12288 overlay-arrow-string to "" always.
12289 (compilation-set-window): Left fringe then don't scroll.
12290 No left fringe then no arrow and scroll message to top.
12291 (compilation-context-lines): Adjust doc string accordingly.
12292
12293 2005-05-16 Kim F. Storm <storm@cua.dk>
12294
12295 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
12296 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
12297 (ido-wide-find-dir-or-delete-dir): New command for M-d.
12298 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
12299 (ido-read-file-name): Handle commands with ido property value
12300 equal to find-file as reading a file name, to allow C-d to enter dired.
12301 (ibuffer-find-file): Add ido property with value find-file.
12302
12303 2005-05-15 Kim F. Storm <storm@cua.dk>
12304
12305 * subr.el (open-network-stream-nowait): Remove.
12306 (open-network-stream-server): Remove.
12307
12308 2005-05-15 Richard M. Stallman <rms@gnu.org>
12309
12310 * faces.el (describe-face): Output a definition link button.
12311
12312 * help-mode.el (help-face-def): New button type.
12313
12314 * emacs-lisp/copyright.el (copyright-fix-years):
12315 Match properly if the first year is 2-digit.
12316 Don't mess up the whitespace after the years by filling.
12317
12318 * dired-aux.el (dired-mark-confirm):
12319 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
12320
12321 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
12322 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
12323 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
12324
12325 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
12326 Set font-lock-comment-start-skip.
12327
12328 * font-lock.el (font-lock-comment-start-skip): New variable.
12329 (font-lock-comment-end-skip): New variable.
12330 (font-lock-fontify-syntactically-region): Use them if non-nil.
12331
12332 2005-05-15 Jay Belanger <belanger@truman.edu>
12333
12334 * calc/calc-store.el (calc-store-value): Return a string rather
12335 than display it as a message.
12336 Use calc-var-name for variable name.
12337 (calc-store-into): Add the result of calc-store-value to message.
12338 (calc-copy-variable): Add a message.
12339 (calc-store-exchange): Improve error messages.
12340 (calc-store-binary, calc-store-map): Don't reset the values of
12341 special constants.
12342
12343 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
12344
12345 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
12346 manual to docstring.
12347
12348 * files.el (hack-local-variables-confirm): Add STRING argument.
12349 Make the function handle non file visiting buffers correctly.
12350 (hack-local-variables-prop-line, hack-local-variables)
12351 (hack-one-local-variable): Use STRING arg of
12352 `hack-local-variables-confirm'.
12353
12354 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
12355
12356 Sync with Tramp 2.0.49.
12357
12358 * net/tramp.el (tramp-handle-dired-call-process)
12359 (tramp-handle-insert-directory):`insert-buffer' cannot be used
12360 because the contents of the Tramp buffer is changed before
12361 insertion (`expand-file' and alike).
12362 (tramp-handle-insert-directory): If `localname' has an empty
12363 nondirectory name, it must not be quoted.
12364 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
12365 variable `tramp-chunksize'. Change callees.
12366 (tramp-open-connection-setup-interactive-shell): Check remote host
12367 for buggy `send-process-string' implementation.
12368 Set `tramp-chunksize' if found. Reported by Michael Kifer
12369 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
12370 (tramp-handle-shell-command): `insert-buffer' cannot be used
12371 because the contents of the Tramp buffer is changed before
12372 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
12373 <frederic.bothamy@free.fr>.
12374 (tramp-set-auto-save): Actions should be done for Tramp file name
12375 handler only. Ange-FTP has its own auto-save mechanism.
12376 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
12377 (tramp-set-auto-save-file-modes): Set file modes of
12378 `buffer-auto-save-file-name' to ?\600 as fallback solution.
12379 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
12380 (tramp-bug): Remove obsolete variable.
12381 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
12382 for presence of `mml-mode'. Make it running for older Emacsen as well.
12383
12384 2005-05-14 John Paul Wallington <jpw@pobox.com>
12385
12386 * ibuf-ext.el (define-ibuffer-filter filename):
12387 If `dired-directory' is a list, use its car.
12388
12389 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
12390
12391 * ibuffer.el (define-ibuffer-column filename):
12392 If `dired-directory' is a list, use its car.
12393
12394 2005-05-14 Richard M. Stallman <rms@gnu.org>
12395
12396 * subr.el (symbol-file): Doc fix.
12397
12398 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
12399 (byte-compile-form): Call byte-compile-nogroup-warn.
12400 (byte-compile-warning-types): Doc fix.
12401
12402 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
12403
12404 * progmodes/cc-engine.el (c-literal-faces):
12405 Add font-lock-comment-delimiter-face.
12406
12407 * net/net-utils.el (dig): Use with-no-warnings.
12408
12409 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
12410 (sc-recite-frame-alist, sc-default-cite-frame)
12411 (sc-default-uncite-frame, sc-default-recite-frame)
12412 (sc-attrib-selection-list, sc-rewrite-header-list):
12413 Mark as risky-local-variable.
12414
12415 * international/ogonek.el (ogonek-jak, ogonek-how):
12416 Don't use beginning-of-buffer.
12417
12418 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
12419
12420 * calendar/solar.el (solar-data-list): Move definition up.
12421
12422 * dnd.el (dnd-protocol-alist): Add autoload.
12423
12424 * progmodes/sh-script.el: Many doc usage fixes.
12425 (sh-indent-after-do): Change default to match common styles.
12426
12427 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
12428
12429 * files.el (interpreter-mode-alist)
12430 (auto-mode-interpreter-regexp): Doc fixes.
12431
12432 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
12433
12434 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
12435
12436 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
12437
12438 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12439
12440 * dired.el (dired-mode): make-variable-buffer-local =>
12441 make-local-variable.
12442
12443 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12444
12445 * term/mac-win.el (mac-select-convert-to-string): Try coding
12446 systems in mac-script-code-coding-systems if specified one cannot
12447 encode string for `com.apple.traditional-mac-plain-text'.
12448
12449 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
12450
12451 * progmodes/make-mode.el (makefile-targets-face)
12452 (makefile-shell-face, makefile-makepp-perl-face): New faces.
12453 (makefile-dependency-regex): Fix it to not make the colon in
12454 $(var:a=b) special.
12455 (makefile-rule-action-regex): New regexp for highlighting embedded
12456 Shell strings.
12457 (makefile-macroassign-regex): Handle != for highlighting as
12458 embedded Shell strings.
12459 (makefile-var-use-regex): New const.
12460 (makefile-statements, makefile-automake-statements)
12461 (makefile-gmake-statements, makefile-makepp-statements)
12462 (makefile-bsdmake-statements): New consts.
12463 (makefile-make-font-lock-keywords): New function.
12464 (makefile-automake-font-lock-keywords)
12465 (makefile-gmake-font-lock-keywords)
12466 (makefile-makepp-font-lock-keywords)
12467 (makefile-bsdmake-font-lock-keywords): New consts.
12468 (makefile-mode-map): Add switchers between the various submodes.
12469 (makefile-mode): Document the availability of the variants.
12470 (makefile-automake-mode, makefile-gmake-mode)
12471 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
12472
12473 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
12474 new variants of makefile-mode.
12475
12476 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
12477
12478 * font-lock.el (font-lock-comment-delimiter-face): Fix up
12479 the inheritance.
12480
12481 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
12482
12483 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
12484 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
12485
12486 * files.el (normal-mode): Extend the scope of the
12487 `enable-local-variables' binding to include the `set-auto-mode' call.
12488 (magic-mode-alist): Doc fix.
12489
12490 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
12491
12492 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
12493 font-lock-comment-face rather than copying its setting.
12494
12495 2005-05-12 Andreas Schwab <schwab@suse.de>
12496
12497 * eshell/esh-mode.el (eshell-send-input): Doc fix.
12498
12499 2005-05-12 Lute Kamstra <lute@gnu.org>
12500
12501 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
12502 defcustom for the mode hook variable. Delete the last argument.
12503 * generic-x.el: Fix callers of define-generic-mode.
12504 (generic-x-modes): Delete group.
12505 (show-tabs-tab-face, show-tabs-space-face): Put them in the
12506 generic-x customization group.
12507
12508 2005-05-12 Kim F. Storm <storm@cua.dk>
12509
12510 * font-lock.el (font-lock-negation-char-face): Default to "off".
12511
12512 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
12513 font-lock-negation-char-face to ! in !=.
12514
12515 2005-05-12 Masatake YAMATO <jet@gyve.org>
12516
12517 * add-log.el (find-change-log): Fix typos in the docstring
12518 of function.
12519
12520 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
12521
12522 * international/latexenc.el (latexenc-find-file-coding-system):
12523 Avoid `re-search-forward' when looking for input encoding because
12524 of speed and safety. Better regular expressions for recognizing
12525 input encoding. Limit a search for TeX-master/tex-main-file to
12526 the local variable section.
12527
12528 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
12529
12530 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
12531 syntax of $ to "'" (quote).
12532
12533 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
12534
12535 * dnd.el (dnd-protocol-alist): Improve custom type.
12536
12537 * dired.el (dired-dnd-protocol-alist): New variable.
12538 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
12539 `dired-mode-hook' to the end.
12540
12541 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
12542
12543 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
12544 comment-end if comment-start-skip is not set.
12545 Obey the font-lock-comment-delimiter-face variables.
12546
12547 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
12548
12549 * files.el (executable-find): Move from executable.el. Use
12550 locate-file.
12551 * progmodes/executable.el (executable-find): Move to files.el.
12552
12553 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
12554 when trying to ensure forward progress.
12555
12556 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
12557
12558 * mouse-sel.el (mouse-sel-follow-link-p): New function.
12559 (mouse-select, mouse-select-internal, mouse-extend-internal):
12560 Use it to implement mouse-1-click-follows-link functionality.
12561
12562 2005-05-11 Richard M. Stallman <rms@gnu.org>
12563
12564 * font-lock.el (font-lock-fontify-syntactically-region):
12565 Use font-lock-comment-delimiter-face for comment delimiters.
12566
12567 2005-05-10 Jay Belanger <belanger@truman.edu>
12568
12569 * calc/calc-help.el (calc-m-prefix-help): Add mention of
12570 preserving embedded modes.
12571
12572 2005-05-10 Richard M. Stallman <rms@gnu.org>
12573
12574 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
12575
12576 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
12577 Move from ada-stmt.el.
12578 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
12579
12580 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
12581 Move to ada-mode.el.
12582 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
12583
12584 * cus-edit.el (custom-file): Call file-chase-links.
12585
12586 * files.el (read-directory-name): Fix previous change.
12587 (hack-local-variables-confirm): New function.
12588 (hack-local-variables-prop-line, hack-local-variables)
12589 (hack-one-local-variable): Use it.
12590
12591 2005-05-10 Lute Kamstra <lute@gnu.org>
12592
12593 * font-lock.el (font-lock-keywords-alist)
12594 (font-lock-removed-keywords-alist): Clarify docstrings.
12595
12596 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
12597
12598 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
12599 (gdb-source-info): Check for preprocessor info.
12600 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
12601 a macro for a function.
12602 (gdb-info-breakpoints-custom): Try to find file again if not already
12603 found (user might have used GDB dir command).
12604 (gdb-get-location): Update gdb-location-alist correctly for change
12605 to gdb-info-breakpoints-custom.
12606
12607 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
12608 (gud-tooltip-print-command): Add gdbmi case.
12609 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
12610 preprocessor info.
12611
12612 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
12613
12614 * startup.el (fancy-splash-insert): Fix typo in doc string.
12615
12616 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
12617
12618 * obsolete/float.el (string-to-float):
12619 * obsolete/hilit19.el (hilit-add-pattern):
12620 * obsolete/rnews.el (news-parse-range, news-select-message)
12621 (news-get-pruned-list-of-files): Replace `string-to-int' by
12622 `string-to-number'.
12623
12624 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
12625 `find-file-not-found-hooks'; use `add-hook'.
12626 (uncompress-while-visiting): Set `write-file-functions', not
12627 `write-file-hooks'; use `add-hook'.
12628
12629 2005-05-09 Kim F. Storm <storm@cua.dk>
12630
12631 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
12632 (cua-paste): Handle clipboard action.
12633 (cua--init-keymaps): Remap clipboard-kill-region and
12634 clipboard-kill-ring-save.
12635
12636 2005-05-08 Eli Zaretskii <eliz@gnu.org>
12637
12638 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
12639 Improve commentary.
12640
12641 * simple.el (next-error-overlay-arrow-position): Revert the change
12642 made on 2005-04-30.
12643
12644 2005-05-07 Jay Belanger <belanger@truman.edu>
12645
12646 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
12647 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
12648 `calc-sel-reselect'.
12649
12650 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
12651 Calc is in embedded mode.
12652
12653 2005-05-07 Eli Zaretskii <eliz@gnu.org>
12654
12655 * progmodes/compile.el (compilation-setup):
12656 Set overlay-arrow-string to an empty string on text terminals.
12657
12658 * textmodes/ispell.el (ispell-program-name): Try looking for
12659 "aspell" along exec-path, and if found, use it as the default
12660 speller program.
12661
12662 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
12663
12664 * international/mule.el (sgml-xml-auto-coding-function):
12665 Recognize encoding='FOO' in single quotes as well as in double quotes.
12666
12667 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
12668
12669 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
12670 as well as `interactive', so that defmacro* would recognize
12671 `declare' forms.
12672
12673 2005-05-07 Eli Zaretskii <eliz@gnu.org>
12674
12675 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
12676 Explain more about the LIGHTER arg's usage in the doc string.
12677 Add commentary to clarify what the code does. Fix the regexp that
12678 strips whitespace from LIGHTER. Quote LIGHTER before using it,
12679 since it could have characters special to regular expressions.
12680
12681 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
12682
12683 * replace.el (occur-1): Bind inhibit-read-only so that
12684 erase-buffer doesn't barf on read-only text properties (likewise
12685 for add-text-properties in occur-engine). Mark buffer as unmodified.
12686 (occur-engine): Don't set buffer-read-only here.
12687
12688 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
12689
12690 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
12691 list-buffers-directory. This caused the *cvs-commit* buffer to be
12692 sometimes mistakenly reused as a *cvs* buffer.
12693
12694 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
12695
12696 * tooltip.el: Move code for GUD tooltips into gud.el.
12697 (require): CL no longer needed to compile case.
12698 (tooltip-mode): Do not toggle functions for GUD tooltips.
12699 (tooltip-gud-tips-p): Remove. Replace with minor mode
12700 gud-tooltip-mode in gud.el.
12701 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
12702 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
12703 tooltip-gud prefix with gud-tooltip and obsolete.
12704 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
12705 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
12706 (tooltip-mouse-motion): Mouse movement functions/variable.
12707 Rename in gud.el by adding gud prefix.
12708 (tooltip-gud-original-filter, tooltip-gud-dereference)
12709 (tooltip-gud-event, tooltip-toggle-gud-tips)
12710 (tooltip-gud-process-output, tooltip-gud-print-command)
12711 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
12712 gud.el by replacing tooltip-gud prefix with gud-tooltip.
12713 (gdb-tooltip-print): Move to gdb-ui.el.
12714
12715 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
12716 (require): CL needed to compile case.
12717 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
12718 tooltip-gud-tips-p. Make it a minor-mode.
12719 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
12720 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
12721 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
12722 (gud-tooltip-change-major-mode)
12723 (gud-tooltip-activate-mouse-motions-if-enabled)
12724 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
12725 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
12726 (gud-tooltip-original-filter, gud-tooltip-dereference)
12727 (gud-tooltip-event, tooltip-toggle-gud-tips)
12728 (gud-tooltip-process-output, gud-tooltip-print-command)
12729 (gud-tooltip-tips): Move from tooltip.el.
12730
12731 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
12732 (gdb-cpp-define-alist-flags): Doc fix.
12733 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
12734 gud-tooltip-mode is t.
12735
12736 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
12737
12738 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
12739 evaporate if their text is deleted.
12740 (goto-address-at-point): Make it work as a mouse binding as well.
12741 (goto-address-at-mouse): Obsolete it. Update users.
12742
12743 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
12744
12745 * calendar/appt.el (top-level): No longer activate on load.
12746
12747 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
12748
12749 * calendar/cal-bahai.el (mark-bahai-diary-entries):
12750 * net/webjump.el (webjump):
12751 * progmodes/idlw-help.el (idlwave-do-context-help1)
12752 (idlwave-highlight-linked-completions):
12753 * textmodes/po.el (po-find-file-coding-system-guts):
12754 Replace `assoc-ignore-case' by `assoc-string'.
12755
12756 2005-05-06 Eli Zaretskii <eliz@gnu.org>
12757
12758 * files.el (locate-file): Doc fix.
12759
12760 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
12761 Remove the redundant test for ms-dos.
12762
12763 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
12764 look for the preprocessor with exec-suffixes. If not found in
12765 standard places, look in exec-path. Remove most of the tests that
12766 used system-type.
12767
12768 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
12769
12770 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
12771
12772 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
12773 file-name clash with jka-compr.el on 8+3 filesystems.
12774
12775 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12776
12777 * term/mac-win.el: Don't define or bind scroll bar functions if
12778 x-toolkit-scroll-bars is t.
12779 (x-select-text, x-get-selection-value): Clear
12780 x-last-selected-text-clipboard if x-select-enable-clipboard is
12781 nil.
12782 (PRIMARY): Put mac-scrap-name property.
12783 (mac-select-convert-to-file-url): New function.
12784 (public.file-url): New selection target type. Add to
12785 selection-converter-alist.
12786 (x-get-selection, x-selection-value): Handle it.
12787 (x-cut-buffer-or-selection-value): New alias.
12788
12789 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12790
12791 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
12792 entry to avoid calling bibtex-find-entry with arg global
12793 being t. Remove arg key.
12794 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
12795 (bibtex-copy-summary-as-kill): Change accordingly.
12796
12797 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
12798
12799 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
12800 (org-agenda-date-later): Use with-current-buffer.
12801
12802 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
12803
12804 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
12805 (define-obsolete-variable-alias): Doc Fixes.
12806
12807 2005-05-06 Kim F. Storm <storm@cua.dk>
12808
12809 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
12810 vertical-motion when selective-display is active.
12811
12812 * ido.el (ido-setup-hook): New hook.
12813 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
12814 (ido-input-stack): New var.
12815 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
12816 ido-next-work-file binding to M-O.
12817 Bind M-f to ido-wide-find-file-or-pop-dir.
12818 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
12819 (ido-read-internal): Run ido-setup-hook.
12820 Catch quit in read-file-name and read-string to cancel edit.
12821 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
12822 Automatically pop-all when completing a directory name (RET).
12823 (ido-file-internal): Add with-no-warnings around ffap and dired code.
12824 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
12825 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
12826 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
12827 New functions for M-b/M-f to move among the directory components.
12828 (ido-make-merged-file-list): Catch quit to cancel merge.
12829 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
12830 (ido-completion-help): No warnings for ido-completion-buffer-full.
12831
12832 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
12833
12834 * font-lock.el (font-lock-negation-char-face): New face and variable.
12835 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
12836 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
12837 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
12838 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
12839
12840 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
12841
12842 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
12843 Fix typo in docstring.
12844
12845 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
12846 (ebrowse-print-statistics-line)
12847 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
12848
12849 * term/w32-win.el (image-library-alist): Add additional name for
12850 Xpm library.
12851
12852 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
12853
12854 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
12855 use gcc instead of cpp.
12856
12857 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
12858 (gdb-create-define-alist): Use it.
12859 (gdb-cpp-define-alist-program): Update for MS-DOS.
12860
12861 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
12862
12863 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
12864
12865 2005-05-04 Richard M. Stallman <rms@gnu.org>
12866
12867 * help.el (describe-key): No error when UNTRANSLATED is nil.
12868
12869 * simple.el (line-move-1): Fix previous change to signal errors
12870 appropriately.
12871
12872 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
12873
12874 * calendar/icalendar.el (icalendar-version): Now at 0.12.
12875 (icalendar-duration-correction): Remove.
12876 (icalendar--get-event-properties): Split result at commas.
12877 (icalendar--decode-isoduration): New optional argument
12878 DURATION-CORRECTION.
12879 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
12880 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
12881 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
12882 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
12883 (icalendar--convert-anniversary-to-ical): New functions, extracted
12884 from icalendar-export-region, with bug fixes.
12885 (icalendar-export-region): Use the above functions.
12886 (icalendar-import-buffer): Check before saving diary file.
12887 (icalendar--convert-recurring-to-diary)
12888 (icalendar--convert-non-recurring-all-day-to-diary)
12889 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
12890 extracted from icalendar--convert-ical-to-diary, with bug fixes.
12891 (icalendar--convert-ical-to-diary): Use the above functions.
12892
12893 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
12894
12895 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
12896 Remove these recent additions.
12897 (c-mode): Restore to before 2005-04-28.
12898
12899 * progmodes/cc-vars.el (cc-define-list-program): Remove this
12900 recent addition.
12901
12902 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
12903 (gdb-define-alist): New variables.
12904 (gdb-create-define-alist): New function.
12905 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
12906 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
12907 with string-to-number.
12908 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
12909
12910 * progmodes/gud.el: Replace string-to-int with string-to-number.
12911 (gud-find-file): Handle gdb-define-alist.
12912
12913 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
12914
12915 2005-05-02 Jay Belanger <belanger@truman.edu>
12916
12917 * calc/calc-aent.el (math-read-token):
12918 * calc/calc-bin.el (calc-word-size):
12919 * calc/calc-ext.el (calc-read-number-fancy):
12920 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
12921 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
12922 * calc/calc-frac.el (calc-over-notation):
12923 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
12924 (calc-graph-num-points, calc-graph-init):
12925 * calc/calc-prog.el (calc-read-parse-table-part)
12926 (calc-edit-macro-repeats):
12927 * calc/calc-yank.el (calc-do-grab-rectangle):
12928 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
12929 Replace `string-to-int' by `string-to-number'.
12930
12931 2005-05-02 Kim F. Storm <storm@cua.dk>
12932
12933 * kmacro.el: Use executing-kbd-macro-index variable.
12934
12935 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
12936
12937 * net/rlogin.el (rlogin-parse-words): Delete func.
12938 (rlogin): Use split-string, not rlogin-parse-words.
12939 Also, if there are option-like elements in the parsed args,
12940 take the host to be the first arg immediately following them.
12941 Suggested by Michael Mauger.
12942
12943 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
12944
12945 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
12946
12947 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
12948
12949 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
12950 (cc-mode-cpp-program): Rename to cc-define-list-program and
12951 move to cc-vars.el.
12952
12953 * progmodes/cc-vars.el (cc-define-list-program):
12954 Change to "gcc -E -dM -". Make customizable.
12955
12956 2005-05-02 Kim F. Storm <storm@cua.dk>
12957
12958 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
12959
12960 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
12961
12962 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
12963
12964 * international/mule-util.el (truncate-string): Remove alias and
12965 obsolete declaration.
12966
12967 * international/mule-cmds.el (update-iso-coding-systems):
12968 Remove alias and obsolete declaration.
12969
12970 * international/mule.el (coding-system-parent): Remove alias and
12971 obsolete declaration.
12972
12973 * subr.el (define-function, sref): Remove aliases and obsolete
12974 declarations.
12975 (chars-in-region): Remove obsolete declaration.
12976
12977 2005-05-01 Richard M. Stallman <rms@gnu.org>
12978
12979 * info.el (Info-mode): Set widen-automatically to nil, locally.
12980
12981 * simple.el (widen-automatically): New variable.
12982 (pop-global-mark): Obey widen-automatically.
12983
12984 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
12985
12986 * term/xterm.el (function-key-map): Call substitute-key-definition
12987 before the keymap size is increased by a lot of define-key calls.
12988
12989 2005-05-01 Richard M. Stallman <rms@gnu.org>
12990
12991 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
12992 Rename ARG to ELEMENT. Doc fix.
12993
12994 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
12995
12996 * allout.el (allout-exposure): Remove macro and obsolete declaration.
12997 Remove references to allout-exposure/change to allout-new-exposure.
12998
12999 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
13000 bytecode symbols.
13001
13002 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
13003 (compiled-function-p, focus-frame, unfocus-frame):
13004 Remove aliases and obsolete declarations.
13005 Back out inadvertent changes from previous commit.
13006
13007 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
13008
13009 * files.el (require-final-newline): Make Custom tags consistent
13010 with mode-require-final-newline.
13011 (mode-require-final-newline): Doc fix.
13012
13013 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
13014
13015 * international/latexenc.el (latexenc-find-file-coding-system):
13016 Fix regular expressions.
13017
13018 2005-05-01 David Kastrup <dak@gnu.org>
13019
13020 * international/latexenc.el (latexenc-find-file-coding-system):
13021 Fix regular expressions.
13022
13023 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
13024
13025 * subr.el (string-to-int): Make obsolete.
13026
13027 2005-04-30 Richard M. Stallman <rms@gnu.org>
13028
13029 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
13030
13031 * loadup.el: load jka-comp-hook.
13032
13033 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
13034 (jka-compr-handler): Add autoload. `put' calls moved
13035 to jka-comp-hook.el.
13036 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
13037 (jka-compr-inhibit): Autoload.
13038
13039 * jka-comp-hook.el: New file.
13040 Enable the mode by default.
13041
13042 * files.el (backup-buffer-copy): Use copy-file instead
13043 of write-region, and put back the 'excl.
13044
13045 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
13046
13047 * progmodes/flymake.el (flymake-split-string)
13048 (flymake-split-string, flymake-log, flymake-pid-to-names)
13049 (flymake-reg-names, flymake-get-source-buffer-name)
13050 (flymake-unreg-names, flymake-add-line-err-info)
13051 (flymake-add-err-info): Clarify docstrings.
13052 (flymake-popup-menu, flymake-make-emacs-menu)
13053 (flymake-make-xemacs-menu): Add docstrings.
13054 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
13055 Set variables directly throughout.
13056
13057 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
13058
13059 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
13060 exists. Initialize cc-define-alist.
13061 (c-mode): Add cc-create-define-alist locally to after-save-hook.
13062 If there is no file (Macroexpansion) don't create an alist.
13063
13064 2005-04-29 Sam Steingold <sds@gnu.org>
13065
13066 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
13067 (cc-create-define-alist): Use it instead of the hard-coded string.
13068
13069 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
13070
13071 * international/mule-conf.el (file-coding-system-alist): Fix regexp
13072 for latexenc.
13073
13074 2005-04-29 Lute Kamstra <lute@gnu.org>
13075
13076 * emacs-lisp/generic.el: Improve commentary section.
13077 (define-generic-mode): Improve docstring.
13078
13079 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
13080
13081 * textmodes/org.el (many places): Change to quiet the byte compiler.
13082 (org-prefix-format-compiled): New variable.
13083 (org-compile-prefix-format): New function.
13084 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
13085 (org-agenda-prefix-format,org-timeline-prefix-format): New options.
13086 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
13087 (org-get-entries-from-diary): Use `org-get-time-of-day' for
13088 consistency with entries from `org-mode' files.
13089 (org-get-time-of-day): Fix bug with partial matches early in a line.
13090 (org-non-link-chars): New constant.
13091 (org-link-regexp): Respect `org-non-link-chars'.
13092 (org-agenda-day-view): Remove command.
13093 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
13094 (org-follow-bbdb-link, org-store-link): Search also company field.
13095 (org-highlight-overlay): New variable.
13096 (org-highlight, org-unhighlight): New functions.
13097 (org-agenda-mode): Add pre-command-hook to remove highlight.
13098 (org-evaluate-time-range): Behavior depends upon whether time stamp
13099 contains a time or not.
13100 (org-show-subtree, org-show-entry): New functions.
13101 (org-agenda-cleanup-fancy-diary): Remove empty lines.
13102
13103 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
13104
13105 * comint.el (comint-output-filter-functions): Add autoload cookie.
13106
13107 2005-04-28 Kim F. Storm <storm@cua.dk>
13108
13109 * ido.el (ido-everywhere): Fix last change.
13110
13111 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
13112
13113 * international/latexenc.el: New file.
13114 * international/mule-conf.el (file-coding-system-alist): For .tex,
13115 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
13116
13117 2005-04-28 Lute Kamstra <lute@gnu.org>
13118
13119 * font-lock.el (font-lock-add-keywords)
13120 (font-lock-remove-keywords): Clarify docstring.
13121 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
13122 Don't start docstrings with a `*'.
13123 (font-lock-update-removed-keyword-alist): Give it a docstring.
13124
13125 * generic-x.el: Update commentary section.
13126 Only require font-lock when compiling.
13127 Define all modes conditionally.
13128 Place all generic modes in the generic-x-modes customization group.
13129 (generic-x-modes): New customization group.
13130 (generic-default-modes, generic-mswindows-modes)
13131 (generic-unix-modes, generic-other-modes): New constants.
13132 (generic-define-mswindows-modes, generic-define-unix-modes):
13133 Update docstrings. Make them obsolete.
13134 (generic-extras-enable-list): New default value. Update docstring.
13135 Improve :type. Change :set function.
13136 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
13137 Fix docstring.
13138
13139 * emacs-lisp/generic.el (generic-mode-internal):
13140 Simplify font-lock-defaults.
13141 (define-generic-mode): Fix docstring.
13142
13143 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
13144
13145 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
13146 font-lock-face property to highlight matches.
13147
13148 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
13149
13150 * progmodes/cc-mode.el (cc-create-define-alist): New function.
13151 (cc-define-alist): New variable.
13152 (c-mode): Make it local and initialize it.
13153
13154 * progmodes/gdb-ui.el (gdb-active-process): New variable.
13155 (gdb-exited): New function.
13156 (gdb-annotation-rules): Use it.
13157 (gdb-starting): Set gdb-active-process to t.
13158 (gdb-stopping): Amend doc string.
13159 (gdb-reset): Set gdb-active-process to nil.
13160
13161 * tooltip.el (tooltip-gud-tips): Show the associated #define
13162 directives when a C program under GDB is not executing.
13163
13164 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
13165
13166 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
13167 font-lock-fontify-syntactic-keywords.
13168
13169 * font-lock.el (font-lock-default-fontify-region): Don't force
13170 parse-sexp-lookup-properties to nil.
13171
13172 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
13173
13174 * man.el (man-mode-syntax-table): Set up `:' to have
13175 word-constituent syntax.
13176
13177 2005-04-27 Lute Kamstra <lute@gnu.org>
13178
13179 * novice.el (disable-command): Don't add spurious newlines to the
13180 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
13181
13182 2005-04-26 Jay Belanger <belanger@truman.edu>
13183
13184 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
13185 than one window before deleting window.
13186
13187 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
13188
13189 * shell.el (shell-prompt-pattern): Doc fix.
13190 (shell-mode): Set paragraph-separate buffer locally to "\\'".
13191
13192 * comint.el (comint-prompt-regexp, comint-get-old-input)
13193 (comint-use-prompt-regexp)
13194 (comint-use-prompt-regexp-instead-of-fields)
13195 (comint-replace-by-expanded-history, comint-send-input)
13196 (comint-output-filter, comint-get-old-input-default)
13197 (comint-line-beginning-position, comint-bol, comint-show-output)
13198 (comint-backward-matching-input, comint-forward-matching-input)
13199 (comint-next-prompt, comint-previous-prompt):
13200 Rename `comint-use-prompt-regexp-instead-of-fields' to
13201 `comint-use-prompt-regexp'. Keep old name as alias and declare
13202 obsolete.
13203 (comint-use-prompt-regexp): Shorten first line of doc string.
13204
13205 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
13206 Set paragraph-separate buffer locally to "\\'".
13207
13208 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
13209 Adapt to above name change.
13210
13211 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
13212 (smbclient-prompt-regexp): Ditto.
13213
13214 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
13215
13216 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
13217
13218 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
13219 gdb-location-list.
13220 Break lines that are over 80 characters wide.
13221
13222 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
13223
13224 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
13225 New fun and var, to preserve compatibility.
13226
13227 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
13228
13229 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
13230
13231 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
13232 name to file-newer-than-file-p.
13233
13234 2005-04-26 Richard M. Stallman <rms@gnu.org>
13235
13236 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
13237
13238 * progmodes/python.el (python-mode):
13239 Use new name eldoc-documentation-function.
13240
13241 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
13242
13243 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
13244 (eldoc-documentation-function):
13245 Rename from eldoc-print-current-symbol-info-function. Calls changed.
13246
13247 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
13248
13249 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
13250
13251 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
13252
13253 * term/xterm.el (function-key-map): Fix strings for
13254 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
13255 {C,S,A,C-S}-{f1-f12}.
13256
13257 2005-04-26 Kenichi Handa <handa@m17n.org>
13258
13259 * international/mule-cmds.el (select-safe-coding-system):
13260 Fix previous change.
13261
13262 2005-04-26 Lute Kamstra <lute@gnu.org>
13263
13264 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
13265
13266 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
13267 (font-lock-comment-delimiter-face): Ditto.
13268
13269 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
13270
13271 2005-04-25 Jay Belanger <belanger@truman.edu>
13272
13273 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
13274 to t while inserting information; use help-mode.
13275
13276 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
13277
13278 * term.el (ansi-term-color-vector): Use the xterm colors.
13279 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
13280
13281 2005-04-25 Lute Kamstra <lute@gnu.org>
13282
13283 * font-core.el (font-lock-defaults): Fix docstring.
13284
13285 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
13286
13287 2005-04-25 Kenichi Handa <handa@m17n.org>
13288
13289 * international/mule-cmds.el (select-safe-coding-system):
13290 Don't check consistency with coding: spec, etc if raw-text or
13291 no-conversion was found to be safe.
13292
13293 2005-04-24 Richard M. Stallman <rms@gnu.org>
13294
13295 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
13296 citation markers at start of each line.
13297
13298 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
13299 citation markers at start of each line.
13300
13301 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
13302
13303 * files.el (mode-require-final-newline): Fix previous change.
13304 (require-final-newline): Fix type label.
13305
13306 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
13307
13308 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
13309 statement in buffer (broken by 2004-11-24 change).
13310
13311 2005-04-24 Kim F. Storm <storm@cua.dk>
13312
13313 * ido.el (ido-everywhere): Save and restore old read-buffer-function
13314 and read-file-name-function values. Don't overwrite existing
13315 non-nil values if ido-mode is enabled without ido-everywhere.
13316
13317 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
13318
13319 * files.el (mode-require-final-newline): Minor doc fix.
13320
13321 2005-04-24 Eli Zaretskii <eliz@gnu.org>
13322
13323 * subr.el (syntax-after): Doc fix.
13324 (syntax-class): If argument is nil, return nil. Mask off upper 16
13325 bits, not 8 bits.
13326
13327 * files.el (mode-require-final-newline): Doc fix.
13328 (backup-buffer-copy): Fix last change.
13329
13330 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13331
13332 * term/mac-win.el: Require select. Set selection-coding-system to
13333 mac-system-coding-system. Call menu-bar-enable-clipboard.
13334 (x-last-selected-text-clipboard, x-last-selected-text-primary)
13335 (x-select-enable-clipboard): New variables.
13336 (x-select-text, x-get-selection, x-selection-value)
13337 (x-get-selection-value, mac-select-convert-to-string)
13338 (mac-services-open-file, mac-services-open-selection)
13339 (mac-services-insert-text): New functions.
13340 (CLIPBOARD, FIND): Put mac-scrap-name property.
13341 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
13342 (public.tiff): Put mac-ostype property.
13343 (selection-converter-alist): Add entries for them.
13344 (mac-application-menu-map): New keymap.
13345 (interprogram-cut-function, interprogram-paste-function): Set to
13346 x-select-text and x-get-selection-value, respectively.
13347 (split-window-keep-point): Set to t.
13348
13349 2005-04-23 Richard M. Stallman <rms@gnu.org>
13350
13351 * files.el (read-directory-name): Always pass non-nil
13352 DEFAULT-FILENAME arg to read-file-name.
13353 (backup-buffer-copy, basic-save-buffer-2): Take care against
13354 writing thru an unexpected existing symlink.
13355 (revert-buffer): In indirect buffer, revert the base buffer.
13356 (magic-mode-alist): Doc fix.
13357 (buffer-stale-function): Doc fix.
13358 (minibuffer-with-setup-hook): Avoid warning.
13359 (mode-require-final-newline): Doc and custom fix.
13360
13361 * follow.el (follow-end-of-buffer): Use with-no-warnings.
13362
13363 * font-lock.el (font-lock-comment-face): On terminals with few colors,
13364 use the default appearance.
13365 (font-lock-comment-delimiter-face): New face, new variable.
13366
13367 * imenu.el (imenu--generic-function): The official position of a
13368 definition is the start of the line that BEG is in.
13369
13370 * midnight.el (midnight-timer): Move defvar up.
13371
13372 * mouse.el (mouse-drag-region-1): Delete some debugging code.
13373
13374 * saveplace.el (save-place-to-alist): Use with-no-warnings.
13375
13376 * startup.el (command-line): Use with-no-warnings.
13377
13378 * window.el (window-size-fixed): New defvar.
13379
13380 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
13381
13382 * mail/rmail.el (rmail-font-lock-keywords):
13383 Use font-lock-comment-delimiter-face.
13384
13385 * mail/sendmail.el (mail-font-lock-keywords):
13386 Use font-lock-comment-delimiter-face.
13387
13388 * progmodes/compile.el (next-error-highlight-timer): New defvar.
13389
13390 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
13391
13392 * progmodes/compile.el (compilation-mode-font-lock-keywords):
13393 Specify t for LAXMATCH when matching directories.
13394 Save match data around compilation-compat-error-properties form.
13395
13396 2005-04-23 David Kastrup <dak@gnu.org>
13397
13398 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
13399 Mention that the autoloaded aliases should be kept for AUCTeX.
13400
13401 2005-04-23 Andreas Schwab <schwab@suse.de>
13402
13403 * isearch.el (isearch-forward): Doc fix.
13404
13405 2005-04-23 Eli Zaretskii <eliz@gnu.org>
13406
13407 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
13408 (jit-lock-stealth-nice): Change default value to 0.5.
13409
13410 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
13411
13412 * abbrev.el (write-abbrev-file): Write table entries in
13413 alphabetical order by table name.
13414
13415 2005-04-22 Kim F. Storm <storm@cua.dk>
13416
13417 * ido.el (ido-read-internal): Fix `list' completion.
13418
13419 2005-04-22 Kenichi Handa <handa@m17n.org>
13420
13421 * recentf.el (recentf-save-file-coding-system): New variable.
13422 (recentf-save-list): Encode the file by
13423 recentf-save-file-coding-system and add coding: tag.
13424
13425 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
13426
13427 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
13428
13429 2005-04-21 Lute Kamstra <lute@gnu.org>
13430
13431 * loadhist.el (unload-feature): Don't remove a function from hooks
13432 if it is about to be restored to an autoload . Remove functions
13433 that will become unbound from auto-mode-alist. Simplify the code.
13434
13435 * subr.el (assq-delete-all): New implementation that is linear,
13436 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
13437 (rassq-delete-all): New function.
13438
13439 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
13440 Add size-indication-mode.
13441
13442 2005-04-21 Kenichi Handa <handa@m17n.org>
13443
13444 * international/mule-cmds.el: Add autoload for widget-value in
13445 eval-when-compile.
13446
13447 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
13448
13449 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
13450 Add tooltip-mode.
13451
13452 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
13453
13454 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
13455
13456 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
13457 (inferior-lisp-filter-regexp, inferior-lisp-program)
13458 (inferior-lisp-load-command, inferior-lisp-prompt)
13459 (inferior-lisp-mode-hook, lisp-source-modes)
13460 (inferior-lisp-load-hook): defvar->defcustom.
13461 (inferior-lisp-program, inferior-lisp-prompt)
13462 (inferior-lisp-load-hook): Doc fixes.
13463 (inferior-lisp-install-letter-bindings): Small change in
13464 introductory comment.
13465
13466 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
13467
13468 * vc.el (vc-annotate-color-map): Change some colors so that text
13469 using them as foreground is readable on both white and black
13470 backgrounds.
13471
13472 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
13473
13474 * international/mule-conf.el (translation-table-for-input):
13475 Remove redundant declaration.
13476
13477 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
13478
13479 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
13480
13481 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
13482 (tooltip-toggle-gud-tips): New function.
13483
13484 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13485
13486 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
13487 right angle brackets.
13488
13489 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
13490
13491 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
13492
13493 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
13494
13495 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
13496 Remove. Update callers to use expand-file-name instead.
13497
13498 * subr.el (syntax-class): New function.
13499
13500 * simple.el (blink-matching-open): Use it.
13501
13502 * paren.el (show-paren-function): Use it to recognize parens that are
13503 also used in 2-char comment markers.
13504
13505 2005-04-19 Lute Kamstra <lute@gnu.org>
13506
13507 * loadhist.el (unload-feature): Update for new format of
13508 load-history. Simplify the code.
13509
13510 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13511
13512 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
13513 (mac-add-charset-info): New function. Initialize variable
13514 mac-charset-info-alist using it.
13515 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
13516 for translation.
13517 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
13518 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
13519 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
13520 New CCL programs.
13521
13522 2005-04-19 Kim F. Storm <storm@cua.dk>
13523
13524 * simple.el (next-buffer, prev-buffer, next-error)
13525 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
13526 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
13527
13528 * bindings.el (next-buffer, prev-buffer, next-error)
13529 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
13530 (clone-indirect-buffer-other-window): Move bindings from simple.el.
13531 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
13532 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
13533
13534 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
13535
13536 * isearch.el (isearch-edit-string): Make the search-ring available for
13537 minibuffer history commands.
13538 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
13539 the default history commands now work just as well.
13540 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
13541
13542 2005-04-18 Kim F. Storm <storm@cua.dk>
13543
13544 * emulation/cua-base.el (cua--pre-command-handler): Add more
13545 elaborate check for shift modifier on non-window systems.
13546
13547 2005-04-18 Lars Hansen <larsh@math.ku.dk>
13548
13549 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
13550
13551 2005-04-18 Kim F. Storm <storm@cua.dk>
13552
13553 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
13554 and make it optional. Don't test tooltip-gud-echo-area here.
13555 (tooltip-gud-process-output, gdb-tooltip-print):
13556 Pass tooltip-gud-echo-area to tooltip-show.
13557 (tooltip-help-tips): Remove second optional arg to tooltip-show.
13558
13559 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13560
13561 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
13562 `display-graphic-p' may not be bound yet.
13563
13564 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
13565
13566 * startup.el (command-line): No longer enable Xterm Mouse mode by
13567 default in terminals compatible with xterm.
13568
13569 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
13570
13571 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
13572
13573 * tooltip.el (tooltip-gud-echo-area): Rename from
13574 tooltip-use-echo-area.
13575 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
13576 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
13577 area independently of where help tooltips are displayed.
13578
13579 2005-04-17 David Kastrup <dak@gnu.org>
13580
13581 * cus-theme.el (custom-theme-write-variables): Quote variables
13582 where necessary.
13583
13584 2005-04-17 Richard M. Stallman <rms@gnu.org>
13585
13586 * simple.el (yank-excluded-properties): Add follow-link to value.
13587
13588 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
13589
13590 * startup.el (fancy-splash-max-time): Just 30 seconds.
13591 (fancy-splash-delay): Just 7.
13592 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
13593
13594 * loadhist.el (unload-feature): Update for new format of load-history.
13595 Simplify the code.
13596
13597 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
13598 (rmail-font-lock-keywords): Don't fontify the text of a citation.
13599
13600 * mail/sendmail.el (mail-font-lock-keywords):
13601 Don't fontify subject text.
13602 Don't fontify the text of a citation.
13603
13604 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
13605
13606 * comint.el (comint-output-filter): Run comint-output-filter-functions
13607 with point where the user had it.
13608
13609 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
13610
13611 * international/ucs-tables.el (ucs-set-table-for-input):
13612 Disable when using unify-on-decoding.
13613
13614 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
13615
13616 * emulation/cua-base.el (cua-global-mark-face): Add special case
13617 for displays supporting a high number of colors.
13618
13619 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
13620
13621 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
13622
13623 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
13624
13625 * filesets.el (filesets-add-buffer): If user supplies a name of a
13626 non-existing fileset, create a new fileset.
13627
13628 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
13629
13630 * textmodes/org.el (org-up-heading-all): Fix bug with
13631 `outline-up-heading-all'.
13632
13633 2005-04-16 Andreas Schwab <schwab@suse.de>
13634
13635 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
13636 /etc/permissions.d/* and /etc/aliases.d/*.
13637
13638 2005-04-16 Kenichi Handa <handa@m17n.org>
13639
13640 * international/code-pages.el (cp-make-coding-system):
13641 Set `translation-table-for-input' property value to the symbol
13642 ucs-mule-to-mule-unicode, not to that value.
13643 (pt154): Escape guillemet by `\'.
13644
13645 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
13646
13647 * loadup.el: Load tooltip if x-show-tip is fboundp.
13648
13649 * startup.el (command-line): Add comment.
13650
13651 * tooltip.el (tooltip-mode): Specify correct standard value for
13652 Custom in init-value.
13653
13654 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
13655
13656 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
13657 possible.
13658
13659 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
13660
13661 * textmodes/org.el (org-agenda-date-prompt): Rename from
13662 `org-agenda-date-today'.
13663 (org-evaluate-time-range): Insert at point instead of directly
13664 after time range.
13665 (org-first-headline-recenter, org-subtree-end-visible-p)
13666 (org-optimize-window-after-visibility-change): New functions
13667 (org-agenda-post-command-hook): Don't allow point at end of line,
13668 to make sure it always hits the text properties.
13669 (org-agenda-next-date-line, org-agenda-previous-date-line):
13670 New commands.
13671 (org-set-regexps-and-options): Category may contain white space.
13672 (org-agenda-get-deadlines, org-agenda-get-scheduled):
13673 Improve marker positions.
13674 (org-agenda-new-marker): Argument POS made optional.
13675 (org-agenda-get-timestamps): Deadlines which are done are listed
13676 in org-done-face now.
13677 (org-agenda-get-todos, org-agenda-get-timestamps)
13678 (org-agenda-get-deadlines, org-agenda-get-scheduled):
13679 Set `undone-face' and `done-face' properties.
13680 (org-last-todo-state-is-todo): New variable.
13681 (org-todo): Set `org-last-todo-state-is-todo'.
13682 (org-agenda-todo): Change face according to
13683 `org-last-todo-state-is-todo'. And change other lines referring to
13684 the same entry.
13685 (org-calendar-goto-agenda): New command.
13686 (org-calendar-to-agenda-key): New option.
13687 (org-startup-folded): New allowed value `content'.
13688 (org-set-regexps-and-options): Accept new value `content' for
13689 `org-startup-folded'.
13690 (org-get-current-options): Handle new value `content' for
13691 `org-startup-folded'.
13692 (org-insert-todo-heading): New command.
13693 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
13694 interactively in empty file and option
13695 `org-insert-mode-line-in-empty-file' has been set.
13696 (org-agenda-todo,org-agenda-priority): Modify to use
13697 `org-agenda-change-all-lines'.
13698 (org-warning-face): Change color on dark background
13699
13700 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13701
13702 * international/mule-cmds.el (set-locale-environment): On Mac OS,
13703 use preferences AppleLocale and AppleLanguages, and variable
13704 mac-system-locale for default locale. On Mac OS Classic, use
13705 mac-system-coding-system for default coding systems.
13706
13707 * term/mac-win.el: Don't set file-name-coding-system.
13708 Decode variables system-name, emacs-build-system, user-login-name, and
13709 user-full-name by mac-system-coding-system on Mac OS Classic.
13710 (mac-system-coding-system): New variable.
13711
13712 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
13713
13714 * startup.el (command-line): Handle `xterm-mouse-mode' before
13715 reading init file.
13716
13717 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
13718
13719 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
13720
13721 * progmodes/sh-script.el (sh-here-document-word): Make it a
13722 defcustom. Doc fix.
13723 (sh-add): Bash uses $(( )) for arithmetic.
13724 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
13725 (sh-maybe-here-document): Remove quotes and leading whitespace
13726 from heredoc word when closing. Indent heredoc with tabs if word
13727 starts with "-".
13728
13729 2005-04-13 Richard M. Stallman <rms@gnu.org>
13730
13731 * simple.el (undo): Fix previous change.
13732
13733 * custom.el (defface): Doc fix.
13734
13735 2005-04-13 Lute Kamstra <lute@gnu.org>
13736
13737 * Makefile.in (DONTCOMPILE): Remove list.
13738 (compile, compile-always): Don't use DONTCOMPILE.
13739 (update-authors): Load the library in which batch-update-authors
13740 is defined.
13741 * makefile.w32-in (DONTCOMPILE): Remove list.
13742 (compile, compile-always): Fix comments.
13743 (update-authors): Load the library in which batch-update-authors
13744 is defined.
13745
13746 * generic-x.el (generic-mode-ini-file-find-file-hook):
13747 Rename to ini-generic-mode-find-file-hook.
13748 Keep generic-mode-ini-file-find-file-hook as an alias.
13749 (ini-generic-mode-find-file-hook): Rename from
13750 generic-mode-ini-file-find-file-hook. Fix docstring.
13751 (ini-generic-mode): Docstring change.
13752 (bat-generic-mode-run-as-comint): Silence the byte compiler.
13753
13754 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
13755 called from lisp.
13756
13757 * generic.el: Move to the emacs-lisp subdir.
13758
13759 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
13760
13761 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
13762 and C-S- function and cursor motion keys.
13763
13764 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
13765
13766 * startup.el (command-line): Enable Xterm Mouse mode by default.
13767 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
13768 for Custom. No longer show "Mouse" in mode line when enabled.
13769 Doc fix.
13770
13771 2005-04-12 Kim F. Storm <storm@cua.dk>
13772
13773 * emulation/cua-base.el (cua-rectangle-face)
13774 (cua-rectangle-noselect-face): Define face attributes here.
13775
13776 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
13777
13778 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13779
13780 * startup.el (command-line): Turn off blinking cursor if
13781 cursorBlink in resources is off or false.
13782
13783 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13784
13785 * term/mac-win.el (dnd): Require dnd.
13786 (mac-drag-n-drop): Call dnd-handle-one-url.
13787 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
13788 (kTextEncodingISOLatin2): Remove constants.
13789 (mac-script-code-coding-systems): New constant.
13790 (mac-handle-language-change): New function.
13791 (special-event-map): Bind it to `language-change' event.
13792 (mac-centraleurroman, mac-cyrillic): New coding systems.
13793 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
13794 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
13795 and mac-cyrillic-encoder to encode-mac-centraleurroman and
13796 encode-mac-cyrillic, respectively.
13797
13798 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
13799
13800 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
13801 Don't set overlay-arrow-string to "=>" as this is done
13802 globally in C now.
13803
13804 2005-04-12 Lute Kamstra <lute@gnu.org>
13805
13806 * generic-x.el (rc-generic-mode, rul-generic-mode):
13807 Fix auto-mode-alist entries.
13808 (etc-fstab-generic-mode): Tweak fontification.
13809
13810 * generic.el (generic-make-keywords-list): Fix docstring.
13811 (generic-mode-internal): Simplify generic-font-lock-keywords.
13812
13813 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
13814
13815 * whitespace.el (whitespace-buffer-leading)
13816 (whitespace-buffer-trailing): Revert the incorrect test inversion.
13817 However, fix the highlight area for the leading and
13818 trailing whitespaces to show space.
13819
13820 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
13821
13822 * whitespace.el (whitespace-version): Bump to 3.5
13823
13824 (whitespace-buffer-leading, whitespace-buffer-trailing):
13825 Invert sense of the test to highlight the whitespace.
13826
13827 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
13828
13829 * progmodes/gud.el (gud-display-line): GUD uses its own
13830 overlay arrow now so don't set overlay-arrow-string.
13831 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
13832
13833 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
13834
13835 * term.el (term-ansi-current-bold, term-ansi-current-underline)
13836 (term-ansi-current-reverse, term-ansi-current-invisible)
13837 (term-ansi-face-already-done): Change to boolean.
13838 (term-reset-terminal, term-handle-colors-array): Handle the above
13839 vars accordingly.
13840 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
13841 (term-emulate-terminal): Use the new name.
13842
13843 * faces.el (secondary-selection): Use yellow1, not yellow.
13844 (trailing-whitespace): Use red1, not red.
13845
13846 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13847
13848 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
13849 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
13850 (dired-dnd-handle-file): Call dnd-get-local-file-uri
13851
13852 * cus-edit.el (dnd): New group.
13853
13854 * term/w32-win.el (dnd): Require dnd
13855 (w32-drag-n-drop): Call dnd-handle-one-url.
13856
13857 * x-dnd.el: Require dnd.
13858 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
13859 Call dnd-handle-one-url.
13860 (x-dnd-types-alist, x-dnd-insert-utf8-text)
13861 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
13862 to dnd-insert-text.
13863 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
13864 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
13865 (x-dnd-get-local-file-name, x-dnd-open-local-file)
13866 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
13867
13868 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
13869
13870 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
13871
13872 * wdired.el: Doc fixes.
13873 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
13874 (wdired-use-dired-vertical-movement): Rename from
13875 wdired-always-move-to-filename-beginning.
13876 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
13877 (wdired-change-to-wdired-mode): Change mode name.
13878 (wdired-newline): Delete.
13879
13880 2005-04-11 Richard M. Stallman <rms@gnu.org>
13881
13882 * whitespace.el (whitespace-highlight-the-space):
13883 Don't call whitespace-unhighlight-the-space here.
13884
13885 * simple.el (undo): Record t in undo-equiv-table
13886 for the redo record made by an undo-in-region.
13887
13888 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
13889
13890 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
13891 (gdb-frame-inferior-io-buffer): New Functions to control
13892 display of separate IO buffer.
13893 (menu): Add them to menu-bar.
13894 (gdb-display-buffer): Check for buffer another frame.
13895 Protect GUD buffer.
13896 (gdb-setup-windows): Create IO buffer if not already there.
13897 (gdb-memory-mode): Remove purecopy noops.
13898
13899 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
13900
13901 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
13902 and pass to self-insert-command.
13903
13904 2005-04-11 Lute Kamstra <lute@gnu.org>
13905
13906 * generic.el: Commentary section cleanup.
13907 (generic): Delete.
13908 (generic-use-find-file-hook, generic-lines-to-scan)
13909 (generic-find-file-regexp, generic-ignore-files-regexp)
13910 (default-generic-mode, generic-mode-find-file-hook)
13911 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
13912 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
13913 (generic-use-find-file-hook, generic-lines-to-scan)
13914 (generic-find-file-regexp, generic-ignore-files-regexp)
13915 (default-generic-mode, generic-mode-find-file-hook)
13916 (generic-mode-ini-file-find-file-hook): Move from generic.el.
13917
13918 2005-04-10 Karl Fogel <kfogel@red-bean.com>
13919
13920 * bookmark.el (bookmark-write-file): Catch errors writing file.
13921 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
13922
13923 2005-04-10 Richard M. Stallman <rms@gnu.org>
13924
13925 * startup.el (fancy-splash-tail): Update copyright year.
13926 (command-line): Split part of -Q into -D.
13927 (emacs-basic-display): New defvar.
13928 (fancy-splash-text): Correct name of menu item.
13929
13930 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
13931
13932 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
13933 lines in one node.
13934
13935 * comint.el (comint-send-input): New arg ARTIFICIAL.
13936 Callers in this file changed.
13937
13938 * abbrev.el (define-abbrevs): Read system abbrevs properly.
13939
13940 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
13941
13942 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
13943
13944 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
13945 `ldap-search-internal'.
13946
13947 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
13948
13949 * files.el (set-auto-mode-1): Use line-end-position.
13950
13951 * international/latin-1.el:
13952 * international/latin-2.el:
13953 * international/latin-3.el:
13954 * international/latin-4.el:
13955 * international/latin-5.el:
13956 * international/latin-8.el:
13957 * international/latin-9.el: Give punctuation syntax to NBSP.
13958
13959 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
13960 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
13961 Use char-classes to accept non-ascii letters, accepted in some recent
13962 bibtex implementations.
13963
13964 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
13965
13966 * custom.el (custom-set-minor-mode): Any non-nil value for the
13967 variable should enable the mode when set through Custom.
13968
13969 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
13970
13971 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
13972 TAB binding so tab-always-indent is obeyed.
13973 (vhdl-minibuffer-local-map): Move initialization into declaration.
13974 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
13975 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
13976 (vhdl-hooked-abbrev): Avoid test for XEmacs.
13977 (vhdl-current-line): Use line-beginning-position.
13978 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
13979 with-output-to-temp-buffer, so the current position can be recorded.
13980
13981 2005-04-10 Masatake YAMATO <jet@gyve.org>
13982
13983 * progmodes/compile.el (compilation-error-regexp-alist-alist):
13984 Add regexp for gcov.
13985
13986 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
13987
13988 * calendar/time-date.el (time-to-seconds, seconds-to-time)
13989 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
13990 syntax which Emacs 20 doesn't support.
13991
13992 2005-04-09 Richard M. Stallman <rms@gnu.org>
13993
13994 * help.el (describe-key-briefly, describe-key):
13995 Replace strings as event types with "(any string)".
13996
13997 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
13998
13999 * arc-mode.el (archive-mode-map): Move initialization into
14000 the declaration. Override *all* bindings of `undo'.
14001 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
14002
14003 2005-04-09 Jay Belanger <belanger@truman.edu>
14004
14005 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
14006
14007 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
14008
14009 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
14010 (xterm-register-default-colors): Update color values computation
14011 to match xterm-200.
14012
14013 2005-04-09 Kenichi Handa <handa@m17n.org>
14014
14015 * international/code-pages.el (iso-latin-7): Fix the map.
14016
14017 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
14018
14019 * emacs-lisp/lisp.el (defun-prompt-regexp)
14020 (parens-require-spaces, buffer-end, end-of-defun)
14021 (insert-parentheses): Doc fixes.
14022
14023 2005-04-08 Kim F. Storm <storm@cua.dk>
14024
14025 * comint.el (comint-highlight-prompt): Fix face spec.
14026 * hi-lock.el (hi-green): Likewise.
14027
14028 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
14029
14030 * cus-edit.el (custom-modified-face):
14031 * comint.el (comint-highlight-input): Fix previous changes.
14032 * term.el (term-handle-ansi-escape): Add a comment.
14033
14034 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
14035
14036 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
14037 in the buffer and in whitespace-highlighted-space.
14038 (whitespace-unhighlight-the-space): Simplify.
14039 (whitespace-buffer): Simplify.
14040
14041 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
14042
14043 * textmodes/table.el (table-cell-face): Add special case for
14044 displays supporting a high number of colors.
14045 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
14046 (vhdl-font-lock-reserved-words-face)
14047 (vhdl-speedbar-architecture-face)
14048 (vhdl-speedbar-instantiation-face)
14049 (vhdl-speedbar-architecture-selected-face)
14050 (vhdl-speedbar-instantiation-selected-face): Likewise.
14051 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
14052 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
14053 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
14054 (ebrowse-root-class-face, ebrowse-member-attribute-face)
14055 (ebrowse-progress-face): Likewise.
14056 * progmodes/compile.el (compilation-info-face): Likewise.
14057 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
14058 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
14059 * calendar/calendar.el (diary-face): Likewise.
14060 * woman.el (woman-italic-face, woman-bold-face)
14061 (woman-unknown-face): Likewise.
14062 * wid-edit.el (widget-button-pressed-face): Likewise.
14063 * whitespace.el (whitespace-highlight-face): Likewise.
14064 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
14065 * pcvs-info.el (cvs-marked-face): Likewise.
14066 * info.el (info-xref): Likewise.
14067 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
14068 * hilit-chg.el (highlight-changes-face)
14069 (highlight-changes-delete-face): Likewise.
14070 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
14071 (hi-red-b): Likewise.
14072 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
14073 * font-lock.el (font-lock-keyword-face)
14074 (font-lock-function-name-face, font-lock-warning-face): Likewise.
14075 * cus-edit.el (custom-invalid-face, custom-modified-face)
14076 (custom-set-face, custom-changed-face, custom-variable-tag-face)
14077 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
14078 * comint.el (comint-highlight-prompt): Likewise.
14079
14080 2005-04-08 Lute Kamstra <lute@gnu.org>
14081
14082 * font-lock.el (font-lock-keywords): Docstring fixes.
14083
14084 2005-04-08 Kenichi Handa <handa@m17n.org>
14085
14086 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
14087 chars are more than a limit, print " and more..." at the tail.
14088
14089 2005-04-08 Kim F. Storm <storm@cua.dk>
14090
14091 * emacs-lisp/authors.el (authors-aliases): Update list.
14092 (authors-ignored-files): New list.
14093 (authors-fixed-entries): Fix typo.
14094 (authors-renamed-files-alist): Update list.
14095 (authors-add): Check authors-ignored-files.
14096
14097 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
14098
14099 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
14100 optional, to ensure backward compatibility.
14101
14102 2005-04-08 Stephen Eglen <stephen@gnu.org>
14103
14104 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
14105
14106 2005-04-08 Kim F. Storm <storm@cua.dk>
14107
14108 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
14109
14110 * mouse.el (mouse-on-link-p): Doc fix.
14111
14112 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
14113
14114 * ielm.el (ielm-prompt-read-only): Doc fix.
14115
14116 * comint.el (comint-prompt-read-only): Doc fix.
14117
14118 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
14119
14120 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
14121 ensure dired always handles wildcards passed to ffap.
14122 (find-file-at-point): Use it.
14123 (ffap-dired-wildcards): Doc fix.
14124
14125 2005-04-07 Juri Linkov <juri@jurta.org>
14126
14127 * simple.el (next-error-overlay-arrow-position): New defvar.
14128 Put "=>" on its property `overlay-arrow-string'. Add it to
14129 `overlay-arrow-variable-list'.
14130
14131 * progmodes/compile.el (compilation-setup):
14132 Set `next-error-overlay-arrow-position' to nil. Also set it to
14133 nil in the local hook `kill-buffer-hook'. Make local variable
14134 `overlay-arrow-string' and set it to "=>".
14135 (compilation-goto-locus): Set BOL position to
14136 `next-error-overlay-arrow-position' instead of
14137 `overlay-arrow-position'.
14138
14139 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
14140 locally instead of adding it to the global hook.
14141 (Info-kill-buffer): Move up.
14142
14143 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
14144
14145 * term/xterm.el (xterm-standard-colors): Update color values from
14146 xterm-200.
14147
14148 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
14149
14150 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
14151
14152 * fast-lock.el:
14153 * lazy-lock.el: Move them to the obsolete subdir.
14154
14155 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
14156
14157 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
14158 (wdired-add-replace-advice): Remove.
14159 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
14160
14161 2005-04-06 Kim F. Storm <storm@cua.dk>
14162
14163 * startup.el (command-line): Add --bare-bones alias for -Q.
14164
14165 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14166
14167 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
14168 create the startup fontset if a font specification ends with
14169 `mac-roman'.
14170
14171 2005-04-06 Lute Kamstra <lute@gnu.org>
14172
14173 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
14174 change.
14175
14176 * emacs-lisp/copyright.el (copyright-update-year): Replace the
14177 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
14178
14179 2005-04-05 Lute Kamstra <lute@gnu.org>
14180
14181 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
14182 (define-generic-mode): Ditto. Fix debug declaration.
14183
14184 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
14185 Put them in the generic-x group.
14186
14187 * calendar/timeclock.el (timeclock): Doc fix.
14188
14189 * generic.el (define-generic-mode): Don't use custom-current-group.
14190 Document default :group value.
14191 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
14192 (define-global-minor-mode): Don't use custom-current-group.
14193
14194 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
14195
14196 * startup.el (command-line-1): Display startup-echo-area-message
14197 when fancy splash screen is in use.
14198
14199 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
14200 (sh-escaped-newline): New face.
14201 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
14202 newline, and use sh-escaped-newline face.
14203
14204 * progmodes/tcl.el (tcl-escaped-newline): New face.
14205 (tcl-builtin-list): New variable.
14206 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
14207 newlines. Fix keywords subexpression number.
14208
14209 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
14210
14211 * textmodes/org.el (org-diary-default-entry): Fix call to
14212 `add-to-diary-entry'.
14213
14214 2005-04-05 Kim F. Storm <storm@cua.dk>
14215
14216 * ediff-init.el: Use (featurep 'xemacs).
14217
14218 2005-04-05 David Ponce <david@dponce.com>
14219
14220 * cus-edit.el (face): Derive from symbol widget. Display sample
14221 of the current face on the fly.
14222 (widget-face-sample-face-get, widget-face-notify): New functions.
14223 (widget-face-value-create): Remove.
14224
14225 * wid-edit.el (widget-field-end): Temporarily remove field
14226 narrowing before to call `get-char-property'.
14227
14228 2005-04-04 Jay Belanger <belanger@truman.edu>
14229
14230 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
14231 (math-read-subscripts): New variable.
14232 (math-read-preprocess-string): Process subscripts.
14233
14234 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
14235
14236 * comint.el (comint-prompt-read-only): Doc fix.
14237
14238 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
14239 `-1'. Doc fix.
14240
14241 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
14242
14243 * textmodes/org.el (org-insert-mode-line-in-empty-file):
14244 Change default value to nil.
14245
14246 2005-04-04 Lute Kamstra <lute@gnu.org>
14247
14248 * autorevert.el (auto-revert-mode): Specify :group.
14249 * battery.el (display-battery-mode): Specify :group.
14250 * diff-mode.el (diff-minor-mode): Specify :group.
14251 * font-core.el (font-lock-mode): Specify :group.
14252 * hl-line.el (hl-line-mode): Specify :group.
14253 * iimage.el (iimage): New customization group.
14254 (iimage-mode): Specify :group.
14255 * longlines.el (longlines-mode): Specify :group.
14256 * master.el: Don't require easy-mmode.
14257 (master): New customization group.
14258 (master-mode): Specify :group.
14259 * msb.el (msb-mode): Specify :group.
14260 * reveal.el (reveal-mode): Specify :group.
14261 * simple.el (next-error-follow-minor-mode): Specify :group.
14262 * smerge-mode.el (smerge-mode): Specify :group.
14263 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
14264 * emulation/cua-base.el (cua-mode): Specify :group.
14265 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
14266 * language/thai-util.el (thai-auto-composition-mode)
14267 (thai-word-mode): Specify :group.
14268 * mail/supercite.el (sc-minor-mode): Specify :group.
14269 * progmodes/cwarn.el (cwarn-mode): Specify :group.
14270 * progmodes/flymake.el (flymake-mode): Specify :group.
14271 * progmodes/glasses.el (glasses-mode): Specify :group.
14272 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
14273 * textmodes/enriched.el (enriched-mode): Specify :group.
14274 * textmodes/refill.el (refill-mode): Specify :group.
14275
14276 * add-log.el (change-log-font-lock-keywords): Names in
14277 parenthesized lists can contain spaces.
14278
14279 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
14280
14281 * startup.el (fancy-splash-text): Shorten default text of
14282 "Emacs Tutorial" line. Also, if the current language env
14283 indicates an available tutorial file other than TUTORIAL,
14284 extract its title and append it to the line in parentheses.
14285 (fancy-splash-insert): If arg is a thunk, funcall it.
14286
14287 2005-04-04 Jay Belanger <belanger@truman.edu>
14288
14289 * calc.el (calc-language-alist): Add tags to customization type.
14290
14291 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
14292
14293 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
14294 Doc fix.
14295
14296 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
14297
14298 * add-log.el (change-log-font-lock-keywords): The manual
14299 describing a Change Log entry, says: (...) "Aside from these
14300 header lines, every line in the change log starts with a space or
14301 a tab.". The font-lock was not highlighting lines started with
14302 spaces, added support for it.
14303
14304 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14305
14306 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
14307 (bibtex-generate-url-list): Update docstring accordingly. Put the
14308 complex example in the docstring.
14309 (bibtex-font-lock-url): Use pop.
14310
14311 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
14312
14313 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
14314
14315 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
14316
14317 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
14318
14319 * filesets.el (filesets-set-default): Doc fix.
14320
14321 2005-04-03 Lute Kamstra <lute@gnu.org>
14322
14323 * generic.el (define-generic-mode): Add argument to specify
14324 keywords for defcustom.
14325 (default-generic-mode): Specify :group.
14326
14327 * generic-x.el: Specify :group for all generic modes.
14328
14329 * desktop.el (desktop-no-desktop-file-hook)
14330 (desktop-after-read-hook): Doc fix.
14331
14332 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
14333
14334 * simple.el (visible-mode): Use explicit :group keyword.
14335 This changes the group of `visible-mode-hook' from paren-blinking
14336 to editing-basics.
14337
14338 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
14339
14340 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
14341 mailbox specifications as well as URLs.
14342 (rmail-insert-inbox-text): Remove unused conditional branches.
14343
14344 2005-04-01 Jay Belanger <belanger@truman.edu>
14345
14346 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
14347 (calc-gnuplot-print-command): Move definitions to calc.el.
14348
14349 * calc/calc-embed.el (calc-embedded-announce-formula)
14350 (calc-embedded-open-formula, calc-embedded-close-formula)
14351 (calc-embedded-open-word, calc-embedded-close-word)
14352 (calc-embedded-open-plain, calc-embedded-close-plain)
14353 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
14354 (calc-embedded-open-mode, calc-embedded-close-mode):
14355 Move definitions to calc.el.
14356
14357 * calc/calc.el (calc-settings-file, calc-language-alist):
14358 Make customizable.
14359 (calc-embedded-announce-formula, calc-embedded-open-formula)
14360 (calc-embedded-close-formula, calc-embedded-open-word)
14361 (calc-embedded-close-word, calc-embedded-open-plain)
14362 (calc-embedded-close-plain, calc-embedded-open-new-formula)
14363 (calc-embedded-close-new-formula, calc-embedded-open-mode)
14364 (calc-embedded-close-mode, calc-gnuplot-name)
14365 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
14366 from other files and make customizable.
14367
14368 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
14369
14370 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
14371 Use buffer-live-p.
14372 (cvs-mode-run): Don't call cvs-update-header here.
14373 (cvs-run-process): Call cvs-update-header.
14374 Use process properties for cvs-postprocess and cvs-buffer so that
14375 the sentinel can behave better if the temp buffer is killed.
14376 Use a pipe rather than a tty, to better handle unexpected prompts.
14377 (cvs-sentinel): Rewrite. Call cvs-update-header.
14378
14379 2005-04-01 Andre Spiegel <spiegel@gnu.org>
14380
14381 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
14382 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
14383
14384 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
14385
14386 * generic.el (define-generic-mode): Add indentation rule.
14387
14388 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
14389
14390 * files.el (mode-require-final-newline): Make Custom correctly
14391 report a nil value and allow to set it to nil via Custom.
14392 Doc fix.
14393
14394 2005-04-01 Kenichi Handa <handa@m17n.org>
14395
14396 * international/characters.el: Enable the correct case setting for
14397 dotless-i and dotted-I.
14398
14399 2005-04-01 Kim F. Storm <storm@cua.dk>
14400
14401 * ido.el (ido-file-internal): Fall back to non-ido command if
14402 initial directory is on slow ftp (or tramp) host.
14403
14404 2005-03-31 Richard M. Stallman <rms@gnu.org>
14405
14406 * emacs-lisp/autoload.el (make-autoload):
14407 Handle define-global-minor-mode.
14408
14409 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
14410 Rename from easy-mmode-define-global-mode.
14411 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
14412
14413 * progmodes/scheme.el (scheme-mode-syntax-table):
14414 Update syntax of | and # for two-character comment syntax.
14415
14416 2005-03-31 Lute Kamstra <lute@gnu.org>
14417
14418 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
14419 (define-minor-mode): Call custom-current-group at load-time.
14420
14421 * generic.el (define-generic-mode): Add debug declaration.
14422 Add defcustom for the mode hook.
14423 (generic-mode-internal): Use run-mode-hooks.
14424
14425 2005-03-31 Kim F. Storm <storm@cua.dk>
14426
14427 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
14428 (mouse-fixup-help-message): New defun called by show_help_echo
14429 to fixup mouse-2 prefix in help messages when applicable.
14430
14431 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
14432
14433 2005-03-31 Kenichi Handa <handa@m17n.org>
14434
14435 * language/thai-word.el (thai-find-word-ends): Pay attention to
14436 the case that we reach the end of buffer.
14437
14438 * textmodes/fill.el (fill-text-properties-at): New function.
14439 (fill-newline): Use fill-text-properties-at instead of
14440 text-properties-at.
14441
14442 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
14443
14444 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
14445 not comint-quote-filename.
14446
14447 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
14448
14449 * help-fns.el (help-with-tutorial): Revert last change.
14450
14451 2005-03-31 Kim F. Storm <storm@cua.dk>
14452
14453 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
14454
14455 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
14456
14457 * calendar/cal-china.el: Update reference to "Calendrical
14458 Calculations" book; there's a new edition.
14459 * calendar/cal-coptic.el: Likewise.
14460 * calendar/cal-french.el: Likewise.
14461 * calendar/cal-hebrew.el: Likewise.
14462 * calendar/cal-islam.el: Likewise.
14463 * calendar/cal-iso.el: Likewise.
14464 * calendar/cal-julian.el: Likewise.
14465 * calendar/cal-mayan.el: Likewise.
14466 * calendar/cal-persia.el: Likewise.
14467 * calendar/calendar.el: Likewise.
14468 * calendar/holidays.el: Likewise.
14469 * calendar/lunar.el: Likewise.
14470 * calendar/solar.el: Likewise.
14471
14472 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
14473 white space from doc string.
14474
14475 2005-03-30 Jay Belanger <belanger@truman.edu>
14476
14477 * calc/calc-help.el (calc-full-help): Remove email address.
14478
14479 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
14480
14481 * help-fns.el (help-with-tutorial): Delete title line.
14482
14483 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
14484
14485 * calendar/cal-x.el (calendar-one-frame-setup)
14486 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
14487 rather than 'symbol for set-window-dedicated-p.
14488
14489 * calendar/appt.el (appt-buffer-name): Make it a constant.
14490 (appt-add): Doc fix.
14491
14492 * filesets.el (filesets-menu-path, filesets-menu-before)
14493 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
14494 (filesets-menu-cache-file): Use directory ~/.emacs.d.
14495 (filesets-add-submenu): Delete and use add-submenu instead.
14496
14497 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
14498
14499 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
14500 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
14501 (org-diary-default-entry): New function.
14502 (org-get-entries-from-diary): Better parsing of diary entries.
14503 (org-agenda-check-no-diary): New function.
14504 ("diary-lib"): Advice to function `add-to-diary-list', to allow
14505 linking to diary entries.
14506 (org-agenda-execute-calendar-command): New function.
14507 (org-agenda): Improve visible section in window.
14508 Use `org-fit-agenda-window'.
14509 (org-fit-agenda-window): New option.
14510 (org-move-subtree-down): Better handling of empty lines
14511 at end of subtree.
14512 (org-cycle): Numeric prefix is interpreted now as show-subtree N
14513 levels up.
14514 (org-fontify-done-headline): New option.
14515 (org-headline-done-face): New face.
14516 (org-set-font-lock-defaults): Use `org-headline-done-face'.
14517 (org-table-copy-down): Rename from `org-table-copy-from-above'.
14518 When current field is non-empty, it is copied to next row.
14519 (org-table-copy-from-above): Fix bug which made it
14520 impossible to copy fields containing only a single non-white character.
14521
14522 2005-03-30 Kim F. Storm <storm@cua.dk>
14523
14524 * kmacro.el (kmacro-end-macro): Isearch may store this command
14525 into the macro -- so ignore it when executing keyboard macro.
14526
14527 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
14528
14529 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
14530
14531 2005-03-29 Kenichi Handa <handa@m17n.org>
14532
14533 * language/thai.el ("Thai"): Set setup-function and exit-function
14534 for Thai language environment.
14535
14536 * language/thai-util.el: Require thai-word.
14537 (thai-word-mode-map): New variable.
14538 (thai-word-mode): New minor mode.
14539 (setup-thai-language-environment-internal): New function.
14540 (exit-thai-language-environment-internal): New function.
14541
14542 * language/thai-word.el (thai-word-table): Declare it by defvar,
14543 use dolist to initialize it.
14544 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
14545 (thai-fill-find-break-point): New functions.
14546
14547 2005-03-29 Richard M. Stallman <rms@gnu.org>
14548
14549 * simple.el (idle-update-delay): Move definition up.
14550 (set-mark): Doc fix.
14551
14552 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
14553
14554 * longlines.el: New file.
14555
14556 * simple.el (buffer-substring-filters): New variable.
14557 (filter-buffer-substring): New function.
14558 (kill-region, copy-region-as-kill): Use it.
14559
14560 * register.el (copy-to-register, append-to-register)
14561 (prepend-to-register): Use filter-buffer-substring.
14562
14563 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
14564
14565 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
14566 (gud-filter-pending-text): Move in front of gdb.
14567 (gud-overlay-arrow-position): New variable.
14568 (gud-sentinel, gud-display-line): Use it in place of
14569 overlay-arrow-position.
14570
14571 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
14572
14573 * progmodes/fortran.el (fortran-if-indent): Doc fix.
14574 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
14575 (fortran-font-lock-keywords-4): New variable.
14576 (fortran-blocks-re, fortran-end-block-re)
14577 (fortran-start-block-re): New constants, for hideshow.
14578 (hs-special-modes-alist): Add a Fortran entry.
14579 (fortran-mode-map): Bind fortran-end-of-block,
14580 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
14581 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
14582 (fortran-looking-at-if-then, fortran-end-of-block)
14583 (fortran-beginning-of-block): New functions, for hideshow.
14584
14585 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
14586 Doc fix. Tweak regexp.
14587 (f90-beginning-of-block): Push mark first.
14588
14589 2005-03-29 Jay Belanger <belanger@truman.edu>
14590
14591 * calc/calc.el: Update copyright date.
14592 (calc-version): Increase to 2.1.
14593 (calc-version-date): Remove.
14594
14595 * calc/calc-help.el: Update copyright date.
14596 (calc-full-help): Remove reference to calc-version-date.
14597 Update copyright date.
14598
14599 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
14600
14601 * vc.el (vc-do-command): Use a pipe for async processes, so password
14602 prompts don't show up at places where the user can't reply.
14603
14604 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
14605
14606 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
14607 on the file name we pass to the inferior shell.
14608
14609 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
14610
14611 * progmodes/which-func.el (which-function): Be robust in the face of an
14612 imenu--make-index-alist failure.
14613
14614 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
14615
14616 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
14617
14618 * progmodes/python.el (python-preoutput-filter): Fix last change.
14619
14620 2005-03-29 Lute Kamstra <lute@gnu.org>
14621
14622 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
14623 functions and compiled macros.
14624 (debug-convert-byte-code): Handle macros too.
14625 (debug-on-entry-1): Don't signal an error when trying to clear a
14626 function that is not set to debug on entry.
14627
14628 2005-03-29 Jay Belanger <belanger@truman.edu>
14629
14630 * calc/calc-lang.el: Add functions to math-function-table
14631 properties of tex and math.
14632
14633 2005-03-29 Kenichi Handa <handa@m17n.org>
14634
14635 * ps-mule.el (ps-mule-plot-string): Translate characters by
14636 ps-print-translation-table.
14637 (ps-mule-begin-job): Call find-charset-region/string with
14638 ps-print-translation-table.
14639 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
14640
14641 * ps-print.el (ps-print-translation-table): New variable.
14642 (ps-plot-region): Translate characters by ps-print-translation-table.
14643
14644 2005-03-29 Juri Linkov <juri@jurta.org>
14645
14646 * simple.el (next-error-highlight-timer): New variable.
14647
14648 * progmodes/compile.el (compilation-goto-locus):
14649 Use `next-error-highlight-timer' instead of `sit-for'.
14650
14651 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
14652
14653 * mail/supercite.el (sc-mail-field): Use assoc-string.
14654 (sc-get-address): Simplify regexps.
14655
14656 * files.el (minibuffer-with-setup-hook): New macro.
14657 (find-file-read-args): Use it to avoid let-binding
14658 minibuffer-with-setup-hook (which breaks turning on/off
14659 file-name-shadow-mode while in the prompt).
14660
14661 * complete.el (PC-read-include-file-name-internal):
14662 Use test-completion.
14663
14664 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
14665
14666 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
14667
14668 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
14669
14670 * window.el (window-buffer-height): Use count-screen-lines.
14671
14672 * progmodes/python.el (python-preoutput-leftover): New var.
14673 (python-preoutput-filter): Use it.
14674 (python-send-receive): Loop until all the result has been received.
14675
14676 2005-03-28 Juri Linkov <juri@jurta.org>
14677
14678 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
14679
14680 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
14681 "Recover Crashed Session".
14682 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
14683 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
14684 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
14685 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
14686 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
14687 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
14688 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
14689 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
14690
14691 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
14692 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
14693 Ediff Sessions", "Toggle use of separate control buffer frame",
14694 "Use separate frame for Ediff control buffer".
14695
14696 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
14697 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
14698 "Rename Bookmark", "Delete Bookmark".
14699
14700 * info.el (Info-mode-menu): Remove ellipsis from "Index".
14701 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
14702 Add `:active Info-index-alternatives' to "Next Matching Item".
14703
14704 * wdired.el (wdired-change-to-wdired-mode):
14705 Mention `wdired-abort-changes' key in the initial message.
14706
14707 * international/mule.el (auto-coding-alist): Associate non-ascii
14708 image filename extensions with `no-conversion'.
14709
14710 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
14711
14712 * international/iso-acc.el:
14713 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
14714
14715 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
14716
14717 * textmodes/sgml-mode.el (html-mode): Doc update.
14718
14719 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
14720
14721 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
14722
14723 * term.el (term-move-columns): Fix face after extending a line.
14724 (term-insert-spaces): Likewise.
14725 (term-reset-terminal): Fix off by one error.
14726
14727 2005-03-26 Eli Zaretskii <eliz@gnu.org>
14728
14729 * international/mule.el (auto-coding-alist): Add .xpi files.
14730
14731 * files.el (auto-mode-alist): Add .xpi files.
14732
14733 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
14734
14735 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
14736
14737 2005-03-26 Eli Zaretskii <eliz@gnu.org>
14738
14739 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
14740
14741 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
14742
14743 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
14744 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
14745
14746 * calendar/cal-move.el (calendar-beginning-of-year): Move the
14747 cursor to Jan 1 when needed.
14748 (calendar-end-of-year): Fix -/+ typo.
14749 Reported by Chong Yidong <cyd@stupidchicken.com>.
14750
14751 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
14752
14753 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
14754
14755 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
14756 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
14757
14758 2005-03-25 Richard M. Stallman <rms@gnu.org>
14759
14760 * filesets.el (filesets-init): Add autoload.
14761
14762 * mail/mailalias.el (mail-directory): Doc fix.
14763
14764 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
14765
14766 * mail/mailalias.el (mail-directory-process): Do nothing if
14767 mail-directory-process is an atom.
14768 (mail-get-names): Ignore mail-directory-names if it is an atom.
14769 (mail-directory-process defvar): Doc fix.
14770 (mail-names): Doc fix.
14771
14772 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
14773
14774 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
14775
14776 2005-03-26 Kenichi Handa <handa@m17n.org>
14777
14778 * international/mule-util.el (detect-coding-with-priority):
14779 Call update-coding-systems-internal before detect-coding-region.
14780
14781 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
14782
14783 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
14784 (gdb-frames-mode-map): Add follow-link property.
14785
14786 2005-03-25 Jay Belanger <belanger@truman.edu>
14787
14788 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
14789 for variables.
14790
14791 2005-03-25 Juri Linkov <juri@jurta.org>
14792
14793 * image-mode.el: Optimize image filename extension regexps in
14794 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
14795 in `auto-mode-alist'.
14796 (image-mode): Add `image-toggle-display-text' to local hook
14797 `change-major-mode-hook'. Display the image as an image by
14798 default. Set `cursor-type' and `truncate-lines' if the image
14799 is already displayed. Take into account the current mode (image
14800 or text) in message.
14801 (image-minor-mode): New minor mode.
14802 (image-mode-maybe, image-toggle-display-text): New functions.
14803 (image-toggle-display): Use called-interactively-p.
14804 Let-bind `inhibit-read-only' to t.
14805
14806 * image-mode.el (image-minor-mode): Set `cursor-type' and
14807 `truncate-lines' if the image is already displayed. Add turning
14808 image-minor-mode off to `change-major-mode-hook'. Add message.
14809 Call `image-toggle-display-text' after turning image-minor-mode off.
14810
14811 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
14812
14813 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
14814 Terminal.app, use utf-8.
14815 (set-display-table-and-terminal-coding-system): Add coding-system arg.
14816 (set-locale-environment): Use it.
14817
14818 * term/xterm.el: Undo last change, better done in mule-cmds.el.
14819
14820 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
14821
14822 * progmodes/python.el (python-close-block-statement-p)
14823 (python-outdent-p, python-current-defun): Use symbol-end.
14824
14825 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
14826
14827 * files.el (save-some-buffers): Doc fix.
14828
14829 2005-03-25 Werner Lemberg <wl@gnu.org>
14830
14831 * complete.el, thumbs.el: Replace `legal' with `valid'.
14832 * calendar/calendar.el: Replace `legal' with `valid'.
14833 * emacs-lisp/advice.el: Replace `legal' with `valid'.
14834 * mail/supercite.el: Replace `legal' with `valid'.
14835 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
14836 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
14837 Replace `legal' with `valid'.
14838 * textmodes/reftex-vars.el, textmodes/reftex.el:
14839 Replace `legal' with `valid'.
14840
14841 2005-03-25 Werner Lemberg <wl@gnu.org>
14842
14843 * calc/calc-forms.el, calc/calc-sel.el:
14844 * midnight.el, vc-cvs.el:
14845 * emacs-lisp/cl-macs.el:
14846 * emulation/vip.el:
14847 * eshell/esh-io.el, eshell/esh-var.el:
14848 * mail/supercite.el:
14849 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
14850 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
14851 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
14852 * progmodes/sh-script.el, progmodes/xscheme.el:
14853 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
14854 * textmodes/reftex-index.el, textmodes/reftex-parse.el
14855 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
14856 * textmodes/reftex.el, textmodes/org.el:
14857 Replace `illegal' with `invalid'.
14858
14859 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
14860
14861 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
14862 (flymake-find-buildfile, flymake-find-possible-master-files)
14863 (flymake-check-include, flymake-parse-line): Replace loops over the
14864 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
14865
14866 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
14867 Substitute file-name-as-directory in the rest of the file.
14868 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
14869 (flymake-replace-region): Remove unused arg `buffer'.
14870 (flymake-check-patch-master-file-buffer): Update calls to it.
14871 (flymake-add-err-info): Remove unused var `count'.
14872 (flymake-mode): Use define-minor-mode.
14873
14874 * progmodes/flymake.el: Use with-current-buffer.
14875 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
14876 flymake-replace-regexp-in-string, flymake-line-beginning-position)
14877 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
14878 Avoid testing for `xemacs'.
14879 (flymake-nop): Move.
14880 (flymake-region-has-flymake-overlays): Return the computed value.
14881 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
14882 Remove unused var `endline'.
14883 (flymake-get-line-count): Remove unused function.
14884 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
14885
14886 * emulation/vi.el:
14887 * generic.el:
14888 * hilit-chg.el (global-highlight-changes):
14889 * hi-lock.el (hi-lock-mode):
14890 * follow.el: find-file-hooks -> find-file-hook.
14891
14892 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
14893
14894 2005-03-24 Juri Linkov <juri@jurta.org>
14895
14896 * dired.el (dired-mode-map): Add menu item "Compare directories"
14897 for dired-compare-directories.
14898
14899 * dired-aux.el (dired-compare-directories): Add autoload cookie.
14900 Doc fix. Replace `read-file-name' with `read-directory-name'.
14901
14902 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
14903
14904 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
14905
14906 2005-03-24 Jay Belanger <belanger@truman.edu>
14907
14908 * calc/calc-embed.el (calc-embedded-mode-change): Save all
14909 relevant mode settings in calc-embedded-original-modes when modes
14910 are permanently changed.
14911
14912 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
14913
14914 * autoinsert.el: find-file-hooks -> find-file-hook.
14915
14916 2005-03-24 Lute Kamstra <lute@gnu.org>
14917
14918 * generic.el (generic-font-lock-defaults): Make it obsolete.
14919 (generic-font-lock-keywords): New variable to replace
14920 generic-font-lock-defaults.
14921 (generic-mode-set-font-lock): Delete it.
14922 (generic-mode-internal): Don't call generic-mode-set-font-lock.
14923 (generic-bracket-support): Add docstring.
14924
14925 * generic-x.el: Rename generic-font-lock-defaults to
14926 generic-font-lock-keywords throughout.
14927 (mailagent-rules-setup-function): Delete it.
14928 (mailagent-rules-generic-mode): Use anonymous function instead.
14929 (show-tabs-generic-mode-font-lock-defaults-1)
14930 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
14931 Quote faces.
14932 (show-tabs-tab-face, show-tabs-space-face): Specify background,
14933 not foreground.
14934
14935 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
14936 Recognize define-generic-mode.
14937
14938 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
14939
14940 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
14941 if there's no completion table.
14942
14943 2005-03-23 Miles Bader <miles@gnu.org>
14944
14945 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
14946 Remove tty-specific variants, as they're no longer needed.
14947
14948 2005-03-23 Lute Kamstra <lute@gnu.org>
14949
14950 * generic-x.el: Code cleanup: make args constant whenever possible.
14951 (installshield-statement-keyword-list)
14952 (installshield-system-functions-list)
14953 (installshield-system-variables-list, installshield-types-list)
14954 (installshield-funarg-constants-list): Make them constants.
14955
14956 * generic.el (generic-make-keywords-list): Add autoload cookie.
14957
14958 * calendar/time-date.el: Add comment on time value formats.
14959 Don't require parse-time.
14960 (with-decoded-time-value): New macro.
14961 (encode-time-value): New function.
14962 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
14963 (days-to-time): Return a valid time value when arg is huge.
14964 (time-since): Use time-subtract.
14965 (time-to-number-of-days): Use time-to-seconds.
14966
14967 2005-03-23 David Ponce <david@dponce.com>
14968
14969 * recentf.el: (recentf-keep): New option.
14970 (recentf-menu-action): Default to `find-file'.
14971 (recentf-keep-non-readable-files-flag)
14972 (recentf-keep-non-readable-files-p)
14973 (recentf-file-readable-p, recentf-find-file)
14974 (recentf-cleanup-remote): Remove.
14975 (recentf-include-p): More robust.
14976 (recentf-keep-p): New function.
14977 (recentf-remove-if-non-kept): Rename from
14978 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
14979 All callers updated.
14980 (recentf-menu-items-for-commands): Fix help string.
14981 (recentf-track-closed-file): Update. Doc fix.
14982 (recentf-cleanup): Update. Count removed files. Doc fix.
14983
14984 2005-03-23 Kim F. Storm <storm@cua.dk>
14985
14986 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
14987 Don't inherit from fringe face (now happens automatically).
14988
14989 2005-03-22 Kim F. Storm <storm@cua.dk>
14990
14991 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
14992 position values.
14993
14994 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
14995
14996 * menu-bar.el (showhide-date-time): Remove.
14997 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
14998 (menu-bar-make-mm-toggle): Simplify.
14999
15000 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
15001
15002 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
15003 Accept qualified variable and function names.
15004
15005 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
15006
15007 * bindings.el (completion-ignored-extensions):
15008 Remove ".lis" for `vax-vms'.
15009
15010 2005-03-22 Andreas Schwab <schwab@suse.de>
15011
15012 * generic-x.el: Revert last change.
15013 * ldefs-boot.el: Update.
15014
15015 2005-03-22 Jay Belanger <belanger@truman.edu>
15016
15017 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
15018 (calc-embedded-save-original-modes)
15019 (calc-embedded-restore-original-modes): New functions.
15020 (calc-do-embedded): Save original modes when entering embedded mode
15021 and restore when leaving embedded mode.
15022 (calc-embedded-modes-change): Change the value of
15023 calc-embedded-original-modes to reflect permanent changes.
15024
15025 2005-03-22 Lute Kamstra <lute@gnu.org>
15026
15027 * generic-x.el: Require generic again.
15028
15029 2005-03-22 Miles Bader <miles@gnu.org>
15030
15031 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
15032 Tweak details to look good on both ttys and bitmap displays, light
15033 or dark background, etc.
15034
15035 2005-03-21 Kim F. Storm <storm@cua.dk>
15036
15037 * tooltip.el (tooltip-show-help-function): Check car and cdr of
15038 mouse position.
15039
15040 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
15041
15042 * icomplete.el: Don't forcibly turn on the mode upon load.
15043 (icomplete-mode): Use define-minor-mode.
15044 (icomplete-eoinput): Default to nil.
15045 (icomplete-minibuffer-setup): Remove autoload.
15046 (icomplete-tidy): Simplify.
15047 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
15048 in the initial state or if the user has modified the field.
15049 Fix handling of icomplete-max-delay-chars.
15050 Remove code that handles the oddball case where
15051 minibuffer-completion-table is an integer.
15052 Wrap icomplete-completions in while-no-input in case building
15053 completions takes more time than expected.
15054 (icomplete-completions): Simplify.
15055
15056 2005-03-21 Richard M. Stallman <rms@gnu.org>
15057
15058 * jka-compr.el (jka-compr-really-do-compress):
15059 Make variable buffer-local.
15060
15061 * image-mode.el: Handle .xpm files too.
15062 (image-toggle-display): Preserve modification flag.
15063
15064 * help.el (where-is): Don't mention aliases with no key bindings.
15065
15066 2005-03-21 Lute Kamstra <lute@gnu.org>
15067
15068 * generic.el: Fix commentary section. Don't require cl for
15069 compilation.
15070 (generic-mode-list): Add autoload cookie.
15071 (generic-use-find-file-hook, generic-lines-to-scan)
15072 (generic-find-file-regexp, generic-ignore-files-regexp)
15073 (generic-mode, generic-mode-find-file-hook)
15074 (generic-mode-ini-file-find-file-hook): Fix docstrings.
15075 (define-generic-mode): Make it a defmacro. Fix docstring.
15076 (generic-mode-internal): Code cleanup. Add autoload cookie.
15077 (generic-mode-set-comments): Code cleanup.
15078 * generic-x.el: Don't prevent compilation. Don't require generic.
15079 Follow coding conventions. Minor code cleanup.
15080 (etc-fstab-generic-mode): Add some keywords.
15081 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
15082 define-generic-mode like a function declaration.
15083
15084 2005-03-21 Jay Belanger <belanger@truman.edu>
15085
15086 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
15087 changing modes.
15088
15089 2005-03-21 Sam Steingold <sds@gnu.org>
15090
15091 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
15092
15093 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
15094
15095 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
15096 Add underscore to "f$ lexicals" regexp.
15097
15098 2005-03-20 Juri Linkov <juri@jurta.org>
15099
15100 * subr.el (progress-reporter-do-update): When `min-value' is equal
15101 to `max-value', set `percentage' to 0 and prevent division by zero.
15102
15103 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
15104
15105 Sync with Tramp 2.0.48.
15106
15107 * net/tramp.el (all): Change all addresses to .gnu.org.
15108 (tramp-append-tramp-buffers): New defun.
15109 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
15110 Catch `dont-send' signal.
15111 (tramp-set-auto-save-file-modes): Set always permissions, because
15112 there might be an old auto-saved file belonging to another
15113 original file. This could be a security threat. Reported by
15114 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
15115 Check for Emacs 21.3.50 removed.
15116
15117 * net/tramp-smb.el (all): Remove debug construct for
15118 `with-parsed-tramp-file-name'.
15119 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
15120 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
15121 No error message if DIRECTORY or FILENAME doesn't exist.
15122 (tramp-smb-open-connection): Check existence of
15123 `tramp-smb-program'.
15124
15125 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
15126
15127 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
15128 Properly handle the case where the `m' or `s' command's argument is not
15129 yet terminated.
15130 (perl-indent-new-calculate): New function.
15131 (perl-indent-line): Use it.
15132
15133 2005-03-20 Miles Bader <miles@gnu.org>
15134
15135 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
15136 in text-mode too. Change to new face names.
15137 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
15138 Add `:weight bold' attribute.
15139 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
15140
15141 2005-03-19 Juri Linkov <juri@jurta.org>
15142
15143 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
15144
15145 * international/mule.el (auto-coding-alist): Sync with
15146 `auto-mode-alist' by adding upper case archive file extensions
15147 and adding ear/war to jar extension.
15148
15149 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
15150
15151 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
15152 running, restart it.
15153
15154 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
15155
15156 * finder.el (finder-current-item): Throw an error on an empty line.
15157
15158 * man.el (Man-follow-manual-reference): If current-word returns
15159 nil, use "".
15160
15161 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
15162
15163 * simple.el (goto-line): Doc fix.
15164
15165 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
15166
15167 * files.el (save-buffer): Doc fix.
15168
15169 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
15170
15171 * recentf.el (recentf-cleanup-remote): New variable.
15172 (recentf-cleanup): Use it to conditionally check availability of
15173 remote files.
15174
15175 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
15176
15177 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
15178 function names.
15179
15180 2005-03-19 Eli Zaretskii <eliz@gnu.org>
15181
15182 * language/thai-word.el: New file.
15183
15184 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
15185
15186 * files.el (backup-buffer): If the file's directory is not
15187 writable, use copy instead of move to backup the file.
15188
15189 2005-03-19 Eli Zaretskii <eliz@gnu.org>
15190
15191 * obsolete/keyswap.el: Moved to obsolete/ from term/.
15192
15193 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15194
15195 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
15196 Use functionp instead of symbolp and fboundp. Reported by Drkm
15197 <darkman_spam@yahoo.fr>.
15198 (ps-print-version): New version 6.6.6.
15199
15200 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
15201
15202 * textmodes/table.el (table--line-column-position): New idiom.
15203 (table--row-column-insertion-point-p): New function to test
15204 validity of row and column insertion operation at a location.
15205 (table-global-menu, table-cell-menu): Use above functions for
15206 deterministic test operation.
15207 (table--editable-cell-p): Behave in deterministic fashion.
15208
15209 2005-03-18 Juri Linkov <juri@jurta.org>
15210
15211 * isearch.el (isearch-lazy-highlight-new-loop):
15212 Make arguments beg and end optional.
15213 (isearch-update): Remove optional arguments nil from
15214 isearch-lazy-highlight-new-loop.
15215 (isearch-lazy-highlight-search): Let-bind case-fold-search to
15216 isearch-lazy-highlight-case-fold-search instead of
15217 isearch-case-fold-search, and let-bind isearch-regexp to
15218 isearch-lazy-highlight-regexp.
15219 Use isearch-lazy-highlight-last-string instead of isearch-string.
15220
15221 * replace.el (perform-replace): Remove bindings of global
15222 variables isearch-string, isearch-regexp, isearch-case-fold-search.
15223 Add three new arguments to `replace-highlight'.
15224 (replace-highlight): Add arguments string, regexp, case-fold.
15225 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
15226 to allow isearch-lazy-highlight-new-loop to use these values
15227 to set corresponding isearch-lazy-highlight-* internal
15228 variables whose values lazy highlighting will use regardless of
15229 changes to global variables isearch-string, isearch-regexp,
15230 isearch-case-fold-search during lazy highlighting loop.
15231 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
15232 to `lazy-highlight-cleanup'.
15233
15234 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
15235 (ispell-highlight-face): Set default face to `isearch' when
15236 lazy highlighting is enabled.
15237 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
15238 priority to 1. Add lazy highlighting.
15239 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
15240 from `isearch-dehighlight'.
15241
15242 2005-03-18 David Ponce <david@dponce.com>
15243
15244 * files.el (hack-local-variables): Do a case-insensitive search
15245 for End.
15246
15247 2005-03-18 Juri Linkov <juri@jurta.org>
15248
15249 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
15250 `isearch-lazy-highlight-cleanup', add alias to old name and
15251 declare obsolete. Add release numbers to other obsolete vars.
15252 (isearch-done, isearch-lazy-highlight-new-loop):
15253 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
15254 (lazy-highlight-cleanup) <variable>: Doc fix.
15255 (isearch-lazy-highlight-update): Rename obsolete
15256 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
15257
15258 2005-03-18 Kenichi Handa <handa@m17n.org>
15259
15260 * language/thai-util.el: Fix categorization of Thai characters in
15261 thai-category-table.
15262 (thai-composition-pattern): Adjust it for the above change.
15263 (thai-self-insert-command, thai-compose-syllable): New functions.
15264 (thai-compose-region): Use thai-compose-syllable.
15265 (thai-compose-string): Likewise.
15266 (thai-composition-function): Likewise.
15267 (thai-auto-composition): New function.
15268 (thai-auto-composition-mode): New minor mode.
15269
15270 * language/thai.el: Fix patterns to be registered in
15271 composition-function-table.
15272
15273 * international/quail.el (quail-input-method): Locally bind
15274 inhibit-modification-hooks to t.
15275
15276 2005-03-17 Richard M. Stallman <rms@gnu.org>
15277
15278 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
15279 (perl-mode): Use run-mode-hooks.
15280
15281 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
15282 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
15283 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
15284
15285 * mail/sendmail.el (sendmail-send-it): Reenable the code
15286 to compute resend-to-address and use it.
15287
15288 * tar-mode.el (tar-mode): Turn off undo unconditionally.
15289
15290 * image-mode.el: New file.
15291
15292 * image.el (insert-sliced-image): Add autoload cookie.
15293
15294 * font-lock.el (font-lock-lines-before): New user option.
15295 (font-lock-after-change-function): Obey it.
15296
15297 * bindings.el (esc-map): Make M-g a prefix.
15298 Bind M-g g and M-g M-g to goto-line.
15299
15300 * faces.el (face-id): Doc fix.
15301
15302 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
15303
15304 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
15305 (rmail-show-message): Use rmail-unknown-mail-followup-to.
15306 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
15307
15308 * mail/sendmail.el (mail-yank-ignored-headers)
15309 (mail-font-lock-keywords, mail-mode-fill-paragraph):
15310 Add Mail-Followup-To and Mail-Reply-To headers.
15311 (mail-citation-hook): Add autoload cookie.
15312 (mail-mode): Doc fix.
15313 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
15314 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
15315 (mail-mode-fill-paragraph): Handle those headers.
15316 (mail-mailing-lists): New variable.
15317 (mail-mail-reply-to, mail-mail-followup-to): New functions.
15318
15319 2005-03-17 Juri Linkov <juri@jurta.org>
15320
15321 * isearch.el (isearch-fallback): Check for `(car previous)'
15322 before calling `isearch-other-end-state'.
15323
15324 2005-03-17 Kim F. Storm <storm@cua.dk>
15325
15326 * simple.el (move-beginning-of-line): Move to beginning of buffer
15327 line, as well as beginning of screen line.
15328
15329 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
15330
15331 * calendar/diary-lib.el (mark-diary-entries): Use new optional
15332 argument REDRAW rather than calendar-redrawing variable.
15333 * calendar/calendar.el (calendar-redrawing): Delete.
15334 (redraw-calendar): Do not bind calendar-redrawing.
15335
15336 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
15337
15338 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
15339 diary-file buffer.
15340
15341 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
15342
15343 * help.el (describe-mode): Allow a :minor-mode-function property to
15344 specify a different minor mode toggle function than the variable.
15345 * simple.el (auto-fill-function):
15346 * subr.el (add-minor-mode): Use it.
15347
15348 2005-03-16 Kenichi Handa <handa@m17n.org>
15349
15350 * language/ethio-util.el (sera-being-called-by-w3): New variable.
15351 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
15352 (ethio-fidel-to-sera-buffer): Likewise.
15353
15354 2005-03-16 Juri Linkov <juri@jurta.org>
15355
15356 * emacs-lisp/find-func.el (find-function-regexp):
15357 Add defun-emitting macro `menu-bar-make-toggle'.
15358
15359 * isearch.el: Put `isearch-scroll' property to
15360 `split-window-horizontally'.
15361
15362 * info.el: Update error messages for `debug-ignored-errors'.
15363 (Info-isearch-search): Doc fix.
15364 (Info-find-node): Move up code to go into info buffer before
15365 recording the node to the history.
15366 (Info-fontify-node): Fontify titles only if the next line
15367 has two or more `*', `=', `-', `.'.
15368 Display "go to this node" for empty (match-string 3).
15369
15370 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15371
15372 * term/mac-win.el: Add mouse pointer shape constants.
15373
15374 2005-03-15 Kim F. Storm <storm@cua.dk>
15375
15376 * simple.el (move-beginning-of-line): Use vertical-motion.
15377
15378 2005-03-15 Juri Linkov <juri@jurta.org>
15379
15380 * isearch.el (isearch-error): New variable.
15381 (isearch-invalid-regexp, isearch-within-brackets): Remove.
15382 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
15383 (isearch-within-brackets-state): Remove.
15384 (isearch-case-fold-search-state, isearch-pop-fun-state):
15385 Decrease frame index.
15386 (isearch-mode, isearch-top-state, isearch-push-state)
15387 (isearch-edit-string, isearch-abort, isearch-search-and-update)
15388 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
15389 (isearch-search, isearch-lazy-highlight-new-loop):
15390 Replace `isearch-invalid-regexp' with `isearch-error'.
15391 Remove `isearch-within-brackets'.
15392 (isearch-search): Add `search-failed' handler to `condition-case'.
15393 (isearch-lazy-highlight-search): Add `condition-case' to catch
15394 errors and allow `isearch-lazy-highlight-update' to try
15395 highlighting from the beginning of the window.
15396 (isearch-repeat): Move up code to set isearch-wrapped to t
15397 before calling isearch-wrap-function.
15398
15399 * info.el (Info-isearch-initial-node): New internal variable.
15400 (Info-search): Signal an error in isearch mode when search leaves
15401 the initial node. Signal an error when `bound' is non-nil and
15402 nothing was found in the current subfile.
15403 (Info-isearch-search): Remove `condition-case'.
15404 (Info-isearch-wrap): Don't wrap when search failed during leaving
15405 the initial node. If `Info-isearch-search' is nil, wrap around
15406 the current node.
15407 (Info-isearch-start): New fun.
15408 (Info-mode): Add buffer-local hook `Info-isearch-start' to
15409 `isearch-mode-hook'.
15410
15411 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15412
15413 * simple.el (normal-erase-is-backspace): Set default to t if
15414 running on Mac.
15415
15416 * term/mac-win.el (function-key-map): Sync with x-win.el.
15417
15418 2005-03-15 Kenichi Handa <handa@m17n.org>
15419
15420 * international/mule-cmds.el (locale-language-names): Modify the
15421 format of elements and add more entries.
15422 (locale-preferred-coding-systems): Add more entries.
15423 (set-locale-environment): Adjust for the change of
15424 locale-language-names.
15425
15426 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
15427
15428 * pcvs.el (smerge-ediff): Remove bogus autoload.
15429
15430 2005-03-14 Lute Kamstra <lute@gnu.org>
15431
15432 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
15433 Ignore a `*' at the beginning of a line.
15434
15435 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
15436 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
15437 subr.el.
15438 (dont-compile, eval-when-compile, eval-and-compile): Use declare
15439 to specify indentation.
15440
15441 * generic.el (define-generic-mode): Let generic-mode-list be a
15442 list of strings; test membership with equal.
15443
15444 2005-03-14 Kim F. Storm <storm@cua.dk>
15445
15446 * simple.el (next-line, previous-line): Add optional try-vscroll
15447 arg to recognize interactive use. Pass it on to line-move.
15448 (line-move): Don't perform auto-window-vscroll when defining or
15449 executing keyboard macro to ensure consistent behavior.
15450
15451 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
15452
15453 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
15454
15455 2005-03-13 Lute Kamstra <lute@gnu.org>
15456
15457 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
15458 debugger-setup-buffer so that backtrace marks the frames set to
15459 debug-on-exit and we don't have to do it manually. Set an extra
15460 debug-on-exit for macro's.
15461 (debugger-setup-buffer): Don't mark the top frame manually.
15462
15463 2005-03-12 Lute Kamstra <lute@gnu.org>
15464
15465 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
15466 lisp-indent-function throughout.
15467 (with-no-warnings): Set lisp-indent-function property.
15468
15469 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
15470
15471 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
15472 Add entry for backslash.
15473
15474 2005-03-12 Juri Linkov <juri@jurta.org>
15475
15476 * info.el (Info-search): Four fixes for backward search.
15477
15478 2005-03-11 Jay Belanger <belanger@truman.edu>
15479
15480 * calc/calc.el (calc-language-alist): New variable.
15481 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
15482 (calc-embedded-find-modes): Use calc-language-alist instead of
15483 calc-embedded-language-alist.
15484
15485 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
15486
15487 * calendar/calendar.el (calendar-redrawing): New internal
15488 variable.
15489 (redraw-calendar): Remove bogus save-excursion from previous
15490 change. Bind calendar-redrawing to t for mark-diary-entries.
15491 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
15492 calendar if that is why we were called.
15493
15494 2005-03-11 Kenichi Handa <handa@m17n.org>
15495
15496 * international/mule.el (make-coding-system): Set property
15497 coding-system-define-form to nil.
15498 (define-coding-system-alias): Likewise.
15499
15500 2005-03-11 Kenichi Handa <handa@m17n.org>
15501
15502 These changes are suggested by Dave Love <fx@gnu.org>.
15503
15504 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
15505 coding: tag.
15506 (adaptive-fill-regexp): Add more bullets.
15507 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
15508 regexps.
15509
15510 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
15511
15512 * help.el (describe-mode): Properly handle non-trivial lighters.
15513 Don't ignore minor modes that are not listed in minor-mode-list.
15514
15515 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
15516 feature ON when the user requests to turn it OFF.
15517
15518 2005-03-10 Lute Kamstra <lute@gnu.org>
15519
15520 * emacs-lisp/debug.el (debug-entry-code): Delete it.
15521 (implement-debug-on-entry): New function to replace debug-entry-code.
15522 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
15523 second argument as the 2005-03-07 change makes it obsolete.
15524 (debug-on-entry, cancel-debug-on-entry): Update call to
15525 debug-on-entry-1.
15526 (debug, debugger-setup-buffer): Comment update.
15527 (debugger-frame-number): Update to work with implement-debug-on-entry.
15528
15529 2005-03-10 Jay Belanger <belanger@truman.edu>
15530
15531 * calc/calc-embed.el (math-ms-args): Declare it.
15532 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
15533 math-ms-args.
15534 (calc-embedded-subst): Use math-multi-subst-rec to substitute
15535 variables.
15536
15537 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
15538
15539 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
15540 Use message-box.
15541
15542 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
15543 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
15544 (tooltip-gud-tips): Simplify.
15545 (tooltip-gud-tips-p): Remove superfluous :set.
15546 (tooltip-gud-modes): Add fortran-mode.
15547 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
15548
15549 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
15550
15551 2005-03-09 Kim F. Storm <storm@cua.dk>
15552
15553 * play/animate.el (animate-place-char): Use forward-line instead
15554 of next-line to improve performance.
15555
15556 2005-03-09 Simon Josefsson <jas@extundo.com>
15557
15558 * net/browse-url.el (browse-url-default-browser): Doc fix.
15559
15560 2005-03-09 Miles Bader <miles@gnu.org>
15561
15562 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
15563 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
15564
15565 2005-03-09 Kenichi Handa <handa@m17n.org>
15566
15567 * international/latin-1.el: Set case and syntax for 255 only if
15568 set-case-syntax-set-multibyte is nil.
15569
15570 * textmodes/ispell.el (ispell-insert-word): New function.
15571 (ispell-word): Use ispell-insert-word to insert a new word.
15572 (ispell-process-line): Likewise.
15573 (ispell-complete-word): Likewise.
15574
15575 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
15576
15577 * calendar/calendar.el (redraw-calendar): Preserve point.
15578 Reported by Matt Hodges <MPHodges@member.fsf.org>.
15579 (calendar-week-start-day): Move after definition of
15580 redraw-calendar. Delete buffer test, since redraw-calendar has
15581 that now.
15582
15583 * calendar/diary-lib.el (mark-diary-entries): Only call
15584 redraw-calendar in the first of any recursive calls.
15585 Reported by Alan Shutko <ats@acm.org>.
15586
15587 2005-03-08 Juri Linkov <juri@jurta.org>
15588
15589 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
15590 (html-horizontal-rule, html-line, html-image, html-checkboxes)
15591 (html-radio-buttons): Add a space before the trailing `/>' where
15592 sgml-xml-mode is non-nil.
15593 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
15594 the subsequent tag of the empty XML tag.
15595 (html-href-anchor): Don't set initial input to "http:".
15596 (html-image): Ask for the image URL and set point inside alt="".
15597 (html-name-anchor): Duplicate the name in the `id' attribute when
15598 sgml-xml-mode is non-nil.
15599 (html-paragraph): Remove \n before <p>.
15600 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
15601 instead of `checked' when sgml-xml-mode is non-nil.
15602
15603 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
15604 Remove 1 space before #RRGGBB to not truncate it on terminal
15605 windows w/o fringes. Remove 1 space between bg and fg examples
15606 to get more space.
15607 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
15608 avoid byte-compile warnings.
15609
15610 * image-file.el (image-file-handler): Put `safe-magic' property to
15611 `image-file-handler'.
15612
15613 * info.el (Info-isearch-search): Emulate word search in
15614 isearching through multiple Info nodes with Info-search.
15615 (Info-isearch-wrap): Allow isearch-word.
15616
15617 2005-03-08 Lute Kamstra <lute@gnu.org>
15618
15619 * emacs-lisp/debug.el (debugger-step-through): Make sure that
15620 stepping into the debugger's code is not possible.
15621 (debugger-jumping-flag): Docstring update.
15622
15623 2005-03-08 Jay Belanger <belanger@truman.edu>
15624
15625 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
15626 embedded mode begins.
15627 (calc-embedded-language-alist): New variable.
15628 (calc-embedded-find-modes): Use calc-embedded-language-alist to
15629 set default language mode.
15630
15631 2005-03-08 Kenichi Handa <handa@m17n.org>
15632
15633 * international/ccl.el (define-ccl-program): Fix docstring about
15634 extra 256 bytes assured for the output buffer.
15635
15636 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
15637 Fix BUFFER_MAGNIFICATION to 2.
15638 (ccl-encode-mule-utf-16be-with-signature): Likewise.
15639
15640 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
15641
15642 * align.el (align-rules-list): Added an alignment rule for CSS
15643 declarations (applies to css-mode and html-mode buffers).
15644
15645 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
15646
15647 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
15648
15649 2005-03-07 Kim F. Storm <storm@cua.dk>
15650
15651 * simple.el (move-beginning-of-line): New command.
15652
15653 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
15654
15655 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
15656
15657 * emulation/cua-base.el: Put CUA move property on move-end-of-line
15658 and move-beginning-of-line.
15659
15660 * apropos.el (apropos-print): Omit command from M-x ... RET.
15661
15662 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
15663
15664 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
15665 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
15666
15667 2005-03-06 Richard M. Stallman <rms@gnu.org>
15668
15669 * bindings.el (esc-map): Bind M-g to goto-line.
15670
15671 * facemenu.el (global-map): Bind M-o, not M-g.
15672
15673 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15674
15675 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
15676 "Open Directory" as for "Open File".
15677
15678 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
15679
15680 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
15681 (push-mark-command): Run activate-mark-hook.
15682
15683 2005-03-06 Richard M. Stallman <rms@gnu.org>
15684
15685 * help-mode.el (help-mode-finish): Don't alter the element
15686 in view-return-to-alist if there already is one.
15687
15688 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
15689 make sure the current buffer is the expected one.
15690
15691 * novice.el (disabled-command-function): Output in *Disabled Command*.
15692 Explicitly ignore non-keyboard events, and explicitly handle C-g.
15693
15694 * textmodes/flyspell.el (flyspell-large-region):
15695 Pass args differently for aspell.
15696
15697 * files.el (mode-require-final-newline): Doc fix.
15698
15699 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
15700
15701 * progmodes/which-func.el (which-function):
15702 Specify NOERROR when calling imenu--make-index-alist.
15703
15704 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
15705
15706 * simple.el (normal-erase-is-backspace): Define default value.
15707
15708 * custom.el (custom-theme-set-variables): Remove unused var
15709 `immediate'.
15710 (custom-reevaluate-setting): Simple function to handle variables
15711 that are defined before their default value can really be
15712 computed.
15713
15714 * startup.el (command-line): Use it for temporary-file-directory,
15715 small-emporary-file-directory, auto-save-file-name-transforms,
15716 blink-cursor-mode, and normal-erase-is-backspace.
15717
15718 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
15719 progress, even with buggy anchored keywords.
15720
15721 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
15722
15723 * simple.el (goto-line): Remove unbalanced final parenthesis.
15724
15725 2005-03-05 Richard M. Stallman <rms@gnu.org>
15726
15727 * simple.el (goto-line): Use a number at point as the default.
15728 With C-u as arg, switch buffers.
15729
15730 2005-03-05 Juri Linkov <juri@jurta.org>
15731
15732 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
15733 with `no-blinking-cursor'.
15734
15735 * startup.el (no-blinking-cursor): New defvar.
15736 (command-line): Add `--no-blinking-cursor' to longopts.
15737 Set `no-blinking-cursor' to t for command line arguments
15738 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
15739 with `no-blinking-cursor' in the condition for calling
15740 `blink-cursor-mode'.
15741
15742 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
15743
15744 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
15745 (menu-bar-options-save): Add blink-cursor-mode.
15746 (menu-bar-options-menu): Add blink-cursor-mode.
15747
15748 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
15749
15750 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
15751 (icalendar-export-file, icalendar-export-region)
15752 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
15753 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
15754
15755 2005-03-04 Lute Kamstra <lute@gnu.org>
15756
15757 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
15758 (debug-function-list): Ditto.
15759
15760 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
15761
15762 * textmodes/texinfmt.el (texinfo-append-refill):
15763 Redefine the types of line to which @refill
15764 is not appended by replacing a search for `@refill\\|@bye' with
15765 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
15766 itemize@refill' bug and the unfilled long lines bug.
15767 (texinfmt-version): Update number and date.
15768
15769 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
15770
15771 * international/code-pages.el (windows-1250, windows-125[2-8])
15772 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
15773
15774 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
15775
15776 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
15777 bound yet.
15778
15779 2005-03-02 Romain Francoise <romain@orebokech.com>
15780
15781 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
15782 buffer after removing limits.
15783 (ibuffer-pop-filter): Ditto.
15784 Update copyright.
15785
15786 2005-03-02 Miles Bader <miles@gnu.org>
15787
15788 * button.el (make-text-button): If the user doesn't specify a
15789 type, use the default. Rewrite to use `add-text-properties' and
15790 plist functions.
15791
15792 2005-03-01 Lute Kamstra <lute@gnu.org>
15793
15794 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
15795 (debugger-jumping-flag): New var.
15796 (debug-entry-code): Use it.
15797 (debugger-jump): Use debugger-jumping-flag and add
15798 debugger-reenable to post-command-hook.
15799 (debugger-reenable): Use debugger-jumping-flag and remove itself
15800 from post-command-hook.
15801 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
15802 debugger-reenable.
15803
15804 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
15805
15806 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
15807 inclusion of "itemize\\|", which may be unnecessary, is certainly
15808 inelegant, and stops refilling in itemize lists when formatting
15809 Japanese Texinfo files to Info.
15810 Update copyright to 2005.
15811
15812 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
15813
15814 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
15815 of an error if GDB can't find the source file.
15816
15817 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
15818
15819 * calendar/calendar.el (redraw-calendar): Work from any buffer,
15820 not just the calendar.
15821
15822 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
15823 first.
15824 (diary-redraw-calendar): New function.
15825 (make-diary-entry): Add diary-redraw-calendar to local
15826 write-contents-functions. Turn off selective display before
15827 inserting in diary.
15828
15829 2005-03-01 Kim F. Storm <storm@cua.dk>
15830
15831 * emacs-lisp/copyright.el (copyright-fix-years): New command.
15832
15833 2005-03-01 Lute Kamstra <lute@gnu.org>
15834
15835 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
15836 that debug-entry-code can be safely removed from a function while
15837 this code is being evaluated. Revert the 2005-02-27 change as the
15838 new implementation no longer requires it. Make sure that a
15839 function body containing just a string is not mistaken for a docstring.
15840 (debug): Skip one more frame in case of debug on entry.
15841 (debugger-setup-buffer): Delete one more frame line in case of
15842 debug on entry.
15843 (debugger-frame-number): Update to use the new text introduced by
15844 the 1999-11-03 change. Skip one more frame in case of debug on entry.
15845
15846 2005-02-28 Kim F. Storm <storm@cua.dk>
15847
15848 * double.el (double-translate-key): Call force-window-update after
15849 read-event to avoid crash in redisplay.
15850
15851 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
15852
15853 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
15854 (debug): Use it. Move the inhibit-trace earlier.
15855 (debug-entry-code): New const.
15856 (debug-on-entry-1): Use it.
15857
15858 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
15859
15860 * international/utf-16.el (ccl-encode-mule-utf-16le):
15861 Fix BUFFER_MAGNIFICATION to 2.
15862 (ccl-encode-mule-utf-16be): Likewise.
15863
15864 2005-02-28 Kenichi Handa <handa@m17n.org>
15865
15866 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
15867 Fix BUFFER_MAGNIFICATION to 4.
15868 (ccl-encode-mule-utf-16be-with-signature): Likewise.
15869
15870 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
15871
15872 * speedbar.el (speedbar-update-flag): Doc fix.
15873 (speedbar-show-info-under-mouse): Give set-mouse-position the right
15874 argument.
15875
15876 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
15877
15878 * reveal.el (reveal-post-command): Don't try to reveal overlays which
15879 have a non-nil `invisible' property but are actually visible.
15880
15881 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
15882 for perldoc sections.
15883 (perl-outline-regexp, perl-outline-level): New var and function.
15884 (perl-mode): Use them.
15885
15886 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
15887
15888 * calendar/diary-lib.el (diary-remind): Discard any mark portion
15889 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
15890
15891 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
15892
15893 * cus-edit.el: Comment change.
15894 (custom-buffer-create-internal): Slightly reword text at top of
15895 Custom buffers. Mention there that saving an option edits the
15896 init file. Add link to Emacs manual node on `custom-file'.
15897 (custom-magic-alist): Rewrite individual State messages to use
15898 capitalized keywords. Doc fix.
15899
15900 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
15901
15902 * calendar/calendar.el (calendar-buffer): Move above
15903 calendar-week-start-day.
15904 (calendar-week-start-day): Doc fix. Add :set function.
15905 (calendar-minimum-window-height): New variable.
15906 (generate-calendar-window): Only resize window if selected-window
15907 is displaying the calendar buffer. Use new variable
15908 calendar-minimum-window-height.
15909 (generate-calendar): Reword error message.
15910 (calendar-mode-map): Bind DEL to scroll-other-window-down.
15911
15912 2005-02-27 Andreas Schwab <schwab@suse.de>
15913
15914 * vc.el (vc-do-command): Don't run command asynchronously when
15915 operating in a remote directory.
15916
15917 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
15918 change from sync with Tramp 2.0.47.
15919
15920 2005-02-27 Richard M. Stallman <rms@gnu.org>
15921
15922 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
15923
15924 * textmodes/flyspell.el (flyspell-mode-on):
15925 Call ispell-change-dictionary only if necessary.
15926
15927 * emacs-lisp/re-builder.el (regexp-builder): New function.
15928
15929 * register.el (describe-register-1): Explicitly handle
15930 yank-excluded-properties = t.
15931
15932 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
15933 (custom-magic-alist): Change the status descriptions again.
15934 (face widget-type): Total rewrite based on `restricted-sexp'
15935 to eliminate the confusing double hiding levels.
15936
15937 * emacs-lisp/debug.el (debug-on-entry-1):
15938 If function body is empty, add nil as body form.
15939
15940 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
15941
15942 * emacs-lisp/trace.el (inhibit-trace): New var.
15943 (trace-make-advice): Use it.
15944
15945 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
15946
15947 2005-02-26 Kim F. Storm <storm@cua.dk>
15948
15949 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
15950 (mouse-on-link-p, mouse-drag-region-1): Use it.
15951
15952 2005-02-25 Lute Kamstra <lute@gnu.org>
15953
15954 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
15955
15956 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
15957
15958 * frame.el (blink-cursor-mode): Add :group keyword.
15959
15960 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
15961
15962 * calendar/icalendar.el (icalendar--decode-isodatetime):
15963 New optional argument DAY-SHIFT.
15964 (icalendar-export-region): Fix coding-system-for-write.
15965 (icalendar--convert-ical-to-diary): Shift end-day of all-day
15966 events by one.
15967
15968 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
15969
15970 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
15971
15972 2005-02-24 Kim F. Storm <storm@cua.dk>
15973
15974 * international/iso-acc.el (iso-accents-compose): Fix crash
15975 during redisplay. Call force-window-update after read-event
15976 and delete-region to signal that window is not accurate.
15977
15978 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
15979
15980 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
15981 Remove unused and inexistent var `inhibit-trace'.
15982 (debugger-mode): Use run-mode-hooks.
15983 (debugger-list-functions): Add buttons; setup xref stack.
15984
15985 2005-02-23 Richard M. Stallman <rms@gnu.org>
15986
15987 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
15988 appointment says it was explicitly made.
15989 (appt-add): Set the 3rd element.
15990 (appt-make-list): Preserve explicit appointments.
15991
15992 * subr.el (find-tag-default): Catch errors in forward-sexp.
15993
15994 2005-02-23 Juri Linkov <juri@jurta.org>
15995
15996 * info.el (Info-isearch-search): New defcustom.
15997 (Info-isearch-search): Call the default isearch function
15998 when Info-isearch-search is nil.
15999 (Info-isearch-wrap): Use variable Info-isearch-search.
16000
16001 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
16002
16003 * cus-edit.el: Comment change.
16004
16005 2005-02-22 Kim F. Storm <storm@cua.dk>
16006
16007 * progmodes/hideif.el (hide-ifdef-use-define-alist):
16008 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
16009
16010 2005-02-22 Simon Josefsson <jas@extundo.com>
16011
16012 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
16013 New variable.
16014 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
16015 Oskarsson" <myrkraverk@users.sourceforget.net>.
16016
16017 2005-02-22 Kim F. Storm <storm@cua.dk>
16018
16019 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
16020 check that window of that event is the selected window.
16021 (mouse-drag-region-1): Compare mouse event window to selected
16022 window before setting point.
16023
16024 * tooltip.el (tooltip-show-help-function): Pass event to
16025 mouse-on-link-p so it can check selected window.
16026
16027 2005-02-22 Kenichi Handa <handa@m17n.org>
16028
16029 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
16030 (ps-mule-show-warning): New function.
16031 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
16032 characters are found.
16033
16034 * ps-print.el (ps-header-footer-string): Return a list of header
16035 and footer strings.
16036
16037 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
16038
16039 * pcvs.el (cvs-retrieve-revision): Fix thinko.
16040
16041 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
16042
16043 * frame.el (blink-cursor-mode): Use define-minor-mode.
16044
16045 * term/mac-win.el (function-key-map): Use char-names more consistently.
16046 (file-name-coding-system): Only set it for MacOS-9. The other case is
16047 already handled in mule-cmds.el (where it also works when mac-win.el
16048 is not used).
16049
16050 2005-02-21 Kenichi Handa <handa@m17n.org>
16051
16052 * international/mule.el (ctext-pre-write-conversion): Always use
16053 " *code-converting-work*" buffer for work.
16054
16055 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
16056
16057 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
16058
16059 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
16060
16061 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
16062
16063 * ses.el (undo-more): Restore defadvice, but only the part that
16064 allows changes outside the restricted area of the buffer.
16065
16066 2005-02-20 Kim F. Storm <storm@cua.dk>
16067
16068 * simple.el (line-move): Add fourth optional arg try-vscroll which
16069 must be set to perform auto-window-vscroll.
16070 When moving backwards and doing auto-window-vscroll, automatically
16071 vscroll to the last part of lines which are taller than the window.
16072 (next-line, previous-line): Set try-vscroll arg on line-move.
16073
16074 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
16075
16076 * replace.el (query-replace, query-replace-regexp)
16077 (replace-string, replace-regexp): When operating on region, make
16078 the minibuffer prompt say so.
16079
16080 * isearch.el (isearch-forward): Document isearch-query-replace and
16081 isearch-query-replace-regexp keybindings.
16082
16083 2005-02-19 Jay Belanger <belanger@truman.edu>
16084
16085 * calc/calc-aent.el (math-read-token): Add local variable.
16086
16087 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
16088 (calc-edit-top): Move declaration to earlier in file.
16089 (calc-edit-macro-repeats): Add local variables.
16090
16091 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
16092 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
16093 calcFunc-tanh.
16094 Adjust integration rule for calcFunc-tan.
16095
16096 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
16097
16098 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
16099 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
16100 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
16101 (viper-skip-separators): Bug fix.
16102 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
16103 particular major mode.
16104 (viper-del-backward-char-in-replace): Don't put deleted char on the
16105 kill ring.
16106
16107 * viper-ex.el (viper-color-display-p): New function.
16108 (viper-has-face-support-p): Use viper-color-display-p.
16109
16110 * viper-keym.el (viper-gnus-modifier-map): New keymap.
16111
16112 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
16113
16114 * viper-util.el (viper-glob-unix-files): Fix shell status check.
16115 (viper-file-remote-p): Make equivalent to file-remote-p.
16116
16117 * viper.el (viper-major-mode-modifier-list):
16118 Use viper-gnus-modifier-map.
16119
16120 2005-02-19 David Kastrup <dak@gnu.org>
16121
16122 * subr.el (subregexp-context-p): Fix garbled doc string by adding
16123 quoting.
16124
16125 2005-02-19 Jay Belanger <belanger@truman.edu>
16126
16127 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
16128 Remove extra definitions.
16129 (calc-coth): New function.
16130 (calcFunc-cot): Fix `let'.
16131
16132 2005-02-19 Eli Zaretskii <eliz@gnu.org>
16133
16134 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
16135 the reasons we use "type pc" in these faces.
16136
16137 * button.el (button): Ditto.
16138
16139 2005-02-19 Michael Mauger <mmaug@yahoo.com>
16140
16141 * replace.el (query-replace-read-from): Set the value of
16142 query-replace-from-history-variable to handle the case of an empty
16143 string entered to accept the suggested default.
16144
16145 * net/tramp.el (tramp-file-name-for-operation):
16146 Use dired-call-process instead of dired-call-process-command.
16147
16148 2005-02-19 Jay Belanger <belanger@truman.edu>
16149
16150 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
16151 (math-div-non-trig): New variables.
16152 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
16153 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
16154 (math-combine-prod, math-div-symb-fancy): Add simplifications for
16155 trig expressions.
16156
16157 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
16158
16159 * progmodes/gdb-ui.el (gdb-var-update-handler)
16160 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
16161 for watch expressions,
16162 (gdb-var-create-handler): Don't set speedbar-update-flag.
16163 (gdb-post-prompt): Simplify test for speedbar.
16164
16165 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
16166
16167 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
16168 (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
16169 we use the syntax table of the correct buffer.
16170 (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
16171 Felix Gatzemeier.
16172
16173 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
16174 (ediff-file-remote-p): Make synonymous with file-remote-p.
16175 In all deffaces ediff-*-face-*, use min-colors.
16176
16177 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
16178 ediff-recurse-to-subdirectories.
16179 (ediff-mark-if-equal): Check that the arguments are strings, use
16180 ediff-same-contents (after to Felix Gatzemeier).
16181
16182 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
16183 nil.
16184
16185 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
16186
16187 * log-view.el (log-view-message-re): Fix up Subversion regexp.
16188
16189 2005-02-18 David Kastrup <dak@gnu.org>
16190
16191 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
16192 use `mark-active' when defined.
16193
16194 2005-02-18 Kenichi Handa <handa@m17n.org>
16195
16196 * ps-print.el (ps-font-info-database): New entry
16197 ZapfChancery-MediumItalic with correct font name. Fix font name
16198 of the entry Zapf-Chancery-MediumItalic.
16199
16200 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
16201
16202 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
16203
16204 2005-02-16 Kim F. Storm <storm@cua.dk>
16205
16206 * ido.el (ido-fallback-command): Pass user input to fallback command.
16207
16208 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
16209
16210 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
16211 (gdb-find-file-hook): Add server prefix.
16212
16213 2005-02-16 Richard M. Stallman <rms@gnu.org>
16214
16215 * replace.el (perform-replace): Pass new args to replace-highlight.
16216 (replace-highlight): Take region args,
16217 and pass them to isearch-lazy-highlight-new-loop.
16218
16219 * novice.el (disabled-command-hook): Autoload the defalias
16220 and the make-obsolete-variable call.
16221
16222 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
16223
16224 * isearch.el (isearch-lazy-highlight-start-limit)
16225 (isearch-lazy-highlight-end-limit): New variables limit
16226 the region for highlighting.
16227 (isearch-lazy-highlight-new-loop): New args BEG and END.
16228 (isearch-lazy-highlight-search): Use the new vars.
16229 (isearch-lazy-highlight-update): Likewise.
16230
16231 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
16232
16233 * cus-start.el (all): Use default-boundp.
16234
16235 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
16236
16237 * menu-bar.el (menu-bar-select-frame): Handle current frame.
16238
16239 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
16240
16241 * autorevert.el (auto-revert-stop-on-user-input)
16242 (auto-revert-verbose): Doc fixes.
16243
16244 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
16245
16246 * international/mule-cmds.el (set-locale-environment): Remove call
16247 to set-selection-coding-system on Windows.
16248
16249 2005-02-15 Jay Belanger <belanger@truman.edu>
16250
16251 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
16252 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
16253 calcFunc-coth.
16254 (math-simplify-sqrt): Add simplifications.
16255
16256 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
16257 to list.
16258
16259 * calc/calc-ext.el: Add functions to autoloads.
16260
16261 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
16262 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
16263 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
16264 (math-csc-raw, math-cot-raw): New functions.
16265
16266 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
16267
16268 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
16269 the variable name in a message.
16270
16271 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
16272 calcFunc-csc, calcFunc-cot.
16273
16274 * calc/calcalg2.el: Add derivative and integration rules for
16275 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
16276 calcFunc-csch, calcFunc-coth.
16277 (math-do-integral-methods): Add to checks for when to use
16278 substitutions.
16279
16280 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
16281
16282 2005-02-15 Lute Kamstra <lute@gnu.org>
16283
16284 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
16285 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
16286 <monnier@iro.umontreal.ca>
16287 (lisp-outline-level): Improve efficiency. Suggested by David
16288 Kastrup <dak@gnu.org>.
16289
16290 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
16291
16292 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
16293 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
16294 (gdb-set-gud-minor-mode-existing-buffers): New functions.
16295 (gdb-find-file-hook): New hook. Add it to find-file-hook.
16296 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
16297
16298 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
16299
16300 * cus-start.el (all): Comment change.
16301
16302 2005-02-14 Lute Kamstra <lute@gnu.org>
16303
16304 * cus-start.el (all): Check if symbol is void.
16305
16306 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
16307
16308 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
16309 optional argument to \cite.
16310
16311 2005-02-14 Richard M. Stallman <rms@gnu.org>
16312
16313 * cus-edit.el (custom-buffer-create-internal): Update help message.
16314 (custom-magic-alist): Update help messages.
16315
16316 * cus-start.el (all): Allow a var to specify a standard value.
16317
16318 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
16319
16320 * custom.el (custom-theme-set-variables): Handle variable aliases.
16321
16322 * frame.el (blink-cursor-timer): Doc fix.
16323 (blink-cursor): Make it an alias for `blink-cursor-mode' and
16324 declare obsolete.
16325 (blink-cursor-mode): Define with defcustom and use correct
16326 standard expression in that defcustom.
16327 * startup.el (command-line): Adapt to above changes in frame.el.
16328
16329 2005-02-11 Lute Kamstra <lute@gnu.org>
16330
16331 * apropos.el (apropos-score-doc): Prevent division by zero.
16332
16333 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
16334
16335 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
16336 (icalendar--get-event-property-attributes)
16337 (icalendar--get-event-properties)
16338 (icalendar--datetime-to-diary-date): New functions.
16339 (icalendar--split-value): Doc fix.
16340 (icalendar--datetime-to-noneuropean-date)
16341 (icalendar--datetime-to-european-date): New optional argument
16342 SEPARATOR. Return result as a string instead of a list.
16343 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
16344 (icalendar--convert-string-for-export): Rename arg S to STRING.
16345 (icalendar-export-region): Doc fix. Change name of error buffer.
16346 Save output buffer.
16347 (icalendar-import-file): Add blank at end of prompt.
16348 (icalendar-import-buffer): Doc fix. Do not switch to error
16349 buffer. Indicate status in return value.
16350 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
16351 buffer. Save output buffer. Handle exception from recurrence
16352 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
16353 events. Fix problems with weekly all-day events.
16354
16355 2005-02-10 Richard M. Stallman <rms@gnu.org>
16356
16357 * simple.el (eval-expression-print-format):
16358 Avoid warning about edebug-active.
16359
16360 * help.el (help-for-help-internal): Rename from help-for-help.
16361 (help-for-help): Define with defalias.
16362
16363 * font-core.el (font-lock-default-function): Use with-no-warnings.
16364
16365 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
16366
16367 * custom.el (defface): Doc fix.
16368
16369 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
16370
16371 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
16372 width 0" to prevent word wrapping problems.
16373
16374 2005-02-09 Kim F. Storm <storm@cua.dk>
16375
16376 * ido.el (ido-file-extensions-order): New defcustom.
16377 (ido-file-extension-lessp, ido-file-extension-aux)
16378 (ido-file-extension-order): New advanced file ordering.
16379 (ido-file-lessp): New simple file ordering.
16380 (ido-sort-list): Remove.
16381 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
16382 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
16383
16384 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
16385
16386 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
16387 that some versions of grep produce.
16388 (grep-mode-font-lock-keywords): Likewise.
16389
16390 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
16391
16392 * progmodes/gdb-ui.el (gdb-location-list): New variable.
16393 (gdb-cdir): Delete.
16394 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
16395 (gdb-source-info): Treat case when source file is in another
16396 directory properly.
16397 (gdb-get-location): New function.
16398
16399 2005-02-07 Jay Belanger <belanger@truman.edu>
16400
16401 * calc/calc-prog.el (calc-write-parse-table-part)
16402 (calc-fix-token-name): Fix a check for language type.
16403
16404 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
16405
16406 2005-02-07 Andre Spiegel <spiegel@gnu.org>
16407
16408 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
16409 as directory not writable.
16410
16411 2005-02-07 Kim F. Storm <storm@cua.dk>
16412
16413 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
16414 (cua--standard-movement-commands): Remove list.
16415 Instead, set CUA property value to move for movement commands.
16416 (cua-movement-commands): Remove. Users must set CUA prop instead.
16417 (cua--pre-command-handler): Check CUA property.
16418 (cua--init-keymaps): Don't remap undo commands.
16419 (cua-mode): Don't call cua--rectangle-on-off.
16420
16421 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
16422 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
16423 (cua--rect-undo-set-point): New var.
16424 (cua--rectangle-undo-boundary): Setup undo apply entry.
16425 (cua--rect-undo-handler): New function for rectangle undo.
16426 (cua--rect-start-position, cua--rect-end-position): Add.
16427 (cua--rectangle-post-command): Call cua--rectangle-set-corners
16428 for restored rectangle. Set point if cua--rect-undo-set-point.
16429
16430 2005-02-06 Jay Belanger <belanger@truman.edu>
16431
16432 * calc/calc-lang.el (calc-tex-language): Display more information
16433 in messages.
16434
16435 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
16436 in TeX mode.
16437
16438 2005-02-06 Richard M. Stallman <rms@gnu.org>
16439
16440 * emacs-lisp/lisp.el (buffer-end): Doc fix.
16441
16442 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
16443
16444 * net/ldap.el (ldap-search-internal): Support attributes with
16445 optional descriptions separated by a semi-colon, as in
16446 "userCertificate;binary".
16447
16448 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16449
16450 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
16451 isn't a cons (i.e. the version is 0).
16452
16453 2005-02-05 Eli Zaretskii <eliz@gnu.org>
16454
16455 * help.el (help-for-help): Doc fix.
16456
16457 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
16458
16459 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
16460 GDB-Windows on the menu-bar as this works better.
16461
16462 2005-02-04 Jay Belanger <belanger@truman.edu>
16463
16464 * calc/calc-embed.el (calc-embedded-update): Don't put in
16465 unnecessary newlines. Adjust the end of formula marker.
16466
16467 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
16468 (math-latex-parse-two-args): New function.
16469
16470 2005-02-03 Lute Kamstra <lute@gnu.org>
16471
16472 * help-fns.el (help-with-tutorial): Make sure that users cannot
16473 remove the entire text of the tutorial by means of `undo'.
16474
16475 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
16476
16477 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
16478 in recent changes, where the ispell process was repeatedly
16479 killed & restarted.
16480
16481 * international/mule-cmds.el (set-locale-environment): Set file-name
16482 coding system to utf-8 on Darwin systems.
16483 (set-default-coding-systems): Don't set default-file-name-coding-system
16484 on Darwin systems.
16485
16486 2005-02-03 Richard M. Stallman <rms@gnu.org>
16487
16488 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
16489
16490 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
16491
16492 * faces.el (list-faces-display): Add optional argument.
16493
16494 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
16495
16496 * font-core.el (font-lock-default-function): Handle the rare case where
16497 only font-lock-keywords is set.
16498
16499 2005-02-02 Kenichi Handa <handa@m17n.org>
16500
16501 * international/characters.el: Cancel previous change for
16502 I-WITH-DOT-ABOVE and DOTLESS-i.
16503
16504 * international/latin-5.el: Cancel previous change.
16505
16506 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
16507
16508 * progmodes/gud.el: Correction to syntax in gud-menu-map.
16509
16510 2005-02-02 Kenichi Handa <handa@m17n.org>
16511
16512 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
16513 DOTLESS-i.
16514
16515 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
16516 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
16517
16518 * case-table.el (get-upcase-table): New function.
16519 (copy-case-table): Copy upcaes table too if non-nil.
16520 (set-case-syntax-delims): Maintain upcase table too.
16521 (set-case-syntax-pair): Likewise.
16522 (set-upcase-syntax, set-downcase-syntax): New functions.
16523 (set-case-syntax): Maintain upcase table too.
16524
16525 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
16526
16527 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
16528
16529 * progmodes/gud.el (gud-goto-info): New function.
16530 (gud-tool-bar-map): Use correct icon.
16531
16532 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
16533
16534 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
16535 When delegating, order args in the funcall correctly.
16536
16537 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
16538
16539 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
16540
16541 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
16542
16543 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
16544 buffer not visiting a file.
16545
16546 2005-01-31 Jay Belanger <belanger@truman.edu>
16547
16548 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
16549 bound on the line with the formula.
16550
16551 2005-01-31 Kim F. Storm <storm@cua.dk>
16552
16553 * ses.el (ses-create-cell-variable-range)
16554 (ses-destroy-cell-variable-range, ses-reset-header-string)
16555 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
16556 (ses-insert-row): Fix format of apply undo entries.
16557
16558 2005-01-31 Jay Belanger <belanger@truman.edu>
16559
16560 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
16561 parts.
16562
16563 * calc/calc-embed.el (calc-embedded-open-formula)
16564 (calc-embedded-close-formula): Ignore matrix environments.
16565
16566 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
16567 TeX mode.
16568
16569 * calc/calc-lang.el (math-function-table, math-oper-table)
16570 (math-variable-table): Adjust the LaTeX portions.
16571
16572 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
16573 (math-latex-ignore-words): New constant.
16574
16575 2005-01-31 Richard M. Stallman <rms@gnu.org>
16576
16577 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
16578 (ispell-local-dictionary): Doc fix.
16579 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
16580 Don't reinitialize at run time. Don't defcustom.
16581 All uses changed to append ispell-local-dictionary-alist,
16582 or check it first.
16583 (ispell-current-dictionary): New variable for dictionary in use.
16584 (ispell-dictionary): Now used only for global default.
16585 (ispell-start-process): Set ispell-current-dictionary,
16586 not ispell-dictionary.
16587 (ispell-change-dictionary): Use this only for setting
16588 user preferences.
16589 (ispell-internal-change-dictionary): New function
16590 to change the current dictionary in use.
16591 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
16592 Use ispell-current-dictionary.
16593 Handle ispell-local-dictionary-overridden.
16594 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
16595
16596 2005-01-31 Jay Belanger <belanger@truman.edu>
16597
16598 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
16599
16600 * calc/calc-ext.el: Add calc-latex-language to autoloads.
16601 (calc-mode-map): Add calc-latex-language.
16602
16603 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
16604 (math-latex-print-frac): New functions.
16605 (math-oper-table, math-function-table, math-variable-table)
16606 (math-complex-format, math-input-filter): Add latex properties.
16607 (calc-set-language): Set math-expr-special-function-mapping.
16608
16609 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
16610 (calc-write-parse-table-part): Add LaTeX support.
16611
16612 * calc/calc.el (calc-language): Adjust docstring.
16613 (calc-set-mode-line): Add LaTeX support.
16614 (math-expr-special-function-mapping): New variable.
16615 (math-tex-ignore-words): Add to list.
16616
16617 * calc/calccomp.el (math-compose-expr, math-compose-rows):
16618 Add LaTeX support.
16619 (math-compose-expr): Add support for special functions.
16620
16621 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
16622
16623 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
16624
16625 * progmodes/gdb-ui.el (gdb-memory-address)
16626 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
16627 (gdb-memory-mode-map, gdb-memory-format-keymap)
16628 (gdb-memory-format-menu, gdb-memory-unit-keymap)
16629 (gdb-memory-unit-menu): New variables for a buffer
16630 that lets the user examine program memory.
16631 (gdb-memory-set-address, gdb-memory-set-repeat-count)
16632 (gdb-memory-format-binary, gdb-memory-format-octal)
16633 (gdb-memory-format-unsigned, gdb-memory-format-signed)
16634 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
16635 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
16636 (gdb-memory-unit-word, gdb-memory-unit-halfword)
16637 (gdb-memory-unit-byte, gdb-memory-unit-menu)
16638 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
16639 (gdb-memory-mode, gdb-memory-buffer-name)
16640 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
16641 New functions for above buffer.
16642
16643 2005-01-30 Richard M. Stallman <rms@gnu.org>
16644
16645 * cus-edit.el (custom-bury-buffer): Function deleted.
16646 (custom-buffer-done-function): Option deleted.
16647 (custom-buffer-done-kill): New (replacement option.
16648 (Custom-buffer-done): Call quit-window.
16649 (custom-buffer-create-internal): Update for above changes.
16650
16651 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
16652
16653 * simple.el (undo-ask-before-discard): New var.
16654 (undo-outer-limit-truncate): Implement it.
16655 (undo-extra-outer-limit): Doc update.
16656
16657 2005-01-29 Richard M. Stallman <rms@gnu.org>
16658
16659 * ses.el (undo-more): Delete defadvice.
16660 (ses-begin-change): Doc fix.
16661
16662 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
16663 instead of rebinding C-x u and C-_.
16664
16665 * files.el (normal-backup-enable-predicate): Return nil for files
16666 in /tmp, regardless of temporary-file-directory.
16667
16668 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
16669
16670 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
16671 (open-rectangle, delete-whitespace-rectangle-line)
16672 (clear-rectangle-line): If FILL, pass t instead of FILL
16673 for move-to-column's 2nd arg.
16674
16675 * simple.el (undo): Fix the test for continuing a series of undos.
16676 (undo-more): Set pending-undo-list to t when we reach end.
16677 (pending-undo-list): Move up defvar.
16678
16679 * wid-edit.el (widget-button-click):
16680 Shorten the range of the track-mouse binding.
16681
16682 * comint.el (comint-insert-input): Undo previous changes;
16683 use last-input-event in interactive spec.
16684
16685 2005-01-29 Eli Zaretskii <eliz@gnu.org>
16686
16687 * progmodes/compile.el (compilation-start): Bind buffer-read-only
16688 to nil before invoking call-process. Reset buffer's modified flag
16689 after fontifying it in the no-async branch.
16690
16691 * wid-edit.el (widget-specify-button): If mouse pointer shape
16692 cannot be changed, use mouse face instead.
16693
16694 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
16695
16696 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
16697 (gdb-goto-breakpoint): Make breakpoint handling work on template
16698 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
16699 (gdb-assembler-custom): Update to recognize breakpoint information
16700 added on 2005-01-19.
16701
16702 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
16703
16704 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
16705 (dsssl-mode): Use define-derived-mode.
16706 (scheme-mode-initialize): Remove.
16707 (scheme-mode): Use run-mode-hooks.
16708
16709 * cus-edit.el (customize-group-other-window)
16710 (custom-buffer-create-other-window): Don't override special-display-*.
16711 (custom-mode-map): Make it dense.
16712
16713 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
16714 sets the default value.
16715
16716 2005-01-28 Eli Zaretskii <eliz@gnu.org>
16717
16718 * descr-text.el: Add more keywords.
16719
16720 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
16721
16722 * speedbar.el: Avoid unnecessary use of locate-library.
16723
16724 * international/mule-cmds.el (standard-display-european-internal):
16725 Don't fiddle with latin-1 non-break space any more since it's now
16726 special cased in the C code.
16727 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
16728
16729 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
16730
16731 * cus-start.el (all): Add `undo-outer-limit'.
16732
16733 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
16734
16735 * textmodes/bibtex.el (bibtex-format-entry):
16736 Use `bibtex-empty-field-re' only on the text of fields, not on entire
16737 field lines.
16738 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
16739 not on part of a buffer.
16740
16741 2005-01-25 Lute Kamstra <lute@gnu.org>
16742
16743 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
16744 nonempty field text strings like "{letters\\macro{}more letters}".
16745 Clarify docstring.
16746 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
16747 (bibtex-entry-offset, bibtex-parse-association)
16748 (bibtex-parse-field-name): Fix typos in docstrings.
16749 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
16750
16751 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
16752
16753 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
16754 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
16755 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
16756 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
16757
16758 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
16759 isearch minor mode.
16760
16761 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
16762
16763 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
16764
16765 2005-01-24 Lute Kamstra <lute@gnu.org>
16766
16767 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
16768 CASECHARS and NOT-CASECHARS regular expressions of the
16769 "nederlands" and "nederlands8" dictionaries to prevent a "Range
16770 striding over charsets" error.
16771
16772 2005-01-24 Jay Belanger <belanger@truman.edu>
16773
16774 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
16775 display variable name.
16776
16777 2005-01-24 Kenichi Handa <handa@m17n.org>
16778
16779 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
16780 Fix setting of the element of encoded-kbd-iso2022-invocations.
16781
16782 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
16783
16784 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
16785 (gdb-threads-select): Change to also accept mouse events.
16786 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
16787 (gdb-threads-mouse-select): Delete.
16788
16789 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
16790
16791 * files.el (insert-directory): Take care of empty directory,
16792 listed without -a switch.
16793
16794 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
16795
16796 * textmodes/refill.el (refill-post-command-function):
16797 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
16798 to the list of functions that we should be careful not to undo.
16799 (refill-late-fill-paragraph-function): Remove.
16800 (refill-saved-state): New var.
16801 (refill-mode): Use it to save fill-paragraph-function.
16802 Save also the value of auto-fill-function.
16803
16804 * term/w32-win.el: Simplify code.
16805
16806 2005-01-23 Kim F. Storm <storm@cua.dk>
16807
16808 * simple.el (line-move): Adapt to new return value from
16809 pos-visible-in-window-p.
16810
16811 * simple.el (line-move): Fix last change. Check partial
16812 visibility at point rather than at window-start.
16813
16814 2005-01-22 Jason Rumney <jasonr@gnu.org>
16815
16816 * term/w32-win.el (xw-defined-colors): Remove debug-message.
16817
16818 2005-01-22 David Kastrup <dak@gnu.org>
16819
16820 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
16821
16822 2005-01-22 Eli Zaretskii <eliz@gnu.org>
16823
16824 * type-break.el (type-break-mode): Add a test for
16825 type-break-file-name being non-nil.
16826
16827 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
16828
16829 * net/eudc.el (top level): Call (message "") via progn, so that
16830 eudc-options-file is loaded.
16831
16832 2005-01-22 Kim F. Storm <storm@cua.dk>
16833
16834 * simple.el (line-move-1): Rename from line-move.
16835 (line-move): New function that adjusts vscroll for partially
16836 visible rows, and calls line-move-1 otherwise.
16837
16838 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
16839
16840 * pcomplete.el: Define pcomplete-read-event instead of read-event,
16841 since it's not a complete read-event implementation
16842
16843 2005-01-20 Jay Belanger <belanger@truman.edu>
16844
16845 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
16846 for called function.
16847
16848 2005-01-20 Steven Tamm <steventamm@mac.com>
16849
16850 * term/mac-win.el (process-connection-type): Remove.
16851 Controlled now by s/darwin.h:PTY_ITERATION.
16852
16853 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
16854
16855 * window.el (handle-select-window): Don't switch window when we're
16856 in the minibuffer.
16857
16858 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
16859
16860 * subr.el (dotimes-with-progress-reporter): New macro.
16861
16862 * ses.el (ses-dotimes-msg): Remove macro.
16863 Use `dotimes-with-progress-reporter' instead.
16864
16865 2005-01-19 Steven Tamm <steventamm@mac.com>
16866
16867 * term/mac-win.el (process-connection-type): Use new
16868 operating-system-release variable to use ptys on Darwin 7 (OS X
16869 10.3) when using carbon build.
16870
16871 2005-01-19 Jay Belanger <belanger@truman.edu>
16872
16873 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
16874 flags if the last command was a tab or M-tab.
16875
16876 * calc/calc-prog.el (calc-user-define-edit): Put original formula
16877 in formula editing buffer.
16878
16879 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
16880
16881 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
16882 breakpoint image symbol in margin.
16883
16884 2005-01-19 Jay Belanger <belanger@truman.edu>
16885
16886 * calc/calc-prog.el (calc-execute-kbd-macro):
16887 Ignore calc-keep-arg-flag.
16888
16889 2005-01-19 Kenichi Handa <handa@m17n.org>
16890
16891 * textmodes/ispell.el (ispell-looking-at): New function.
16892 (ispell-process-line): Use ispell-looking-at to compare the ispell
16893 output and the buffer contents.
16894
16895 2005-01-18 Jay Belanger <belanger@truman.edu>
16896
16897 * calc/calc.el (calc-display-raw): Fix docstring.
16898
16899 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
16900
16901 * simple.el (blink-matching-open): Strip extra info from syntax.
16902
16903 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
16904 funny chars in the end-of-here-doc marker.
16905
16906 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
16907
16908 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
16909 that enable/disabled state of breakpoints is shown correctly in
16910 fringe and on ttys.
16911 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
16912 Add breakpoint information as text properties.
16913 (gdb-mouse-toggle-breakpoint):
16914 Rename to gdb-mouse-set-clear-breakpoint.
16915 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
16916 breakpoints in the margin.
16917 (gdb-remove-strings): Simplify.
16918
16919 2005-01-17 Jay Belanger <belanger@truman.edu>
16920
16921 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
16922 erasing buffer.
16923
16924 2005-01-17 Richard M. Stallman <rms@gnu.org>
16925
16926 * progmodes/grep.el (grep-find): Copy from `grep' the condition
16927 for calling grep-compute-defaults.
16928
16929 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
16930 if buffer is empty.
16931
16932 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
16933
16934 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
16935
16936 * hilit-chg.el (highlight-changes-mode): Don't autoload.
16937
16938 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
16939 non-preloaded variables.
16940
16941 2005-01-17 Steven Tamm <steventamm@mac.com>
16942
16943 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
16944 tex-shell cause to force interactivity when using pipes.
16945
16946 2005-01-17 Kim F. Storm <storm@cua.dk>
16947
16948 * simple.el (just-one-space): Make arg optional.
16949
16950 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
16951
16952 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
16953 posn-at-x-y to t to access left-margin.
16954
16955 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
16956
16957 Sync with Tramp 2.0.47.
16958
16959 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
16960 catching keep-date problems in cp/scp operations.
16961 (tramp-handle-copy-file): Don't call `set-file-modes'
16962 unconditionally. Specialized functions should know better what is
16963 necessary. This improves performance a little bit, and the
16964 functions could catch errors with `cp -p' and `scp -p'.
16965 (tramp-do-copy-or-rename-file-via-buffer)
16966 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
16967 when appropriate.
16968 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
16969 Call `set-file-modes' when appropriate.
16970 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
16971 Johnsson <isak@hypergene.com>
16972 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
16973 of both Tramp buffer and debug buffer. Reported by Joakim Verona
16974 <joakim@verona.se>
16975 (tramp-file-name-for-operation): Mark `shell-command' as magic for
16976 Emacs only.
16977
16978 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
16979 `find-file-hooks' and `dired-mode-hook'.
16980 (tramp-minor-mode-map): Respective map. Add remapping for
16981 `compile' and `recompile'.
16982 (tramp-remap-command, tramp-recompile): New defuns.
16983 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
16984 in buffer "*Compilation*". Call the commands asynchronously.
16985
16986 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
16987 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
16988 `shell-command', because it isn't magic in XEmacs. Reported by
16989 Adrian Aichner <adrian@xemacs.org>.
16990
16991 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
16992 `substitute-in-file-name.
16993 (tramp-smb-handle-substitute-in-file-name): New defun.
16994 (tramp-smb-advice-PC-do-completion): Delete advice.
16995
16996 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
16997
16998 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
16999 Fix error in deleting region.
17000
17001 2005-01-15 Richard M. Stallman <rms@gnu.org>
17002
17003 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
17004 In non-temp buffer, switch syntax table temporarily.
17005
17006 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
17007
17008 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
17009
17010 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
17011
17012 * imenu.el (imenu--split-menu): Copy menulist before sorting.
17013 (imenu--generic-function): Use START, not BEG, as pos of definition.
17014
17015 * simple.el (just-one-space): Argument specifies number of spaces.
17016
17017 * simple.el (eval-expression-print-format): Avoid warning
17018 about edebug-active.
17019
17020 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
17021
17022 * progmodes/sh-script.el: Code copied from make-mode.el
17023 with small changes,
17024 (sh-mode-map): Bind C-c C-\.
17025 (sh-backslash-column, sh-backslash-align): New variables.
17026 (sh-backslash-region, sh-append-backslash): New functions.
17027
17028 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
17029
17030 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
17031 (rmail-pop-password, rmail-pop-password-required): Move to
17032 rmail-obsolete group.
17033 (rmail-set-pop-password): Rename to rmail-set-remote-password.
17034 All callers updated.
17035 (rmail-get-pop-password): Rename to rmail-get-remote-password.
17036 Take an argument specifying whether it is POP or IMAP mailbox we
17037 are using. All callers updated.
17038 (rmail-pop-password-error): Rename to
17039 rmail-remote-password-error. Added mailutils-specific error message.
17040 (rmail-movemail-search-path)
17041 (rmail-movemail-variant-in-use): New variables.
17042 (rmail-remote-password, rmail-remote-password-required):
17043 New customization variables.
17044 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
17045 (rmail-parse-url): New function.
17046 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
17047 with GNU mailutils movemail.
17048
17049 2005-01-15 Kevin Ryde <user42@zip.com.au>
17050
17051 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
17052 suffix to space, $ or '$, to correctly position point when going
17053 to @table style constants like DBL_MAX.
17054
17055 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
17056
17057 * type-break.el (type-break-mode, type-break-file-time)
17058 (type-break-file-keystroke-count, type-break-choose-file):
17059 Don't store data in or load data from the file if type-break-file-name
17060 is nil.
17061 (type-break-file-name): Doc update as per the above.
17062
17063 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
17064
17065 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
17066 lookup-key might return nil; handle that.
17067
17068 2005-01-15 Alan Mackenzie <acm@muc.de>
17069
17070 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
17071 rather than the element found, thus enabling the tree to be setcar'd.
17072
17073 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
17074
17075 * textmodes/org.el (org-show-following-heading): New option.
17076 (org-show-hierarchy-above): Use `org-show-following-heading'.
17077 (org-cycle): Documentation fix.
17078
17079 * textmodes/org.el (orgtbl-optimized): New option
17080 (orgtbl-mode): New command, a minor mode.
17081 (orgtbl-mode-map): New variable.
17082 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
17083 (orgtbl-error, orgtbl-self-insert-command)
17084 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
17085
17086 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
17087 a local variable in each org-mode buffer.
17088
17089 * textmodes/org.el (org-set-regexps-and-options): Rename from
17090 `org-set-regexps'. Added checking for STARTUP keyword.
17091 (org-get-current-options): Add STARTUP options.
17092 (org-table-insert-row): Make mode intelligent about when
17093 realignment is needed.
17094 (org-self-insert-command, org-delete-backward-char, org-delete-char):
17095 New commands.
17096 (org-enable-table-editor): New default value `optimized'.
17097 (org-table-blank-field): Support blanking regions if active.
17098
17099 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
17100
17101 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
17102 if the year is not given.
17103
17104 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
17105 Add new escapes %m and %M, fixed bug with %F by adding
17106 save-match-data.
17107 (reftex-reference): Remove ?. from list of spaces.
17108 (reftex-label-info): Add automatic label prefix recognition.
17109
17110 * textmodes/reftex-index.el (reftex-index-next-phrase):
17111 Add slave parameter to call of `reftex-index-this-phrase'.
17112 (reftex-index-this-phrase): New optional argument.
17113 (reftex-index-region-phrases): Add slave parameter to call of
17114 `reftex-index-this-phrase'.
17115 (reftex-display-index): New argument redo.
17116 (reftex-index-rescan): Add 'redo to arguments of
17117 `reftex-display-index'.
17118 (reftex-index-Rescan, reftex-index-revert)
17119 (reftex-index-switch-index-tag): Add 'redo to arguments of
17120 `reftex-display-index'.
17121 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
17122 indexing. Fix bug with matching is there is a quote before or
17123 after the word.
17124
17125 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
17126 Fix bug when collecting citation keys in lines with comments.
17127 (reftex-citation): Prefix argument no longer rescans the document,
17128 but forces prompting for optional arguments of cite macros.
17129 (reftex-do-citation): Prompting for optional arguments implemented.
17130
17131 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
17132 Add optional arguments to most cite commands.
17133 (reftex-cite-cleanup-optional-args): New option
17134 (reftex-cite-prompt-optional-args): New option.
17135 (reftex-trust-label-prefix): New option.
17136
17137 * textmodes/reftex-toc.el (reftex-toc-find-section):
17138 Add push-mark before changing the position in the buffer.
17139
17140 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
17141 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
17142
17143 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
17144
17145 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
17146 more carefully.
17147
17148 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
17149
17150 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
17151 (sgml-mode): Use it.
17152 (sgml-get-context): Better keep track of implicitly closed tags.
17153
17154 2005-01-13 Kenichi Handa <handa@m17n.org>
17155
17156 * textmodes/ispell.el: These changes are to fix misalignment error
17157 caused by equivalent characters of different Emacs charsets.
17158 (ispell-unified-chars-table): New variable.
17159 (ispell-get-decoded-string): New function.
17160 (ispell-get-casechars, ispell-get-not-casechars)
17161 (ispell-get-otherchars): Call ispell-get-decoded-string.
17162
17163 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
17164
17165 * custom.el (custom-declare-variable): Just put symbol instead
17166 of (defvar . symbol) in `current-load-list'.
17167
17168 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
17169
17170 * emacs-lisp/elint.el: Fixed typo in Commentary section.
17171
17172 2005-01-12 Jay Belanger <belanger@truman.edu>
17173
17174 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
17175 to create a Calc summary.
17176
17177 2005-01-12 Kim F. Storm <storm@cua.dk>
17178
17179 * mouse.el (mouse-on-link-p): Change functionality and doc
17180 string to comply with latest description in lisp ref.
17181
17182 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
17183
17184 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
17185 Enable mouse clicks on mode-line, header-line and margin.
17186 (event-type): Give mouse event symbols an 'event-kind property
17187 with value 'mouse-click.
17188
17189 2005-01-12 Juri Linkov <juri@jurta.org>
17190
17191 * facemenu.el (list-colors-display): Add new arg buffer-name.
17192 Use it. Fix docstring. Replace code for identifying duplicate
17193 colors by the name with call to `list-colors-duplicates' which
17194 identifies duplicate colors by the value unless the color
17195 is one of special Windows colors. Set truncate-lines to t.
17196 Print sorted duplicate color names on each line. Indent to 22
17197 \(the longest color name in rgb.txt) instead of 20. Optimize.
17198 (list-colors-duplicates): New function.
17199 (facemenu-color-name-equal): Delete function.
17200
17201 * facemenu.el (list-colors-print): New function created from code
17202 in list-colors-display. Print #RRGGBB at the window right edge.
17203 (list-colors-display): When temp-buffer-show-function is not
17204 defined, call list-colors-print from temp-buffer-show-hook
17205 to get the right value of window-width in list-colors-print
17206 after the buffer is displayed.
17207
17208 * simple.el (pop-mark): Move deactivate-mark out of conditional
17209 part to deactivate the active mark regardless of the state of the
17210 mark ring.
17211
17212 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
17213 variables line in desktop files.
17214
17215 2005-01-12 Juri Linkov <juri@jurta.org>
17216
17217 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
17218 Bring together isearch highlight related options.
17219 (lazy-highlight): Replace group `replace' by `matching'.
17220 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
17221 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
17222 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
17223 and declare them obsolete.
17224 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
17225 (isearch-faces): Remove defgroup.
17226 (isearch-overlay, isearch-highlight, isearch-dehighlight):
17227 Move isearch highlighting code closer to lazy highlighting code.
17228
17229 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
17230 (query-replace-highlight, query-replace-lazy-highlight)
17231 (query-replace): Move definitions to the beginning of the file.
17232
17233 2005-01-11 Juri Linkov <juri@jurta.org>
17234
17235 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
17236 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
17237 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
17238
17239 * info.el (Info-history-forward): New variable.
17240 (Info-select-node): Reset Info-history-forward to nil.
17241 (Info-last): Turn into defalias.
17242 (Info-history-back): Rename from Info-last.
17243 Add current node to Info-history-forward.
17244 (Info-history-forward): New fun.
17245 (Info-mode-map): Replace Info-last by Info-history-back.
17246 Bind Info-history-forward to "r".
17247 (Info-mode-menu): Replace Info-last by Info-history-back.
17248 Fix menu item text. Add menu item for Info-history-forward.
17249 (info-tool-bar-map): Replace Info-last by Info-history-back.
17250 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
17251 for Info-history-forward.
17252 (Info-mode): Replace Info-last by Info-history-back in docstring.
17253 Add local variable Info-history-forward.
17254 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
17255
17256 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
17257
17258 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
17259 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
17260 Ignore select-window events rather than fiddle with
17261 mouse-autoselect-window.
17262
17263 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
17264
17265 * type-break.el (type-break-mode): Fix previous change.
17266
17267 2005-01-10 Jay Belanger <belanger@truman.edu>
17268
17269 * calc/calc-ext.el (calc-reset): Reset when inside embedded
17270 calculator; only reset when point is inside a calculator.
17271 Don't adjust the window height if the window takes up the whole height
17272 of the frame.
17273
17274 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
17275
17276 * ebuff-menu.el (Electric-buffer-menu-mode):
17277 Preserve value of buffer-local var header-line-format.
17278
17279 2005-01-09 Jay Belanger <belanger@truman.edu>
17280
17281 * calc/calc.el (calc-mode-var-list-restore-saved-values):
17282 Make sure settings file exists before accessing it.
17283
17284 * calc/calc-embed.el (calc-embedded-subst):
17285 Replace math-multi-subst-rec, which is only supposed to be called
17286 by math-multi-subst, by math-multi-subst.
17287
17288 2005-01-09 Andre Spiegel <spiegel@gnu.org>
17289
17290 * vc.el (vc-allow-async-revert): New user option.
17291 (vc-disable-async-diff): New internal variable.
17292 (vc-revert-buffer): Use them to disable asynchronous diff.
17293
17294 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
17295 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
17296 asynchronously if vc-disable-async-diff is t.
17297
17298 2005-01-09 Jay Belanger <belanger@truman.edu>
17299
17300 * calc/calc.el (defcalcmodevar): New macro.
17301 (calc-mode-var-list-restore-default-values)
17302 (calc-mode-var-list-restore-saved-values): New functions.
17303 (calc-mode-var-list): Use defcalcmodevar to define it.
17304 (calc-always-load-extensions, calc-line-numbering)
17305 (calc-line-breaking, calc-display-just, calc-display-origin)
17306 (calc-number-radix, calc-leading-zeros, calc-group-digits)
17307 (calc-group-char, calc-point-char, calc-frac-format)
17308 (calc-prefer-frac, calc-hms-format, calc-date-format)
17309 (calc-float-format, calc-full-float-format, calc-complex-format)
17310 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
17311 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
17312 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
17313 (calc-matrix-brackets, calc-language, calc-language-option)
17314 (calc-left-label, calc-right-label, calc-word-size)
17315 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
17316 (calc-display-raw, calc-internal-prec, calc-angle-mode)
17317 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
17318 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
17319 (calc-window-height, calc-display-trail, calc-show-selections)
17320 (calc-use-selections, calc-assoc-selections)
17321 (calc-display-working-message, calc-auto-why, calc-timing)
17322 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
17323 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
17324 (calc-gnuplot-default-device, calc-gnuplot-default-output)
17325 (calc-gnuplot-print-device, calc-gnuplot-print-output)
17326 (calc-gnuplot-geometry, calc-graph-default-resolution)
17327 (calc-graph-default-resolution-3d, calc-invocation-macro)
17328 (calc-show-banner): Use defcalcmodevar to declare them and set
17329 their default values.
17330
17331 * calc/calc-ext.el (calc-reset): Restore saved values of variables
17332 instead of default values (but restore default values if there is
17333 an argument of 0).
17334
17335 2005-01-09 David Kastrup <dak@gnu.org>
17336
17337 * desktop.el (desktop-restore-eager): Fix typo in type.
17338
17339 2005-01-08 Richard M. Stallman <rms@gnu.org>
17340
17341 * cus-edit.el (customize): Delete :link.
17342
17343 2005-01-08 Jay Belanger <belanger@truman.edu>
17344
17345 * calc/calc.el (calc-mode): Remove the extension from the
17346 `calc-settings-file' file name when loading it.
17347
17348 2005-01-08 Kim F. Storm <storm@cua.dk>
17349
17350 * info.el (Info-mode-map, Info-next-link-keymap)
17351 (Info-prev-link-keymap, Info-up-link-keymap):
17352 Map follow-link to mouse-face.
17353 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
17354
17355 2005-01-08 Jay Belanger <belanger@truman.edu>
17356
17357 * calc/calc.el (calc-settings-file): Change default value.
17358 Suggested by cgw in a comment in calc-mode.el.
17359
17360 * calc/calc-mode.el (calc-settings-file-name):
17361 Compare calc-settings-file to user-init-file instead of ~/.emacs.
17362 Replace ~/.emacs in a prompt by calc-settings-file.
17363
17364 2005-01-07 Lars Hansen <larsh@math.ku.dk>
17365
17366 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
17367 (desktop-lazy-idle-delay): New customizable variables.
17368 (desktop-buffer-args-list): New variable.
17369 (desktop-append-buffer-args): New function.
17370 (desktop-save): Call desktop-append-buffer-args for some buffers.
17371 (desktop-lazy-create-buffer): New function.
17372 (desktop-idle-create-buffers): New function.
17373 (desktop-read): Add message about buffers to restore lazily.
17374 (desktop-lazy-abort): New command.
17375 (desktop-clear): Call desktop-lazy-abort.
17376 (desktop-lazy-complete): New command.
17377
17378 2005-01-06 Richard M. Stallman <rms@gnu.org>
17379
17380 * emacs-lisp/find-func.el (find-face-definition):
17381 Rename from find-face.
17382
17383 2005-01-06 Kim F. Storm <storm@cua.dk>
17384
17385 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
17386
17387 * man.el (Man-xref-man-page, Man-xref-header-file)
17388 (Man-xref-normal-file): Add follow-link property.
17389
17390 2005-01-06 Jay Belanger <belanger@truman.edu>
17391
17392 * calc/calc-units.el: Make sure the proper macro definitions are
17393 available when compiling.
17394
17395 2005-01-06 Juri Linkov <juri@jurta.org>
17396
17397 * isearch.el (isearch-lazy-highlight-update):
17398 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
17399
17400 2005-01-06 Miles Bader <miles@gnu.org>
17401
17402 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
17403 (isearch-lazy-highlight-face): Use new name.
17404
17405 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
17406
17407 * uniquify.el (uniquify-rationalize-file-buffer-names):
17408 Re-add an interactive spec.
17409 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
17410 to the same name.
17411
17412 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
17413 (isearch-update, isearch-done): Adjust calls accordingly.
17414
17415 2005-01-05 Richard M. Stallman <rms@gnu.org>
17416
17417 * custom.el (custom-set-variables, custom-theme-set-variables):
17418 Clarify documentation.
17419
17420 * emacs-lisp/find-func.el (find-variable)
17421 (find-variable-other-window, find-variable-other-frame):
17422 Fix the TYPE args to find-function-read and find-function-do-it.
17423 (find-function): Doc fix.
17424 (find-function-at-point): Replace function-at-point alias.
17425
17426 2005-01-04 Richard M. Stallman <rms@gnu.org>
17427
17428 * cus-face.el (custom-declare-face):
17429 Record defface in current-load-list.
17430
17431 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
17432
17433 * emacs-lisp/find-func.el: Doc fixes.
17434 (find-face-regexp): New variable.
17435 (find-function-regexp-alist): New variable.
17436 (find-function-C-source): Third arg is now TYPE.
17437 (find-function-search-for-symbol): Handle general TYPE.
17438 (find-function-read, find-function-do-it): Handle general TYPE.
17439 (find-definition-noselect, find-face): New functions.
17440 (function-at-point): Alias deleted.
17441
17442 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
17443
17444 * battery.el (display-battery-mode): Rename from display-battery.
17445 Handle the case where it gets turned off.
17446
17447 2005-01-04 Richard M. Stallman <rms@gnu.org>
17448
17449 * cus-edit.el (customize): Make :link point to user doc.
17450
17451 * man.el (Man-fontify-manpage): Turn off undo generation.
17452
17453 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
17454
17455 2005-01-04 Andreas Schwab <schwab@suse.de>
17456
17457 * files.el (insert-directory): Only look for error lines in
17458 inserted text. Don't move too far after processing --dired markers.
17459
17460 2005-01-04 Richard M. Stallman <rms@gnu.org>
17461
17462 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
17463 Don't expand if the character is @, period, dash, etc.
17464 (define-mail-abbrev): Quote names that contain problem characters.
17465
17466 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
17467
17468 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
17469
17470 2005-01-03 Richard M. Stallman <rms@gnu.org>
17471
17472 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
17473 (query-replace-highlight, query-replace-lazy-highlight)
17474 (query-replace): Definitions moved up. Doc fix.
17475
17476 2005-01-03 Richard M. Stallman <rms@gnu.org>
17477
17478 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
17479 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
17480 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
17481 (lazy-highlight-face): Rename from isearch-lazy-...
17482 Change all references to them.
17483
17484 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
17485
17486 * cus-edit.el (custom-file): Doc fix for defcustom.
17487 (custom-file): The function no longer sets the variable
17488 `custom-file' to its return value.
17489
17490 * startup.el (command-line): No longer load `custom-file'.
17491
17492 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
17493
17494 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
17495
17496 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
17497 Don't confuse module-prefixed identifiers for labels.
17498 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
17499
17500 2005-01-02 Richard M. Stallman <rms@gnu.org>
17501
17502 * files.el (basic-save-buffer-1): Fix previous change.
17503
17504 * loadhist.el (file-loadhist-lookup): New function.
17505 (file-provides, file-requires): Use it.
17506
17507 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
17508 instead of calculating the right size.
17509
17510 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
17511
17512 * vc-svn.el (vc-svn-diff): Stay local if possible.
17513
17514 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
17515
17516 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
17517
17518 * files.el (hack-local-variables): Fix last change.
17519
17520 2005-01-02 Jay Belanger <belanger@truman.edu>
17521
17522 * calc/calc-yank.el (calc-edit-top): New variable.
17523 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
17524 object. Change header properties.
17525 (calc-edit-finish, calc-edit-finish-stack-object)
17526 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
17527 edited object.
17528 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
17529 for the beginning of the edited object.
17530 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
17531 for the beginning of the edited object.
17532 * calc/calc-prog.el (calc-edit-macro-finish-edit)
17533 (calc-finish-formula-edit, calc-macro-repeats)
17534 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
17535 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
17536 beginning of the edited object.
17537 (calc-user-define-edit): Change the header for editing macros.
17538 Remove unnecessary variable.
17539
17540 2005-01-01 Jay Belanger <belanger@truman.edu>
17541
17542 * calc/calc-yank.el (calc-edit-mode): Change default header.
17543 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
17544 * calc/calc-store.el (calc-edit-variable): Change title to match new
17545 header.
17546 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
17547 mode to match new header.
17548 (calc-user-define-edit): Change titles to include names of commands.
17549 (calc-finish-formula-edit): Adjust to handle new header.
17550 (calc-finish-macro-edit): Remove.
17551 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
17552 (calc-edit-macro-command, calc-edit-macro-command-type)
17553 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
17554 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
17555 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
17556 (calc-edit-macro-finish-edit): New functions.
17557 (calc-user-define-edit): Use new functions to edit named calc macros.
17558
17559 2005-01-01 Stefan <monnier@iro.umontreal.ca>
17560
17561 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
17562
17563 * ses.el (copy-region-as-kill): Deactivate mark.
17564
17565 2005-01-01 Richard M. Stallman <rms@gnu.org>
17566
17567 * replace.el (occur-1): If the output buffer is also an input,
17568 don't kill it, rename it.
17569
17570 * faces.el (set-face-background, set-face-foreground): Doc fix.
17571
17572 * cus-face.el (custom-face-attributes): Fix :help-echo strings
17573 for :foreground and :background.
17574
17575 * dired.el (dired-view-command-alist): Variable deleted.
17576 (dired-view-file, dired-mouse-find-file-other-window):
17577 Delete the code to use it.
17578
17579 2005-01-01 Kim F. Storm <storm@cua.dk>
17580
17581 * image.el (insert-sliced-image): Use t for line-height property.
17582
17583 See ChangeLog.11 for earlier changes.
17584
17585 ;; Local Variables:
17586 ;; coding: iso-2022-7bit
17587 ;; End:
17588
17589 Copyright (C) 2005 Free Software Foundation, Inc.
17590 Copying and distribution of this file, with or without modification,
17591 are permitted provided the copyright notice and this notice are preserved.
17592
17593 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1