]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2006-10-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2
3 * version.el (emacs-version): Use mac-carbon-version-string.
4
5 * term/macterm.el (res-geometry): Apply 2006-10-18 change for x-win.el.
6
7 2006-10-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8
9 * select.el (ccl-check-utf-8, string-utf-8-p): New functions
10 (by Kenichi Handa).
11 (xselect-convert-to-string): Decline requests for UTF8_STRING if
12 the selection is not UTF-8.
13
14 2006-10-18 Juanma Barranquero <lekktu@gmail.com>
15
16 * progmodes/ada-mode.el (ada-83-string-keywords)
17 (ada-last-which-function-line ada-no-auto-case, ada-indent-region)
18 (ada-which-compiler, ada-align-modes, ada-adjust-case-buffer)
19 (ada-looking-at-semi-private, ada-get-body-name):
20 Fix typos in docstrings.
21 (ada-create-case-exception, ada-create-case-exception-substring):
22 Fix typos in error messages.
23 (ada-goto-matching-end, ada-narrow-to-defun): Doc fixes.
24
25 2006-10-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
26
27 * term/x-win.el (res-geometry): Don't set geometry from Xresources
28 to default-frame-alist if default-frame-alist already contains
29 width/height.
30
31 2006-10-18 Richard Stallman <rms@gnu.org>
32
33 * emacs-lisp/pp.el (pp-eval-expression): Use `X' to read value.
34 Non-interactive arg is the value, not the expression.
35
36 * simple.el (read-expression-map): Just set it, no defvar.
37
38 * subr.el (insert-for-yank-1): If last inserted char has
39 properties, mark them as rear-nonsticky.
40
41 * recentf.el (recentf-mode): Doc fix.
42
43 * facemenu.el (facemenu-add-new-face): Defend against symbol
44 that isn't a face name.
45
46 * dired-aux.el (dired-do-copy): Doc fix.
47
48 2006-10-18 Chong Yidong <cyd@stupidchicken.com>
49
50 * simple.el (line-move-1): Ignore fields when moving to the
51 beginning of line to avoid getting point stuck.
52
53 2006-10-18 Martin Rudalics <rudalics@gmx.at>
54
55 * textmodes/flyspell.el (flyspell-word-search-backward): Set
56 inhibit-point-motion-hooks to avoid looping due to intangibile
57 text.
58
59 2006-10-16 Richard Stallman <rms@gnu.org>
60
61 * help-fns.el (describe-function-1): Special case optimization
62 for self-insert-command.
63
64 2006-10-16 Kim F. Storm <storm@cua.dk>
65
66 * ido.el (ido-reread-directory): Work in `dir' mode too.
67
68 2006-10-15 Martin Rudalics <rudalics@gmx.at>
69
70 * textmodes/table.el: Require 'regexp-opt.
71
72 2006-10-15 Lennart Borgman <lennart.borgman.073@student.lu.se>
73
74 * progmodes/flymake.el (flymake-get-project-include-dirs-imp):
75 Use shell-quote-argument.
76
77 * shell.el (explicit-bash-args): Likewise.
78
79 * progmodes/ada-xref.el (ada-find-in-src-path): Likewise.
80 Use grep -E rather than egrep.
81
82 2006-10-15 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
83
84 * ido.el (ido-exhibit): Allow `-', `_', and trailing `$' in user id.
85
86 2006-10-15 Kim F. Storm <storm@cua.dk>
87
88 * filesets.el (filesets-run-cmd--repl-fn): Use shell-quote-argument.
89
90 2006-10-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
91
92 * filesets.el (filesets-cmd-shell-command): Quote buffer-file-name
93 to protect whitespace and metacharacters from the shell.
94
95 2006-10-13 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
96
97 * apropos.el (apropos-pattern-quoted): Fix a typo in a doc string.
98
99 2006-10-13 Eli Zaretskii <eliz@gnu.org>
100
101 * subr.el (start-process-shell-command): Doc fix.
102
103 2006-10-13 Andrea Russo <rastandy@salug.it> (tiny change)
104
105 * info-look.el <maxima-mode, inferior-maxima-mode>: Allow [0-9] in
106 the regexp for Maxima symbols.
107
108 2006-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
109
110 * vc-hooks.el (vc-ignore-dir-regexp): Make it into a defcustom.
111 (vc-find-root): Don't walk higher up than ~.
112
113 2006-10-12 Chong Yidong <cyd@stupidchicken.com>
114
115 * international/utf-8.el (utf-translate-cjk-load-tables):
116 Avoid clobbering last-coding-system-used during load.
117
118 2006-10-12 Carsten Dominik <dominik@science.uva.nl>
119
120 * textmodes/reftex-global.el (reftex-create-tags-file):
121 Quote file arguments.
122
123 2006-10-12 Richard Stallman <rms@gnu.org>
124
125 * files.el (file-name-history): Add defvar.
126 (save-some-buffers-action-alist): Improve description strings.
127
128 2006-10-12 Andreas Schwab <schwab@suse.de>
129
130 * files.el (auto-mode-alist): Match change log file name also with
131 a dash before a numeric extension.
132
133 2006-10-11 Ilya Zakharevich <ilyaz@cpan.org>
134
135 * progmodes/cperl-mode.el: Merge from upstream, upto version 5.22.
136 After 5.0:
137 (cperl-add-tags-recurse-noxs-fullpath): New function (for -batch mode).
138
139 After 5.1: Major edit. Summary of most visible changes:
140
141 - Multiple <<HERE per line allowed.
142 - Handles multiline subroutine declaration headers (with comments).
143 (The exception is `cperl-etags' - but it is not used in the rest
144 of the mode.)
145 - Fontifies multiline my/our declarations (even with comments,
146 and with legacy `font-lock').
147 - Major speedup of syntaxification, both immediate and postponed
148 (3.5x to 15x [for different CPUs and versions of Emacs] on the
149 huge real-life document I tested).
150 - New bindings, edits to imenu.
151 - "_" is made into word-char during fontification/syntaxification;
152 some attempts to recognize non-word "_" during other operations too.
153 - Detect bug in Emacs with `looking-at' inside `narrow' and bulk out.
154 - autoload some more perldoc-related stuff
155 - New convenience features: ISpell POD/HEREDOCs, narrow-to-HEREDOC.
156 - Attempt to incorporate XEmacs edits which reached me.
157
158 Fine-grained changelog:
159 (cperl-hook-after-change): New configuration variable.
160 (cperl-vc-sccs-header): Likewise.
161 (cperl-vc-sccs-header): Likewise.
162 (cperl-vc-header-alist): Default via two preceding variables.
163 (cperl-invalid-face): Remove double quoting under XEmacs
164 (still needed under 21.2).
165 (cperl-tips): Update URLs for resources.
166 (cperl-problems): Likewise.
167 (cperl-praise): Mention new features.
168 New C-c key bindings: for `cperl-find-bad-style',
169 `cperl-pod-spell', `cperl-here-doc-spell', `cperl-narrow-to-here-doc',
170 `cperl-perdoc', and `cperl-perldoc-at-point'.
171 CPerl Mode menu changes: "Fix style by spaces", "Imenu on Perl Info"
172 moved, new submenu of Tools with Ispell entries and narrowing.
173 (cperl-after-sub-regexp): New defsubst.
174 (cperl-imenu--function-name-regexp-perl): Use `cperl-after-sub-regexp'.
175 Allows heads up to head4.
176 Allow "package;".
177 (defun-prompt-regexp): Use `cperl-after-sub-regexp'.
178 (paren-backwards-message): ??? Something for XEmacs???
179 (cperl-mode): Never auto-switch abbrev-mode off.
180 Try to allow '_' be non-word char.
181 Do not use `font-lock-unfontify-region-function' on XEmacs.
182 Reset syntax cache on mode start.
183 Support multiline facification (even on legacy `font-lock').
184 (cperl-facemenu-add-face-function): ??? Some contributed code ???
185 (cperl-after-change-function): Since `font-lock' and `lazy-lock'
186 refuse to inform us whether the fontification is due to lazy
187 calling or due to edit to a buffer, install our own hook
188 (controlled by `cperl-hook-after-change').
189 (cperl-electric-pod): =cut may have been recognized as start.
190 (cperl-block-p): Move, updatedfor attributes.
191 (cperl-calculate-indent): Try to allow '_' be non-word char
192 Support subs with attributes.
193 (cperl-where-am-i): Queit (?) a warning.
194 (cperl-cached-syntax-table) New function.
195 (cperl-forward-re): Use `cperl-cached-syntax-table'.
196 (cperl-unwind-to-safe): Recognize `syntax-type' property
197 changing in a middle of line.
198 (cperl-find-sub-attrs): New function.
199 (cperl-find-pods-heres): Allow many <<EOP per line.
200 Allow subs with attributes.
201 Major speedups (3.5x..15x on a real-life test file nph-proxy.pl).
202 Recognize "extproc " (OS/2) case-folded and only at start.
203 /x on s///x with empty replacement was not recognized.
204 Better comments.
205 (cperl-after-block-p): Remarks on diff with `cperl-block-p'.
206 Allow subs with attributes, labels.
207 Do not confuse "else::foo" with "else".
208 Minor optimizations...
209 (cperl-after-expr-p): Try to allow '_' be non-word char.
210 (cperl-fill-paragraph): Try to detect a major bug in Emacs
211 with `looking-at' inside `narrow' and bulk out if found.
212 (cperl-imenu--create-perl-index): Updates for new
213 `cperl-imenu--function-name-regexp-perl'.
214 (cperl-outline-level): Likewise.
215 (cperl-init-faces): Allow multiline subroutine headers
216 and my/our declarations, and ones with comments.
217 Allow subroutine attributes.
218 (cperl-imenu-on-info): Better docstring.
219 (cperl-etags): Rudimentary support for attributes.
220 Support for packages and "package;".
221 (cperl-add-tags-recurse-noxs): Better (?) docstring.
222 (cperl-add-tags-recurse-noxs-fullpath): Likewise.
223 (cperl-tags-hier-init): Misprint for `fboundp' fixed.
224 (cperl-not-bad-style-regexp): Try to allow '_' be non-word char.
225 (cperl-perldoc): Add autoload.
226 (cperl-perldoc-at-point): Likewise.
227 (cperl-here-doc-spell): New function.
228 (cperl-pod-spell): Likewise.
229 (cperl-map-pods-heres): Likewise.
230 (cperl-get-here-doc-region): Likewise.
231 (cperl-font-lock-fontify-region-function): Likewise (backward
232 compatibility for legacy `font-lock').
233 (cperl-font-lock-unfontify-region-function): Fix style.
234 (cperl-fontify-syntaxically): Recognize and optimize away deferred
235 calls with no-change. Governed by `cperl-hook-after-change'.
236 (cperl-fontify-update): Recognize that syntaxification region
237 can be larger than fontification one.
238 XXXX we leave `cperl-postpone' property, so this is quadratic...
239 (cperl-fontify-update-bad): Temporary placeholder until
240 it is clear how to implement `cperl-fontify-update'.
241 (cperl-time-fontification): New function.
242 (attrib-group): New text attribute.
243 (multiline): New value: `syntax-type' text attribute.
244
245 After 5.2:
246 (cperl-emulate-lazy-lock): New function.
247 (cperl-fontify-syntaxically): Would skip large regions.
248 Add `cperl-time-fontification', `cperl-emulate-lazy-lock' to menu.
249 Some globals were declared, but uninitialized.
250
251 After 5.3, 5.4:
252 (cperl-facemenu-add-face-function): Add docs, fix U<>.
253 Copyright message updated.
254 (cperl-init-faces): Work around a bug in `font-lock'. May slow
255 facification down a bit.
256 Misprint for my|our|local for old `font-lock'
257 "our" was not fontified same as "my|local".
258 Highlight variables after "my" etc even in
259 a middle of an expression.
260 Do not facify multiple variables after my etc
261 unless parentheses are present.
262
263 After 5.5, 5.6
264 (cperl-fontify-syntaxically): after-change hook could reset.
265 (cperl-syntax-done-to) to a middle of line; unwind to BOL.
266
267 After 5.7:
268 (cperl-init-faces): Allow highlighting of local ($/).
269 (cperl-problems-old-emaxen): New variable (for the use of DOCSTRING).
270 (cperl-problems): Remove fixed problems.
271 (cperl-find-pods-heres): Recognize #-comments in m##x too.
272 Recognize charclasses (unless delimiter is \).
273 (cperl-fontify-syntaxically): Unwinding to safe was done in wrong order.
274 (cperl-regexp-scan): Update docs.
275 (cperl-beautify-regexp-piece): Use information got from regexp scan.
276
277 After 5.8:
278 Major user visible changes:
279 Recognition and fontification of character classes in RExen.
280 Variable indentation of RExen according to groups.
281
282 (cperl-find-pods-heres): Recognize POSIX classes in REx charclasses.
283 Fontify REx charclasses in variable-name face.
284 Fontify POSIX charclasses in "type" face.
285 Fontify unmatched "]" in function-name face.
286 Mark first-char of HERE-doc as `front-sticky'.
287 Reset `front-sticky' property when needed.
288 (cperl-calculate-indent): Indents //x -RExen accordning to parens level.
289 (cperl-to-comment-or-eol): Recognize ends of `syntax-type' constructs.
290 (cperl-backward-to-noncomment): Recognize stringy `syntax-type'
291 constructs. Support `narrow'ed buffers.
292 (cperl-praise): Remove a reservation.
293 (cperl-make-indent): New function.
294 (cperl-indent-for-comment): Use `cperl-make-indent'.
295 (cperl-indent-line): Likewise.
296 (cperl-lineup): Likewise.
297 (cperl-beautify-regexp-piece): Likewise.
298 (cperl-contract-level): Likewise.
299 (cperl-toggle-set-debug-unwind): New function.
300 New menu entry for this.
301 (fill-paragraph-function): Use when `boundp'.
302 (cperl-calculate-indent): Take into account groups when indenting RExen.
303 (cperl-to-comment-or-eol): Recognize # which end a string.
304 (cperl-modify-syntax-type): Make only syntax-table property non-sticky.
305 (cperl-fill-paragraph): Return t: needed for `fill-paragraph-function'.
306 (cperl-fontify-syntaxically): More clear debugging message.
307 (cperl-pod2man-build-command): Check (XEmacs) `Man-filter-list'.
308 (cperl-init-faces): More complicated highlight even on XEmacs (new).
309 Merge cosmetic changes from XEmacs.
310
311 After 5.9:
312 (cperl-1+): Move to before the first use.
313 (cperl-1-): Likewise.
314
315 After 5.10:
316
317 This code may lock Emacs hard!!! Use on your own risk!
318
319 (cperl-font-locking): New internal variable.
320 (cperl-beginning-of-property): New function.
321 (cperl-calculate-indent): Use `cperl-beginning-of-property'
322 instead of `previous-single-property-change'.
323 (cperl-unwind-to-safe): Likewise.
324 (cperl-after-expr-p): Likewise.
325 (cperl-get-here-doc-region): Likewise.
326 (cperl-font-lock-fontify-region-function): Likewise.
327 (cperl-to-comment-or-eol): Do not call `cperl-update-syntaxification'
328 recursively.
329 Bound `next-single-property-change' via `point-max'.
330 (cperl-unwind-to-safe): Bound likewise
331 (cperl-font-lock-fontify-region-function): Likewise
332 (cperl-find-pods-heres): Mark as recursive for `cperl-to-comment-or-eol'
333 Initialization of `cperl-font-lock-multiline-start' could be
334 missed if the "main" fontification did not run due to the
335 keyword being already fontified.
336 (cperl-pod-spell): Return t from do-one-chunk function.
337 (cperl-map-pods-heres): Stop when the worker returns nil.
338 Call `cperl-update-syntaxification'.
339 (cperl-get-here-doc-region): Call `cperl-update-syntaxification'.
340 (cperl-get-here-doc-delim): Remove unused function.
341
342 After 5.11:
343
344 The possible lockup of Emacs (introduced in 5.10) fixed.
345
346 (cperl-unwind-to-safe): `cperl-beginning-of-property' won't return nil.
347 (cperl-syntaxify-for-menu): New customization variable.
348 (cperl-select-this-pod-or-here-doc): New function.
349 (cperl-get-here-doc-region): Extra argument.
350 Do not adjust pos by 1.
351
352 New menu entries
353 (Perl/Tools): Selection of current POD or HERE-DOC section.
354 (Debugging CPerl:) backtrace on fontification.
355
356 After 5.12:
357 (cperl-cached-syntax-table): Use `car-safe'.
358 (cperl-forward-re): Remove spurious argument SET-ST.
359 Add documentation.
360 (cperl-forward-group-in-re): New function.
361 (cperl-find-pods-heres): Find and highlight (?{}) blocks in RExen
362 (XXXX Temporary (?) hack is to syntax-mark them as comment).
363
364 After 5.13:
365 (cperl-string-syntax-table): Make { and } not-grouping
366 (Sometimes they ARE grouping in RExen, but matching them would only
367 confuse in many situations when they are not)
368 (beginning-of-buffer): Replace two occurences with goto-char...
369 (cperl-calculate-indent): `char-after' could be nil...
370 (cperl-find-pods-heres): REx can start after "[" too.
371 Hightlight (??{}) in RExen too.
372 (cperl-maybe-white-and-comment-rex): New constant
373 (cperl-white-and-comment-rex): Likewise.
374 XXXX Not very efficient, but hard to make
375 better while keeping 1 group.
376
377 After 5.13:
378 (cperl-find-pods-heres): $foo << identifier() is not a HERE-DOC.
379 Likewise for 1 << identifier.
380
381 After 5.14:
382 (cperl-find-pods-heres): Different logic for $foo .= <<EOF etc.
383 Error-less condition-case could fail.
384 (cperl-font-lock-fontify-region-function): Likewise.
385 (cperl-init-faces): Likewise.
386
387 After 5.15:
388 (cperl-find-pods-heres): Support property REx-part2.
389 (cperl-calculate-indent): Likewise.
390 Don't special-case REx with non-empty 1st line.
391 (cperl-find-pods-heres): In RExen, highlight non-literal backslashes.
392 Invert highlighting of charclasses:
393 now the envelop is highlighted.
394 Highlight many others 0-length builtins.
395 (cperl-praise): Mention indenting and highlight in RExen.
396
397 After 5.15:
398 (cperl-find-pods-heres): Highlight capturing parens in REx.
399
400 After 5.16:
401 (cperl-find-pods-heres): Highlight '|' for alternation
402 Initialize `font-lock-warning-face' if not present.
403 (cperl-find-pods-heres): Use `font-lock-warning-face' instead of
404 `font-lock-function-name-face'.
405 (cperl-look-at-leading-count): Likewise.
406 (cperl-find-pods-heres): Localize `font-lock-variable-name-face',
407 `font-lock-keyword-face' (needed for
408 batch processing), etc...
409 Use `font-lock-builtin-face' for builtin in REx
410 Now `font-lock-variable-name-face'
411 is used for interpolated variables
412 Use "talking aliases" for faces inside REx
413 Highlight parts of REx (except in charclasses)
414 according to the syntax and/or semantic
415 Syntax-mark a {}-part of (?{}) as "comment"
416 (it was the ()-part)
417 Better logic to distinguish what is what in REx
418 (cperl-tips-faces): Document REx highlighting
419 (cperl-praise): Mention REx syntax highlight etc.
420
421 After 5.17:
422 (cperl-find-sub-attrs): Would not always manage to print error message.
423 (cperl-find-pods-heres): Localize `font-lock-constant-face'.
424
425 After 5.18:
426 (cperl-find-pods-heres): Misprint in REx for parsing REx.
427 Very minor optimization.
428 `my-cperl-REx-modifiers-face' got quoted.
429 Recognize "print $foo <<END" as HERE-doc.
430 Put `REx-interpolated' text attribute if needed.
431 (cperl-invert-if-unless-modifiers): New function.
432 (cperl-backward-to-start-of-expr): Likewise.
433 (cperl-forward-to-end-of-expr): Likewise.
434 (cperl-invert-if-unless): Works in "the opposite way" too.
435 Cursor position on return is on the switch-word.
436 Indents comments better.
437 (REx-interpolated): New text attribute.
438 (cperl-next-interpolated-REx): New function.
439 (cperl-next-interpolated-REx-0): Likewise.
440 (cperl-next-interpolated-REx-1): Likewise.
441 "\C-c\C-x", "\C-c\C-y", "\C-c\C-v": New keybinding for these functions.
442 Perl/Regexp menu: 3 new entries for `cperl-next-interpolated-REx'.
443 (cperl-praise): Mention finded interpolated RExen.
444
445 After 5.19:
446 (cperl-init-faces): Highlight %$foo, @$foo too.
447 (cperl-short-docs): Better docs for system, exec.
448 (cperl-find-pods-heres): Better detect << after print {FH} <<EOF etc.
449 Would not find HERE-doc ended by EOF without NL.
450 (cperl-short-docs): Correct not-doubled \-escapes.
451 start block: Put some `defvar' for stuff gone from XEmacs.
452
453 After 5.20:
454 initial comment: Extend copyright, fix email address.
455 (cperl-indent-comment-at-column-0): New customization variable.
456 (cperl-comment-indent): Indentation after $#a would increasy by 1.
457 (cperl-mode): Make `defun-prompt-regexp' grok BEGIN/END etc.
458 (cperl-find-pods-heres): Mark CODE of s///e as `syntax-type' `multiline'
459 (cperl-at-end-of-expr): Would fail if @BAR=12 follows after ";".
460 (cperl-init-faces): If `cperl-highlight-variables-indiscriminately'
461 highlight $ in $foo too (UNTESTED).
462 (cperl-set-style): Docstring missed some available styles.
463 toplevel: Menubar/Perl/Indent-Styles had FSF, now K&R.
464 Change "Current" to "Memorize Current".
465 (cperl-indent-wrt-brace): New customization variable; the default is
466 as for pre-5.2 version.
467 (cperl-styles-entries): Keep `cperl-extra-newline-before-brace-multiline'.
468 (cperl-style-alist): Likewise.
469 (cperl-fix-line-spacing): Support `cperl-merge-trailing-else' being nil,
470 and `cperl-extra-newline-before-brace' etc
471 being t
472 (cperl-indent-exp): Plans B and C to find continuation blocks even
473 if `cperl-extra-newline-before-brace' is t.
474
475 After 5.21:
476 Improve some docstrings concerning indentation.
477 (cperl-indent-rules-alist): New variable.
478 (cperl-sniff-for-indent): New function name
479 (separated from `cperl-calculate-indent').
480 (cperl-calculate-indent): Separate the sniffer and the indenter;
481 uses `cperl-sniff-for-indent' now.
482 (cperl-comment-indent): Test for `cperl-indent-comment-at-column-0'
483 was inverted;
484 Support `comment-column' = 0.
485
486 2006-10-11 Martin Rudalics <rudalics@gmx.at>
487
488 * dnd.el (dnd-handle-one-url): Fix typo in doc-string.
489 * help-at-pt.el (scan-buf-move-to-region): Likewise.
490 * longlines.el (longlines-window-change-function): Likewise.
491 * simple.el (undo-ask-before-discard): Likewise.
492 * wid-edit.el (widget-field-prompt-internal)
493 (widget-documentation-link-p): Likewise.
494
495 2006-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
496
497 * progmodes/sh-script.el (sh-get-kw): | is not among the allowed chars
498 for a keyword.
499
500 2006-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
501
502 * newcomment.el (comment-valid-prefix-p): Make the check
503 more thorough. From an idea by Martin Rudalics <rudalics@gmx.at>.
504 (comment-indent-new-line): Adjust call.
505
506 2006-10-09 Ken Manheimer <ken.manheimer@gmail.com>
507
508 * allout.el (allout-back-to-current-heading): Base on lower-level
509 routines to get proper disqualification of aberrant topics.
510
511 2006-10-09 Richard Stallman <rms@gnu.org>
512
513 * textmodes/two-column.el (2C-two-columns): Doc fix.
514
515 2006-10-09 Kim F. Storm <storm@cua.dk>
516
517 * shell.el (explicit-csh-args, explicit-bash-args): Add comment
518 about implicit use.
519
520 2006-10-08 Richard Stallman <rms@gnu.org>
521
522 * textmodes/two-column.el (2C-two-columns): Doc fix.
523
524 2006-10-08 Reiner Steib <Reiner.Steib@gmx.de>
525
526 * files.el: Mark `buffer-read-only' as safe-local-variable.
527
528 2006-10-08 Nick Roberts <nickrob@snap.net.nz>
529
530 * progmodes/gdb-ui.el (gdb-speedbar-expand-node):
531 Burp if GUD buffer has been killed.
532
533 2006-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
534
535 * completion.el (add-completions-from-c-buffer):
536 Don't presume an error's second element is a string.
537 Use looking-at rather than buffer-substring + member.
538
539 2006-10-07 Eli Zaretskii <eliz@gnu.org>
540
541 * mail/rmail.el (rmail-redecode-body): If the old encoding is
542 `undecided', call find-coding-systems-region to find a proper
543 non-trivial encoding.
544 (rmail-mime-charset-pattern): Allow a TAB between "Content-Type"
545 and "text/plain".
546
547 2006-10-07 Kevin Ryde <user42@zip.com.au>
548
549 * textmodes/reftex-vars.el (defgroup reftex): Update home page
550 url-link.
551
552 * strokes.el (defgroup strokes): Remove invalid url-link.
553
554 2006-10-07 Magnus Henoch <mange@freemail.hu>
555
556 * autoinsert.el (auto-insert-alist): Doc fix.
557
558 2006-10-07 Johan Bockg\e,be\e(Brd <bojohan@dd.chalmers.se>
559
560 * mouse-sel.el (mouse-insert-selection-internal):
561 Use insert-for-yank, so that yank handlers are run.
562
563 2006-10-07 Kim F. Storm <storm@cua.dk>
564
565 * ido.el (ido-file-extension-aux): Fix comparison.
566
567 2006-10-06 Kim F. Storm <storm@cua.dk>
568
569 * ido.el (ido-wide-find-dirs-or-files): Use shell-quote-argument.
570
571 2006-10-05 Juanma Barranquero <lekktu@gmail.com>
572
573 * emacs-lisp/advice.el (ad-remove-advice, ad-parse-arglist)
574 (ad-make-mapped-call): Use `let', not `let*'.
575
576 2006-10-05 Chong Yidong <cyd@stupidchicken.com>
577
578 * international/mule-cmds.el (coding-system-change-eol-conversion):
579 Ensure the coding system is initialized before calling
580 coding-system-eol-type.
581
582 2006-10-04 Carsten Dominik <dominik@science.uva.nl>
583
584 * textmodes/org.el (org-rm-props, org-activate-plain-links)
585 (org-activate-angle-links, org-activate-dates)
586 (org-activate-target-links, org-activate-camels)
587 (org-activate-tags): Add `rear-nonsticky' text property to avoid
588 textproperty keymaps from being active beyond the end of a line.
589 (org-unfontify-region): Also remove `rear-nonsticky' property.
590
591 2006-10-04 Kenichi Handa <handa@m17n.org>
592
593 * international/code-pages.el (next): Table fixed.
594
595 2006-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
596
597 * progmodes/sh-script.el (sh-prev-thing): Remove (forward-char 1) now
598 that it's been made unnecessary by removing narrowing.
599
600 2006-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
601
602 * progmodes/sh-script.el (sh-prev-thing): Massage to untangle the
603 control flow a bit, simplify another bit, and add comments.
604
605 2006-10-03 David Kastrup <dak@gnu.org>
606
607 * help.el (describe-mode): For clicks on mode-line, use "@"
608 interactive argument to get the major mode of the click instead of
609 the current buffer.
610
611 * isearch.el (isearch-mouse-2): Use new semantics of `key-binding'
612 in order to better redirect mouse-2 clicks. Also allow default
613 bindings to apply.
614
615 2006-10-03 Kim F. Storm <storm@cua.dk>
616
617 * emacs-lisp/cl.el (pushnew-internal): Remove defvar.
618 (pushnew): Fix last change.
619
620 2006-10-03 Denis St\e,A|\e(Bnkel <dstuenkel@googlemail.com> (tiny change)
621
622 * ibuf-ext.el (eval, view-and-eval) <define-ibuffer-op>:
623 Use the interactive spec of `eval-expression'.
624
625 2006-10-02 Michael Welsh Duggan <md5i@cs.cmu.edu>
626
627 * progmodes/sh-script.el (sh-prev-thing): Fix last change.
628
629 2006-10-02 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
630
631 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo in
632 2006-09-28 commit.
633
634 2006-10-02 Kenichi Handa <handa@m17n.org>
635
636 * international/code-pages.el (iso-8859-6): Table fixed.
637
638 2006-10-01 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
639
640 * dired.el (dired-build-subdir-alist): Fix previous change.
641
642 2006-10-01 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se>
643
644 * simple.el (undo-elt-crosses-region): Fix the inequalities.
645
646 2006-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
647
648 * emacs-lisp/find-func.el (find-function-regexp): Don't match
649 "define-button-type".
650
651 * pcvs.el (cvs-update-header): Fix handling of extra newlines so that
652 they don't keep accumulating.
653
654 2006-10-01 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
655
656 * ffap.el (ffap-rfc-path): Change the address of the RFC
657 repository to ftp.rfc-editor.org, as ds.internic.net seems to be gone.
658
659 2006-10-01 Stephen Berman <Stephen.Berman@gmx.net>
660
661 * allout.el (allout-expose-topic): Rectify implementation of "+"
662 spec, so that bodies are not exposed with headlines.
663
664 2006-10-01 Ken Manheimer <ken.manheimer@gmail.com>
665
666 * allout.el (allout-current-depth): Do aberrent check only at or
667 below doublecheck depth.
668 (allout-chart-subtree): Make it explicit that LEVELS being nil
669 means unlimited depth. Drop undocumented support for LEVELS value
670 t meaning unlimited depth. (This is consistent with
671 allout-chart-to-reveal, but contrary to allout-show-children,
672 which needs to use nil to default to depth of 1.)
673 (allout-goto-prefix-doublechecked): Wrap long docstring line.
674 (allout-chart-to-reveal): Be explicit in docstring about meaning
675 of nil LEVELS, and drop support for LEVELS value t.
676 (allout-show-children): Translate the level spec used by this
677 routine to that used by allout-chart-subtree and
678 allout-chart-to-reveal.
679 (allout-show-to-offshoot): Retry once when stuck, after opening
680 subtree - improvements in discontinuity handling likely will
681 enable progress.
682
683 2006-09-30 Chong Yidong <cyd@stupidchicken.com>
684
685 * wid-edit.el (widget-button-click-moves-point): New variable.
686 (widget-button-click): If widget-button-click-moves-point is
687 non-nil, set point after performing the button action
688
689 * cus-edit.el (custom-mode): Set widget-button-click-moves-point.
690
691 2006-09-30 Martin Rudalics <rudalics@gmx.at>
692
693 * files.el (find-file-existing): Modify to not allow wildcards.
694
695 2006-09-30 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
696
697 * simple.el (undo-more): When undo information for the region is
698 exhausted, say "No further undo information FOR REGION".
699
700 2006-09-30 Michael Welsh Duggan <md5i@cs.cmu.edu>
701
702 * progmodes/sh-script.el (sh-prev-thing):
703 Take `sh-leading-keywords' into account.
704
705 2006-09-29 Glenn Morris <rgm@gnu.org>
706
707 * custom.el (defcustom): Doc fix.
708
709 * calendar/calendar.el (european-calendar-style):
710 Call european-calendar or american-calendar as needed when set.
711 (diary-view-entries, list-calendar-holidays): Move autoloads
712 before use.
713
714 2006-09-29 Juri Linkov <juri@jurta.org>
715
716 * progmodes/cperl-mode.el (cperl-after-expr-p): Don't move point
717 to nil if there is no previous property change.
718
719 2006-09-26 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
720
721 * cus-edit.el (custom-save-all): Switch to emacs-lisp mode before
722 saving anything to be sure that `forward-sexp' behaves correctly.
723
724 2006-09-29 Chong Yidong <cyd@stupidchicken.com>
725
726 * simple.el (line-move-finish): Ignore field boundaries if the
727 initial and final points have the same `field' property.
728
729 2006-09-29 Kim F. Storm <storm@cua.dk>
730
731 * ido.el (ido-file-internal): Only bind minibuffer-completing-file-name
732 to t while calling ido-read-internal.
733
734 2006-09-29 Carsten Dominik <dominik@science.uva.nl>
735
736 * textmodes/org.el (org-file-remote-p): Get regexp from list.
737 (org-archive-subtree): Remove erraneous `]' from character list.
738
739 2006-09-28 Jonathan Yavner <jyavner@member.fsf.org>
740
741 * ses.el (ses-in-print-area, ses-goto-data, ses-load)
742 (ses-reconstruct-all): Make undo of "insert row" work by keeping
743 markers for data-area and parameters-area.
744
745 2006-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
746
747 * progmodes/make-mode.el (makefile-mode): Don't disable jit-lock.
748
749 * font-lock.el (font-lock-after-change-function): Refontify next line
750 as well if end is at BOL.
751 (font-lock-extend-jit-lock-region-after-change): Be more careful to
752 only extend the region as much as needed.
753
754 2006-09-28 Richard Stallman <rms@gnu.org>
755
756 * comint.el (comint-mode): Bind font-lock-defaults non-nil.
757
758 * subr.el (insert-for-yank-1): Handle `font-lock-face' specially.
759
760 * international/mule.el (after-insert-file-set-coding):
761 If VISIT, don't let set-buffer-multibyte make undo info.
762
763 2006-09-28 Osamu Yamane <yamane@green.ocn.ne.jp> (tiny change)
764
765 * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long
766 lines in base64-encoded authentication response.
767
768 2006-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
769
770 * progmode/ebnf2ps.el: Doc fix. Implement arrow spacing and scaling.
771 (ebnf-version): New version 4.3.
772 (ebnf-arrow-extra-width, ebnf-arrow-scale): New options.
773 (ebnf-prologue): Adjust PostScript programming.
774 (ebnf-begin-file, ebnf-insert-ebnf-prologue, ebnf-terminal-dimension1)
775 (ebnf-repeat-dimension, ebnf-except-dimension): Adjust code.
776
777 2006-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
778
779 * jit-lock.el (jit-lock-force-redisplay): Rename from
780 jit-lock-fontify-again, and undo the mistaken change I've just done.
781
782 * jit-lock.el (jit-lock-fontify-now): Don't fontify the empty text.
783 (jit-lock-fontify-again): Don't refontify text that's not displayed.
784
785 2006-09-26 Kenichi Handa <handa@m17n.org>
786
787 * startup.el (display-splash-screen): Allow a prefix argument.
788
789 2006-09-25 Jason Rumney <jasonr@gnu.org>
790
791 * subr.el (shell-quote-argument): Use DOS logic for Windows
792 shells with DOS semantics.
793
794 2006-09-24 Richard Stallman <rms@gnu.org>
795
796 * progmodes/compile.el (compilation-goto-locus-delete-o): New fn.
797 (compilation-goto-locus): Use compilation-goto-locus-delete-o
798 to delete the overlay. Put it on pre-command-hook.
799
800 * emacs-lisp/timer.el (timer-max-repeats): Doc fix.
801
802 * startup.el (fancy-splash-screens, normal-splash-screen):
803 Call the splash buffer *About GNU Emacs*.
804
805 * simple.el (next-error-highlight, next-error-highlight-no-select):
806 Default to 0.5.
807 (yank-excluded-properties): Add `fontified'.
808
809 * font-lock.el (font-lock-compile-keywords): Allow value of
810 syntax-begin-function to enable paren-column-0 highlighting.
811
812 2006-09-24 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
813
814 * dired.el (dired-build-subdir-alist): When file ends in colon,
815 don't exit the loop, just disregard that file.
816
817 2006-09-24 Chong Yidong <cyd@stupidchicken.com>
818
819 * simple.el (line-move-finish): Handle corner case for fields in
820 continued lines.
821 (line-move-1): Remove flawed test for that case.
822
823 2006-09-24 Ken Manheimer <ken.manheimer@gmail.com>
824
825 * icomplete.el (icomplete-simple-completing-p): Use the correct
826 name for the new variable, `icomplete-with-completion-tables'.
827 (file local variables): Remove superfluous setting.
828
829 2006-09-23 Jeff Miller <jmiller@cablespeed.com> (tiny change)
830
831 * calendar/appt.el (appt-check): Fix typo for appointments just
832 after midnight.
833
834 2006-09-23 Chong Yidong <cyd@stupidchicken.com>
835
836 * help.el (describe-key-briefly, describe-key): Don't expect an
837 extra up event if a down-event is generated by a popup menu.
838
839 2006-09-23 Michal Nazarewicz <mnazarewicz@gmail.com> (tiny change)
840
841 * textmodes/ispell.el (ispell-change-dictionary): Don't check the
842 local dictionary when changing the global dictionary.
843
844 2006-09-23 Ken Manheimer <ken.manheimer@gmail.com>
845
846 * icomplete.el (icomplete-with-completion-tables): List of
847 specialized completion tables with which icomplete should
848 operate. Include the new `internal-complete-buffer', so icomplete
849 works with interactive buffer-selection.
850 (icomplete-simple-completing-p): Add acceptance of specialized
851 completion tables listed in icomplete-with-completion-tables.
852
853 2006-09-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
854
855 * frame.el (focus-follows-mouse): Set default to nil on Mac.
856
857 * startup.el (command-line): Use `custom-reevaluate-setting' for
858 `focus-follows-mouse'.
859
860 2006-09-22 Richard Stallman <rms@gnu.org>
861
862 * cus-edit.el (custom-buffer-create-internal): In `emacs -q',
863 explain why Save is not available.
864
865 2006-09-22 Juanma Barranquero <lekktu@gmail.com>
866
867 * woman.el (woman0-so): Use `let*', not `let'.
868 (woman-horizontal-line): Remove unbalanced parenthesis.
869
870 2006-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
871
872 * woman.el: Make sure all the end-of-region markers we use have
873 a non-nil insertion-type.
874 (woman0-so): Move things around so we can use copy-marker.
875 (woman0-roff-buffer, woman2-process-escapes-to-eol, woman2-roff-buffer):
876 Adjust marker type.
877 (woman2-process-escapes): Check marker type.
878 (woman-horizontal-line): Dispense with the use of a marker.
879
880 2006-09-22 Jay Belanger <belanger@truman.edu>
881
882 * calc/calc-lang.el: Add Greek letters to math-variable-table
883 property of tex.
884
885 2006-09-22 Chong Yidong <cyd@stupidchicken.com>
886
887 * files.el (save-some-buffers-action-alist): Display diff in view-mode.
888
889 2006-09-22 Masatake YAMATO <jet@gyve.org>
890
891 * add-log.el (add-log-current-defun): Use `forward-sexp'
892 instead of `forward-word' to pick c++::symbol.
893 Reported by Herbert Euler <herberteuler@hotmail.com>.
894
895 2006-09-22 Kenichi Handa <handa@m17n.org>
896
897 * bindings.el: Fix setting self-insert-command for multibyte
898 characters in global-map.
899
900 2006-09-21 David Kastrup <dak@gnu.org>
901
902 * mouse.el (mouse-posn-property): Fix typo for `event-start' in
903 doc string.
904
905 2006-09-21 Kenichi Handa <handa@m17n.org>
906
907 * language/european.el ("Latin-1"): Add windows-1252 to
908 coding-priority.
909 ("German"): Likewise.
910
911 2006-09-21 Kim F. Storm <storm@cua.dk>
912
913 * emacs-lisp/cl-macs.el (member*): Use memql instead of complex code.
914 Suggested by Miles Bader.
915
916 * emacs-lisp/cl.el (pushnew): Rework 2006-09-10 change. Use memql
917 instead of add-to-list in the simple case.
918
919 2006-09-20 Kenichi Handa <handa@m17n.org>
920
921 * isearch.el (isearch-process-search-char): Cancel the previous change.
922 (isearch-search-string): New function.
923 (isearch-search): Use isearch-search-string.
924 (isearch-lazy-highlight-search): Likewise.
925
926 2006-09-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
927
928 * lpr.el (lpr-page-header-switches): Insert `*' at beginning of doc
929 string to become an option.
930
931 2006-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
932
933 * files.el (find-buffer-visiting): Don't get fooled by a nil inode.
934
935 2006-09-20 Kim F. Storm <storm@cua.dk>
936
937 * simple.el (line-move-partial): Call pos-visible-in-window-p with
938 position t instead of trying both window-end and window-end - 1.
939
940 2006-09-20 Carsten Dominik <dominik@science.uva.nl>
941
942 * textmodes/org.el (org-scan-tags): Find end of subtrees also in
943 hidden trees.
944
945 2006-09-20 David Kastrup <dak@gnu.org>
946
947 * mouse.el (mouse-posn-property): Improve doc string.
948 (mouse-on-link-p): Change buffers for function calls on links.
949
950 * menu-bar.el (clipboard-yank): Bomb out in interactive use if
951 buffer is read-only.
952
953 2006-09-20 Ken Manheimer <ken.manheimer@gmail.com>
954
955 * allout.el (allout-unprotected): Let inhibit-read-only only when
956 buffer-read-only isn't set.
957 (allout-annotate-hidden): Enable topic annotation during copies even
958 when the buffer is read-only, eg for topic copies. Ensure that the loop
959 advances, even when the span extends beyond the deletion region.
960 (allout-toggle-subtree-encryption): Use allout-structure-added-hook
961 rather than allout-exposure-changed-hook, as a stronger assertion.
962 (allout-keybindings-list): Add bindings for
963 allout-copy-line-as-kill and allout-copy-topic-as-kill.
964 (allout-copy-line-as-kill, allout-copy-topic-as-kill):
965 Copy wrappers for allout-kill-line and allout-kill-topic.
966 (allout-listify-exposed): Position correctly to accumulate lines.
967
968 2006-09-19 Chong Yidong <cyd@stupidchicken.com>
969
970 * simple.el (line-move-1): Escape field boundaries occurring
971 exactly at point. Update goal column if constrained to a field.
972 (line-move-finish): Escape field boundaries occurring exactly at point.
973
974 2006-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
975
976 * mouse.el (mouse-on-link-p): Tentatively fix last change.
977 (mouse-drag-vertical-line): Remove unused var `wconfig'.
978
979 2006-09-19 Kim F. Storm <storm@cua.dk>
980
981 * help.el (describe-key-briefly, describe-key): Simplify printing
982 of descriptions by using format and %S. Fix "is undefined"
983 messages to say "at that spot" for mouse events.
984
985 * simple.el (line-move-partial): Optimize. Try window-line-height
986 before posn-at-point to get vpos of current line.
987
988 2006-09-18 Michael Kifer <kifer@cs.stonybrook.edu>
989
990 * viper.el: Bump up version/date of update to reflect the substantial
991 changes done in August 2006.
992
993 * viper-cmd (viper-next-line-at-bol): Make sure button-at, push-button
994 are defined.
995
996 * ediff-util.el (ediff-add-to-history): New function.
997
998 * ediff.el: Use ediff-add-to-history instead of add-to-history.
999
1000 2006-09-18 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
1001
1002 * textmodes/conf-mode.el (conf-space-mode): Doc fix.
1003 Delete duplicate make-local-variable form.
1004 (conf-space-keywords): Add autoload cookie.
1005 Fix typo (`keywords', not `keyword').
1006
1007 2006-09-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1008
1009 * cus-start.el (all): Rename x-gtk-show-chooser-help-text to
1010 x-gtk-file-dialog-help-text. Rename x-use-old-gtk-file-dialog
1011 to x-gtk-use-old-file-dialog
1012
1013 2006-09-18 Richard Stallman <rms@gnu.org>
1014
1015 * wid-edit.el (widget-button-click): Handle non-mouse-motion events
1016 that might come in during mouse tracking.
1017
1018 2006-09-18 Kim F. Storm <storm@cua.dk>
1019
1020 * simple.el (line-move-partial): Rework 2006-09-15 change to use
1021 new window-line-height function. Further optimize by not calling
1022 pos-visible-in-window-p for window-end when window-line-height
1023 returns useful information.
1024
1025 2006-09-16 Richard Stallman <rms@gnu.org>
1026
1027 * textmodes/conf-mode.el (conf-mode-map): Use conf-space-keywords cmd.
1028 (conf-space-mode): Don't handle prefix arg.
1029 Delete conf-space-keywords-override code.
1030 Use add-hook.
1031 (conf-space-keywords): New command.
1032 (conf-space-mode-internal): Be careful with imenu-generic-expression.
1033 Delete conf-space-keywords-override code.
1034 (conf-space-keywords-alist): Doc fix.
1035 (conf-space-font-lock-keywords): Doc fix.
1036 (conf-space-keywords-override): Var deleted.
1037
1038 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
1039
1040 * startup.el (fancy-splash-screens): Don't switch to the scratch
1041 buffer; it may not be the next buffer.
1042
1043 2006-09-16 Romain Francoise <romain@orebokech.com>
1044
1045 * saveplace.el (load-save-place-alist-from-file): Use expanded name
1046 in both messages.
1047
1048 2006-09-16 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se>
1049
1050 * progmodes/python.el (python-preoutput-filter):
1051 Fix arg order to string-match.
1052
1053 2006-09-16 Richard Stallman <rms@gnu.org>
1054
1055 * obsolete/fast-lock.el (fast-lock-cache-data): Provide 2nd arg to
1056 font-lock-compile-keywords.
1057
1058 * font-lock.el (font-lock-compile-keywords): Rename optional arg
1059 to SYNTACTIC-KEYWORDS and reverse the sense. All callers changed.
1060
1061 2006-09-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1062
1063 * cus-start.el (all): Add x-gtk-show-chooser-help-text.
1064
1065 * select.el (xselect-convert-to-string): If UTF8_STRING is requested
1066 and the data doesn't look like UTF8, send STRING instead.
1067
1068 2006-09-16 Agustin Martin <agustin.martin@hispalinux.es>
1069
1070 * textmodes/flyspell.el (flyspell-check-region-doublons):
1071 New function to detect duplicated words.
1072 (flyspell-large-region): Use it.
1073
1074 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
1075
1076 * simple.el (line-move-to-column): Revert 2006-08-03 change.
1077
1078 2006-09-16 Eli Zaretskii <eliz@gnu.org>
1079
1080 * help.el (describe-prefix-bindings): Use let, not let*.
1081
1082 2006-09-16 Ken Manheimer <ken.manheimer@gmail.com>
1083
1084 * allout.el (allout-regexp, allout-line-boundary-regexp)
1085 (allout-bob-regexp): Correct grouping and boundaries to fix
1086 backwards traversal.
1087 (allout-depth-specific-regexp, allout-depth-one-regexp):
1088 New versions that exploit \\{M\\} regexp syntax, to avoid geometric or
1089 worse time in allout-ascend.
1090 (allout-doublecheck-at-and-shallower): Identify depth threshold
1091 below which topics are checked for and disqualified by containment
1092 discontinuities.
1093 (allout-hotspot-key-handler): Correctly handle multiple-key
1094 strokes. Remove some unused variables.
1095 (allout-mode-leaders): Clarify that mode-specific comment-start
1096 will be used.
1097 (set-allout-regexp): Correctly regexp-quote allout regexps to
1098 properly accept alternative header-leads and primary bullets with
1099 regexp-specific characters (eg, C "/*", mathematica "(*").
1100 Include new regular expressions among those configured.
1101 (allout-infer-header-lead-and-primary-bullet):
1102 Rename allout-infer-header-lead.
1103 (allout-recent-depth): Manifest as a variable as well as a function.
1104 (allout-prefix-data): Simplify into an inline instead of a macro,
1105 assuming current match data rather than being explicitly passed
1106 it. Establish allout-recent-depth value as well as
1107 allout-recent-prefix-beginning and allout-recent-prefix-end.
1108 (allout-aberrant-container-p): True when an item's immediate
1109 offspring discontinuously contained. Useful for disqualifying
1110 unintended topic prefixes, likely at low depths.
1111 (allout-goto-prefix-doublechecked): Elaborate version of
1112 allout-goto-prefix which disqualifies aberrant pseudo-items.
1113 (allout-pre-next-prefix): Layer on top of lower-level routines, to
1114 get disqualification of aberrant containers.
1115 (allout-end-of-prefix, allout-end-of-subtree): Disqualify aberrant
1116 containers.
1117 (allout-beginning-of-current-entry): Position at start of buffer
1118 when in container (depth 0) entry.
1119 (nullify-allout-prefix-data): Invalidate allout-recent-* prefix data.
1120 (allout-current-bullet): Strip text properties.
1121 (allout-get-prefix-bullet): Use right match groups.
1122 (allout-beginning-of-line, allout-next-heading):
1123 Disqualify aberrant containers.
1124 (allout-previous-heading): Disqualify aberrant containers, and
1125 change to regular (rather than inline) function, to allow
1126 self-recursion.
1127 (allout-get-invisibility-overlay): Increment so progress is made
1128 when the first overlay is not the sought one.
1129 (allout-end-of-prefix): Disqualify aberrant containers.
1130 (allout-end-of-line): Cycle something like allout-beginning-of-line.
1131 (allout-mode): Make allout-old-style-prefixes (ie, enabling use with
1132 outline.el outlines) functional again. Change the primary bullet
1133 along with the header-lead - level 1 new-style bullets now work.
1134 Engage allout-before-change-handler in mainline emacs, not just
1135 xemacs, to do undo handling.
1136 (allout-before-change-handler): Expose undo changes occurring in
1137 hidden regions. Use allout-get-invisibility-overlay instead of
1138 reimplementing it inline.
1139 (allout-chart-subtree): Use start rather than end of prefix in
1140 charts. Use allout-recent-depth variable.
1141 (allout-chart-siblings): Disqualify aberrant topics.
1142 (allout-beginning-of-current-entry): Position correctly.
1143 (allout-ascend): Use new allout-depth-specific-regexp and
1144 allout-depth-one-regexp for linear instead of O(N^2) or worse
1145 behavior.
1146 (allout-ascend-to-depth): Depend on allout-ascend, rather than
1147 reimplementing an algorithm.
1148 (allout-up-current-level): Depend on allout-ascend, rather than
1149 reimplementing an algorithm. Return to start-point if we fail.
1150 (allout-descend-to-depth): Use allout-recent-depth variable
1151 instead of function.
1152 (allout-next-sibling): On traversal of numerous intervening
1153 topics, resort to economical allout-next-sibling-leap.
1154 (allout-next-sibling-leap): Specialized version of
1155 allout-next-sibling that uses allout-ascend cleverly, to depend on
1156 a regexp search to leap large numbers of contained topics, rather
1157 than arbitrarily many one-by-one traversals.
1158 (allout-next-visible-heading): Disqualify aberrant topics.
1159 (allout-previous-visible-heading): Position consistently when
1160 interactive.
1161 (allout-forward-current-level): Base on allout-previous-sibling
1162 rather than (differently) reimplmenting the algorithm. Remove some
1163 unused variables.
1164 (allout-solicit-alternate-bullet): Present default choice stripped
1165 of text properties.
1166 (allout-rebullet-heading): Use bullet stripped of text properties.
1167 Register changes using allout-exposure-change-hook.
1168 Disregard aberrant topics.
1169 (allout-shift-in): With universal-argument, make topic a peer of
1170 it's former offspring. Simplify the code by separating out
1171 allout-shift-out functionality.
1172 (allout-shift-out): With universal-argument, make offspring peers
1173 of their former container, and its siblings. Implement the
1174 functionality here, rather than inappropriately muddling the
1175 implementation of allout-shift-in.
1176 (allout-rebullet-topic): Respect additional argument for new
1177 parent-child separation function.
1178 (allout-yank-processing): Use allout-ascend directly.
1179 (allout-show-entry): Disqualify aberrant topics.
1180 (allout-show-children): Handle discontinuous children gracefully,
1181 extending the depth being revealed to expose them and posting a
1182 message indicating the situation.
1183 (allout-show-to-offshoot): Remove obsolete and incorrect comment.
1184 Leave cursor in correct position.
1185 (allout-hide-current-subtree): Use allout-ascend directly.
1186 Disqualify aberrant topics.
1187 (allout-kill-line, allout-kill-topic): Preserve exposure layout in
1188 a way that the yanks can restore it, as used to happen.
1189 (allout-yank-processing): Restore exposure layout as recorded by
1190 allout-kill-*, as used to happen.
1191 (allout-annotate-hidden, allout-hide-by-annotation): New routines
1192 for preseving and restoring exposure layout across kills.
1193 (allout-toggle-subtree-encryption): Run allout-exposure-change-hook.
1194 (allout-encrypt-string): Strip text properties.
1195 Rearranged order and outline-headings for some of the
1196 miscellaneous functions.
1197 (allout-resolve-xref): No need to quote the error name in the
1198 condition-case handler section.
1199 (allout-flatten): Classic recursive (and recursively intensive,
1200 without tail-recursion) list-flattener, needed by allout-shift-out
1201 when confronted with discontinuous children.
1202
1203 2006-09-16 Jason Rumney <jasonr@gnu.org>
1204
1205 * dnd.el (dnd-open-remote-file-function): Use dnd-open-local-file
1206 on ms-windows.
1207 (dnd-open-unc-file): Remove.
1208 (dnd-open-local-file): Mention in doc string that it also handles
1209 remote files if the system natively supports unc file-names.
1210
1211 2006-09-15 Kim F. Storm <storm@cua.dk>
1212
1213 * help.el (describe-key): Handle C-h k in *Help* buffer; collect
1214 all necessary information about the event before erasing *Help*.
1215
1216 * simple.el (line-move-partial): Use window-line-visiblity to
1217 quickly check whether last line is partially visible, and only do
1218 the hard (and slow) part in that case.
1219
1220 2006-09-15 Jay Belanger <belanger@truman.edu>
1221
1222 * COPYING: Replace "Library Public License" by "Lesser Public
1223 License" throughout.
1224
1225 2006-09-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1226
1227 * term/x-win.el (x-menu-bar-open): New function for F10.
1228
1229 2006-09-15 Chong Yidong <cyd@stupidchicken.com>
1230
1231 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1232 Disallow filenames containing " -" to avoid confusion with libtool
1233 compilation messages. Suggested by Stefan Monnier.
1234
1235 2006-09-15 David Kastrup <dak@gnu.org>
1236
1237 * mouse-sel.el (mouse-sel-follow-link-p): Use event position
1238 instead of buffer position for `mouse-on-link-p'.
1239
1240 * mouse.el (mouse-posn-property): New function looking up the
1241 properties at a click position in overlays and text properties in
1242 either buffer or strings.
1243 (mouse-on-link-p): Use `mouse-posn-property' to streamline lookup
1244 of both `follow-link' as well as `mouse-face' properties.
1245 (mouse-drag-track): Check `mouse-on-link-p' on event position, not
1246 buffer position.
1247
1248 * help.el (describe-key-briefly): When reading a down-event on
1249 mode lines or scroll bar, swallow the following up event, too.
1250 Use the new mouse sensitity of `key-binding' for lookup.
1251 (describe-key): The same here.
1252
1253 2006-09-15 Juanma Barranquero <lekktu@gmail.com>
1254
1255 * play/life.el (life-patterns): Add a few more interesting patterns.
1256 (life-setup): Force `show-trailing-whitespace' to nil.
1257
1258 2006-09-14 Richard Stallman <rms@gnu.org>
1259
1260 * startup.el (fancy-splash-text): Change text to improve alignment.
1261 (fancy-splash-screens): Don't set non-standard tab width.
1262 Bind cursor-type temporarily, and make it easy to patch to
1263 preserve the splash buffer.
1264 (normal-splash-screen, fancy-splash-tail): Spell out "Meta-x".
1265 (fancy-splash-screens): Display echo-area message explicitly.
1266 Don't set fancy-splash-help-echo.
1267
1268 * simple.el (line-number-mode): Group mode-line instead of
1269 editing-basics.
1270 (column-number-mode, size-indication-mode): Likewise.
1271
1272 * faces.el (mode-line-faces): Group mode-line instead of modeline.
1273
1274 * time.el (display-time): Group mode-line instead of modeline.
1275
1276 * cus-edit.el (mode-line): Rename from modeline. All uses changed.
1277
1278 2006-09-14 Chong Yidong <cyd@stupidchicken.com>
1279
1280 * startup.el (fancy-splash-text): Move editing instructions to
1281 fancy-splash-head.
1282 (fancy-splash-head): Issue editing instructions.
1283 (fancy-splash-screens): Fixup whitespace.
1284
1285 2006-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
1286
1287 * bindings.el (mode-line-buffer-identification-keymap):
1288 Remove duplicate line.
1289
1290 2006-09-14 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
1291
1292 * ido.el (ido-ignore-item-p): Allow any kind of functions in
1293 ignore lists.
1294
1295 2006-09-14 Kim F. Storm <storm@cua.dk>
1296
1297 * jit-lock.el (jit-lock-fontify-again): New function.
1298 (jit-lock-fontify-now): Use it instead of lambda form.
1299
1300 2006-09-13 Agustin Martin <agustin.martin@hispalinux.es>
1301
1302 * textmodes/flyspell.el (flyspell-word, flyspell-correct-word)
1303 (flyspell-auto-correct-word): Make ispell-filter local to these
1304 functions. Check that ispell-filter has new stuff before calling
1305 ispell-parse-output.
1306
1307 2006-09-13 Kim F. Storm <storm@cua.dk>
1308
1309 * simple.el (line-move-partial): Optimize.
1310
1311 2006-09-13 Richard Stallman <rms@gnu.org>
1312
1313 * thingatpt.el (thing-at-point-bounds-of-url-at-point):
1314 Delete spurious backquote.
1315
1316 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
1317
1318 * net/rcirc.el (rcirc-print): Fix last change.
1319
1320 2006-09-12 Jay Belanger <belanger@truman.edu>
1321
1322 * calc/calc.el (calc-dispatch): Remove unnecessary `sit-for'.
1323
1324 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
1325
1326 * net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from
1327 rcirc-show-maximum-output.
1328 (rcirc-mode): Remove window-scroll-function hook.
1329 (rcirc-scroll-to-bottom): Remove function.
1330 (rcirc-print): Recenter so point stays at the bottom of the window
1331 if point was already there.
1332
1333 2006-09-12 Paul Eggert <eggert@cs.ucla.edu>
1334
1335 * comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
1336 not to "t".
1337 * progmodes/compile.el (compilation-start): Likewise.
1338 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
1339 Don't use expand-file-name on invocation-directory, since this
1340 might mishandle special characters in invocation-directory.
1341
1342 2006-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
1343
1344 * pcvs-defs.el: Remove * in defcustom's docstrings.
1345
1346 2006-09-12 Nick Roberts <nickrob@snap.net.nz>
1347
1348 * progmodes/compile.el (compilation-directory-properties):
1349 Doc fix for help-echo.
1350
1351 2006-09-12 Lars Hansen <larsh@soem.dk>
1352
1353 * desktop.el (desktop-read): Add comment.
1354
1355 2006-09-12 Kim F. Storm <storm@cua.dk>
1356
1357 * simple.el (next-error-highlight, next-error-highlight-no-select):
1358 Fix spelling error.
1359
1360 * subr.el (sit-for): Rework to use input-pending-p and cond.
1361 Return nil input is pending on entry also for SECONDS <= 0.
1362 (while-no-input): Use input-pending-p instead of sit-for.
1363
1364 2006-09-11 Richard Stallman <rms@gnu.org>
1365
1366 * simple.el (next-error-highlight, next-error-highlight-no-select):
1367 Fix custom type and doc strings.
1368
1369 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
1370
1371 * diff-mode.el (diff-apply-hunk-to-backup-file): New var.
1372 (diff-apply-hunk): Use it to ask for confirmation.
1373
1374 2006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
1375
1376 * emacs-lisp/cl.el (pushnew): Add missing `,'.
1377
1378 2006-09-11 David Kastrup <dak@gnu.org>
1379
1380 * help.el (string-key-binding, describe-key-briefly)
1381 (describe-key): Remove `string-key-binding' and its callers since
1382 `key-binding' already caters for the proper lookup now.
1383
1384 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
1385
1386 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): Newvar.
1387 (cfengine-mode): Use it. Fix \ syntax to be like /.
1388
1389 * bindings.el (mode-line-buffer-identification-keymap):
1390 Move initialization into declaration.
1391
1392 2006-09-10 Kim F. Storm <storm@cua.dk>
1393
1394 * ido.el (ido-edit-input, ido-complete, ido-take-first-match)
1395 (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
1396 (ido-delete-file-at-head): Pass head of ido-matches through ido-name
1397 in case of merged directories. Reported by Micha\e,Ak\e(Bl Cadilhac.
1398
1399 2006-09-10 Richard Stallman <rms@gnu.org>
1400
1401 * dired-aux.el: Handle errors in recursive copy usefully.
1402 (dired-create-files-failures): New variable.
1403 (dired-copy-file): Remove condition-case.
1404 (dired-copy-file-recursive): Check for errors on all file
1405 operations, and add them to dired-create-files-failures.
1406 Check file file-date-erorr here too.
1407 (dired-create-files): Check dired-create-files-failures
1408 and report those errors too.
1409
1410 * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient.
1411
1412 * subr.el (add-to-list): New argument COMPARE-FN.
1413
1414 2006-09-10 Reiner Steib <Reiner.Steib@gmx.de>
1415
1416 * filecache.el (file-cache-add-directory)
1417 (file-cache-add-directory-list, file-cache-add-file)
1418 (file-cache-add-directory-using-find)
1419 (file-cache-add-directory-using-locate)
1420 (file-cache-add-directory-recursively): Add autoloads.
1421
1422 2006-09-09 Richard Stallman <rms@gnu.org>
1423
1424 * textmodes/conf-mode.el (conf-space-mode):
1425 Use hack-local-variables-hook instead of calling hack-local-variables.
1426 (conf-space-keywords-override): New variable.
1427 (conf-space-mode-internal): New subroutine. Reinit Font Lock mode.
1428 (conf-space-mode): Always make conf-space-keywords and
1429 conf-space-keywords-override local.
1430 Call conf-space-mode-internal directly as well as via hook.
1431
1432 2006-09-09 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
1433
1434 * progmodes/python.el (python-font-lock-keywords): Add `self' and other
1435 quasi-keywords.
1436
1437 2006-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
1438
1439 * progmodes/python.el: Quieten the compiler about hippie-expand vars.
1440 (python-send-string): Be slightly more careful about adding \n.
1441
1442 * startup.el (normal-splash-screen): Don't display the buffer if we'll
1443 kill it right away anyway.
1444
1445 2006-09-09 Eli Zaretskii <eliz@gnu.org>
1446
1447 * international/codepage.el (cp850-decode-table): Fix a few codes.
1448 (cp858-decode-table): New variable.
1449
1450 2006-09-09 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
1451
1452 * net/ldap.el (ldap-search-internal): Doc fix.
1453
1454 2006-09-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
1455
1456 * play/life.el (life-display-generation): Test for input manually if
1457 `sleeptime' is negative or null.
1458
1459 * lpr.el (lpr-page-header-switches): Page title switch is one of them.
1460 (print-region-1): Substitute `%s' with the page title.
1461
1462 2006-09-09 Matt Hodges <MPHodges@member.fsf.org>
1463
1464 * locate.el (locate-current-search): New variable.
1465 (locate): Set buffer local value. Use current buffer if it is
1466 in Locate mode.
1467 (locate-mode): Disable undo here.
1468 (locate-do-setup): Use locate-current-filter from buffer to be killed.
1469 (locate-update): Use locate-current-search and locate-current-filter.
1470
1471 2006-09-08 David Kastrup <dak@gnu.org>
1472
1473 * desktop.el (desktop-read): When loading a desktop, disable
1474 saving it while the load progresses, and switch off a pending lazy
1475 load by calling `desktop-lazy-abort'.
1476
1477 2006-08-27 Martin Rudalics <rudalics@gmx.at>
1478
1479 * window.el (mouse-autoselect-window-timer)
1480 (mouse-autoselect-window-position)
1481 (mouse-autoselect-window-window)
1482 (mouse-autoselect-window-now): New vars.
1483 (mouse-autoselect-window-cancel)
1484 (mouse-autoselect-window-select)
1485 (mouse-autoselect-window-start): New functions.
1486 (handle-select-window): Call `mouse-autoselect-window-start' when
1487 delayed window autoselection is enabled.
1488
1489 * cus-start.el (mouse-autoselect-window): Handle delayed window
1490 autoselection.
1491
1492 * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of
1493 commands after which it is allowed to print in the echo area.
1494
1495 2006-09-08 Richard Stallman <rms@gnu.org>
1496
1497 * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.'
1498
1499 * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam.
1500 (rmail-convert-to-babyl-format): Don't record undo, leave list empty.
1501
1502 * emacs-lisp/timer.el (timer-create, timer-activate): Doc fixes.
1503 (cancel-timer-internal): Add doc string.
1504 (cancel-function-timers): Doc fix.
1505 (with-timeout-handler, timer-event-last*): Add doc strings.
1506
1507 * emacs-lisp/bindat.el (bindat-unpack): Doc fix.
1508
1509 * files.el (risky-local-variable-p): Match ...-bindat-spec.
1510
1511 * dired.el (dired-log-summary): Add doc string.
1512
1513 * cus-edit.el (custom-menu-create): Bind deactivate-mark here
1514 (custom-group-menu-create): Not here.
1515
1516 2006-09-08 Carsten Dominik <dominik@science.uva.nl>
1517
1518 * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop.
1519
1520 2006-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1521
1522 * term/mac-win.el: (show-hide-font-panel): New HI command ID symbol.
1523 (mac-apple-event-map): Define its handler.
1524
1525 2006-09-07 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
1526
1527 * net/ldap.el (ldap-search-internal): Handle `auth' key.
1528
1529 2006-09-07 Magnus Henoch <mange@freemail.hu>
1530
1531 * net/rcirc.el (rcirc-activity-string): Don't quote value in case
1532 clause.
1533
1534 2006-09-07 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
1535
1536 * info.el (Info-index): Bind completion-ignore-case.
1537
1538 2006-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
1539
1540 * progmodes/prolog.el (inferior-prolog-flavor): New var left out of
1541 previous commit.
1542 (inferior-prolog-guess-flavor): New fun left out of previous commit.
1543 (prolog-consult-region-and-go): Don't hard code "*prolog*" and don't
1544 burp in dedicated windows.
1545 (inferior-prolog-self-insert-command): New command.
1546 (inferior-prolog-mode-map): Use it.
1547
1548 2006-09-07 Reiner Steib <Reiner.Steib@gmx.de>
1549
1550 * international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
1551
1552 * international/code-pages.el: Add cp858.
1553
1554 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1555
1556 * dnd.el: Fix bootstrapping.
1557
1558 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1559
1560 * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
1561 (dnd-open-remote-url): New function.
1562 (dnd-open-remote-file-function): Set to dnd-open-remote-url if
1563 not windows-nt.
1564
1565 2006-09-07 Jason Rumney <jasonr@gnu.org>
1566
1567 * dnd.el (dnd-open-remote-file-function): New variable.
1568 (dnd-open-unc-file): New function.
1569 (dnd-open-file): Call dnd-open-remote-file-function if set.
1570
1571 2006-09-06 Daiki Ueno <ueno@unixuser.org>
1572
1573 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with
1574 pgg-passphrase-coding-system rather than locale-coding-system.
1575 * pgg-def.el (pgg-passphrase-coding-system): New user option.
1576
1577 2006-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
1578
1579 * progmodes/prolog.el: Remove * in docstrings.
1580 (prolog-program-name): Add SWI prolog.
1581 (prolog-mode-menu): New menu.
1582 (prolog-mode): Set comment-add.
1583 (prolog-indent-line): Simplify. Use indent-line-to.
1584 (inferior-prolog-buffer): New var.
1585 (inferior-prolog-run, inferior-prolog-process): New funs.
1586 (run-prolog, switch-to-prolog): Rewrite, using them.
1587 (prolog-consult-region): Use inferior-prolog-buffer.
1588 (inferior-prolog-load-file): New function.
1589 (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
1590
1591 * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before
1592 last word, if it's not the end of the paragraph.
1593
1594 * files.el (abbreviate-file-name): Don't mistakenly match newlines in
1595 file name.
1596
1597 2006-09-06 Ralf Angeli <angeli@caeruleus.net>
1598
1599 * frame.el (display-mm-dimensions-alist): New defcustom.
1600 (display-mm-height, display-mm-width): Use it.
1601
1602 2006-09-06 Simon Josefsson <jas@extundo.com>
1603
1604 * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
1605
1606 2006-09-06 Nick Roberts <nickrob@snap.net.nz>
1607
1608 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
1609 (gdb-var-list-children-regexp-1): Tweak regexps to catch full
1610 string values.
1611
1612 2006-09-06 Kim F. Storm <storm@cua.dk>
1613
1614 * simple.el (line-move-partial): New function to do vscrolling for
1615 partially visible images / tall lines. Rewrite based on code
1616 previously in line-move. Simplify backwards vscrolling.
1617 (line-move): Use it. Simplify.
1618
1619 2006-09-05 Kim F. Storm <storm@cua.dk>
1620
1621 * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite.
1622
1623 2006-09-05 Chong Yidong <cyd@stupidchicken.com>
1624
1625 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1626 Process the `gcc-include' after the `gnu' rule.
1627
1628 2006-09-05 Kim F. Storm <storm@cua.dk>
1629
1630 * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer.
1631
1632 2006-09-05 Daiki Ueno <ueno@unixuser.org>
1633
1634 * pgg.el (pgg-clear-string): Alias to clear-string for backward
1635 compatibility.
1636
1637 * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
1638 inhibit-redisplay; encode passphrase with locale-coding-system.
1639
1640 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
1641
1642 * term/xterm.el (terminal-init-xterm): Add more C-M- bindings.
1643
1644 2006-09-05 Nick Roberts <nickrob@snap.net.nz>
1645
1646 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
1647 (gdb-var-list-children-regexp): Make type field optional.
1648
1649 * progmodes/gud.el (gud-speedbar-buttons): Allow for no type
1650 e.g public, protected in C++.
1651
1652 2006-09-04 John Paul Wallington <jpw@pobox.com>
1653
1654 * simple.el (completion-show-help): New defcustom.
1655 (completion-setup-function): Heed it.
1656
1657 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
1658
1659 * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
1660
1661 2006-09-04 Richard Stallman <rms@gnu.org>
1662
1663 * mail/rmail-spam-filter.el (rsf-scanning-messages-now): Doc fix.
1664 (rsf-min-region-to-spam-list): Doc fix.
1665 (rsf-add-content-type-field): Doc fix.
1666
1667 * simple.el (kill-region): Explicitly test there is a region.
1668
1669 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
1670
1671 * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
1672 sendmail in several common directories.
1673
1674 * mail/sendmail.el (sendmail-program): Moved here from paths.el.
1675
1676 * paths.el (sendmail-program): Removed.
1677
1678 2006-09-04 Daiki Ueno <ueno@unixuser.org>
1679
1680 * pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki
1681 Das. http://article.gmane.org/gmane.emacs.gnus.general/49947
1682 http://article.gmane.org/gmane.emacs.gnus.general/50457
1683
1684 2006-09-03 Chong Yidong <cyd@stupidchicken.com>
1685
1686 * cus-edit.el (custom-group-menu-create): Avoid deactivating the
1687 mark after running the menu filter.
1688
1689 2006-09-03 Juri Linkov <juri@jurta.org>
1690
1691 * international/quail.el (quail-defrule-internal): Add a check
1692 if a key is a vector.
1693
1694 2006-09-02 Juri Linkov <juri@jurta.org>
1695
1696 * man.el (Man-topic-history): New variable.
1697 (man): Use it.
1698
1699 * woman.el (woman-topic-history): Change defvar to defvaralias
1700 for symbol `Man-topic-history'.
1701
1702 * shell.el (shell-filter-ctrl-a-ctrl-b): Check if
1703 `comint-last-output-start' is a marker by using `markerp' and
1704 check if it has a position by using `marker-position', and use
1705 this position for `goto-char'.
1706
1707 * international/quail.el (quail-defrule-internal): Add missing
1708 `error' call for null key.
1709
1710 2006-09-02 Ryan Yeske <rcyeske@gmail.com>
1711
1712 * rcirc.el (rcirc-keywords): New variable.
1713 (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
1714 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
1715 variables.
1716 (rcirc-responses-no-activity): New function.
1717 (rcirc-handler-generic): Check for responses in above.
1718 (rcirc-process-command): Add ?: character to arguments of raw
1719 server commands.
1720 (rcirc-format-response-string): Use `rcirc-bright-nicks' and
1721 `rcirc-dim-nicks'.
1722 (rcirc-gray-toggle): Remove unused variable.
1723 (rcirc-print): Remove some tracking logic, which is moved into
1724 markup functions.
1725 (rcirc-activity-types): Was `rcirc-activity-type', now a list of
1726 types.
1727 (rcirc-activity-string): Look for 'keyword in activity-types.
1728 (rcirc-window-configuration-change): Don't erase overlay-arrow
1729 unnecessarily.
1730 (rcirc-add-or-remove): New function.
1731 (rcirc-cmd-ignore): Use it.
1732 (rcirc-message-leader): Remove unused function.
1733 (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands.
1734 (rcirc-add-face): New function.
1735 (rcirc-facify): Use rcirc-add-face.
1736 (rcirc-url-regexp): Add parens.
1737 (rcirc-map-regexp): Remove function.
1738 (rcirc-mangle-regexp): Remove function.
1739 (rcirc-markup-text-functions): New variable.
1740 (rcirc-markup-text): New function (replaces `rcirc-mangle-text').
1741 (rcirc-markup-body-text, rcirc-markup-attributes)
1742 (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords)
1743 (rcirc-markup-bright-nicks): New markup handler functions.
1744 (rcirc-nick-in-message-full-line): New face.
1745 (rcirc-track-nick): Rename from `rcirc-mode-line-nick'.
1746 (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
1747
1748 2006-09-02 Martin Rudalics <rudalics@gmx.at>
1749
1750 * cus-start.el (hscroll-margin, hscroll-step)
1751 (mode-line-in-non-selected-windows, mouse-autoselect-window)
1752 (x-use-underline-position-properties): Change version to "22.1"
1753 since they will appear there for the first time.
1754
1755 2006-09-01 Chong Yidong <cyd@stupidchicken.com>
1756
1757 * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
1758
1759 2006-08-31 Richard Stallman <rms@gnu.org>
1760
1761 * cus-edit.el (custom-save-variables): Slight cleanup.
1762 (Custom-no-edit): Renamed from custom-no-edit.
1763 (Custom-newline): Renamed from custom-newline.
1764 (custom-mode-map): Use new names.
1765
1766 * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual
1767 about customization, rather than M-x customize, in the doc string
1768 made for the defcustom.
1769
1770 * emacs-lisp/trace.el (trace-function-background): Doc fix.
1771
1772 2006-08-31 Romain Francoise <romain@orebokech.com>
1773
1774 * dired-x.el (dired-guess-shell-alist-default): Update.
1775
1776 2006-08-31 Michael Mauger <mmaug@yahoo.com>
1777
1778 * custom.el (custom-theme-set-variables): Autoload packages before
1779 sorting the variables.
1780
1781 2006-08-30 Michael Kifer <kifer@cs.stonybrook.edu>
1782
1783 * viper-cmd.el (viper-special-read-and-insert-char): Convert events to
1784 chars if XEmacs.
1785 (viper-after-change-undo-hook): Check if undo-in-progress is bound.
1786
1787 2006-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
1788
1789 * progmodes/python.el (python-eldoc-function): Re-enable quit while
1790 waiting for process.
1791
1792 2006-08-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1793
1794 * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
1795 results in ASCII-only string, encode original one directly.
1796
1797 2006-08-29 Romain Francoise <romain@orebokech.com>
1798
1799 * startup.el (normal-splash-screen, fancy-splash-screens):
1800 Make buffer read-only and arrange to enter view mode if necessary.
1801
1802 2006-08-29 Chong Yidong <cyd@stupidchicken.com>
1803
1804 * hl-line.el (hl-line): New face.
1805 (hl-line-face): Use it.
1806
1807 * image-mode.el (image-mode): Fix last fix.
1808 Suggested by Kim F. Storm.
1809
1810 2006-08-29 Michael Albinus <michael.albinus@gmx.de>
1811
1812 Sync with Tramp 2.0.54.
1813
1814 * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
1815 of `=', because `tramp-get-remote-gid' might not always return an
1816 integer when expected.
1817 (tramp-register-file-name-handlers): `partial-completion-mode' is
1818 unknown to XEmacs.
1819 (tramp-time-diff): Don't use `floor', it might fail for large
1820 differences.
1821 (tramp-handle-make-auto-save-file-name): For Emacs 21, set
1822 `tramp-auto-save-directory' if unset in order to guarantee unique
1823 auto-save file names.
1824
1825 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
1826
1827 * image-mode.el (image-mode): Display image as text on a terminal.
1828
1829 2006-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
1830
1831 * progmodes/python.el (python-send-command): Simplify.
1832 (run-python): Don't generate a new buffer unless `new' was specified.
1833 Make sure we send `import emacs' to the proper process.
1834
1835 * progmodes/python.el (python-send-command): Don't wait for the command
1836 to terminate. Don't fiddle with compilation-parsing-end.
1837
1838 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
1839
1840 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
1841 Insert commentary after first line summary.
1842
1843 * woman.el (woman-follow): New function, based on `man-follow'.
1844 (woman-mode-map): Use it.
1845
1846 * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
1847 since ibuffer-do-sort-by-recency does not define a sorter.
1848
1849 2006-08-28 Kim F. Storm <storm@cua.dk>
1850
1851 * find-dired.el (find-dired): Use shell-quote-argument to properly
1852 escape ( and ) args. Also use it on {} and ; args in default
1853 value of find-ls-option string.
1854 (find-grep-dired): Use shell-quote-argument on {} and ; args.
1855
1856 2006-08-27 Michael Olson <mwolson@gnu.org>
1857
1858 * emacs-lisp/tq.el: Small grammar fix in comments.
1859 (tq-enqueue): Check for existence of queue rather than the
1860 head queue item's question, which was a no-op.
1861 (tq-filter, tq-process-buffer): Make sure the process buffer
1862 exists before making it the current buffer.
1863
1864 2006-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1865
1866 * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
1867 (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
1868 (special-event-map): Apply 2006-08-16 change for x-win.el.
1869
1870 2006-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
1871
1872 * progmodes/python.el (python-send-receive): Wait in the
1873 process's buffer so as to check the right buffer-local variables.
1874
1875 2006-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
1876
1877 * emacs-lisp/checkdoc.el: Remove * in defcustoms.
1878 (defgroup checkdoc): Move to beginning.
1879
1880 * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
1881 (python-preoutput-continuation): Remove.
1882 (python-preoutput-filter): Simplify correspondingly.
1883 Remove handling of _emacs_ok. Make sure we skip _emacs_out's prompts.
1884 Loop around to catch embedded _emacs_out output.
1885 (run-python): Send the import&print command on a single line.
1886 (python-send-command): Send command&print on a single line.
1887 (python-send-string): Only add double \n if needed.
1888 (python-send-receive): Loop until the result comes.
1889 (python-mode-running): Defvar it.
1890 (python-setup-brm): Remove unused var `menu'.
1891 Only bind py-mode-map and `features' around brm-init.
1892 (python-calculate-indentation): Remove unused var `point'.
1893 (python-beginning-of-defun): Remove unused var `def-line'.
1894
1895 2006-08-25 Richard Stallman <rms@gnu.org>
1896
1897 * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
1898
1899 2006-08-25 Michael Kifer <kifer@cs.stonybrook.edu>
1900
1901 * viper.el (viper-set-hooks): Use frame bindings for
1902 viper-vi-state-cursor-color.
1903 (viper-non-hook-settings): Don't set default
1904 mode-line-buffer-identification.
1905
1906 * viper-util.el (viper-set-cursor-color-according-to-state): New fun.
1907 (viper-set-cursor-color-according-to-state)
1908 (viper-get-saved-cursor-color-in-replace-mode)
1909 (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
1910 viper-emacs-state-cursor-color.
1911
1912 * viper-cmd.el (viper-envelop-ESC-key): Bug fix.
1913 (viper-undo): Use point if undo-beg-posn is nil.
1914 (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
1915 (viper-after-change-undo-hook): Don't use
1916 viper-emacs-state-cursor-color by default.
1917 (viper-undo): More sensible positioning after undo.
1918
1919 * viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
1920 (viper-emacs-state-cursor-color): Default to nil, since this feature
1921 doesn't work well yet.
1922
1923 * ediff-mult.el (ediff-intersect-directories)
1924 (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
1925 always expand filenames.
1926
1927 2006-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
1928
1929 * tumme.el: Remove * in defcustoms's docstrings.
1930
1931 2006-08-24 Chong Yidong <cyd@stupidchicken.com>
1932
1933 * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
1934 Accept internal time format for SECS arg.
1935 (timer-relative-time): Doc fix.
1936
1937 * jit-lock.el: "Stealth fontification by requeuing timers" patch,
1938 adapted from Martin Rudalics.
1939 (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
1940 (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
1941 (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
1942 using sit-for.
1943
1944 2006-08-24 Francesc Rocher <francesc.rocher@gmail.com>
1945
1946 * cus-start.el (all): Add `overline-margin' and
1947 `x-underline-at-descent-line'.
1948
1949 2006-08-24 Kim F. Storm <storm@cua.dk>
1950
1951 * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
1952 to mean "use find -exec"; nil now unambiguously means auto-detect.
1953 (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
1954 Use shell-quote-argument to build grep-find-command and
1955 grep-find-template.
1956 (rgrep): Use shell-quote-argument to properly quote arguments to find.
1957 Reported by Tom Seddon.
1958
1959 2006-08-23 Chong Yidong <cyd@stupidchicken.com>
1960
1961 * startup.el (fancy-splash-head): Give instructions for dismissing
1962 the splash screen for default startup too.
1963 (display-startup-echo-area-message, fancy-splash-screens)
1964 (use-fancy-splash-screens-p): New arg hide-on-input. If nil, show
1965 all splash text at once and keep the splash buffer around.
1966 (command-line-1): Give display-startup-echo-area-message a t arg.
1967
1968 2006-08-23 Carsten Dominik <dominik@science.uva.nl>
1969
1970 * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
1971 gnus frame is selected.
1972
1973 2006-08-23 Nick Roberts <nickrob@snap.net.nz>
1974
1975 * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
1976
1977 2006-08-22 Kim F. Storm <storm@cua.dk>
1978
1979 * ido.el (ido-set-matches-1): Fix full matching for subdirs.
1980 Add suffix matching for subdirs.
1981
1982 2006-08-22 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
1983
1984 * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
1985 mouse-yank-at-point is non-nil.
1986
1987 2006-08-22 Nick Roberts <nickrob@snap.net.nz>
1988
1989 * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
1990 a bit wider and remove fringes to fit initial output on line.
1991
1992 2006-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
1993
1994 * frame.el (blink-cursor-end): Only ignore the error we care about.
1995 (blink-cursor-mode): Use blink-cursor-end to simplify the code.
1996
1997 2006-08-21 Richard Stallman <rms@gnu.org>
1998
1999 * whitespace.el (whitespace-cleanup): Doc fix.
2000
2001 2006-08-20 Ryan Yeske <rcyeske@gmail.com>
2002
2003 * net/rcirc.el (rcirc-show-maximum-output): New var.
2004 (rcirc-buffer-process): If no buffer argument is supplied, use
2005 current-buffer.
2006 (rcirc-complete-nick): Complete to the last completed nick first.
2007 (rcirc-mode): Preserve the value of `rcirc-urls' across
2008 connections. Setup scroll function.
2009 (rcirc-scroll-to-bottom): New function.
2010 (rcirc-print): Use nick syntax around regexp work.
2011 Notice dim-nicks speaking only if they say our nick.
2012 (rcirc-update-activity-string): Do not show the modeline indicator
2013 if there are no live rcirc processes.
2014 (rcirc-cmd-ignore): Ignore case.
2015 (rcirc-browse-url-at-point): Fix off-by-one error.
2016
2017 2006-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
2018
2019 * progmodes/python.el: Remove * in defcustom docstrings.
2020 (run-python, python-proc, python-try-complete): Use derived-mode-p.
2021 (python-mode): Set tab-width and indent-tabs-mode.
2022
2023 2006-08-20 Dave Love <fx@gnu.org>
2024
2025 * progmodes/python.el: Update to Dave Love's latest version.
2026 (python-font-lock-keywords, python-mode): Don't use
2027 font-lock-syntax-table, but match symbol elements explicitly instead.
2028 (python-mode-map): Add help, and a few more key bindings.
2029 (python-skip-comments/blanks): Move out of comments as well.
2030 (python-continuation-line-p): Behave better with unbalanced parens.
2031 (python-blank-line-p): New fun.
2032 (python-open-block-statement-p): Don't use a heuristic.
2033 (python-outdent-p): Better handle blocks-in-the-same-line.
2034 (python-calculate-indentation): Misc improvements.
2035 (python-comment-indent): Remove.
2036 (python-block-pairs): New var.
2037 (python-first-word): New fun.
2038 (python-indentation-levels): Handle more common cases.
2039 (python-indent-line-1): Add `leave' argument.
2040 (python-indent-region): New fun.
2041 (python-skip-out): New fun.
2042 (python-beginning-of-statement, python-end-of-statement): Use it.
2043 (python-next-statement): Return correct count even at eob.
2044 (python-end-of-block): Fix paren-typo.
2045 (python-imenu-create-index): Add module variables.
2046 (run-python): Add `new' arg.
2047 Check we're at a prompt before returning.
2048 (python-send-command): Move to end of buffer.
2049 Wait for prompt to return.
2050 (python-set-proc): New fun.
2051 (python-imports): New var.
2052 (python-describe-symbol): Use it. Adjust to new interface of `ehelp'.
2053 (python-eldoc-function): Try to move out of arg list.
2054 (python-outline-level): Offset by 1.
2055 (python-find-imports): New fun.
2056 (python-symbol-completions): Use python-imports.
2057 (python-module-path, ffap-alist): Add support for ffap.
2058 (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
2059 (pythin-insert-*, python-default-template, python-expand-template):
2060 Add templates/skeletons.
2061 (python-setup-brm): Support for Bicycle Repair Man.
2062 (python-abbrev-syntax-table): New var.
2063 (python-abbrev-pc-hook, python-pea-hook): New funs.
2064
2065 2006-08-20 Chong Yidong <cyd@stupidchicken.com>
2066
2067 * frame.el (blink-cursor-start): Set timer first.
2068 (blink-cursor-end): Ignore timer cancelling errors.
2069 Suggested by Ken Manheimer.
2070
2071 2006-08-20 Juanma Barranquero <lekktu@gmail.com>
2072
2073 * newcomment.el (comment-box): Call `comment-normalize-vars'.
2074 Add autoload cookie.
2075
2076 2006-08-20 Richard Stallman <rms@gnu.org>
2077
2078 * simple.el (line-number-at-pos): Doc fix.
2079
2080 * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
2081 timer-activate-when-idle, so timer can run before Emacs becomes
2082 non-idle again.
2083
2084 2006-08-18 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
2085
2086 * whitespace.el (whitespace-cleanup-internal): New optional arg
2087 REGION-ONLY. If it's non-nil, modify the message to the user
2088 accordingly.
2089 (whitespace-cleanup-region): Call whitespace-cleanup-internal with
2090 a non-nil argument.
2091
2092 2006-08-18 Gustav H\e,Ae\e(Bllberg <gustav@gmail.com> (tiny change)
2093
2094 * rect.el (spaces-string): Simplify and add doc string.
2095
2096 2006-08-17 Romain Francoise <romain@orebokech.com>
2097
2098 * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
2099
2100 2006-08-17 Richard Stallman <rms@gnu.org>
2101
2102 * compare-w.el (compare-windows): lambda's take an arg and pass
2103 it to compare-windows-skip-whitespace.
2104
2105 2006-08-17 Martin Rudalics <rudalics@gmx.at>
2106
2107 * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
2108 the right buffer.
2109
2110 2006-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
2111
2112 * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
2113 removed files.
2114
2115 2006-08-17 Nick Roberts <nickrob@snap.net.nz>
2116
2117 * progmodes/gdb-ui.el (gdb-locals-watch-map)
2118 (gdb-locals-watch-map-1): Suppress keymap first.
2119 (gdb-edit-locals-map-1): New variable.
2120 (gdb-edit-locals-value): New function.
2121 (gdb-stack-list-locals-handler): Use them.
2122
2123 2006-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
2124
2125 * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
2126 cursor would normally be drawn in the fringe.
2127
2128 * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
2129 Reported by Martin Rudalics <rudalics@gmx.at>.
2130
2131 2006-08-16 Richard Stallman <rms@gnu.org>
2132
2133 * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
2134 (special-event-map): Process drag-n-drop events this way.
2135
2136 * simple.el (move-beginning-of-line): Test whether fields
2137 would prevent motion back to line's first visible character.
2138 If so, stop where the fields would stop the motion.
2139
2140 * newcomment.el (comment-indent): Fully update INDENT
2141 before checking to see if it will change the text.
2142
2143 * cus-edit.el (custom-newline): New function.
2144 (custom-mode-map): Bind newline to custom-newline.
2145
2146 * compare-w.el (compare-windows): Factor compare-ignore-whitespace
2147 into ignore-whitespace.
2148 Check each buffer for its skip-function.
2149 Handle compare-windows-skip-whitespace special-case test
2150 by returning t from default skip function.
2151
2152 2006-08-15 Carsten Dominik <dominik@science.uva.nl>
2153
2154 * textmodes/org.el (org-clock-special-range)
2155 (org-clock-update-time-maybe): New functions.
2156 (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
2157 not only a-z.
2158 (org-agenda-get-blocks): Allow multiple blocks per headline.
2159 (org-timestamp-change): Call `org-clock-update-time-maybe'.
2160 (org-export-html-title-format)
2161 (org-export-html-toplevel-hlevel): New options.
2162 (org-export-language-setup): Add support for Czech.
2163 (org-mode, org-insert-todo-heading, org-find-visible)
2164 (org-find-invisible, org-invisible-p, org-invisible-p2)
2165 (org-back-to-heading, org-on-heading-p, org-up-heading-all)
2166 (org-show-subtree, org-show-entry, org-make-options-regexp):
2167 Remove compatibility support for old outline-mode.
2168 (org-check-occur-regexp): Funtion removed.
2169 (org-on-heading-p, org-back-to-heading): Made defalias.
2170 (org-set-local): New defsubst.
2171 (org-set-regexps-and-options, org-mode)
2172 (org-set-font-lock-defaults, org-edit-agenda-file-list)
2173 (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
2174 (org-remember-apply-template, org-table-edit-field)
2175 (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
2176 (org-set-autofill-regexps): Use `org-set-local'.
2177 (org-table-eval-formula): Fix bug with parsing of display flags.
2178
2179 2006-08-15 Nick Roberts <nickrob@snap.net.nz>
2180
2181 * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
2182 frame with fringe arrow. Suggested by Simon Marshall
2183 <simon.marshall@misys.com>.
2184 (gdb-stack-position): New variable.
2185 (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
2186 (gdb-frames-mode): Set gdb-stack-position to nil.
2187 Add to overlay-arrow-variable-list
2188 (gdb-reset): Delete gdb-stack-position from above list.
2189
2190 2006-08-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2191
2192 * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
2193 read only.
2194
2195 2006-08-13 Romain Francoise <romain@orebokech.com>
2196
2197 * cus-theme.el (customize-create-theme)
2198 (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
2199
2200 * filesets.el (filesets-add-buffer): Ditto.
2201
2202 * pcvs.el (cvs-change-cvsroot): Ditto.
2203
2204 2006-08-13 Nick Roberts <nickrob@snap.net.nz>
2205
2206 * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
2207 (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
2208 (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
2209 expressions.
2210 (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
2211 Only search till end of line.
2212 Add face to function names in case of no filename.
2213 Add face to variable names of watchpoints.
2214
2215 2006-08-12 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
2216
2217 * cus-start.el <indent-tabs-mode>: Move to the `indent'
2218 customization group.
2219
2220 2006-08-12 Ken Manheimer <ken.manheimer@gmail.com>
2221
2222 * allout.el (allout-prior-bindings, allout-added-bindings):
2223 Remove, after long deprecation.
2224 (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
2225 Add customization vars controlling allout-beginning-of-line and
2226 allout-end-of-line conveniences.
2227 (allout-header-prefix, allout-use-mode-specific-leader)
2228 (allout-use-mode-specific-leader, allout-mode-leaders):
2229 Revise docstrings.
2230 (allout-infer-header-lead): Change to be an alias for
2231 allout-infer-header-lead-and-primary-bullet.
2232 (allout-infer-header-lead-and-primary-bullet): New version of
2233 allout-infer-header-lead which assigns the primary bullet to the
2234 same as the header lead, when its being changed.
2235 (allout-infer-body-reindent): Apply regexp-quote instead of
2236 unconditionally prepending "\\", so that all literal
2237 allout-header-prefix and allout-primary-bullet strings are
2238 properly handled.
2239 (allout-add-resumptions): Add optional qualifier for extending or
2240 appending to existing values, rather than replacing them.
2241 (allout-view-change-hook): Clarify docstring.
2242 (allout-exposure-change-hook): Take explicit arguments, via
2243 run-hook-with-args.
2244 (allout-structure-added-hook)
2245 (allout-structure-deleted-hook)
2246 (allout-structure-shifted-hook): New hooks analogous to
2247 allout-exposure-change-hook for other kinds of structural outline
2248 edits.
2249 (allout-encryption-plaintext-sanitization-regexps): New encryption
2250 customization variable, by which cooperating modes can provde
2251 massage of the plaintext without actually being passed it.
2252 (allout-encryption-ciphertext-rejection-regexps)
2253 (allout-encryption-ciphertext-rejection-ceiling): New encryption
2254 customization variables, by which cooperating modes can prohibit
2255 rare but possible ciphertext patterns from fouling their
2256 operation, with actually being passed the ciphertext.
2257 (allout-mode): Run activation and deactivation hooks after the
2258 minor-mode variable has been toggled, to clarify the mode
2259 disposition. The new encryption ciphertext rejection variable is
2260 used to ensure that the ciphertext does not contain text that
2261 would be recognized as outline structural elements by allout.
2262 Substite allout-beginning-of-line and allout-end-of-line for
2263 conventionall beginning-of-line and end-of-line bindings.
2264 If allout-old-style-prefixes is non-nil, don't nullify it on mode
2265 activation!
2266 (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
2267 (allout-end-of-line): Respect `allout-end-of-line-cycles'.
2268 (allout-chart-subtree): Implement new mode, charting only the
2269 visible items in the subtree, when new 'visible' parameter is non-nil.
2270 (allout-end-of-subtree): Properly handle the last item in the buffer.
2271 (allout-pre-command-business, allout-command-counter):
2272 Increment an advertised counter so that cooperating enhancements can
2273 track revisions of items.
2274 (allout-open-topic): Run allout-structure-added-hook with suitable
2275 arguments.
2276 (allout-shift-in): Run allout-structure-shifted-hook with suitable
2277 arguments.
2278 (allout-shift-out): Fix doubling for negative args and ensure call
2279 of allout-structure-shifted-hook by solely using allout-shift-in.
2280 (allout-kill-line, allout-kill-topic):
2281 Run allout-structure-deleted-hook with suitable arguments.
2282 (allout-yank-processing): Run allout-structure-added-hook with
2283 proper arguments.
2284 (allout-yank): Enclose activity in allout-unprotected.
2285 (allout-flag-region): Run allout-exposure-change-hook with
2286 suitable arguments, instead of making the callee infer the arguments.
2287 (allout-encrypt-string):
2288 Support allout-encryption-plaintext-sanitization-regexps,
2289 allout-encryption-ciphertext-rejection-regexps, and
2290 allout-encryption-ciphertext-rejection-ceiling. Indicate correct
2291 en/de cryption mode in symmetric encryption failure message.
2292 (allout-obtain-passphrase): Use copy-sequence to get a distinct
2293 copy of the passphrase, and don't zero it or we'll corrupt the
2294 stashed copy.
2295 (allout-create-encryption-passphrase-verifier)
2296 (allout-verify-passphrase): Respect the new signature for
2297 allout-encrypt-string.
2298 (allout-get-configvar-values): Convenience for getting a
2299 configuration variable value and handling its absence gracefully.
2300
2301 2006-08-11 Romain Francoise <romain@orebokech.com>
2302
2303 * obsolete/zone-mode.el: Delete.
2304
2305 2006-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
2306
2307 * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
2308
2309 2006-08-11 Thien-Thi Nguyen <ttn@gnu.org>
2310
2311 * emacs-lisp/bindat.el (bindat-ip-to-string):
2312 Use `format-network-address' if possible.
2313
2314 2006-08-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2315
2316 * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
2317
2318 2006-08-10 Chong Yidong <cyd@stupidchicken.com>
2319
2320 * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
2321 restore unread-command-events here.
2322 (edebug-display): Do it here, to detect sit-for interruptions.
2323
2324 2006-08-10 Romain Francoise <romain@orebokech.com>
2325
2326 * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
2327 (dns-mode-soa-auto-increment-serial): New user option.
2328 (dns-mode-soa-maybe-increment-serial): New function.
2329 (dns-mode): Add the latter to `write-contents-functions'.
2330
2331 * obsolete/zone-mode.el: Move to obsolete/ from net/.
2332 Delete autoload cookies.
2333
2334 2006-08-10 John Wiegley <johnw@newartisans.com>
2335
2336 * eshell/em-glob.el (eshell-glob-chars-list)
2337 (eshell-glob-translate-alist): Add support for [^g] in character globs.
2338
2339 2006-08-10 Richard Stallman <rms@gnu.org>
2340
2341 * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
2342 (facemenu-set-face): Doc fix.
2343 (facemenu-listed-faces): Doc fix.
2344
2345 2006-08-09 Chong Yidong <cyd@stupidchicken.com>
2346
2347 * avoid.el (mouse-avoidance-animating-pointer): New var.
2348 (mouse-avoidance-nudge-mouse): Use it.
2349 (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
2350 (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
2351 (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
2352 Don't activate if currently animating. All callers changed.
2353
2354 2006-08-09 John Wiegley <johnw@newartisans.com>
2355
2356 * calendar/timeclock.el (timeclock-use-elapsed): Added a new
2357 variable, which causes timeclock to report elapsed time worked,
2358 instead of just work remaining.
2359
2360 2006-08-09 Kenichi Handa <handa@m17n.org>
2361
2362 * international/latexenc.el (latexenc-find-file-coding-system):
2363 Fix for the case that the 2nd element of arg-list is a cons.
2364
2365 2006-08-08 Chong Yidong <cyd@stupidchicken.com>
2366
2367 * info.el (Info-fontify-node): Handle preceding `in' for note
2368 reference hiding rules.
2369
2370 2006-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
2371
2372 * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
2373 mistake a closing " for an opening one.
2374
2375 2006-08-07 Dan Nicolaescu <dann@ics.uci.edu>
2376
2377 * term/xterm.el (terminal-init-xterm): Add more key bindings.
2378
2379 2006-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
2380
2381 * complete.el (PC-do-completion): Filter out completions matching
2382 completion-ignored-extensions before checking whether there are
2383 multiple completions.
2384 Don't use `list' unnecessarily when building completion tables.
2385
2386 2006-08-06 Richard Stallman <rms@gnu.org>
2387
2388 * help.el (describe-mode): Make minor mode list more concise.
2389
2390 2006-08-05 Chong Yidong <cyd@stupidchicken.com>
2391
2392 * bindings.el: Give mode-line-format, mode-line-modes, and
2393 mode-line-position `standard-value' properties.
2394
2395 2006-08-05 Eli Zaretskii <eliz@gnu.org>
2396
2397 * buff-menu.el (list-buffers-noselect): For Info buffers, use
2398 "(file)node" instead of the file name.
2399
2400 2006-08-05 Richard Stallman <rms@gnu.org>
2401
2402 * faces.el (escape-glyph): Doc fix.
2403
2404 2006-08-04 Kenichi Handa <handa@m17n.org>
2405
2406 * international/mule-diag.el (describe-font): Improve docstring
2407 and error message. Use frame-parameter (not frame-parameters).
2408
2409 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
2410
2411 * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
2412 Correctly mark the end-of-docstring char.
2413
2414 2006-08-03 Chong Yidong <cyd@stupidchicken.com>
2415
2416 * simple.el (line-move-to-column): Constrain move-to-column to
2417 current field.
2418
2419 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
2420
2421 * font-lock.el (font-lock-beg, font-lock-end)
2422 (font-lock-extend-region-functions): New vars.
2423 (font-lock-extend-region-multiline)
2424 (font-lock-extend-region-wholelines): New functions.
2425 (font-lock-default-fontify-region): Use them.
2426 (font-lock-extend-jit-lock-region-after-change): Only round up
2427 if font-lock-default-fontify-region will do it as well.
2428
2429 * font-lock.el (font-lock-extend-after-change-region-function):
2430 Rename from font-lock-extend-region-function.
2431 (font-lock-extend-region): Remove by inlining at call sites.
2432 (font-lock-after-change-function): Don't needlessly round up to a whole
2433 number of lines.
2434 (font-lock-extend-jit-lock-region-after-change): Be more careful about
2435 the boundary conditions and the interactions between the various ways
2436 to extend the region.
2437
2438 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
2439
2440 * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
2441 modification status when forcing the second redisplay.
2442
2443 2006-08-03 Kim F. Storm <storm@cua.dk>
2444
2445 * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
2446
2447 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
2448
2449 * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
2450 doesn't look like a file name.
2451
2452 * complete.el (PC-expand-many-files): Avoid signalling an error when
2453 the current directory doesn't exist. Reported by Micha\e,Ak\e(Bl Cadilhac.
2454
2455 2006-08-02 Andreas Schwab <schwab@suse.de>
2456
2457 * bindings.el (mode-line-format): Simplify reference to vc-mode.
2458
2459 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
2460
2461 * bindings.el (map): Make mode-line-buffer-identification-keymap
2462 before defining propertized-buffer-identification.
2463
2464 2006-08-01 Richard Stallman <rms@gnu.org>
2465
2466 * bindings.el (mode-line-format): Adjust spacing around vc-mode.
2467
2468 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
2469
2470 * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
2471 default value.
2472 (gdb-find-source-frame): New function.
2473 (menu): Add to menu bar.
2474
2475 2006-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
2476
2477 * font-core.el (font-lock-extend-region-function)
2478 (font-lock-extend-region): Move to font-lock.el.
2479
2480 * font-lock.el (font-lock-extend-region-function)
2481 (font-lock-extend-region): Move from font-core.el. Simplify.
2482
2483 * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
2484 if needed.
2485 (jit-lock-start, jit-lock-end): New dynamic scoped vars.
2486 (jit-lock-after-change-extend-region-functions): New hook.
2487 (jit-lock-after-change): Use it instead of hard-coding font-lock code.
2488
2489 * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
2490 (font-lock-turn-on-thing-lock): Use it.
2491
2492 * longlines.el (longlines-show-region): Make it work on read-only
2493 buffers as well.
2494
2495 2006-08-01 Nick Roberts <nickrob@snap.net.nz>
2496
2497 * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
2498
2499 2006-07-31 Richard Stallman <rms@gnu.org>
2500
2501 * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
2502 (vhdl-speedbar-display-projects): Update old obsolete
2503 speedbar variable names.
2504
2505 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
2506
2507 * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
2508 (gdb-stopped): Use it.
2509
2510 * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
2511
2512 2006-07-29 Chong Yidong <cyd@stupidchicken.com>
2513
2514 * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
2515 for load-history elements.
2516
2517 2006-07-29 Eli Zaretskii <eliz@gnu.org>
2518
2519 * files.el (convert-standard-filename): For Cygwin, replace
2520 characters not allowed in Windows file names.
2521 (make-auto-save-file-name): Add Cygwin to the list of systems
2522 where the auto-save file name needs to be run through
2523 convert-standard-filename.
2524
2525 2006-07-29 Lennart Borgman <lennart.borgman.073@student.lu.se>
2526
2527 * window.el (bw-get-tree): Don't integerp subtree if it's nil.
2528
2529 2006-07-28 Richard Stallman <rms@gnu.org>
2530
2531 * bindings.el (mode-line-frame-identification)
2532 (propertized-buffer-identification): Centralize the code
2533 to initialize the variable.
2534
2535 * progmodes/grep.el (grep-default-command): Catch errors from
2536 wildcard-to-regexp.
2537
2538 2006-07-29 Kim F. Storm <storm@cua.dk>
2539
2540 * progmodes/grep.el (grep-tag-default): New function.
2541 (grep-default-command, grep-read-regexp): Use it.
2542 (grep-read-files): Use car of grep-files-history or grep-files-aliases
2543 as default if nothing else applies.
2544
2545 2006-07-28 Bill Atkins <atkinw@rpi.edu> (tiny change)
2546
2547 * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
2548 Throw error if buffer is not in Dired and Wdired mode, respectively.
2549
2550 2006-07-28 Chong Yidong <cyd@stupidchicken.com>
2551
2552 * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
2553 self-insert-command keys don't activate buttons.
2554 (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
2555
2556 2006-07-29 Nick Roberts <nickrob@snap.net.nz>
2557
2558 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
2559 faces for enable character.
2560
2561 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
2562
2563 * Makefile.in (recompile): Update comment to reflect change
2564 on 2004-04-21.
2565
2566 2006-07-27 Richard Stallman <rms@gnu.org>
2567
2568 * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
2569 (customize-package-emacs-version): Change msg when pkg has no entry.
2570 (custom-no-edit): On a button, do like widget-button-press.
2571
2572 2006-07-27 Dan Nicolaescu <dann@ics.uci.edu>
2573
2574 * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
2575 S-tab and C-S-tab.
2576
2577 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
2578
2579 * progmodes/which-func.el (which-function): Fix documentation/
2580 comment typo.
2581
2582 2006-07-26 Richard Stallman <rms@gnu.org>
2583
2584 * textmodes/ispell.el (ispell-word): If we replace the word,
2585 move point to the end. Insert before deleting.
2586
2587 2006-07-26 Chong Yidong <cyd@stupidchicken.com>
2588
2589 * subr.el (sit-for): Use new SECONDS arg of read-event instead of
2590 a timer.
2591
2592 2006-07-26 Mathias Dahl <mathias.dahl@gmail.com>
2593
2594 * tumme.el (tumme-backward-image): Add prefix argument. Add error
2595 when at first image.
2596 (tumme-forward-image): Add prefix argument. Add error when at last
2597 image.
2598
2599 2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
2600
2601 * tabify.el (tabify-regexp): Use more specific regexps.
2602 (tabify): Avoid modifying the buffer unnecessarily.
2603
2604 2006-07-25 Mathias Dahl <mathias.dahl@gmail.com>
2605
2606 * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
2607 (tumme-format-properties-string): Handle empty `buf'.
2608 (tumme-get-comment): Change variable names inside `let'.
2609 Add missing `let' variable that cause font-lock problems.
2610 (tumme-write-comments): Change variable names inside `let'.
2611 Add missing `let' variable that cause font-lock problems.
2612 (tumme-forward-image): Rename from `tumme-forward-char'.
2613 (tumme-backward-image): Rename from `tumme-backward-char'.
2614
2615 2006-07-25 Masatake YAMATO <jet@gyve.org>
2616
2617 * progmodes/ld-script.el (ld-script-keywords)
2618 (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
2619 and add comments.
2620
2621 2006-07-25 Nick Roberts <nickrob@snap.net.nz>
2622
2623 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
2624 (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
2625 (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
2626 for status indicator.
2627
2628 2006-07-24 Richard Stallman <rms@gnu.org>
2629
2630 * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
2631
2632 * subr.el (dolist, dotimes): Use interned symbols for locals.
2633 (--dotimes-limit--, --dolist-tail--): New defvars.
2634 (looking-back): Doc fix.
2635
2636 * replace.el (replace-match-string-symbols): Handle dotted lists.
2637
2638 2006-07-24 mathias <mathias@mattis>
2639
2640 * tumme.el (tumme-write-tags): Add.
2641 (tumme-write-comments): Add.
2642 (tumme-tag-files): Change to use `tumme-write-tags'.
2643 (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
2644 (tumme-dired-comment-files): Change to use `tumme-write-comments'.
2645 (tumme-save-information-from-widgets): Change to use
2646 `tumme-write-comments' and `tumme-write-tags'.
2647 (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
2648 (tumme-write-tag): Remove.
2649 (tumme-write-comment): Remove.
2650 (tumme-display-previous-thumbnail-original): Remove empty line.
2651 (tumme-widget-list): Add punctuation.
2652
2653 2006-07-24 mathias <mathias.dahl@gmail.com>
2654
2655 * tumme.el (tumme-line-up): Add an extra check for end of buffer.
2656
2657 2006-07-24 Daiki Ueno <ueno@unixuser.org>
2658
2659 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
2660 letters from the end. Thanks to "David Smith" <davidsmith@acm.org>
2661 and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
2662
2663 2006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
2664
2665 * mouse.el (mouse-on-link-p): Doc fix.
2666
2667 2006-07-23 Nick Roberts <nickrob@snap.net.nz>
2668
2669 * emacs-lisp/find-func.el (find-function-search-for-symbol):
2670 Handle "C-h f `".
2671
2672 2006-07-22 Dan Nicolaescu <dann@ics.uci.edu>
2673
2674 * ibuffer.el (ibuffer-formats): Use left alignment for the mode
2675 column.
2676
2677 2006-07-22 Matt Hodges <MPHodges@member.fsf.org>
2678
2679 * textmodes/table.el: Add move-beginning-of-line and
2680 move-end-of-line to Point Motion Only Group.
2681
2682 2006-07-22 Eric Hanchrow <offby1@blarg.net>
2683
2684 * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
2685
2686 2006-07-22 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
2687
2688 * startup.el (user-mail-address): Initialize from the `EMAIL'
2689 environment variable first. Document this.
2690 (command-line): Ditto.
2691
2692 2006-07-22 Nick Roberts <nickrob@snap.net.nz>
2693
2694 * help-mode.el (help-function-def, help-variable-def)
2695 (help-face-def): Print a message in the minibuffer.
2696
2697 2006-07-21 Dan Nicolaescu <dann@ics.uci.edu>
2698
2699 * term/xterm.el (terminal-init-xterm): Fix key bindings
2700 syntax. Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
2701
2702 2006-07-21 Eli Zaretskii <eliz@gnu.org>
2703
2704 * dos-w32.el (find-buffer-file-type-coding-system): Support calls
2705 where `(nth 1 command)' is a cons cell. Doc fix.
2706
2707 * textmodes/po.el (po-find-charset): Doc fix.
2708
2709 2006-07-21 Ken Manheimer <ken.manheimer@gmail.com>
2710
2711 * allout.el (allout-unprotected, allout-e-o-prefix-p)
2712 (allout-beginning-of-current-line, allout-end-of-current-line)
2713 (allout-next-visible-heading, allout-open-topic)
2714 (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
2715 (allout-flag-current-subtree, allout-show-to-offshoot)
2716 (allout-hide-current-entry, allout-show-current-branches)
2717 (allout-hide-region-body, allout-old-expose-topic)
2718 (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
2719 (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
2720 containing `beginning-of-line' and `end-of-line' with
2721 `inhibit-field-text-motion' t.
2722
2723 2006-07-21 Eli Zaretskii <eliz@gnu.org>
2724
2725 * frame.el (focus-follows-mouse): Document that it doesn't have
2726 any effect on MS-Windows.
2727
2728 2006-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
2729
2730 * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
2731
2732 2006-07-20 Jay Belanger <belanger@truman.edu>
2733
2734 * calc.el (calc-previous-alg-entry): Remove variable.
2735
2736 * calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
2737 New variables.
2738 (calc-alg-entry): Use `calc-alg-entry-history'.
2739 (calc-do-quick-calc): Use `calc-quick-calc-history'.
2740 Remove reference to `calc-previous-alg-entry'.
2741 (calcAlg-edit, calcAlg-enter): Remove reference to
2742 `calc-previous-alg-entry'.
2743 (calcAlg-previous): Use `previous-history-element' instead of
2744 `calc-previous-alg-entry'.
2745 (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
2746 Change keybinding for `calcAlg-plus-minus', add keybindings for
2747 `previous-history-element' and `next-history-element'.
2748
2749 * calc-rewr.el (calc-match): Remove reference to
2750 `calc-previous-alg-entry'.
2751
2752 * calc-sel.el (calc-selection-history): New variable.
2753 (calc-enter-selection, calc-sel-mult-both-sides)
2754 (calc-sel-add-both-sides): Use `calc-selection-history'.
2755
2756 * calc-map.el (calc-get-operator-history): New variable.
2757 (calc-get-operator): Use `calc-get-operator-history'.
2758
2759 * calcalg3.el (calc-curve-fit-history): New variable.
2760 (calc-curve-fit): Use `calc-curve-fit-history'.
2761
2762 2006-07-20 Kenichi Handa <handa@m17n.org>
2763
2764 * international/mule-cmds.el (select-safe-coding-system): Fix the
2765 way of deciding eol-type of the coding system.
2766
2767 2006-07-20 Alan Mackenzie <acm@muc.de>
2768
2769 * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
2770 (c-lang-setvar): New macro.
2771 (c-make-init-lang-vars-fun): Use the initialization forms in
2772 c-emacs-variable-inits in addition to those in c-lang-variable-inits.
2773 (comment-start, comment-end, comment-start-skip): Change these from
2774 c-lang-defvar's to c-lang-setvar's.
2775
2776 * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
2777 which calls make-local-variable on the elements of
2778 c-emacs-variable-inits.
2779 (c-init-language-vars-for): Call this new macro.
2780
2781 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
2782
2783 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
2784 Try to rule out false positives due to time stamps.
2785 (compilation-mode-font-lock-keywords): Remove rules made redundant
2786 because of the above change. Add `segmentation fault' to the known and
2787 highlighted compilation termination messages.
2788
2789 2006-07-19 Kim F. Storm <storm@cua.dk>
2790
2791 * progmodes/grep.el (grep-find-ignored-directories):
2792 Add .svn and _darcs to list.
2793
2794 2006-07-19 Mathias Dahl <mathias.dahl@gmail.com>
2795
2796 * dired.el (dired-mode-map): Add key binding `C-te' for
2797 `tumme-dired-edit-comment-and-tags'.
2798
2799 * tumme.el (tumme-display-thumbnail-original-image): Make sure
2800 image display buffer is displayed before call to
2801 `tumme-display-image.
2802 (tumme-dired-display-image): Make sure image display buffer is
2803 displayed before call to `tumme-display-image.
2804 (tumme-mouse-display-image): Make sure image display buffer is
2805 displayed before call to `tumme-display-image.
2806 (tumme-widget-list): Add.
2807 (tumme-dired-edit-comment-and-tags): Add.
2808 (tumme-save-information-from-widgets): Add.
2809
2810 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
2811
2812 * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
2813
2814 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
2815
2816 * progmodes/sh-script.el (sh-font-lock-keywords-1):
2817 Revert inadvertently installed patch hunk.
2818
2819 * progmodes/compile.el (compilation-find-file): Handle the
2820 cases where the user selects a non-existent file.
2821
2822 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
2823
2824 * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
2825
2826 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
2827
2828 * subr.el (sit-for): Just sleep-for if noninteractive.
2829
2830 2006-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
2831
2832 * emacs-lisp/autoload.el (make-autoload): Use new arg.
2833
2834 * custom.el (custom-autoload): Add `noset' argument.
2835 (custom-push-theme): Don't autoload the variable, let callers do it.
2836 (custom-theme-set-variables): Autoload the variable if necessary.
2837
2838 * cus-edit.el (custom-variable-state-set): If the variable was
2839 originally set outside custom, but to the same value as the default,
2840 consider it to be standard.
2841
2842 * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
2843 file *before* telling Emacs to add the autoloads, in case it fails.
2844
2845 * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
2846 Use `cond', push', and `dolist'.
2847
2848 2006-07-17 Richard Stallman <rms@gnu.org>
2849
2850 * image-mode.el (tar-superior-buffer, archive-superior-buffer):
2851 Add defvars to silence warnings.
2852
2853 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
2854
2855 * progmodes/compile.el (compilation-mode-font-lock-keywords):
2856 Don't highlight "Compiling file" messages as error.
2857
2858 * dired-aux.el (dired-compress-file): Confirm again if gzipped
2859 file already exists.
2860
2861 2006-07-16 Thien-Thi Nguyen <ttn@gnu.org>
2862
2863 * find-file.el (ff-special-constructs): Doc fix. Also, for C/C++
2864 entry, don't assign to free var; simply return the extracted filename.
2865 (ff-treat-as-special): Incorporate common preamble from callers.
2866 (ff-other-file-name, ff-find-the-other-file):
2867 Update call to ff-treat-as-special.
2868
2869 * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
2870
2871 2006-07-16 Mathias Dahl <mathias.dahl@gmail.com>
2872
2873 * tumme.el (tumme-get-comment): Fix bug.
2874
2875 2006-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
2876
2877 * files.el: Remove spurious * in docstrings.
2878
2879 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
2880
2881 * allout.el (allout-run-unit-tests-on-load): Rectify docstring
2882 grammar.
2883 (allout-beginning-of-current-line): Beware beginning of buffer.
2884 Also, a comment is simplified.
2885 (allout-hotspot-key-handler): Only set allout-post-goto-bullet
2886 when appropriate. (This fix enables use for other than
2887 bullet-hotspot operation.)
2888 (allout-hide-current-subtree): While escalating to sibling-close,
2889 make sure to situate on a topic.
2890
2891 2006-07-14 Kim F. Storm <storm@cua.dk>
2892
2893 * emulation/cua-base.el (cua-delete-selection)
2894 (cua-toggle-set-mark): New defcustoms.
2895 (cua-rectangle-modifier-key): Add `alt' modifier.
2896 (cua-replace-region): Don't delete if cua-delete-selection is nil.
2897 (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
2898 Suggested by Klaus Zeitler <kzeitler@lucent.com>.
2899
2900 * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
2901
2902 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
2903
2904 * allout.el: Require 'cl during byte-compilation/interactive load,
2905 for the `assert' macro.
2906 (allout-mode-deactivate-hook): New hook, run when allout mode
2907 deactivates.
2908 (allout-developer): New allout customization subgroup.
2909 (allout-run-unit-tests-on-load): New allout-developer
2910 customization variable, when true allout unit tests are run towards
2911 end of file load/eval.
2912 (allout-inhibit-auto-fill): Disable auto-fill activity even during
2913 auto-fill-mode.
2914 (allout-resumptions): Remove, to be replaced by...
2915 (allout-add-resumptions): Register variable settings to be
2916 reinstated by `allout-do-resumptions'. The settings are made
2917 buffer-local, but the locality/globality of the suspended setting
2918 is restored on resumption.
2919 (allout-do-resumptions): Reinstate all settings suspended using
2920 `allout-add-resumptions'.
2921 (allout-test-resumptions): Unit tests (and intermediate variables)
2922 for resumptions.
2923 (allout-tests-globally-unbound, allout-tests-globally-true)
2924 (allout-tests-locally-true): Intermediate variables for
2925 resumptions unit tests.
2926 (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
2927 (allout-exposure-category): Replaces 'allout-overlay-category variable.
2928 (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
2929 instead of retired `allout-resumptions'. For hook functions, use
2930 `local' parameter so hook settings are created and removed as
2931 buffer-local settings. Revise (resumptions) setting
2932 auto-fill-function so it is set only if already active. (The
2933 related fill-function settings are all made in either case, so
2934 that activating auto-fill-mode activity will have the custom
2935 allout-mode behaviors (hanging indent on topics, if configured for it).
2936 Remove all allout-exposure-category overlays on mode deactivation.
2937 (allout-hotspot-key-handler): New function extracted from
2938 `allout-pre-command-business', so the functionality can be used
2939 for other purposes, eg as a binding in an overlay.
2940 (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
2941 (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
2942 customization variable.
2943 (allout-run-unit-tests): Run the (currently quite small)
2944 repertoire of unit tests. Called just before the provide iff user
2945 has customized `allout-run-unit-tests-on-load' non-nil.
2946
2947 2006-07-14 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
2948
2949 * emacs-lisp/authors.el (authors-aliases): Update.
2950
2951 2006-07-14 Nick Roberts <nickrob@snap.net.nz>
2952
2953 * progmodes/gdb-ui.el (gdb-display-buffer): Check for
2954 gdb-source-window. Add dedicated argument.
2955 (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
2956 (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
2957 (gdb-display-threads-buffer, gdb-display-memory-buffer)
2958 (gdb-display-locals-buffer): Use it.
2959
2960 * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
2961 Set gdb-source-window.
2962
2963 2006-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
2964
2965 * emacs-lisp/autoload.el (make-autoload): Remove special handling of
2966 minor modes, redundant with the custom-autoload line above.
2967
2968 2006-07-12 Chong Yidong <cyd@stupidchicken.com>
2969
2970 * longlines.el (longlines-post-command-function): Handle open-line too.
2971
2972 2006-07-12 Richard Stallman <rms@gnu.org>
2973
2974 * progmodes/grep.el (grep-last-buffer): Doc fix.
2975
2976 * info.el (Info-try-follow-nearest-node): Doc fix.
2977
2978 * emacs-lisp/edebug.el (edebug-instrument-function):
2979 Err if find-function-noselect gives no position.
2980
2981 * emacs-lisp/find-func.el (find-function-search-for-symbol):
2982 If can't find definition, return nil for position.
2983 (find-function-do-it): Handle new return value
2984 of find-definition-noselect.
2985 (find-definition-noselect, find-variable-noselect): Doc fix.
2986 (find-function-noselect): Doc fix.
2987
2988 * help-mode.el (help-variable-def): Handle find-variable-noselect
2989 returning no position.
2990 (help-function-def): Likewise for find-function-search-for-symbol.
2991 (help-face-def): Likewise.
2992
2993 * help-fns.el (describe-variable): Handle find-variable-noselect
2994 returning no position.
2995
2996 * files.el (locate-file-completion): Avoid duplicates in result.
2997
2998 * cus-edit.el (custom-no-edit): New command.
2999 (custom-mode-map): Remap to custom-no-edit instead of
3000 using suppress-keymap.
3001
3002 2006-07-12 Nick Roberts <nickrob@snap.net.nz>
3003
3004 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
3005 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
3006 (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
3007
3008 * thumbs.el (thumbs-call-convert): Use shell-command-switch.
3009
3010 2006-07-11 Kim F. Storm <storm@cua.dk>
3011
3012 * ido.el (ido-copy-current-file-name): Use buffer-name if
3013 buffer-file-name is nil.
3014
3015 2006-07-11 Chong Yidong <cyd@stupidchicken.com>
3016
3017 * simple.el (undo-ask-before-discard): Set to nil.
3018
3019 * vc.el (vc-exec-after): Don't delete process manually.
3020 (vc-print-log): Run log-view-mode in process sentinel inside
3021 inhibit-read-only. Don't shrink window due to timing issues.
3022
3023 * progmodes/ebrowse.el (ebrowse-display-member-buffer):
3024 Avoid using with-output-to-temp-buffer, which clobbers local vars.
3025
3026 2006-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
3027
3028 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3029 Fix ambiguity introduced by last change.
3030 (compilation-find-file): Move save-excursion to where it may
3031 make sense. Fix a left over `find-file'.
3032
3033 2006-07-11 Robert J. Chassell <bob@rattlesnake.com>
3034
3035 * textmodes/texinfmt.el (texinfo-format-separate-node):
3036 Insert a string before point, which fits documentation, not after.
3037 (texinfo-multitable-item): In a multitable row, insert any
3038 additional needed @tabs and spaces.
3039
3040 2006-07-11 Nick Roberts <nickrob@snap.net.nz>
3041
3042 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
3043 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
3044 (tumme-set-exif-data, tumme-get-exif-data): Use call-process
3045 instead of shell-command.
3046 (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
3047 (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
3048 (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
3049 (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
3050 (tumme-thumbnail-set-image-description, tumme-gallery-generate)
3051 (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
3052
3053 2006-07-11 Kim F. Storm <storm@cua.dk>
3054
3055 * subr.el (sit-for): Doc fix. Specify normal arg list using fn-form.
3056 Remove special case for seconds < 0. Use (redisplay t) instead.
3057
3058 2006-07-10 Chong Yidong <cyd@stupidchicken.com>
3059
3060 * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
3061 avoid compilation error.
3062
3063 * subr.el (sit-for): New function.
3064
3065 * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
3066
3067 2006-07-10 Richard Stallman <rms@gnu.org>
3068
3069 * ldefs-boot.el (edebug): Update page.
3070
3071 2006-07-10 Kim F. Storm <storm@cua.dk>
3072
3073 * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
3074 to FOR-RELEASE and TODO.
3075
3076 2006-07-10 Romain Francoise <romain@orebokech.com>
3077
3078 * emacs-lisp/authors.el (authors-aliases): Update.
3079
3080 2006-07-10 Alan Mackenzie <acm@muc.de>
3081
3082 * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
3083 * cc-mode.el: Changes to eradicate eval-after-load.
3084
3085 2006-07-09 Chong Yidong <cyd@stupidchicken.com>
3086
3087 * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
3088 on non-char events.
3089
3090 2006-07-09 Romain Francoise <romain@orebokech.com>
3091
3092 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3093 Don't highlight start/end markers as compilation messages.
3094
3095 * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
3096 to t.
3097
3098 2006-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
3099
3100 * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
3101
3102 2006-07-08 Richard Stallman <rms@gnu.org>
3103
3104 * term/x-win.el (x-handle-display): Add doc string.
3105
3106 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
3107
3108 * subr.el (def-edebug-spec): Move here.
3109 * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
3110
3111 * imenu.el (imenu-choose-buffer-index): Doc fix.
3112
3113 2006-07-08 Romain Francoise <romain@orebokech.com>
3114
3115 * term/x-win.el (x-display-name): Fix typo.
3116
3117 2006-07-08 Eli Zaretskii <eliz@gnu.org>
3118
3119 * hexl.el (hexl-find-file): Doc fix.
3120
3121 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
3122
3123 2006-07-07 Chong Yidong <cyd@stupidchicken.com>
3124
3125 * term/x-win.el (x-display-name): Doc fix.
3126
3127 2006-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
3128
3129 * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
3130 long prefixes.
3131 (fill-region-as-paragraph): Don't round up to a whole line.
3132 (fill-comment-paragraph): Don't include the code-before-the-comment
3133 when calling fill-region-as-paragraph.
3134
3135 * international/mule.el (make-char): Remove redundancy.
3136
3137 * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
3138 property may contain an anonymous function rather than a symbol.
3139
3140 * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
3141
3142 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
3143 Use shy regexp. Fix incorrect backref to potentially unmatched group.
3144
3145 * dirtrack.el (dirtrack-default-directory-function): Remove.
3146 (dirtrack-directory-function): Use file-name-as-directory.
3147 (dirtrack-windows-directory-function): Simplify.
3148 (dirtrack-forward-slash, dirtrack-backward-slash)
3149 (dirtrack-replace-slash): Remove.
3150 (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
3151 (dirtrack): Fix wrong parenthesizing; use match-string.
3152
3153 * progmodes/octave-inf.el: Remove spurious * in docstrings.
3154 (inferior-octave-mode): Only change the buffer-local value of
3155 comint-dynamic-complete-functions.
3156 (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
3157 Move the initialization to the declaration.
3158 (inferior-octave-complete): Remove unused var `filter'.
3159
3160 * shell.el (shell-mode): Only change the buffer-local value of
3161 comint-dynamic-complete-functions.
3162
3163 2006-07-07 Carsten Dominik <dominik@science.uva.nl>
3164
3165 * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
3166 entry is skipped because it has been scheduled.
3167 (org-prepare-agenda-buffers): Don't mark buffers as modified when
3168 changing `:org-archived' and `:org-comment' properties.
3169
3170 2006-07-06 Chong Yidong <cyd@stupidchicken.com>
3171
3172 * server.el (server-select-display): Don't make the temp frame
3173 minibuffer-only, in case it's not a temp frame.
3174 (server-process-filter): Don't delete the temp frame if it's the
3175 only one we have on that display.
3176
3177 * files.el (find-alternate-file): Doc fix.
3178
3179 2006-07-05 Richard Stallman <rms@gnu.org>
3180
3181 * files.el (abbreviate-file-name): Add save-match-data.
3182
3183 2006-07-03 Richard Stallman <rms@gnu.org>
3184
3185 * faces.el (read-face-name): Doc fix.
3186
3187 2006-07-05 Chong Yidong <cyd@stupidchicken.com>
3188
3189 * net/goto-addr.el (goto-address): Mark as safe for local evals.
3190
3191 2006-07-05 Andre Spiegel <spiegel@gnu.org>
3192
3193 * vc.el (vc-diff-internal): Fix prev change.
3194
3195 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
3196
3197 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
3198 * play/dunnet.el (dun-load-d, dun-eval): Likewise.
3199
3200 2006-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
3201
3202 * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
3203 fails if the symbol contains chars like ( or '.
3204 (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
3205 (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
3206 `short'.
3207
3208 2006-07-04 Kenichi Handa <handa@m17n.org>
3209
3210 * international/mule-cmds.el (set-language-info): If LANG-ENV is
3211 the current one, don't call set-language-environment, but call one
3212 of set-language-environment-XXX to make INFO effective now.
3213 (set-language-environment): Call set-language-environment-XXX
3214 functions instead of doing the various setups directly.
3215 (set-language-environment-coding-systems): Delete argument eol-type.
3216 (set-language-environment-input-method)
3217 (set-language-environment-nonascii-translation)
3218 (set-language-environment-charset)
3219 (set-language-environment-fontset)
3220 (set-language-environment-unibyte): New functions.
3221
3222 2006-07-03 Luc Teirlinck <teirllm@auburn.edu>
3223
3224 * locate.el (locate-update-when-revert): New option.
3225 (locate-update-path): New option (suggested by Michael Albinus).
3226 (locate-prompt-for-command): Whitespace change.
3227 (locate-update): No longer offer to update the locate database by
3228 default. Implement the two new options.
3229
3230 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
3231
3232 * tooltip.el: Move comment about track-mouse...
3233
3234 * progmodes/gud.el: ...to here.
3235
3236 2006-07-03 Chong Yidong <cyd@stupidchicken.com>
3237
3238 * facemenu.el (facemenu-listed-faces): New var.
3239 (facemenu-unlisted-faces): Variable deleted.
3240 (facemenu-add-new-face): Use facemenu-listed-faces.
3241
3242 * emulation/viper-init.el, calendar/calendar.el:
3243 * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
3244
3245 2006-07-03 Carsten Dominik <dominik@science.uva.nl>
3246
3247 * textmodes/org.el (org-mode): Remove no invalid settings for
3248 calc embedded mode.
3249 (org-mode-p): New defsubst.
3250 (org-save-all-org-buffers): New function.
3251 (org-first-headline-recenter): Enclose outline-regexp in group
3252 delimiters.
3253 (org-set-tags): Keep single space after stars.
3254
3255 2006-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
3256
3257 * window.el (set-window-text-height): Only set window-min-height to
3258 1 if that's the requested size.
3259
3260 * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
3261 (diff-unified->context, diff-context->unified)
3262 (diff-reverse-direction): Make sure the end marker stays at the end.
3263 (diff-mode): Add the keymap table at the end of docstring.
3264 Use lexical-let rather than constructing a closure manually.
3265
3266 * files.el (find-file-noselect-1): Remove unused var assignment.
3267 (hack-local-variables-confirm): Print lists of strings as lists of
3268 strings rather than lists of symbols.
3269 (abbreviate-file-name, hack-local-variables-prop-line):
3270 Use match-string.
3271 (hack-one-local-variable): Move `make-local-variable' nearer its use.
3272 (recover-session-finish): Use line-end-position.
3273
3274 2006-07-02 Michael Albinus <michael.albinus@gmx.de>
3275
3276 * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
3277
3278 2006-07-02 Daniel Pfeiffer <occitan@esperanto.org>
3279
3280 * progmodes/make-mode.el (makefile-macroassign-regex):
3281 Accept preceding keyword.
3282 (makefile-gmake-statements): Reorganize, now that makepp has
3283 "override" and also handle forgotten "override define".
3284 (makefile-makepp-statements): Add new "global", "override export"
3285 and "override global".
3286
3287 2006-06-30 Juanma Barranquero <lekktu@gmail.com>
3288
3289 * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
3290 (ada-compile-mouse-goto-error, ada-deactivate-properties)
3291 (ada-no-auto-case): Fix typos in docstrings.
3292
3293 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
3294
3295 * info.el (Info-find-node-2): Search for makeinfo version more
3296 carefully.
3297
3298 2006-06-29 Carsten Dominik <dominik@science.uva.nl>
3299
3300 * textmodes/org.el (org-prepare-agenda-buffers):
3301 Use `invisible-OK' argument for `org-end-of-subtree'.
3302 (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
3303 (org-beginning-of-item): Fix bug in regular expression for white line.
3304 (org-export-as-html): Enforce space after bullet in plain list items.
3305 (org-set-autofill-regexps): Require space after plain list bullet
3306 for paragraph-start.
3307 (org-ts-regexp3): New constant.
3308 (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
3309 (org-timestamp-up-day, org-timestamp-down-day)
3310 (org-timestamp-change): Work with inactive timestamps.
3311 (org-ts-regexp1): Don't allow brackets in time stamps.
3312
3313 2006-06-29 Nick Roberts <nickrob@snap.net.nz>
3314
3315 * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
3316 for ignoring links.
3317
3318 * faces.el (read-face-name): Use it.
3319
3320 2006-06-28 Juri Linkov <juri@jurta.org>
3321
3322 * buff-menu.el (list-buffers-noselect): Compare Info file
3323 with the string "dir" to detect Info directory.
3324
3325 * complete.el (partial-completion-mode): In lambda for
3326 `choose-completion-string-functions' use full function signature
3327 with 4 args, and move point to the end of the minibuffer only if arg
3328 `mini-p' is non-nil.
3329
3330 2006-06-28 John Paul Wallington <jpw@pobox.com>
3331
3332 * ibuffer.el (ibuffer-mode): Doc fix.
3333
3334 2006-06-28 Carsten Dominik <dominik@science.uva.nl>
3335
3336 * textmodes/org.el (org-context): New contexts :item-bullet,
3337 :latex-fragment, :latex-preview.
3338 (org-overlays-at, org-overlay-start, org-overlay-end):
3339 New compatibility functions.
3340 (org-inside-LaTeX-fragment-p): More accurate matching, using the
3341 exact regexp that will be used during export.
3342 (org-latex-regexps): New variable.
3343 (org-cdlatex-mode): Improve advice for `texmathp'.
3344 (turn-on-org-cdlatex): New function.
3345
3346 2006-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3347
3348 * term/mac-win.el (mac-handle-font-selection): Change keys of
3349 mac-atsu-font-table from strings to numbers.
3350 (mac-ts-caret-position): Use also when cursor-type is nil.
3351 (mac-ts-update-active-input-area): Add Mac OS Classic support.
3352 Relax condition for using overlay strings.
3353 Use mac-ts-caret-position face when cursor-type is nil.
3354
3355 2006-06-26 Kim F. Storm <storm@cua.dk>
3356
3357 * help.el (view-emacs-news): Declare `res' in the right let* form.
3358
3359 2006-06-25 Michael Albinus <michael.albinus@gmx.de>
3360
3361 * net/rcompile.el (remote-compile): Replace ange-ftp based
3362 implementation by Tramp functions.
3363 Suggested by Marc Abramowitz <msabramo@gmail.com>.
3364
3365 * net/tramp.el (tramp-unload-tramp): Provide a doc string.
3366
3367 2006-06-24 Yoshinori Koseki <kose@meadowy.org>
3368
3369 * international/fontset.el (setup-default-fontset): Fix a typo in
3370 the "Oriya-Akruti" registry name.
3371
3372 2006-06-23 Lars Hansen <larsh@soem.dk>
3373
3374 * desktop.el (desktop-full-file-name): New function.
3375 (desktop-kill, desktop-save, desktop-remove, desktop-read)
3376 (desktop-revert): Use it.
3377 (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
3378 (desktop-after-read-hook): Add option list-buffers.
3379 (desktop-locals-to-save): Add tab-width.
3380 (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
3381 Fix docstring.
3382
3383 2006-06-23 Carsten Dominik <dominik@science.uva.nl>
3384
3385 * textmodes/org.el (org-cdlatex-mode-map)
3386 (org-cdlatex-texmathp-advice-is-done): New variables.
3387 (org-cdlatex-mode): New minor mode.
3388 (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
3389 (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
3390 (org-export-with-archived-trees): New option.
3391 (org-open-file): Remove the call to `convert-standard-filename'.
3392 (org-archive-tag, org-agenda-skip-archived-trees)
3393 (org-cycle-open-archived-trees)
3394 (org-sparse-tree-open-archived-trees): New options.
3395 (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
3396 (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
3397 New functions.
3398 (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
3399 (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
3400 (org-mode-map): Add binding for `org-toggle-archive-tag'.
3401 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
3402 Call `org-prepare-agenda-buffers'.
3403 (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
3404 (org-file-apps, org-file-apps-defaults-gnu)
3405 (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
3406 Handle remote files by forcing them to be opened in Emacs.
3407
3408 2006-06-23 Andre Spiegel <spiegel@gnu.org>
3409
3410 * vc.el (vc-diff-knows-L): New variable.
3411 (vc-diff-internal): Use it to handle "diff" programs that don't
3412 understand -L. This works automatically, no user action is necessary.
3413
3414 2006-06-23 Daniel Brockman <daniel@brockman.se>
3415
3416 * net/rcirc.el (rcirc-default-user-full-name): Default to
3417 `rcirc-default-user-name' instead of `rcirc-user-name' (which no
3418 longer exists).
3419 (rcirc-process-list): Check `buffer-live-p' before attempting to
3420 switch to a buffer.
3421
3422 2006-06-23 Ryan Yeske <rcyeske@gmail.com>
3423
3424 * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
3425 based on rcirc-coding-system-alist.
3426
3427 2006-06-23 Martin Rudalics <rudalics@gmx.at>
3428
3429 * cus-edit.el (customize-apropos): A better error message.
3430 (top level) <debug-ignored-errors>: Extend and update the list of
3431 ignored error messages.
3432
3433 2006-06-23 Michael Ernst <mernst@alum.mit.edu>
3434
3435 * complete.el (PC-do-completion): Retain capitalization of user
3436 input, when possible, even if completion-ignore-case is set.
3437
3438 2006-06-23 Eli Zaretskii <eliz@gnu.org>
3439
3440 * generic-x.el (bat-generic-mode): Support .cmd files.
3441
3442 * dos-w32.el (top level): Use find-file-not-found-functions
3443 instead of the obsolete find-file-not-found-hooks.
3444
3445 2006-06-22 Kim F. Storm <storm@cua.dk>
3446
3447 * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
3448 to recognize mode name containing submodes, such as Grep/lw.
3449
3450 2006-06-21 Kim F. Storm <storm@cua.dk>
3451
3452 * simple.el (line-move-1): Check for move-end-of-line instead of
3453 end-of-line when setting temporary-goal-column.
3454
3455 2006-06-21 Miles Bader <miles@gnu.org>
3456
3457 * play/cookie1.el (cookie): Work properly when there's only one entry.
3458
3459 2006-06-21 Nick Roberts <nickrob@snap.net.nz>
3460
3461 * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
3462 (gdb-frame-handler): Generalize frame regexp for templates.
3463
3464 2006-06-20 Glenn Morris <rgm@gnu.org>
3465
3466 * calendar/appt.el (appt-display-format): Default value must be
3467 one of the customize options.
3468
3469 2006-06-20 Dan Nicolaescu <dann@ics.uci.edu>
3470
3471 * term/xterm.el (terminal-init-xterm): Update key availability info.
3472 Bind C-return.
3473
3474 * term.el (term-delete-lines, term-insert-lines): Clarify comments.
3475
3476 2006-06-20 Chong Yidong <cyd@stupidchicken.com>
3477
3478 * files.el (hack-local-variables): Run `hack-local-variables-hook'
3479 whether or not a local variables list is defined.
3480
3481 * msb.el (msb): Move `sit-for' hack here to handle both
3482 "mouse-down and drag" and "mouse-up and select" situations.
3483 (mouse-select-buffer): Move `sit-for' hack to `msb'.
3484
3485 2006-06-20 Kenichi Handa <handa@m17n.org>
3486
3487 * international/characters.el (word-combining-categories):
3488 Add entries for 2-byte Han characters.
3489
3490 2006-06-19 Richard Stallman <rms@gnu.org>
3491
3492 * bindings.el (mode-line-format): Save some mode line space.
3493
3494 * files.el (find-file-noselect): Improve the question wording.
3495 (basic-save-buffer-2): Mask UMASK against 666.
3496
3497 * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
3498 (mouse-drag-vertical-line): Call it.
3499
3500 * cus-edit.el (customize-option, customize-option-other-window):
3501 Error if SYMBOL is nil.
3502
3503 2006-06-19 Carsten Dominik <dominik@science.uva.nl>
3504
3505 * textmodes/org.el: Require noutline, also on XEmacs.
3506 (org-end-of-subtree): Return point.
3507 (org-dblock-start-re, org-dblock-end-re): New constants.
3508 (org-create-dblock, org-prepare-dblock, org-map-dblocks)
3509 (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
3510 (org-update-all-dblocks, org-find-dblock): New functions.
3511 (org-collect-clock-time-entries): New function.
3512 (org-html-handle-time-stamps): Never export CLOCK timeranges.
3513 (org-fixup-indentation): Modify to deal correctly with lines
3514 starting with TAB. Only one argument DIFF now.
3515 (org-demote, org-promote): Call `org-fixup-indentation' with just
3516 one argument, DIFF.
3517 (org-mode): Don't mark buffer as modified when aligning tables.
3518 (org-clock-sum): Don't mark buffer modified when adding time sum
3519 properties.
3520 (org-export-as-html): Add support for a link validation function.
3521 (org-archive-all-done): New function.
3522 (org-archive-subtree): New prefix argument. When set, archive all
3523 done subtrees in this buffer.
3524 (org-remove-clock-overlays)
3525 (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
3526 (org-inhibit-highlight-removal): New variable, for dynamic scoping.
3527 (org-put-clock-overlay): Don't swallow last headline character
3528 when displaying overlay.
3529 (org-store-link): Link to `image-mode' with just the file name.
3530
3531 2006-06-18 Michael Kifer <kifer@cs.stonybrook.edu>
3532
3533 * viper-cmd.el (viper-special-read-and-insert-char):
3534 Use read-key-sequence.
3535 (viper-after-change-undo-hook): Misc enhancements.
3536 (viper-after-change-undo-hook): New hook.
3537 (viper-undo): Use viper-after-change-undo-hook.
3538 (viper-add-newline-at-eob-if-necessary): Widen before making changes.
3539 (viper-next-line-at-bol): If point is on a widget or a button, simulate
3540 clicking on that widget/button.
3541
3542 * viper.el (viper-mode): Allow a separate cursor color in Emacs state.
3543
3544 * ediff-diff (ediff-test-patch-utility): Catch errors.
3545 (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
3546 (ediff-set-actual-diff-options): New function.
3547 (ediff-reset-diff-options, ediff-toggle-ignore-case):
3548 Use ediff-set-actual-diff-options.
3549 (ediff-extract-diffs): Catch errors.
3550 (ediff-whitespace): Add non-breakable space.
3551 (ediff-same-file-contents): Catch errors.
3552
3553 * ediff-mult.el (ediff-collect-custom-diffs):
3554 Save coding-system-for-read.
3555
3556 * ediff-vers.el (ediff-keep-tmp-versions): New variable.
3557 (ediff-vc-internal, ediff-vc-merge-internal):
3558 Use ediff-delete-version-file.
3559 (ediff-delete-version-file): New function.
3560
3561 * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
3562
3563 * ediff.el (ediff-directories, ediff-directory-revisions)
3564 (ediff-merge-directories, ediff-merge-directories-with-ancestor)
3565 (ediff-directories-internal, ediff-merge-directory-revisions)
3566 (ediff-merge-directory-revisions-with-ancestor)
3567 (ediff-directories3): Use read-directory-name.
3568
3569 2006-06-18 Ralf Angeli <angeli@caeruleus.net>
3570
3571 * textmodes/tex-mode.el (tex-font-lock-match-suscript):
3572 Remove superfluous part of regexp for brace matching which is handled
3573 by `scan-lists' call.
3574
3575 2006-06-16 Richard Stallman <rms@gnu.org>
3576
3577 * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
3578
3579 * files.el (basic-save-buffer-2): For a new precious file,
3580 use the default modes in the return value.
3581
3582 * facemenu.el (facemenu-color-alist): Doc fix.
3583
3584 * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
3585
3586 2006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3587
3588 * cus-start.el (all): Add mac-ts-script-language-on-focus.
3589
3590 * term/mac-win.el (mac-text-encoding-ascii): New constant.
3591 (mac-utxt-to-string): Use it.
3592 (mac-ts-update-active-input-area): Use mac-ae-number.
3593
3594 2006-06-15 Dan Nicolaescu <dann@ics.uci.edu>
3595
3596 * term.el (term-handle-scroll, term-delete-lines)
3597 (term-insert-lines): Fix off by one errors.
3598
3599 2006-06-15 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
3600
3601 * net/tramp.el (tramp-touch): Use UTC to express time.
3602
3603 2006-06-15 Chong Yidong <cyd@stupidchicken.com>
3604
3605 * mail/sendmail.el (mail-send): Search explicitly for
3606 mail-header-separator when checking for corrupted header lines.
3607
3608 2006-06-15 Nick Roberts <nickrob@snap.net.nz>
3609
3610 * progmodes/gdb-ui.el (gdb-same-frame): New option.
3611 (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
3612 (gdb-init-1): Initialise them.
3613 (gdb-starting): Reset gdb-printing
3614 (gdb-starting): Save value of gud-overlay-arrow-position.
3615 (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
3616 (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
3617 Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
3618 (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
3619
3620 2006-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
3621
3622 * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
3623
3624 2006-06-13 Martin J. Reed <mjreed@essex.ac.uk> (tiny change)
3625
3626 * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
3627 (ldap-search-internal): Keep error messages, and a regexp fix.
3628
3629 2006-06-12 Thien-Thi Nguyen <ttn@gnu.org>
3630
3631 * files.el (hack-local-variables-confirm):
3632 Display string value using its printed representation.
3633
3634 2006-06-11 Chong Yidong <cyd@stupidchicken.com>
3635
3636 * server.el (server-edit): No-op if no server buffers exist.
3637
3638 2006-06-11 Robert J. Chassell <bob@rattlesnake.com>
3639
3640 * textmodes/page-ext.el (pages-directory-for-addresses):
3641 Including `pages-directory-address-mode' in the function results
3642 in the message "Buffer in which pages were found is deleted".
3643
3644 2006-06-10 Carsten Dominik <dominik@science.uva.nl>
3645
3646 * textmodes/org.el (org-agenda-mode-map): Add bindings for
3647 clocking functions.
3648
3649 (org-agenda-clock-in, org-check-running-clock)
3650 (org-clock-out-if-current, org-remove-clock-overlays)
3651 (org-put-clock-overlay): New functions.
3652 (org-clock-marker, org-clock-file-total-minutes)
3653 (org-clock-overlays): New variables.
3654 (org-clock-display, org-clock-sum, org-clock-cancel)
3655 (org-clock-out, org-clock-in): New commands.
3656 (org-export): New function.
3657 (org-emph-re): New constant.
3658 (org-set-emph-re, org-do-emphasis-faces): New functions.
3659 (org-emphasis-regexp-components, org-emphasis-alist): New options.
3660 (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
3661 (org-export-html-convert-emphasize): Use the configurable emphasis.
3662 (org-cleaned-string-for-export): Make multiline emphasis visible
3663 to the exporter. New optional argument PARAMETERS.
3664 (org-export-as-html): Specify :emph-multiline parameter to
3665 `org-cleaned-string-for-export'.
3666
3667 2006-06-10 Richard Stallman <rms@gnu.org>
3668
3669 * help.el (help-for-help-internal): Clean up help text.
3670
3671 2006-06-10 Andreas Schwab <schwab@suse.de>
3672
3673 * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
3674 in doc string.
3675
3676 * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
3677
3678 2006-06-09 Karl Chen <quarl@cs.berkeley.edu>
3679
3680 * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
3681 spaces after the comment start.
3682
3683 2006-06-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3684
3685 * play/pong.el (pong-init-buffer):
3686 Fill buffer with spaces instead of ^A.
3687
3688 * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
3689 launched asynchronously, delete its process instead of being cool.
3690 (ispell-async-processp): Check for `delete-process' existence
3691 instead of `kill-process' one for consistency.
3692
3693 2006-06-09 Nick Roberts <nickrob@snap.net.nz>
3694
3695 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
3696 (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
3697 in mode line at startup.
3698
3699 2006-06-08 Kim F. Storm <storm@cua.dk>
3700
3701 * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
3702 (ido-init-completion-maps): Bind them to M-SPC and M-v.
3703 (ido-copy-current-file-name): Repeating C-w inserts whole file name.
3704 (ido-file-internal): Pass full file name to write-file.
3705 (ido-read-internal): Only pop stack elements automatically if they
3706 actually match an existing directory or file name.
3707
3708 2006-06-07 Kenichi Handa <handa@m17n.org>
3709
3710 * international/mule.el (find-auto-coding): Don't handle the short
3711 name `char-trans'.
3712
3713 * files.el (hack-local-variables-prop-line)
3714 (hack-local-variables): Cancel the previous change.
3715
3716 2006-06-06 Jesper Harder <harder@phys.au.dk>
3717
3718 * ediff-diff.el (ediff-test-utility): Protect against file-error.
3719
3720 2006-06-06 Chong Yidong <cyd@stupidchicken.com>
3721
3722 * diff-mode.el (diff-mode): Set buffer-read-only to t when
3723 diff-default-read-only is non-nil.
3724 (diff-hunk-kill, diff-file-kill, diff-split-hunk)
3725 (diff-refine-hunk): Set inhibit-read-only to t.
3726
3727 * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
3728 modifying the *Diff* buffer.
3729 (diff-process-filter): New filter function for diff process that
3730 sets inhibit-read-only to t when modifying the *Diff* buffer.
3731
3732 2006-06-06 Carsten Dominik <dominik@science.uva.nl>
3733
3734 * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
3735 insertion point and control the number of empty lines.
3736 (org-paste-subtree): Limit the number of empty lines at the end of
3737 the inserted tree.
3738 (org-agenda): Use buffer name of current file for narrowing.
3739 (org-export-as-xml): Command removed.
3740 (org-export-xml-type): Option removed.
3741 (org-mode-map): Call `org-export-as-xoxo' directly.
3742 (org-get-indentation): New optional argument LINE.
3743 (org-fix-indentation, org-remove-tabs): New functions.
3744 (org-export-as-ascii, org-ascii-level-start): Determine and apply
3745 correct indentation for headlines that are converted it items.
3746 (org-skip-comments): Remove table lines that contain narrowing
3747 cookies but no other non-empty fields.
3748 (org-set-tags): Allow groups of mutually exclusive tags.
3749 (org-cmp-time): Sort 24:21 before items without time.
3750 (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
3751 (org-open-at-point): Require double colon also for numbers.
3752
3753 2006-06-06 Kim F. Storm <storm@cua.dk>
3754
3755 * ido.el (ido-default-file-method, ido-default-buffer-method):
3756 Make choice values consistent with corresponding command names.
3757 (ido-visit-buffer): Update accordingly. Default to selected-window.
3758
3759 2006-06-06 Nick Roberts <nickrob@snap.net.nz>
3760
3761 * progmodes/gud.el (gud-running): Fix doc string.
3762 (gud-menu-map): Use :visible instead fo :enable for debugger test.
3763 (gud-tooltip-modes): Add python-mode.
3764 (gud-tooltip-print-command): Add pdb. Remove perldb.
3765
3766 2006-06-05 Eli Zaretskii <eliz@gnu.org>
3767
3768 * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
3769 Quote $(EMACS).
3770
3771 2006-06-05 Richard Stallman <rms@gnu.org>
3772
3773 * faces.el (defined-colors): Doc fix.
3774
3775 2006-06-05 Thien-Thi Nguyen <ttn@gnu.org>
3776
3777 * vc.el (vc-process-filter): Inhibit undo info collection around
3778 call to insert.
3779 (vc-setup-buffer): Likewise for call to erase-buffer.
3780 (vc-do-command): Likewise for call to process-file.
3781
3782 2006-06-05 Nick Roberts <nickrob@snap.net.nz>
3783
3784 * progmodes/gud.el (gud-menu-map): Use a conditional help echo
3785 for gud-go.
3786 (gud-common-init): Other debuggers may trigger error.
3787
3788 2006-06-05 Kenichi Handa <handa@m17n.org>
3789
3790 * international/mule.el (find-auto-coding):
3791 Handle enable-character-translation in file header.
3792
3793 2006-06-04 Kim F. Storm <storm@cua.dk>
3794
3795 * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
3796 (authors-fixed-entries): Fix spelling.
3797 (authors-canonical-file-name): Don't report error for wildcards.
3798
3799 * help.el (view-emacs-news): Rewrite to support new NEWS,
3800 NEWS.major, and NEWS.1-17 file naming. Add more intelligence,
3801 e.g. version 10 matches 1.10, and don't be confused by version 1.1
3802 being a prefix of 1.12 (etc). A numeric prefix arg also works.
3803
3804 2006-06-03 Vivek Dasmohapatra <vivek@etla.org>
3805
3806 * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
3807 exec constructs like `foo bar`.
3808 (sh-quoted-subshell): New helper function to search for a possibly
3809 nested subshell (like `` or $()) within a "" quoted string.
3810 (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
3811 (sh-apply-quoted-subshell): Flag quote characters inside a
3812 subshell, which is itself already in a quoted region, as
3813 punctuation, since this is the closest to what they actually are.
3814 (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
3815 sh-apply-quoted-subshell.
3816 (sh-font-lock-syntactic-face-function): Apply the new face for
3817 text inside `` instead of the old font-lock-string-face.
3818
3819 2006-06-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3820
3821 * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
3822 (mac-ae-number, mac-ae-frame, mac-ae-script-language)
3823 (mac-bytes-to-text-range, mac-ae-text-range-array)
3824 (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
3825 (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
3826 (mac-ts-unicode-for-key-event): New functions.
3827 (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
3828 (mac-handle-font-selection): Use mac-ae-number.
3829 (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
3830 New variables.
3831 (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
3832 (mac-ts-converted-text, mac-ts-selected-converted-text)
3833 (mac-ts-block-fill-text, mac-ts-outline-text)
3834 (mac-ts-selected-text, mac-ts-no-hilite): New faces.
3835 (mac-ts-hilite-style-faces): New constant.
3836 (mac-apple-event-map): Bind text input events.
3837 (mac-dispatch-apple-event): Use command-execute instead of
3838 call-interactively.
3839 (global-map): Don't bind mac-apple-event.
3840 (special-event-map): Bind mac-apple-event.
3841
3842 2006-06-02 Eli Zaretskii <eliz@gnu.org>
3843
3844 * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
3845 file name.
3846 (emacs): Enclose the value of $(EMACS) in quotes.
3847
3848 2006-06-02 Juri Linkov <juri@jurta.org>
3849
3850 * international/mule.el (sgml-html-meta-auto-coding-function):
3851 Remove the condition `(search-forward "<html" size t)'.
3852 Replace `\"' with `[\"']?' in `re-search-forward'.
3853
3854 2006-06-02 Kenichi Handa <handa@m17n.org>
3855
3856 * files.el (hack-local-variables-prop-line): Ignore `char-trans'
3857 as well as `coding'.
3858 (hack-local-variables): Likewise.
3859
3860 * international/mule.el (enable-character-translation):
3861 Put permanent-local and safe-local-variable properties.
3862 (find-auto-coding): Handle char-trans: tag.
3863
3864 2006-06-02 Juri Linkov <juri@jurta.org>
3865
3866 * international/mule.el (sgml-html-meta-auto-coding-function):
3867 Limit the search by the end of the HTML header (if any).
3868
3869 2006-06-01 Richard Stallman <rms@gnu.org>
3870
3871 * subr.el (with-current-buffer): Doc fix.
3872
3873 2006-06-02 Masatake YAMATO <jet@gyve.org>
3874
3875 * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
3876 Almost rewrite. Underlines over all lines of gcov output are too
3877 uncomfortable to read. Suggested by Dan Nicolaescu.
3878
3879 2006-06-01 Luc Teirlinck <teirllm@auburn.edu>
3880
3881 * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
3882
3883 * shell.el (shell-mode): Use shell-mode-map in docstring.
3884
3885 * comint.el (comint-send-input): Do not add help-echo and
3886 mouse-face to input if `comint-use-prompt-regexp' is non-nil.
3887
3888 2006-06-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3889
3890 * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
3891
3892 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
3893
3894 * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
3895 (gdb-stopped, gdb-info-stack-custom): If there is no source info
3896 look up the stack and pop up GUD buffer if necessary.
3897 (gdb-frames-select): Remove redundant call to gud-display-frame.
3898 (gdb-info-threads-custom): Keep point at start of buffer.
3899 (gdb-find-file-hook): Make it work for pre-GDB 6.4.
3900
3901 2006-05-31 Juri Linkov <juri@jurta.org>
3902
3903 * replace.el (query-replace-read-from, query-replace-read-to):
3904 Bind `history-add-new-input' to nil. Call `add-to-history'.
3905
3906 2006-05-31 Takaaki Ota <Takaaki.Ota@am.sony.com>
3907
3908 * textmodes/table.el: Convert all HTML tags to lower case for
3909 XHTML compatibility.
3910
3911 2006-05-31 Masatake YAMATO <jet@gyve.org>
3912
3913 * progmodes/compile.el:
3914 (compilation-error-regexp-alist-alist::gcov-called-line):
3915 Don't put face on `-' lines in gcov file. Suggested by Dan Nicolaescu.
3916
3917 2006-05-31 Nick Roberts <nickrob@snap.net.nz>
3918
3919 * progmodes/gud.el (gud-query-cmdline, gud-common-init):
3920 Revert inadvertent changes made with last commit.
3921
3922 2006-05-30 Reiner Steib <Reiner.Steib@gmx.de>
3923
3924 * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
3925 New functions.
3926
3927 * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
3928
3929 2006-05-30 Carsten Dominik <dominik@science.uva.nl>
3930
3931 * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
3932 only matches in the right place.
3933 (org-upcoming-deadline): New face.
3934 (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
3935 (org-export-ascii-underline): Rename constant `org-ascii-underline'
3936 and make it an option.
3937 (org-export-ascii-bullets): New option.
3938 (org-export-as-html): Many changes to emit valid XHTML.
3939 (org-par-open): New variable.
3940 (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
3941 (org-html-do-expand, org-section-number): Fix case in `replace-match'.
3942 (org-timeline): Pass `org-timeline-show-empty-dates' to
3943 `org-get-all-dates'. Interpret empty dates returned by
3944 `org-get-all-dates'.
3945 (org-get-all-dates): New argument EMPTY. Add dates without
3946 entries to the list, mark large ranges of empty dates.
3947 (org-point-in-group, org-context): New functions.
3948
3949 2006-05-30 Nick Roberts <nickrob@snap.net.nz>
3950
3951 * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
3952
3953 * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
3954 C-mouse-1. Move gdb-mouse-until to mouse-3, gdb-mouse-jump
3955 to C-mouse-3 (for 2 button mice).
3956 (gdb-send): Do the right thing for C-d.
3957
3958 * speedbar.el (speedbar-detach): Delete.
3959 (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
3960 it breaks things.
3961 (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
3962
3963 2006-05-30 Daniel Pfeiffer <occitan@esperanto.org>
3964
3965 * files.el (auto-mode-alist): Add makepp suffix and optional mk on
3966 Makeppfile.
3967
3968 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3969 Add makepp diagnostic.
3970
3971 2006-05-29 Richard Stallman <rms@gnu.org>
3972
3973 * window.el (fit-window-to-buffer): Doc fix.
3974
3975 * help.el (temp-buffer-max-height): Doc fix.
3976
3977 * subr.el (with-current-buffer): Doc fix.
3978
3979 2006-05-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3980
3981 * term/x-win.el: Bind F10 to menu-bar-start if available.
3982
3983 2006-05-28 Dan Nicolaescu <dann@ics.uci.edu>
3984
3985 * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
3986 uses with a simple test.
3987 (term-set-escape-char, term-mode, term-check-kill-echo-list)
3988 (term-send-raw-string, term-send-raw, term-mouse-paste)
3989 (term-char-mode, term-line-mode, term-exec, term-sentinel)
3990 (term-handle-exit, term-read-input-ring)
3991 (term-previous-matching-input-string)
3992 (term-previous-matching-input-string-position)
3993 (term-previous-matching-input-from-input)
3994 (term-replace-by-expanded-history, term-send-input)
3995 (term-skip-prompt, term-bol, term-send-invisible)
3996 (term-kill-input, term-delchar-or-maybe-eof)
3997 (term-backward-matching-input, term-check-source)
3998 (term-proc-query, term-emulate-terminal)
3999 (term-handle-colors-array, term-process-pager, term-pager-line)
4000 (term-pager-bob, term-unwrap-line, term-word)
4001 (term-dynamic-complete-filename)
4002 (term-dynamic-complete-as-filename)
4003 (term-dynamic-simple-complete): Replace one arm ifs with whens or
4004 unlesses.
4005
4006 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
4007
4008 * files.el (hack-one-local-variable-eval-safep): Don't burp if used
4009 during bootstrapping.
4010
4011 * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
4012 Basically undo the change of 2006-05-26: use extra arguments instead of
4013 dynamic scoping.
4014 (ewoc-locate): Remove unused var `footer'.
4015
4016 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
4017
4018 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
4019
4020 * emacs-lisp/autoload.el (no-update-autoloads): Declare.
4021 (generate-file-autoloads): Obey it. Return whether autoloads were
4022 added at point or not.
4023 (update-file-autoloads): Use this new return value.
4024 Remove redundant test for the presence of an autoload cookie.
4025
4026 * emacs-lisp/autoload.el (autoload-find-file): New fun.
4027 This one calls hack-local-variables.
4028 (generate-file-autoloads, update-file-autoloads): Use it.
4029
4030 * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
4031 (bibtex-sort-entry-class): Add safe-local-variable predicate.
4032 (bibtex-sort-entry-class-alist): Don't set the global value.
4033 (bibtex-init-sort-entry-class-alist): New fun.
4034 (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
4035 bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
4036 of bibtex-init-sort-entry-class.
4037
4038 2006-05-28 Richard Stallman <rms@gnu.org>
4039
4040 * subr.el (load-history-regexp): If FILE is relative, insist
4041 entire last name component must match it.
4042 (load-history-filename-element, load-history-regexp): Doc fixes.
4043
4044 2006-05-29 Kim F. Storm <storm@cua.dk>
4045
4046 * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
4047 `pos' and `raw-data' for clarity, as eval forms may access these.
4048
4049 2006-05-28 Kim F. Storm <storm@cua.dk>
4050
4051 * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
4052
4053 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
4054
4055 * progmodes/make-mode.el (makefile-browser-map)
4056 (makefile-mode-syntax-table): Move initialization inside declaration.
4057 (makefile-fill-paragraph): Use the default comment-filling code.
4058
4059 2006-05-28 Chong Yidong <cyd@stupidchicken.com>
4060
4061 * replace.el (query-replace-defaults): New variable.
4062 (query-replace-read-from): Use `query-replace-defaults' for
4063 default value, instead of history list.
4064 (query-replace-read-to): Update `query-replace-defaults'.
4065
4066 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
4067
4068 * msb.el (mouse-select-buffer): Minor fix to make popup menu work
4069 with no X toolkit.
4070
4071 2006-05-28 Nick Roberts <nickrob@snap.net.nz>
4072
4073 * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
4074 (tumme-show-all-from-dir): Add autoload.
4075
4076 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
4077
4078 * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
4079 (tumme-remove-tag): Fix bug.
4080
4081 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
4082
4083 * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
4084 FOOTER args. Update unique caller.
4085 (ewoc-delete): Compute last node once before looping.
4086 (ewoc--node-branch): Merge into unique caller.
4087 (ewoc--node): Don't define constructor make-ewoc--node for this
4088 structure.
4089 (ewoc): Add member `hf-pp' to this structure.
4090 (ewoc--wrap): New func.
4091 (ewoc-create): Take additional arg NOSEP. If nil, wrap node and
4092 header/footer pretty-printers. Save header/footer pretty-printer.
4093 (ewoc-set-hf): Use ewoc's header/footer pretty-printer. *
4094
4095 * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
4096
4097 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
4098
4099 * dired.el (dired-mode-map): Change `tumme-tag-remove' to
4100 `tumme-delete-tag'. Rename `Remove Image Tag' to `Delete Image
4101 Tag'. Change "Compare directories..." to "Change Directories...".
4102 Move tumme commands to Operate, Regexp and Immediate menus.
4103 Change "Add Comment" to "Add Image Comment". Change "Add Image
4104 Tag" to "Add Image Tags".
4105
4106 * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
4107 (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
4108 `tumme-delete-tag'.
4109
4110 2006-05-26 Luc Teirlinck <teirllm@auburn.edu>
4111
4112 * shell.el (shell-mode): Call shell-dirtrack-mode after
4113 list-buffers-directory is made a local variable, to avoid setting
4114 the default value.
4115
4116 2006-05-26 Kevin Ryde <user42@zip.com.au>
4117
4118 * info.el (Info-index-next): Use where-is-internal to report
4119 actual binding of Info-index-next, rather than hard-coded `,'.
4120
4121 2006-05-26 Eli Zaretskii <eliz@gnu.org>
4122
4123 * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
4124 and "Find Command in Manual" to here.
4125
4126 * buff-menu.el (list-buffers-noselect): For Info buffers, use
4127 Info-current-file as the file name.
4128
4129 2006-05-26 Jonathan Yavner <jyavner@member.fsf.org>
4130
4131 * ses.el (defadvice undo-more): Delete this defadvice. The undo
4132 overrides will now be done a different way.
4133 (ses-set-parameter): Reapply this function for undo.
4134 (ses-set-header-row): Reconstruct header row during undo.
4135 (ses-widen): New function.
4136 (ses-goto-data, ses-reconstruct-all): Use new function.
4137 (ses-command-hook): Widen buffer during undo, before unupdating
4138 the cells.
4139 (ses-insert-row, ses-delete-row): Widen buffer during undo.
4140 (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
4141 (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
4142 formula hasn't been executed yet.
4143
4144 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
4145
4146 * comint.el (comint-kill-whole-line): Rename arg to count.
4147 Fix doc string.
4148
4149 2006-05-26 Chong Yidong <cyd@stupidchicken.com>
4150
4151 * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
4152 to copy-file.
4153
4154 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
4155
4156 * simple.el (toggle-truncate-lines): Make arg optional for
4157 backward compatibility.
4158
4159 2006-05-26 Thien-Thi Nguyen <ttn@gnu.org>
4160
4161 * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
4162 (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
4163 DLL arg. Instead, use ewoc--current-dll. Update all callers.
4164 (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
4165 (ewoc--adjust): Use ewoc--current-dll.
4166 (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
4167
4168 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
4169
4170 * textmodes/org.el (org-next-item, org-previous-item): Emit more
4171 compact error message.
4172 (org-tags-view): Refresh category table in each file.
4173 (org-table-justify-field-maybe): Remove superfluous arguments to
4174 `format'.
4175 (org-export-as-html): Insert "<p>" before postamble.
4176 (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
4177
4178 2006-05-26 Kenichi Handa <handa@m17n.org>
4179
4180 * textmodes/po.el (po-find-charset): Pay attention to the case
4181 FILENAME is a cons (NAME . BUFFER).
4182 (po-find-file-coding-system-guts): Likewise.
4183
4184 * arc-mode.el (archive-set-buffer-as-visiting-file):
4185 Call find-operation-coding-system with (FILENAME . BUFFER).
4186
4187 * tar-mode.el (tar-extract): Call find-operation-coding-system
4188 with (FILENAME . BUFFER).
4189
4190 * international/mule.el (decode-coding-inserted-region):
4191 Call find-operation-coding-system with (FILENAME . BUFFER).
4192
4193 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
4194
4195 * image-mode.el (image-toggle-display): Use buffer contents to
4196 generate image for a remote file.
4197
4198 2006-05-25 Juri Linkov <juri@jurta.org>
4199
4200 * replace.el (query-replace-read-from, query-replace-read-to):
4201 Remove 8th arg KEEP-ALL in read-from-minibuffer.
4202
4203 2006-05-25 Rajesh Vaidheeswarran <rv@gnu.org>
4204
4205 * whitespace.el (whitespace-cleanup): Change to cleanup
4206 region if one is active.
4207 * whitespace.el (whitespace-cleanup-internal): New internal method.
4208
4209 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
4210
4211 * dired.el (dired-mode-map): Add help-echo strings to tumme
4212 commands. Bind `tumme-dired-display-image' to C-t i.
4213
4214 * tumme.el (tumme-display-image): Change documentation string slightly.
4215 (tumme-dired-display-image): Add call to `display-buffer'.
4216
4217 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
4218
4219 * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
4220 Signal error if RAW-DATA is a multibyte string.
4221
4222 2006-05-24 Richard Stallman <rms@gnu.org>
4223
4224 * subr.el (with-local-quit): When handling `quit' signal,
4225 make a chance for quit-flag to cause a quit.
4226
4227 * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
4228 (ad-disable-advice): Add autoloads.
4229
4230 * subr.el (read-passwd): Copy PROMPT before changing its properties.
4231
4232 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
4233
4234 * dired.el (dired-mode-map): Change menu items for tumme as per
4235 suggestions in emacs-devel.
4236
4237 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
4238
4239 * dired.el (dired-mode-map): Fix breakage.
4240
4241 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
4242
4243 * tumme.el (tumme-display-dired-image): Rename to...
4244 (tumme-dired-display-image): ...this.
4245 (tumme-track-movement): Change default value to t.
4246 (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
4247 used from `tumme-next-line-and-display' and similar commands.
4248
4249 * dired.el (dired-mode-map): Add Thumbnail submenu under the
4250 Immediate menu. Add some tumme commands there.
4251
4252 2006-05-24 Luc Teirlinck <teirllm@auburn.edu>
4253
4254 * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
4255
4256 2006-05-24 Chong Yidong <cyd@mit.edu>
4257
4258 * menu-bar.el, international/mule-cmds.el: Remove tooltips for
4259 menu entries that open submenus.
4260
4261 2006-05-24 Alan Mackenzie <acm@muc.de>
4262
4263 * startup.el (command-line): For names of preloaded files, don't
4264 append ".elc" (now done in Fload), and call file-truename on the
4265 lisp directory.
4266
4267 * subr.el (eval-after-load): Fix the doc-string. Allow FILE to
4268 match ANY loaded file with the right name, not just those in
4269 load-path. Put a regexp matching the file name into
4270 after-load-alist, rather than the name itself.
4271
4272 * subr.el: New functions load-history-regexp,
4273 load-history-filename-element, do-after-load-evaluation.
4274
4275 * international/mule.el (load-with-code-conversion): Do the
4276 eval-after-load stuff by calling do-after-load-evaluation.
4277
4278 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
4279
4280 * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
4281 has not been killed.
4282
4283 2006-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4284
4285 * term/mac-win.el: Set idle timer to clean up expired Apple events.
4286 (mac-ae-get-url): Redispatch Apple event on unknown scheme.
4287 (mac-dispatch-apple-event): Resume Apple event if it is suspended.
4288 Optionally set error message in reply.
4289
4290 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
4291
4292 * textmodes/org.el (org-open-at-point): Use renamed variable
4293 `org-confirm-shell-link-function'.
4294 (org-confirm-shell-link-function): Rename from
4295 `org-confirm-shell-links'.
4296 (org-export-directory): New function.
4297 (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
4298 (org-export-icalendar): Use `org-export-directory'.
4299 (org-indent-item): Keep cursor position.
4300 (org-link-file-path-type): New option.
4301 (org-export-as-html): Fix bug with plain lists starting in
4302 column 0.
4303 (org-export-as-html): Remove deadline formatting, this happens
4304 now already in `org-html-handle-time-stamps'.
4305 (org-export-html-style): Deadline class removed.
4306 (org-insert-labeled-timestamps-at-point): New option.
4307 (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
4308 of `hide-sublevels 1', in case the first headline is not level 1.
4309 (org-overview, org-content): New fuction.
4310 (org-cycle-global-status, org-cycle-subtree-status): Make these
4311 variables buffer-local.
4312 (org-global-cycle): New command.
4313 (org-shifttab): Use `org-global-cycle'.
4314 (org-insert-heading, org-insert-item): Go to end of new
4315 headline/item after creating it.
4316 (org-export-visible): Rename from `org-export-copy-visible'.
4317 Now creates a temporary org-file and applies an exporting command
4318 to it.
4319 (org-table-eval-formula): Support for lisp forms.
4320 (org-agenda-todo-ignore-scheduled): New option.
4321 (org-agenda-get-todos): Use new option
4322 `org-agenda-todo-ignore-scheduled'.
4323 (org-export-html-inline-images): New value `maybe'.
4324 (org-export-as-html): Inlining of images dependent on link description.
4325 (org-archive-subtree): Check for end-of-buffer before trying
4326 `kill-line'.
4327 (org-agenda-follow-mode): New option.
4328 (org-export-with-tags, org-export-with-timestamps): New options.
4329 (org-html-handle-time-stamps): New function.
4330 (org-keyword-time-regexp): New variable.
4331 (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
4332 (org-agenda-todo-list-sublevels): New option.
4333 (org-html-level-start): When TITLE is nil, just close all levels.
4334 (org-parse-key-lines, org-parse-export-options): Remove functions,
4335 replaced by `org-infile-export-plist'.
4336 (org-combine-plists, org-infile-export-plist)
4337 (org-default-export-plist): New functions.
4338 (org-export-html-preamble, org-export-html-postamble)
4339 (org-export-html-auto-preamble, org-export-html-auto-postamble):
4340 New variables.
4341 (org-export-publishing-directory): New option.
4342 (org-export-as-html, org-export-as-ascii): Use the new property
4343 lists for settings.
4344 (org-export-copy-visible, org-export-as-xoxo):
4345 Respect `org-export-publishing-directory'.
4346 (org-link-search, org-store-link, org-file-apps): Support for
4347 links to BibTeX database entries..
4348 (org-get-current-options, org-set-regexps-and-options):
4349 Implement logging as a startup option.
4350 (org-store-link): Make sure context string is never empty
4351 (org-insert-link): Use relative path when possible.
4352 (org-at-item-checklet-p): New function.
4353 (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
4354 (org-shiftmetaup, org-shiftmetadown, org-metaleft)
4355 (org-metaright, org-metaup, org-metadown, org-shiftup)
4356 (org-shiftdown, org-shiftright, org-shiftleft)
4357 (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
4358 Dispatch using `call-interactively'.
4359 (org-call-with-arg): New defsubst.
4360 (org-tag-alist, org-use-fast-tag-selection): New options.
4361 (org-complete): Use `org-tag-alist'.
4362 (org-fast-tag-insert, org-fast-tag-selection): New functions.
4363 (org-next-item, org-previous-item): New commands.
4364 (org-beginning-of-item, org-end-of-item): Add (interactive) to
4365 make command.
4366 (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
4367
4368 2006-05-23 Thien-Thi Nguyen <ttn@gnu.org>
4369
4370 * emacs-lisp/ewoc.el (ewoc-delete): New function.
4371 (ewoc-filter): Use `ewoc-delete'.
4372
4373 * emacs-lisp/bindat.el (bindat-pack): Doc fix.
4374
4375 2006-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
4376
4377 * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
4378 Signal more user-friendly error messages.
4379
4380 * complete.el (PC-do-completion): Undo the addition of implicit
4381 wildcards if they did not lead to finding any match.
4382 (read-file-name-internal): Don't add the final > if the completion is
4383 not finished.
4384
4385 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
4386
4387 * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
4388 Quote safe-local-variable predicate.
4389
4390 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
4391
4392 * emacs-lisp/ewoc.el (ewoc-set-data): New function.
4393
4394 2006-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4395
4396 * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
4397
4398 * progmodes/make-mode.el (makefile-special-targets-list)
4399 (makefile-macro-table, makefile-target-table): Mark as risky.
4400 (makefile-query-one-target-method): Make this the alias for the
4401 following variable.
4402 (makefile-query-one-target-method-function): Make this the real name.
4403
4404 * textmodes/artist.el (artist-text-renderer): Make this the alias
4405 for the following variable.
4406 (artist-text-renderer-function): Make this the real name.
4407
4408 * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
4409 the alias for the following variable.
4410 (flyspell-generic-check-word-predicate): Make this the real name.
4411
4412 * textmodes/ispell.el (ispell-format-word): Make this the alias
4413 for the following variable.
4414 (ispell-format-word-function): Make this the real name.
4415 (ispell-message-text-end): Mark as risky.
4416
4417 * skeleton.el (skeleton-transformation, skeleton-filter)
4418 (skeleton-pair-filter): Make these the aliases for the following
4419 variables.
4420 (skeleton-transformation-function, skeleton-filter-function)
4421 (skeleton-pair-filter-function): Make these the real names.
4422
4423 * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
4424 and skeleton-pair-filter-function.
4425
4426 * textmodes/sgml-mode.el (sgml-transformation): Make this the
4427 alias for the following variable.
4428 (sgml-transformation-function): Make this the real name.
4429 (sgml-tag-alist): Mark as risky.
4430
4431 2006-05-21 Richard Stallman <rms@gnu.org>
4432
4433 * simple.el (kill-region): Interactively, pass point, then mark.
4434
4435 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
4436
4437 * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
4438
4439 2006-05-21 Romain Francoise <romain@orebokech.com>
4440
4441 * dired-x.el (dired-mode-map): Don't bind M-g.
4442
4443 2006-05-20 Richard Stallman <rms@gnu.org>
4444
4445 * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
4446 (dired-goto-file): Doc fix.
4447
4448 2006-05-21 Kim F. Storm <storm@cua.dk>
4449
4450 * emulation/cua-base.el: Mention customizing cua-mode as alternative
4451 way to enable built-in cua-mode if user loads older CUA-mode package.
4452
4453 * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
4454 if default-filename is specified.
4455
4456 2006-05-20 Eli Zaretskii <eliz@gnu.org>
4457
4458 * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
4459
4460 * info.el (info-apropos): Make sure current-file and current-node
4461 have non-nil values. Speed up by using add-to-list instead of
4462 manual consing.
4463
4464 2006-05-20 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
4465
4466 * progmodes/make-mode.el (makefile-mode): Doc fix.
4467
4468 2006-05-20 Eli Zaretskii <eliz@gnu.org>
4469
4470 * dired-aux.el (dired-do-shell-command): Doc fix.
4471
4472 2006-05-20 Kevin Ryde <user42@zip.com.au>
4473
4474 * info-xref.el (info-xref-check-all-custom): Skip :tag part of
4475 ``(custom-manual :tag "Foo" "(foo)Node")''.
4476
4477 2006-05-20 Karl Chen <quarl@cs.berkeley.edu>
4478
4479 * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
4480 value is an integer.
4481
4482 2006-05-20 Eli Zaretskii <eliz@gnu.org>
4483
4484 * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
4485 "format".
4486 (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
4487
4488 2006-05-20 Martin Rudalics <rudalics@gmx.at>
4489
4490 * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
4491 a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
4492
4493 2006-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
4494
4495 * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
4496 regexp for keywords.
4497
4498 2006-05-20 Masayuki FUJII <boochang@m4.kcn.ne.jp> (tiny change)
4499
4500 * dnd.el (dnd-get-local-file-name): Specify LITERAL in
4501 replace-regexp-in-string.
4502
4503 * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
4504 encode, and escape file name on conversion to URL.
4505
4506 2006-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4507
4508 * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
4509 Don't unescape URL.
4510 (dnd-get-local-file-name): Unescape URL on conversion to file name.
4511
4512 * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
4513 on conversion to URLs.
4514
4515 * net/browse-url.el (browse-url-file-url): Encode file name on
4516 conversion to URL.
4517
4518 * term/mac-win.el (mac-ae-open-documents): Escape file name on
4519 conversion to URL.
4520
4521 2006-05-19 Eli Zaretskii <eliz@gnu.org>
4522
4523 * progmodes/cc-styles.el (c-style-alist): Doc fix.
4524
4525 2006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4526
4527 * term/mac-win.el (mac-bytes-to-digits): Remove function.
4528 (mac-handle-toolbar-switch-mode): Use coercion instead of it.
4529
4530 2006-05-19 Glenn Morris <rgm@gnu.org>
4531
4532 * calendar/diary-lib.el (diary-bahai-date)
4533 (list-bahai-diary-entries, mark-bahai-diary-entries)
4534 (mark-bahai-calendar-date-pattern): Not interactive.
4535 (add-to-diary-list): New optional arg LITERAL. Doc fix.
4536 (diary-entries-list): Change format of 4th element in each entry.
4537 (diary-list-entries): Use add-to-diary-list.
4538 (diary-goto-entry): Handle the case where the buffer visiting the
4539 diary has been killed.
4540 (fancy-diary-display): Add 'locator to button rather than 'marker.
4541 Only generate temp-face when there are marks to apply.
4542 (list-sexp-diary-entries): Pass literal to add-to-diary-list.
4543 (diary-fancy-date-pattern): New variable.
4544 (diary-time-regexp): Doc fix.
4545 (diary-anniversary, diary-time): New faces.
4546 (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
4547 diary-time-regexp. Add font-lock-multiline property where needed.
4548 Use new faces diary-anniversary and diary-time.
4549 (diary-fancy-font-lock-fontify-region-function): New function, to
4550 handle multiline font-lock pattern in fancy diary.
4551 (fancy-diary-display-mode): Set font-lock-fontify-region-function.
4552 (diary-font-lock-keywords): Tweak time regexp. Use new face
4553 diary-time.
4554
4555 2006-05-19 Alexander Shopov <ash@contact.bg> (tiny change)
4556
4557 * international/code-pages.el (mik): Table corrected.
4558
4559 2006-05-18 Kim F. Storm <storm@cua.dk>
4560
4561 * progmodes/grep.el (grep-find): Don't check grep-find-command
4562 before running command (breaks non-interactive usage).
4563
4564 2006-05-18 Thien-Thi Nguyen <ttn@gnu.org>
4565
4566 * emacs-lisp/ewoc.el (ewoc--adjust): New func.
4567 (ewoc--insert-new-node): Don't insert trailing newline.
4568 Instead, adjust successor nodes's start markers.
4569 (ewoc--refresh-node): Delete all text from current node's start
4570 marker to the next one's; adjust successor nodes's start markers.
4571 (ewoc--create): Doc fixes.
4572 (ewoc--refresh): Don't insert newline.
4573 (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
4574 * pcvs.el (cvs-make-cvs-buffer):
4575 Specify extra newline for ewoc's header and footer.
4576 (cvs-update-header): Update initial header recognition.
4577 Append newline to final header and footer values.
4578 * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
4579
4580 2006-05-17 Richard Stallman <rms@gnu.org>
4581
4582 * files.el (file-name-extension): Doc fix.
4583
4584 2006-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
4585
4586 * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
4587 we can explicitly enable/disable rather than toggle.
4588 (shell-mode): Use it.
4589 (shell-cd): Don't try to reproduce what `cd' does.
4590
4591 2006-05-17 Kim F. Storm <storm@cua.dk>
4592
4593 * ido.el (ido-read-internal): Use only nondirectory part of
4594 default item.
4595
4596 2006-05-17 Thien-Thi Nguyen <ttn@gnu.org>
4597
4598 * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
4599 (ewoc-nth): Doc fix.
4600
4601 (ewoc-map, ewoc-invalidate): Compute PP before looping.
4602
4603 2006-05-16 Eli Zaretskii <eliz@gnu.org>
4604
4605 * international/mule.el (auto-coding-alist): Add .lha to files
4606 read with no-conversion.
4607
4608 * files.el (auto-mode-alist): Add .lha files to archive file
4609 extensions.
4610
4611 * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
4612 Convert csize to integer when computing offsets within the
4613 compressed archive file.
4614
4615 2006-05-16 Kim F. Storm <storm@cua.dk>
4616
4617 * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
4618 with read-from-minibuffer.
4619
4620 2006-05-16 Reiner Steib <Reiner.Steib@gmx.de>
4621
4622 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
4623 (byte-compile-warnings): Fix safe-local-variable property.
4624
4625 2006-05-16 Ken Manheimer <ken.manheimer@gmail.com>
4626
4627 * allout.el (allout-show-bodies, allout-old-style-prefixes)
4628 (allout-stylish-prefixes, allout-numbered-bullet)
4629 (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
4630 predicates to qualify `safe-local-variable' property, when
4631 available, else use equivalent lambda.
4632 (allout-current-topic-collapsed-p): Do the right thing regarding
4633 trailing blank lines.
4634
4635 2006-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
4636
4637 * server.el (server-start): Only create a directory if needed.
4638 (server-edit, server-unload-hook): server-start => server-mode.
4639 (kill-emacs-hook): Cleanup upon exit.
4640
4641 2006-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
4642
4643 * hexl.el (hexlify-buffer): Encode process arguments manually.
4644
4645 2006-05-16 Nick Roberts <nickrob@snap.net.nz>
4646
4647 * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
4648 call to gdb-tooltip-print.
4649
4650 2006-05-15 Romain Francoise <romain@orebokech.com>
4651
4652 * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
4653 systems, default to "tar" since those systems probably have GNU tar.
4654
4655 2006-05-14 Lars Hansen <larsh@soem.dk>
4656
4657 * desktop.el (desktop-missing-file-warning): Fix docstring.
4658 (desktop-restore-file-buffer): Correct question asked on missing file.
4659
4660 2006-05-14 Kim F. Storm <storm@cua.dk>
4661
4662 * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
4663 Add CUA move property.
4664
4665 2006-05-13 Chong Yidong <cyd@stupidchicken.com>
4666
4667 * custom.el (custom-push-theme): Load the variable before checking
4668 its `standard-value'.
4669
4670 2006-05-13 Lars Hansen <larsh@soem.dk>
4671
4672 * desktop.el (desktop-save): Use with-temp-buffer.
4673
4674 2006-05-12 Glenn Morris <rgm@gnu.org>
4675
4676 * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
4677 * calendar/calendar.el (calendar-mode-map):
4678 * calendar/diary-lib.el (include-other-diary-files,diary-mail-entries):
4679 * calendar/appt.el (appt-check, appt-make-list): Refer to
4680 diary-view-entries, diary-list-entries, diary-show-all-entries
4681 rather than obsolete aliases.
4682
4683 2006-05-12 Chong Yidong <cyd@stupidchicken.com>
4684
4685 * simple.el (line-move-finish): Avoid calling point motion hooks
4686 while processing intangibility.
4687
4688 2006-05-12 Dan Nicolaescu <dann@ics.uci.edu>
4689
4690 * term/xterm.el (terminal-init-xterm): Fix typo.
4691
4692 2006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
4693
4694 * allout.el (allout-view-change-hook): Mark as being deprecated,
4695 to be replaced by `allout-exposure-change-hook'.
4696 (allout-exposure-change-hook): New, replacing
4697 `allout-view-change-hook'.
4698 (allout-flag-region): Run new hook `allout-exposure-change-hook',
4699 in addition to `allout-view-change-hook'.
4700 (allout-show-bodies, allout-old-style-prefixes)
4701 (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
4702 lambda forms to prevent their showing up in variable help
4703 presentations as inscrutable byte-compiled code.
4704 (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
4705 Use string-or-null-p to qualify safe-local-variable values.
4706 (allout-reindent-bodies): Use memq to qualify matches against
4707 valid safe-local-variable values. Also, quote the lambda as above.
4708 (allout-use-mode-specific-leader): Add missing candidate-value
4709 symbols, use memq, and quote the lambda.
4710 (allout-overlay-interior-modification-handler): Remove unused
4711 variables `msg' and 'opened'.
4712 (allout-hidden-p): Constrain invisibility consideration to allout's
4713 invisibility spec, disregarding invisibility for other reasons.
4714
4715 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
4716
4717 * files.el (version-control): Correct safe values.
4718
4719 2006-05-12 Thien-Thi Nguyen <ttn@gnu.org>
4720
4721 * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
4722
4723 (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
4724 (ewoc--insert-new-node): New func.
4725 Update callers of deleted funcs to use it, instead.
4726
4727 2006-05-11 Glenn Morris <rgm@gnu.org>
4728
4729 * calendar/calendar.el (diary-show-all-entries): Do not refer to
4730 obsolete alias `show-all-diary-entries'.
4731 (make-diary-entry): Not interactive.
4732 (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
4733 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
4734 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
4735 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
4736 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
4737 (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
4738
4739 2006-05-11 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
4740
4741 * calendar/calendar.el (calendar-french-date-string)
4742 (calendar-mayan-date-string, calendar-chinese-date-string)
4743 (calendar-astro-date-string, calendar-iso-date-string)
4744 (calendar-islamic-date-string, calendar-bahai-date-string)
4745 (calendar-hebrew-date-string, calendar-coptic-date-string)
4746 (calendar-ethiopic-date-string, calendar-persian-date-string):
4747 These functions are not interactive.
4748
4749 2006-05-11 Luc Teirlinck <teirllm@auburn.edu>
4750
4751 * files.el: Balance parentheses.
4752
4753 2006-05-11 Reiner Steib <Reiner.Steib@gmx.de>
4754
4755 * files.el, newcomment.el, outline.el, simple.el,
4756 emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
4757 progmodes/cc-vars.el, progmodes/compile.el:
4758 Move `safe-local-variable' declarations to the respective files.
4759
4760 * help-fns.el (describe-variable): Don't print safe-var if it is
4761 byte-code. Improve wording as suggested by Luc Teirlinck.
4762
4763 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
4764
4765 * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
4766 (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
4767 Use a token for pending-triggers to ensure gdb-var-update
4768 gets called once per user input again for pre-GDB 6.4.
4769 (gdb-var-delete): Match on more complex expressions.
4770 (gdb-var-list-children-handler, gdb-var-create-handler):
4771 Use a token for consistency.
4772
4773 2006-05-11 Carsten Dominik <dominik@science.uva.nl>
4774
4775 * textmodes/org.el (org-read-date, org-goto-calendar)
4776 (org-agenda-goto-calendar):
4777 Bind `view-calendar-holidays-initially' to nil.
4778
4779 2006-05-11 Thien-Thi Nguyen <ttn@gnu.org>
4780
4781 * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
4782 Update all callers to do it there, instead.
4783
4784 2006-05-10 Glenn Morris <rgm@gnu.org>
4785
4786 * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
4787 prefix arg case, to avoid view-diary-entries-initially error.
4788 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
4789 (calendar-date-is-legal-p): Handle dates with no day part.
4790
4791 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
4792
4793 * comint.el (comint-insert-input): Just make it when
4794 comint-use-prompt regexp is nil (default) and with the mouse.
4795 (comint-copy-old-input): Reinstate from 2004-06-23.
4796 (comint-mode-map): Bind C-c C-m to it.
4797
4798 2006-05-10 J.D. Smith <jdsmith@as.arizona.edu>
4799
4800 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
4801 Remove spurious move to point-max (new comint behavior fixes).
4802
4803 * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
4804 compatibility function (Emacs 18/19).
4805 (idlwave-is-continuation-line): Always return point at start of
4806 previous non-blank continuation line.
4807 (keyword-parameters): Fix continued comment font-lock matcher.
4808 (idlwave-font-lock-fontify-region): Written, use as
4809 font-lock-fontify-region-function, to fix continued keyword
4810 fontification issues.
4811
4812 2006-05-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4813
4814 * term/mac-win.el (mac-font-panel-mode): Doc fix.
4815 (mac-service-selection, mac-service-open-file)
4816 (mac-service-open-selection, mac-service-mail-selection)
4817 (mac-service-mail-to, mac-service-insert-text): Rename from
4818 mac-services-*. All uses changed.
4819 (mac-apple-event-map): Rename event symbol `services' to `service'.
4820
4821 2006-05-10 Thien-Thi Nguyen <ttn@gnu.org>
4822
4823 * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
4824 (ewoc--node-enter-first, ewoc--node-enter-last)
4825 (ewoc--delete-node-internal): Merge funcs into unique callers.
4826
4827 2006-05-09 Chong Yidong <cyd@stupidchicken.com>
4828
4829 * emacs-lisp/crm.el (completing-read-multiple): Properly handle
4830 return value of read-from-minibuffer for empty input.
4831
4832 2006-05-09 Miles Bader <miles@gnu.org>
4833
4834 * comint.el (comint-insert-input): Remove redundant calls to setq
4835 and goto-char.
4836
4837 2006-05-10 Nick Roberts <nickrob@snap.net.nz>
4838
4839 * comint.el (comint-insert-input): Make it work when
4840 comint-use-prompt-regexp is t.
4841
4842 2006-05-10 Miles Bader <miles@gnu.org>
4843
4844 * subr.el (field-at-pos): New function.
4845
4846 * comint.el (comint-insert-input): Use it.
4847
4848 2006-05-09 Juri Linkov <juri@jurta.org>
4849
4850 * battery.el (battery-linux-proc-acpi): Also try
4851 `/proc/acpi/thermal_zone/THR2/temperature'.
4852
4853 * files.el <safe-local-variable>: Remove `eval' and `let' binding
4854 for now unused lambda `string-or-null'.
4855
4856 * add-log.el (change-log-default-name): Put `string-or-null-p'
4857 instead of lambda on `safe-local-variable' property.
4858
4859 * diff-mode.el (diff-context->unified): Use `region-beginning' and
4860 `region-end' instead of `mark' and `point'.
4861 (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
4862 Operate on region in Transient Mark mode when the mark is active.
4863 Use `region-beginning' and `region-end' instead of `mark' and
4864 `point'.
4865 (diff-hunk-text, diff-goto-source): Doc fix.
4866
4867 * startup.el (fancy-splash-screens, normal-splash-screen): Use
4868 face `mode-line-buffer-id' for mode-line buffer face instead of
4869 hard-coded `(:weight bold)'.
4870
4871 * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
4872 buffer-undo-list to t (undo-ask is reproducible by visiting
4873 nested archives).
4874
4875 2006-05-09 Kim F. Storm <storm@cua.dk>
4876
4877 * progmodes/grep.el (rgrep): Set default directory of *grep*
4878 buffer if we start M-x rgrep in the *grep* buffer and choose
4879 a different base directory.
4880
4881 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
4882
4883 * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
4884 completion also when ido is loaded.
4885
4886 2006-05-09 Masatake YAMATO <jet@gyve.org>
4887
4888 * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
4889 "warning" and "import".
4890 (cpp-font-lock-keywords): Added "warning".
4891
4892 2006-05-08 Dan Nicolaescu <dann@ics.uci.edu>
4893
4894 * term/xterm.el (terminal-init-xterm): Add more key bindings.
4895
4896 2006-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
4897
4898 * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
4899 pages at a time, if we signal the end, we should indeed reach that end.
4900
4901 2006-05-08 David Reitter <david.reitter@gmail.com>
4902
4903 * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
4904 output during execution of the body.
4905
4906 2006-05-08 Kim F. Storm <storm@cua.dk>
4907
4908 * progmodes/grep.el (lgrep, rgrep): Doc fixes.
4909
4910 2006-05-08 Thien-Thi Nguyen <ttn@gnu.org>
4911
4912 * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
4913 Use with-current-buffer.
4914
4915 2006-05-07 Kim F. Storm <storm@cua.dk>
4916
4917 * subr.el (add-to-history): Remove keep-dups arg.
4918
4919 * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
4920 to nil around call to add-to-history.
4921
4922 2006-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
4923
4924 * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
4925 than after a buffer modification.
4926
4927 2006-05-08 Nick Roberts <nickrob@snap.net.nz>
4928
4929 * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
4930 call to...
4931 (gud-watch): ...here so speedbar is raised for already watched
4932 expressions.
4933 (gdb-speedbar-refresh): Delete function.
4934 (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
4935 Use speedbar-timer-fn instead of speedbar-refresh (reverting
4936 earlier change).
4937 (gdb-var-evaluate-expression-handler)
4938 (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
4939
4940 * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
4941 Update localized contents for all buffers except ignored modes.
4942
4943 2006-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4944
4945 * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
4946 (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
4947 (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
4948 (mac-handle-font-panel-closed, mac-handle-font-selection):
4949 New functions.
4950 (mac-font-panel-mode): New minor mode.
4951 (mac-apple-event-map): Add bindings for toolbar toggle button and
4952 font panel.
4953 (menu-bar-showhide-menu): Add mac-font-panel-mode.
4954
4955 2006-05-07 John Paul Wallington <jpw@pobox.com>
4956
4957 * ibuffer.el (ibuffer-compressed-file-name-regexp):
4958 Avoid `regexp-opt'; simplify regexp for readability.
4959
4960 2006-05-06 Eli Zaretskii <eliz@gnu.org>
4961
4962 * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
4963 * files.el (buffer-stale-function):
4964 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
4965 * autorevert.el (global-auto-revert-non-file-buffers): Point Info
4966 links to the main manual, not to emacs-xtra.
4967
4968 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4969
4970 * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
4971 MacJapanese if text is ASCII-only.
4972
4973 2006-05-06 Nick Roberts <nickrob@snap.net.nz>
4974
4975 * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
4976 unless so nil isn't returned.
4977 (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
4978
4979 2006-05-06 Kim F. Storm <storm@cua.dk>
4980
4981 * subr.el (add-to-history): New function.
4982
4983 * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
4984 (ediff-merge-files-with-ancestor):
4985 * env.el (setenv):
4986 * isearch.el (isearch-update-ring):
4987 * server.el (server-visit-files):
4988 * progmodes/grep.el (lgrep, rgrep):
4989 * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
4990 * progmodes/xscheme.el (xscheme-insert-expression):
4991 Use add-to-history.
4992
4993 * kmacro.el (kmacro-push-ring): Use add-to-history.
4994 (kmacro-ring-length): Remove unused defun.
4995 (kmacro-start-macro): Use kmacro-push-ring.
4996
4997 2006-05-06 Thien-Thi Nguyen <ttn@gnu.org>
4998
4999 * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
5000 directly instead of a lambda expression that calls it.
5001
5002 2006-05-06 Kim F. Storm <storm@cua.dk>
5003
5004 * avoid.el (mouse-avoidance-point-position): Use posn-at-point
5005 instead of compute-motion.
5006
5007 2006-05-05 Dan Nicolaescu <dann@ics.uci.edu>
5008
5009 * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
5010 change.
5011
5012 2006-05-05 Reiner Steib <Reiner.Steib@gmx.de>
5013
5014 * startup.el (command-line-1): Refer to "Pure Storage" on
5015 pure-space-overflow.
5016
5017 2006-05-05 Martin Rudalics <rudalics@gmx.at>
5018
5019 * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
5020 provided faces once they all have been used up.
5021
5022 2006-05-05 Eli Zaretskii <eliz@gnu.org>
5023
5024 * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
5025 reference to the Lisp manual to the warning about pure space
5026 overflow.
5027
5028 2006-05-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5029
5030 * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
5031 argument to avoid the call to `ispell-internal-change-dictionary'
5032 when not needed.
5033 (ispell-change-dictionary): Use this argument and call
5034 `ispell-internal-change-dictionary' after the possible change
5035 to `ispell-local-dictionary'.
5036 (ispell-internal-change-dictionary): Check for a change in
5037 personal dictionary use too.
5038
5039 2006-05-05 Eli Zaretskii <eliz@gnu.org>
5040
5041 * startup.el (command-line): On MS-Windows, probe "~", not
5042 "~USER", for warning about non-existent home directory
5043
5044 * arc-mode.el (archive-l-e): New optional argument `float' means
5045 generate a float value.
5046 (archive-arc-summarize, archive-lzh-summarize)
5047 (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
5048 with 3rd argument non-nil when file's size is being computed.
5049 Format the file sizes with %8.0f instead of %8d.
5050
5051 2006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5052
5053 * cus-start.el (all): Add mac-dnd-known-types.
5054
5055 * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
5056 (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
5057 (mac-TIFF-to-string): New functions.
5058 (x-get-selection, x-selection-value)
5059 (mac-select-convert-to-string): Use them.
5060 (mac-text-encoding-mac-japanese-basic-variant): New constant.
5061 (mac-dnd-types-alist): New customization variable.
5062 (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
5063 (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
5064 (mac-dnd-handle-drag-n-drop-event): New functions.
5065 (mac-drag-n-drop): Remove function.
5066 (global-map): Bind drag-n-drop and M-drag-n-drop to
5067 mac-dnd-handle-drag-n-drop-event.
5068
5069 2006-05-04 Karl Chen <quarl@NOSPAM.quarl.org>
5070
5071 * progmodes/perl-mode.el (perl-beginning-of-function):
5072 Skip anonymous subs.
5073
5074 2006-05-04 Dan Nicolaescu <dann@ics.uci.edu>
5075
5076 * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
5077 regexp-opt at run time.
5078
5079 * term.el (term-handle-ansi-escape): Fix off by one error.
5080
5081 2006-05-04 Nick Roberts <nickrob@snap.net.nz>
5082
5083 * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
5084 (gdb-init-1, gdb-post-prompt): ...and references to it.
5085 (gdb-frame-handler): Strip directory name from filename if present.
5086
5087 * progmodes/gud.el (gdb-force-update): Delete defvar
5088 (gud-speedbar-buttons): ...and references to it. Use window-start
5089 to try to keep positon in watch expression.
5090
5091 2006-05-03 Richard Stallman <rms@gnu.org>
5092
5093 * simple.el (next-history-element, previous-history-element): Doc fix.
5094
5095 * isearch.el (isearch-update-ring): Doc fix.
5096
5097 2006-05-03 Dan Nicolaescu <dann@ics.uci.edu>
5098
5099 * isearch.el (isearch-update-ring): Take history-delete-duplicates
5100 into consideration. Replace one arm ifs with whens.
5101
5102 2006-05-03 Nick Roberts <nickrob@snap.net.nz>
5103
5104 * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
5105 (menu): Fix typo.
5106
5107 2006-05-02 Miles Bader <miles@gnu.org>
5108
5109 * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
5110
5111 2006-05-02 Jay Belanger <belanger@truman.edu>
5112
5113 * calc/calc-embed.el (calc-override-minor-modes-map)
5114 (calc-override-minor-modes): New variables.
5115 (calc-do-embedded): Make sure that Calc keystrokes aren't
5116 overwritten by minor modes.
5117
5118 2006-05-02 Chong Yidong <cyd@mit.edu>
5119
5120 * msb.el (msb): If EVENT is a down event, read and discard the up event.
5121
5122 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
5123
5124 * startup.el (command-line-1): Refer to Lisp manual when
5125 pure-space-overflow occurs.
5126
5127 * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
5128 (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
5129 (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
5130 (version-control): Don't use `t' for safe-local-variable declarations.
5131
5132 2006-05-01 Richard Stallman <rms@gnu.org>
5133
5134 * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
5135 M-r, M-R, M-A, M-SPC or M-DEL.
5136 (diff-mode-map): diff-refine-hunk now on C-c C-w
5137 (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
5138
5139 * help-mode.el (help-mode): view-exit-action calls delete-window
5140 only when it is safe and possible.
5141
5142 * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
5143 in messages.
5144
5145 * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
5146
5147 * tool-bar.el (tool-bar-setup): Put Help and Preferences items
5148 in the default tool-bar-map.
5149
5150 2006-05-01 Michael Albinus <michael.albinus@gmx.de>
5151
5152 * net/tramp.el (tramp-completion-file-name-handler-alist)
5153 (tramp-run-real-handler, tramp-completion-run-real-handler)
5154 (tramp-completion-handle-file-name-all-completions)
5155 (tramp-completion-handle-file-name-completion): Autoload them.
5156 (tramp-completion-handle-file-exists-p)
5157 (tramp-completion-handle-file-name-directory)
5158 (tramp-completion-handle-file-name-nondirectory)
5159 (tramp-completion-handle-expand-file-name): Remove them.
5160 (tramp-handle-file-name-directory): Return the real directory name.
5161 Returning "/" only doesn't need to be necessary any longer.
5162 (tramp-file-name-handler): Make special attention when in hostname
5163 completion mode.
5164 (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
5165 (tramp-register-file-name-handlers):
5166 Register `tramp-completion-file-name-handler' only when
5167 `partial-completion-mode' is enabled.
5168 (tramp-completion-handle-file-name-all-completions):
5169 Delete directory part from results.
5170 (tramp-get-completion-methods, tramp-get-completion-user-host):
5171 Discard deleting "/", it doesn't work after the change of
5172 `tramp-handle-file-name-directory' above.
5173
5174 2006-05-01 Kim F. Storm <storm@cua.dk>
5175
5176 * progmodes/grep.el (grep-expand-template): Use save-match-data
5177 and symbol-value.
5178
5179 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5180
5181 * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
5182 Use select-frame-set-input-focus instead of raise-frame.
5183 (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
5184
5185 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
5186
5187 * progmodes/gud.el (gud-def): Add %c case.
5188 (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
5189 (gud-format-command): Make match case sensitive. Match on %F.
5190
5191 2006-04-30 Glenn Morris <rgm@gnu.org>
5192
5193 * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
5194 (cal-tex-preamble): Use cal-tex-preamble-extra.
5195 (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
5196 than alias `list-diary-entries'.
5197
5198 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
5199
5200 * help-fns.el (describe-variable): Add info about safe local variables.
5201
5202 2006-04-29 Richard Stallman <rms@gnu.org>
5203
5204 * bindings.el (mode-line-format): help-echo doc fixes.
5205
5206 * net/tramp.el (tramp-file-name-handler-alist): Delete
5207 expand-file-name and other operations that can cause spurious loading.
5208
5209 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
5210
5211 * files.el (safe-local-variable-p): Remove support for the special
5212 value t.
5213
5214 * textmodes/paragraphs.el (sentence-end-without-space):
5215 Fix safety predicate.
5216 (sentence-end-double-space, sentence-end-without-period)
5217 (paragraph-ignore-fill-prefix):
5218 * textmodes/fill.el (colon-double-space):
5219 * abbrev.el (abbrev-mode): Tighten the safety predicate.
5220
5221 * subr.el (booleanp): New fun.
5222
5223 * textmodes/reftex-vars.el (reftex-guess-label-type):
5224 Tighten the safety predicate.
5225
5226 2006-04-28 Kim F. Storm <storm@cua.dk>
5227
5228 * progmodes/grep.el (defgroup grep): Doc fix.
5229 (grep-auto-highlight): Remove.
5230 (grep-template): New defcustom.
5231 (grep-find-template): Rename from grep-tree-template.
5232 (grep-files-aliases): Rename from grep-tree-files-aliases.
5233 Remove "all" alias, add "l" alias.
5234 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
5235 (grep-find-ignored-directories): New defcustom to replace
5236 grep-tree-ignore-CVS-directories, to facilitate ignoring
5237 subdirectories for multiple version control systems.
5238 (grep-mode-map): Add Recursive grep item to GREP menu.
5239 (grep-regexp-history, grep-files-history): New defvars.
5240 (grep-probe): New helper function.
5241 (grep-compute-defaults): Use it to simplify code.
5242 Adapt to name changes.
5243 Use `.' as base in grep-find-template rather than <D>.
5244 (grep): Remove superfluous highlight-regexp arg. Fix doc.
5245 Call grep-compute-defaults unconditionally.
5246 (grep-expand-keywords): New defconst.
5247 (grep-expand-template): Rename from grep-expand-command-macros.
5248 Simplify via grep-expand-keywords. Look at case-fold-search instead
5249 of grep-tree-ignore-case to add -i option.
5250 Bind case-fold-search to nil while matching keywords.
5251 (grep-tree-last-regexp, grep-tree-last-files): Remove.
5252 (grep-read-regexp, grep-read-files): New helper functions.
5253 (rgrep): Rename from grep-tree. Rework to use proper histories.
5254 Adapt to changes in defcustoms and functions above.
5255 (lgrep): New command, as grep, but using same interactive UI as rgrep.
5256
5257 2006-04-28 Michael Albinus <michael.albinus@gmx.de>
5258
5259 * net/tramp.el (tramp-completion-file-name-handler):
5260 Disable Tramp's functionality while loading Tramp itself.
5261 (tramp-register-file-name-handlers): That's a defsubst now.
5262 Code from `tramp-repair-jka-compr' moved here. Apply it via
5263 `after-init-hook'.
5264 (tramp-repair-jka-compr): Remove.
5265
5266 2006-04-27 Jay Belanger <belanger@truman.edu>
5267
5268 * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
5269 read expression when `math-read-big-expr' doesn't work.
5270
5271 2006-04-27 Reiner Steib <Reiner.Steib@gmx.de>
5272
5273 * startup.el (command-line-1): Display warning when
5274 pure-space-overflow is non-nil.
5275
5276 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5277
5278 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
5279 risky.
5280
5281 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5282
5283 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
5284 Return the URL or nil if none can be generated.
5285
5286 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
5287
5288 * progmodes/gud.el (gud-comint-buffer): Move forward to stop
5289 byte compiler warnings.
5290 (gud-basic-call, gud-find-expr): Let user select an expression
5291 for printing. Print expression as well as value in GUD buffer.
5292
5293 2006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
5294
5295 * allout.el: Remove local autoload declaration for
5296 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
5297 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
5298 (allout-plain-bullets-string, allout-distinctive-bullets-string)
5299 (allout-use-mode-specific-leader, allout-old-style-prefixes)
5300 (allout-stylish-prefixes, allout-numbered-bullet)
5301 (allout-file-xref-bullet, allout-presentation-padding)
5302 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
5303 safe-local-variable with suitable value spec, and add autoload
5304 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
5305 (move-beginning-of-line, move-end-of-line): Repair so these compat
5306 functions now actually resituate the point, when appropriate.
5307
5308 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
5309
5310 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
5311
5312 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
5313 (add-log-iso8601-time-string): Fix call to format-time-string.
5314
5315 2006-04-26 Kim F. Storm <storm@cua.dk>
5316
5317 * subr.el (posn-string, posn-image, posn-object): Doc fix.
5318
5319 2006-04-26 Masatake YAMATO <jet@gyve.org>
5320
5321 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
5322 Add support for "//" style comments. Remove `b' flag
5323 from ?* in `asm-mode-syntax-table'.
5324
5325 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
5326
5327 * follow.el: Use (featurep 'xemacs) everywhere.
5328 (follow-mode): Use define-minor-mode.
5329 (follow-mode-map): Move initialization into the declaration.
5330 Use command remapping.
5331 (follow-emacs-version-xemacs-p): Remove.
5332 (follow-submit-feedback): Remove.
5333
5334 * allout.el (allout-layout, allout-passphrase-verifier-string)
5335 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
5336
5337 * textmodes/reftex-vars.el (reftex-vref-is-default)
5338 (reftex-fref-is-default, reftex-guess-label-type):
5339 Tighten up a bit the safety predicate.
5340
5341 * textmodes/paragraphs.el (sentence-end-double-space)
5342 (sentence-end-without-period, sentence-end-without-space)
5343 (page-delimiter, paragraph-ignore-fill-prefix):
5344 Tighten up a bit the safety predicate.
5345
5346 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
5347
5348 * progmodes/python.el (python-continuation-line-p)
5349 (python-beginning-of-statement): syntax-ppss may return
5350 a negative depth.
5351 (python-mode): Don't forcefully enable font-lock.
5352
5353 * time-stamp.el (time-stamp-start, time-stamp-end)
5354 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
5355
5356 * add-log.el: Remove spurious * in docstrings.
5357 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
5358 (add-change-log-entry): Use it here, since it's not specific
5359 to iso8601.
5360 (add-log-iso8601-time-string): Don't use it here any more.
5361 (change-log-indent-text, change-log-indent): Rename from add-log-*.
5362
5363 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
5364
5365 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
5366
5367 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
5368 (rcirc-toggle-low-priority): Doc fix.
5369 (rcirc-handler-NOTICE): Remove beginning of line anchor in
5370 ChanServ regexp.
5371 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
5372 #emacs.
5373 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
5374 (rcirc-decode-coding-system): Use utf-8 as the default.
5375 (rcirc-multiline-minor-mode): Set the fill-column.
5376 (rcirc-format-response-string): Display bright and dim nicks.
5377 (rcirc-browse-url): Update interactive spec to fill ARG.
5378 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
5379 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
5380
5381 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
5382
5383 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
5384 case for @Article, etc.
5385
5386 2006-04-23 Michael Albinus <michael.albinus@gmx.de>
5387
5388 * net/tramp.el (tramp-register-file-name-handlers): New defun.
5389 Added with autoload cookie.
5390 (tramp-unload-file-name-handlers): Rename from
5391 `tramp-unload-file-name-handler-alist'.
5392
5393 2006-04-23 Romain Francoise <romain@orebokech.com>
5394
5395 * comint.el (comint-match-partial-filename): Doc fix.
5396
5397 2006-04-21 Glenn Morris <rgm@gnu.org>
5398
5399 * calendar/cal-menu.el (calendar-mode-map): Refer to
5400 `diary-view-entries' rather than alias `view-diary-entries'.
5401 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
5402
5403 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
5404
5405 * progmodes/antlr-mode.el (antlr-default):
5406 * cus-edit.el (custom-documentation):
5407 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
5408 in defface.
5409
5410 2006-04-21 Kim F. Storm <storm@cua.dk>
5411
5412 * image.el (image-type): New defun split out of create-image.
5413 (create-image): Use it.
5414
5415 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
5416
5417 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
5418 (org-open-at-point): Remove the "...done" message to keep output
5419 in the echo area visible.
5420 (org-export-as-xoxo): Fix call to `indent-region'.
5421
5422 2006-04-21 Kevin Ryde <user42@zip.com.au>
5423
5424 * international/mule.el (keyboard-coding-system): defcustom
5425 info-link fixes: "Specify Coding" has been split, keyboard now in
5426 "Terminal Coding", and "Single-Byte Character Support" is now
5427 "Unibyte Mode".
5428
5429 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
5430
5431 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
5432 Use font-lock-warning-face for any errors e.g. no stack.
5433 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
5434
5435 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
5436
5437 * progmodes/sh-script.el (sh-shell): Mark as safe.
5438
5439 * newcomment.el (comment-start, comment-start-skip)
5440 (comment-end-skip, comment-end): Mark as safe.
5441
5442 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
5443
5444 * textmodes/org.el (org-deadline-announce): Face removed.
5445 (org-level-faces, org-n-levels): Convert to constant.
5446 (org-compatible-face): New function.
5447 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
5448 (org-level-5, org-level-6, org-level-7, org-level-8)
5449 (org-special-keyword, org-warning, org-headline-done, org-link)
5450 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
5451 (org-scheduled-today, org-scheduled-previously, org-time-grid):
5452 Face definition revised for better color tty support.
5453 (org-bold-re, org-italic-re, org-underline-re): New constants.
5454 (org-set-font-lock-defaults): Use the new constants.
5455 (org-agenda-highlight-todo): New function.
5456 (org-agenda-todo): Fix bug with point at end of line.
5457 (org-agenda-change-all-lines, org-finalize-agenda-entries):
5458 Fontify TODO keywords.
5459 (org-insert-link): Preserve relative path in ../ links.
5460 (org-export-as-html): Convert links pointing to .org files into
5461 links that will work beteen the exported HTML files.
5462 (org-todo-list): Fix bug when arg=0.
5463 (org-insert-heading): More fine-tuning.
5464
5465 2006-04-19 Romain Francoise <romain@orebokech.com>
5466
5467 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
5468 from `rmail-mime-charset-pattern'.
5469
5470 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
5471
5472 * progmodes/python.el (python-mode): Fix typo.
5473
5474 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
5475
5476 * comint.el (comint-previous-input): Don't clobber input line
5477 when moving off either end of the input history ring.
5478 (comint-delete-input): New function, used by
5479 `comint-previous-input' and others.
5480 (comint-previous-matching-input):
5481 Use `coming-delete-input'. Save the partial input if leaving the
5482 edit line. Goto point-max before deleting input to avoid
5483 partial input fragments hanging around.
5484 (comint-restore-input): New function, used by `comint-previous-input'.
5485
5486 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
5487
5488 * imenu.el (imenu--index-alist): Balance parentheses.
5489
5490 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
5491
5492 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
5493
5494 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
5495
5496 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
5497 file is nil.
5498
5499 2006-04-18 Richard Stallman <rms@gnu.org>
5500
5501 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
5502
5503 * imenu.el (imenu-create-index-function, imenu--index-alist)
5504 (imenu--last-menubar-index-alist, imenu--make-index-alist)
5505 (imenu-default-create-index-function, imenu--generic-function):
5506 Doc fixes.
5507
5508 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
5509
5510 * help-mode.el (help-mode): Set view-exit-action to delete window.
5511
5512 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
5513 now works by passing nil as arg.
5514
5515 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
5516
5517 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
5518 (read-abbrev-file): Provide default when reading filename.
5519
5520 * files.el (enable-local-variables): Allow :all as value.
5521 (hack-local-variables): Implement that value.
5522 (safe-local-variable-values, safe-local-eval-forms)
5523 (enable-local-variables): Mark as risky.
5524 (find-file-visit-truename, kept-old-versions): Mark safe.
5525
5526 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
5527 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
5528 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
5529
5530 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
5531
5532 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
5533 Use forward-line so as to get to BOL even in the presence of fields.
5534 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
5535 in return.
5536 (inferior-tcl): Tell tclsh to work in interactive mode.
5537
5538 * complete.el (partial-completion-mode):
5539 Use 'choose-completion-string-functions to make sure that
5540 choose-completion fills the minibuffer properly.
5541
5542 * complete.el (PC-old-read-file-name-internal): Remove.
5543 (PC-read-include-file-name-internal): Remove. Turn it into an advice
5544 of read-file-name-internal.
5545 (partial-completion-mode): Enable/disable this advice.
5546
5547 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
5548
5549 * net/tramp.el (tramp-completion-file-name-handler): Revert change
5550 of 2006-04-17.
5551
5552 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
5553
5554 * textmodes/org.el (org-insert-heading): Insert heading before
5555 current if at beginning of line.
5556 (org-todo, org-date): New faces.
5557 (org-table-align): Make sure tooltip window contains full text.
5558 (org-no-properties): New defsubst.
5559 (org-set-font-lock-defaults): Use new faces.
5560
5561 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
5562
5563 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
5564 for root variables.
5565
5566 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
5567 (gdb-frame-address): Re-use to identify frame for watch expression.
5568 (gdb-var-list, gdb-var-create-handler): Add frame address for root
5569 variables.
5570 (gdb-init-1, gdb-source, gdb-post-prompt)
5571 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
5572 (gdb-frame-handler): Get gdb-frame-address.
5573
5574 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
5575
5576 Sync with Tramp 2.0.53.
5577
5578 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
5579 'control. Reported by Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>.
5580 (tramp-completion-file-name-handler): Add autoload cookie for
5581 adding to `file-name-handler-alist'.
5582
5583 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
5584 the prompt. If it returns earlier (when detecting an error
5585 message), the rest of the output will merge accidently with the
5586 output of the next command. Reported by M Jared Finder
5587 <jared@hpalace.com>.
5588
5589 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
5590 for `process-file', in order to let it work for older Emacsen too.
5591
5592 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
5593
5594 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
5595 (tex-font-lock-keywords-3): Use it.
5596
5597 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
5598
5599 * newcomment.el (comment-add): New function.
5600 (comment-region-default, comment-dwim): Use it.
5601
5602 2006-04-15 Michael Olson <mwolson@gnu.org>
5603
5604 * emacs-lisp/tq.el: Improve comments.
5605 (tq-queue-head-question): New accessor function.
5606 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
5607 Update for modified queue structure.
5608 (tq-queue-add): Accept `question' argument.
5609 (tq-queue-pop): If a question is pending, send it.
5610 (tq-enqueue): Accept new optional argument `delay-question'.
5611 If this is non-nil, and at least one other question is pending a
5612 response, queue the question rather than sending it immediately.
5613
5614 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5615
5616 * calendar/appt.el (appt-add): Check whether an appointment is
5617 already present in appt-time-msg-list. Simplify code.
5618
5619 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
5620
5621 * progmodes/cc-langs.el (c-mode-menu):
5622 Don't presume c-subword-mode is bound.
5623
5624 2006-04-13 Bill Wohler <wohler@newt.com>
5625
5626 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
5627 (customize-package-emacs-version): Use cdr instead of cadr now
5628 that alists use dotted pairs.
5629
5630 * custom.el (defcustom): Fix docstring for :package-version.
5631
5632 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
5633
5634 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
5635 (tramp-handle-shell-command): Display output buffer only when
5636 `tramp-display-shell-command-buffer' is true.
5637 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
5638
5639 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
5640
5641 * textmodes/org.el (org-set-autofill-regexps): Set only the local
5642 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
5643
5644 2006-04-13 Romain Francoise <romain@orebokech.com>
5645
5646 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
5647 leaving temporary .cvsignore buffers behind.
5648
5649 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
5650
5651 * textmodes/org.el (org-set-regexps-and-options)
5652 (org-get-current-options): Better names for the startup folding
5653 options.
5654
5655 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
5656
5657 * vc.el (vc-annotate): Arrange for point to end up at the same
5658 line number as in the original, but only when using a new buffer.
5659
5660 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
5661
5662 * files.el (hack-one-local-variable-eval-safep):
5663 Recognize `edebug-form-spec' for `put', but only if it passes
5664 `edebug-basic-spec'. Generalize `put' handling.
5665
5666 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
5667 vetting file-local form specs.
5668
5669 * allout.el (allout-layout): Autoload its `safe-local-variable'
5670 property.
5671
5672 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
5673
5674 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
5675 (org-agenda-mouse-1-follows-link)
5676 (org-mouse-1-follows-link): New options.
5677 (org-format-agenda-item): Fix bug if TAGS is nil.
5678 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
5679
5680 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
5681
5682 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
5683 GDB 6.1+ gives full filename for "info sources" so use
5684 file-name-nondirectory.
5685
5686 2006-04-12 Romain Francoise <romain@orebokech.com>
5687
5688 * subr.el (read-passwd): Bind `message-log-max' to nil.
5689
5690 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
5691
5692 * progmodes/perl-mode.el (perl-indent-new-calculate):
5693 Recompute parse-start after jumping backward by a whole sexp.
5694
5695 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
5696
5697 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
5698 window configuration.
5699 (vc-annotate-display-select): Select the buffer so that current-buffer
5700 (and selected-window) is the output buffer at the end of vc-annotate.
5701
5702 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
5703
5704 * vc.el (vc-annotate-color-map): Add custom TTY color map for
5705 8-color terminals, to use all of the colors in a sensible order.
5706 256-color terminals work well with the standard map.
5707 (vc-annotate-lines): Only strip the first color character if it
5708 is "#", to allow for terminal-style named colors.
5709 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
5710 the correct buffer is scrolled.
5711
5712 2006-04-11 Richard Stallman <rms@gnu.org>
5713
5714 * emacs-lisp/bytecomp.el (byte-compile-file):
5715 Bind enable-local-variables to :safe, and make normal-mode obey it.
5716
5717 * files.el (enable-local-variables): Allow value :safe.
5718 (normal-mode): Doc fix.
5719 (hack-local-variables): Implement enable-local-variables = :safe.
5720 (hack-local-variables-confirm): Don't prevent quitting.
5721
5722 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
5723
5724 * loadhist.el (unload-feature): A bit of sanity check of
5725 load-history entries. Cancel timer-vars before unbinding them.
5726
5727 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
5728 quote special chars, and make the trick work on the hex part of the
5729 buffer as well.
5730 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
5731 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
5732
5733 * startup.el (normal-splash-screen): Fix last change so we don't wait
5734 2 minutes if we don't show the splash screen.
5735
5736 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
5737
5738 * textmodes/org.el (org-export-plain-list-max-depth)
5739 (org-table-spaces-around-separators)
5740 (org-radio-targets, org-activate-camels)
5741 (org-table-spaces-around-invisible-separators): Options removed.
5742 (org-time-stamp-rounding-minutes, org-remember-templates)
5743 (org-ellipsis, org-activate-links, org-descriptive-links):
5744 New options.
5745 (org-remember-apply-template, org-current-time)
5746 (org-finish-edit-table-field)
5747 (org-link-unescape, org-link-escape)
5748 (org-string-width, org-table-clean-line, org-html-do-expand)
5749 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
5750 (org-read-agenda-file-list): New functions.
5751 (org-table-edit-field)
5752 (org-table-create-or-convert-from-region): New commands
5753 (org-table-toggle-vline-visibility): Command removed.
5754 (org-table-convert-region): Made a command.
5755 (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
5756 Replace with the normal org- functions.
5757 (org-self-insert-command): Don't trigger realign unnecessarily
5758 when blanking a field that is not full.
5759 (org-mode): `Set buffer-invisibility-spec' for links.
5760 (org-activate-links2): Hide link part and only show descriptive
5761 part of the link.
5762 (org-insert-link): Modify for new linking system.
5763 (org-store-link): Store description separately, for use by
5764 `org-insert-link'.
5765 (org-table-align): Use `org-string-width'.
5766 (defgroup): Completely new group structure for custom variables.
5767 (org-agenda-files): Option: Single file name allowed. Function:
5768 Optional argument unrestrited means ignore any restricitons.
5769 (org-install-agenda-files-menu): Find a buffer in Org-mode before
5770 trying to modify the menu. Use generalized access to
5771 `org-agenda-files.'
5772 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
5773 (org-agenda-file-to-front, org-remove-file, org-diary)
5774 (org-tags-view, org-export-icalendar-all-agenda-files)
5775 (org-export-icalendar-combine-agenda-files): Use generalized
5776 access to `org-agenda-files'.
5777 (org-remember-handler): Correctly preserve heading if present.
5778 (org-table-insert-row, org-table-insert-hline): Deal with
5779 invisible characters.
5780
5781 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
5782
5783 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
5784 (vc-annotate-color-map): New 18 element constant
5785 value/saturation, rotating hue colormap, from red->blue.
5786 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
5787 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
5788 (vc-annotate): To avoid killing the required local variables,
5789 set them before the end of `with-output-to-temp-buffer', and
5790 after first switching to annotate-mode.
5791 (vc-annotate-warp-version): Add buffer argument in goto-line to
5792 ensure annotation, not source, is scrolled.
5793
5794 2006-04-10 Bill Wohler <wohler@newt.com>
5795
5796 * custom.el (defcustom, custom-handle-keyword):
5797 Add :package-version keyword.
5798 (custom-add-package-version): New function. Sets value of new
5799 property 'custom-package-version from :package-version keyword.
5800 (defcustom): Create Common Keywords section in docstring.
5801 (defface, defgroup): Replace definitions of a select few keywords
5802 with a reference to the Common Keywords in defcustom.
5803 (defcustom, defface, defgroup): Replace reference to Customization
5804 chapter in manual with hyperlink.
5805
5806 * cus-edit.el (customize-package-emacs-version-alist):
5807 New variable.
5808 (customize-changed-options): Add check for custom-package-version.
5809 (customize-package-emacs-version): New function to look up Emacs
5810 version corresponding to the given package version.
5811
5812 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
5813 defun name, in similar fashion to find-variable-regexp.
5814
5815 2006-04-10 Eli Zaretskii <eliz@gnu.org>
5816
5817 * international/mule-cmds.el (set-locale-environment): Fix last
5818 change for when the locale's preferences don't specify any encoding.
5819
5820 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
5821
5822 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
5823 so the defined var/fun doesn't need to be quoted.
5824
5825 2006-04-10 Richard Stallman <rms@gnu.org>
5826
5827 * finder.el (finder-mode-map): Add n and p bindings.
5828
5829 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
5830
5831 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
5832 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
5833 (gdb-setup-windows): Put something in source window if we can't find
5834 the source file.
5835 (gdb-frame-handler): Make it work again with just assembly.
5836 (gdb-data-list-register-values-handler): Make it work when there is
5837 no stack.
5838
5839 2006-04-09 Richard Stallman <rms@gnu.org>
5840
5841 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
5842 specs while looking for charset.
5843
5844 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
5845
5846 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
5847 Make them faces.
5848 (lm-font-lock-keywords): Update appropriately.
5849
5850 2006-04-10 Kim F. Storm <storm@cua.dk>
5851
5852 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
5853 it can also replace buffer-substring-no-properties.
5854
5855 * emulation/cua-base.el (cua-delete-region, cua-paste)
5856 (cua-repeat-replace-region): Use filter-buffer-substring.
5857
5858 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
5859 (cua-cut-region-to-global-mark): Likewise.
5860
5861 * emulation/cua-rect.el (cua--extract-rectangle)
5862 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
5863
5864 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5865
5866 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
5867 entry-type. Add field delimiters to numerical fields if they are
5868 not present.
5869
5870 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5871
5872 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
5873 string-const to return value.
5874 (bibtex-remove-delimiters): Use it.
5875
5876 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
5877
5878 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
5879 cl-byte-compile-compiler-macro unless it exists.
5880
5881 2006-04-08 Eli Zaretskii <eliz@gnu.org>
5882
5883 * files.el (hack-local-variables-confirm) <offer-save>:
5884 Clarify message text. Suggested by Ralf Angeli.
5885
5886 2006-04-08 Michael Cadilhac <michael.cadilhac@lrde.org>
5887
5888 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
5889 (delete-extract-rectangle-line): Use `filter-buffer-substring'
5890 instead of `buffer-substring' and `delete-region'. (Most of the
5891 code actually copied from `kill-region'.)
5892
5893 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
5894
5895 * rcirc.el (rcirc-default-server): Rename from rcirc-server.
5896 (rcirc-default-port): Rename from rcirc-port.
5897 (rcirc-default-nick): Rename from rcirc-nick.
5898 (rcirc-default-user-name): Rename from rcirc-user-name.
5899 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
5900 (rcirc-low-priority-flag): New variable.
5901 (rcirc-decode-coding-system): New defcustom.
5902 (rcirc-encode-coding-system): New defcustom.
5903 (rcirc-coding-system-alist): New defcustom.
5904 (rcirc-multiline-major-mode): New defcustom.
5905 (rcirc-nick): New internal variable.
5906 (rcirc-process): Remove variable.
5907 (rcirc-server-buffer): New variable.
5908 (rcirc): Update to use rcirc-default-* variables above.
5909 (rcirc-connect): Do not add window-configuration-hook-here.
5910 (rcirc-server): New internal variable.
5911 (rcirc-connect): Do not send keepalive pings if
5912 rcirc-keepalive-seconds is nil.
5913 (with-rcirc-server-buffer): New macro.
5914 (rcirc-send-string): Encode with rcirc-encode-coding-system.
5915 (rcirc-server-name): Rename from rcirc-server.
5916 (rcirc-buffer-process): New function.
5917 (rcirc-buffer-nick): New function.
5918 (rcirc-buffer-target): Remove function.
5919 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
5920 New commands.
5921 (rcirc-mode-map): Change binding of C-c C-l to
5922 rcirc-toggle-low-priority.
5923 (rcirc-mode): Initialize coding system based on
5924 rcirc-coding-system-alist. New change-major-mode-hook to part the
5925 channel on a mode change. Make kill-buffer-hook buffer-local.
5926 (rcirc-change-major-mode-hook): New function.
5927 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
5928 (rcirc-last-post-time): New variable.
5929 (rcirc-process-message): Store the last time user posted a message
5930 to this target.
5931 (rcirc-multiline-minor-mode): New mode.
5932 (rcirc-multiline-minor-mode-map): New mode map.
5933 (rcirc-edit-multiline): Put multiline-edit buffer in
5934 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
5935 (rcirc-print): Ignore any line starting with an ignored nick.
5936 (rcirc-print): Decode using rcirc-decode-coding-system.
5937 (rcirc-track-minor-mode): Update global-mode-string when disabling
5938 this mode.
5939 (minor-mode-alist): Add LowPri indicator.
5940 (rcirc-toggle-low-priority): New function.
5941 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
5942 next lowpriority buffer with activity.
5943 (rcirc-record-activity): Sort buffers in rcirc-activity by the
5944 last time the user posted a message in to the target.
5945 (rcirc-update-activity-string): New formatting for low priority
5946 buffers.
5947 (rcirc-split-activity): New function.
5948 (rcirc-handler-PART, rcirc-handler-KICK)
5949 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
5950 (rcirc-nick-away-alist): New variable.
5951 (rcirc-handler-301): New handler. Away messages are printed once
5952 per change.
5953
5954 2006-04-08 Eli Zaretskii <eliz@gnu.org>
5955
5956 * info.el (Info-follow-nearest-node): Doc fix.
5957
5958 * international/mule-cmds.el (set-locale-environment): Make sure
5959 the coding-system preferred by the locale's language has the same
5960 EOL conversion type as the original buffer-file-coding-system.
5961 (locale-language-names): Add a few MS Windows language codes.
5962
5963 2006-04-07 Richard Stallman <rms@gnu.org>
5964
5965 * simple.el (eval-expression): Doc fix.
5966
5967 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
5968 (eval-defun): Doc fixes.
5969
5970 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
5971
5972 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
5973
5974 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
5975
5976 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
5977 GDB list command without argument for greater generality.
5978
5979 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
5980
5981 * subr.el (string-or-null-p): New function.
5982
5983 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
5984
5985 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
5986
5987 * files.el: Update comment about safe-local-variable declarations.
5988
5989 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
5990
5991 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
5992 See idlwave.org.
5993
5994 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
5995 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
5996
5997 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
5998 See idlwave.org.
5999
6000 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
6001 version 6.0 (minimal changes). See idlwave.org.
6002
6003 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
6004 6.0 (minimal changes). See idlwave.org.
6005
6006 * progmodes/idlw-rinfo.el: File obsoleted and removed.
6007
6008 2006-04-06 Romain Francoise <romain@orebokech.com>
6009
6010 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
6011 symmetric encryption features and a new asynchronous interface to
6012 GnuPG. This new version is version 1.4, plus whitespace changes.
6013
6014 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
6015
6016 * files.el: Move some `safe-local-variable' declarations to the
6017 respective files.
6018
6019 * textmodes/ispell.el (ispell-check-comments)
6020 (ispell-local-dictionary): Mark as safe.
6021
6022 * abbrev.el (abbrev-mode): Mark as safe.
6023
6024 * add-log.el (change-log-default-name): Mark as safe.
6025
6026 * textmodes/reftex-vars.el (reftex-vref-is-default)
6027 (reftex-fref-is-default, reftex-level-indent)
6028 (reftex-guess-label-type): Mark as safe.
6029
6030 * textmodes/fill.el (colon-double-space): Mark as safe.
6031
6032 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
6033 (sentence-end-double-space, sentence-end-without-period)
6034 (sentence-end-without-space, sentence-end, sentence-end-base)
6035 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
6036
6037 2006-04-06 Kim F. Storm <storm@cua.dk>
6038
6039 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
6040 the :set-after list.
6041 (ido-downcase-unc-hosts): New user option. Default on.
6042 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
6043 when it is set, as regexps are now applied on the fly.
6044 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
6045 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
6046 on the fly, but only when ido-process-ignore-lists is set.
6047 Do case insensitive filtering if ido-downcase-unc-hosts is set.
6048 Only downcase names if ido-downcase-unc-hosts is set.
6049
6050 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
6051
6052 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
6053
6054 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
6055
6056 2006-04-05 Kim F. Storm <storm@cua.dk>
6057
6058 * ido.el (ido-mode): Set after ido-unc-hosts and
6059 ido-ignore-unc-host-regexps.
6060 (ido-save-history): Save ido-unc-hosts-cache.
6061 (ido-load-history): Load ido-unc-hosts-cache.
6062 (ido-reread-directory): Refresh unc hosts cache in // dir.
6063
6064 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
6065 to nil while displaying slash screen.
6066
6067 2006-04-05 Daiki Ueno <ueno@unixuser.org>
6068
6069 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
6070 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
6071
6072 2006-04-05 Kenichi Handa <handa@m17n.org>
6073
6074 * international/characters.el: Setup cases of Latin, Greek, and
6075 Cyrillic characters in CJK charsets.
6076
6077 2006-03-29 Daiki Ueno <ueno@unixuser.org>
6078
6079 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
6080 default-enable-multibyte-characters. This reverts the change from
6081 revision 6.17 which is no longer necessary because the passphrase
6082 is sent separately now. GnuPG messages are unreadable under
6083 multibyte locales with default-enable-multibyte-characters set to nil.
6084
6085 2006-04-04 Andreas Schwab <schwab@suse.de>
6086
6087 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
6088 and `byte-compile-warnings' as `safe-local-variable'.
6089
6090 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
6091
6092 * man.el (Man-mode-map): Restore the \r binding.
6093 (Man-abstract-xref-man-page): If Man-target-string is a function,
6094 call it.
6095 (Man-highlight-references): Use Man-default-man-entry to get the
6096 target. Deal with xrefs too.
6097 (Man-highlight-references0): Don't call the target function.
6098
6099 * woman.el (WoMan-xref-man-page): Strip the section number, woman
6100 cannot deal with it.
6101
6102 2006-04-04 Daiki Ueno <ueno@unixuser.org>
6103
6104 * pgg-gpg.el: Clean up process buffers every time gpg processes
6105 complete.
6106
6107 2006-04-04 Kenichi Handa <handa@m17n.org>
6108
6109 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
6110 here.
6111 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
6112 Temporarily bind inhibit-field-text-motion to t.
6113
6114 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
6115
6116 * startup.el (normal-splash-screen): Only set mode-line-format in the
6117 splash buffer, so as not to interfere when debugging the code.
6118 Ignore errors when switching buffer.
6119
6120 2006-04-03 Romain Francoise <romain@orebokech.com>
6121
6122 * dired.el (dired-dnd-protocol-alist): Fix typo.
6123
6124 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
6125
6126 * savehist.el (savehist): Add :version.
6127 (savehist-ignored-variables): New variable.
6128 (savehist-minibuffer-hook): Don't save variables listed in
6129 `savehist-ignored-variables'.
6130
6131 * dired.el (dired-dnd-protocol-alist): Mention that change does
6132 only apply to new buffers in doc string.
6133
6134 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
6135
6136 * recentf.el (recentf-open-files-item): Include newline in button
6137 field, so opening a file will work, when the point is at the end
6138 of the file name. Allow, for example, to [i]search a file by
6139 extension and just push RET to open it.
6140
6141 2006-04-03 Daiki Ueno <ueno@unixuser.org>
6142
6143 * pgg-gpg.el (pgg-gpg-process-filter)
6144 (pgg-gpg-wait-for-completion): Check if buffer is alive.
6145
6146 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
6147 lines, temporary fix.
6148
6149 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
6150
6151 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
6152
6153 2006-04-02 Richard Stallman <rms@gnu.org>
6154
6155 * progmodes/compile.el (compilation-message-face): Make it defcustom.
6156
6157 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
6158
6159 * ibuf-macs.el (define-ibuffer-column): Add a new key:
6160 header-mouse-map.
6161
6162 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
6163 (ibuffer-mode-header-map): New keymaps.
6164 (ibuffer-update-title-and-summary): Enable mouse face highlighting
6165 and keybindings for column headers.
6166 (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
6167 property.
6168
6169 2006-04-02 Drew Adams <drew.adams@oracle.com> (tiny change)
6170
6171 * speedbar.el (speedbar-after-create-hook): Doc fix.
6172
6173 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
6174
6175 * shell.el (shell-directory-tracker)
6176 (shell-dynamic-complete-command): Doc fixes.
6177
6178 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
6179
6180 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
6181 terminals.
6182
6183 2006-04-01 Kim F. Storm <storm@cua.dk>
6184
6185 * ido.el (ido-unc-hosts-cache): New defvar.
6186 (ido-unc-hosts): If value of defcustom is a function, call it to
6187 get list of UNC hosts. Add function-item choices to specify
6188 ido-unc-hosts-net-view or user function.
6189 (ido-ignore-unc-host-regexps): New defcustom.
6190 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
6191 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
6192 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
6193
6194 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
6195
6196 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
6197 wwidth.
6198
6199 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
6200
6201 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
6202 (ido-max-work-file-list, ido-switch-buffer)
6203 (ido-read-file-name-as-directory-commands):
6204 Fix typos in docstrings.
6205
6206 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6207
6208 * term/mac-win.el (mac-system-coding-system): Define and use after
6209 Mac-specific coding systems are ready.
6210
6211 2006-03-27 Romain Francoise <romain@orebokech.com>
6212
6213 * net/rcirc.el (rcirc-connect): Add autoload cookie.
6214
6215 * ldefs-boot.el: Update.
6216
6217 2006-03-27 Daiki Ueno <ueno@unixuser.org>
6218
6219 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
6220 passphrases when it is not needed.
6221 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
6222 passphrase stuff from gpg, should only be necessary when you use
6223 gpg with a smartcard.
6224
6225 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
6226
6227 * comint.el (comint-dynamic-list-completions): Allow user to
6228 select *Completions* buffer.
6229
6230 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
6231
6232 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
6233
6234 2006-03-26 Andreas Schwab <schwab@suse.de>
6235
6236 * progmodes/gud.el (gdb): Only complain about multiple debugging
6237 when the gdb process is still running.
6238
6239 2006-03-25 Eli Zaretskii <eliz@gnu.org>
6240
6241 * mail/rmail.el (tool-bar-map): Defvar it.
6242 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
6243 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
6244
6245 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
6246
6247 * help.el (print-help-return-message): Suggest to use
6248 display-buffer instead of switch-to-buffer-other-window to restore
6249 the previous window without selecting it.
6250
6251 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6252
6253 * frame.el (select-frame-by-name): Call x-focus-frame also when
6254 window-system is mac.
6255
6256 * term/mac-win.el: Adjust Courier font specifications in
6257 x-fixed-font-alist.
6258 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
6259 when directly encoding to UTF-16 in native byte order, no BOM.
6260
6261 2006-03-25 Kim F. Storm <storm@cua.dk>
6262
6263 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
6264 (cua--init-keymaps): Use it instead of fixed C-return.
6265 (cua-mode): Set after it.
6266
6267 * emulation/cua-rect.el (cua--init-rectangles):
6268 Use cua-rectangle-mark-key instead of fixed C-return.
6269
6270 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
6271
6272 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
6273 "run" in .gdbinit.
6274 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
6275
6276 2006-03-24 Romain Francoise <romain@orebokech.com>
6277
6278 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
6279 `display-buffer-other-frame'.
6280
6281 2006-03-24 Kim F. Storm <storm@cua.dk>
6282
6283 * apropos.el (apropos-synonyms): Add selection => region.
6284
6285 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
6286
6287 * progmodes/gdb-ui.el (gdb-var-create-regexp)
6288 (gdb-var-list-children-regexp, gdb-var-update-regexp)
6289 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
6290 (gdb-data-list-register-values-regexp)
6291 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
6292 Future proof against new fields being added to MI output.
6293 (gdb-send): Don't treat backslashes for program input as
6294 continuations.
6295 (gdb-assembler-handler): Don't use window-start for this handler.
6296 (gdb-frame-handler): Don't change to hollow arrow if overlay
6297 arrow doesn't move to new frame.
6298
6299 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
6300
6301 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
6302 prevent compiler warnings.
6303 (gdb-stopped): Check for gud-last-last-frame (case: signal).
6304 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
6305 (gdb-assembler-custom): Use hollow-right-triangle for assembler
6306 buffer too.
6307
6308 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
6309
6310 * pgg-gpg.el (pgg-gpg-update-agent): Check for
6311 make-network-process, so we can use the same code in Gnus v5-10
6312 too and have this file fully synchronized with that release.
6313
6314 2006-03-23 Romain Francoise <romain@orebokech.com>
6315
6316 * ibuf-ext.el (ibuffer-read-filter-group-name):
6317 Use `ibuffer-generate-filter-groups' to make completion list match
6318 the filter groups that are really displayed in the Ibuffer buffer.
6319 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
6320
6321 2006-03-23 Kenichi Handa <handa@m17n.org>
6322
6323 * international/mule-cmds.el (sort-coding-systems): Describe that
6324 the argument is modified in docstring.
6325
6326 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
6327
6328 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
6329 (pgg-gpg-update-agent): New function.
6330 (pgg-gpg-use-agent-p): New function.
6331 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
6332 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
6333 (pgg-gpg-sign-region): Use it.
6334
6335 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
6336
6337 * cus-edit.el (custom-face-set): Call custom-push-theme before
6338 face-spec set so that `changed' theme is correctly saved.
6339 (custom-face-reset-standard): Reset to recalculated face rather
6340 than defface spec.
6341
6342 * custom.el (custom-push-theme): Only save `changed' theme if the
6343 current face does not match the defface specs.
6344
6345 2006-03-21 Simon Josefsson <jas@extundo.com>
6346
6347 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
6348 <wilde@sha-bang.de>.
6349 (pgg-gpg-use-agent): New variable.
6350 (pgg-gpg-process-region): Use it.
6351 (pgg-gpg-encrypt-region): Likewise.
6352 (pgg-gpg-encrypt-symmetric-region): Likewise.
6353 (pgg-gpg-decrypt-region): Likewise.
6354 (pgg-gpg-sign-region): Likewise.
6355 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
6356
6357 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
6358
6359 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
6360 bracket links.
6361
6362 2006-03-21 Kim F. Storm <storm@cua.dk>
6363
6364 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
6365 fringe-indicator-alist instead of modifying global value.
6366 (gdb-frame-handler): Likewise.
6367
6368 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
6369
6370 * diff-mode.el (diff-function): Make it inherit from diff-header
6371 instead of diff-context.
6372
6373 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
6374 bitmap.
6375 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
6376 change names in macro above for consistency.
6377 (gdb-frame-handler): Use hollow-right-triangle for all selected
6378 frames which except the innermost (where execution has stopped).
6379 (gdb-reset): Reset buffer-local values of overlay-arrow.
6380
6381 2006-03-20 Richard Stallman <rms@gnu.org>
6382
6383 * simple.el (set-mark-command): Doc fix.
6384
6385 * files.el (display-buffer-other-frame): New command.
6386 (ctl-x-4-map): Bind C-x 5 C-o to it.
6387
6388 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
6389
6390 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
6391 rather than just defer-time, in case defer-time has been changed but
6392 the timer isn't running yet.
6393 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
6394
6395 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
6396
6397 * help-mode.el (help-follow-symbol): New function.
6398 Essentially identical to the old `help-follow', but do not let
6399 `push-button' do the work when on an xref.
6400 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
6401
6402 2006-03-19 Richard Stallman <rms@gnu.org>
6403
6404 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
6405 preceded by the word `program'.
6406 (help-follow-mouse, help-follow): Throw error if not on xref.
6407 Delete no longer used args.
6408
6409 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
6410
6411 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
6412 annotation ensure gud-overlay-arrow-position is redisplayed.
6413
6414 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6415
6416 * textmodes/bibtex.el (bibtex-include-OPTkey)
6417 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
6418 (bibtex-autokey-name-case-convert)
6419 (bibtex-autokey-titleword-case-convert): Make these the aliases
6420 for the following two variables.
6421 (bibtex-autokey-name-case-convert-function)
6422 (bibtex-autokey-titleword-case-convert-function): Make these the
6423 real names.
6424 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
6425 bibtex-font-lock-crossref sublists.
6426 (bibtex-mode): Revert 2005-12-30 change (which made
6427 completion-ignore-case buffer-local).
6428 (bibtex-url): Simplify.
6429
6430 2006-03-19 Kim F. Storm <storm@cua.dk>
6431
6432 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
6433 cursor property value to 2 (to align with C level change).
6434
6435 2006-03-19 Bill Wohler <wohler@newt.com>
6436
6437 * image.el (image-load-path-for-library): Shorten first line in
6438 docstring.
6439
6440 2006-03-18 Richard Stallman <rms@gnu.org>
6441
6442 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
6443
6444 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
6445
6446 * isearch.el (isearch-other-meta-char): Handle user bindings for
6447 shifted control characters.
6448
6449 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
6450
6451 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
6452 part that matches email addresses, file names, etc.
6453
6454 2006-03-18 Eli Zaretskii <eliz@gnu.org>
6455
6456 * term/w32-win.el (mouse-set-font):
6457 Mention w32-list-proportional-fonts in the doc string.
6458
6459 2006-03-18 Kim F. Storm <storm@cua.dk>
6460
6461 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
6462 (ido-unc-hosts): New user option to explicitly define list of know
6463 UNC-style hosts for completion.
6464 (ido-cache-unc-host-shares-time): New user option.
6465 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
6466 New helper functions for UNC file-name support.
6467 (ido-may-cache-directory): Check for UNC host. Simplify.
6468 (ido-wash-history): Clean out old UNC hosts.
6469 (ido-nonreadable-directory-p): UNC hosts are always readable.
6470 (ido-directory-too-big-p): UNC hosts are never too big.
6471 (ido-set-current-directory): Handle UNC root path.
6472 (ido-file-name-all-completions): Complete UNC host names from
6473 ido-unc-hosts list. Cache UNC host shares.
6474 (ido-make-file-list-1): Don't filter UNC root.
6475 (ido-exhibit): Check for // in root directory, and switch to UNC
6476 mode by setting ido-current-directory to //.
6477
6478 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
6479
6480 * cus-edit.el (customize-changed-options): Mention explicit
6481 version number as default in prompt.
6482
6483 2006-03-17 Bill Wohler <wohler@newt.com>
6484
6485 * image.el (image-load-path-for-library): Minor docstring fix.
6486
6487 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
6488
6489 * textmodes/org.el (org-read-date): Include subgroup 5 into
6490 replacement text.
6491 (org-popup-calendar-for-date-prompt): Fix customization type.
6492
6493 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
6494
6495 * progmodes/gdb-ui.el (gud-watch): Provide completion.
6496 (gdb-continuation): New variable.
6497 (gdb-send): Deal with continuation lines.
6498
6499 * progmodes/gud.el (gud-gdb-complete-command)
6500 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
6501 expressions.
6502 (gud-tooltip-mode): Use buffer-local value.
6503
6504 2006-03-16 Kim F. Storm <storm@cua.dk>
6505
6506 * ido.el (ido-edit-input): Use selected match, if any.
6507
6508 2006-03-16 Bill Wohler <wohler@newt.com>
6509
6510 * image.el (image-load-path-for-library): Prefer user's images in
6511 image-load-path.
6512
6513 2006-03-16 Martin Rudalics <rudalics@gmx.at>
6514
6515 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
6516 when checking for attempt to drag leftmost or rightmost scrollbar.
6517
6518 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
6519
6520 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
6521 (gdb-force-mode-line-update): New function.
6522 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
6523 (gdb-exited): Use them.
6524 (gdb-signal): New function.
6525 (gdb-annotation-rules): Provide a rule for it.
6526
6527 2006-03-16 Kenichi Handa <handa@m17n.org>
6528
6529 * international/mule.el (auto-coding-regexp-alist): Add entries
6530 for Unicode BOM.
6531
6532 * sort.el (sort-build-lists): Temporarily bind
6533 inhibit-field-text-motion to t.
6534
6535 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
6536
6537 * locate.el (locate-command, locate-make-command-line)
6538 (locate-fcodes-file, locate-update-command)
6539 (locate-prompt-for-command, locate, locate-with-filter)
6540 (locate-get-file-positions): Doc fixes.
6541 (locate-buffer-name, locate-header-face): Remove leading `*' in
6542 defcustom.
6543 (locate-filter-output): Use `keep-lines' instead of its alias
6544 `delete-non-matching-lines'.
6545 (locate-get-filename, locate-get-dirname): Add introductory comment.
6546 (locate-find-directory-other-window): Give appropriate error
6547 message if used outside main listing.
6548
6549 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
6550
6551 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
6552 the new extend-region feature.
6553 (font-lock-after-change-function): Update correspondingly.
6554 * jit-lock.el (jit-lock-after-change): Update correspondingly.
6555 * progmodes/grep.el (font-lock-lines-before): Don't disable.
6556
6557 2006-03-15 Bill Wohler <wohler@newt.com>
6558
6559 * image.el (image-load-path-for-library): Fix example by not
6560 recommending that one binds image-load-path. Just defvar it to
6561 placate compiler and only use it if previously defined.
6562
6563 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
6564
6565 * textmodes/org.el (org-insert-centered): Use `string-width' to
6566 make underlining work for wide characters.
6567 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
6568 TAB to `org-cycle', to make sure that no binding in
6569 `outline-mode-map' can supercede it.
6570
6571 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
6572
6573 * allout.el: Increment version to 2.2.1 in file commentary.
6574
6575 (allout-version): Increment to 2.2.1.
6576
6577 (allout-default-layout): New customization variable, used when the
6578 file lacks a specific allout-layout. Uses allout-layout-type for
6579 recursively nested definition.
6580
6581 (allout-layout-type): Widget defining allout layouts, necessary for
6582 self-recursive definition.
6583
6584 (allout-mode): Incorporate allout-default-layout as fallback for
6585 allout-layout.
6586
6587 (allout-layout): Mark as 'safe-local-variable', and refer mention
6588 fallback to `allout-default-layout' in absence of a specified value.
6589 (allout-passphrase-verifier-string)
6590 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
6591
6592 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
6593
6594 (allout-get-encryption-passphrase-verifier): Use correct name of
6595 passphrase verifier in docstring.
6596
6597 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
6598
6599 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
6600 elements.
6601 (gdb-find-watch-expression): Make it work for arrays too.
6602 Follow change to gdb-var-list.
6603 (gud-watch): Allow the user to enter variable name with a prexix
6604 arg. Create keybindings.
6605 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
6606 (gdb-var-list-children-handler, gdb-var-update-handler)
6607 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
6608 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
6609 Follow change to gdb-var-list.
6610 (gdb-starting): Don't show the overlay arrows when program is running.
6611
6612 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
6613 gdb-var-list.
6614
6615 2006-03-14 Bill Wohler <wohler@newt.com>
6616
6617 * image.el (image-load-path-for-library): Pass value of path
6618 rather than symbol. Always return list of directories.
6619 Guarantee that image directory comes first.
6620
6621 2006-03-14 Alan Mackenzie <acm@muc.de>
6622
6623 * font-core.el (font-lock-extend-region\(-function\)?.):
6624 New function/variable.
6625
6626 * font-lock.el (font-lock-after-change-function):
6627 Call font-lock-extend-region. Obey font-lock-lines-before.
6628 (font-lock-default-fontify-region): Remove reference to
6629 font-lock-lines-before.
6630
6631 * jit-lock.el (jit-lock-after-change):
6632 Call font-lock-extend-region. Obey font-lock-lines-before.
6633
6634 2006-03-14 David Ponce <david@dponce.com>
6635
6636 * tree-widget.el (tree-widget-themes-load-path)
6637 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
6638
6639 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
6640
6641 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
6642 (rcirc-print): Mark the start of text at the end of the prompt.
6643 (rcirc-track-minor-mode): Add autoload cookie.
6644 (rcirc-update-activity-string): Add space to front of mode-line
6645 indicator.
6646
6647 2006-03-13 Miles Bader <miles@gnu.org>
6648
6649 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
6650 (rcirc-abbrev-nick): Remove function.
6651 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
6652
6653 2006-03-13 David Ponce <david@dponce.com>
6654
6655 * tree-widget.el: Handle themes across all occurrences of the main
6656 themes sub-directory found in tree-widget-themes-load-path.
6657 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
6658 (tree-widget--locate-sub-directory): Return all occurrences.
6659 (tree-widget-themes-path): New function.
6660 Replace tree-widget-themes-directory, and return a list of directories.
6661 (tree-widget-set-parent-theme)
6662 (tree-widget-lookup-image): Use it.
6663
6664 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
6665
6666 * textmodes/org.el (org-link-search): Avoid self-matching of
6667 links, allow target text to be distributed over several lines.
6668 (org-search-not-link): New function.
6669 (org-set-regexps-and-options, org-get-current-options):
6670 New startup options.
6671 (org-export-as-html): Take odd-level setting from local variable.
6672 (org-fontify-emphasized-text): New option.
6673 (org-set-font-lock-defaults): Include emphasized text.
6674 (org-follow-mhe-link): Allow folder-only links, fix folder name.
6675 (org-font-lock): Customize group renamed from `org-faces'.
6676
6677 2006-03-13 John Paul Wallington <jpw@pobox.com>
6678
6679 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
6680 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
6681
6682 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
6683
6684 * cus-start.el (all): Delete :version keyword for members of the
6685 fringe group, since the entire group is new in 22.1.
6686
6687 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
6688
6689 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
6690 map if value is hexadecimal (an address).
6691 (gud-watch): Only search roots for existing watch expressions.
6692 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
6693 prevent caching problems with speedbar-update-directory-contents.
6694
6695 2006-03-12 Juri Linkov <juri@jurta.org>
6696
6697 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
6698 before comparing with `low' and `warn'.
6699
6700 * info.el (Info-dir-remove-duplicates): Move point to the
6701 beginning of the current line after deleting the entries from
6702 redundant heading. Use marker for `limit' and compare it with
6703 point before calling `re-search-forward'.
6704
6705 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
6706
6707 * simple.el (yank): Fix typo in docstring.
6708
6709 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
6710
6711 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
6712 messages, where "D" is the 6th character.
6713
6714 2006-03-11 Eli Zaretskii <eliz@gnu.org>
6715
6716 * simple.el (yank): Fix last change.
6717
6718 2006-03-11 David Ponce <david@dponce.com>
6719
6720 * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
6721 merging elements from the standard ispell-dictionary-alist.
6722 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
6723 alist, and return the new alist.
6724
6725 2006-03-11 Richard Stallman <rms@gnu.org>
6726
6727 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
6728
6729 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
6730 the way it is implemented is too unclean.
6731
6732 * simple.el (kill-region, yank): Doc fix.
6733
6734 * battery.el (battery-echo-area-format): Doc fix.
6735 (battery-mode-line-format): Likewise.
6736 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
6737 (battery-linux-proc-acpi): Ignore batteries that say "charged".
6738
6739 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
6740
6741 * progmodes/octave-mod.el (octave-indent-for-comment):
6742 Behave according to do string.
6743
6744 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
6745
6746 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
6747 Be visible only if major mode is Mail Mode.
6748
6749 * textmodes/flyspell.el (flyspell-external-point-words)
6750 (flyspell-process-localwords): Fix last changes.
6751
6752 2006-03-11 Eli Zaretskii <eliz@gnu.org>
6753
6754 * calendar/holidays.el (list-holidays): Doc fix.
6755
6756 * international/mule.el (auto-coding-alist): Add .odt
6757 (OpenOffice's open document) files.
6758
6759 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
6760 document) files. Mention in the doc string the need to sync with
6761 auto-coding-alist.
6762
6763 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
6764
6765 * files.el (hack-local-variables-confirm): Don't prompt for ! if
6766 enable-local-variables is set to always query, or there is no
6767 savable variable.
6768
6769 2006-03-10 Bill Wohler <wohler@newt.com>
6770
6771 * image.el (image-load-path-for-library): Merge at least three
6772 functions from Gnus and MH-E into this one function that can now
6773 be shared.
6774
6775 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
6776
6777 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
6778 gdb-remove-mouse-face and remove help-echo too.
6779 (gdb-enqueue-input): Correct conditional clause.
6780
6781 2006-03-10 Glenn Morris <rgm@gnu.org>
6782
6783 * calendar/calendar.el (calendar-holidays): Doc fix.
6784 * calendar/holidays.el (list-holidays): Doc fix.
6785
6786 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
6787
6788 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
6789 it gets called in gdb-prompt anyway.
6790 (gdb-use-separate-io-buffer): Only restore window arrangement for
6791 gdb-many-windows.
6792 (gdb-enqueue-input): Make it harder to send GDB input when program
6793 is running.
6794 (gdb-buffer-list): New variable.
6795 (gdb-remove-mouse-face): New function.
6796 (gdb-starting): Use it when GDB input won't get sent.
6797
6798 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
6799
6800 * help.el (view-lossage): Remove trailing whitespace before
6801 inserting "\n".
6802
6803 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
6804
6805 * files.el (hack-local-variables-confirm):
6806 Set coding-system-for-read to nil before writing to .emacs.
6807
6808 * arc-mode.el (archive-extract): Check if an existing buffer name
6809 comes from a different archive.
6810
6811 * help.el (describe-key-briefly): If KEY is a down event, read and
6812 discard the up event.
6813
6814 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
6815
6816 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
6817 be edited and use font-lock-warning-face for any changes.
6818
6819 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
6820 (gdb-edit-value): Use it to report any errors.
6821
6822 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
6823
6824 * help.el (describe-key): Remove leftover test code.
6825
6826 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
6827
6828 * textmodes/org.el: Move defvars out of eval-when-compile.
6829 Use buffer-file-name variable.
6830 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
6831 arg `file'.
6832 (org-level-faces): Remove startup dependency.
6833 (org-cycle, org-map-tree, org-scan-tags)
6834 (org-remember-handler): Don't call `outline-level' directly.
6835 (org-mhe-search-all-folders): New option.
6836 (org-mhe-get-message-folder-from-index)
6837 (org-mhe-get-message-folder): Fix indexing search.
6838 (org-format-agenda-item): Handle nil TAGS argument.
6839 (org-cleaned-string-for-export, org-activate-target-links)
6840 (org-make-target-link-regexp): Deal with empty radio target list.
6841 (org-tag): New face.
6842 (org-get-level-face): New function.
6843 (org-set-font-lock-defaults): Simplify setup for headlines.
6844 (org-complete): Pass common substring to `display-completion-list'.
6845
6846 2006-03-06 David Ponce <david@dponce.com>
6847
6848 * tree-widget.el: Update Commentary header.
6849 (tree-widget-theme-name): Ignore parent themes.
6850 (tree-widget-set-parent-theme): New function.
6851 (tree-widget-set-theme): Use it.
6852 (tree-widget-set-image-properties): Move definition. Does nothing
6853 if image properties have already been set.
6854 (tree-widget-image-properties): Move definition. Receive an image
6855 name. Set the :pointer property.
6856 (tree-widget-lookup-image): Doc fix. Search in parent themes.
6857 Don't set the :pointer image property.
6858 (tree-widget-convert-widget): New function. Handle :dynargs
6859 compatibility here.
6860 (tree-widget): Use it to :convert-widget. Add the :expander-p
6861 predicate to control when the :expander function is entered.
6862 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
6863 (tree-widget-value-create): Handle :expander-p. widget-apply
6864 :expander.
6865 (tree-widget-expander-p): New function. Default value of the
6866 :expander-p property.
6867
6868 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
6869
6870 * help.el (describe-key): Properly handle the return value of
6871 read-key-sequence when grabbing an up-event. Cleanup mouse-1
6872 remaps. Handle string and vector `follow-link' values.
6873
6874 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
6875
6876 * complete.el (PC-expand-many-files): Try be more careful when parsing
6877 the shell's output.
6878
6879 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
6880
6881 * outline.el (hide-sublevels): Provide better interactive default.
6882
6883 2006-03-06 Kenichi Handa <handa@m17n.org>
6884
6885 * international/fontset.el (create-fontset-from-fontset-spec):
6886 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
6887
6888 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
6889
6890 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
6891 backslashes instead of one in regexp.
6892 (gud-tooltip-dereference): Add missing optional argument.
6893
6894 2006-03-04 John Paul Wallington <jpw@pobox.com>
6895
6896 * wdired.el (toplevel): Require `cl' at compile-time.
6897
6898 2006-03-04 Andreas Schwab <schwab@suse.de>
6899
6900 * server.el (server-process-filter): Handle errors during
6901 evaluation of the argument.
6902
6903 2006-03-03 John Paul Wallington <jpw@pobox.com>
6904
6905 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
6906 escape parentheses at beginning of line.
6907 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
6908 (t-mouse-mode): Remove period from end of error message.
6909
6910 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
6911
6912 * textmodes/flyspell.el (flyspell-process-localwords):
6913 Be case-sensitive.
6914
6915 2006-03-03 Martin Rudalics <rudalics@gmx.at>
6916
6917 * cus-edit.el (custom-quote): Remove function, since it has been
6918 moved to custom.el.
6919
6920 * font-lock.el (lisp-font-lock-keywords-2)
6921 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
6922 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
6923 they have no special meaning.
6924
6925 * midnight.el (clean-buffer-list): Handle case where base-buffer of
6926 indirect buffer gets killed before indirect buffer. Use dolist.
6927
6928 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
6929
6930 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
6931 value instead of a literal constant (1) on more pauses.
6932
6933 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
6934
6935 * textmodes/flyspell.el (flyspell-external-point-words):
6936 Be case-sensitive.
6937
6938 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
6939
6940 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
6941 with "www".
6942
6943 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
6944
6945 * allout.el: Restablish intermediate missing comment header to
6946 preserve outline structure.
6947 (allout-beginning-of-current-entry): Skip invisible text.
6948 (allout-open-topic): Fix opening a topic at end-of-buffer.
6949 (allout-minor-mode): Move nearer to allout-mode function.
6950
6951 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
6952
6953 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
6954
6955 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
6956
6957 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
6958 is nil.
6959
6960 * progmodes/gud.el (gud-speedbar-menu-items):
6961 Use buffer-local-value and add missing :visible keyword.
6962
6963 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
6964
6965 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
6966
6967 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
6968 must be `follow-link'.
6969
6970 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
6971
6972 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
6973 formatting: No nested anchors.
6974 (org-all-targets): Fix bug with XEmacs compatibility.
6975 (org-read-date): Add (require 'parse-time).
6976 (org-set-tags): Fix bug with extra inserted space.
6977 (org-export-html-style): Define a style class for targets.
6978 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
6979 (org-hide-leading-stars): New option.
6980 (org-hide): New face.
6981 (org-set-font-lock-defaults): Allow to hide leading stars.
6982 (org-get-legal-level, org-tr-level): New functions.
6983 (org-odd-levels-only): New option.
6984 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
6985 (org-demote, org-promote): Deal with double-star levels.
6986 (org-convert-to-odd-levels): New command.
6987
6988 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
6989
6990 * speedbar.el (speedbar-update-localized-contents): Try to
6991 preserve window-start.
6992 (speedbar-update-directory-contents): Try to preserve window-start
6993 and window-point.
6994 (speedbar-update-special-contents): Don't move back to start of window.
6995
6996 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
6997 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
6998 speedbar-timer-fn.
6999 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
7000 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
7001 instead of gdb-speedbar-timer-fn.
7002
7003 2006-02-28 Jay Belanger <belanger@truman.edu>
7004
7005 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
7006 (math-compose-expr): Use latex option when calling
7007 `math-compose-tex-matrix' for latex mode.
7008
7009 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
7010
7011 * speedbar.el: Re-instate comments about developing for speedbar
7012 [this is what info and gdb-ui use even if better methods exist now].
7013
7014 * t-mouse.el: New file.
7015 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
7016 (t-mouse-lispy-buffer-posn-from-coords): Remove.
7017 (t-mouse-make-event-element): Use posn-at-x-y instead.
7018 (t-mouse-make-event): Deal with Fedora Core 3.
7019 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
7020 (t-mouse-mouse-position-function): New function. Use it instead
7021 of advising mouse-position.
7022 (t-mouse-mode): New minor mode.
7023 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
7024
7025 2006-02-27 Glenn Morris <rgm@gnu.org>
7026
7027 * calendar/calendar.el (calendar-holidays): Doc fix.
7028
7029 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
7030
7031 * progmodes/gdb-ui.el (gdb-source-window): New variable.
7032 Re-introduce the concept of a source window.
7033 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
7034 consistency with get-buffer-create.
7035 (def-gdb-auto-update-handler, gdb-info-locals-handler)
7036 (gdb-data-list-register-values-handler)
7037 (gdb-stack-list-locals-handler): Try to preserve window-start as
7038 well as window-point.
7039 (gdb-display-source-buffer): New function (old concept).
7040 (gdb-goto-breakpoint): Use it.
7041
7042 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
7043 for gdb-ui/gdb-mi (old concept).
7044
7045 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
7046
7047 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
7048 binding.
7049
7050 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
7051
7052 * textmodes/reftex-sel.el (reftex-select-label-map)
7053 (reftex-select-bib-map): Add `follow-mouse' binding.
7054
7055 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
7056
7057 * jka-cmpr-hook.el (jka-compr-compression-info-list)
7058 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
7059 Give :set functions to provide automatic updating.
7060 Update docstring. Give compiler defvars early in the file
7061 and move the defcustoms to a later spot where all called functions
7062 are defined.
7063 (jka-compr-file-name-handler-entry): Doc fix.
7064 (jka-compr-compression-info-list--internal)
7065 (jka-compr-mode-alist-additions--internal)
7066 (jka-compr-load-suffixes--internal): New variables.
7067 (jka-compr-install): Set the three above variables.
7068 Update `load-file-rep-suffixes' instead of `load-suffixes'.
7069 (jka-compr-update, jka-compr-set): New functions.
7070 (auto-compression-mode): Doc fix.
7071
7072 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
7073 Update `load-file-rep-suffixes' instead of `load-suffixes'.
7074 Use jka-compr-compression-info-list--internal,
7075 jka-compr-mode-alist-additions--internal and
7076 jka-compr-load-suffixes--internal.
7077
7078 * files.el (load-library):
7079 * loadhist.el (file-loadhist-lookup):
7080 * startup.el (command-line):
7081 * subr.el (locate-library):
7082 * emacs-lisp/autoload.el (update-directory-autoloads):
7083 * emacs-lisp/find-func.el (find-library-suffixes):
7084 Use `get-load-suffixes' instead of `load-suffixes'.
7085
7086 * subr.el (locate-library):
7087 * emacs-lisp/find-func.el (find-library-name):
7088 Use `load-file-rep-suffixes' instead of '("").
7089
7090 2006-02-26 Kim F. Storm <storm@cua.dk>
7091
7092 * ido.el (ido-save-history, ido-load-history): Simplify.
7093 Don't use find-file-noselect to avoid interference from other modes.
7094
7095 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
7096
7097 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
7098 to use the default shell if filename is not available.
7099 Reported by Giorgos Keramidas.
7100
7101 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
7102
7103 * progmodes/etags.el (tags-completion-table): Do completion from
7104 all the tables in the current list, as documented in the manual.
7105
7106 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7107
7108 * CC Mode Update to 5.31.3.
7109
7110 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7111
7112 * progmodes/cc-mode.el (c-postprocess-file-styles):
7113 Bind inhibit-read-only to t, around the call to
7114 c-remove-any-local-eval-or-mode-variables, so that it works on a
7115 RO file.
7116
7117 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7118
7119 * progmodes/cc-awk.el: Correct a typo.
7120
7121 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7122
7123 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
7124 c-hungry-delete-backwards, at the request of RMS. Leave the old
7125 name as an alias.
7126
7127 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7128
7129 * progmodes/cc-mode.el: Correct a typo.
7130
7131 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7132
7133 * progmodes/cc-defs.el: Update the version number to 5.31.3.
7134
7135 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7136
7137 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
7138 brace-else-brace (error due to mbeg, mend being undefined).
7139
7140 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7141
7142 * progmodes/cc-mode.el: File Local variables: Solve the problem
7143 where both `mode' and c-file-offsets are specified: `mode' will
7144 overwrite c-f-o's settings:
7145 (c-remove-any-local-eval-or-mode-variables): New function.
7146 (c-postprocess-file-styles): Call the above new function, within
7147 c-tentative-buffer-change, to splat `mode' and `eval' before the
7148 second hack-local-variables.
7149
7150 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7151
7152 * progmodes/cc-mode.el:
7153 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
7154 (c-after-change): Protect the match data with save-match-data.
7155 It was getting corrupted by c-after-change-check-<>-operators.
7156
7157 * cc-defs.el: [Supersedes patch V1.38]:
7158 (top level): Check for a buggy font-lock-compile-keywords ONLY in
7159 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
7160
7161 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
7162 with save-match-data. It was being corrupted when Font Lock was
7163 not enabled.
7164
7165 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7166
7167 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
7168 Mode and Subword Mode.
7169
7170 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
7171 real labels ("case 1:" or "foo:") from non-labels ("public:").
7172 (c-forward-objc-directive): Replace c-forward-token-2 with crude
7173 coding; c-f-t-2 doesn't move over a token at EOB.
7174
7175 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
7176
7177 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
7178 (c-update-modeline): Concatenate the minor mode indicators
7179 directly onto mode-name, removing c-submode-indicators.
7180 Sometimes, c-s-i got separated from the mode name on the mode line.
7181
7182 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
7183 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
7184
7185 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7186
7187 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
7188 error message when there's an evaluation error to show whether
7189 it's loaded from source or not.
7190 (c-filter-ops): Make it available at runtime too to work when
7191 `c-make-init-lang-vars-fun' needs to evaluate from source.
7192
7193 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
7194
7195 * help.el (help): Revert last part of 2006-02-23 change (deletion
7196 of the `provide' call).
7197
7198 2006-02-23 Juri Linkov <juri@jurta.org>
7199
7200 * compare-w.el (compare-windows-highlight): Add new value
7201 `persistent' and change :type from `boolean' to `choice'.
7202 (compare-windows-overlays1, compare-windows-overlays2):
7203 New internal variables.
7204 (compare-windows-highlight): If compare-windows-highlight is
7205 `persistent', add current overlays to compare-windows-overlays[12]
7206 instead of adding compare-windows-dehighlight to pre-command-hook.
7207 (compare-windows-dehighlight): Delete all overlays from
7208 compare-windows-overlays[12].
7209
7210 * info.el (Info-search): Don't bind search-spaces-regexp to
7211 Info-search-whitespace-regexp in non-regexp isearch mode.
7212
7213 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
7214
7215 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
7216
7217 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
7218
7219 * textmodes/org.el (org-xemacs-p)
7220 (org-export-html-show-new-buffer, org-table-may-need-update)
7221 (org-insert-item, org-mhe-get-message-real-folder)
7222 (org-mhe-get-message-folder-from-index)
7223 (org-mhe-get-message-folder, org-mhe-get-message-num)
7224 (org-mhe-get-header, org-make-org-heading-search-string)
7225 (org-make-org-heading-camel, org-table-sort-lines)
7226 (org-format-org-table-html, org-format-table-table-html):
7227 Fix typos in docstrings.
7228
7229 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
7230
7231 * textmodes/org.el (org-cleaned-string-for-export)
7232 (org-solidify-link-text): New function.
7233 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
7234 XEmacs, just to silence the compiler.
7235 (org-export-as-ascii, org-export-as-html-and-open):
7236 Use `org-cleaned-string-for-export' and create internal links.
7237 (org-follow-mhe-link): Require mh-e, use folder.
7238
7239 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
7240
7241 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
7242
7243 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
7244 gdb-debug-log-length.
7245 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
7246 it a real ring but...
7247 (gud-gdba-marker-filter): ...make it work like mark-ring.
7248 (gdb-enable-debug): Rename from gdb-enable-debug-log.
7249 (gdb-mouse-jump): New function. Add bindings.
7250
7251 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
7252
7253 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
7254 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
7255 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
7256 (gdb-debug-log-length): Customize it's length.
7257 (gud-watch, gdb-var-create-handler): Display function::var format
7258 but don't use to create variable object.
7259 (gdb-var-create-handler): Use message-box in place of message.
7260 (gdb-stopped): Call gdb-exited if signalled.
7261
7262 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
7263
7264 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
7265
7266 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
7267
7268 * textmodes/reftex.el (reftex-locate-file): Search all extensions
7269 if `reftex-try-all-extensions' is set.
7270
7271 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
7272 fail silently when there is no valid argument at point.
7273 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
7274 `fail-silently' argument. From a patch by David Reiter.
7275
7276 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
7277 New commands.
7278 (org-mark-ring): New variable.
7279 (org-mark-ring-length): New option.
7280 (org-open-at-point, org-goto, org-open-file): Push old position
7281 onto the mark ring.
7282 (org-add-hook): New function.
7283 (org-export-table-remove-special-lines): New option.
7284 (org-skip-comments, org-format-org-table-html): Respect new
7285 option `org-export-table-remove-special-lines'.
7286 (org-open-file): Allow special command configuration for
7287 directory link.
7288 (org-file-apps): Fix bugs in customize type, added setting
7289 for directories.
7290 (org-activate-tags, org-format-agenda-item, org-complete)
7291 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
7292 (org-get-tags, org-get-buffer-tags, org-open-at-point)
7293 (org-link-search, org-make-org-heading-search-string)
7294 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
7295 (org-radio-targets, org-file-link-context-use-camel-case)
7296 (org-activate-camels): New options.
7297 (org-update-radio-target-regexp, org-all-targets)
7298 (org-make-target-link-regexp, org-activate-target-links):
7299 New functions.
7300 (org-make-org-heading-search-string): New function.
7301 (org-store-link, org-insert-link): Use new option
7302 `org-file-link-context-use-camel-case'.
7303 (org-activate-camels): Use new option `org-activate-camels'.
7304 (org-link-regexp): Add mhe prefix.
7305 (org-open-at-point, org-store-link): Support for mhe links.
7306 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
7307 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
7308 (org-mhe-get-header, org-follow-mhe-link): New functions.
7309 (org-remove-angle-brackets, org-add-angle-brackets):
7310 New functions.
7311 (org-bracket-link-regexp): New constant.
7312 (org-read-date): Fix bug that was rejecting all typed dates.
7313 (org-link-search): Make hierarchy above visible after a match.
7314 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
7315 (org-store-link): Fix bug with link creation when cursor is in
7316 an empty line.
7317 (org-open-at-point): Fix bug with matching a link.
7318 Fixed buggy argument sequence in call to `org-view-tags'.
7319 (org-compile-prefix-format): Set `org-prefix-has-tag'.
7320 (org-prefix-has-tag): New variable.
7321 (org-format-agenda-item): Remove tags from headline
7322 if appropriate.
7323 (org-agenda-remove-tags-when-in-prefix): New option.
7324
7325 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
7326
7327 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
7328 Fix the regular expressions.
7329
7330 2006-02-21 Richard M. Stallman <rms@gnu.org>
7331
7332 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
7333 if there's no other specific basis.
7334
7335 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
7336 as variables at all.
7337 (unsafep-variable): Rename arg; doc fix.
7338
7339 * abbrevlist.el (list-one-abbrev-table): Add autoload.
7340
7341 * calendar/appt.el (diary-selective-display): Add defvar.
7342
7343 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
7344
7345 * isearch.el (search-whitespace-regexp): Fix custom type.
7346
7347 * help.el (describe-key-briefly): Compute interactive args
7348 in same was as before previous change.
7349
7350 * files.el (enable-local-variables): Doc fix.
7351
7352 2006-02-21 Kim F. Storm <storm@cua.dk>
7353
7354 * fringe.el: Cleanup as file is now pre-loaded.
7355 (fringe-bitmaps): Initialize unconditionally.
7356 (fringe-mode, set-fringe-style): Remove autoload cookies.
7357
7358 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
7359
7360 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
7361 `horizontal-bar'.
7362 (fringe-cursor-alist): Use `horizontal-bar'.
7363
7364 2006-02-20 Kim F. Storm <storm@cua.dk>
7365
7366 * fringe.el (fringe-bitmaps): Update to new bitmap names.
7367 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
7368
7369 * loadup.el: Load "fringe" on window systems.
7370
7371 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
7372
7373 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
7374 out of scope components.
7375
7376 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
7377 default.
7378
7379 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
7380
7381 * custom.el (customize-mark-to-save, customize-mark-as-set):
7382 Load the symbol first.
7383
7384 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
7385
7386 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
7387 strech spec so it doesn't display as "^J" on the header line
7388 when `Buffer-menu-use-header-line' is t.
7389
7390 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
7391
7392 * speedbar.el (speedbar-make-button): Keep text properties
7393 of string arguments if desired.
7394
7395 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
7396 expessions.
7397
7398 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
7399 of speedbar.
7400
7401 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
7402
7403 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
7404 to value of `read-file-name-completion-ignore-case'.
7405
7406 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
7407
7408 * custom.el (customize-mark-as-set): Push to `user' theme.
7409
7410 * cus-edit.el (custom-save-variables): Allow unthemed values.
7411 (customize-set-variable): Push setting to `user' theme.
7412
7413 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
7414
7415 * progmodes/gud.el: Don't require font-lock as it's now
7416 automatically loaded.
7417 (gud-speedbar-buttons): Replace gdb-var-changed with
7418 gdb-force-update.
7419
7420 * progmodes/gdb-ui.el (gdb-force-update): Rename from
7421 gdb-var-changed.
7422 (gdb-post-prompt): Use it.
7423 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
7424 (gdb-var-update-handler, gdb-var-delete)
7425 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
7426 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
7427 gdb-force-update in gdb-post-prompt.
7428 (gdb-reset): Clear watch expressions from speedbar when quitting.
7429
7430 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
7431
7432 * viper-cmd.el (viper-insert-state-post-command-sentinel)
7433 (viper-change-state-to-vi, viper-change-state-to-emacs):
7434 Make aware of cursor coloring in the Emacs state.
7435 (viper-special-read-and-insert-char): Use read-char-exclusive.
7436 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
7437
7438 * viper-init.el (viper-emacs-state-cursor-color): New variable.
7439
7440 * viper-util.el (viper-save-cursor-color)
7441 (viper-get-saved-cursor-color-in-replace-mode)
7442 (viper-get-saved-cursor-color-in-insert-mode)
7443 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
7444 state.
7445 (viper-get-saved-cursor-color-in-emacs-mode): New function.
7446
7447 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
7448 (ediff-ignore-case-option3, ediff-actual-diff-options)
7449 (ediff-actual-diff3-options): New variables to control case sensitivity.
7450 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
7451 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
7452 (ediff-toggle-ignore-case): New function.
7453 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
7454
7455 * ediff-help.el (ediff-long-help-message-narrow2)
7456 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
7457 (ediff-long-help-message-word-mode): Add ignore-case command.
7458 (ediff-help-for-quick-help): Add ignore-case command.
7459
7460 * ediff-merg.el: Move provide to the end.
7461
7462 * ediff-ptch.el: Move provide to the end.
7463
7464 * ediff-wind.el: Move provide to the end.
7465
7466 * ediff-mult.el: Move provide to the end.
7467 (ediff-set-meta-overlay): Enable follow-link.
7468
7469 * ediff.el: Move provide to the end.
7470 Break recursive load cycle in eval-when-compile.
7471 (ediff-patch-buffer): Better heuristics.
7472
7473 * ediff-util.el: Move provide to the end.
7474 Break recursive load cycle in eval-when-compile.
7475 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
7476 defuns.
7477 (ediff-submit-report): Pass the values of ediff-diff3-program,
7478 ediff-diff3-options.
7479
7480 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
7481
7482 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
7483 the opening bracket of the following bracketing pairs: {}, [], (), <>,
7484 `' (for example, in the docstring of `windmove-default-keybindings').
7485
7486 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
7487
7488 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
7489 shadow face. Don't provide binding to edit variable when it is
7490 out of scope.
7491
7492 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
7493 (gdb-var-update-handler): Detect out of scope variables with pre
7494 GDB 6.4 too.
7495 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
7496 Reset status of variable objects to nil in update handlers.
7497 (gdb-var-update-handler-1): Detect when a variable object comes
7498 in scope. setcar on var changes gdb-var-list directly.
7499
7500 2006-02-17 Juri Linkov <juri@jurta.org>
7501
7502 * ffap.el (ffap) <defface>: Add explicit face declaration.
7503 (ffap-highlight): Use face `ffap' directly instead of checking
7504 for its existence.
7505
7506 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
7507 `visible-ok' of `other-buffer' to find the right original buffer.
7508
7509 * info.el (Info-search): Skip `Local Variables' node.
7510
7511 2006-02-17 Juri Linkov <juri@jurta.org>
7512
7513 * info.el (Info-find-file): Check for symbols `apropos', `history',
7514 `toc' in the input filename, and return these symbols as is.
7515 (Info-find-node-2): Set Info-current-file to symbols `apropos',
7516 `history', `toc' instead of strings.
7517 (Info-set-mode-line): For non-string Info-current-file use the
7518 symbol's name inside **.
7519 (Info-isearch-push-state): Add quote before Info-current-file and
7520 Info-current-node.
7521 (Info-isearch-pop-state): Use `equal' instead of `string='.
7522 (Info-extract-pointer, Info-following-node-name): Use
7523 `match-string-no-properties' instead of `match-string'.
7524 (Info-up): Check `old-file' for `stringp'.
7525 (Info-history): Use `equal' instead of `string-equal'.
7526 Check `file' for `stringp'.
7527 (Info-history): Use symbol `history' instead of string as first arg
7528 of `Info-find-node'.
7529 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
7530 `toc' instead of string.
7531 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
7532 instead of `buffer-substring', and `match-string-no-properties'
7533 instead of `match-string'.
7534 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
7535 instead of strings.
7536 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
7537 Use symbol `apropos' instead of string.
7538 (Info-copy-current-node-name): Check `Info-current-file' for
7539 `stringp' and construct a command with `Info-find-node' from it.
7540 (Info-fontify-node): Use `match-string-no-properties' instead of
7541 `match-string' and check file names for `stringp'.
7542 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
7543 `history', `toc' instead of strings.
7544
7545 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
7546
7547 * files.el: Rearrange functions and variables in the file local
7548 variables section.
7549
7550 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
7551
7552 * files.el: Add truncate-lines, ispell-check-comments and
7553 ispell-local-dictionary as safe local variables.
7554
7555 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
7556
7557 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
7558 out of scope variables.
7559 (gud-speedbar-buttons): Use unless.
7560
7561 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
7562 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
7563 (gdb-show-changed-values): Also use for out of scope variables.
7564 (gdb-var-update-handler-1): Note if variable goes out of scope.
7565
7566 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
7567
7568 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
7569 default to global variable values for unsupplied args.
7570 (rcirc-get-buffer-create): Fix bug with setting the target.
7571 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
7572 test for rcirc-always-use-server-buffer-flag here.
7573 (rcirc-response-formats): Add %N, which is a facified nick. %n
7574 uses the default face. Change the ACTION format string. If the
7575 "nick" is the server, don't print anything for that field.
7576 Comment fixes.
7577 (rcirc-target-buffer): Don't test
7578 rcirc-always-use-server-buffer-flag here.
7579 (rcirc-print): Squeeze extra spaces out of the text before message.
7580 (rcirc-put-nick-channel): Strip potential "@" char from nick
7581 before adding them to nick table.
7582 (rcirc-url-regexp): Improve to match address like "foo.com".
7583
7584 2006-02-17 Eli Zaretskii <eliz@gnu.org>
7585
7586 * allout.el (allout-hidden-p): Move this defsubst before
7587 allout-overlay-interior-modification-handler, where it is first
7588 used.
7589
7590 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
7591
7592 * allout.el: Use allout invisible-text overlays instead of
7593 selective display for concealed text. Also, lots of general
7594 cleanup, and improved compatibility code.
7595
7596 (allout-version) Incremented, corrected, revised, and refined
7597 module commentary.
7598
7599 (provide 'allout): Moved to the bottom, added a require of overlay.
7600
7601 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
7602 `except-current'.
7603 (allout-write-file-hook-handler): Minimize delay.
7604 (count-trailing-whitespace-region): New function so
7605 auto-encryption of current topic can resituate cursor exactly.
7606 PGP/GPG encryption trims trailing whitespace from lines, which
7607 must be accounted for across encryption then decryption.
7608
7609 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
7610 just plain "\C-c", to avoid intruding on user's keybinding space.
7611
7612 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
7613 parameter, so user request to provide a new password is done.
7614
7615 (allout-outside-normal-auto-fill-function, allout-auto-fill):
7616 Refined mechanism for auto-filling behavior while in allout mode.
7617
7618 (allout-mode): Explicitly specify the mode map in the docstring.
7619 Clarify provision for various write-file hook var names.
7620 Adjusted for invisible-text overlays instead of selective-display.
7621
7622 (allout-depth): Really return 0 if not within any topic. This
7623 rectifies `allout-beginning-of-level' and sequence numbering
7624 errors that occur when cutting and pasting numbered topics.
7625 Changed from a in-line subst to a regular function, as well.
7626
7627 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
7628
7629 (allout-end-of-subtree, allout-end-of-subtree)
7630 (allout-end-of-entry, allout-end-of-current-heading)
7631 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
7632 (allout-show-children, allout-show-to-offshoot)
7633 (allout-hide-current-entry, allout-show-current-entry): Rectified
7634 handling of trailing blank lines between items.
7635
7636 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
7637 (allout-current-depth, allout-unprotected, allout-hidden-p)
7638 (allout-on-current-heading-p, allout-listify-exposed)
7639 (allout-chart-subtree, allout-goto-prefix)
7640 (allout-back-to-current-heading, allout-get-body-text)
7641 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
7642 (allout-hide-region-body, allout-toggle-subtree-encryption)
7643 (allout-encrypt-string, allout-encrypted-key-info)
7644 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
7645 (allout-file-vars-section-data): Adjusted for use with
7646 invisible-text overlays instead of selective-display.
7647
7648 (allout-kill-line, allout-kill-topic, allout-yank-processing):
7649 Reworked for use with invisible text overlays.
7650
7651 (allout-current-topic-collapsed-p): New function.
7652
7653 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
7654 to know when to close the containing topic.
7655
7656 (allout-pre-command-business, allout-post-command-business):
7657 Simplify undo-batching and dynamic isearch exposure.
7658
7659 (allout-set-overlay-category): New for invisible-text overlays.
7660 Sets properties of allout-overlay-category, used by
7661 allout-flag-region to set invisible-text overlay properties.
7662 (allout-get-invisibility-overlay): Get the first qualifying
7663 invisibility overlay, so we can find the extent of it.
7664 (allout-back-to-visible-text): Get to just before the beginnining
7665 of the current invisibility overlay, if any.
7666
7667 (allout-overlay-insert-in-front-handler)
7668 (allout-overlay-interior-modification-handler)
7669 (allout-before-change-handler, allout-isearch-end-handler): New
7670 functions to handle extraordinary actions affecting concealed
7671 text.
7672
7673 (allout-flag-region): Use overlays instead of selective-display
7674 for invisible text - by inheritence from the properties of
7675 allout-overlay-category in mainline Emacs, and applied
7676 property-by-property in XEmacs, some recent versions of which
7677 don't inherit the properties from the category. Provisions to
7678 respond to concealed-text edits simplified drastically.
7679
7680 (allout-isearch-rectification, allout-isearch-was-font-lock)
7681 (allout-isearch-expose, allout-enwrap-isearch)
7682 (allout-isearch-abort, allout-pre-was-isearching)
7683 (allout-isearch-prior-pos, allout-isearch-did-quit)
7684 (allout-isearch-dynamic-expose)
7685 (allout-hide-current-entry-completely): Functions deleted.
7686
7687 (allout-undo-aggregation): Explicit undo aggregation no longer
7688 necessary due to transition away from selective-display.
7689
7690 (set-allout-regexp, allout-up-current-level)
7691 (allout-next-visible-heading, allout-forward-current-level)
7692 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
7693 (allout-kill-line, allout-yank-processing, allout-show-children)
7694 (allout-expose-topic, allout-old-expose-topic)
7695 (allout-listify-exposed, allout-insert-latex-header)
7696 (allout-toggle-subtree-encryption, allout-encrypt-string)
7697 (remove-from-invisibility-spec, allout-hide-current-subtree):
7698 Ditched unused variables.
7699
7700 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
7701
7702 * textmodes/ispell.el (ispell-change-dictionary): Call
7703 ispell-buffer-local-dict instead of
7704 ispell-accept-buffer-local-defs.
7705 (ispell-local-dictionary-alist): Accept as valid any coding-system
7706 supported by Emacs.
7707 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
7708 changed to iso-8859-3.
7709
7710 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
7711
7712 * speedbar.el (speedbar-frame-width): Make an inline function
7713 instead of a macro. Use frame-width.
7714 (speedbar-try-completion, speedbar-update-contents)
7715 (speedbar-timer-fn): Use consp.
7716 (speedbar-update-localized-contents): Try to preserve point.
7717
7718 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
7719 (menu): Re-order menu items.
7720 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
7721 field.
7722 (gdb-var-update-handler-1): Use it for GDB 6.4+.
7723 (gdb-post-prompt): Speed things by not forcing update.
7724
7725 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
7726
7727 * wid-edit.el (widget-button-click): For mouse-1, cancel button
7728 press and perform default action if we get a mouse movement event.
7729
7730 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
7731
7732 * calendar/icalendar.el (icalendar--get-event-property)
7733 (icalendar--get-event-property-attributes): Fix typos in
7734 docstrings.
7735
7736 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
7737 docstring.
7738
7739 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
7740
7741 * bs.el (bs-mode): Use `buffer-disable-undo'.
7742 (bs--get-file-name): Simplify.
7743 (bs-show-in-buffer): Mark the buffer as not modified.
7744
7745 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
7746
7747 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
7748 widget-button-click.
7749
7750 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
7751 (custom-mode): Update docstring.
7752
7753 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
7754 binding.
7755
7756 * files.el (hack-local-variables-confirm): Allow scrolling if the
7757 file variable list is too long. Kill temp buffer after use.
7758
7759 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
7760
7761 * progmodes/gud.el (gdb): Improve doc string.
7762 (gdb-script-font-lock-keywords): Expand allowed character set.
7763
7764 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
7765 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
7766 (gdb-separate-io-interrupt, gdb-separate-io-quit)
7767 (gdb-separate-io-stop, gdb-separate-io-eof):
7768 Rename from gdb-inferior-* to gdb-separate-*.
7769 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
7770
7771 2006-02-14 Jay Belanger <belanger@truman.edu>
7772
7773 * calc/calc-arith.el (math-check-known-scalarp): Make sure
7774 expression is a symbol before checking that it is bound.
7775
7776 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
7777 test to see if equation can be solved.
7778
7779 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
7780
7781 * wid-edit.el (widget-button-click): Use :pressed-face property
7782 for overlay face, if it exists.
7783
7784 * cus-edit.el (custom-manual, custom-add-see-also)
7785 (custom-add-parent-links, custom-group-link): Add :pressed-face
7786 property to links.
7787
7788 * files.el (hack-local-variables): Remove ignored variables before
7789 checking if any variables need setting.
7790
7791 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7792
7793 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
7794
7795 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
7796
7797 * help.el (where-is): Fix message for remapped commands.
7798
7799 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
7800 Fix typos in docstrings.
7801
7802 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
7803
7804 * files.el (safe-local-variable-values): New option.
7805 (hack-local-variables-prop-line): Return a list of variable-value
7806 pairs if MODE-ONLY is non-nil.
7807 (hack-local-variables): Construct list of variable-value pairs,
7808 and apply or reject them in one go. Ask for confirmation if
7809 variables are not known safe.
7810 (hack-local-variables-confirm): Complete rewrite. Support
7811 `safe-local-variable-values'.
7812 (enable-local-variables): Update docstring to reflect new
7813 behavior.
7814 (ignored-local-variables): Ignore ignored-local-variables and
7815 safe-local-variable-values.
7816 (safe-local-variable-p): New function.
7817 (risky-local-variable-p): `safe-local-variable' property check
7818 moved to safe-local-variable-p.
7819 (hack-one-local-variable): Checks moved to hack-local-variables.
7820
7821 (byte-compile-dynamic, c-basic-offset, c-file-style)
7822 (c-indent-level, comment-column, fill-column, fill-prefix)
7823 (indent-tabs-mode, kept-new-versions, no-byte-compile)
7824 (no-update-autoloads, outline-regexp, page-delimiter)
7825 (paragraph-start, paragraph-separate, sentence-end)
7826 (sentence-end-double-space tab-width, version-control):
7827 Add `safe-local-variable' property.
7828
7829 * find-lisp.el: Delete nonexistent `autocompile' file variable.
7830
7831 * icomplete.el, play/landmark.el: Change nonexistent
7832 `outline-layout' file variable to `allout-layout'.
7833
7834 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
7835
7836 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
7837 (gdb-get-changed-registers): Test value of gud-minor-mode relative
7838 to gud-comint-buffer.
7839 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
7840 gdb-ui.el for gdb-mi.el.
7841 (gdb-post-prompt, gdb-get-changed-registers): Move test for
7842 registers buffer to gdb-get-changed-registers.
7843 (gdb-breakpoint-regexp): New regexp. Allow toggling and
7844 deletion of catchpoints (throw and catch).
7845 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
7846 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
7847 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
7848 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
7849 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
7850
7851 2006-02-13 Jay Belanger <belanger@truman.edu>
7852
7853 * calc/calc-arith.el (math-check-known-matrixp): Make sure
7854 expression is a symbol before checking that it is bound.
7855
7856 2006-02-13 Richard M. Stallman <rms@gnu.org>
7857
7858 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
7859 for the minibuffer too, but not if resize-mini-windows will interfere.
7860
7861 * help.el (describe-key-briefly, describe-key): Do all arg-reading
7862 inside `interactive' spec.
7863 (describe-key-briefly-internal, describe-key-internal):
7864 Functions merged back into their callers.
7865
7866 2006-02-13 Martin Rudalics <rudalics@gmx.at>
7867
7868 * info.el (info-xref-visited): Inherit from info-xref too.
7869 (Info-set-mode-line): Replace occurrences of `%' by `%%'
7870 when propertizing Info-current-file and Info-current-node.
7871
7872 2006-02-13 Juri Linkov <juri@jurta.org>
7873
7874 * tumme.el (tumme-thumbnail-storage): Fix docstring.
7875 (tumme-thumb-name): Fix per-directory format.
7876
7877 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
7878
7879 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
7880
7881 2006-02-12 Miles Bader <miles@gnu.org>
7882
7883 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
7884
7885 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
7886
7887 * tumme.el: Remove history section. If someone needs the it, it
7888 can always be found in CVS.
7889
7890 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
7891
7892 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
7893 about the Thumbnail Managing Standard option.
7894
7895 2006-02-12 Richard M. Stallman <rms@gnu.org>
7896
7897 * subr.el (substitute-key-definition): Doc fix.
7898
7899 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
7900
7901 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
7902
7903 * info.el (Info-mode): Doc fix.
7904
7905 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
7906
7907 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
7908
7909 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
7910 because on Solaris a POSIX compatible "id" is needed. Reported by
7911 Magnus Henoch <mange@freemail.hu>.
7912
7913 2006-02-12 Juri Linkov <juri@jurta.org>
7914
7915 * tumme.el: Remove todo item about Thumbnail Managing Standard.
7916 (tumme) <defgroup>: Change :group to `multimedia'.
7917 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
7918 Managing Standard.
7919 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
7920 Fix dostring.
7921 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
7922 and %y. Fix docstring.
7923 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
7924 (tumme-cmd-create-standard-thumbnail-command): New user options.
7925 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
7926 is `standard'. Fix docstring.
7927 (tumme-thumb-width, tumme-thumb-height): New user options.
7928 (tumme-external-viewer): Try to find various viewers.
7929 (tumme-get-thumbnail-image): Use `create-image' instead of
7930 constructing the `image' structure.
7931 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
7932 `standard'.
7933 (tumme-thumb-name): Add file name generation for standard storage.
7934 Simplify code for other storages.
7935 (tumme-thumb-name): Use width %w and height %h instead of size %s.
7936 Add modification time %m and thumbnail-nq8 %q.
7937 Use `tumme-cmd-create-standard-thumbnail-command' if
7938 tumme-thumbnail-storage is `standard'.
7939 (tumme-dired-insert-marked-thumbs): New autoload command.
7940 (tumme-dired-after-readin-hook): New function.
7941 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
7942 `tumme-thumb-size'.
7943 (tumme-display-image): Replace size-x %x and size-y %y with
7944 width %w and height %h.
7945
7946 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
7947 `tumme-dired-insert-marked-thumbs'.
7948
7949 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
7950
7951 * tumme.el (tumme-write-tag): Fix small bug (file name did not
7952 include path).
7953 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
7954 matching tag.
7955
7956 2006-02-12 Miles Bader <miles@gnu.org>
7957
7958 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
7959 New variables.
7960 (rcirc-abbrev-nick): New function.
7961 (rcirc-format-response-string): Rewrite to use the formats in
7962 `rcirc-response-formats' and expand escape sequences therein.
7963 A text-property `rcirc-text' is added over the actual response
7964 text to make easy to find inside the returned string.
7965 (rcirc-print): When filling, just look for the `rcirc-text'
7966 text-property to find the appropriate fill prefix, instead of
7967 using hardwired patterns.
7968
7969 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
7970
7971 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
7972 Managing Standard.
7973
7974 2006-02-11 Kim F. Storm <storm@cua.dk>
7975
7976 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
7977 Don't use insert-buffer; do insert-buffer-substring directly.
7978 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
7979
7980 2006-02-11 Martin Rudalics <rudalics@gmx.at>
7981
7982 * files.el (revert-buffer, recover-file): Replace buffer-read-only
7983 with inhibit-read-only. Suggested by Stefan Monnier.
7984 (revert-buffer): Let insert-file-contents discard
7985 buffer-undo-list. Simplify code.
7986 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
7987
7988 2006-02-11 Eli Zaretskii <eliz@gnu.org>
7989
7990 * menu-bar.el (menu-bar-select-yank): Add a doc string.
7991
7992 * help.el (describe-key-briefly): Now a wrapper for
7993 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
7994 to t. Populate yank-menu if empty.
7995 (describe-key-briefly-internal): Renamed from describe-key-briefly.
7996 (describe-key): Now a wrapper for describe-key-internal. Bind
7997 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
7998 (describe-key-internal): Renamed from describe-key.
7999
8000 2006-02-11 Milan Zamazal <pdm@zamazal.org>
8001
8002 * progmodes/glasses.el (glasses-separator): Doc fix.
8003 (glasses-original-separator): New defcustom.
8004 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
8005
8006 2006-02-11 Martin Rudalics <rudalics@gmx.at>
8007
8008 * mwheel.el (mouse-wheel-up-event): Doc fix.
8009
8010 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
8011
8012 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
8013 (tumme-dir): New function. Copied from thumbs.el.
8014
8015 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
8016
8017 * desktop.el (desktop-outvar): Fix typo.
8018 (desktop-save-buffer-p): Doc fix.
8019
8020 * subr.el (substitute-key-definition): Fix typo.
8021
8022 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8023
8024 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
8025 when window-system is mac.
8026
8027 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
8028
8029 2006-02-10 Kim F. Storm <storm@cua.dk>
8030
8031 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
8032 indirect-function instead of using condition-case.
8033
8034 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
8035
8036 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
8037 less `colloquial'...
8038
8039 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
8040
8041 * tumme.el: Add a couple of todo items.
8042
8043 2006-02-09 Lars Hansen <larsh@soem.dk>
8044
8045 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
8046 (highlight-changes-mode): Don't change desktop-locals-to-save.
8047
8048 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
8049
8050 * image-mode.el (image-toggle-display): Clear image cache if using
8051 filename.
8052
8053 2006-02-09 Masatake YAMATO <jet@gyve.org>
8054
8055 * dired-x.el (dired-guess-shell-alist-default): Add .man as
8056 a `dired-man' target.
8057
8058 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
8059 boundary of symbols.
8060
8061 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
8062
8063 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
8064
8065 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
8066
8067 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
8068 `mapcar'; return nil.
8069
8070 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
8071
8072 * mouse.el (mouse-drag-track): Don't change window if we rebind to
8073 some other event.
8074
8075 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
8076
8077 * net/rcirc.el (rcirc-startup-channels-alist):
8078 Add irc.freenode.net and #emacs as defaults.
8079 (rcirc-ignore-all-activity-flag): Remove variable.
8080 (rcirc-authinfo): New variable.
8081 (rcirc-authinfo-filename): Remove variable.
8082 (rcirc-always-use-server-buffer-flag): New flag.
8083 (rcirc): M-x rcirc will automatically connect without prompting.
8084 C-u M-x rcirc will prompt. Use rcirc-connect to create a
8085 connection in lisp.
8086 (rcirc-process-server-response-1): Remove everything but the nick
8087 portion of the sender so it doesn't need to be done everywhere
8088 else. Update related code.
8089 (global-map): Remove global keybindings.
8090 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
8091 (rcirc-send-input): Split into several functions.
8092 (rcirc-process-input-line, rcirc-process-message)
8093 (rcirc-process-command): New functions.
8094 (rcirc-target-buffer): New function to determine where to route
8095 messages.
8096 (rcirc-user-nick): Save match data.
8097 (rcirc-toggle-ignore-buffer-activity)
8098 (rcirc-update-activity-string): Remove global ignore functionality,
8099 which can be done now by toggling rcirc-track-minor-mode.
8100 (rcirc-track-minor-mode-map): New keymap.
8101 (rcirc-track-minor-mode): New minor-mode.
8102 (ignore): Make the ignore output nicer. Always print it when
8103 adding or removing nicks.
8104 (rcirc-url-regexp): Improve.
8105 (rcirc-mangle-text): Remove properties before using text in the
8106 modeline.
8107 (rcirc-authenticate): Authentication data comes from
8108 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
8109 (rcirc-server-prefix): Inherit from rcirc-server.
8110
8111 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
8112
8113 * Makefile.in (compile): Append "|| true" to the end of the `find'
8114 command, like compile-always does.
8115
8116 2006-02-08 Sam Steingold <sds@gnu.org>
8117
8118 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
8119 output from a dead connection.
8120
8121 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
8122
8123 * dired.el (dired-mode-map): Add more bindings for tumme.
8124
8125 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
8126
8127 * wdired.el (wdired-mode-map): Use remap.
8128 (wdired-get-filename): Massage.
8129 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
8130 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
8131 `keymap' property rather than `local-map'.
8132
8133 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
8134
8135 * tumme.el (tumme-get-thumbnail-image): New utility function.
8136 Suggested by from Chong Yidong.
8137 (tumme-dired-with-window-configuration): Rename from
8138 `tumme-dired'. Add code to save window configuration.
8139 (tumme-restore-window-configuration): New command to restore the
8140 window configuration that `tumme-dired-with-window-configuration'
8141 saves before it changes the window configuration.
8142 (tumme-show-all-from-dir): New command to display thumbnails for
8143 all files in a directory entered by the user, like M-x thumbs.
8144 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
8145 have been created.
8146 (tumme-display-thumbnail-original-image): Call `display-buffer'.
8147 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
8148 Remove obsolete test function.
8149
8150 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
8151
8152 * vc.el (small-temporary-file-directory): Remove defvar; there's
8153 a defcustom for it in files.el.
8154
8155 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
8156 Fix typo in message.
8157 (tumme-gallery-generate): Fix typo in `error' message.
8158 (tumme-display-window-height-correction)
8159 (tumme-display-window-width-correction, tumme-line-up-dynamic)
8160 (tumme-line-up-interactive): Dox fixes.
8161 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
8162 (tumme-restore-window-configuration, tumme-format-properties-string)
8163 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
8164 Fix typos in docstrings.
8165
8166 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
8167
8168 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
8169
8170 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
8171
8172 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
8173 User should use hook if desired.
8174
8175 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
8176 buffer if necessary.
8177 (gdb-delete-frame-or-window): New function.
8178 (gdb-breakpoints-mode-map): Bind "q" to it.
8179
8180 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
8181
8182 * textmodes/nroff-mode.el: Clean up name space.
8183 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
8184 (nroff-mode): Obey the global setting of nroff-electric-mode.
8185 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
8186
8187 * calendar/calendar.el (calendar-increment-month): Typo in last change.
8188
8189 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
8190
8191 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
8192
8193 2006-02-06 Lars Hansen <larsh@soem.dk>
8194
8195 * generic-x.el (etc-fstab-generic-mode): Add file system types
8196 cifs and usbdevfs. Allow special chars in file names.
8197
8198 2006-02-05 Jay Belanger <belanger@truman.edu>
8199
8200 Update copyright notices of the files in lisp/calc.
8201
8202 2006-02-05 Romain Francoise <romain@orebokech.com>
8203
8204 Update copyright notices of all files in the lisp/play directory.
8205
8206 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
8207
8208 * ldefs-boot.el: Regenerate.
8209
8210 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
8211
8212 2006-02-05 Kim F. Storm <storm@cua.dk>
8213
8214 * files.el (magic-mode-regexp-match-limit): New defvar.
8215 (set-auto-mode): Use it to limit magic-mode-alist matching.
8216
8217 2006-02-04 Kevin Rodgers <ihs_4664@yahoo.com>
8218
8219 * simple.el (display-message-or-buffer): Compare the number of
8220 characters to the frame width when determining whether a 1-line
8221 message string will fit in the echo area. Count screen lines
8222 instead of buffer lines when determining whether a multi-line
8223 message will fit in the echo area/minibuffer window.
8224
8225 2006-02-04 Eli Zaretskii <eliz@gnu.org>
8226
8227 * info.el (Info-index, Info-mode): Improve the description of the
8228 `i' command.
8229
8230 * ldefs-boot.el: Regenerate.
8231
8232 2006-02-03 Werner Lemberg <wl@gnu.org>
8233
8234 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
8235 greedy to find the closing bracket in \*[...] and similar
8236 expressions. This is a first rough fix -- many additional
8237 refinements are necessary to make nroff mode really usable with groff.
8238
8239 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
8240
8241 * international/mule-cmds.el (set-locale-environment):
8242 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
8243 libX11.
8244
8245 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
8246
8247 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
8248 archive are created in archive-tmpdir.
8249
8250 2006-02-02 John Paul Wallington <jpw@pobox.com>
8251
8252 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
8253 (ibuffer-fontification-alist): Use it.
8254 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
8255 to "* z" and the Ibuffer Mark menu.
8256
8257 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
8258
8259 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
8260
8261 * textmodes/table.el (*table--cell-describe-mode)
8262 (*table--cell-describe-bindings): Undo last change since
8263 print-help-return-message is not obsoleted by anything at all.
8264
8265 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
8266
8267 * emulation/cua-base.el (cua-mode): Doc fix.
8268
8269 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
8270
8271 * dframe.el (dframe-handle-make-frame-visible)
8272 (dframe-handle-iconify-frame, dframe-get-focus)
8273 (dframe-select-attached-frame, dframe-power-click)
8274 (dframe-frame-mode): Fix typos in docstrings.
8275
8276 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
8277 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
8278 Fix typos in docstrings.
8279
8280 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
8281 (hi-lock-face-buffer, hi-lock-font-lock-hook)
8282 (hi-lock-archaic-interface-message-used)
8283 (hi-lock-file-patterns-range): Fix typos in docstrings.
8284
8285 * savehist.el (savehist-loaded, savehist-load, savehist-install)
8286 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
8287
8288 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
8289 Fix typo in docstring.
8290
8291 * net/newsticker.el (newsticker--decode-iso8601-date)
8292 (newsticker--set-customvar, newsticker--buffer-insert-item)
8293 (newsticker--do-run-auto-mark-filter)
8294 (newsticker--parse-generic-feed): Doc fixes.
8295 (newsticker--retrieval-timer-list, newsticker-url-list)
8296 (newsticker-hide-immortal-items-in-echo-area)
8297 (newsticker-hide-obsolete-items-in-echo-area)
8298 (newsticker-new-item-face, newsticker--enclosure)
8299 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
8300 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
8301 (newsticker--parse-generic-feed, newsticker--cache-contains)
8302 (newsticker--stat-num-items, newsticker-download-enclosures):
8303 Fix typos in docstrings.
8304
8305 * net/rcirc.el (rcirc-debug): Doc fix.
8306 (rcirc-fill-column, rcirc-receive-message-hooks)
8307 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
8308 (rcirc-mode, rcirc-generate-new-buffer-name)
8309 (rcirc-startup-channels, rcirc-ignore-update-automatic)
8310 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
8311 Fix typos in docstrings.
8312 (rcirc-print): "?\ " -> "?\s".
8313 (rcirc-cmd-join): Improve argument/docstring consistency.
8314
8315 2006-02-01 Mark A. Hershberger <mah@everybody.org>
8316
8317 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
8318 before narrow-to-region.
8319
8320 2006-02-01 Richard M. Stallman <rms@gnu.org>
8321
8322 * simple.el (move-beginning-of-line): Scan properly for invis change.
8323
8324 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
8325
8326 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
8327
8328 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
8329 change bit only when id-format is 'integer. Reported by Matt
8330 Hodges <M.P.Hodges@rl.ac.uk>.
8331
8332 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
8333
8334 * hilit-chg.el (highlight-changes-initial-state)
8335 (highlight-changes-global-initial-state): Doc fixes.
8336 (highlight-changes-global-modes, global-highlight-changes):
8337 Fix typos in docstrings.
8338
8339 2006-02-01 Kim F. Storm <storm@cua.dk>
8340
8341 * emulation/cua-base.el (cua-mode): Mention that CUA enables
8342 transient-mark-mode in doc string.
8343
8344 2006-01-31 Richard M. Stallman <rms@gnu.org>
8345
8346 * replace.el (multi-occur): Doc fix.
8347 (multi-occur-in-matching-buffers): Rename from
8348 multi-occur-by-filename-regexp. Prefix arg says match
8349 buffer names instead of file names.
8350
8351 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
8352
8353 * bs.el: Allow non-default values of `bs-header-lines-length'.
8354 (bs--running-in-xemacs): Remove (not needed anymore).
8355 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
8356 instead of `shrink-window', thus avoiding having to compute the
8357 height of the window.
8358 (bs--up): Wrap around even when there's no header.
8359 (bs--down): Use `forward-line' instead of `next-line'.
8360
8361 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
8362
8363 * image-mode.el (image-toggle-display): Use file name if possible,
8364 instead of unnecessarily allocating a (possibly huge) lisp string.
8365
8366 2006-01-30 John Paul Wallington <jpw@pobox.com>
8367
8368 * subr.el (toplevel): Define `cl-assertion-failed' condition here
8369 because the `assert' macro signals it at runtime.
8370
8371 * emacs-lisp/cl.el (toplevel): Remove definition of
8372 `cl-assertion-failed' condition.
8373
8374 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
8375
8376 * thumbs.el (thumbs-marked-list): Make buffer-local and
8377 permanent-local.
8378 (thumbs-insert-thumb): Make help-echo non-sticky.
8379 (thumbs-file-alist): Use eolp as check for (non)-image.
8380
8381 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
8382
8383 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
8384 (ediff-before-session-group-setup-hooks)
8385 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
8386 Fix typos in docstrings.
8387
8388 * window.el (bw-dir, bw-eqdir, balance-windows)
8389 (split-window-keep-point): Fix typos in docstrings.
8390
8391 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
8392 (org-quote-string, org-calendar-to-agenda-key)
8393 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
8394 (org-show-following-heading, org-tags-column)
8395 (org-use-tag-inheritance, org, org-allow-space-in-links)
8396 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
8397 (org-enable-table-editor, org-calc-default-modes)
8398 (org-table-allow-automatic-line-recalculation)
8399 (org-export-html-style, org-export-with-fixed-width)
8400 (org-export-with-sub-superscripts, org-special-keyword)
8401 (org-formula, org-time-grid, org-table-may-need-update)
8402 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
8403 (org-goto-quit, org-get-indentation, org-end-of-item)
8404 (org-move-item-down, org-move-item-up)
8405 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
8406 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
8407 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
8408 (org-agenda-log-mode, org-agenda-toggle-diary)
8409 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
8410 (org-agenda-file-to-end, org-agenda-no-heading-message)
8411 (org-agenda-get-closed, org-format-agenda-item)
8412 (org-cmp-priority, org-cmp-category, org-cmp-time)
8413 (org-agenda-change-all-lines, org-agenda-diary-entry)
8414 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
8415 (org-link-search, org-camel-to-words, org-open-file)
8416 (org-remember-handler, org-table-convert-region)
8417 (org-table-move-row-down, org-table-move-row-up)
8418 (org-table-copy-region, org-table-wrap-region)
8419 (org-table-toggle-vline-visibility)
8420 (org-table-get-vertical-vector, org-table-modify-formulas)
8421 (org-table-get-specials, org-recalc-commands)
8422 (org-table-rotate-recalc-marks, org-table-eval-formula)
8423 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
8424 (org-level-color-stars-only, org-insert-heading):
8425 Fix typos in docstrings.
8426 (last-arg): Add defvar.
8427
8428 * makefile.w32-in (WINS): Add erc.
8429 (MH_E_SRC): Update (copied from lisp/Makefile.in).
8430
8431 2006-01-29 Bill Wohler <wohler@newt.com>
8432
8433 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
8434 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
8435 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
8436 (mh-autoloads): Don't use comments on otherwise empty lines.
8437
8438 2006-01-29 Edward O'Connor <ted@oconnor.cx>
8439
8440 * emulation/viper.el (viper-major-mode-modifier-list): Add
8441 insert-state and vi-state entries for erc-mode.
8442 (viper-go-away, viper-set-hooks): Add and remove
8443 viper-comint-mode-hook from erc-mode-hook as appropriate.
8444
8445 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
8446
8447 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
8448
8449 * bs.el (bs--format-aux): Implement `middle' alignment as
8450 described in the docstring for `bs-attributes-list'.
8451 (bs--get-name): Simplify. Don't pad the buffer name.
8452
8453 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
8454
8455 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
8456 English aspell dictionary is installed, use the first entry of
8457 ispell-dictionary-alist-1.
8458
8459 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com>
8460
8461 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
8462 Doc fix.
8463
8464 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
8465
8466 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
8467 for `process-file', in order to let it work for older Emacsen too.
8468
8469 2006-01-27 Eli Zaretskii <eliz@gnu.org>
8470
8471 * international/latexenc.el: Add a suitable `coding:' tag.
8472 (latexenc-find-file-coding-system): Undo last change.
8473
8474 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
8475
8476 * international/latexenc.el (latexenc-find-file-coding-system):
8477 Make sure latexenc-main-file is a regular file and is readable.
8478
8479 2006-01-27 Andre Spiegel <spiegel@gnu.org>
8480
8481 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
8482 Pass FILE to vc-user-login-name.
8483
8484 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
8485
8486 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
8487
8488 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
8489 there are no more images to display.
8490 (thumbs-mark, thumbs-unmark): Revert change so that they move to
8491 the next image.
8492
8493 2006-01-26 Richard M. Stallman <rms@gnu.org>
8494
8495 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
8496
8497 * wid-edit.el (advertised-widget-backward): New alias.
8498 (widget-keymap): Use advertised-widget-backward for S-TAB.
8499
8500 * tumme.el: Correct the keywords.
8501 (tumme-dir-max-size): Use defvar.
8502 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
8503
8504 * simple.el (move-beginning-of-line): Take account of fields.
8505 (clone-indirect-buffer-other-window): Take args like
8506 clone-indirect-buffer, and work like it.
8507
8508 * help-fns.el (describe-function): Don't pass `nil' as default.
8509
8510 * files.el (risky-local-variable-p): Follow var aliases.
8511
8512 * subr.el (lazy-completion-table): Doc fix.
8513
8514 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
8515 global binding of `line'.
8516
8517 2006-01-25 Andre Spiegel <spiegel@gnu.org>
8518
8519 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
8520 Tramp.
8521
8522 * vc.el (vc-default-dired-state-info): Pass FILE to
8523 vc-user-login-name.
8524 (vc-default-update-changelog): Don't use vc-user-login-name, we
8525 don't need it here.
8526
8527 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
8528 no longer necessary.
8529
8530 2006-01-25 Kenichi Handa <handa@m17n.org>
8531
8532 * international/mule.el (decode-char): Avoid the overhead of
8533 calling utf-lookup-subst-table-for-decode if
8534 utf-translate-cjk-mode is nil.
8535 (encode-char): Avoid the overhead of calling
8536 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
8537 nil.
8538
8539 2006-01-22 Kenichi Handa <handa@m17n.org>
8540
8541 * international/mule.el (make-subsidiary-coding-system): Reset
8542 `coding-system-define-form' property of subsidiaries to nil.
8543 Avoid duplicated entry in coding-system-alist.
8544 (make-coding-system): Avoid duplicated entry in
8545 coding-system-alist.
8546 (define-coding-system-alias): Likewise.
8547
8548 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
8549
8550 * completion.el: Minor fixes in introductory comment.
8551 (completion-def-wrapper): Fix alist.
8552
8553 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
8554
8555 * thumbs.el (thumbs-new-image-size): New function.
8556 (thumbs-increment-image-size-element)
8557 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
8558 (thumbs-decrement-image-size): Delete.
8559 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
8560 temp files and use to resize.
8561 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
8562 Use increment argument to enlarge/shrink. Preserve point.
8563 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
8564 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
8565 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
8566 (thumbs-mark, thumbs-unmark): Preserve point.
8567 (thumbs-modify-image): Keep old temp files and use to modify.
8568 Cleanup old temp files at load time. Preserve point.
8569 (thumbs-view-image-mode-map): Use new command names.
8570
8571 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
8572
8573 * log-view.el (log-view-minor-wrap): First rev is the one at point.
8574
8575 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
8576 the nastiest part of the cyclic dependency.
8577 (cal-menu-update): Use dotimes and calendar-increment-month.
8578
8579 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
8580 (calendar-week-start-day): Add an :initializer.
8581 (calendar-mode-map): Use suppress-keymap, and command remapping.
8582 (describe-calendar-mode): Setup xref-stack info for the back button.
8583 (calendar-star-date): Insert before delete.
8584 (calendar-set-mode-line): Add file-modified info if applicable.
8585 (calendar-increment-month): New function.
8586
8587 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
8588
8589 * font-lock.el (lisp-font-lock-keywords-2):
8590 Recognize "& keywords" only at word boundaries.
8591
8592 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
8593
8594 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
8595 and permanent-local.
8596 (thumbs-max-image-number): New variable.
8597 (thumbs-do-thumbs-insertion): Use them.
8598 (thumbs-per-line): Change default to 4.
8599 (thumbs-marked-list): Rename from thumbs-markedL.
8600 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
8601 (thumbs-rename-images): Use -list instead of L for internal variables.
8602 (thumbs-call-convert): Use call-process instead of shell-command.
8603 (thumbs-insert-thumb): Add filename as help-echo to each image.
8604 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
8605 Give dir to thumbs-show-thumbs-list.
8606 (thumbs-show-thumbs-list): Set default-directory to that of images.
8607 (thumbs-dired-show): Rename from thumbs-dired-show-all.
8608 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
8609 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
8610 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
8611
8612 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
8613
8614 * ses.el (ses-read-cell): Provide a default value.
8615
8616 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
8617
8618 * term/w32-win.el (image-library-alist): Add additional names for
8619 GIF library.
8620
8621 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
8622
8623 * international/latexenc.el (latexenc-find-file-coding-system):
8624 Add file-regular-p check.
8625
8626 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
8627
8628 * simple.el (clone-buffer): Don't show the new buffer in the same
8629 window.
8630
8631 2006-01-23 Juri Linkov <juri@jurta.org>
8632
8633 * faces.el (link, link-visited): New faces based on default values
8634 of `info-xref' and `info-xref-visited'.
8635
8636 * info.el (info-xref): Inherit from `link'.
8637 (info-xref-visited): Inherit from `link-visited'.
8638
8639 * cus-edit.el (custom-buffer-create-internal): Use widget type
8640 `custom-manual' instead of `info-link' and don't set properties
8641 `button-face' and `mouse-face' explicitly.
8642 (custom-browse-group-tag, custom-browse-variable-tag)
8643 (custom-browse-face-tag): Inherit from widget class
8644 `custom-group-link' instead of `push-button'.
8645 (custom-button-unraised): Inherit from `underline' face.
8646 (custom-link): Inherit from `link' face. Fix doc and group.
8647 (custom-add-parent-links, custom-group-value-create): Don't set
8648 properties `button-face' and `mouse-face' explicitly for
8649 `custom-group-link' widget.
8650 (custom-group-link): Add properties `button-face' and `mouse-face'
8651 to widget definition.
8652 (custom-field-keymap): New variable. Put `custom-field-keymap' to
8653 editable-field's :keymap property.
8654 (custom-mode): Fix docstring: substitute keybindings for
8655 `widget-forward' and `widget-backward' from `widget-keymap',
8656 `widget-complete' from `custom-field-keymap', replace old
8657 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
8658
8659 * desktop.el (desktop-load-file): Check for `fboundp' before
8660 calling `symbol-function'.
8661
8662 * simple.el (clone-buffer, clone-indirect-buffer)
8663 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
8664 `read-string'. Fix prompts.
8665
8666 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
8667
8668 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
8669
8670 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
8671
8672 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
8673
8674 * startup.el (inhibit-splash-screen, initial-scratch-message):
8675 Doc fixes.
8676
8677 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
8678
8679 Sync with Tramp 2.0.52.
8680
8681 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
8682 net/tramp-vc.el: Add code for unloading Tramp. See comment before
8683 `tramp-unload-tramp' for checklist.
8684
8685 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
8686 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
8687 (tramp-unload-file-name-handler-alist)
8688 (tramp-unload-tramp): New defuns.
8689 (tramp-advice-PC-expand-many-files): New defadvice.
8690 (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
8691 removed.
8692 (tramp-handle-expand-file-name): Remove double slash.
8693 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
8694 It doesn't matter, because it will be converted later on.
8695 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
8696 implementation was just heuristic.
8697 (tramp-post-connection): Set uid and gid properties.
8698 (tramp-convert-file-attributes): Set file's gid change bit.
8699 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
8700 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
8701 in case of su(do)? methods. The home directory of the local user
8702 will be taken else.
8703 (tramp-open-connection-telnet)
8704 (tramp-open-connection-rsh, tramp-open-connection-su)
8705 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
8706 local shell prompt could hurt. Reported by Romain Francoise
8707 <romain@orebokech.com>.
8708 (tramp-let-maybe): Add `edebug-form-spec' property.
8709 (tramp-handle-expand-file-name): Bind `default-directory' locally
8710 to "/" in order to avoid problems with UNC shares or Cygwin
8711 mounts.
8712 (tramp-md5-function): Fix typo in error message.
8713
8714 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
8715
8716 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
8717 for byte-compiler pacification.
8718
8719 2006-01-22 Andre Spiegel <spiegel@gnu.org>
8720
8721 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
8722 ID-FORMAT `string'. This allows us to get rid of
8723 `vc-user-login-name UID'.
8724
8725 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
8726
8727 2006-01-22 John Paul Wallington <jpw@pobox.com>
8728
8729 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
8730
8731 2006-01-21 Martin Rudalics <rudalics@gmx.at>
8732
8733 * emacs-lisp/find-func.el (find-definition-noselect)
8734 (find-variable-noselect): Search variables in C source code too.
8735 (find-function-C-source, find-function-noselect, find-function)
8736 (find-function-other-frame, find-variable-noselect, find-variable)
8737 (find-variable-other-frame, find-variable-at-point):
8738 Fix docstrings.
8739
8740 2006-01-21 Francesco Potorti` <pot@gnu.org>
8741
8742 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
8743
8744 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
8745
8746 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
8747 Default to disabling the "Save affix" question.
8748
8749 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
8750
8751 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
8752 the first arg to run-python.
8753
8754 2006-01-21 Eli Zaretskii <eliz@gnu.org>
8755
8756 * startup.el (command-line-1): Handle --no-desktop if desktop.el
8757 is not loaded.
8758
8759 2006-01-20 Jay Belanger <belanger@truman.edu>
8760
8761 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
8762 limit is 0.
8763
8764 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
8765 the correct variable.
8766
8767 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
8768
8769 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
8770 link. Fixed buggy argument sequence in call to `org-view-tags'.
8771 (org-compile-prefix-format): Set `org-prefix-has-tag'.
8772 (org-prefix-has-tag): New variable.
8773 (org-format-agenda-item): Remove tags from headline if
8774 appropriate.
8775 (org-agenda-remove-tags-when-in-prefix): New option.
8776 (org-get-tags-at): New function.
8777
8778 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
8779
8780 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
8781 (thumbs-find-image): Move image name and number from buffer name
8782 to mode name. Set thumbs-buffer. Preserve point so that large
8783 images remain visible.
8784 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
8785 order.
8786 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
8787 mode name.
8788 (thumbs-next-image, thumbs-previous-image): Make them work.
8789
8790 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
8791
8792 * cus-edit.el (custom-buffer-create-internal): State in the text above
8793 the whole buffer buttons that they do not operate on hidden items.
8794 (custom-face-menu): Use `custom-face-save' instead of
8795 `custom-face-save-command'.
8796 (custom-face-save-command): Make it an alias for `custom-face-save'
8797 and declare it obsolete.
8798 (custom-face-save): Doc fix.
8799
8800 * dired.el (dired-no-confirm): Add quote.
8801 (dired-subdir-alist-pre-R): Add quote in
8802 `make-variable-buffer-local' form and remove unbalanced parenthesis.
8803
8804 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
8805
8806 * textmodes/table.el (table-mode-indicator): Typo in last change.
8807
8808 2006-01-19 Richard M. Stallman <rms@gnu.org>
8809
8810 * outline.el (hide-leaves): Don't call outline-end-of-heading.
8811 Fixes bug reported in Nov 2005.
8812
8813 * isearch.el (isearch-forward): Doc fix.
8814
8815 * dired.el (dired-move-to-filename-regexp): Define as alias.
8816 (dired-no-confirm): Use defcustom.
8817 (dired-subdir-alist-pre-R): Put defvar at top level.
8818
8819 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
8820
8821 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
8822 Mark as risky.
8823
8824 * simple.el (set-mark-command): Doc fix.
8825 (clone-indirect-buffer-other-window):
8826 Read arg like clone-indirect-buffer.
8827 (move-beginning-of-line): Skip invisible newlines.
8828
8829 2006-01-19 Masatake YAMATO <jet@gyve.org>
8830
8831 * progmodes/cpp.el (cpp-edit-load): Make the order of
8832 listed conditions in a base C code buffer and its associate
8833 CPP Edit buffer the same.
8834
8835 2006-01-19 Kenichi Handa <handa@m17n.org>
8836
8837 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
8838 (rmail-mime-feature): Likewise.
8839 (rmail-require-mime-maybe): Use display-warning to show a warning
8840 message.
8841
8842 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
8843 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
8844
8845 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
8846
8847 * array.el: Move defvars out of eval-when-compile.
8848 (array-make-template): Replace undeclared global var with a local one.
8849 (array-mode): Inline initialization functions.
8850 (array-init-local-variables, array-init-max-row)
8851 (array-init-max-column, array-init-columns-per-line)
8852 (array-init-field-width, array-init-rows-numbered)
8853 (array-init-line-length, array-init-lines-per-row): Remove.
8854
8855 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
8856 (doc-mode-map): Define explicitly.
8857 (doctor-txtype): Use mapc.
8858
8859 * textmodes/table.el: Move defvars out of eval-when-compile.
8860 Remove harmful code meant to avoid byte-compiler warnings.
8861 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
8862 specification that checks table-fixed-width-mode directly.
8863 (table-recognize-region, table-recognize-cell):
8864 Use restore-buffer-modified-p.
8865 (table-fixed-width-mode): Remove code that refreshes
8866 table-fixed-mode-indicator.
8867 (*table--cell-describe-bindings, *table--cell-describe-mode):
8868 Avoid obsolete name print-help-return-message.
8869 (table--test-cell-list): Don't use replace-regexp from elisp.
8870 (table--point-entered-cell-function, table--point-left-cell-function):
8871 Don't set table-fixed-mode-indicator, use force-mode-line-update.
8872
8873 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
8874 that was after the end of file. Use buffer-file-name variable.
8875 (org-timestamp-change): Use with-current-buffer.
8876 (org-todo-list): Don't unnecessarily define a new buffer-local var.
8877 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
8878 `file'.
8879
8880 * progmodes/fortran.el: Move defvars out of eval-when-compile.
8881 (fortran-break-line): Remove unused var `opoint'.
8882 (fortran-abbrev-start): Obey help-event-list.
8883
8884 2006-01-18 Jesper Harder <harder@phys.au.dk>
8885
8886 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
8887
8888 2006-01-18 Masatake YAMATO <jet@gyve.org>
8889
8890 * progmodes/make-mode.el (makefile-imake-mode): New mode
8891 derived from makefile-mode.
8892 (makefile-imake-mode-syntax-table): New syntax table
8893 derived from makefile-mode-syntax-table.
8894 (makefile-mode): Write about makefile-imake-mode in doc string.
8895 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
8896 (makefile-imake-font-lock-keywords): New font lock keywords.
8897
8898 * files.el (auto-mode-alist): Add Imakefile.
8899
8900 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
8901
8902 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
8903 loading the file rather than when turning on flyspell-mode.
8904
8905 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
8906
8907 * cus-edit.el (customize-rogue): Minor doc fix.
8908
8909 2006-01-17 Juri Linkov <juri@jurta.org>
8910
8911 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
8912 instead of the file at the mark as default if the file at the mark
8913 is the same as the file at point or if dired-dwim-target-directory
8914 is not the same as the current directory and the mark is not active.
8915
8916 * log-view.el (log-view-minor-wrap): Use the same logic to get
8917 revisions as `log-view-diff'.
8918
8919 * info.el (Info-revert-find-node): Check for Info-current-file
8920 before preserving new-history.
8921
8922 * man.el (Man-heading-regexp): Add `/'.
8923
8924 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
8925 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
8926
8927 2006-01-16 Juri Linkov <juri@jurta.org>
8928
8929 * faces.el (mode-line-faces): New defgroup.
8930 (mode-line-highlight): Move definition after new defgroup.
8931 (mode-line, mode-line-inactive, mode-line-highlight):
8932 Replace :group `modeline' with `mode-line-faces'.
8933 (mode-line-buffer-id): New face.
8934 (modeline-buffer-id): New face alias.
8935 (vertical-border): Remove :group `modeline'.
8936
8937 * bindings.el (propertized-buffer-identification): Use face
8938 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
8939 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
8940 (mode-line-buffer-identification-keymap): For mouse-1 replace
8941 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
8942 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
8943 mouse-3.
8944
8945 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
8946 Buffer-menu-buffer. Doc fix.
8947 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
8948 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
8949 `Buffer-menu-buffer'.
8950
8951 * info.el (Info-mode-line-node-keymap): New defvar.
8952 (Info-set-mode-line): Use `stringp' to check Info-current-file.
8953 Propertize Info-current-node with `mode-line-buffer-id' and
8954 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
8955
8956 * time.el (display-time-mail-face): Replace :group `faces' with
8957 `mode-line-faces'.
8958
8959 2006-01-16 Kenichi Handa <handa@m17n.org>
8960
8961 * international/code-pages.el: Add autoload cookies for cp125[0345678].
8962
8963 * language/european.el (cp1252): New alias for windows-1252.
8964
8965 * international/mule.el (autoload-coding-system): Prepare for EOL
8966 variants.
8967
8968 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
8969
8970 * term.el (term-raw-map): Add mapping for insert.
8971 (term-send-insert): New.
8972 (term-mode): Make variables local here instead of doing it in
8973 `term-emulate-terminal'.
8974 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
8975 Scroll reverse needs to take into account the scroll region.
8976 Saving and restoring the cursor should save the color attributes too.
8977 (term-reset-terminal): Reset the scroll region.
8978 (term-handle-ansi-escape): Cursor up and down should take into
8979 account the scroll region.
8980 (term-set-scroll-region): Rename from `term-scroll-region'.
8981 Move to 0,0 after setting the region.
8982 (term-handle-scroll): Handle scroll up.
8983 (term-down): Fix off by one error.
8984 (term-delete-lines): Do not delete outside the scroll region.
8985 (term-insert-lines): Take into account the scroll region.
8986
8987 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
8988
8989 * textmodes/ispell.el (ispell-internal-change-dictionary)
8990 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
8991 (start, end): Move declaration outside of eval-when-compile.
8992
8993 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
8994 (flyspell-mode-on): Use it.
8995
8996 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
8997 ispell-kill-ispell-hook.
8998
8999 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
9000
9001 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
9002 (Custom-reset-saved): Do not ask for confirmation in single option
9003 buffers.
9004
9005 2006-01-13 Richard M. Stallman <rms@gnu.org>
9006
9007 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
9008
9009 2006-01-13 Romain Francoise <romain@orebokech.com>
9010
9011 * add-log.el (add-change-log-entry, change-log-merge):
9012 Conditionally use `hard-newline'.
9013
9014 2006-01-13 Martin Rudalics <rudalics@gmx.at>
9015
9016 * wid-edit.el (widget-field-end): If the overlay is no longer
9017 associated with a buffer, behave as if the overlay didn't exist.
9018
9019 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
9020 Make sure the links use the `custom-link' face.
9021
9022 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
9023
9024 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
9025 (ld-script-mode): Don't set indent-line-function since we don't
9026 have one.
9027
9028 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
9029
9030 * textmodes/org.el (org-open-file): Use mailcap for selecting an
9031 application.
9032 (org-file-apps-defaults-gnu): Use mailcap as the default for
9033 selecting an application on a UNIX system.
9034 (org-agenda-show-tags): New command.
9035 (org-table-insert-hline): Keep cursor in current table line.
9036 (org-table-convert): Offset effect of modifying
9037 `org-table-insert-hline'.
9038 (org-format-agenda-item): New optional argument TAG.
9039 (org-compile-prefix-format): Handle %T format for the tag.
9040 (org-expand-wide-chars): New function.
9041 (org-table-insert-row, org-table-insert-hline):
9042 Use `org-expand-wide-chars'.
9043 (org-open-file): Fix bug in program launch.
9044 (org-get-time-of-day): Fix bug with times before 1am.
9045 (org-agenda-menu): Add tags commands.
9046
9047 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
9048
9049 * textmodes/ispell.el (ispell-init-process): Include the used
9050 dictionary in ispell process start message.
9051 (ispell-internal-change-dictionary): When flyspell-mode is active
9052 and dictionary is changed, make sure ispell process is restarted
9053 and flyspell word cache cleared out for the current buffer.
9054 (ispell-change-dictionary): Make sure flyspell word cache is
9055 cleared out in all buffers with active flyspell mode when
9056 dictionary is globally changed.
9057 Call ispell-internal-change-dictionary after dictionary change.
9058
9059 2006-01-13 Eli Zaretskii <eliz@gnu.org>
9060
9061 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
9062
9063 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
9064 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
9065 years. Fix small differences wrt Makefile.in.
9066 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
9067 Makefile.in does.
9068
9069 2006-01-12 Bill Wohler <wohler@newt.com>
9070
9071 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
9072 mh-search.el.
9073
9074 2006-01-12 Masatake YAMATO <jet@gyve.org>
9075
9076 * progmodes/ld-script.el: Update copyright year.
9077
9078 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
9079
9080 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
9081 Don't add widget if setting undefined.
9082
9083 2006-01-12 John Paul Wallington <jpw@pobox.com>
9084
9085 * help-fns.el (describe-variable): Remove newlines from void
9086 variable output.
9087
9088 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
9089
9090 * wdired.el (wdired-mode-map): Add help echo for
9091 wdired-abort-changes.
9092
9093 * man.el (Man-file-name-regexp): Adjust for a list of files.
9094
9095 2006-01-12 Masatake YAMATO <jet@gyve.org>
9096
9097 * progmodes/ld-script.el (auto-mode-alist): Support
9098 suffix conventions used in netbsd and eCos.
9099
9100 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
9101
9102 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
9103 (custom-variable-menu, custom-face-menu, custom-group-menu)
9104 (Custom-mode-menu): Change names of menu items. (As discussed on
9105 emacs-devel.)
9106 (custom-face-menu): Add "Undo Edits" item.
9107
9108 * startup.el (init-file-user): defcustom -> defvar.
9109
9110 * tooltip.el (tooltip-mode): Doc fix.
9111
9112 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
9113
9114 * reveal.el (reveal-post-command): window-buffer signals an error on
9115 dead windows rather than returning nil.
9116 (reveal-open-new-overlays): An overlay might die while we open others.
9117
9118 2006-01-11 Bill Wohler <wohler@newt.com>
9119
9120 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
9121 phrasing in docstring.
9122
9123 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
9124 can give some systems gas. Add new file mh-buffers.el.
9125
9126 2006-01-06 Masatake YAMATO <jet@gyve.org>
9127
9128 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
9129 C preprocessor forward ported from GNU Emacs 21.2.
9130
9131 * progmodes/asm-mode.el (asm-font-lock-keywords):
9132 Use `cpp-font-lock-keywords'.
9133
9134 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
9135
9136 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
9137 of $ for "\\.ld[s]?".
9138
9139 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
9140
9141 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
9142 (tcl-indent-line): Return `noindent' if inside a string.
9143
9144 * progmodes/flymake.el (flymake-split-string): Remove more than one
9145 empty string at beg/end of the result.
9146 (flymake-find-buildfile, flymake-find-possible-master-files):
9147 Use expand-file-name.
9148 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
9149 since expand-file-name does it for us. Use directory-file-name.
9150 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
9151 (flymake-ler-get-type, flymake-ler-get-text)
9152 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
9153 (flymake-current-line-no): Remove spurious interactive spec.
9154 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
9155 (flymake-check-include): Remove arg inc-path merged into inc-name.
9156 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
9157 Arg regexp-list replaced by a simple regexp.
9158 (flymake-master-make-header-init, flymake-master-tex-init):
9159 Correspondingly replace regexp-list with a regexp. Fix regexp.
9160
9161 2006-01-10 Simon Josefsson <jas@extundo.com>
9162
9163 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
9164 describing AUTH PLAIN fix.
9165
9166 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
9167
9168 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
9169 (report-emacs-bug): Don't record initial prompt text.
9170 Instead, add text properties to prompting text.
9171 (report-emacs-bug-hook): Delete prompting text.
9172
9173 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
9174
9175 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
9176 `dirs'. Adjust callers.
9177
9178 2006-01-09 John Paul Wallington <jpw@gnu.org>
9179
9180 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
9181
9182 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
9183
9184 * reveal.el (reveal-open-new-overlays): New extracted fun.
9185 (reveal-close-old-overlays): Idem. Check overlays's liveness before
9186 using them. Simplify the code.
9187 (reveal-post-command): Use them. Fix up obsolete windows in
9188 reveal-open-spots.
9189
9190 * progmodes/flymake.el: Use `require' rather than autoload for
9191 XEmacs's overlays.
9192 (flymake-get-common-file-prefix, flymake-build-relative-filename):
9193 Delete. Use file-relative-name instead.
9194 (flymake-get-syntax-check-program-args, flymake-perl-init):
9195 Simplify the resulting code.
9196
9197 * log-view.el (log-view-file-re, log-view-message-re): Add support
9198 for DaRCS output.
9199
9200 2006-01-09 Alex Schroeder <alex@gnu.org>
9201
9202 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
9203 identifiers sometimes added in square brackets at the beginning of
9204 subject lines.
9205
9206 2006-01-07 Richard M. Stallman <rms@gnu.org>
9207
9208 * cus-edit.el (Custom-set, Custom-save): Doc fix.
9209 (Custom-reset-current, Custom-reset-saved): Change question text.
9210 (Custom-reset-standard): Likewise.
9211 (custom-variable-reset-saved): Doc fix.
9212
9213 2006-01-07 Eli Zaretskii <eliz@gnu.org>
9214
9215 * startup.el (init-file-user): Doc fix.
9216
9217 2006-01-07 Alex Schroeder <alex@gnu.org>
9218
9219 * mail/rmail.el (rmail-current-subject): New function.
9220 (rmail-current-subject-regexp): New function.
9221 (rmail-next-same-subject): Use it.
9222
9223 * mail/rmailsum.el (rmail-summary-by-topic):
9224 Use rmail-current-subject and rmail-current-subject-regexp.
9225 (rmail-summary-next-same-subject): Ditto.
9226
9227 * net/rcirc.el (rcirc-send-input): No longer check whether the
9228 process is open, since not all commands need an open process.
9229 (rcirc-send-string): Check whether the process is open before
9230 sending anything.
9231 (rcirc-ignore-list): New option.
9232 (rcirc-ignore-list-automatic): New variable.
9233 (rcirc-print): Take rcirc-ignore-list into account.
9234 (rcirc-cmd-ignore): New command.
9235 (rcirc-ignore-update-automatic): New function.
9236 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
9237 list if ignored nicks.
9238 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
9239
9240 2006-01-06 David Reitter <david.reitter@gmail.com>
9241
9242 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
9243 reflect the address to which the report will be sent.
9244
9245 2006-01-06 Eli Zaretskii <eliz@gnu.org>
9246
9247 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
9248 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
9249
9250 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
9251
9252 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
9253
9254 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
9255 the doc string: "functoin" => "function".
9256 * ldefs-boot.el: Likewise.
9257
9258 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
9259 message text: "Duplicat" => "Duplicate".
9260
9261 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
9262
9263 * files.el (basic-save-buffer-2): If backing-up failed, reset
9264 buffer-backed-up to nil.
9265
9266 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
9267
9268 * progmodes/gud.el (gdb-script-skip-to-head)
9269 (gdb-script-calculate-indentation): Indent for breakpoint command
9270 lists also.
9271
9272 2006-01-05 Bill Wohler <wohler@newt.com>
9273
9274 * Makefile.in (compile-always): Add mh-autoloads dependency.
9275 (bootstrap): Remove mh-autoloads dependency, as compile dependency
9276 provides it.
9277 (updates): Remove mh-autoloads dependency, since it probably has
9278 already run recently (via recompile).
9279
9280 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
9281
9282 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
9283 argument `force' to disable the flyspell-last-buffer optimization.
9284 (flyspell-mode-on): Use it.
9285
9286 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
9287 flymake-simple-cleanup.
9288 (flymake-allowed-file-name-masks): Use this new default.
9289 All the functions are now called in the right buffer rather than
9290 passing the buffer as argument.
9291 (flymake-process-sentinel): Switch to buffer before calling cleanup.
9292 (flymake-parse-err-lines): Remove redundant buffer arg.
9293 (flymake-get-program-dir): Comment out unused function.
9294 (flymake-start-syntax-check, flymake-start-syntax-check-process):
9295 Remove redundant buffer argument.
9296 (flymake-get-real-file-name, flymake-simple-java-cleanup)
9297 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
9298
9299 2006-01-05 Richard M. Stallman <rms@gnu.org>
9300
9301 * info.el (Info-find-node): Don't record previous node if have none.
9302 (info): Go to directory only if history is empty.
9303
9304 * simple.el (mark): Doc fix.
9305
9306 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9307
9308 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
9309 already of desired type.
9310 (mac-ae-list): Coerce parameter to "list" type.
9311 (mac-dispatch-apple-event): Replace cadr part of event with a
9312 dummy position so that event-start returns it.
9313
9314 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
9315
9316 * textmodes/org.el (org-end-of-subtree): New function.
9317 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
9318 Use `org-end-of-subtree'.
9319 (org-agenda, org-agenda-convert-date): Protect calls to
9320 `fit-window-to-buffer'.
9321 (org-tags-view): Force matching of sublevels when doing a
9322 todo-only search. Define the correct redo command, including the
9323 arguments.
9324 (org-agenda-redo): Display message.
9325 (org-check-for-org-mode): New function.
9326 (org-agenda-type): New variable.
9327 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
9328 Set `org-agenda-type'.
9329 (org-agenda-check-type): New function.
9330 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
9331 (org-agenda-week-view, org-agenda-day-view)
9332 (org-agenda-next-date-line, org-agenda-previous-date-line)
9333 (org-agenda-log-mode, org-agenda-toggle-diary)
9334 (org-agenda-toggle-time-grid, org-agenda-date-later)
9335 (org-agenda-date-prompt, org-agenda-diary-entry)
9336 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
9337 (org-agenda-convert-date, org-agenda-menu):
9338 Use `org-agenda-check-type'.
9339 (org-make-overlay, org-delete-overlay)
9340 (org-detatch-overlay, org-move-overlay, org-overlay-put):
9341 New compatibility functions.
9342 (org-calendar-select-mouse): New command.
9343
9344 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
9345
9346 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
9347 (Custom-reset-standard): Fix y-or-n-p messages.
9348 (custom-link): New face for links.
9349 (custom-buffer-create-internal, custom-manual): Use it.
9350 (custom-face-save): Push to theme-face before setting face spec.
9351
9352 * wid-edit.el (widget-default-mouse-face-get): New function.
9353 (widget-specify-button): Handle mouse-face like button-face.
9354
9355 * custom.el (load-theme): Clear old theme settings if reloading.
9356
9357 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
9358
9359 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
9360 "Erase Customization" button back to same position it occupies in
9361 the individual State menus.
9362
9363 2006-01-04 Kim F. Storm <storm@cua.dk>
9364
9365 * wid-edit.el (key-sequence): Rework widget to read key binding
9366 using `kbd' syntax. Use C-q to insert literal key, event, or code.
9367 (widget-key-sequence-default-value): Default value for empty sequence.
9368 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
9369 (widget-key-sequence-read-event): New command for C-q.
9370 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
9371 (widget-key-sequence-value-to-external): New functions.
9372
9373 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
9374
9375 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
9376 Use expand-file-name.
9377 (flymake-delete-temp-directory): Use expand-file-name,
9378 file-name-directory, and directory-file-name.
9379 (flymake-strrchr): Delete.
9380 (flymake-start-syntax-check): Don't pass the redundant buffer argument
9381 to the init-f function.
9382 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
9383 (flymake-init-find-buildfile-dir)
9384 (flymake-init-create-temp-source-and-master-buffer-copy)
9385 (flymake-simple-make-init-impl, flymake-simple-make-init)
9386 (flymake-master-make-init, flymake-master-make-header-init)
9387 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
9388 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
9389 (flymake-xml-init): Remove corresponding redundant buffer argument.
9390 (flymake-allowed-file-name-masks): Remove last elems that are equal to
9391 the default anyway. Clean up regexps.
9392
9393 * progmodes/flymake.el (flymake-temp-source-file-name)
9394 (flymake-master-file-name, flymake-temp-master-file-name)
9395 (flymake-base-dir): New buffer-local vars.
9396 (flymake-buffer-data, flymake-get-buffer-value)
9397 (flymake-set-buffer-value): Replace those hash-tables by the new
9398 buffer-local vars. Update callers.
9399
9400 * progmodes/flymake.el (flymake-check-start-time)
9401 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
9402 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
9403 Move definition, so we can remove redundant earlier declaration.
9404 (flymake-replace-regexp-in-string, flymake-split-string)
9405 (flymake-get-temp-dir): Use defalias.
9406 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
9407 (flymake-xemacs-window-edges): Remove unused function.
9408 (flymake-get-point-pixel-pos): Move.
9409 (flymake-pid-to-names, flymake-reg-names)
9410 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
9411 Replace by a simple list flymake-processes and by process-buffer.
9412 Update callers. Other than simplify the code, it uses buffers rather
9413 than buffer-names so it doesn't get confused by uniquify.
9414 (flymake-buffer-data): The global value should just be nil.
9415
9416 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
9417 Optimize the body of a defalias like any other code.
9418
9419 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
9420 Make sure we've setup font-lock's vars. It may influence which
9421 function we then call.
9422 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
9423 here since it's too late anyway.
9424
9425 2006-01-03 Romain Francoise <romain@orebokech.com>
9426
9427 * startup.el (fancy-splash-tail, normal-splash-screen):
9428 Update copyright year.
9429
9430 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
9431
9432 * mouse.el (mouse-drag-track): Rename, from
9433 `mouse-drag-region-1'. Includes optional argument required to
9434 enable post-drag event processing (e.g. delete region keys).
9435 Can be used without this argument to track a mouse region and operate
9436 on it as soon as the drag completes.
9437 (mouse-drag-region): Use `mouse-drag-track'.
9438
9439 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
9440
9441 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
9442 Move to `custom-buffer' group.
9443
9444 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
9445 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
9446 (custom-theme-insert-face-marker, custom-theme-variable-menu)
9447 (custom-theme-face-menu): New variables.
9448 (custom-theme-add-variable, custom-theme-variable-action)
9449 (custom-variable-reset-theme, custom-theme-delete-variable)
9450 (custom-face-reset-theme, custom-theme-face-action)
9451 (custom-theme-delete-face, custom-theme-merge-theme)
9452 (custom-theme-add-face, custom-theme-visit-theme): New functions.
9453
9454 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
9455
9456 * custom.el: Move Custom Themes commentary to start of theme code.
9457 (custom-known-themes): Rename `standard' theme to `changed'.
9458 (custom-push-theme): Caller no longer specifies what theme to use
9459 when doing `reset'---the setting is simply removed from the theme.
9460 Delete MODE from `theme-value' and `theme-settings' properties.
9461 (custom-declare-theme): Ignore &rest args since we don't use them.
9462
9463 (custom-loaded-themes): Delete variable.
9464 (custom-theme-load-themes, custom-theme-loaded-p)
9465 (custom-theme-value): Delete functions.
9466
9467 (custom-declare-theme): Signal error on invalid theme names.
9468 (provide-theme): custom-loaded-themes was deleted.
9469 (load-theme): Load the file unconditionally.
9470 (enable-theme): Call `load-theme' if theme is undefined.
9471 (custom-enabled-themes): Only update value for successful loads.
9472 (disable-theme): Complete from enabled themes when interactive.
9473 (custom-variable-theme-value): Calculate theme value directly.
9474
9475 (custom-theme-reset-variables, custom-reset-variables): Mark as
9476 XEmacs compatibility functions. We don't actually use these.
9477
9478 * cus-edit.el (custom-variable-state-set):
9479 Use custom-variable-theme-value instead of custom-theme-value.
9480 (custom-face-state-set): Rename `standard' theme to `changed'.
9481 (custom-save-variables, custom-save-faces): Delete unneeded
9482 references to custom-reset-variables.
9483 (custom-save-resets): Delete function.
9484 (custom-save-variables, custom-save-faces): MODE argument deleted.
9485 (custom-save-variables, custom-save-faces): Ignore theme values.
9486
9487 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
9488 compatibility function.
9489
9490 2006-01-01 Richard M. Stallman <rms@gnu.org>
9491
9492 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
9493 (Custom-reset-current, Custom-reset-saved): Likewise.
9494 (Custom-reset-standard): Show message if aborted.
9495 (custom-mode): Doc fix, describing those commands.
9496
9497 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
9498 put on event-kind property.
9499
9500 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
9501
9502 * custom.el (provide-theme): Ban `user' theme name.
9503 (custom-enabling-themes): New variable.
9504 (enable-theme): Don't enable user if custom-enabling-themes is t.
9505 (custom-enabled-themes): Make it a defcustom.
9506 (custom-theme-recalc-face): No-op if face is undefined.
9507
9508 * cus-edit.el (custom-button-mouse): New variable.
9509 (custom-button-mouse): New face.
9510 (custom-raised-buttons, custom-mode): Use it.
9511
9512 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
9513
9514 2005-12-31 Eli Zaretskii <eliz@gnu.org>
9515
9516 * progmodes/gud.el (gud-display-line): Support hl-line in the
9517 source buffer.
9518
9519 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
9520
9521 * mouse.el (mouse-drag-window-above): Verify that the found window
9522 overlaps with the given window in the horizontal dimension.
9523
9524 2005-12-31 Eli Zaretskii <eliz@gnu.org>
9525
9526 * Makefile.in (cvs-update): New target.
9527
9528 * makefile.w32-in (cvs-update): Ditto.
9529
9530 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
9531
9532 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
9533 (custom-new-theme-mode-map): New variable.
9534
9535 2005-12-30 Richard M. Stallman <rms@gnu.org>
9536
9537 * custom.el (custom-load-themes): Function deleted.
9538
9539 * cus-edit.el (custom-save-loaded-themes): Function deleted.
9540 (custom-save-variables): Don't delete or add custom-load-themes call.
9541
9542 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
9543
9544 * cus-start.el: Add `visible-cursor'.
9545
9546 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
9547 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
9548 (flymake-process-filter): Switch to buffer before calling it instead.
9549 (flymake-post-syntax-check, flymake-highlight-err-lines)
9550 (flymake-delete-own-overlays, flymake-parse-err-lines)
9551 (flymake-start-syntax-check, flymake-start-syntax-check-process)
9552 (flymake-count-lines, flymake-parse-residual):
9553 Remove constant buffer argument.
9554 (flymake-start-syntax-check-for-current-buffer): Remove.
9555 Update callers to use flymake-start-syntax-check instead.
9556 (flymake-display-err-menu-for-current-line):
9557 Remove unused var `mouse-pos'.
9558 (flymake-restore-formatting): Comment out unused function.
9559 (flymake-report-status, flymake-report-fatal-status): Remove buffer
9560 argument, use current-buffer instead. Update callers.
9561
9562 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9563
9564 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
9565 buffer-local because choose-completion-delete-max-match requires
9566 that we set completion-ignore-case (i.e., binding via let is not
9567 sufficient).
9568 (bibtex-complete): Always set completion-ignore-case and
9569 choose-completion-string-functions. The latter is needed because
9570 choose-completion-string-functions keeps its value if we quit the
9571 *Completions* buffer without requesting a completion.
9572
9573 2005-12-30 Andreas Schwab <schwab@suse.de>
9574
9575 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
9576
9577 2005-12-30 Eli Zaretskii <eliz@gnu.org>
9578
9579 * jit-lock.el (jit-lock-chunk-size): Doc fix.
9580
9581 2005-12-30 Juri Linkov <juri@jurta.org>
9582
9583 * locate.el (locate-fcodes-file, locate-header-face)
9584 * progmodes/delphi.el (delphi-other-face)
9585 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
9586
9587 * paren.el (show-paren-match, show-paren-mismatch): Use existing
9588 group `paren-showing-faces'.
9589
9590 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
9591 (goto-address): Fix docstring.
9592
9593 * net/webjump.el (webjump-sample-sites): Update URLs.
9594
9595 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
9596
9597 * subr.el (cancel-change-group): Add listp around pending-undo-list.
9598
9599 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
9600
9601 * font-lock.el (font-lock-compile-keywords): Signal an error when
9602 font-lock-set-defaults hasn't been called.
9603
9604 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
9605
9606 * subr.el (noreturn, 1value): Doc fixes.
9607
9608 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9609
9610 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
9611 that assoc-string returns nil.
9612
9613 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9614
9615 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
9616 (bibtex-entry-type-str, bibtex-empty-field-re)
9617 (bibtex-search-backward-string, bibtex-preamble-prefix)
9618 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
9619 (bibtex-any-valid-entry-type): New variable.
9620 (bibtex-parse-field-name): Simplify.
9621 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
9622 (bibtex-preamble-prefix): Include left delimiter.
9623 (bibtex-search-forward-field, bibtex-search-backward-field):
9624 Allow unbounded search past entry boundaries (required by bibtex-pop).
9625 (bibtex-text-in-field-bounds): Use push.
9626 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
9627 (bibtex-parse-preamble, bibtex-valid-entry)
9628 (bibtex-beginning-first-field): New functions.
9629 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
9630 (bibtex-map-entries): Fix docstring.
9631 (bibtex-flash-head): New arg prompt. Simplify.
9632 (bibtex-enclosing-field): Include code of bibtex-inside-field.
9633 (bibtex-insert-kill): Simplify. Always insert text past the
9634 current field or entry.
9635 (bibtex-format-entry): Use bibtex-parse-field.
9636 (bibtex-pop): Use bibtex-beginning-of-entry and
9637 bibtex-end-of-entry to initiate the search. Insert empty field if
9638 we found ourselves.
9639 (bibtex-print-help-message): New args field and comma.
9640 Handle entry keys.
9641 (bibtex-make-field): Use bibtex-beginning-of-entry.
9642 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
9643 invalid entry.
9644 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
9645 Handle preambles. Simplify code for thorough test.
9646 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
9647 New arg comma. Handle entry heads.
9648 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
9649 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
9650 New arg comma.
9651 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
9652 (bibtex-fill-field): Simplify.
9653 (bibtex-fill-entry): Use bibtex-beginning-first-field and
9654 bibtex-parse-field.
9655 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
9656 (bibtex-complete): Use bibtex-parse-preamble.
9657
9658 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
9659
9660 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
9661 Display name of expression instead of convenience variable.
9662 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
9663
9664 * progmodes/gud.el (gud-tooltip-dereference): Rename from
9665 toggle-gud-tooltip-dereference.
9666 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
9667 (gud-tooltip-tips): ...here when dereferencing.
9668
9669 2005-12-28 Bill Wohler <wohler@newt.com>
9670
9671 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
9672
9673 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
9674
9675 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
9676 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
9677 (vc-annotate-display-autoscale): Adjust call.
9678 (vc-annotate-display-default): Adjust call. Make arg compulsory.
9679 Fix interactive spec.
9680 (vc-annotate-time-span): Remove.
9681 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
9682 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
9683 (vc-annotate-display-select): Use new name.
9684
9685 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
9686 (vc-annotate-mode-menu): Remove left-over redundant declaration.
9687 Correct the construction of span entries. Simplify.
9688 (vc-annotate-display-select): Fix the nil case.
9689 (vc-annotate): Remove obsolete (and now broken) code.
9690 (vc-annotate-extract-revision-at-line): Remove obsolete code.
9691 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
9692
9693 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
9694
9695 * subr.el (lazy-completion-table): Correct typo in docstring.
9696
9697 * startup.el (command-line): Use `custom-reevaluate-setting' for
9698 `send-mail-function'.
9699
9700 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
9701
9702 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
9703
9704 * mail/smtpmail.el (smtpmail-try-auth-methods):
9705 Send credentials together with "AUTH PLAIN" command.
9706
9707 2005-12-27 Richard M. Stallman <rms@gnu.org>
9708
9709 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
9710 mouse-2, go back to previously selected window, so it's selected
9711 when mouse-2 command runs.
9712
9713 2005-12-27 Juri Linkov <juri@jurta.org>
9714
9715 * descr-text.el (describe-text-sexp): Use square brackets for
9716 button [Show] to distinguish it from the property value `show'.
9717 (describe-property-list): Use `insert-text-button' with
9718 `help-face' type instead of putting face in quotes, because button
9719 is not created automatically for a list of faces.
9720 (describe-text-properties-1): Put button-type value in quotes to
9721 distinguish from plain text "button".
9722 (describe-char): Display code point values in hex. Don't use
9723 `symbol-name' for `current-input-method' because it is a string.
9724 Use `insert-text-button' with `help-face' type instead of putting
9725 hardcoded face in quotes, because button is not created automatically.
9726
9727 2005-12-27 Richard M. Stallman <rms@gnu.org>
9728
9729 * progmodes/glasses.el (glasses-face): More specific custom type.
9730
9731 * files.el (set-visited-file-name): Doc fix.
9732
9733 * textmodes/flyspell.el (flyspell-external-point-words):
9734 Use local var buffer-scan-pos to advance scan for next misspelling.
9735 Advance it only after we find the misspelling.
9736
9737 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
9738
9739 * textmodes/flyspell.el (flyspell-external-point-words):
9740 New criteria for finding the misspelling in the buffer.
9741
9742 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
9743
9744 * help-mode.el (help-insert-string): Set help-xref-stack-item
9745 rather than call help-setup-xref.
9746
9747 * descr-text.el (describe-char): Revert previous changes for
9748 optional buffer argument.
9749
9750 2005-12-27 Juri Linkov <juri@jurta.org>
9751
9752 * help-mode.el (help-insert-string): New function. Save buffer
9753 contents in cases where it is impossible to recompute the old contents.
9754
9755 * descr-text.el (describe-char): Set help-xref-stack-item
9756 explicitly after buffer has been generated.
9757
9758 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9759
9760 * cus-start.el (all): Add x-gtk-show-hidden-files.
9761
9762 2005-12-26 Richard M. Stallman <rms@gnu.org>
9763
9764 * replace.el (perform-replace): Calculate match-again
9765 before skipping read-only matches.
9766
9767 * paren.el (paren-showing-faces): New group.
9768 (show-paren-match, show-paren-mismatch): Move to that group.
9769
9770 * button.el (button): Put into group `basic-faces'.
9771
9772 * progmodes/make-mode.el: Remove faces from group `faces'.
9773
9774 * apropos.el (apropos, apropos-value): Doc fix.
9775 (apropos-documentation): Doc fix.
9776
9777 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
9778
9779 * subr.el (lazy-completion-table): Remove argument `args'.
9780
9781 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
9782 Don't use the `args' argument of lazy-completion-table.
9783
9784 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
9785
9786 * descr-text.el (describe-char): Add optional argument for buffer.
9787 Set buffer appropriately. Call help-setup-xref.
9788 Suggested by Stefan Monnier.
9789
9790 2005-12-26 Juri Linkov <juri@jurta.org>
9791
9792 * descr-text.el: Require `help-fns' at runtime. Don't require
9793 `button' for byte compilation.
9794 (describe-text-widget): Add `help-echo' for first button.
9795 Use `help-info' for second.
9796 (describe-property-list): Use `help-argument-name' instead of `italic'.
9797 (describe-text-category): Add prompt to interactive spec.
9798 Call `help-setup-xref'.
9799 (describe-char): Use `help-character-set'. Add `help-echo' for
9800 code point. Use `help-input-method'. Remove superfluous insert.
9801
9802 2005-12-25 Richard M. Stallman <rms@gnu.org>
9803
9804 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
9805 at point, in case of narrowing.
9806
9807 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
9808
9809 * locate.el (locate-header-face): Allow nil in type.
9810
9811 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
9812
9813 2005-12-25 Romain Francoise <romain@orebokech.com>
9814
9815 * battery.el (battery-linux-proc-acpi): Also try
9816 `/proc/acpi/thermal_zone/THM0/temperature'.
9817
9818 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
9819
9820 * custom.el (custom-push-theme): Fix docstring.
9821
9822 * cus-edit.el (custom-variable-set, custom-variable-save)
9823 (custom-variable-save): Custom-quote widget values.
9824 (customize-save-variable): Fix custom-push-theme call.
9825
9826 2005-12-24 Eli Zaretskii <eliz@gnu.org>
9827
9828 * w32-fns.el (w32-batch-update-autoloads): New function.
9829
9830 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
9831 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
9832 from the command line.
9833
9834 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
9835
9836 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
9837 reset means to remove setting from theme entirely. Don't keep
9838 expanding theme-settings list; delete old entries if necessary.
9839
9840 * cus-edit.el (custom-buffer-create-internal): Move "Erase
9841 customization" button one line up.
9842 (custom-themed): New face.
9843 (custom-magic-alist): New value, THEMED, for theme settings.
9844 (custom-variable-state-set, custom-face-state-set):
9845 Check theme-value instead of saved-value.
9846 (custom-variable-reset-standard, custom-face-reset-standard):
9847 Remove theme setting entirely. Recalculate new values.
9848 (custom-variable-set, custom-variable-set)
9849 (custom-variable-reset-saved, custom-variable-reset-backup)
9850 (custom-face-set, custom-face-reset-saved): Update `user' theme.
9851 (custom-variable-save): Fix typos.
9852
9853 2005-12-23 Juri Linkov <juri@jurta.org>
9854
9855 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
9856 Add autoload cookies.
9857 (edebug-outside-d-c-i-n-s-w): New variable.
9858 (edebug-display, edebug-outside-excursion): Use it to save the
9859 original value of default-cursor-in-non-selected-windows.
9860 Set default-cursor-in-non-selected-windows to t while Edebug
9861 is active.
9862 (edebug-mode, edebug-eval-mode): Doc fix.
9863
9864 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
9865 with `buffer-substring-no-properties' to remove common substring
9866 highlighting.
9867
9868 * info.el (info-other-window, info): Rename function argument
9869 `file' to `file-or-node'.
9870 (Info-complete-menu-item): Use local variable `complete-nodes' to
9871 keep the global value of `Info-complete-nodes' unchanged for
9872 subsequent completions.
9873 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
9874
9875 * simple.el (get-next-valid-buffer, last-buffer)
9876 (next-error-buffer-p, next-error-find-buffer)
9877 (minibuffer-history-sexp-flag): Doc fix.
9878
9879 * savehist.el (savehist-mode-hook): Add `:group'.
9880
9881 * log-view.el: Call autoload for vc-find-version.
9882 (log-view-current-file): Adjust subgroup numbers.
9883 (log-view-current-tag): Add `length'.
9884
9885 2005-12-23 Richard M. Stallman <rms@gnu.org>
9886
9887 * vc.el (vc-annotate-car-last-cons): Defn moved up.
9888
9889 2005-12-23 Juri Linkov <juri@jurta.org>
9890
9891 * hi-lock.el (hi-lock-archaic-interface-message-used)
9892 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
9893 (hi-lock-mode): Display "Hi" in the mode line only when
9894 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
9895 (hi-lock-write-interactive-patterns):
9896 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
9897 (hi-lock-set-pattern, hi-lock-set-file-patterns)
9898 (hi-lock-font-lock-hook): Set 3rd arg `how' of
9899 font-lock-add-keywords to t.
9900
9901 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
9902
9903 * hi-lock.el (hi-lock-highlight-range): New variable.
9904 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
9905 only if font-lock-fontified is non-nil. Remove overlays.
9906 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
9907 font-lock-fontified is non-nil, otherwise use overlays (instead of
9908 text properties).
9909 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
9910 New variables.
9911 (hi-lock-string-serialize) New function.
9912
9913 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9914
9915 * menu-bar.el (menu-find-file-existing): New function.
9916 (menu-bar-file-menu): Use menu-find-file-existing for Open.
9917
9918 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
9919
9920 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
9921
9922 * vc.el: Remove unnecessary leading * in docstrings.
9923 (vc-annotate-mode-map): Move initialization into declaration.
9924 (vc-static-header-alist): Nitpick on the regexp.
9925 (vc-default-init-version): New fun.
9926 (vc-register): Use it.
9927 (vc-insert-headers): Use dolist.
9928 (vc-annotate-get-backend): Remove unused function.
9929 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
9930 (vc-annotate-mode): Remove corresponding call.
9931 (vc-annotate-car-last-cons): Simplify.
9932 (vc-annotate-buffers): Remove var.
9933 (vc-annotate-backend): Make it buffer-local.
9934 (vc-annotate): Move the interaction to the interactive spec.
9935 Add a `buf' argument.
9936 (vc-annotate-warp-version): Use this new `buf' argument to avoid
9937 killing&creating a vc-annotate buffer, which is very disruptive when
9938 the buffers are shown in dedicated frames.
9939
9940 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
9941
9942 * descr-text.el: Add FSF as maintainer.
9943 (describe-text-mode, describe-text-mode-map)
9944 (describe-text-mode-hook, describe-text-done): Delete. Use normal
9945 help-mode.
9946 (describe-text-widget, describe-text-sexp)
9947 (describe-property-list, describe-text-category)
9948 (describe-text-properties, describe-text-properties-1)
9949 (describe-char): Use help buttons instead of widgets.
9950 (describe-char-unicodedata-file): Make URL link in doc string.
9951
9952 2005-12-22 Richard M. Stallman <rms@gnu.org>
9953
9954 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
9955 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
9956 Don't include buttons that write a file when there's no file.
9957 (custom-variable-menu, custom-face-menu, custom-group-menu):
9958 Don't include commands that write a file when there's no file.
9959 (customize-browse): Reword the top-of-buffer help intro.
9960 (custom-buffer-create-internal): Fix previous change.
9961 (customize-changed-options-previous-release): Prev release is 21.1.
9962 (customize-changed-options): Doc fix.
9963 (customize-changed): New alias.
9964 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
9965 Say "standard values".
9966 (Custom-reset-standard): Doc fix.
9967 (custom-face-reset-standard): Doc fix.
9968
9969 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
9970
9971 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
9972 even if font-lock-mode is non-nil since it may be t without having
9973 turned on font-lock-mode-internal.
9974 (font-lock-choose-keywords): Minor optimization.
9975 (font-lock-add-keywords, font-lock-remove-keywords)
9976 (font-lock-set-defaults): Don't call make-local-variable on a variable
9977 that we know to already be local.
9978
9979 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
9980
9981 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
9982 messages if in the minibuffer.
9983
9984 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
9985
9986 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
9987 (tex-mode-flyspell-verify, flyspell-get-word)
9988 (flyspell-external-point-words): Don't use point-min/max uselessly.
9989
9990 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
9991 by Kevin Rodgers. Instead, just hide the completions buffer if we
9992 don't need to show it.
9993
9994 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
9995
9996 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
9997
9998 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
9999
10000 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
10001 delete-windows-on with an inexistent buffer.
10002
10003 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
10004
10005 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
10006 Delete defcustom variable :tag names.
10007
10008 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
10009
10010 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
10011 (log-view-font-lock-keywords): Ajust subgroup numbers.
10012 (log-view-current-tag): Don't hard code the number of subgroups.
10013
10014 2005-12-20 Juri Linkov <juri@jurta.org>
10015
10016 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
10017 (tooltip-x-offset, tooltip-y-offset): Doc fix.
10018
10019 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
10020 (menu-bar-non-minibuffer-window-p): Instead of checking
10021 display-multi-frame-p, use selected-frame when menu-updating-frame
10022 is nil.
10023
10024 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
10025
10026 * align.el (align-rules-list): Use [ \t] instead of \s-
10027 for column separators in text mode.
10028
10029 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
10030
10031 * help-mode.el (help-customize-variable, help-customize-face):
10032 Don't pop help-xref-stack as help-follow no longer pushes
10033 anything on to it.
10034
10035 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
10036
10037 * textmodes/org.el (org-agenda-custom-commands): New option.
10038 (org-agenda): Offer custom commands on splash screen.
10039 (org-make-tags-matcher): Parser for Boolean logic added.
10040 (org-agenda-set-tags): New command.
10041 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
10042 (org-set-tags): Efficiency improvements.
10043 (org-auto-align-tags): New option.
10044 (org-todo, org-demote, org-promote): Realign tags.
10045 (org-tags-completion-function): Use also "&" and "|" as separators.
10046 (org-org-menu): Agenda commands simplified.
10047
10048 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
10049
10050 * cus-edit.el (customize-apropos, customize-apropos-options):
10051 Docstring changes.
10052
10053 * font-lock.el (font-lock): Add tags to the links in the defgroup.
10054
10055 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
10056
10057 * longlines.el (longlines-mode): Wrap while widened.
10058 (longlines-decode-region, longlines-encode-region): Compute max
10059 just once.
10060
10061 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10062
10063 * cus-edit.el (mac): New group.
10064
10065 * cus-start.el (all): Add user options in macterm.c. Add test for
10066 Mac-related built-ins. Fix test for GTK-related built-ins.
10067
10068 * term/mac-win.el (mac-handle-language-change)
10069 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
10070 (mac-services-open-selection, mac-services-mail-selection)
10071 (mac-services-mail-to, mac-services-insert-text)
10072 (mac-dispatch-apple-event): Add docstrings.
10073 (x-get-selection, mac-select-convert-to-string): Select coding
10074 system from `utf-16be' and `utf-16le' using `byteorder'.
10075
10076 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
10077
10078 * subr.el (lazy-completion-table): Don't be fooled if the var holds
10079 a "list" (lambda ...) rather than a real completion list.
10080
10081 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
10082 lexical-let when encountering ((lambda (...) ...) ...).
10083
10084 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
10085
10086 * progmodes/sh-script.el (sh-mode):
10087 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
10088 * textmodes/picture.el (picture-mode): Update docstrings.
10089
10090 2005-12-17 Eli Zaretskii <eliz@gnu.org>
10091
10092 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
10093 commands enclosed in $(ARGQUOTE)s should not be split between two
10094 lines, as that will break with GNU Make >3.80, when sh.exe is used
10095 and arg quoting is with '..'.
10096 (autoloads): Don't break the quoted --eval expression between
10097 several lines.
10098
10099 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
10100
10101 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
10102 Capture error from printing circular structures.
10103
10104 2005-12-17 Martin Rudalics <rudalics@gmx.at>
10105
10106 * wid-edit.el (widget-checkbox-action): Clear undo info.
10107
10108 2005-12-16 Bill Wohler <wohler@newt.com>
10109
10110 * menu-bar.el (kill-this-buffer): Set a good example by using menu
10111 bar, not menubar in comment.
10112
10113 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
10114
10115 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
10116 After-change-functions should not clobber the match data.
10117
10118 2005-12-16 Juri Linkov <juri@jurta.org>
10119
10120 * simple.el (choose-completion): Use `buffer-substring-no-properties'
10121 instead of `buffer-substring'.
10122 (completion-common-substring): Doc fix.
10123 (completion-setup-function): Use minibuffer-completion-contents
10124 instead of minibuffer-contents. Don't set common-string-length
10125 initially. Remove special handling of partial-completion-mode.
10126 Move computation of completion-base-size into one cond.
10127 Call completion-base-size-function in mainbuf. In computation of
10128 completion-base-size for file name completion don't move point to
10129 the end of the minibuffer. Move computation of common-string-length
10130 into one cond. Start putting faces only when common-string-length>=0.
10131 Add condition to put completions-common-part when
10132 common-string-length>0.
10133
10134 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
10135 place point at the first different character in the minibuffer
10136 even if this position is at the beginning of the minibuffer.
10137
10138 * info.el (Info-read-node-name-1): In completion-base-size-function's
10139 lambda return 1 if common-substring or minibuffer-completion-contents
10140 starts with (, and 0 otherwise.
10141
10142 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
10143 Use `crm-current-element' for second arg of `display-completion-list'.
10144
10145 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
10146
10147 * files.el (set-auto-mode): Look for an interpreter specified on
10148 the first line also if search for mode specification succeeded,
10149 but the mode is not known.
10150
10151 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
10152
10153 * textmodes/org.el (org-tags-match-list-sublevels): New option.
10154 (org-open-at-point): Implement tag searches as links.
10155 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
10156 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
10157 (org-tags-sparse-tree, org-tags-view, org-set-tags)
10158 (org-agenda-dispatch): New commands.
10159 (org-use-tag-inheritance, org-tags-column): New options.
10160 (org-tab-follows-link, org-return-follows-link): New options.
10161 (org-tags): New customize group.
10162 (org-start-icalendar-file): Get local time zone.
10163 (org-tags-completion-function): New function.
10164 (org-set-font-lock-defaults): Make sure links will also be
10165 highlighted inside headlines.
10166
10167 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
10168
10169 * term.el (term-emulate-terminal):
10170 Let term-handle-ansi-terminal-messages override what Bash says about
10171 its current directory.
10172
10173 2005-12-16 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
10174
10175 * bindings.el (last-buffer): Move to simple.el.
10176 * simple.el (last-buffer): Move here.
10177 (get-next-valid-buffer): New function.
10178 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
10179 (prev-buffer): Ditto. Rename to `previous-buffer'.
10180
10181 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
10182 * bindings.el (global-map): Ditto.
10183
10184 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
10185
10186 * cus-edit.el: Introductory comment change.
10187 (custom-magic-alist): Change message string for the `rogue' state.
10188
10189 2005-12-15 Richard M. Stallman <rms@gnu.org>
10190
10191 * tooltip.el: Delete defcustom variable :tag names.
10192
10193 * complete.el (partial-completion-mode): Doc fix.
10194
10195 * textmodes/flyspell.el (flyspell-external-point-words):
10196 Use save-excursion to ensure we don't move backward in the
10197 search loop, not even one character.
10198 (flyspell-delete-all-overlays): Use remove-overlays directly.
10199
10200 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
10201 (ispell-start-process): Set that variable.
10202 Clear ispell-buffer-local-name.
10203 (ispell-internal-change-dictionary):
10204 Set ispell-current-dictionary after killing process.
10205 (ispell-buffer-local-dict):
10206 Don't set spell-personal-dictionary after killing process.
10207 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
10208 (ispell-tex-skip-alists, ispell-html-skip-alists)
10209 (ispell-skip-region-alist): Mark as risky.
10210
10211 * net/newsticker.el (newsticker--retrieval-timer-list)
10212 (newsticker--display-timer, newsticker-running-p)
10213 (newsticker-ticker-running-p): Definitions moved up.
10214
10215 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
10216
10217 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
10218
10219 2005-12-15 David Ponce <david@dponce.com>
10220
10221 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
10222 (recentf-edit-list, recentf-open-files): Signal an error when
10223 there is no recent file.
10224
10225 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
10226
10227 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
10228 read-only except for texinfo-format-region evaluation.
10229
10230 2005-12-14 Richard M. Stallman <rms@gnu.org>
10231
10232 * vc.el (vc-default-previous-version, vc-default-next-version)
10233 (vc-do-command): Doc fixes.
10234
10235 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10236
10237 * textmodes/bibtex.el (bibtex-expand-strings)
10238 (bibtex-autokey-expand-string, bibtex-name-part)
10239 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
10240 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
10241 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
10242 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
10243 (bibtex-entry-postfix, bibtex-known-entry-type-re)
10244 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
10245 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
10246 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
10247 (bibtex-beginning-of-last-entry): Remove.
10248 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
10249 message if comma is missing but buffer is read-only.
10250 (bibtex-parse-field-text): Handle whitespaces at the end of field
10251 text. Return 3-element list with beginning and end of field text
10252 and end of field.
10253 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
10254 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
10255 (bibtex-search-forward-field, bibtex-search-backward-field):
10256 Search always delimited by limits of entry. Use more efficient
10257 search algorithms.
10258 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
10259 bibtex-end-of-name-in-field.
10260 (bibtex-text-in-field-bounds): Handle BibTeX strings when
10261 extracting the content of a field.
10262 (bibtex-text-in-field): Use search limits.
10263 (bibtex-parse-string-prefix): Handle empty string keys based on
10264 bibtex-string-empty-key.
10265 (bibtex-parse-string): Fix docstring.
10266 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
10267 (bibtex-preamble-prefix, bibtex-strings): New functions.
10268 (bibtex-skip-to-valid-entry): Include preceding whitespace in
10269 BibTeX entries (consistent with other BibTeX functions).
10270 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
10271 (bibtex-search-entry): Fix docstring. Simplify.
10272 (bibtex-flash-head, bibtex-complete-string-cleanup)
10273 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
10274 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
10275 (bibtex-parse-entry): New optional arg content.
10276 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
10277 Use bibtex-text-in-field-bounds.
10278 (bibtex-print-help-message): Handle BibTeX strings and preambles.
10279 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
10280 bibtex-parse-string-postfix.
10281 (bibtex-find-text-internal): New function.
10282 (bibtex-remove-delimiters): Use it.
10283 (bibtex-find-text): Use it. New optional arg help.
10284 (bibtex-complete): Handle BibTeX string and preamble entries.
10285 (bibtex-Preamble): Fix order of closing delimiters.
10286
10287 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
10288
10289 * vc.el (vc-default-revert): New fun.
10290
10291 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
10292
10293 2005-12-14 Romain Francoise <romain@orebokech.com>
10294
10295 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
10296 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
10297 (font-lock-remove-keywords): Likewise.
10298
10299 2005-12-14 Juri Linkov <juri@jurta.org>
10300
10301 * log-view.el (log-view-diff): Doc fix.
10302
10303 * isearch.el (isearch-query-replace): Use (mark) instead of
10304 isearch-opoint if mark is active in transient-mark-mode.
10305
10306 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
10307
10308 * isearch.el (isearch-query-replace): Check for isearch-other-end.
10309
10310 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
10311
10312 * progmodes/cpp.el (cpp-face): New widget.
10313 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
10314
10315 2005-12-14 Juri Linkov <juri@jurta.org>
10316
10317 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
10318 around `erase-buffer' and `insert'.
10319
10320 * descr-text.el (describe-text-properties): Replace buffer name
10321 "*Help-2*" with "*Help*<2>".
10322 (describe-char): Add functions print-help-return-message,
10323 toggle-read-only. Use help-setup-xref with nil to not store
10324 describe-char in help-xref-stack. Use help-make-xrefs to
10325 make [back] button.
10326
10327 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
10328
10329 * wdired.el (wdired-old-point): New internal variable.
10330 (wdired-change-to-wdired-mode): Set it buffer-locally.
10331 (wdired-abort-changes): Restore point after aborting changes.
10332
10333 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
10334
10335 * vc.el (vc-do-command): Add a new value t for okstatus.
10336
10337 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
10338 frame in case of errors.
10339
10340 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10341
10342 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
10343 so it comes after "On the Left" in the menu.
10344
10345 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
10346
10347 * cus-edit.el (customize-apropos, customize-apropos-options)
10348 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
10349
10350 2005-12-12 Bill Wohler <wohler@newt.com>
10351
10352 * vc-svn.el (vc-svn-registered): Fix problem of visiting
10353 non-writable Subversion-controlled files by saving window
10354 configuration before calling vc-do-command. vc-do-command calls
10355 pop-to-buffer on error which is unexpected during registration.
10356
10357 2005-12-12 Jay Belanger <belanger@truman.edu>
10358
10359 * calc/README: Update the summary of changes.
10360
10361 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
10362
10363 * descr-text.el (describe-char): Rework last fix to solve the problem
10364 is the same way it's solved for everything else in that function
10365 (i.e. by extracting the info before setting up the *Help* buffer).
10366
10367 2005-12-12 Kim F. Storm <storm@cua.dk>
10368
10369 * subr.el (version-regexp-alist): Allow space as separator before
10370 non-numeric part, e.g. "1.0 alpha".
10371 (version-to-list): Interpret .X.Y version as 0.X.Y version.
10372
10373 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
10374
10375 * textmodes/org.el (org-agenda, org-timeline, org-todo):
10376 Implement Logging and the keep-modes setting.
10377 (org-get-category): Make sure a string is returned.
10378 (org-log-done): New function.
10379 (org-log-done, org-closed-string): New options.
10380
10381 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10382
10383 * tooltip.el (tooltip-y-offset): Change default to 20.
10384
10385 2005-12-12 Richard M. Stallman <rms@gnu.org>
10386
10387 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
10388
10389 * frame.el (display-hourglass): Doc fix.
10390
10391 * help.el (help-for-help-internal): Simplify entry for `a'.
10392
10393 * info.el (Info-on-current-buffer): Doc fix.
10394 (info-insert-file-contents): Don't test (featurep 'jka-compr).
10395
10396 * startup.el (inhibit-splash-screen): Make this the real name.
10397 (inhibit-startup-message): Make this the alias.
10398 (command-line): Find only simple.el, and use its directory
10399 to fill in other preloaded files' names.
10400 (command-line): Deactivate the mark if deactivate-mark is set.
10401
10402 * international/mule.el (load-with-code-conversion):
10403 Bind deactivate-mark.
10404
10405 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
10406
10407 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
10408
10409 * cus-edit.el (customize-apropos): Avoid listing an option more
10410 than once under different aliases. No longer list user options
10411 that are not defined with defcustom (unless a prefix arg is given).
10412 Doc fix.
10413 (customize-apropos-options): Doc fix.
10414
10415 2005-12-11 Juri Linkov <juri@jurta.org>
10416
10417 * frame.el (set-background-color, set-foreground-color)
10418 (set-cursor-color, set-mouse-color, set-border-color):
10419 Add explicit prompts to read colors by `facemenu-read-color'.
10420 (show-trailing-whitespace, blink-cursor-delay)
10421 (blink-cursor-interval, display-hourglass, hourglass-delay):
10422 Remove tags.
10423 (display-hourglass, hourglass-delay): Doc fix.
10424 (cursor-in-non-selected-windows): Capitalize words in tag.
10425
10426 * faces.el (frame-background-mode): Replace `choice-item' keywords
10427 with `const' to not make [default] button. Change default value tag
10428 from `default' to `automatic'. Doc fix.
10429 (trailing-whitespace) <defface>: Change group `whitespace' to
10430 `whitespace-faces'.
10431
10432 2005-12-11 Richard M. Stallman <rms@gnu.org>
10433
10434 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
10435
10436 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10437
10438 * term/mac-win.el: Create keymap for mac-apple-event-map.
10439
10440 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
10441
10442 * tooltip.el (tooltip-mode): Move to start of file so that it
10443 appears at top of customize buffer.
10444
10445 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
10446 Add the gud groupname.
10447 (gud-tooltip-mode): Add the tooltip groupname.
10448 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
10449 avoid conflict with tooltip-use-echo-area.
10450
10451 2005-12-10 Romain Francoise <romain@orebokech.com>
10452
10453 * help.el (help-for-help-internal): Add `r' in doc string.
10454
10455 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
10456
10457 * align.el (align-regexp, align-highlight-rule):
10458 Use region-beginning and region-end instead of point and mark, so that
10459 repetition (with `repeat-complex-command') recomputes the region
10460 bounds.
10461
10462 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
10463
10464 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
10465 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
10466 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
10467 (balance-windows): Rewrite using the above new functions.
10468
10469 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
10470
10471 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
10472 react if global-hi-lock-mode seems intended.
10473 (global-hi-lock-mode) Renamed from hi-lock-mode.
10474 (hi-lock-archaic-interface-message-used)
10475 (hi-lock-archaic-interface-deduce): New variables.
10476 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
10477 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
10478 (hi-lock-find-patterns, hi-lock-font-lock-hook):
10479 Replace hi-lock-buffer-mode with hi-lock-mode.
10480
10481 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com>
10482
10483 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
10484 completion list, even after a partial completion has been
10485 inserted in the current buffer. If there are more than 1
10486 completion, redisplay the *Completions* buffer; if the
10487 completion is unique, delete the *Completions* window.
10488
10489 2005-12-10 Eli Zaretskii <eliz@gnu.org>
10490
10491 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
10492 strings and long subject lines that were broken into multiple
10493 lines at arbitrary places. Handle subjects that have "Re: " in
10494 the middle.
10495
10496 2005-12-10 John W. Eaton <jwe@octave.org>
10497
10498 * emacs/octave-mod.el (octave-electric-space): Don't indent
10499 comments or strings if octave-auto-indent is nil.
10500
10501 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10502
10503 * term/mac-win.el: Require url when compiling.
10504 Call mac-process-deferred-apple-events after loading init files.
10505 (mac-apple-event-map): New defvar. Define event handlers in it.
10506 (core-event, internet-event): New Apple event class symbols.
10507 (open-application, reopen-application, open-documents)
10508 (print-documents, open-contents, quit-application)
10509 (application-died, show-preferences, autosave-now, get-url):
10510 New Apple event ID symbols.
10511 (about): New HICommand ID symbol.
10512 (mac-event-spec, mac-event-ae): New macros.
10513 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
10514 (mac-ae-selection-range, mac-ae-text-for-search)
10515 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
10516 (mac-application-menu-map): Remove keymap. Handlers for HICommand
10517 and Services menu events are now defined in mac-apple-event-map.
10518 (mac-drag-n-drop): Remove selection range handling.
10519
10520 2005-12-10 Kenichi Handa <handa@m17n.org>
10521
10522 * simple.el (zap-to-char):
10523 * isearch.el (isearch-process-search-char): Translate CHAR by
10524 translation-table-for-input.
10525
10526 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
10527
10528 * foldout.el (foldout-exit-fold): Properly hide subtree.
10529
10530 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
10531
10532 * files.el (save-buffer):
10533 * international/ucs-tables.el (ucs-set-table-for-input):
10534 * mail/mail-extr.el (mail-extract-address-components):
10535 * mail/sendmail.el (mail-mode): Reformat doc string.
10536
10537 2005-12-09 Juri Linkov <juri@jurta.org>
10538
10539 * isearch.el (isearch-highlight): Change main overlay priority
10540 from 1 to 1001. Simplify.
10541 (isearch-lazy-highlight-update): Change lazy overlay priority
10542 from 0 to 1000.
10543
10544 * replace.el (replace-highlight): Change overlay priority from
10545 1 to 1001.
10546
10547 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
10548 Change overlay priority from 1 to 1001. Reuse existing overlay.
10549
10550 * compare-w.el (compare-windows-highlight): Change overlay
10551 priority from 1 to 1000.
10552
10553 * menu-bar.el (menu-bar-edit-menu): Add listp around
10554 pending-undo-list to disable menu item "undo" when pending
10555 undo list is empty.
10556
10557 * locate.el (locate): Disable undo in *Locate* buffer.
10558
10559 2005-12-09 Kim F. Storm <storm@cua.dk>
10560
10561 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
10562
10563 2005-12-09 David Ponce <david@dponce.com>
10564
10565 * recentf.el: Improvement of the menu code.
10566 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
10567 instead of menu hook.
10568 (recentf-show-menu, recentf-hide-menu): New functions.
10569 (recentf-menu-customization-changed, recentf-mode): Use them.
10570 (recentf-menu-action, recentf-max-menu-items)
10571 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
10572 (recentf-arrange-by-rule-others)
10573 (recentf-arrange-by-rules-min-items)
10574 (recentf-arrange-by-rule-subfilter) : Don't use
10575 `recentf-menu-customization-changed'.
10576 (recentf-arrange-rules): Likewise. Accept functions to compute
10577 sub-menu titles.
10578 (recentf-menu-filter): Likewise. Doc fix.
10579 (recentf-menu-value-shortcut): Doc fix.
10580 (recentf-dump-variable): Quote atom value.
10581 (recentf-make-menu-items): Update to use it as a menu filter.
10582 (recentf-match-rule): New function.
10583 (recentf-arrange-by-rule): Use it.
10584 (recentf-indirect-mode-rule): New function.
10585 (recentf-build-mode-rules): Use it.
10586 (recentf-dir-rule): New function.
10587 (recentf-arrange-by-dir): Use it.
10588 (recentf-filter-changer-current): Rename from
10589 `recentf-filter-changer-state'. All references updated.
10590 (recentf-filter-changer-alist): Update filter names.
10591 (recentf-filter-changer-select): New function.
10592 (recentf-filter-changer): Use it. Make a sub-menu from filters
10593 available in `recentf-filter-changer-alist'.
10594 (recentf-data-cache, recentf-clear-data)
10595 (recentf-update-menu): Remove. All references updated.
10596 (recentf-match-rule-p, recentf-build-dir-rules)
10597 (recentf-filter-changer-goto-next)
10598 (recentf-filter-changer-get-current)
10599 (recentf-filter-changer-get-next): Remove.
10600
10601 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
10602
10603 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
10604 buffer "Reset" button to "Reset to Current" for consistency with
10605 the State buttons.
10606
10607 2005-12-08 John Paul Wallington <jpw@pobox.com>
10608
10609 * ibuf-ext.el (define-ibuffer-filter filename):
10610 If `dired-directory' is a list then really use its car.
10611
10612 2005-12-08 Kim F. Storm <storm@cua.dk>
10613
10614 * emulation/cua-rect.el (cua--rectangle-aux-replace):
10615 Fix indention of text on right side of replaced rectangle.
10616
10617 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
10618
10619 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
10620 No need to check gud-comint-buffer is bound.
10621 (gdb): Prevent multiple debugging when first session uses gdba.
10622
10623 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
10624
10625 CC Mode update to 5.31.
10626
10627 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
10628 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
10629 We might do this function properly in the future).
10630
10631 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
10632 New macros c-sentence-end and c-default-value-sentence end, to cope
10633 with Emacs 22's new function `sentence-end'.
10634
10635 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
10636
10637 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
10638 compat issue using `c-put-overlay' and `c-delete-overlay'.
10639
10640 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
10641 New compat macros to handle overlays/extents.
10642
10643 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
10644
10645 * progmodes/cc-fix.el: Add definitions of the macros push and pop
10646 (for GNU Emacs 20.4)
10647
10648 * progmodes/cc-defs.el:
10649 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
10650
10651 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
10652 highlighting mechanism so it will work in XEmacs too.
10653
10654 * progmodes/cc-defs.el: Insert c-int-to-char.
10655
10656 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
10657 call to the new macro c-int-to-char. This solves XEmacs's
10658 regarding characters as different from integers.
10659
10660 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
10661
10662 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
10663 New internal helper.
10664
10665 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
10666 construct to make the indirect face lookup work in XEmacs.
10667
10668 (c-cpp-matchers): Append the negation char face to the existing
10669 fontification, so that the cpp face doesn't disappear.
10670 Use `c-make-syntactic-matcher' to avoid negation chars in comments
10671 and strings.
10672
10673 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
10674 to map to `font-lock-negation-char-face' in emacsen where it exists.
10675
10676 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
10677
10678 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
10679
10680 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
10681 Rename "c-subword-move-mode" as "c-subword-mode".
10682
10683 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
10684 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
10685
10686 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
10687
10688 * progmodes/cc-mode.el: Added autoload directive for
10689 `c-subword-move-mode' for use in older emacsen.
10690
10691 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
10692
10693 * progmodes/cc-mode.el:
10694 (i) Insert a binding for C-c C-backspace into
10695 c-bind-special-erase-keys which works in TTYs.
10696 (ii) Make sure that when file styles are used, any explicitly
10697 given style variables take priority over those in the style.
10698 Do this by calling `hack-local-variables' a second time.
10699
10700 * progmodes/cc-vars.el: Add language specific customization
10701 widgets for AWK to c-doc-comment-style, c-require-final-newline
10702 and c-default-style. Add a defcustom for awk-mode-hook.
10703 Give c-syntactic-element and c-syntactic-context doc-strings by
10704 directly setting their `variable-documentation' propery.
10705 This allows Emacs 22.1 to read these with C-h v.
10706
10707 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
10708
10709 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
10710
10711 * progmodes/cc-fonts.el, cc-vars.el
10712 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
10713 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
10714 Masatake YAMATO.
10715
10716 (c-doc-comment-style): Made GtkDoc default in C mode.
10717
10718 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
10719 and C-c C-<delete>.
10720
10721 (c-bind-special-erase-keys): New function for use on
10722 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
10723
10724 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
10725 <delete> key behavior in XEmacs according to `delete-forward-p'.
10726 C.f. `c-electric-delete'.
10727
10728 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
10729
10730 * progmodes/cc-mode.el: Give c-hungry-backspace and
10731 c-hungry-delete-forward permanent key bindings.
10732
10733 * progmodes/cc-cmds.el (c-electric-semi&comma):
10734 Bind c-syntactic-context for calls to "criteria functions", for
10735 consistency with other calls to user functions.
10736
10737 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
10738 `current-prefix-arg', since this might be the prefix arg to a
10739 command which calls c-indent-command as a function. Change the
10740 interactive spec from "p" to "P".
10741
10742 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
10743 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
10744 was difficult to understand.
10745
10746 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
10747
10748 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
10749 first char of an identifier.
10750
10751 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
10752 +" syntax in C++.
10753
10754 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
10755
10756 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
10757 auto-fill doesn't split a c-comment's last word from a hanging
10758 "*/" when a space is typed between them after fill-column.
10759
10760 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
10761
10762 * progmodes/cc-styles.el (c-set-style)
10763 (c-setup-paragraph-variables): Abort the command if we're not in a
10764 CC Mode buffer.
10765
10766 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
10767 with blank comment-prefix, and a blank line as the comment's
10768 second line.
10769
10770 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
10771
10772 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
10773 Incorporate the patterns added in the Emacs development branch
10774 for the new Emacs 22 face `font-lock-negation-char-face'.
10775
10776 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
10777 of "red" since it stands out better in xterms and DOS terminals.
10778
10779 * progmodes/cc-engine.el (c-literal-faces):
10780 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
10781
10782 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
10783
10784 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
10785 forcibly enable c-electric-flag.
10786
10787 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
10788 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
10789 after the comment-prefix of a C-style comment will close that comment.
10790
10791 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
10792
10793 * progmodes/cc-fonts.el (c-basic-matchers-before)
10794 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
10795 in Pike.
10796
10797 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
10798 digraphs.
10799
10800 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
10801 (c-cpp-message-directives, c-cpp-include-directives)
10802 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
10803 (c-cpp-expr-directives): Introduce new language constants to
10804 control cpp syntax in a cleaner way.
10805
10806 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
10807
10808 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
10809
10810 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
10811 (c-multiline-string-start-char): New language constants and
10812 variables to specify how newlines in string literals work.
10813
10814 (c-font-lock-invalid-string): Use them.
10815
10816 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
10817 unbalanced close brace is entered. Optimization by avoiding going
10818 back over arbitrarily large blocks. Removed hints that this
10819 function only would be relevant/useful in AWK.
10820
10821 (c-electric-brace): Indent syntactically after the cleanups since
10822 lineup functions might do it differently then.
10823
10824 * progmodes/cc-engine.el, cc-langs.el
10825 (c-opt-op-identifier-prefix): New language constant and variable.
10826
10827 (c-just-after-func-arglist-p, c-after-special-operator-id)
10828 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
10829
10830 * progmodes/cc-align.el, cc-engine.el
10831 (c-after-special-operator-id): New helper to handle C++ operator
10832 identifiers.
10833
10834 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
10835 (c-guess-basic-syntax): Handle C++ operator identifiers in
10836 declarations.
10837
10838 * progmodes/cc-langs.el (c-assignment-operators): Add the
10839 trigraph version of ^= too.
10840
10841 * progmodes/cc-langs.el (c-assignment-operators): Add the
10842 trigraph version of |= in C++.
10843
10844 * progmodes/cc-fonts.el (c-font-lock-declarators):
10845 Handle `c-decl-hangon-kwds' after the identifier name.
10846
10847 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
10848 whether an arglist is "nonempty", ignore a comment after the open
10849 paren if it isn't followed by a non-comment token on the same line.
10850
10851 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
10852 Enable heuristics below the point to cope with classes inside special
10853 brace lists in Pike.
10854
10855 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
10856
10857 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
10858
10859 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
10860
10861 * progmodes/cc-guess.el (cc-guess-install): New function to
10862 install an already guessed style in another buffer.
10863
10864 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
10865 sets `inhibit-read-only' - `c-save-buffer-state' should be used
10866 anyway if the change always is undone.
10867
10868 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
10869
10870 Implement togglable electricity:
10871
10872 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
10873 saying when it should be used.
10874
10875 * progmodes/cc-engine.el: Add the new buffer-local variable,
10876 c-electric-flag.
10877
10878 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
10879 c-toggle-auto-newline.
10880
10881 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
10882 c-toggle-auto-newline. Remove the binding for
10883 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
10884 c-toggle-electric-state.
10885
10886 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
10887
10888 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
10889 c-\(forward\|backward\)-subword.
10890 (c-update-modeline): Add the new modeline flag `l' for
10891 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
10892 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
10893 Make the old name an alias of the new name.
10894 (c-toggle-electric-state): New function.
10895 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
10896 Adapt these functions to do electric things only when
10897 c-electric-flag is non-nil.
10898 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
10899 new functions from c-electric-brace.
10900 (c-point-syntax): Add a check for "virtual semicolons" in AWK
10901 mode, so that the tentative extra newline doesn't change the
10902 syntax of the following brace.
10903 (c-electric-brace): Restructure by extracting the above functions.
10904 Tidy up the coding somewhat.
10905 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
10906 restructure a bit.
10907
10908 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
10909
10910 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
10911 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
10912
10913 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
10914 (c-submode-indicators): Change name from `c-auto-hungry-string'
10915 since it's now used to track another submode.
10916
10917 (c-update-modeline): Convert to function and extended to check
10918 `c-subword-move-mode'.
10919
10920 (c-forward-into-nomenclature, c-backward-into-nomenclature):
10921 Convert to compat aliases for `c-forward-subword' and
10922 `c-backward-subword'.
10923
10924 * progmodes/cc-subword.el: New functions and minor mode to handle
10925 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
10926
10927 (c-forward-subword, c-backward-subword, c-mark-subword)
10928 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
10929 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
10930 Functions corresponding to the standard word handling functions.
10931
10932 (c-subword-move-mode): Minor mode that replaces all the standard
10933 word handling functions with their subword equivalences.
10934
10935 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
10936
10937 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
10938 entry for one-liner-defun.
10939
10940 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
10941 name in its def-edebug-spec.
10942
10943 * progmodes/cc-cmds.el (c-electric-brace): Make the
10944 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
10945 compacts space before a comment, if this will make things fit on
10946 one line.
10947
10948 Introduce an "awk" style, mainly for auto-newline and clean-ups.
10949
10950 * progmodes/cc-align.el: New function c-snug-1line-defun-close
10951
10952 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
10953 clean-up one-liner-defun.
10954
10955 * progmodes/cc-styles.el: Add the new "awk" style.
10956
10957 * progmodes/cc-vars.el: Add description of one-liner-defun to
10958 c-cleanup-list's doc-string. New user options,
10959 c-max-one-liner-length. In c-default-style, set the default style
10960 for AWK to "awk".
10961
10962 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
10963
10964 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
10965 macros inside labels.
10966
10967 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
10968 `c-at-statement-start-p' and `c-at-expression-start-p'.
10969
10970 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
10971 error if the mark isn't set.
10972
10973 * progmodes/cc-engine.el (c-guess-continued-construct)
10974 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
10975 accurately detect functions inside functions.
10976
10977 * progmodes/cc-engine.el (c-at-expression-start-p): New function
10978 like `c-at-statement-start-p' that additionally recognizes commas
10979 and expression parentheses as delimiters.
10980
10981 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
10982 to avoid heuristics that doesn't work for unclosed blocks.
10983 (c-at-statement-start-p): New function.
10984
10985 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
10986 Objective-C directives, e.g. directives spanning lines should work
10987 reasonably well now.
10988
10989 (c-put-c-type-property, c-clear-c-type-property): New helpers.
10990
10991 (c-forward-objc-directive): New function to move over any ObjC
10992 directive.
10993
10994 (c-just-after-func-arglist-p, c-guess-basic-syntax)
10995 (c-basic-matchers-before): Use it.
10996
10997 (c-font-lock-objc-iip-decl): Remove.
10998
10999 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
11000 in the template arglist recognition.
11001
11002 * progmodes/cc-styles.el (c-style-alist): Fix several
11003 inconsistencies in the Whitesmith style.
11004
11005 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
11006 New lineup function to get lines after Whitesmith style blocks
11007 correctly indented.
11008
11009 (c-lineup-whitesmith-in-block): Back out the compensation for
11010 opening parens since it's done using `add' lists in the style
11011 definition instead. Don't use the anchor position since it varies
11012 too much between the syntactic symbols. :P
11013
11014 * progmodes/cc-vars.el (c-valid-offset): Update.
11015
11016 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
11017 lists where the offsets are combined according to several
11018 different methods: `first', `min', `max', and `add'.
11019 Report offset evaluation errors with `c-benign-error' so that some kind
11020 of reindentation still is done.
11021
11022 * progmodes/cc-engine.el (c-guess-basic-syntax):
11023 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
11024 `arglist-close'.
11025
11026 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
11027 situations for `arglist-cont-nonempty' and `arglist-close'.
11028
11029 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
11030
11031 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
11032 cc-bytecomp-boundp' in a number of places.
11033
11034 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
11035 macro related issue.
11036
11037 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
11038
11039 * progmodes/cc-awk.el: Change the terminology of regexps: A char
11040 list is now [asdf], a char class [:alpha:].
11041 Include code for char classes.
11042 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
11043 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
11044
11045 Remove (nearly all of) the cruft associated with AWK Mode's former
11046 concept of "virtual semicolons":
11047
11048 Adapt c-beginning-of-statement, c-end-of-statement (together with
11049 subfunctions) to use the new notion of "virtual semicolon" in
11050 place of the old awkward special handling for AWK. There remains
11051 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
11052 * progmodes/cc-cmds.el:
11053 (c-ascertain-adjacent-literal): In the backwards direction, now
11054 recognises AWK regexp delimiters as string delimiters.
11055 (c-after-statement-terminator-p): Adapt for virtual semicolons;
11056 check more rigorously for "end of macro".
11057 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
11058 virtual semicolons;
11059 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
11060 out the code for forward movement into ...
11061 (c-end-of-statement): Now contains the code for forward movement,
11062 adapted for virtual semicolons.
11063
11064 * progmodes/cc-engine.el:
11065 (c-ws*-string-limit-regexp): New regexp.
11066 (c-forward-single-comment, c-backward-single-comment): Comment out
11067 the (now redundant) "special" AWK stuff.
11068
11069 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
11070 c-string-par-start, c-string-par-separate to be more like Text
11071 Mode than Fundamental Mode.
11072
11073 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
11074
11075 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
11076 to the fontified region so that fontification doesn't occur
11077 outside it (could happen e.g. when fontifying a line with an
11078 unfinished declaration).
11079
11080 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
11081
11082 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
11083 start of the file. ^L now separate sections of the file.
11084 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
11085 (c-awk-one-line-possibly-open-string-re)
11086 (c-awk-regexp-one-line-possibly-open-char-class-re)
11087 (c-awk-one-line-possibly-open-regexp-re)
11088 (c-awk-one-line-non-syn-ws*-re): New defonsts.
11089 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
11090
11091 Amend the concept of "virtual semicolons" (in the indentation
11092 engine) for languages like AWK, such that they are now
11093 conceptually attached to end of the last token of a statement, not
11094 the end of the line. (In AWK Mode, however, the pertinent text
11095 property is still physically set on the EOL.) Remove the specific
11096 tests for awk-mode, thus facilitating the introduction of other
11097 language modes where EOLs can end statements.
11098 (Note: The funtionality in cc-cmds.el, specifically
11099 c-beginning/end-of-statement has yet to be amended.)
11100
11101 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
11102 New macros.
11103
11104 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
11105 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
11106 c-vsemi-status-unknown-p-fn (in a new page).
11107
11108 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
11109 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
11110 numerous awkward forms like
11111 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
11112 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
11113 variable before-ws-ip, the place just after char-before-ip appears.
11114
11115 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
11116 a comment.
11117
11118 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
11119
11120 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
11121 `c-tentative-buffer-changes'.
11122
11123 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
11124 convert to macro to choose between Emacs and XEmacs at compile time.
11125
11126 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
11127
11128 (c-tentative-buffer-changes): New macro to handle temporary buffer
11129 changes in a convenient way.
11130
11131 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
11132 for `c-tentative-buffer-changes'.
11133
11134 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
11135 the checks for paren sexps between the point and the keyword, to
11136 avoid some false alarms.
11137
11138 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
11139 Fixed a situation where an error could be thrown for unbalanced
11140 parens. Changed to make use of c-keyword-member' to avoid some
11141 repeated regexp matches.
11142
11143 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
11144 These language variable are no longer necessary.
11145
11146 (c-block-stmt-kwds): New language constant used by
11147 c-looking-at-inexpr-block'.
11148
11149 (c-guess-basic-syntax): Remove an optional check that looked at
11150 the existence of the now removed language variables.
11151
11152 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
11153 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
11154 object instantiation expressions as declarations in some contexts.
11155 This bug only affected languages where the declarator can't be
11156 enclosed in parentheses.
11157
11158 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
11159 insert newlines before and after substatement braces.
11160
11161 * progmodes/cc-engine.el: Improved the heuristics for recognizing
11162 function declaration headers and the handling of C++ style member
11163 init lists.
11164
11165 (c-just-after-func-arglist-p): Rewritten to use
11166 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
11167
11168 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
11169
11170 (c-guess-basic-syntax): Adapt case 5B for the new
11171 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
11172 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
11173 covers all cases now).
11174
11175 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
11176
11177 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
11178
11179 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
11180 c-string-par-start/separate c-sentence-end-with-esc-eol,
11181 initialised in c-setup-paragraph-variables, used in string
11182 scanning subroutines of c-beginning-of-statement.
11183
11184 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
11185 which precedes the newly inserted `{'.
11186
11187 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
11188
11189 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
11190 function for declaration level blocks. It should now cope with
11191 templates better and also be a lot more comprehensible.
11192
11193 (c-looking-at-decl-block): The new function.
11194
11195 (c-search-uplist-for-classkey): The old one. It's now a wrapper
11196 for compatibility.
11197
11198 (c-add-class-syntax, c-guess-continued-construct)
11199 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
11200
11201 (c-decl-block-key): Change to tell apart ambiguous and
11202 unambiguous keywords. Pike specials are now handled directly in
11203 the code instead.
11204
11205 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
11206 New language constants and variables to make the backward skip in
11207 `c-looking-at-decl-block' as tight as possible.
11208
11209 (c-nonsymbol-token-char-list): New language constant.
11210
11211 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
11212 find balanced template arglists backwards.
11213
11214 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
11215 making char classes for `c-syntactic-skip-backward'.
11216
11217 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
11218 16D - can't be a class-close at that point.
11219
11220 * progmodes/cc-engine.el (c-guess-basic-syntax)
11221 (c-add-class-syntax): Don't narrow out the enclosing declaration
11222 level. This makes everything a lot easier, and it was actually
11223 only four small places that needed it to work. Some places that
11224 previously did `widen' are removed now, which has the effect that
11225 `c-guess-basic-syntax' never will look at things outside the
11226 current narrowment now. The anchor position for `topmost-intro'
11227 is affected by this, but it was so bogus it was basically useless
11228 before, and now it's equally bogus but in a slightly different way.
11229
11230 (c-narrow-out-enclosing-class): Gone.
11231
11232 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
11233 the narrowed region.
11234
11235 (c-least-enclosing-brace): Remove silly optional argument.
11236
11237 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
11238 the point could be left directly after an open paren when finding
11239 the beginning of the first decl in the block.
11240
11241 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
11242 Specify which submatch to use.
11243
11244 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
11245
11246 (c-decl-start-re): No longer any need for special treatment of
11247 ObjC due to the above.
11248
11249 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
11250 presumably follows C in that regard.
11251
11252 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
11253 New language constants to specify operator tokens inside
11254 identifiers in a more high level way.
11255
11256 (c-opt-identifier-prefix-key): New internal language constant.
11257
11258 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
11259 (c-identifier-start, c-identifier-key): Now completely calculated
11260 from other constants.
11261
11262 (c-identifier-last-sym-match): Decommission since it's no longer used.
11263
11264 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
11265
11266 * progmodes/cc-engine.el (c-forward-name): Remove the
11267 optimization when c-identifier-key is equal to c-symbol-key since
11268 it doesn't work in byte compiled files. Don't record empty
11269 regions as identifiers.
11270
11271 * progmodes/cc-langs.el (c-filter-ops): New helper function to
11272 simplify access to `c-operators' and its likes.
11273
11274 (c-operator-list, c-all-op-syntax-tokens)
11275 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
11276 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
11277 (c-primary-expr-regexp, c-cast-parens): Use it.
11278
11279 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
11280 an explicit language in functions.
11281
11282 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
11283 variant of adornment.
11284
11285 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
11286 variable.
11287
11288 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
11289 the Pike value.
11290
11291 * progmodes/cc-engine.el (c-on-identifier)
11292 (c-simple-skip-symbol-backward): Small fix for handling "-"
11293 correctly in `skip-chars-backward'. Affected the operator lfun
11294 syntax in Pike.
11295
11296 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
11297 diagnostic message about precompiled language vars not being used.
11298
11299 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
11300 "__attribute__" is followed by a parenthesis.
11301
11302 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
11303 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
11304 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
11305
11306 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
11307 Internal cleanups to properly detect the declared identifiers in
11308 various declarations.
11309
11310 (c-decl-start-kwds): New language constant to recognize
11311 declarations that can start anywhere. Used for class declarations
11312 in Pike.
11313
11314 (c-specifier-key, c-not-decl-init-keywords)
11315 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
11316 (c-find-decl-spots): Implement `c-decl-start-kwds'.
11317
11318 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
11319 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
11320 handling of the compiler specific extension keywords into a new
11321 language constant `c-decl-hangon-kwds' that defines keyword
11322 clauses to be ignored in declarations.
11323
11324 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
11325 past unrecognized tokens when handling `c-colon-type-list-kwds'.
11326 Necessary to stop at the declared identifier in e.g. IDL valuetype
11327 declarations.
11328
11329 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
11330 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
11331 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
11332 (c-forward-decl-or-cast-1): Recognize the declared identifier in
11333 class and enum declarations as such and not as part of the type.
11334
11335 (c-forward-decl-or-cast-1, c-forward-label): Relax the
11336 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
11337
11338 (c-forward-decl-or-cast-1): Don't disregard sure signs of
11339 declarations when there's some syntax error later on.
11340
11341 (c-complex-decl-matchers): Did away with a reference to
11342 `c-specifier-key'.
11343
11344 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
11345 value - this variable is always dynamically bound.
11346
11347 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
11348 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
11349 * cc-cmds.el, cc-defs.el: Change the policy for marking up
11350 functions that might do hidden buffer changes: All such internal
11351 functions are now marked instead of those that don't.
11352
11353 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
11354 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
11355 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
11356 (c-literal-type): Allow these functions to make hidden buffer changes,
11357 so that they are free to use text property caching later on.
11358
11359 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
11360 (c-electric-brace, c-electric-slash, c-electric-star)
11361 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
11362 (c-electric-paren, c-electric-continued-statement, c-indent-command)
11363 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
11364 (c-context-line-break): Add `c-save-buffer-state' calls to comply
11365 with the changed semantics of the functions above.
11366
11367 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
11368 when macros occur in obscure places. Optimized the sexp movement
11369 a bit.
11370
11371 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
11372
11373 Enhancements for c-beginning-of-statement to work in AWK Mode:
11374
11375 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
11376 (completed statement) with `}' (statement completed by closing
11377 brace or semicolon) and `$' (statement completed by EOL).
11378
11379 (c-awk-virtual-semicolon-ends-prev-line-p)
11380 (c-awk-virtual-semicolon-ends-line-p)
11381 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
11382 (c-awk-at-statement-end-p): New functions.
11383
11384 * progmodes/cc-cmds.el: Simplify the structure of functions
11385 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
11386 two functions and c-beginning-of-statement to handle AWK Mode.
11387
11388 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
11389 c-backward-single-comment for AWK mode. Attempt to clarify their
11390 doc-strings.
11391
11392 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
11393
11394 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
11395
11396 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
11397 label handling. Labels are now recognized in a uniform and more
11398 robust way, regardless of context. Text properties are put on all
11399 labels to recognize the following declarations better.
11400 Multiword labels are handled both in indentation and fontification for
11401 the benefit of language extensions like Qt. For consistency, keywords
11402 in labels are now fontified with the label face instead.
11403 That also applies to "case" and "default".
11404
11405 (c-beginning-of-statement-1): Fix some bugs in the label
11406 handling. Disregard `c-nonlabel-token-key' in labels that begin
11407 with `c-label-kwds'.
11408
11409 (c-find-decl-spots): Support that the callback adds more
11410 `c-decl-end' spots to find.
11411
11412 (c-forward-decl-or-cast-1): Don't treat a list of plain
11413 identifiers followed by a colon as a declaration.
11414
11415 (c-forward-label): New function to recognize labels.
11416
11417 (c-guess-basic-syntax): Replace uses of `c-label-key' with
11418 `c-forward-label'. Moved the label recognition cases (14 and 15)
11419 earlier since they aren't so context sensitive now. Handle labels
11420 on the top level gracefully. Moved access label recognition to
11421 the generic label case (CASE 15) - removed CASE 5E.
11422
11423 (c-font-lock-declarations): Add recognition of labels in the
11424 same round since we need to handle labels in parallell with other
11425 declarations to recognize both accurately. It should also improve
11426 speed.
11427
11428 (c-simple-decl-matchers, c-basic-matchers-after):
11429 Move `c-font-lock-labels' so that it only is used on decoration level 2
11430 since `c-font-lock-declarations' handles it otherwise.
11431
11432 (c-complex-decl-matchers): Remove the simplistic recognition of
11433 access labels.
11434
11435 (c-decl-prefix-re): Remove the kludges that was necessary to cope
11436 with labels earlier.
11437
11438 (c-decl-start-re): New language variable to make
11439 `c-font-lock-declarations' stop for the special protection labels
11440 in Objective-C that start with `@'.
11441
11442 (c-label-key): Remove since it's no longer used.
11443
11444 (c-recognize-colon-labels, c-label-prefix-re): New language
11445 constants to support recognition of generic colon-terminated labels.
11446
11447 (c-type-decl-end-used): `c-decl-end' is now used whenever there
11448 are colon terminated labels.
11449
11450 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
11451 first argument starts with a special brace list.
11452
11453 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
11454 (c-font-lock-declarations): Break out the declaration and cast
11455 recognition from `c-font-lock-declarations' to a new function, so
11456 that it can be used in the indentation engine.
11457
11458 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
11459 up to the start of the literal. Fixed bug with the point on the
11460 wrong side of the search limit that could happen when the start
11461 position is inside a literal.
11462
11463 * progmodes/cc-engine.el (c-parse-state)
11464 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
11465 so that it's kept a little bit back to increase the hit rate.
11466
11467 (c-parse-state): Change the macro handling and fixed some
11468 glitches. Macro context is checked more often than necessary now,
11469 but otoh less garbage conses are generated.
11470
11471 * progmodes/cc-engine.el (c-parse-state)
11472 (c-invalidate-state-cache): Cache the last position where
11473 `c-state-cache' applies. This can speed up refontification quite
11474 a bit in blocks where there are many non-brace parens before the point.
11475
11476 (c-state-cache-end): New variable for this.
11477
11478 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
11479 cache variable.
11480
11481 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
11482 get close initial continue positions when the start position is
11483 inside a literal or macro. Do not call the callback for spots
11484 before the start position (which can happen e.g. for `c-decl-end'
11485 spots inside comments). Optimize better in special cases when the
11486 region is a single line inside a literal or macro (typically when
11487 the current line is refontified).
11488
11489 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
11490 to `c-add-stmt-syntax' - there's no need to explicitly whack off
11491 entries from the paren state.
11492
11493 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
11494 special case for "else if" clauses.
11495
11496 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
11497 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
11498
11499 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
11500 New language variable to recognize the gcc extension with statement
11501 blocks inside expressions.
11502
11503 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
11504 it somewhat more comprehensible. The argument AT-BLOCK-START is
11505 no longer used and hence removed.
11506
11507 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
11508 to `c-add-stmt-syntax'.
11509
11510 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
11511 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
11512 This fixes bogus label recognition.
11513
11514 * progmodes/cc-engine.el (c-add-type, c-check-type)
11515 (c-forward-name, c-forward-type): Improve storage of template
11516 types in `c-found-types' so that they can be recognized better.
11517
11518 (c-syntactic-content): Add option to skip past nested parens.
11519
11520 * progmodes/cc-engine.el (c-forward-name):
11521 Set `c-last-identifier-range' all the time. It's less work that way.
11522 Handle that there might not be an identifier to store in
11523 `c-last-identifier-range'.
11524
11525 (c-forward-type): Handle that `c-last-identifier-range' might be
11526 nil from `c-forward-name'.
11527
11528 * progmodes/cc-defs.el (c-safe-scan-lists)
11529 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
11530
11531 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
11532 to work even if the form fails.
11533
11534 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
11535 down in a large file in one go.
11536
11537 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
11538
11539 * progmodes/cc-align.el (c-lineup-assignments): New lineup
11540 function which is like `c-lineup-math' but returns nil instead of
11541 `c-basic-offset' when it doesn't match.
11542
11543 (c-lineup-math): Change to use `c-lineup-assignments'.
11544
11545 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
11546
11547 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
11548 c-beginning-of-statement. New subfunctions
11549 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
11550
11551 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
11552
11553 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
11554 hardcoded char classes whereever possible. Changed a couple of
11555 places to use skip by syntax instead of skip by char class.
11556
11557 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
11558 Fix a bug in the regexp that caused extreme backtracking.
11559
11560 * progmodes/cc-langs.el (c-block-comment-starter)
11561 (c-block-comment-ender): New language constants to specify in a
11562 single place how block comments look.
11563
11564 (c-comment-start-regexp, c-block-comment-start-regexp)
11565 (comment-start, comment-end, comment-start-skip)
11566 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
11567 (c-syntactic-ws, c-nonempty-syntactic-ws)
11568 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
11569 `c-line-comment-starter', `c-block-comment-starter' and
11570 `c-block-comment-ender'.
11571
11572 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
11573 New language constants to break up things a bit.
11574
11575 (c-simple-ws): New language constant for simple whitespace.
11576
11577 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
11578
11579 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
11580 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
11581 newlines. Allow and ignore nil elements in the list.
11582
11583 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
11584
11585 * progmodes/cc-cmds.el: Comment out a (n almost certainly
11586 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
11587
11588 * progmodes/cc-cmds.el: Tidy up the comments in
11589 c-beginning-of-statement and subfunctions.
11590
11591 * progmodes/cc-awk.el: Replace calls to put-text-property to the
11592 more flexible c-put-char-property and c-clear-char-properties.
11593 Add the author's email address.
11594
11595 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
11596
11597 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
11598 closing "*/" of a block comment.
11599
11600 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
11601 subfunctions) so that it works at BOB and EOB.
11602
11603 * progmodes/cc-cmds.el, cc-vars.el: More updating of
11604 c-beginning-of-statement, including new variable
11605 c-block-comment-start-regexp.
11606
11607 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
11608
11609 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
11610 symbols from `*-font-lock-extra-types' so that there's no need to
11611 use `regexp-opt' on those lists.
11612
11613 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
11614 `c-type-modifier-kwds' is empty.
11615
11616 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
11617 there are several strings on the same line.
11618
11619 * progmodes/cc-engine.el (c-literal-limits): Remove the
11620 compatibility function for older emacsen. `c-literal-limits-fast'
11621 has now taken the place of this function.
11622
11623 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
11624 with older emacsen: We now require `pps-extended-state'.
11625
11626 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
11627
11628 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
11629 which obviates the need to hack sentence-end. This now handles
11630 escaped newlines in strings correctly. Correct minor bugs in
11631 c-move-over-sentence and in c-beginning-of-statement.
11632
11633 * progmodes/cc-cmds.el (c-beginning-of-statement (and
11634 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
11635 that movement over macros and code are rigorously separated from
11636 eachother. Correct a few incidental bugs.
11637
11638 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
11639 Improve its doc-string. Improve the handling of certain specific cases.
11640
11641 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
11642
11643 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
11644 (c-guess-basic-syntax): Change the way class-level labels are
11645 recognized; they can now contain essentially any symbols.
11646
11647 (c-opt-extra-label-key): New language variable to cope with the
11648 special protection label syntax in Objective-C.
11649
11650 (c-opt-access-key): Remove; this is now handled better by
11651 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
11652
11653 (c-complex-decl-matchers): Update to handle that
11654 `c-opt-access-key' no longer exists.
11655
11656 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
11657 improved label recognition in `c-beginning-of-statement-1'.
11658
11659 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
11660 Recognize bitfields better.
11661
11662 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
11663 Remove some cruft and fixed a bug that could cause it to go to a
11664 position further down.
11665
11666 * progmodes/cc-langs.el, cc-engine.el
11667 (c-beginning-of-statement-1): Improve detection of labels in
11668 declaration contexts.
11669
11670 (c-beginning-of-decl-1): Use it.
11671
11672 (c-nonlabel-token-key): New language constant and variable needed
11673 by `c-beginning-of-statement-1'.
11674
11675 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
11676 manifested itself due to the correction in `c-forward-sexp'.
11677
11678 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
11679 Make these behave as documented when used at the buffer limits.
11680
11681 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
11682 (c-type-decl-end-used): Made this a language variable.
11683
11684 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
11685 correctly when `combine-after-change-calls' is used together with
11686 temporary narrowings.
11687
11688 * progmodes/cc-engine.el (c-beginning-of-statement-1):
11689 Report labels correctly when the start point is immediately after the
11690 colon.
11691
11692 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
11693 Remove since it isn't used anymore.
11694
11695 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
11696 bracket arglists such as template parens in C++.
11697
11698 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
11699 in the last check-in. Some optimization.
11700
11701 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
11702 where it could stop at the same level in a preceding sexp when
11703 PAREN-LEVEL is set.
11704
11705 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
11706 text property lookup only when it's needed.
11707
11708 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
11709 Change the policy for paren marked angle brackets to be more
11710 persistent; once marked they remain marked even when they're found
11711 to be unbalanced in the searched region. This should keep the
11712 paren syntax around even when individual lines are refontified in
11713 multiline template arglists.
11714
11715 (c-parse-and-markup-<>-arglists): New dynamically bound variable
11716 to control markup so that incorrect angle bracket arglists aren't
11717 marked in contexts where the correct value for
11718 `c-disallow-comma-in-<>-arglists' isn't known.
11719
11720 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
11721 argument has become `c-parse-and-markup-<>-arglists'.
11722
11723 (c-remove-<>-arglist-properties): Remove - no longer used.
11724
11725 (c-after-change-check-<>-operators): New function used on
11726 `after-change-functions' to avoid that "<" and ">" characters that
11727 are part of longer operators have paren syntax.
11728
11729 (c-<>-multichar-token-regexp): New language variable used by
11730 `c-after-change-check-<>-operators'.
11731
11732 (c-after-change): Call `c-after-change-check-<>-operators'.
11733
11734 (c-font-lock-<>-arglists): Use the context properties set by
11735 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
11736 correctly to avoid doing invalid markup.
11737
11738 (c-font-lock-declarations): Remove code that undoes the invalid
11739 markup done by `c-font-lock-<>-arglists'.
11740
11741 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
11742 after `c-font-lock-declarations'.
11743
11744 * progmodes/cc-engine.el (c-syntactic-skip-backward):
11745 Add paren-level feature.
11746
11747 (c-guess-basic-syntax): Improve the anchor position for
11748 `template-args-cont' in nested template arglists. There's still
11749 much to be desired in this area, though.
11750
11751 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
11752
11753 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
11754 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
11755
11756 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
11757
11758 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
11759 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
11760
11761 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
11762 it doesn't work no longer are supported.
11763
11764 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
11765 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
11766 requires support for the syntax-table' text property, which rules
11767 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
11768 cruft associated with those versions.
11769
11770 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
11771 for the `syntax-table' text property, which rules out Emacs 19 and
11772 XEmacs < 21.4. Removed various compatibility cruft associated
11773 with those versions.
11774
11775 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
11776 support for the `syntax-table' text property.
11777
11778 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
11779 variable and use an extra quoted face name instead. All the
11780 emacsen flavors handle that correctly.
11781
11782 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
11783 (c-font-lock-declarators, c-font-lock-declarations)
11784 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
11785 property to mark the items in in declarator lists to handle
11786 refontification inside multiline declarations better.
11787
11788 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
11789 construct like "a * b = c;" as a declaration.
11790
11791 2005-12-08 Kim F. Storm <storm@cua.dk>
11792
11793 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
11794 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
11795 select either meta, hyper, or super modifier for rectangle commands.
11796 (cua--rectangle-modifier-key): New defvar.
11797 (cua--M/H-key): Use it. Remove special case for `space'.
11798 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
11799 on X, to meta otherwise. Always bind C-return to toggle
11800 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
11801
11802 * emulation/cua-rect.el (cua-help-for-rectangle):
11803 Use cua--rectangle-modifier-key. Handle super modifier too.
11804 (cua--init-rectangles): Always bind C-return to toggle rectangle.
11805 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
11806
11807 * ido.el: Move Acknowledgements and History after Commentary.
11808 Minor changes to Commentary.
11809
11810 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
11811 keymap if cua--prefix-override-timer is `shift'.
11812 (cua--shift-control-prefix): New function; emulate "type prefix
11813 key twice" functionality to handle shifted prefix key override.
11814 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
11815 New commands.
11816 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
11817
11818 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
11819
11820 * textmodes/org.el (org-insert-heading): Try to do items before
11821 headings.
11822 (org-agenda-mode): Quote `org-agenda-mode-hook'.
11823 (org-insert-item): New function.
11824 (org-renumber-ordered-list): Don't skip to higher level lists.
11825
11826 2005-12-08 Juri Linkov <juri@jurta.org>
11827
11828 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
11829
11830 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
11831
11832 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
11833
11834 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
11835 the constructed function name fun-1.
11836
11837 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
11838 because such links don't lead to parent documentation.
11839
11840 2005-12-08 Kenichi Handa <handa@m17n.org>
11841
11842 * descr-text.el (describe-char): Use *Help-2* buffer if the
11843 current buffer is *Help*. Call describe-text-properties while
11844 setting the original buffer.
11845
11846 2005-12-07 Bill Wohler <wohler@newt.com>
11847
11848 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
11849 and causes problems with non-MH users (such as Gnus users).
11850
11851 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
11852
11853 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
11854 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
11855 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
11856 command "info sources". Move calls to GDB command "list".
11857 (gdb-find-file-hook): Just use gdb-source-file-list.
11858 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
11859 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
11860 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
11861 (gdb-data-list-register-values-handler): Use correct trigger name.
11862
11863 2005-12-07 Kim F. Storm <storm@cua.dk>
11864
11865 * ido.el (ido-completion-map): Rename from ido-mode-map.
11866 (ido-common-completion-map, ido-file-completion-map)
11867 (ido-file-dir-completion-map, ido-buffer-completion-map):
11868 Rename from ido-mode-....-map.
11869 (ido-init-completion-maps): Rename from ido-init-mode-maps.
11870 (ido-setup-completion-map): Rename from ido-define-mode-map.
11871 (ido-read-internal): Bind minibuffer-local-filename-completion-map
11872 to ido-completion-map.
11873
11874 2005-12-07 Kenichi Handa <handa@m17n.org>
11875
11876 * international/mule-cmds.el
11877 (set-display-table-and-terminal-coding-system): If the coding
11878 system specified in `unibyte-display' property is different from
11879 the arg coding-system, don't setup standard-display-table.
11880
11881 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
11882
11883 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
11884 that comments end at \n, regardless of selective-display.
11885
11886 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
11887
11888 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
11889 (gdb-version): New variables.
11890 (gdb-source-file-list, gdb-register-names)
11891 (gdb-changed-registers): New variables for use with GDB 6.4+.
11892 (gdb-ann3): Replace with...
11893 (gdb-init-1, gdb-init-2): ...two new functions.
11894 (gdba, gdb-prompt): Call gdb-init-1.
11895 (gdb-get-version): New function. Call gdb-init-2 from here.
11896 (gud-watch): Make it work with mouse events too.
11897 (gdb-post-prompt): Don't add to queue until GDB version is known.
11898 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
11899 (gdb-locals-mode): Use gdb-version.
11900 (gdb-memory-format-map, gdb-memory-unit-map)
11901 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
11902 (gdb-locals-font-lock-keywords-1)
11903 (gdb-locals-font-lock-keywords-2): New variables.
11904 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
11905 (gdb-set-gud-minor-mode-existing-buffers-1)
11906 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
11907 (gdb-var-update-1, gdb-var-update-handler-1)
11908 (gdb-data-list-register-values-handler)
11909 (gdb-data-list-register-values-custom)
11910 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
11911 (gdb-stack-list-locals-handler, gdb-get-register-names):
11912 New functions for use with GDB 6.4+.
11913 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
11914 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
11915 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
11916 (gdb-stack-list-locals-regexp)
11917 (gdb-data-list-register-names-regexp): New regexps for use with
11918 GDB 6.4+.
11919
11920 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
11921
11922 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
11923
11924 2005-12-06 Nozomu Ando <nand@mac.com> (tiny patch)
11925
11926 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
11927 prompts work for AUTH PLAIN. Also reported by Steve Allan
11928 <seallan@verizon.net>.
11929
11930 2005-12-06 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
11931
11932 * frame.el (set-frame-parameter): Add doc string.
11933
11934 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
11935
11936 * textmodes/org.el (org-occur-highlights): New variable.
11937 (org-highlight-new-match, org-remove-occur-highlights): New functions.
11938 (org-highlight-sparse-tree-matches): New option.
11939 (org-do-occur): New function.
11940 (org-get-heading): Make it work also at beginning of line.
11941 (org-category-table): New variable.
11942 (org-get-category-table, org-get-category)
11943 (org-camel-to-words, org-link-search): New functions.
11944 (org-select-this-todo-keyword): New variable.
11945 (org-todo-list): New command.
11946 (org-shiftright, org-shiftleft): New commands.
11947 (org-agenda-todo): Add prefix argument.
11948 (org-show-hierarchy-above): New option.
11949 (org-show-todo-tree): Numerical prefix creates tree for specific
11950 TODO keyword.
11951 (org-outline-level): New function, to assign a level to plain
11952 lists items.
11953 (org-cycle-include-plain-lists): New option.
11954 (org-mode): Use `org-outline-level' as value of `outline-level'.
11955 (org-cycle): Temporarily switch `outline-regexp' if
11956 `org-cycle-include-plain-lists' is non-nil.
11957 (org-start-icalendar-file): Fix format bug.
11958 (org-agenda-get-day-entries): Create category table.
11959 (org-agenda-get-todos, org-agenda-get-timestamps)
11960 (org-agenda-get-deadlines, org-agenda-get-scheduled)
11961 (org-agenda-get-blocks): Use `org-get-category'.
11962 (org-context-in-file-links): Rename from
11963 `org-line-numbers-in-file-links'.
11964
11965 2005-12-06 Romain Francoise <romain@orebokech.com>
11966
11967 * window.el (balance-windows): Delete extraneous third arg in call
11968 to `enlarge-window'.
11969
11970 2005-12-06 Kenichi Handa <handa@m17n.org>
11971
11972 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
11973
11974 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
11975
11976 * progmodes/gdb-ui.el (gdb-var-create-handler)
11977 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
11978 (gdb-var-list-children-handler, gdb-var-update-handler):
11979 Current buffer is already gdb-partial-output-buffer, don't
11980 make it current again.
11981
11982 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
11983
11984 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
11985 (list-buffers-noselect): Use it.
11986
11987 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
11988
11989 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
11990 (mail-yank-ignored-headers): Use regexp-opt.
11991 (mail-mode-map): Move initialization into declaration.
11992 (mail-sent-via): Remove unused shadowed var `to-line'.
11993 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
11994 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
11995 (mail-do-fcc): Use dolist and push.
11996 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
11997 (mail-yank-ignored-headers): Don't autoload.
11998
11999 2005-12-05 Kenichi Handa <handa@m17n.org>
12000
12001 * international/mule-cmds.el (set-language-info-internal): New fun.
12002 (set-language-info): Call set-language-info-internal to update
12003 language-info-alist. If LANG-ENV is the current one, call
12004 set-language-environment to make INFO effective now.
12005 (set-language-info-alist): Likewise.
12006 (locale-language-names): With locale "en", use English
12007 lang. env. but set the default codings to iso-8859-1.
12008
12009 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
12010
12011 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
12012 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
12013 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
12014 for plain strings.
12015 (gdb-frames-mode): Remove redundant call to font-lock-mode.
12016 (gdb-all-registers): Rename from toggle-gdb-all-registers.
12017 Create registers buffer if necessary. Echo new state in minibuffer.
12018 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
12019
12020 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
12021
12022 * info.el (Info-fontify-node): Match external links using
12023 non-directory part of filename.
12024
12025 2005-12-04 Juri Linkov <juri@jurta.org>
12026
12027 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
12028 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
12029 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
12030 because there is no customization option for it.
12031
12032 * font-lock.el (lisp-font-lock-keywords-1):
12033 Add define-global-minor-mode.
12034
12035 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
12036
12037 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
12038 properties on the constructed variable names.
12039
12040 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
12041 Put `definition-name' properties on the constructed function names
12042 next-sym and prev-sym.
12043
12044 * emacs-lisp/find-func.el (find-function-regexp):
12045 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
12046 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
12047 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
12048 and easy-menu-define.
12049
12050 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
12051 easy-mmode-define-global-mode and define-global-minor-mode.
12052 (lisp-imenu-generic-expression): Add define-global-minor-mode.
12053
12054 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
12055 instead of easy-mmode-define-global-mode.
12056
12057 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
12058 Use define-minor-mode instead of easy-mmode-define-minor-mode.
12059
12060 * cus-edit.el (customize-group, customize-group-other-window):
12061 Filter out autoloaded options from the group completion list by
12062 using heuristics that autoloaded groups don't have `custom-autoload'
12063 property on their symbols (they have only `custom-loads').
12064
12065 * simple.el (completion-setup-function): Put completions-common-part
12066 face on complete completion string too (i.e. completion string
12067 without completions-first-difference face).
12068
12069 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
12070
12071 2005-12-03 Eli Zaretskii <eliz@gnu.org>
12072
12073 * view.el (view-mode): Doc fix.
12074
12075 * disp-table.el (standard-display-european): Add to the warning
12076 message a reference to the doc string.
12077
12078 * play/yow.el (apropos-zippy): Call print-help-return-message,
12079 similar to other Help and Apropos commands.
12080
12081 * help.el (print-help-return-message): If pop-up-frames is
12082 non-nil, set up help-return-method to delete the help window and,
12083 possibly, its frame as well, and don't display message about
12084 scrolling the help window. Doc fix.
12085 (help-return-method): Doc fix.
12086
12087 2005-12-03 Martin Rudalics <rudalics@gmx.at>
12088
12089 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
12090 whereby names of length one or names starting with a
12091 symbol-constituent character would not be returned.
12092
12093 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
12094
12095 * subr.el (atomic-change-group): Add edebug and indentation spec.
12096
12097 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
12098
12099 * completion.el (save-completions-file-name): Fix typo in last change.
12100
12101 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12102
12103 * info.el: Move back/forward history to the beginning of the tool bar.
12104
12105 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
12106
12107 * allout.el (eval-when-compile): Remove unnecessary load of cl.
12108 Add fset of allout-real-isearch-abort during compile to fix
12109 byte-compilation warnings.
12110 (allout-mode-p): Move definition of this macro above all uses, or
12111 byte compilation in barren emacs (eg, during emacs build) will
12112 lack the definition.
12113 (allout-mode): Move this variable above any uses, or byte
12114 compilation will fail.
12115 (allout-resolve-xref): Remove use of personal file-reference function.
12116 (allout-toggle-current-subtree-encryption): Do the current (ie,
12117 visible containing) topic, rather than nearest around point. Doc fix.
12118 (allout-toggle-subtree-encryption): New function, workhorse that
12119 works on nearest topic containing point.
12120 (allout-encrypt-string): Signal requirement for newer version of pgg.
12121 (allout-resumptions): Doc fix.
12122
12123 2005-12-02 Eli Zaretskii <eliz@gnu.org>
12124
12125 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
12126
12127 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
12128
12129 * textmodes/flyspell.el (flyspell-external-point-words):
12130 Consider a misspelling as found in the string search if: (a) misspelling
12131 and found string lengths match, or (b) misspelling is found as
12132 element in a boundary-chars separated longer string, or (c)
12133 ispell-program-name is really ispell and misspelling is found as
12134 part of a TeX string. After successful match move beginning of
12135 search region to end of match. Warn about not found misspellings
12136 once the process is done.
12137 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
12138
12139 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
12140
12141 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
12142 tool bar (removed inadvertently).
12143
12144 2005-12-02 Juri Linkov <juri@jurta.org>
12145
12146 * log-view.el (log-view-diff): Clarify doc string.
12147
12148 2005-12-01 Bill Wohler <wohler@newt.com>
12149
12150 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
12151 triggers lm-verify errors.
12152
12153 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
12154
12155 * simple.el (transient-mark-mode, line-number-mode)
12156 (column-number-mode, size-indication-mode): Remove `:require nil'.
12157
12158 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
12159
12160 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
12161 in the margin also.
12162 (gdb-breakpoints-mode-map): Use D instead of d for
12163 gdb-delete-breakpoint.
12164 (gdb-get-frame-number): Require a number to match on.
12165 (gdb-threads-mode-map): Add follow-link binding.
12166
12167 2005-11-30 Jason Rumney <jasonr@gnu.org>
12168
12169 * isearch.el (isearch-mode-map): Avoid exiting search on
12170 language-change event.
12171
12172 2005-11-30 Romain Francoise <romain@orebokech.com>
12173
12174 * speedbar.el (speedbar-default-position): New defcustom.
12175 (speedbar-frame-reposition-smartly): Use it.
12176
12177 * dframe.el (dframe-reposition-frame-emacs): Fix position
12178 computation for `left' location.
12179 Update copyright year.
12180
12181 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
12182
12183 * help.el (help-map): Move initialization into declaration.
12184
12185 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
12186
12187 * help-fns.el (help-argument-name): Don't autoload.
12188 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
12189 to be re-loaded when customizing the `help' group.
12190
12191 2005-11-30 John Paul Wallington <jpw@gnu.org>
12192
12193 * help-fns.el (describe-function-1): Fill arglist output.
12194
12195 2005-11-30 Kim F. Storm <storm@cua.dk>
12196
12197 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
12198 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
12199 after revert-buffer (or anything else which kills all local variables).
12200
12201 * apropos.el (apropos-parse-pattern): Doc fix.
12202 Set apropos-regexp directly, rather than expecting callers to do so.
12203 (apropos-command, apropos, apropos-value, apropos-documentation):
12204 Simplify calls to apropos-parse-pattern.
12205
12206 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
12207
12208 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
12209 (hi-lock-face-phrase-buffer): Use hi-yellow face.
12210 (hi-lock-write-interactive-patterns): Use comment-region.
12211
12212 * longlines.el (longlines-mode): Add mail-setup-hook.
12213
12214 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
12215
12216 * simple.el (sendmail-user-agent-compose, next-line):
12217 Conditionally use hard-newline.
12218
12219 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
12220
12221 * international/latexenc.el (latex-inputenc-coding-alist):
12222 Reword doc string.
12223
12224 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
12225
12226 * help.el (describe-key-briefly, describe-key): Recognize default
12227 bindings.
12228
12229 2005-11-29 Romain Francoise <romain@orebokech.com>
12230
12231 * view.el (view-inhibit-help-message): New defcustom.
12232 (view-mode-enter): Use it.
12233
12234 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
12235
12236 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
12237 Preserve user position.
12238
12239 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
12240
12241 * font-lock.el: Throw error if facemenu is not loaded to prevent
12242 accidental change of loading order in loadup.el. (Suggested by RMS.)
12243
12244 * loadup.el: Add comment explaining why facemenu must be loaded
12245 before font-lock.
12246
12247 2005-11-28 Jay Belanger <belanger@truman.edu>
12248
12249 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
12250 (calc-dispatch-map): Add more keys for `calc-same-interface'.
12251
12252 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
12253
12254 * calc/calc-embed.el (calc-do-embedded): Update help message.
12255
12256 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
12257
12258 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
12259
12260 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
12261
12262 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
12263 called-interactively-p.
12264 (elp-profilable-p): Rename from elp-not-profilable-p.
12265 Invert result and take into account macros and autoloaded functions.
12266 (elp-instrument-function): Update call.
12267 (elp-instrument-package): Update call. Add completion.
12268 (elp-pack-number): Use match-string.
12269 (elp-results-jump-to-definition-by-mouse): Merge into
12270 elp-results-jump-to-definition and then remove.
12271 (elp-output-insert-symname): Make help echo text single-line.
12272
12273 * replace.el (query-replace-map): Move initialization into declaration.
12274 (occur-engine): Use with-current-buffer.
12275 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
12276 (occur-mode-mouse-goto): Replace with an alias.
12277
12278 2005-11-28 Juri Linkov <juri@jurta.org>
12279
12280 * simple.el (quoted-insert): Let-bind input-method-function to nil.
12281
12282 * term/w32-win.el: Bind [S-tab] to [backtab].
12283
12284 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
12285 `Info-find-file' to t.
12286
12287 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
12288 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
12289 and same-window-regexps.
12290 (occur-next-error): Don't move point for arg 0.
12291
12292 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
12293
12294 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
12295
12296 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
12297
12298 * log-edit.el (log-edit-changelog-use-first): New var.
12299 (log-edit-changelog-ours-p): Use it.
12300 (log-edit-insert-changelog): Set it with new arg `use-first'.
12301 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
12302 (log-edit-hook): Add them to the list of suggested options.
12303
12304 * textmodes/flyspell.el (flyspell-last-buffer): New var.
12305 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
12306 redundant work.
12307 (flyspell-mode-on): Use add-hook for after-change-functions.
12308 (flyspell-mode-off): Use remove-hook for after-change-functions.
12309 (flyspell-changes): Make it buffer-local.
12310 (flyspell-after-change-function): Make it non-interactive. Use push.
12311 (flyspell-post-command-hook): Check input-pending-p while processing
12312 the potentially long list of buffer changes.
12313
12314 2005-11-28 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
12315
12316 * buff-menu.el (list-buffers-noselect): Display the selected
12317 frame's buffer list, not the global one.
12318
12319 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
12320
12321 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
12322 that (list last-input-event) works as in interactive spec.
12323
12324 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
12325
12326 * loadup.el ("facemenu"): Load facemenu before font-lock, because
12327 `facemenu-keymap' needs to be defined when font-lock is loaded.
12328 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
12329
12330 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
12331
12332 * completion.el: Remove useless leading * in defcustom docstrings.
12333 (save-completions-file-name): Use ~/.emacs.d if available.
12334 (completion-standard-syntax-table): Rename from
12335 cmpl-standard-syntax-table and fold initialization into declaration,
12336 thus removing cmpl-make-standard-completion-syntax-table.
12337 (completion-lisp-syntax-table, completion-c-syntax-table)
12338 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
12339 (cmpl-saved-syntax, cmpl-saved-point): Remove.
12340 (symbol-under-point, symbol-before-point)
12341 (symbol-under-or-before-point, symbol-before-point-for-complete)
12342 (add-completions-from-c-buffer): Use with-syntax-table.
12343 (make-completion): Don't return a list of completion entries.
12344 Update callers.
12345 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
12346 (completion-initialize): Rename from initialize-completions.
12347 (completion-find-file-hook): Rename from cmpl-find-file-hook.
12348 (kill-emacs-save-completions): Collect stats here.
12349 (save-completions-to-file, load-completions-from-file):
12350 Use with-current-buffer.
12351 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
12352 into a function. Move all calls to toplevel.
12353 (completion-lisp-mode-hook): New fun.
12354 (completion-c-mode-hook, completion-setup-fortran-mode):
12355 Set the syntax-table here. Use local-set-key.
12356 (completion-saved-bindings): New var.
12357 (dynamic-completion-mode): Make it into a proper minor mode.
12358 (load-completions-from-file): Remove unused var `num-uses'.
12359
12360 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
12361 constructor if it is explicitly overridden.
12362
12363 * complete.el (PC-completion-as-file-name-predicate):
12364 Use minibuffer-completing-file-name.
12365 (partial-completion-mode): Use find-file-not-found-functions.
12366 (PC-lisp-complete-symbol): Use with-syntax-table.
12367 (PC-look-for-include-file): Remove dead setq.
12368 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
12369 (PC-complete): Use with-current-buffer.
12370
12371 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
12372 escape single quotes.
12373
12374 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
12375
12376 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
12377 of `if' whose condition always returned nil. Doc fix.
12378
12379 * buff-menu.el (Buffer-menu-revert-function): Make the selected
12380 window's buffer the current buffer around the call to
12381 `list-buffers-noselect'. This is necessary to mark that buffer
12382 with a `.' in the Buffer Menu when called from Lisp, for instance
12383 by Auto Revert Mode.
12384
12385 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
12386
12387 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
12388 attaching to it.
12389 (gdb-pre-prompt): Make sure gdb-error is reset.
12390
12391 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
12392 with a child process, detect it.
12393 (gud-speedbar-buttons): Match regexp more carefully.
12394
12395 2005-11-27 Richard M. Stallman <rms@gnu.org>
12396
12397 * mouse.el (mouse-drag-move-window-bottom):
12398 Use adjust-window-trailing-edge.
12399
12400 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
12401
12402 * simple.el (blink-matching-open): Ignore
12403 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
12404 (blink-matching-paren-on-screen): Update docstring.
12405
12406 * paren.el (show-paren-mode): No longer change
12407 `blink-matching-paren-on-screen'.
12408
12409 2005-11-27 John Paul Wallington <jpw@pobox.com>
12410
12411 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
12412 (gdb-threads-select, gdb-edit-register-value):
12413 Use `posn-set-point' instead of `mouse-set-point' because the
12414 latter is not fbound when configured without X.
12415
12416 2005-11-27 Kim F. Storm <storm@cua.dk>
12417
12418 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
12419 existing face when partially highlighting a TAB in a rectangle.
12420
12421 2005-11-26 Kim F. Storm <storm@cua.dk>
12422
12423 * ido.el (ido-mode-map): Doc fix.
12424 (ido-mode-common-map, ido-mode-file-map)
12425 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
12426 (ido-define-mode-map): Rewrite. Select one of the new maps as
12427 parent for ido-mode-map instead of building from scratch.
12428 (ido-init-mode-maps): New defun to initialize new maps.
12429 (ido-mode): Call it.
12430 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
12431 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
12432
12433 2005-11-26 John Paul Wallington <jpw@pobox.com>
12434
12435 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
12436 `mouse-set-point' because the latter is not fbound when configured
12437 without X.
12438
12439 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
12440
12441 * files.el (file-relative-name): Doc fix.
12442
12443 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
12444
12445 * progmodes/octave-inf.el (inferior-octave-startup): Force a
12446 non-empty string for secondary prompt PS2.
12447
12448 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
12449
12450 * progmodes/compile.el (compilation-setup): Fix last change.
12451
12452 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
12453
12454 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
12455 (gdb-mouse-toggle-breakpoint-margin)
12456 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
12457 Add gdb-server-prefix to keep out of command history.
12458 (gdb-edit-register-value): New function.
12459 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
12460 (gdb-info-registers-custom): Use above map.
12461
12462 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
12463
12464 * custom.el (enable-theme): Signal error if argument is not a
12465 theme. Don't recalculate a face if it's not loaded yet.
12466
12467 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
12468 the `user' theme is in effect.
12469
12470 * info.el (Info-on-current-buffer): Record actual filename in
12471 Info-current-file, instead of t, or a fake filename if a non-file
12472 buffer. Make autoload.
12473 (Info-find-node, Info-revert-find-node): No need to check for
12474 Info-current-file nil.
12475 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
12476 Info-current-file is now never `t'.
12477 (Info-fontify-node): Many simplifications due to Info-current-file
12478 always being valid. Use Info-find-file to find node filename.
12479
12480 2005-11-25 David Kastrup <dak@gnu.org>
12481
12482 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
12483 new character, then delete" in order to preserve markers.
12484
12485 2005-11-25 David Ponce <david@dponce.com>
12486
12487 * recentf.el (recentf-arrange-by-rule): Handle a special
12488 `auto-mode-alist'-like "strip suffix" rule.
12489 (recentf-build-mode-rules): Handle second level auto-mode entries.
12490
12491 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
12492
12493 * viper-keym.el (viper-ESC-key): Use different values in terminal and
12494 window modes.
12495
12496 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
12497 jde-javadoc-checker-report-mode.
12498
12499 * ediff-wind (ediff-make-wide-display): Slight simplification.
12500
12501 * ediff.el (ediff-date): Change the date of last update.
12502
12503 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
12504
12505 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
12506 Use define-minor-mode, and make it a local mode. Turn on font-lock.
12507 (hi-lock-mode): New global minor mode.
12508 (turn-on-hi-lock-if-enabled): New function.
12509 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
12510 Change arguments to regexp and face instead of a font-lock pattern.
12511 Directly set face property, instead of refontifying.
12512 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
12513 (hi-lock-find-patterns): Use line-number-at-pos.
12514
12515 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
12516 arguments for hi-lock-set-pattern.
12517 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
12518 Call font-lock-fontify-buffer.
12519 (hi-lock-find-file-hook, hi-lock-current-line)
12520 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
12521
12522 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
12523 turned off.
12524
12525 * progmodes/compile.el (compilation-setup): Don't fiddle with
12526 font-lock-defaults.
12527
12528 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
12529
12530 * progmodes/gdb-ui.el (gdb-var-create-handler)
12531 (gdb-var-list-children-handler): Find values for all variable
12532 objects. gud-speedbar-buttons decides whether to display them.
12533
12534 2005-11-24 Romain Francoise <romain@orebokech.com>
12535
12536 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
12537 buffer name with a space.
12538
12539 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
12540
12541 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
12542 `org-export-local-list-max-depth'. Change default value to 3.
12543 (org-auto-renumber-ordered-lists)
12544 (org-plain-list-ordered-item-terminator): New options.
12545 (org-at-item-p, org-beginning-of-item, org-end-of-item)
12546 (org-get-indentation, org-get-string-indentation)
12547 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
12548 New functions.
12549 (org-move-item-down, org-move-item-up): New commands.
12550 (org-export-as-html): New classes for CSS support. Bug fix in
12551 regular expression detecting fixed-width regions. Respect
12552 `org-local-list-ordered-item-terminator'.
12553 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
12554 also a list item.
12555 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
12556 New item moving functions.
12557
12558 2005-11-24 Juri Linkov <juri@jurta.org>
12559
12560 * isearch.el (isearch-repeat): With empty search ring set
12561 `isearch-error' to the error string instead of signaling error
12562 with the function `error'.
12563
12564 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12565
12566 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
12567
12568 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
12569
12570 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
12571 and variable.
12572 (gdb-var-create-handler, gdb-var-list-children-handler):
12573 Don't match on "char **...".
12574 (gdb-var-update-handler): Find values for all variable objects.
12575 (gdb-info-frames-custom): Identify frames by leading "#".
12576
12577 * progmodes/gud.el (gud-speedbar-menu-items): Add
12578 gdb-speedbar-auto-raise as radio button.
12579 (gud-speedbar-buttons): Raise speedbar if requested.
12580 Don't match on "char **...".
12581 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
12582 Make it editable.
12583
12584 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
12585
12586 * info.el (Info-fontify-node): Handle the case where
12587 Info-current-file is t.
12588
12589 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
12590
12591 * simple.el (blink-matching-open): Fix off-by-one in last change.
12592
12593 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12594
12595 * term/mac-win.el: Don't change default directory.
12596
12597 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
12598
12599 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
12600 buffers correctly. (It used to throw an error in such buffers.)
12601 Make it ask for confirmation in group buffers and other Custom
12602 buffers containing more than one customization item.
12603
12604 2005-11-22 John Paul Wallington <jpw@gnu.org>
12605
12606 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
12607 property on mail and url overlays.
12608 (goto-address-at-point): Use `posn-set-point' instead of
12609 `mouse-set-point' because the latter is not fbound when configured
12610 without X.
12611
12612 2005-11-22 Lars Hansen <larsh@soem.dk>
12613
12614 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
12615 (ls-lisp-classify, ls-lisp-format): Delete call to
12616 ls-lisp-parse-symlink.
12617 (ls-lisp-handle-switches): Handle symlinks to directories as
12618 directories when ls-lisp-dirs-first in non-nil.
12619
12620 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
12621
12622 * startup.el (command-line): Make sure that loaddefs.el is handled
12623 correctly in load-history.
12624
12625 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
12626
12627 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
12628 (gdb-struct-string, gdb-array-string): New constants.
12629 (gdb-info-locals-handler): Use them.
12630 (gdb-reset): Reset gdb-var-list to nil.
12631
12632 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
12633
12634 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
12635 in patterns.
12636
12637 2005-11-21 Juri Linkov <juri@jurta.org>
12638
12639 * custom.el (defcustom): Update link types in docstring.
12640
12641 2005-11-20 Martin Rudalics <rudalics@gmx.at>
12642
12643 * custom.el (defgroup): Add doc-string-elt info.
12644
12645 * widget.el (define-widget): Don't use declare for the doc-string-elt.
12646
12647 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
12648
12649 * newcomment.el (comment-enter-backward): Fix last fix.
12650
12651 * simple.el (blink-matching-open):
12652 * paren.el (show-paren-function): Allow new paren-class info.
12653
12654 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
12655
12656 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
12657 handled automagically.
12658
12659 2005-11-20 Andreas Schwab <schwab@suse.de>
12660
12661 * descr-text.el (describe-char): When copying overlays put them
12662 over the full char description instead of just the first character
12663 of it.
12664
12665 2005-11-20 Juri Linkov <juri@jurta.org>
12666
12667 * simple.el (what-cursor-position):
12668 * descr-text.el (describe-char): Use Lisp-readable syntax
12669 for octal and hex. Reorder decimal, octal and hex values.
12670 Remove excess whitespace in the output. Use `=' in `column='
12671 like in `point=' and `Hscroll='.
12672
12673 * international/mule-cmds.el (encoded-string-description):
12674 Use Lisp-readable syntax for hex.
12675
12676 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
12677
12678 * newcomment.el (comment-enter-backward): Handle the case where the
12679 comment is closed by EOB.
12680
12681 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
12682
12683 * longlines.el (longlines-before-revert-hook)
12684 (longlines-after-revert-hook): New functions.
12685 (longlines-mode): Turn off longlines temporarily when reverting.
12686 Add a message-setup-hook.
12687 (longlines-decode-buffer): New function.
12688 (longlines-wrap-line): Preserve marker positions.
12689
12690 2005-11-19 Andreas Schwab <schwab@suse.de>
12691
12692 * emacs-lisp/shadow.el: Handle compressed files.
12693
12694 2005-11-19 Romain Francoise <romain@orebokech.com>
12695
12696 * net/browse-url.el (browse-url-default-browser): Signal an error
12697 if no usable browser can be found, rather than try to load w3.
12698
12699 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
12700
12701 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
12702 replacing existing properties.
12703 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
12704 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
12705 tty specs.
12706 (rcirc-server-prefix, rcirc-server): New faces.
12707 (rcirc-url-regexp): Generate with rx macro.
12708 (rcirc-last-server-message-time): New variable.
12709 (rcirc-filter): Record time of last message.
12710 (rcirc-keepalive): Kill processes that did not send a message
12711 since the last ping.
12712 (rcirc-mode): Give rcirc-topic a local binding here.
12713
12714 2005-11-19 Michael Cadilhac <michael.cadilhac@lrde.org>
12715
12716 * subr.el (read-passwd): Fontify the prompt as we do with other
12717 prompts.
12718
12719 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
12720
12721 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
12722 binding buffer-read-only to nil.
12723
12724 2005-11-19 Eli Zaretskii <eliz@gnu.org>
12725
12726 * complete.el (partial-completion-mode):
12727 Mention completion-auto-help in the doc string.
12728
12729 * man.el (Man-highlight-references): Doc fix. Reformat code in a
12730 more Lisp-ish way.
12731
12732 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
12733
12734 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
12735 digits, not 8, to avoid misalignment for files larger than 100MB.
12736
12737 2005-11-19 Eli Zaretskii <eliz@gnu.org>
12738
12739 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
12740 Mention "keyboard shortcuts" in the help text.
12741
12742 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12743
12744 * startup.el (fancy-splash-default-action): Discard only
12745 mouse-down and succeeding mouse-up events in the splash screen
12746 window so that drag-n-drop event can be processed.
12747
12748 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
12749
12750 * longlines.el (longlines-mode): Add hacks for mail-mode and
12751 message-mode.
12752
12753 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
12754
12755 * textmodes/org.el (org-table-sort-lines): New command.
12756 (org-tbl-menu): Add entry for `org-table-sort-lines'.
12757 (org-add-file): Command removed, use `org-agenda-file-to-front'
12758 instead.
12759 (org-export-icalendar): Use `org-icalendar-combined-name'.
12760 (org-cycle-agenda-files, org-agenda-file-to-end)
12761 (org-agenda-file-to-front): New commands.
12762 (org-table-tab-jumps-over-hlines, org-export-html-style):
12763 New options.
12764 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
12765 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
12766 New functions.
12767 (org-fill-paragraph): Call `org-table-align' in tables.
12768 (org-mode): Call `org-set-autofill-regexps'.
12769 (org-export-as-html): Support for local handformatted lists.
12770 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
12771 (org-export-local-list-max-depth): New option.
12772 (org-html-expand): Use `org-html-protect'.
12773
12774 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
12775
12776 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
12777 to "p".
12778 (gdb): Move definition of gud-pp to...
12779
12780 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
12781 speedbar.
12782 (gdb-find-watch-expression): New function.
12783
12784 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
12785
12786 * faces.el (face-attribute, set-face-attribute): Mention existence
12787 of `:ignore-defface' setting in docstring.
12788
12789 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
12790
12791 * simple.el (completion-setup-function): Fix last change.
12792
12793 2005-11-17 John Paul Wallington <jpw@pobox.com>
12794
12795 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
12796 Use `posn-set-point' instead of `mouse-set-point' because the
12797 latter is not fbound when configured without X.
12798
12799 * comint.el (comint-insert-input): Likewise.
12800
12801 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
12802
12803 * simple.el (hard-newline): New variable.
12804 (sendmail-user-agent-compose, next-line): Use it.
12805
12806 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
12807 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
12808 (mail-mail-reply-to, mail-mail-followup-to)
12809 (mail-position-on-field, mail-signature, mail-yank-original)
12810 (mail-attach-file): Likewise.
12811
12812 * mail/mailheader.el (mail-header-format)
12813 (mail-header-format-function): Likewise.
12814
12815 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
12816
12817 2005-11-17 Juri Linkov <juri@jurta.org>
12818
12819 * font-lock.el (font-lock-faces): Rename this defgroup from
12820 `font-lock-highlighting-faces'.
12821 (font-lock-comment-face, font-lock-comment-delimiter-face)
12822 (font-lock-string-face, font-lock-doc-face)
12823 (font-lock-keyword-face, font-lock-builtin-face)
12824 (font-lock-function-name-face, font-lock-variable-name-face)
12825 (font-lock-type-face, font-lock-constant-face)
12826 (font-lock-warning-face, font-lock-negation-char-face)
12827 (font-lock-preprocessor-face)
12828 (font-lock-regexp-grouping-backslash)
12829 (font-lock-regexp-grouping-construct): Rename :group from
12830 `font-lock-highlighting-faces' to `font-lock-faces'.
12831
12832 * cus-edit.el (lisp, c, tex):
12833 * progmodes/ada-mode.el (ada):
12834 * progmodes/asm-mode.el (asm):
12835 * progmodes/cperl-mode.el (cperl-faces):
12836 * progmodes/cpp.el (cpp):
12837 * progmodes/dcl-mode.el (dcl):
12838 * progmodes/f90.el (f90):
12839 * progmodes/fortran.el (fortran):
12840 * progmodes/icon.el (icon):
12841 * progmodes/idlwave.el (idlwave-misc):
12842 * progmodes/m4-mode.el (m4):
12843 * progmodes/make-mode.el (makefile):
12844 * progmodes/meta-mode.el (meta-font):
12845 * progmodes/modula2.el (modula2):
12846 * progmodes/octave-mod.el (octave):
12847 * progmodes/pascal.el (pascal):
12848 * progmodes/perl-mode.el (perl):
12849 * progmodes/prolog.el (prolog):
12850 * progmodes/ps-mode.el (PostScript-edit):
12851 * progmodes/scheme.el (scheme):
12852 * progmodes/sh-script.el (sh-script):
12853 * progmodes/simula.el (simula):
12854 * progmodes/tcl.el (tcl):
12855 * textmodes/nroff-mode.el (nroff):
12856 * textmodes/reftex-vars.el (reftex-fontification-configurations):
12857 * textmodes/sgml-mode.el (sgml):
12858 * textmodes/texinfo.el (texinfo):
12859 Add :link (custom-group-link font-lock-faces) to defgroup.
12860
12861 * hi-lock.el (hi-lock): Rename this defgroup from
12862 `hi-lock-interactive-text-highlighting'. Change parent group from
12863 `faces' to `font-lock'. Add link to the manual.
12864 (hi-lock-mode, hi-lock-file-patterns-range)
12865 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
12866 `hi-lock-interactive-text-highlighting' to `hi-lock'.
12867 (hi-lock-faces): Add :group `faces'.
12868
12869 * cus-edit.el (custom-variable-prompt): Clarify the code.
12870
12871 * faces.el (face-read-string): Set the default value arg of
12872 completing-read.
12873
12874 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
12875
12876 * rfn-eshadow.el (file-name-shadow-properties)
12877 (file-name-shadow-tty-properties, file-name-shadow-mode):
12878 Remove autoloads, because the file is now preloaded.
12879
12880 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
12881
12882 * printing.el (easy-menu-intern): Don't define.
12883 (pr-get-symbol): Use easy-menu-intern only if defined.
12884
12885 * simple.el (blink-matching-open): Simplify a bit.
12886 (completion-setup-function): Fix the case of partial-completion-mode
12887 when the minibuffer's contents start with "-".
12888 Obey completion-base-size-function even when
12889 minibuffer-completing-file-name is non-nil.
12890
12891 2005-11-16 Richard M. Stallman <rms@gnu.org>
12892
12893 * net/eudcb-ph.el (eudc-ph-open-session):
12894 Use set-process-query-on-exit-flag.
12895
12896 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
12897
12898 * international/ucs-tables.el (ucs-set-table-for-input):
12899 Use make-local-variable, not make-variable-buffer-local.
12900
12901 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
12902 Improve warning message text.
12903
12904 * savehist.el (savehist-save-hook): Add :group.
12905
12906 * menu-bar.el (menu-bar-help-menu):
12907 Rename Find Extra Packages to External Packages.
12908
12909 * cus-edit.el (Custom-reset-standard): Verify that
12910 :custom-standard-value prop exists before calling it.
12911
12912 * apropos.el (apropos-calc-scores): Use apropos-pattern.
12913
12914 2005-11-16 Martin Rudalics <rudalics@gmx.at>
12915
12916 * wid-edit.el (color): Enclose %t in %{...%}.
12917
12918 * cus-edit.el (face): Enclose %t in %{...%}.
12919
12920 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
12921
12922 * savehist.el (savehist-mode-hook): Re-add the var.
12923 (savehist-mode): Use it.
12924
12925 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
12926
12927 * textmodes/flyspell.el: Fix commenting convention.
12928 Remove unnecessary leading * in custom docstrings.
12929 (flyspell-emacs): Remove unused var.
12930 (flyspell-delete-region-overlays): Use remove-overlays.
12931 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
12932 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
12933 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
12934 (flyspell-debug-signal-word-checked): Use with-current-buffer.
12935 (make-flyspell-overlay): Don't locally reuse a global name.
12936 (flyspell-highlight-incorrect-region)
12937 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
12938 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
12939 (flyspell-notify-misspell): Remove unused args `start' and `end'.
12940 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
12941 Wrap calls to accept-process-output inside with-local-quit since it's
12942 often called from a post-command-hook.
12943 (flyspell-correct-word, flyspell-auto-correct-word):
12944 Use ispell-send-string.
12945 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
12946
12947 * calendar/diary-lib.el (diary-list-entries): Also hide the
12948 terminating newline.
12949
12950 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
12951
12952 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
12953 window-system, to allow fonts on tty.
12954
12955 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
12956
12957 * progmodes/gud.el (gud-speedbar-item-info): New function.
12958 (gud-install-speedbar-variables): Use it to display data type
12959 of watch expression as a tooltip in speedbar.
12960
12961 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
12962
12963 * font-core.el (global-font-lock-mode): Add :version keyword,
12964 because default was changed.
12965
12966 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
12967
12968 * startup.el (command-line): Use `custom-reevaluate-setting' for
12969 `file-name-shadow-mode'.
12970
12971 * loadup.el: Preload rfn-eshadow.
12972
12973 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
12974 Add :version keyword.
12975 (file-name-shadow-properties, file-name-shadow-tty-properties)
12976 (file-name-shadow): Add :version keyword.
12977
12978 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
12979 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
12980 in the custom-group property of the symbol frames and the fringe
12981 group got no link to its parent group frames.
12982 Doc fix.
12983
12984 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
12985
12986 * progmodes/gud.el (gud-stop-subjob): New function.
12987 (gud-menu-map, gud-tool-bar-map): Use it.
12988
12989 2005-11-16 Kim F. Storm <storm@cua.dk>
12990
12991 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
12992 than kill it.
12993 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
12994 to a more useful/logical place.
12995
12996 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
12997
12998 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
12999 go buttons complementary.
13000
13001 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
13002
13003 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
13004 (rfn-eshadow-sifn-equal): New function.
13005 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
13006
13007 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
13008
13009 * viper-utils.el (viper-non-word-characters-reformed-vi):
13010 Quote `-' in string.
13011
13012 * viper.el (viper-emacs-state-mode-list): Ensure that
13013 rcirc-mode buffers come up in Emacs state.
13014
13015 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
13016 operation.
13017
13018 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
13019
13020 * term.el (term-termcap-format): Fix typos.
13021 (term-down): Fix the negative argument case.
13022
13023 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
13024
13025 * progmodes/gdb-ui.el: Remove face-alias left over from change on
13026 2005-08-15.
13027 (gdb-ann3): New command gud-go.
13028 (menu): Accomodate gdb-mi.el.
13029 (gdb-assembler-custom): Make buffer of selected window current
13030 so that set-window-point works.
13031
13032 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
13033 buttons and include new ones.
13034
13035 2005-11-16 Kim F. Storm <storm@cua.dk>
13036
13037 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
13038 (gud-menu-map): Use it.
13039
13040 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
13041
13042 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
13043 that works correctly for Custom and that does not override a user
13044 who disables it.
13045
13046 * help-mode.el (help-make-xrefs, help-xref-on-pp)
13047 (help-xref-interned, help-follow): Make hyperlinks for variables
13048 that are unbound, but have a non-nil variable-documentation property.
13049
13050 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
13051 mode hook. (It conflicted with defcustoms for some mode hooks.)
13052 Use the `variable-documentation' property to give the mode hook a
13053 docstring and expand that docstring.
13054
13055 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
13056
13057 * savehist.el (savehist-mode): Don't bother with
13058 `custom-set-minor-mode'.
13059 (savehist-coding-system): Check XEmacs version.
13060 (history-length): Declare also at run time.
13061 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
13062 Don't set the customize state.
13063 (savehist-minibuffer-hook): Special case for when
13064 minibuffer-history-variable is equal to t.
13065
13066 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
13067
13068 * files.el (write-file): Refresh VC status.
13069
13070 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
13071 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
13072 than fundamental-mode to see if the mode was set.
13073
13074 2005-11-14 Romain Francoise <romain@orebokech.com>
13075
13076 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
13077 dummy function in `eval-when-compile' to avoid compiler warning.
13078 Require `man' at compile time.
13079
13080 2005-11-14 Jay Belanger <belanger@truman.edu>
13081
13082 * calc-alg.el (calcFunc-write-out-power): Rename it to
13083 calcFunc-powerexpand.
13084 (math-write-out-power): Rename it to math-powerexpand; have it
13085 handle negative exponents.
13086 (calc-writeoutpower): Rename it to calc-powerexpand.
13087
13088 * calc-ext.el: Change calcFunc-writeoutpower and
13089 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
13090 autoloads.
13091 Add calcFunc-ldiv to autoloads.
13092
13093 * calc-arith.el (calcFunc-ldiv): New function.
13094
13095 * calc.el (calc-left-divide): New function.
13096
13097 2005-11-14 Juri Linkov <juri@jurta.org>
13098
13099 * cus-edit.el (custom-variable-prompt): Set the default value arg
13100 of completing-read.
13101
13102 * cus-dep.el (custom-make-dependencies): Reverse the list of
13103 found dependencies.
13104
13105 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
13106
13107 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
13108 Highlighting" entry, it is on by default now.
13109 (menu-bar-options-save): Do not save global-font-lock-mode.
13110
13111 2005-11-13 Richard M. Stallman <rms@gnu.org>
13112
13113 * textmodes/flyspell.el (flyspell-large-region):
13114 Call flyspell-accept-buffer-local-defs.
13115
13116 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
13117
13118 * textmodes/flyspell.el (flyspell-notify-misspell):
13119 Fix misspelling of "Misspelling".
13120 (flyspell-process-localwords): New function.
13121 (flyspell-large-region): Call flyspell-process-localwords and
13122 flyspell-delete-region-overlays.
13123 (flyspell-delete-region-overlays): New function.
13124 (flyspell-delete-all-overlays): Call that.
13125
13126 2005-11-13 Richard M. Stallman <rms@gnu.org>
13127
13128 * help.el (help-for-help-internal): Improve doc of C-h a.
13129 (describe-key): Improve prompt; doc fix.
13130
13131 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
13132
13133 * vc-svn.el (vc-svn-registered): Catch all errors.
13134
13135 * cus-dep.el (custom-make-dependencies): Typo.
13136
13137 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
13138
13139 * net/tramp-util.el (top): Fix compilation warning.
13140
13141 2005-11-13 Kim F. Storm <storm@cua.dk>
13142
13143 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
13144
13145 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
13146
13147 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
13148 (gud-speedbar-buttons): Match on "const char *" too.
13149
13150 * progmodes/gdb-ui.el (gdb-var-create-handler)
13151 (gdb-var-list-children-handler): Match on "const char *" too.
13152 (gdb-var-evaluate-expression-handler): Match on empty string.
13153 (gdb-var-update-handler): Only call
13154 gdb-var-evaluate-expression-handler when required.
13155
13156 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
13157
13158 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
13159 selected window. This still doesn't work for speedbar.
13160 (gud-speedbar-buttons): Handle string expressions properly.
13161
13162 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
13163 (gdb-var-create-handler): Handle string expressions properly.
13164 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
13165 Handle string expressions properly. Move "type" field into regexp.
13166
13167 2005-11-12 Karl Fogel <kfogel@red-bean.com>
13168
13169 * bookmark.el (bookmark-maybe-message): New function to reduce
13170 code duplication: invokes `message' iff baud-rate is high enough.
13171 (bookmark-write-file): Use above instead of an inline conditional.
13172 (bookmark-load): Same.
13173
13174 2005-11-12 Karl Fogel <kfogel@red-bean.com>
13175
13176 * bookmark.el (bookmark-write-file): Don't visit the destination
13177 file, just write the data to it using write-region. This is
13178 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
13179 change to avoid visiting the file in the first place.
13180
13181 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
13182
13183 * hi-lock.el (hi-lock-mode): Set the default value of
13184 font-lock-defaults.
13185
13186 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
13187
13188 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
13189 arg to `file-attributes'.
13190 (find-lisp-format): The UID and GID can now be strings.
13191
13192 2005-11-12 Kim F. Storm <storm@cua.dk>
13193
13194 * help.el (help-map): Bind C-h d to apropos-documentation.
13195
13196 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
13197 when point is at end-of-buffer.
13198
13199 * apropos.el (apropos-match-face): Doc fix.
13200 (apropos-sort-by-scores): Add new choice `verbose'.
13201 (apropos-documentation-sort-by-scores): New defcustom.
13202 (apropos-pattern): Now contains the pattern entered by the user.
13203 (apropos-pattern-quoted): New defvar.
13204 (apropos-regexp): New defvar, containing the regexp corresponding
13205 to apropos-pattern.
13206 (apropos-all-words-regexp): Rename from apropos-all-regexp.
13207 (apropos-read-pattern): New defun. Use it to read pattern arg in
13208 interactive calls; returns list of words for a word list, and
13209 string for a regexp.
13210 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
13211 parses a list of words or regexp as returned by apropos-read-pattern.
13212 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
13213 (apropos-score-doc): Return a very high score if the string
13214 entered by the user matches literally.
13215 (apropos-variable): Doc fix. Use apropos-read-pattern.
13216 (apropos-command): Doc fix. Use apropos-read-pattern and
13217 apropos-parse-pattern. Call apropos-print with nosubst=t.
13218 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
13219 apropos-parse-pattern.
13220 (apropos-documentation): Doc fix. Use apropos-read-pattern and
13221 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
13222 apropos-documentation-sort-by-scores. Call apropos-print with
13223 nosubst=t.
13224 (apropos-documentation-internal): Pass doc string through
13225 substitute-key-definition before adding text properties.
13226 Highlight substring matching literal user input if possible.
13227 (apropos-documentation-check-doc-file): Remove locals beg and end.
13228 Fix calculation of score (as added twice). Pass doc string through
13229 substitute-key-definition before adding text properties.
13230 (apropos-documentation-check-elc-file): Pass doc string through
13231 substitute-key-definition before adding text properties.
13232 Highlight substring matching literal user input if possible.
13233 (apropos-print): Add new arg NOSUBST; if set, command and variable
13234 doc strings have already been passed through substitute-key-definition.
13235 Add code to handle apropos-accumulator items without score element
13236 for backwards compatibility (e.g. with woman package).
13237 Only show scores if apropos-sort-by-scores is `verbose'.
13238
13239 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
13240
13241 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
13242 Add jka-compr-load-suffixes to load-suffixes.
13243
13244 * jka-compr.el: Require jka-cmpr-hook.
13245 (jka-compr-info-compress-message, jka-compr-info-compress-program)
13246 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
13247 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
13248 (jka-compr-info-can-append, jka-compr-info-strip-extension)
13249 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
13250 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
13251 (jka-compr-uninstall): Remove entries from
13252 jka-compr-added-to-file-coding-system-alist after they are used.
13253 (jka-compr-error): Remove unused var `curbuf'.
13254 (jka-compr-file-local-copy): Remove unused var `notfound'.
13255
13256 2005-11-10 Romain Francoise <romain@orebokech.com>
13257
13258 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
13259
13260 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
13261
13262 * progmodes/gud.el (gud-menu-map): Move parentheses.
13263 (gdb): New command gud-pv.
13264
13265 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
13266
13267 * tar-mode.el: Remove spurious or unnecessary leading stars
13268 in docstrings.
13269 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
13270 (tar-parse-octal-integer-safe): Use mapc.
13271 (tar-header-block-summarize): Remove unused var `ck'.
13272 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
13273 cleared before. Obey default-enable-multibyte-characters.
13274 Use mapconcat. Simplify setting of tar-header-offset.
13275 (tar-mode-map): Move initialization inside delcaration.
13276 (tar-flag-deleted): Use `abs'.
13277 (tar-expunge-internal): Remove unused var `line'.
13278 (tar-expunge-internal): Don't hardcode point-min==1.
13279 (tar-expunge): Widen while doing set-buffer-multibyte.
13280 (tar-rename-entry): Use file-name-coding-system.
13281 (tar-alter-one-field): Don't hardcode point-min==1.
13282 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
13283 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
13284
13285 2005-11-10 Masatake YAMATO <jet@gyve.org>
13286
13287 * add-log.el (add-log-current-defun): Handle class::method
13288 notation of c++. Fix incorrect comment.
13289
13290 2005-11-10 Alan Mackenzie <acm@muc.de>
13291
13292 * help-fns.el (describe-variable): Make C-h v work when a variable
13293 has variable documentation yet is unbound.
13294
13295 2005-11-10 Masatake YAMATO <jet@gyve.org>
13296
13297 * man.el (Man-highlight-references): Set an empty
13298 string to `Man-arguments' if it is nil.
13299 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
13300
13301 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
13302
13303 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
13304 commenting conventions.
13305
13306 * cus-dep.el (custom-make-dependencies): Simplify.
13307 Better follow the commenting conventions.
13308
13309 2005-11-09 Richard M. Stallman <rms@gnu.org>
13310
13311 * apropos.el (apropos-pattern): Rename from apropos-regexp.
13312 (apropos-orig-pattern): Rename from apropos-orig-regexp.
13313 All uses changed.
13314 (apropos-rewrite-regexp): Doc fix.
13315 (apropos-variable, apropos-command, apropos, apropos-value):
13316 Change prompt; carry through the argument renaming.
13317
13318 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
13319
13320 * find-lisp.el: Require dired.
13321 (find-lisp-find-dired-internal): Do not call
13322 `abbreviate-file-name' on DIR.
13323
13324 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
13325
13326 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
13327
13328 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
13329
13330 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
13331 when using the speedbar.
13332 (gdb): New command gud-pp.
13333 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
13334
13335 2005-11-09 Juri Linkov <juri@jurta.org>
13336
13337 * replace.el (occur-excluded-properties): New defcustom.
13338 (occur-1, occur-engine, occur-accumulate-lines): Use it.
13339
13340 2005-11-08 Jay Belanger <belanger@truman.edu>
13341
13342 * calc/calc-units.el (math-convert-units): Replace any composite
13343 unit by its definition.
13344
13345 2005-11-08 Lars Hansen <larsh@soem.dk>
13346
13347 * emacs-lisp/autoload.el (update-directory-autoloads):
13348 Add obsolete function alias.
13349
13350 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
13351
13352 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
13353 comment-indent-function.
13354 (lisp-comment-indent): Replace by an alias for comment-indent-default.
13355
13356 * reveal.el (reveal-post-command): Rework the handling of
13357 reveal-open-spots, so as to be more reliable. There were several
13358 tricky corner cases where an open spot might be lost, or where
13359 a closed spot might end up on the list of open spots.
13360 Only reveal text that's ellipsised.
13361
13362 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
13363
13364 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
13365
13366 2005-11-07 John Paul Wallington <jpw@gnu.org>
13367
13368 * ibuffer.el (ibuffer): Search iconified frames too when
13369 getting Ibuffer buffer's window.
13370
13371 2005-11-06 Richard M. Stallman <rms@gnu.org>
13372
13373 * progmodes/compile.el (compilation-internal-error-properties):
13374 save-excursion around the computation of MARKER.
13375
13376 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
13377
13378 * textmodes/flyspell.el (flyspell-external-point-words):
13379 flyspell-get-word returns a list, not just a string.
13380
13381 2005-11-06 John Paul Wallington <jpw@pobox.com>
13382
13383 * ibuffer.el (ibuffer): Search all visible frames when getting
13384 Ibuffer buffer's window.
13385
13386 2005-11-07 Masatake YAMATO <jet@gyve.org>
13387
13388 * man.el (Man-reference-regexp): Accept spaces between
13389 `Man-name-regexp' and `Man-section-regexp'.
13390 (Man-apropos-regexp): New variable.
13391 (Man-abstract-xref-man-page): Use value for `Man-target-string'
13392 if available.
13393 (Man-highlight-references, Man-highlight-references0):
13394 Handle the case when `Man-arguments' includes "-k".
13395 (Man-highlight-references0): Rename the argument `TARGET-POS' to
13396 `TARGET'. `TARGET' can be a number, function or nil.
13397
13398 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
13399
13400 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
13401 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
13402 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
13403 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
13404 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
13405 (gdb-send-item): Use buffer-local-value and simplify.
13406
13407 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
13408
13409 * startup.el (command-line): Use `custom-reevaluate-setting' for
13410 `global-font-lock-mode'.
13411
13412 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
13413 by default, except in batch mode or when the -D option is given.
13414
13415 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
13416 specified keyword args on to `define-minor-mode'. Update docstring.
13417
13418 2005-11-05 Romain Francoise <romain@orebokech.com>
13419
13420 * replace.el (occur-engine): Add marker at end of line, too.
13421
13422 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
13423
13424 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
13425 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
13426 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
13427 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
13428 argument to all these routines, so the passphrase can be managed
13429 externally and passed in to the system.
13430 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
13431 pgg-add-passphrase-to-cache function.
13432
13433 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
13434 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
13435 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
13436 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
13437 argument to all these routines, so the passphrase can be managed
13438 externally and passed in to the system.
13439 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
13440 function.
13441
13442 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
13443
13444 * font-lock.el: Don't deal with font-lock-face-attributes here,
13445 move the code ...
13446
13447 * startup.el (command-line): ... here. Use face-spec-set instead
13448 of custom-declare-face.
13449
13450 * faces.el (face-spec-set): Reset the face if spec is not nil.
13451
13452 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
13453
13454 * newcomment.el (comment-region-internal): Box more tightly in the
13455 common case where there's no TAB in the boxed text.
13456
13457 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13458
13459 * info.el (info-tool-bar-map): Use images prev-node, next-node and
13460 up-node.
13461
13462 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
13463
13464 * newsticker.el: Commentary updated. Code formatting changed.
13465 (newsticker-version): Change to "1.9".
13466 (newsticker, newsticker-feed): Doc fix.
13467 (newsticker-url-list): Doc fix. Add option "Weekly".
13468 (newsticker-retrieval-interval): Add option "Weekly".
13469 (newsticker-headline-processing): Doc fix.
13470 (newsticker-auto-mark-filter): Remove.
13471 (newsticker-auto-mark-filter-list): New.
13472 (newsticker-layout, newsticker-sort-method): Doc fix.
13473 (newsticker-hide-old-items-in-newsticker-buffer)
13474 (newsticker-heading-format, newsticker-item-format)
13475 (newsticker-desc-format): Doc fix.
13476 (newsticker-show-all-rss-elements): Remove.
13477 (newsticker-show-all-news-elements): New.
13478 (newsticker-faces, newsticker-ticker): Doc fix.
13479 (remove-from-invisibility-spec): Code formatting.
13480 (newsticker--process-ids): New.
13481 (newsticker-mode): Doc fix.
13482 (newsticker-mode): Change mode-line-format.
13483 (newsticker-start): Remove debug output.
13484 (newsticker-start-ticker): Doc fix. Add autoload cookie.
13485 (newsticker-w3m-show-inline-images): Code formatting.
13486 (newsticker-next-item): Call `force-mode-line-update'.
13487 (newsticker-previous-item): Call `force-mode-line-update'.
13488 (newsticker-next-feed): Call `force-mode-line-update'.
13489 (newsticker-previous-feed): Call `force-mode-line-update'.
13490 (newsticker-mark-all-items-at-point-as-read): Code formatting.
13491 (newsticker-show-old-items): Do not show descs.
13492 (newsticker-hide-entry): Hide too much.
13493 (newsticker-hide-entry, newsticker-show-entry)
13494 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
13495 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
13496 (newsticker-toggle-auto-narrow-to-item): Code formatting.
13497 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
13498 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
13499 (newsticker-get-news): Call `force-mode-line-update'.
13500 Collect process ids.
13501 (newsticker--sentinel): Change coding system handling.
13502 Move image retrieval to new functions newsticker--get-logo-url-*.
13503 Move feed parsing to new functions newsticker--parse-*.
13504 Update list of process ids.
13505 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
13506 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
13507 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
13508 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
13509 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
13510 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
13511 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
13512 (newsticker--decode-coding-string): Remove.
13513 (newsticker--decode-numeric-entities): Check input. Format code.
13514 (newsticker--remove-whitespace): Check input.
13515 (newsticker--do-forget-preformatted): Doc fix.
13516 (newsticker--decode-rfc822-date): Allow for missing time.
13517 (newsticker--update-process-ids): New.
13518 (newsticker--image-sentinel): Change comment.
13519 (newsticker--image-read): Change error message.
13520 (newsticker--imenu-goto): Doc fix. Show headline title.
13521 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
13522 (newsticker--buffer-do-insert-text): Clean whitespace in
13523 html-rendered headline title. Code formatting.
13524 Call `newsticker--buffer-print-extra-elements'.
13525 (newsticker--buffer-print-extra-element): Remove.
13526 (newsticker--buffer-print-extra-elements): New.
13527 (newsticker--buffer-do-print-extra-element): New.
13528 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
13529 large sizes.
13530 (newsticker--run-auto-mark-filter)
13531 (newsticker--do-run-auto-mark-filter):
13532 Use `newsticker-auto-mark-filter-list'.
13533
13534 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
13535
13536 * net/rcirc.el: Use split-string OMIT-NULLS argument.
13537 (rcirc-print): Force redisplay before running hooks. Do long
13538 buffer truncation after making new text read-only. Deal with nil
13539 text when decoding strings. If TARGET is nil, use either the
13540 currently selected buffer, if it is an rcirc buffer and of the
13541 same process or the process buffer.
13542 (rcirc-mode): Remove header-line. Recompute short buffer names.
13543 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
13544 (rcirc-short-buffer-name): Add variable.
13545 (rcirc-kill-buffer-hook): Recompute short buffer names.
13546 Remove nick from private channel.
13547 (rcirc-send-input): Send command text to current-buffer.
13548 Don't clear overlay arrow here.
13549 (rcirc-short-buffer-name): Return a short buffer name.
13550 (rcirc-update-short-buffer-names, rcirc-abbreviate)
13551 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
13552 buffer-name abbreviations.
13553 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
13554 Do not touch nick-table when killing a parted channel.
13555 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
13556 Clear arrow from current buffer if it is now hidden.
13557 (rcirc-current-buffer): Add variable.
13558 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
13559 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
13560 Remove -face from names.
13561 (rcirc-update-activity-string): Print "DND" when globally ignoring
13562 activity.
13563 (rcirc-ignore-buffer-activity-flag): Rename from
13564 rcirc-ignore-channel-activity.
13565 (rcirc-ignore-all-activity-flag): Doc fix.
13566 (rcirc-channels): Remove variable.
13567 (rcirc-kill-buffer-hook):
13568 (rcirc-get-buffer-create): Add nick to private channel.
13569 (rcirc-multiline-edit-submit): Remove tabs.
13570 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
13571 folded.
13572 (rcirc-remove-nick-channel): Bug fix.
13573 (rcirc-toggle-ignore-buffer-activity): Rename from
13574 rcirc-toggle-ignore-channel-activity.
13575 (rcirc-record-activity): Add buffers to the front of the list.
13576 (rcirc-update-activity): Remove killed buffers from list.
13577 (rcirc-process-server-response-1): Remove last argument if it is
13578 null before calling handler.
13579 (rcirc): Add "rcirc" defcustom prefix.
13580 (rcirc-prompt): Simplify default prompt.
13581 Use custom-initialize-default.
13582 (rcirc-private-chats): Remove variable.
13583 (rcirc-prompt): Change initialization.
13584 (rcirc-version): Remove function.
13585 (rcirc-id-string): Add constant.
13586 (rcirc-last-buffer): Remove variable.
13587 (rcirc-buffer-alist): Add variable.
13588 (rcirc-connect): Update variable setup.
13589 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
13590 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
13591 default.
13592 (rcirc-handler-generic): Trigger activity.
13593 (rcirc-send-message): Create the buffor of the target.
13594 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
13595 (rcirc-get-buffer): Just return nil if there is no matching buffer.
13596 (rcirc-multiline-edit-cancel): Remove function.
13597 (rcirc-set-last-buffer): Remove function.
13598 (rcirc-get-any-buffer): Add function.
13599 (rcirc-join-channels): Don't print /join text.
13600 (rcirc-toggle-ignore-channel-activity): Add and update echo area
13601 messages.
13602 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
13603 (rcirc-handler-NOTICE): Recognize CTCP responses.
13604 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
13605 constructing TOPIC string for buffers we are not JOINed.
13606 (rcirc-handler-CTCP-response): Add handler.
13607 (rcirc-multiline-edit-submit): Restore the window-configuration
13608 before adjusting point.
13609 (rcirc): Add customization group.
13610 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
13611 (rcirc-user-full-name, rcirc-startup-channels-alist)
13612 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
13613 (rcirc-ignore-all-activity-flag, rcirc-time-format)
13614 (rcirc-input-ring-size, rcirc-read-only-flag)
13615 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
13616 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
13617 Change defvar to defcustom.
13618 (rcirc-update-prompt): Add optional ALL arg, which will update
13619 prompts in all rcirc buffers. Regexp quote replacement text.
13620 (rcirc-fill-column): Accept frame-width as a value.
13621 (rcirc-set-changed): Add function.
13622 (rcirc-next-active-buffer): Write more meaningful messages.
13623 (rcirc-faces): Add customization group.
13624 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
13625 (rcirc-nick-in-message-face, rcirc-prompt-face)
13626 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
13627 (with-rcirc-process-buffer): Move before first usage.
13628 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
13629 (rcirc-debug-flag): Rename from `rcirc-log-p'.
13630 (rcirc-debug): Rename from `rcirc-log'.
13631 (rcirc-format-response-string): Do not print `-' chars for a
13632 NOTICE with no sender. Simplify output of server responses.
13633
13634 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
13635
13636 (rcirc-browse-url-map, rcirc-browse-url-at-point)
13637 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
13638 Make urls mouse and RET clickable.
13639
13640 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
13641
13642 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
13643
13644 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
13645
13646 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
13647 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
13648 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
13649 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
13650 argument to all these routines, so the passphrase can be managed
13651 externally and passed in to the system.
13652 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
13653 pgg-add-passphrase-to-cache function.
13654
13655 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
13656 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
13657 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
13658 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
13659 argument to all these routines, so the passphrase can be managed
13660 externally and passed in to the system.
13661 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
13662 function.
13663
13664 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
13665
13666 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
13667 from goto-address-url-regexp.
13668
13669 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
13670
13671 * textmodes/org.el (org-read-date, org-goto-calendar)
13672 (org-recenter-calendar, org-agenda-goto-calendar):
13673 Temporarily clear `calendar-move-hook'.
13674
13675 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
13676
13677 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
13678 merging.
13679
13680 * ediff-util.el (ediff-previous-difference): Don't skip regions that
13681 have merge clashes.
13682
13683 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13684
13685 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
13686 Undo previous change.
13687
13688 * startup.el (command-line): Use `custom-reevaluate-setting' for
13689 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
13690 tty-register-default-colors on Mac.
13691
13692 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
13693
13694 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
13695 (gdb-buffer-type): Make it automatically buffer local...
13696 (gdb-get-create-buffer): ...and set it accordingly.
13697 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
13698 actually work.
13699
13700 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
13701
13702 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
13703 not red.
13704
13705 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
13706
13707 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
13708 case GUD buffer is not visible.
13709 (gdb-goto-breakpoint): Try to force display in source buffer.
13710 (gdb-frame-gdb-buffer): Copy other similar functions.
13711 (gdb-restore-windows): Don't display source if not asked for.
13712 (gdb-assembler-buffer-name): Don't capitalise.
13713
13714 2005-11-03 Richard M. Stallman <rms@gnu.org>
13715
13716 * wid-edit.el (key-sequence): New widget type.
13717
13718 * simple.el (set-mark-command-repeat-pop): New variable.
13719 (set-mark-command): Only interpret plan C-@ after a pop as a pop
13720 if set-mark-command-repeat-pop is true.
13721
13722 * info.el (Info-fontify-node): Don't display extra "see" if there
13723 already is one here.
13724
13725 * mouse.el: Fix special handling of DEL after dragging a region:
13726 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
13727 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
13728
13729 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
13730
13731 * textmodes/ispell.el (ispell-command-loop): Change `i' description
13732 not to assume it pertains to an affix.
13733
13734 * textmodes/flyspell.el (flyspell-post-command-hook):
13735 Bind deactivate-mark to prevent deactivation.
13736
13737 2005-11-03 Lars Hansen <larsh@soem.dk>
13738
13739 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
13740 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
13741 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
13742
13743 2005-11-03 Romain Francoise <romain@orebokech.com>
13744
13745 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
13746 Update copyright years.
13747
13748 2005-11-03 Sam Steingold <sds@gnu.org>
13749
13750 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
13751 Use system-type instead of window-system because window-system is not
13752 correctly defined during loadup.
13753
13754 2005-11-02 Mark A. Hershberger <mah@everybody.org>
13755
13756 * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
13757 (xml-parse-tag): Join strings separated by a comment properly.
13758
13759 2005-11-02 Andreas Schwab <schwab@suse.de>
13760
13761 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
13762
13763 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
13764
13765 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
13766 (byte-optimize-pure-func): Quote the eval'd value.
13767
13768 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
13769 Rename from perl-font-lock-syntactic-face-function.
13770 Change the calling convention so it can be used as a font-lock MATCHER.
13771 Do the parse-partial-sexp loop outselves.
13772 (perl-font-lock-syntactic-keywords): Use it.
13773 (perl-mode): Don't set font-lock-syntactic-face-function any more.
13774
13775 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
13776
13777 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
13778 disassembly buffer too.
13779 (gdb-exited): Remove overlay arrows when execution has finished.
13780 (gdb-info-frames-custom, gdb-info-threads-custom)
13781 (gdb-info-registers-custom): Don't add inappropriate text
13782 properties if inferior is not active.
13783
13784 2005-11-02 Glenn Morris <rgm@gnu.org>
13785
13786 * progmodes/fortran.el (fortran-blink-match):
13787 Use `blink-matching-delay'.
13788
13789 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
13790
13791 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
13792
13793 2005-11-02 Lars Hansen <larsh@soem.dk>
13794
13795 * net/tramp.el (tramp-action-out-of-band): Handle scp message
13796 "Permission denied".
13797
13798 2005-11-01 Richard M. Stallman <rms@gnu.org>
13799
13800 * textmodes/flyspell.el (flyspell-external-point-words):
13801 Pass nil to flyspell-get-word.
13802
13803 2005-11-02 Kim F. Storm <storm@cua.dk>
13804
13805 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
13806 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
13807
13808 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
13809
13810 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
13811 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
13812 (calendar-mouse-print-dates): Add optional `event' argument.
13813 Update interactive-spec.
13814 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
13815 Use `calendar-event-to-date' instead of `event'.
13816
13817 2005-11-02 Masatake YAMATO <jet@gyve.org>
13818
13819 * progmodes/ld-script.el (ld-script-builtins):
13820 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
13821 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
13822 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
13823
13824 2005-11-01 Romain Francoise <romain@orebokech.com>
13825
13826 * vc-sccs.el: Update copyright year.
13827 * ezimage.el: Likewise.
13828
13829 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
13830
13831 * info.el (Info-fontify-node): Use `string-width' for fontifying
13832 underlined titles.
13833
13834 2005-11-01 Juri Linkov <juri@jurta.org>
13835
13836 * info.el (Info-fontify-node): Downcase node header keywords Node,
13837 Prev, Next, Up before comparison.
13838 (Info-history): Insert absolute directory name, and put invisible
13839 property on it.
13840
13841 2005-11-01 Juri Linkov <juri@jurta.org>
13842
13843 * info.el (Info-file-supports-index-cookies): New variable.
13844 (Info-find-node-2): Check makeinfo version for index cookie support.
13845 (Info-index-nodes): Search for nodes with index cookies only when
13846 Info-file-supports-index-cookies is t. Otherwise, search nodes
13847 with "Index" in the node name.
13848 (Info-index-node): Search index cookie in the current node only when
13849 Info-file-supports-index-cookies is t. Otherwise, check the word
13850 "Index" in the node name.
13851 (Info-find-emacs-command-nodes): Remove code that searches nodes
13852 with "Index" node name in the top menu.
13853
13854 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
13855
13856 * progmodes/scheme.el (scheme-mode-variables): Use the default
13857 comment-indent-function.
13858
13859 * faces.el (face-attribute): Handle the case where a face inherits from
13860 a non-existent face.
13861
13862 * simple.el (eval-expression-print-format): Use lisp-readable syntax
13863 for octal and hexa output, and merge the char into the paren.
13864 (kill-new): Use push.
13865 (copy-to-buffer): Use with-current-buffer.
13866 (completion-setup-function): Move code in loop to remove redundancy.
13867 (minibuffer-local-must-match-map): Don't add bindings that duplicate
13868 those inherited from minibuffer-local-completion-map.
13869
13870 * savehist.el (savehist-mode) <defcustom>:
13871 Use custom-set-minor-mode if available.
13872 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
13873 and emit a message if applicable.
13874
13875 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
13876
13877 * savehist.el: Sync up to version 19.
13878 (savehist-mode): New minor mode.
13879 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
13880 (savehist-length): Remove (use history-length instead).
13881 (savehist-file-modes): Rename from savehist-modes.
13882 (savehist-save-hook, savehist-loaded): New vars.
13883 (savehist-load): Use savehist-mode. Try to smooth up transition from
13884 old format to new format.
13885 (savehist-install): Allow savehist-autosave-interval to be nil.
13886 (savehist-save): Run the new hook. Be more careful to only trim the
13887 history variables.
13888 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
13889 (savehist-printable): Print into a buffer rather than char-by-char.
13890
13891 2005-11-01 John Wiegley <johnw@newartisans.com>
13892
13893 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
13894 toggle-ignore keybinding (C-a). The author said it had been
13895 disabled much earlier due to a possible incompatibility, but after
13896 many months of usage I have encountered no problems (and it is a
13897 rather useful option, especially for switching to " *temp*").
13898
13899 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
13900 support for OS/X's AddressBook, by calling out to the open source
13901 program "contacts" (installable through Fink).
13902
13903 * net/eudc.el (eudc-expand-inline): If the
13904 `eudc-multiple-match-handling-method' is set to `all', delete the
13905 query string before inserting the query result.
13906
13907 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
13908 flag, to prevent Eshell from using the system ls when
13909 `eshell-ls-insert-directory' is in used.
13910 (eshell-ls-insert-directory): Disable font-lock in directory
13911 buffer so that Eshell's own fontification is seen. This broke
13912 recently due to changes in font-lock, so this goes back to version
13913 21 behavior.
13914
13915 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
13916
13917 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
13918 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
13919 (gdb-many-windows): Doc fix.
13920
13921 2005-10-31 Romain Francoise <romain@orebokech.com>
13922
13923 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
13924
13925 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
13926
13927 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
13928 that global-font-lock-mode can be enabled by default.
13929
13930 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
13931 (font-lock-add-keywords, font-lock-remove-keywords)
13932 (font-lock-fontify-buffer): Remove autoload cookies.
13933
13934 * jit-lock.el (jit-lock-register): Likewise.
13935
13936 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
13937
13938 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
13939
13940 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
13941 intact if there is no gud-comint-buffer.
13942
13943 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
13944
13945 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
13946 old prompt comint-prompt-read-only is t and GDB commands are
13947 issued from tool bar etc.
13948
13949 2005-10-31 Masatake YAMATO <jet@gyve.org>
13950
13951 * vc.el (vc-directory-exclusion-list): Add "{arch}".
13952
13953 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
13954
13955 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
13956 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
13957
13958 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
13959
13960 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
13961 starting at beginning of line. Fontification is messed up when
13962 `open-paren-in-column-0-is-defun-start' set to t.
13963 Reported by John Paul Wallington <jpw@pobox.com>.
13964
13965 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
13966
13967 * comint.el (comint-send-input): Call `comint-update-fence' when
13968 `comint-process-echoes' and `comint-prompt-read-only' are both
13969 non-nil, to avoid leftover read-only newline.
13970
13971 2005-10-30 Richard M. Stallman <rms@gnu.org>
13972
13973 * textmodes/flyspell.el (flyspell-external-point-words):
13974 Detect when WORD can't be checked properly because
13975 flyspell-get-word finds just part of it, and move on.
13976
13977 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
13978 boundarychar for Polish.
13979 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
13980 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
13981
13982 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
13983
13984 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
13985 (gdb-registers-font-lock-keywords): Delete.
13986 (gdb-registers-mode): Don't fontify.
13987 (gdb-info-registers-custom): Use text properties instead as, in
13988 future, changed register values will use font-lock-warning-face.
13989 (gdb-local-font-lock-keywords): Rename to...
13990 (gdb-locals-font-lock-keywords): ...for consistency.
13991
13992 2005-10-30 Andre Spiegel <spiegel@gnu.org>
13993
13994 * vc.el (vc-switch-backend): Better error message if the buffer is
13995 not visiting a file under version control.
13996
13997 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
13998
13999 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
14000
14001 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
14002 ~/.emacs.d/.emacs.
14003
14004 2005-10-29 Richard M. Stallman <rms@gnu.org>
14005
14006 * replace.el (occur-mode-mouse-goto): Always go to other window.
14007 (occur-mode-goto-occurrence): Always switch in same window.
14008
14009 * simple.el (undo): Display message at end, not at start.
14010
14011 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
14012 New arg REUSE-CELL.
14013 (cancel-timer-internal): New function.
14014 (timer-event-handler): Use cancel-timer-internal,
14015 and pass the cell it returns to timer-activate...
14016
14017 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
14018 (jit-lock-deferred-fontify, jit-lock-context-fontify)
14019 (jit-lock-after-change): Test memory-full.
14020
14021 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
14022
14023 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
14024 part of the decoded armor to find the key-identifier.
14025 (pgg-gpg-lookup-key-owner): New function to return the
14026 human-readable identifier of a key owner.
14027 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
14028 key itself.
14029 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
14030 the key value) if we have a key and can match it against a secret
14031 key. Also, added a note pointing out fact that the prompt only
14032 indicates the first matching key.
14033
14034 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
14035 pgg-decrypt-region.
14036 (pgg-pending-timers): A new hash for tracking the passphrase cache
14037 timers, so that new ones supercede old ones.
14038 (pgg-add-passphrase-to-cache): Rename from
14039 `pgg-add-passphrase-cache' to reduce confusion (all callers
14040 changed). Modified to cancel old timers when new ones are added.
14041 (pgg-remove-passphrase-from-cache): Rename from
14042 `pgg-remove-passphrase-cache' to reduce confusion (all callers
14043 changed). Modified to cancel old timers when their keys are
14044 removed from the cache.
14045 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
14046 XEmacs, an indirection to delete-itimer.
14047 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
14048 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
14049 users can only check cache without risk of prompting. Correct bug in
14050 notruncate behavior.
14051 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
14052 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
14053 Add informative docstrings.
14054 (pgg-decrypt): Convey provided passphrase in subordinate call to
14055 pgg-decrypt-region.
14056
14057 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
14058 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
14059 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
14060 `passphrase' argument, so the passphrase can be managed externally
14061 and then passed in to the system.
14062
14063 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
14064 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
14065 so the passphrase cache can be used reliably with identifiers
14066 besides a pgp packet's key id.
14067
14068 * pgg-gpg.el (pgg-pgp-encrypt-region)
14069 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
14070 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
14071 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
14072 argument to all these routines, so the passphrase can be managed
14073 externally and passed in to the system.
14074
14075 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
14076 `notruncate' argument, so the passphrase cache can be used
14077 reliably with identifiers besides a pgp packet's key id.
14078
14079 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
14080
14081 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
14082 symmetric encryption.
14083 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
14084 encrypted session key.
14085 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
14086 message ask for the passphrase in a proper way.
14087
14088 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
14089 New user commands for symmetric encryption.
14090
14091 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
14092
14093 * textmodes/conf-mode.el (conf-assignment-sign)
14094 (conf-assignment-regexp): Fix docstrings.
14095 (conf-mode-initialize): New function.
14096 (conf-mode): Remove optional args. Use delay-mode-hooks to
14097 recognize recursive calls.
14098 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
14099 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
14100 (conf-xdefaults-mode): Use define-derived-mode and
14101 conf-mode-initialize.
14102
14103 2005-10-29 Romain Francoise <romain@orebokech.com>
14104
14105 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
14106
14107 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
14108
14109 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
14110 part of the decoded armor to find the key-identifier.
14111 (pgg-gpg-lookup-key-owner): New function to return the
14112 human-readable identifier of a key owner.
14113 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
14114 key itself.
14115 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
14116 the key value) if we have a key and can match it against a secret
14117 key. Also, added a note pointing out fact that the prompt only
14118 indicates the first matching key.
14119
14120 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
14121 pgg-decrypt-region.
14122 (pgg-pending-timers): A new hash for tracking the passphrase cache
14123 timers, so that new ones supercede old ones.
14124 (pgg-add-passphrase-to-cache): Rename from
14125 `pgg-add-passphrase-cache' to reduce confusion (all callers
14126 changed). Modified to cancel old timers when new ones are added.
14127 (pgg-remove-passphrase-from-cache): Rename from
14128 `pgg-remove-passphrase-cache' to reduce confusion (all callers
14129 changed). Modified to cancel old timers when their keys are
14130 removed from the cache.
14131 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
14132 XEmacs, an indirection to delete-itimer.
14133 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
14134 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
14135 users can only check cache without risk of prompting. Correct bug in
14136 notruncate behavior.
14137 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
14138 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
14139 Add informative docstrings.
14140 (pgg-decrypt): Convey provided passphrase in subordinate call to
14141 pgg-decrypt-region.
14142
14143 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
14144
14145 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
14146 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
14147 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
14148 `passphrase' argument, so the passphrase can be managed externally
14149 and then passed in to the system.
14150
14151 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
14152 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
14153 so the passphrase cache can be used reliably with identifiers
14154 besides a pgp packet's key id.
14155
14156 * pgg-gpg.el (pgg-pgp-encrypt-region)
14157 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
14158 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
14159 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
14160 argument to all these routines, so the passphrase can be managed
14161 externally and passed in to the system.
14162
14163 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
14164 `notruncate' argument, so the passphrase cache can be used
14165 reliably with identifiers besides a pgp packet's key id.
14166
14167 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
14168
14169 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
14170 symmetric encryption.
14171 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
14172 encrypted session key.
14173 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
14174 message ask for the passphrase in a proper way.
14175
14176 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
14177 New user commands for symmetric encryption.
14178
14179 2005-10-28 Bill Wohler <wohler@newt.com>
14180
14181 * help-mode.el (help-url): New button type. Calls browse-url.
14182 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
14183 Similar to Info nodes: URL `url'.
14184 (help-make-xrefs): Create help-url buttons for
14185 help-xref-url-regexp matches.
14186
14187 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
14188
14189 * tool-bar.el (tool-bar-add-item-from-menu)
14190 (tool-bar-local-item-from-menu): Fix doc strings.
14191
14192 2005-10-28 Romain Francoise <romain@orebokech.com>
14193
14194 * ldefs-boot.el: Update.
14195
14196 * subr.el (locate-library): Move from help-fns.el.
14197 * help-fns.el (locate-library): Move to subr.el.
14198
14199 2005-10-28 Richard M. Stallman <rms@gnu.org>
14200
14201 * net/tramp.el (tramp-completion-mode): defvar moved up.
14202
14203 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
14204
14205 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
14206
14207 * files.el (find-file-noselect): Use %d to format large file size.
14208
14209 * bindings.el (mode-line-format): Add %e.
14210
14211 * loadup.el ("facemenu"): Load unconditionally.
14212 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
14213 ("x-dnd"): Load, when appropriate.
14214
14215 * startup.el (command-line): Call before-init-hook earlier.
14216 Warn about some bad characters in -u user name.
14217
14218 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
14219 (flyspell-external-point-words): Error if misspelled word is not found.
14220 Set flyspell-large-region-beg at end of word.
14221
14222 2005-10-28 Andreas Schwab <schwab@suse.de>
14223
14224 * view.el (View-revert-buffer-scroll-page-forward):
14225 Use view-page-size-default.
14226
14227 2005-10-28 Juri Linkov <juri@jurta.org>
14228
14229 * international/quail.el (quail-get-current-str): Translate last
14230 raw character for deterministic input methods.
14231
14232 2005-10-27 Jay Belanger <belanger@truman.edu>
14233
14234 * calc/calc-ext.el: Add functions to autoloads.
14235 (math-identity-matrix-p, math-ident-row-p): New functions.
14236
14237 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
14238 multiplication by an identity matrix; don't turn multiplication by
14239 an inverse matrix into division.
14240 (math-div-symbol-fancy): Replace division by matrices with
14241 multiplication by inverse.
14242
14243 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
14244
14245 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
14246 (calc-writeoutpower): New functions.
14247
14248 2005-10-27 Romain Francoise <romain@orebokech.com>
14249
14250 * replace.el (occur-engine): Include colon in mouse-face highlight.
14251
14252 * dired-x.el: Change Maintainer field.
14253
14254 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
14255
14256 * longlines.el (longlines-mode): Bind after-change-functions to
14257 nil during initial decoding and final encoding.
14258
14259 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
14260
14261 * term.el (term-emulate-terminal, term-handle-colors-array)
14262 (term-handle-ansi-escape): Specify the terminfo capabilities
14263 implemented.
14264
14265 2005-10-26 Richard M. Stallman <rms@gnu.org>
14266
14267 * info.el (Info-fontify-node): Fix detection of sentence-break
14268 before *Note.
14269
14270 2005-10-26 Romain Francoise <romain@orebokech.com>
14271
14272 * smerge-mode.el: Add `tools' to file keywords.
14273
14274 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
14275
14276 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
14277 when the fringe is not available.
14278
14279 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
14280 (def-gdb-auto-update-trigger): Simplify construction.
14281 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
14282 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
14283 defined explicitly.
14284 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
14285 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
14286 defined explicitly.
14287 (gdb-info-locals-custom): Remove as it's a no-op.
14288
14289 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
14290
14291 * longlines.el (longlines-mode): Remove narrowing before
14292 performing the initial decoding or final encoding.
14293
14294 2005-10-25 Romain Francoise <romain@orebokech.com>
14295
14296 * emacs-lisp/find-func.el (find-library-name): Also strip
14297 extension if library name ends in .el, to take advantage of
14298 `find-library-suffixes'.
14299
14300 2005-10-25 Richard M. Stallman <rms@gnu.org>
14301
14302 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
14303
14304 2005-10-25 Juri Linkov <juri@jurta.org>
14305
14306 * textmodes/texinfo.el (texinfo-mode): Change charset of one
14307 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
14308
14309 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
14310
14311 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
14312 (blackbox-redefine-key): Add argument `map'.
14313
14314 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
14315 regions when moving the jit-lock-context-unfontify-pos boundary.
14316
14317 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
14318
14319 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
14320
14321 2005-10-25 Masatake YAMATO <jet@gyve.org>
14322
14323 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
14324
14325 2005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
14326
14327 * play/blackbox.el (blackbox-redefine-key): New function.
14328 (blackbox-mode-map): Use it to remap existing bindings for cursor
14329 motion instead of binding literal keys.
14330
14331 2005-10-25 Glenn Morris <rgm@gnu.org>
14332
14333 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
14334 diary does not end in a newline. Do not assume a blank line at
14335 the start of the diary file.
14336
14337 2005-10-25 Kenichi Handa <handa@m17n.org>
14338
14339 * international/quail.el (quail-translate-key): If the input
14340 method is deterministic and failed to handle the last key, restart
14341 the key handling loop from an appropriate key.
14342
14343 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
14344
14345 * vc.el (vc-dired-mode): Extend comment for binding of
14346 `directory-listing-before-filename-regexp'.
14347
14348 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
14349
14350 * textmodes/texinfo.el (texinfo-mode):
14351 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
14352 not to unnecessarily expose emacs-mule's internal char codes.
14353
14354 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
14355
14356 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
14357 Display hand pointer and help-echo on disabled icon too.
14358 (gdb-mouse-until): New function.
14359 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
14360
14361 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
14362
14363 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
14364 with 2005-10-23 change to doctor.el.
14365
14366 * finder.el (finder-mode-map): Add follow-link binding.
14367
14368 2005-10-25 Kim F. Storm <storm@cua.dk>
14369
14370 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
14371 to gdb-mouse-toggle-breakpoint-fringe.
14372 (gdb-mouse-toggle-breakpoint-margin): Rename from
14373 gdb-mouse-toggle-breakpoint. Fix doc.
14374 (gdb-mouse-toggle-breakpoint-fringe): New defun.
14375 (gdb-put-string): Add optional SPROPS arg. Add props to string.
14376 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
14377 string properties also for fringe breakpoint bitmaps.
14378
14379 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
14380
14381 * textmodes/org.el (org-start-icalendar-file): Fix format form.
14382
14383 2005-10-25 Masatake YAMATO <jet@gyve.org>
14384
14385 * simple.el (completion-common-substring):
14386 Use `completion-common-substring' prior to `completion-base-size'.
14387
14388 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
14389
14390 * savehist.el: Require CL while compiling.
14391 (savehist-history-variables): Remove.
14392 (savehist-save-minibuffer-history, savehist-additional-variables)
14393 (savehist-minibuffer-history-variables): New vars.
14394 (savehist-save): Use them.
14395 (savehist-uninstall, savehist-minibuffer-hook): New funs.
14396 (savehist-install): New fun, extracted from savehist-load.
14397 (savehist-load): Use them.
14398
14399 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
14400
14401 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
14402 a dummy doc-string-elt property.
14403 (defalias, defvaralias, define-category): Add a docstring property.
14404
14405 * image.el (defimage):
14406 * widget.el (define-widget):
14407 * custom.el (defface, defcustom): Add `doc-string' declaration.
14408
14409 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
14410 (defadvice): Add `doc-string' declaration.
14411
14412 * emacs-lisp/byte-run.el (macro-declaration-function):
14413 Handle `doc-string' declarations.
14414 (define-obsolete-function-alias, define-obsolete-variable-alias):
14415 Add `doc-string' declaration.
14416
14417 2005-10-24 Kenichi Handa <handa@m17n.org>
14418
14419 * international/utf-7.el (utf-7): Add autoload cookie.
14420
14421 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
14422
14423 2005-10-24 Eli Zaretskii <eliz@gnu.org>
14424
14425 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
14426 list of directories passed to batch-update-autoloads. Add "." to
14427 the list of the echoed directories.
14428
14429 * pgg-def.el:
14430 * pgg-gpg.el:
14431 * pgg-parse.el:
14432 * pgg-pgp.el:
14433 * pgg-pgp5.el:
14434 * pgg.el: Moved here from the gnus subdirectory.
14435
14436 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
14437
14438 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
14439 in case comint-prompt-read-only is set to t.
14440
14441 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
14442 in case comint-prompt-read-only is set to t.
14443
14444 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
14445
14446 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
14447 Now a string.
14448 (icalendar-import-format): Handle CLASS, STATUS, URL.
14449 Rename `subject' to `summary'.
14450 (icalendar-import-format-summary): Rename from
14451 `icalendar-import-format-subject'.
14452 (icalendar-import-format-url, icalendar-import-format-status)
14453 (icalendar-import-format-class): New variables.
14454 (icalendar--rris): Take variable argument list.
14455 (icalendar--datestring-to-isodate): Remove unnecessary
14456 calendar-style check when converting dates with explicit month names.
14457 (icalendar-export-region): Change return type of conversion
14458 subroutines. Bury current buffer unless error occurred.
14459 (icalendar--convert-to-ical)
14460 (icalendar--parse-summary-and-rest): New functions.
14461 (icalendar--convert-ordinary-to-ical)
14462 (icalendar--convert-weekly-to-ical)
14463 (icalendar--convert-yearly-to-ical)
14464 (icalendar--convert-block-to-ical)
14465 (icalendar--convert-cyclic-to-ical)
14466 (icalendar--convert-anniversary-to-ical): Change return type.
14467 Strip trailing blanks from subject.
14468 (icalendar--convert-sexp-to-ical): Change return type.
14469 Strip trailing blanks from subject. Handle simple sexp
14470 entries as generated by icalendar.el.
14471 (icalendar--convert-float-to-ical)
14472 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
14473 (icalendar-import-file): Doc fix.
14474 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
14475 Correct call to icalendar--rris.
14476 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
14477 `summary'.
14478 (icalendar--add-diary-entry): Rename `subject' to `summary'.
14479
14480 2005-10-24 Romain Francoise <romain@orebokech.com>
14481
14482 * server.el (server-sentinel): Set query-on-exit flag to nil on
14483 new client processes (it isn't inherited from the server process).
14484
14485 * replace.el (occur-engine): Rearrange text properties.
14486
14487 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
14488
14489 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
14490 case-fold-search is nil.
14491 (debug-help-follow): Use help-xref-interned directly.
14492
14493 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
14494
14495 * thumbs.el (thumbs-image-type): Add .pbm.
14496
14497 2005-10-23 Richard M. Stallman <rms@gnu.org>
14498
14499 * faces.el (inhibit-face-set-after-frame-default): New variable.
14500 (set-face-attribute): Bind it.
14501 (face-set-after-frame-default): Test it.
14502
14503 * help-fns.el (describe-simplify-lib-file-name): New function.
14504 (describe-function-1, describe-variable): Use it.
14505
14506 * faces.el (describe-face): Use describe-simplify-lib-file-name.
14507
14508 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
14509 Eliminate nil as possible value.
14510 (tooltip-hide-delay): Reduce internal-border-width.
14511
14512 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
14513 (menu-bar-file-menu) <new-file>: Likewise.
14514
14515 * simple.el (line-move-finish): Ignore fields computing LINE-END.
14516
14517 * international/mule.el (load-with-code-conversion):
14518 Pass full file name to `eval-buffer' unless preloading.
14519
14520 * textmodes/flyspell.el (flyspell-large-region):
14521 Call ispell-check-version.
14522
14523 * textmodes/ispell.el (ispell-local-dictionary-overridden):
14524 Fix the make-variable-buffer-local call that was supposed
14525 to be for this variable.
14526 (ispell-aspell-supports-utf8): Doc fix.
14527 (ispell-find-aspell-dictionaries): Preserve elements of
14528 ispell-dictionary-alist for dictionaries that aspell doesn't report.
14529 (ispell-aspell-find-dictionary): Return nil on error.
14530
14531 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
14532 (doctor-symptoms): Likewise.
14533
14534 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
14535
14536 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
14537
14538 * cus-edit.el (custom-button, custom-button-pressed): New vars.
14539 (custom-raised-buttons): Add :set spec.
14540 (custom-button-unraised, custom-button-pressed-unraised):
14541 New faces, so that custom-raised-buttons actually does something.
14542 (custom-mode): Use custom-button and custom-button-pressed.
14543
14544 * wid-edit.el (widget-specify-button): Don't ignore
14545 widget-mouse-face on graphic terminals.
14546 (widget-move-and-invoke): Cleanup.
14547
14548 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
14549
14550 * whitespace.el (whitespace-cleanup): Doc fix.
14551
14552 2005-10-23 Romain Francoise <romain@orebokech.com>
14553
14554 * emulation/viper.el (viper-set-hooks): Quote forms passed to
14555 `eval-after-load' to avoid evaluating their result.
14556
14557 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
14558
14559 * files.el (directory-listing-before-filename-regexp):
14560 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
14561
14562 * dired.el (dired-move-to-filename-regexp): Remove.
14563 All occurences replaced by `directory-listing-before-filename-regexp'.
14564
14565 * dired-x.el, locate.el, vc.el:
14566 Replace `dired-move-to-filename-regexp' by
14567 `directory-listing-before-filename-regexp'. In vc.el it is
14568 overwritten locally; maybe this can be handled in files.el too.
14569
14570 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
14571 replaced by `directory-listing-before-filename-regexp'.
14572
14573 2005-10-23 Andreas Schwab <schwab@suse.de>
14574
14575 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
14576 and eval-next-after-load.
14577
14578 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
14579
14580 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
14581 exist, create it.
14582
14583 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
14584
14585 * allout.el: Remove autoloads for mailcrypt and crypt++.
14586 Require pgg, pgg-gpg during compilation.
14587 (allout-version): Increment version number to 2.1, and use a literal
14588 rather than RCS Id.
14589 (allout-default-encryption-scheme): Remove.
14590 (allout-passphrase-verifier-handling)
14591 (allout-passphrase-verifier-string)
14592 (allout-file-passphrase-verifier-string)
14593 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
14594 (allout-passphrase-hint-handling): Rename and simplify.
14595 (allout-init): Use `find-file-hook' if available, otherwise
14596 `find-file-hooks'.
14597 (allout-mode): Use `write-file-functions' if available, otherwise
14598 `local-write-file-hooks' and, instead of making auto-save-hook
14599 buffer local, make the write-file-hook activity contingent to
14600 allout-mode.
14601 (allout-mode): Use key-binding substitution in the docstring.
14602 (allout-kill-line): Spell-out kill ring data structure mutation
14603 instead of using byte-compiler-complaint-provoking `pop'.
14604 (allout-insert-listified): Use `insert' rather than `insert-string'
14605 (allout-toggle-current-subtree-encryption): Update docstring, adjust
14606 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
14607 (allout-encrypt-string): Totally revamped vis new underlying
14608 encryption facilities.
14609 (allout-mc-activate-passwd): Remove.
14610 (allout-obtain-passphrase): New, more or less replaces
14611 allout-mc-activate-passwd.
14612 (allout-encrypted-key-info): More or less replaces
14613 allout-encrypted-text-type.
14614 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
14615 (my-mark-marker): Use `(featurep 'xemacs)'.
14616
14617 2005-10-23 Lars Hansen <larsh@soem.dk>
14618
14619 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
14620 (byte-compile-file-form-defmumble, byte-compile-defun)
14621 (byte-compile-defmacro): Use it.
14622 (byte-compile-form): Don't call byte-compile-set-symbol-position
14623 when a byte-compile handler is called.
14624
14625 2005-10-22 Romain Francoise <romain@orebokech.com>
14626
14627 * savehist.el (savehist-history-variables): Add `grep-find-history'.
14628
14629 * subr.el (eval-after-load): Convert library name to an absolute
14630 file name using locate-library, since load-history no longer has
14631 library names in it.
14632
14633 2005-10-22 Richard M. Stallman <rms@gnu.org>
14634
14635 * files.el (make-temp-file): Move from subr.el.
14636 * subr.el (make-temp-file): Move to files.el.
14637
14638 * window.el (get-buffer-window-list): Move from subr.el.
14639 * subr.el (get-buffer-window-list): Move to window.el.
14640
14641 * image.el (image-load-path): Use eval-at-startup to initialize.
14642
14643 * subr.el (eval-at-startup): New macro.
14644
14645 * subr.el: Much rearrangement of functions and division
14646 into pages. No code changes.
14647
14648 2005-10-22 Kenichi Handa <handa@m17n.org>
14649
14650 * tar-mode.el (tar-extract): Be sure to call
14651 find-operation-coding-system if set-auto-coding doesn't find a
14652 coding system.
14653
14654 2005-10-22 Kim F. Storm <storm@cua.dk>
14655
14656 * image.el (image-type-header-regexps): Rename from image-type-regexps.
14657 Change users.
14658 (image-type-file-name-regexps): New defconst.
14659 (image-type-from-data): Simplify loop.
14660 (image-type-from-buffer): New defun.
14661 (image-type-from-file-header): Use it instead of image-type-from-data.
14662 Use image-search-load-path instead of only looking in data-directory.
14663 (image-type-from-file-name): New defun.
14664 (image-search-load-path): Change `pathname' to `filename'.
14665 Make PATH arg optional, default to image-load-path.
14666
14667 2005-10-21 Richard M. Stallman <rms@gnu.org>
14668
14669 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
14670
14671 * textmodes/paragraphs.el (sentence-end-base): New variable.
14672 (sentence-end): Use sentence-end-base.
14673
14674 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
14675
14676 * font-lock.el (font-lock-default-fontify-region): Check the multiline
14677 property independently from the font-lock-multiline variable.
14678
14679 2005-10-21 Richard M. Stallman <rms@gnu.org>
14680
14681 * emacs-lisp/find-func.el (find-library-name): Doc fix.
14682
14683 * startup.el (command-line): Convert library names
14684 in `load-history' to absolute file names.
14685
14686 * subr.el (symbol-file): Doc fix.
14687
14688 * loadhist.el (file-loadhist-lookup): Call locate-library
14689 instead of find-library-name. Don't try converting
14690 abs file names to library names, since load-history no longer
14691 has library names in it.
14692 (file-dependents, file-provides, file-requires): Doc fixes.
14693
14694 2005-10-21 Juri Linkov <juri@jurta.org>
14695
14696 * progmodes/etags.el (tags-table-mode): New function.
14697 (tags-verify-table): Replace initialize-new-tags-table with
14698 tags-table-mode.
14699
14700 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
14701 default value.
14702 (desktop-modes-not-to-save): Add tags-table-mode to the
14703 default value.
14704
14705 * info.el (Info-index-next): Add total number of index
14706 alternatives to the message.
14707
14708 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
14709 backward only space (instead of space and period) before looking
14710 at sentence end.
14711
14712 * simple.el (set-variable): Use user-variable-p instead of symbolp.
14713 Add the old variable value as 4th default-value arg of read-string.
14714
14715 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14716
14717 * cus-face.el (custom-declare-face): Make face from X resources
14718 also on Mac.
14719
14720 * disp-table.el (standard-display-g1, standard-display-graphic):
14721 Refuse to use string glyphs also on Mac.
14722 (standard-display-european): Don't set terminal coding system also
14723 on Mac.
14724
14725 * frame.el (display-screens): Use x-display-screens also on Mac.
14726
14727 2005-10-21 Romain Francoise <romain@orebokech.com>
14728
14729 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
14730
14731 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
14732
14733 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
14734 and $? into sexps.
14735
14736 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
14737 warning face on open-paren-in-column-0.
14738
14739 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
14740 boundary case. Fix typo.
14741 Suggested by Martin Rudalics <rudalics@gmx.at>.
14742
14743 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
14744
14745 * textmodes/org.el (org-combined-agenda-icalendar-file)
14746 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
14747 (org-export-icalendar-this-file)
14748 (org-export-icalendar-all-agenda-files)
14749 (org-export-icalendar-combine-agenda-files): New commands.
14750 (org-export-icalendar, org-print-icalendar-entries)
14751 (org-start-icalendar-file, org-finish-icalendar-file)
14752 (org-ical-ts-to-string): New functions.
14753 (org-read-date, org-goto-calendar)
14754 (org-agenda-goto-calendar): Inhibit displaying diary entries by
14755 call to `calendar'.
14756 (orgtbl-setup): Remove the :keys arguments from the menu description.
14757 (org-after-save-iCalendar-file-hook): New variable.
14758
14759 2005-10-21 Kenichi Handa <handa@m17n.org>
14760
14761 * language/vietnamese.el (tcvn-5712): Make it an alias of
14762 vietnamese-tcvn coding-system.
14763
14764 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
14765
14766 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
14767 group id is given.
14768
14769 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
14770
14771 * progmodes/sh-script.el (sh-escaped-line-re): New var.
14772 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
14773 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
14774 whose line is either continued or ends with a comment.
14775
14776 2005-10-20 Romain Francoise <romain@orebokech.com>
14777
14778 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
14779
14780 * replace.el (occur-engine): Add follow-link property.
14781
14782 * font-core.el (font-lock-mode): Doc fix.
14783
14784 2005-10-20 Richard M. Stallman <rms@gnu.org>
14785
14786 * net/rcirc.el: New file.
14787
14788 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
14789
14790 * term.el (term-term-name): Initialize to "eterm-color".
14791
14792 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
14793
14794 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
14795 for encryption functionality.
14796 Move allout customization subgroup from `editing' to `outlines' group.
14797 Fix commentary keywords to legitimate ones.
14798 Update author info (using my current email address, obscurified).
14799 (allout-encrypt-string, allout-encryption-produce-work-buffer)
14800 (allout-encrypted-topic-p, allout-encrypted-text-type)
14801 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
14802 (allout-situate-encryption-key-verifier)
14803 (allout-get-encryption-key-verifier, allout-verify-key)
14804 (allout-next-topic-pending-encryption)
14805 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
14806 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
14807 (outline-key-verifier-handling, outline-key-hint-handling)
14808 (outline-encrypt-unencrypted-on-saves): New defcustoms.
14809 (allout-file-key-verifier-string, allout-encryption-scheme)
14810 (allout-key-verifier-string, allout-key-hint-string)
14811 (allout-after-save-decrypt): New variables.
14812 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
14813 (allout-after-saves-handler): New hook functions.
14814 (allout-post-command-business): Do allout-after-save-decrypt.
14815 (allout-enable-file-variable-adjustment): Custom var to enable
14816 mechanism for adding and adjusting settings of Emacs file variables.
14817 (allout-adjust-file-variable, allout-file-vars-section-data):
14818 New functions, implement the mechanism.
14819 (outlineify-sticky): Use the file vars mechanism.
14820 (allout-inhibit-protection, allout-during-write-cue)
14821 (allout-override-protect, allout-before-change-protect): Remove.
14822 (allout-flag-region, allout-open-topic): Adjust read-only text.
14823 (allout-open-line-not-read-only): Add to facilitate read-only
14824 text based protection.
14825 (allout-kill-line): Revise to adjust read-only text, clue the
14826 user about the inhibition.
14827 (allout-unprotected): Use unwind-protect.
14828 (allout-shift-in, allout-shift-out): Disallow manually shifting a
14829 topic deeper than the offspring depth of the previous topic -
14830 avoiding confusing "containment discontinuities".
14831 (allout-reindent-bodies): Fix retention of body relative hanging
14832 indent during promotion of collapsed bodies.
14833 (allout-open-topic): Make it easy to open new topic with same
14834 bullet as current topic - topic creation functions provided with
14835 any universal argument provokes now prompt for bullet, defaulting
14836 to the bullet of the previous topic.
14837 (allout-plain-bullets-string, allout-distinctive-bullets-string):
14838 Plain bullet alternates `.' period and `,' comma only. All other
14839 bullets are relegated to special status (but customizable).
14840 (allout-end-of-entry): Rename from allout-end-of-current-entry
14841 since it actually operates w.r.t. most immediately containing
14842 entry, visible or not.
14843 (allout-hide-current-entry, allout-show-current-entry): Use the
14844 revised version.
14845 (allout-old-expose-topic): Solidify deprecation.
14846 (allout-end-of-subtree): Add so we can span concealed as well
14847 as visible topics.
14848 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
14849 (allout-end-of-current-heading): Tweak to just respect the first line.
14850 (allout-get-body-text): Add.
14851 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
14852 when invoked interactively.
14853 (allout-up-current-level): Use `interactive-p'.
14854 (allout-mode, allout-init): Miscellaneous docstring and
14855 operational refinements, as well as hookups of new encryption stuff.
14856 (allout-beginning-of-current-entry): Now works as advertised.
14857 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
14858 (allout-isearch-rectification): Refine condition for isearching.
14859 (allout-isearch-abort, allout-enwrap-isearch)
14860 (allout-flag-region, my-region-active-p): Relocate some macros.
14861 (allout-title): Fallback title is (buffer-name), not
14862 non-existing (current-buffer-name).
14863 (subst-char-in-string): Define if absent (for some XEmacs versions).
14864
14865 2005-10-20 Jari Aalto <jari.aalto@cante.net>
14866
14867 * mail/sendmail.el (mail-setup-hook, mail-aliases)
14868 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
14869 (mail-citation-prefix-regexp, mail-signature-file)
14870 (mail-default-headers, mail-bury-selects-summary)
14871 (mail-send-nonascii): Add autoload cookies.
14872
14873 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
14874
14875 * frame.el (blink-cursor-mode): Add `mac' to the list of
14876 window-system's that support blinking cursor.
14877
14878 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
14879
14880 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
14881
14882 2005-10-20 Eli Zaretskii <eliz@gnu.org>
14883
14884 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
14885 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
14886 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
14887
14888 2005-10-20 Kim F. Storm <storm@cua.dk>
14889
14890 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
14891 (ido-set-current-directory): Don't add / after final @.
14892 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
14893 Explicitly handle ange-ftp completion oddities.
14894 (ido-make-file-list): Don't rotate list at tramp root to avoid
14895 triggering tramp file handler for expand-file-name via get-file-buffer.
14896
14897 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
14898
14899 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
14900
14901 2005-10-19 Jay Belanger <belanger@truman.edu>
14902
14903 * calc/calc-units.el (math-standard-units): Add units, adjust
14904 symbols and update values.
14905 (math-unit-prefixes): Add more prefixes.
14906
14907 2005-10-19 Romain Francoise <romain@orebokech.com>
14908
14909 * bookmark.el (bookmark-menu-heading): New face.
14910 (bookmark-bmenu-list): Use it.
14911 Don't fiddle with `baud-rate' at top-level.
14912
14913 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
14914
14915 * image.el (create-image, find-image): Mention max-image-size in
14916 docstring.
14917
14918 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
14919
14920 * savehist.el (savehist-load): Revert to checking XEmacs.
14921
14922 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
14923 Various docstring and line-width fixups.
14924 (conf-mode): Use cond.
14925 Set font-lock-defaults. Don't set comment-use-syntax.
14926
14927 2005-10-18 David Ponce <david@dponce.com>
14928
14929 * tree-widget.el (tree-widget-button-click): New function.
14930 (tree-widget-button-keymap): Use it.
14931
14932 2005-10-18 Romain Francoise <romain@orebokech.com>
14933
14934 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
14935 (bookmark-bmenu-hide-filenames): Add follow-link property.
14936 Improve help-echo text.
14937
14938 * ffap.el (find-file-at-point): Doc fix.
14939
14940 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14941
14942 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
14943
14944 2005-10-18 Masatake YAMATO <jet@gyve.org>
14945
14946 Install to the CVS repository what I forgot to install in my
14947 2005-10-16 changes.
14948
14949 * progmodes/python.el (python-complete-symbol): Pass the common
14950 prefix substring of completion to `display-completion-list'.
14951
14952 * textmodes/org.el (org-complete): Ditto.
14953
14954 2005-10-18 Masatake YAMATO <jet@gyve.org>
14955
14956 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
14957
14958 * woman.el (WoMan-xref-man-page): New button type derived
14959 from `Man-abstract-xref-man-page'.
14960 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
14961
14962 * man.el (Man-abstract-xref-man-page): New button type.
14963 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
14964 (Man-highlight-references): Add new optional argument `xref-man-type'.
14965
14966 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
14967
14968 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
14969
14970 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
14971
14972 * cus-edit.el (Custom-move-and-invoke): Delete.
14973 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
14974
14975 * wid-edit.el (widget-move-and-invoke): New function, from
14976 Custom-move-and-invoke.
14977
14978 2005-10-17 Bill Wohler <wohler@newt.com>
14979
14980 Move all remaining images from lisp/toolbar to etc/images, move
14981 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
14982 the low resolution images in their own directory (low-color).
14983
14984 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
14985 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
14986 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
14987 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
14988 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
14989 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
14990 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
14991
14992 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
14993 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
14994 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
14995 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
14996 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
14997 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
14998 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
14999 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
15000 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
15001 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
15002 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
15003 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
15004 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
15005 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
15006 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
15007
15008 To conform with convention, replace the underscore (_) in the
15009 following image names with dash (-) or (/) as appropriate.
15010
15011 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
15012 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
15013 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
15014 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
15015 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
15016 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
15017 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
15018 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
15019 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
15020 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
15021 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
15022 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
15023 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
15024 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
15025 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
15026
15027 * info.el (info-tool-bar-map): Replace underscores in image names
15028 with dashes.
15029
15030 * makefile.w32-in (WINS): Remove toolbar.
15031
15032 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
15033
15034 * tool-bar.el: Move to lisp from toolbar. Now that
15035 toolbar is empty, it should be deleted when folks run "cvs up -P".
15036
15037 2005-10-18 Jay Belanger <belanger@truman.edu>
15038
15039 * calc/calc-store.el (calc-store-into): Get the proper variable name
15040 to display in message.
15041
15042 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
15043
15044 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
15045 expressions display in speedbar for all buffers when debugging.
15046 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
15047
15048 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
15049 (speedbar-insert-button, speedbar-make-button):
15050 Use add-text-properties.
15051 (speedbar-update-localized-contents)
15052 (speedbar-update-directory-contents)
15053 (speedbar-update-special-contents): Use dolist.
15054 (speedbar-buffer-easymenu-definition): Add a menu separator.
15055
15056 2005-10-17 Jason Rumney <jasonr@gnu.org>
15057
15058 * makefile.w32-in: Use $(lisp) consistently.
15059 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
15060 for shell specific generation of mh-autoloads.
15061
15062 2005-10-17 Richard M. Stallman <rms@gnu.org>
15063
15064 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
15065
15066 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
15067
15068 * jit-lock.el (jit-lock-fontify-now):
15069 Move jit-lock-context-unfontify-pos to avoid wasted work.
15070
15071 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
15072
15073 * net/tramp.el (tramp-completion-mode): New defvar. Used in
15074 `tramp-completion-mode' for checking if we are in completion mode.
15075 (tramp-completion-handle-file-name-all-completions): Reorder code
15076 in order to complete for file names only in case there are no
15077 method/user/host completions. This is necessary for cooperation
15078 with ido. Reported by Kim F. Storm <storm@cua.dk>.
15079
15080 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
15081
15082 * longlines.el (longlines-search-forward)
15083 (longlines-search-backward): Match any number of spaces.
15084
15085 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
15086
15087 * diff-mode.el (diff-mode): Doc fix.
15088
15089 2005-10-16 David Reitter <david.reitter@gmail.com>
15090
15091 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
15092 as default on darwin and windows systems.
15093
15094 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
15095
15096 * arc-mode.el (archive-zip-extract): Doc fix.
15097
15098 2005-10-16 Romain Francoise <romain@orebokech.com>
15099
15100 * mouse.el (mouse-1-click-follows-link): Doc fix.
15101
15102 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
15103
15104 * savehist.el: Don't require CL at runtime.
15105 (savehist-xemacs): Remove.
15106 (savehist-coding-system): Use utf-8 if present, regardless of religion.
15107 (savehist-no-conversion): Use (featurep 'xemacs).
15108 (savehist-load): Check existence of start-itimer rather than XEmacs.
15109 Use an idle timer.
15110 (savehist-process-for-saving): Replace use of CL funs `subseq' and
15111 `delete-if-not'.
15112
15113 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
15114
15115 * savehist.el: Newer version.
15116 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
15117 (savehist-last-checksum, savehist-no-conversion): New vars.
15118 (savehist-autosave, savehist-process-for-saving, savehist-printable):
15119 New functions.
15120 (savehist-load, savehist-save): Use them.
15121 (savehist-delimit): Remove.
15122
15123 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
15124
15125 * progmodes/compile.el (compilation-goto-locus): Display the
15126 compilation buffer first and the source buffer second, in case they're
15127 in overlapping frames. Don't raise the compilation frame if it was the
15128 selected window upon entry. Pass the `other-window' arg to
15129 pop-to-buffer.
15130
15131 * info.el (Info-fontify-node): Use dolist.
15132 Change add-text-properties to put-text-property.
15133
15134 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15135
15136 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
15137 bound of search.
15138
15139 2005-10-16 Masatake YAMATO <jet@gyve.org>
15140
15141 * dabbrev.el (dabbrev-completion): Pass the common
15142 prefix substring of completion to `display-completion-list'.
15143
15144 * filecache.el (file-cache-minibuffer-complete)
15145 (file-cache-complete): Ditto.
15146
15147 * tempo.el (tempo-display-completions): Ditto.
15148
15149 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
15150
15151 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
15152
15153 * eshell/em-hist.el (eshell-list-history): Ditto.
15154
15155 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
15156
15157 * mail/mailalias.el (mail-complete): Ditto.
15158
15159 * progmodes/etags.el (complete-tag): Ditto.
15160
15161 * progmodes/make-mode.el (makefile-complete): Ditto.
15162
15163 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
15164
15165 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
15166
15167 * progmodes/pascal.el (pascal-complete-word)
15168 (pascal-show-completions): Ditto.
15169
15170 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
15171
15172 * simple.el (completion-common-substring): New variable.
15173 (completion-setup-function): Use `completion-common-substring'
15174 to put faces.
15175
15176 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15177
15178 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
15179 (x-get-selection, mac-select-convert-to-string): Convert from/to
15180 UTF-16 clipboard data as in native byte order, no BOM.
15181
15182 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
15183
15184 * progmodes/gud.el (gud-tool-bar-map): Rename the images
15185 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
15186 (gud-sentinel): Use speedbar-frame to check for speedbar.
15187
15188 2005-10-15 Richard M. Stallman <rms@gnu.org>
15189
15190 * savehist.el: New file.
15191
15192 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
15193
15194 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
15195 Fix bug in \bf fontification.
15196
15197 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
15198
15199 * pcvs.el (cvs-edit-log-files): New var.
15200 (cvs-mode-edit-log): New arg `file'.
15201 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
15202 Instead force the use of the original file and nothing else.
15203 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
15204 the cvs-minor-wrap-function is set.
15205 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
15206
15207 2005-10-14 Bill Wohler <wohler@newt.com>
15208
15209 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
15210 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
15211 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
15212 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
15213 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
15214 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
15215 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
15216 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
15217 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
15218 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
15219 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
15220 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
15221 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
15222 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
15223 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
15224
15225 * progmodes/gud.el (gud-tool-bar-map): Rename the images
15226 appropriately (for example, gud-break to gud/break).
15227
15228 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
15229
15230 * longlines.el (longlinges-search-function)
15231 (longlines-search-forward, longlines-search-backward): New functions.
15232 (longlines-mode): Set isearch-search-fun-function to
15233 longlinges-search-function.
15234
15235 * mouse.el (mouse-drag-region-1): Handle the case where a
15236 double-click event is bound to an arbitrary function.
15237
15238 2005-10-14 David Ponce <david@dponce.com>
15239
15240 * recentf.el (recentf-track-opened-file)
15241 (recentf-track-closed-file, recentf-update-menu)
15242 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
15243 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
15244 mouse-1-click-follows-link.
15245
15246 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15247
15248 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
15249 Gnome file-manager.png. Suggested by
15250 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
15251
15252 * toolbar/README: Add diropen.xpm.
15253
15254 2005-10-13 Bill Wohler <wohler@newt.com>
15255
15256 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
15257 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
15258
15259 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
15260
15261 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
15262 Don't waste the byte-compiler's time on constant data.
15263
15264 2005-10-13 Kenichi Handa <handa@m17n.org>
15265
15266 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
15267 byte with `escape-glyph' face.
15268
15269 * international/fontset.el (ccl-encode-unicode-font):
15270 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
15271 Handle the case that ucs-mule-to-mule-unicode translates a character to
15272 ASCII (usually for IPA characters).
15273
15274 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
15275
15276 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
15277 Don't hide the underline of titles if font-lock-mode is disabled.
15278
15279 2005-10-12 Bill Wohler <wohler@newt.com>
15280
15281 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
15282 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
15283 files in MH-E-SRC have been updated.
15284 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
15285
15286 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
15287
15288 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
15289 (mixal-mode-syntax-table): Add \n as end-comment.
15290 (mixal-operation-codes-alist): Immediately initialize to full value.
15291 (mixal-add-operation-code): Remove.
15292 (mixal-describe-operation-code): Make the arg non-optional.
15293 Use the interactive spec instead.
15294 Use mixal-operation-codes-alist rather than mixal-operation-codes.
15295 (mixal-font-lock-keywords): Don't highlight comments here any more.
15296 (mixal-font-lock-syntactic-keywords): New var.
15297 (mixal-mode): Use it. Fix comment-start-skip.
15298
15299 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15300
15301 * startup.el (command-line-x-option-alist): -nb => -nbi
15302
15303 2005-10-12 Kim F. Storm <storm@cua.dk>
15304
15305 * startup.el (fancy-splash-default-action): Discard mouse click in
15306 the splash screen window, as it has no sensible meaning in the
15307 next window to be selected. Fixes error reported by Jan D.
15308
15309 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
15310
15311 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
15312
15313 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
15314
15315 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
15316 Try to fix up minor layout issues like indentation, line break, etc...
15317 (mixal-mode-syntax-table): Don't try to specify comment syntax,
15318 because it doesn't work.
15319 (mixal-operation-codes): Add some more codes.
15320 (mixal-font-lock-keywords): Process comments here.
15321 (mixal-mode): mixasm no longer needs -g option.
15322
15323 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
15324
15325 * progmodes/sh-script.el (sh-tmp-file):
15326 Use mktemp -t. Finish support for es and rc shells.
15327
15328 2005-10-11 Jay Belanger <belanger@truman.edu>
15329
15330 * calc/calcalg2.el (calc-integral): With an argument, compute the
15331 definite integral.
15332
15333 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
15334
15335 * mouse.el (mouse-drag-region-1): Don't try to catch a
15336 double-click when doing follow-link (it's overridden anyway).
15337
15338 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
15339
15340 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
15341 (autoload-print-form-outbuf): Add docstring.
15342
15343 2005-10-11 Juri Linkov <juri@jurta.org>
15344
15345 * info.el (Info-mode-menu): Delete menu item "Edit".
15346 (Info-mode): Delete description of Info-edit from docstring,
15347 and rearrange descriptions of Info commands in the order
15348 they are documented in the Info manual.
15349
15350 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
15351
15352 * calendar/appt.el (appt-check): Use diary-selective-display var.
15353
15354 2005-10-10 Richard M. Stallman <rms@gnu.org>
15355
15356 * net/newsticker.el (newsticker-start, newsticker-show-news):
15357 Add autoload cookies.
15358
15359 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
15360
15361 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
15362
15363 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
15364
15365 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
15366
15367 2005-10-10 Jay Belanger <belanger@truman.edu>
15368
15369 * calc/calc-arith.el (math-check-known-scalarp)
15370 (math-check-known-matrixp): Check the values of arguments that are
15371 variables.
15372 (math-check-known-square-matrixp): New function.
15373 (math-known-square-matrixp): Use math-check-known-square-matrixp.
15374 (math-super-types): Add sqmatrix type.
15375
15376 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
15377 mode name `square' to `sqmatrix'.
15378
15379 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
15380 mode name `square' to `sqmatrix'.
15381
15382 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
15383
15384 * progmodes/etags.el (select-tags-table-mode): Don't use
15385 selective-display.
15386 (tags-select-tags-table): Pass `button' to the action function.
15387 (select-tags-table): Place the side-info on button properties rather
15388 than in hidden text. Abbreviate file names.
15389 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
15390 (select-tags-table-select): Add `button' argument.
15391 Get side-info from the button property rather than from hidden text.
15392
15393 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
15394
15395 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
15396 (gud-speedbar-buttons): Preserve point if possible.
15397 (gud-sentinel): Restore previous speedbar display type.
15398
15399 * progmodes/gdb-ui.el (gdba): Improve diagram.
15400 (def-gdb-auto-update-handler, gdb-info-locals-handler)
15401 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
15402 Call get-buffer-window once.
15403
15404 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
15405
15406 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
15407 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
15408 (pascal-indent-command): Remove unused var `ind'.
15409 (pascal-indent-case): Remove unused var `oldpos'.
15410 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
15411 since it's now used as a proper minor mode map.
15412 (pascal-outline): Rename to pascal-outline-mode.
15413 (pascal-outline-mode): Use define-minor-mode.
15414 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
15415 selective-display.
15416
15417 2005-10-10 Andreas Schwab <schwab@suse.de>
15418
15419 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
15420 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
15421
15422 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
15423 outside source directory.
15424
15425 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
15426
15427 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
15428 C-x' as a prefix.
15429 (orgtbl-mode-map): Full keymap instead of sparse, because all
15430 `self-insert-command' keys are redefined in this map.
15431 (org-export-as-html): Specify charset for HTML file, by taking it
15432 from the coding system.
15433
15434 2005-10-10 Kenichi Handa <handa@m17n.org>
15435
15436 * textmodes/flyspell.el (flyspell-check-word-p):
15437 If unread-command-events is non-empty, don't call sit-for.
15438
15439 2005-10-09 Richard M. Stallman <rms@gnu.org>
15440
15441 * font-lock.el (font-lock-syntactic-keywords)
15442 (font-lock-keywords): Doc fixes.
15443
15444 * textmodes/flyspell.el (flyspell-external-point-words):
15445 Simplify logic, and don't try to check for consecutive appearances
15446 of one incorrect word.
15447
15448 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
15449
15450 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
15451 separator.
15452
15453 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
15454 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
15455 (gud-expansion-speedbar-buttons): New function.
15456 (gud-speedbar-buttons): Check for gud-comint-buffer.
15457
15458 2005-10-09 Bill Wohler <wohler@newt.com>
15459
15460 * Makefile.in (updates): Add mh-loaddefs dependency.
15461
15462 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
15463
15464 * speedbar.el (speedbar-file-key-map): Fix typo.
15465
15466 2005-10-09 Daniel Brockman <daniel@brockman.se>
15467
15468 * cus-start.el (line-spacing): Add custom spec.
15469
15470 2005-10-09 Romain Francoise <romain@orebokech.com>
15471
15472 * textmodes/ispell.el (ispell-check-version): Fix last change.
15473
15474 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15475
15476 * term/x-win.el: Remove -i, --icon-type from comment.
15477
15478 * startup.el (command-line-x-option-alist): Remove options -i,
15479 -itype, --icon-type, added -nb, --no-bitmap-icon
15480
15481 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
15482
15483 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
15484 instead of :active.
15485
15486 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
15487
15488 * textmodes/ispell.el (ispell-check-version):
15489 Ignore hyphen, and all that follows, in aspell's version text.
15490
15491 2005-10-08 Jay Belanger <belanger@truman.edu>
15492
15493 * calc/calc-arith.el (math-known-square-matrixp): New function.
15494 (math-pow-fancy): Check for matrices before distributing exponent
15495 across products.
15496
15497 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
15498 fullscreen keypad. Suggested by Luc Teirlinck.
15499 (calc-keypad-show-input): Add space for formatting.
15500
15501 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
15502 Add square matrix option.
15503
15504 * calc/calc-poly.el (math-expand-term): Check for matrices instead
15505 of checking calc-matrix-mode when deciding how to expand.
15506
15507 * calc/calc.el (calc-set-mode-line): Add square matrix option.
15508
15509 2005-10-08 Lars Hansen <larsh@soem.dk>
15510
15511 * net/tramp.el (tramp-perl-directory-files-and-attributes):
15512 Add error handling.
15513 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
15514
15515 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
15516
15517 Sync with Tramp 2.0.51.
15518
15519 * net/tramp.el (tramp-handle-set-visited-file-modtime)
15520 (tramp-handle-insert-file-contents, tramp-handle-write-region):
15521 Insert special handling for `last-coding-system-used', again
15522 it still seems to be necessary (unlike stated before).
15523 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
15524 (tramp-password-prompt-regexp): There might be other words before
15525 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
15526 (tramp-chunksize): Improve docstring.
15527 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
15528 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
15529 Christian Joergensen <bugs@razor.dk>.
15530
15531 2005-10-07 Glenn Morris <rgm@gnu.org>
15532
15533 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
15534 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
15535 precision'.
15536
15537 2005-10-07 Romain Francoise <romain@orebokech.com>
15538
15539 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
15540 (ibuffer-do-shell-command-pipe-replace)
15541 (ibuffer-do-shell-command-file, ibuffer-do-eval)
15542 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
15543 (ibuffer-do-revert, ibuffer-do-replace-regexp)
15544 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
15545 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
15546 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
15547 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
15548 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
15549 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
15550 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
15551 Autoload file sans suffix.
15552
15553 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
15554
15555 2005-10-07 David Ponce <david@dponce.com>
15556
15557 * recentf.el (recentf-menu-open-all-flag): New option.
15558 (recentf-digit-shortcut-command-name): New function.
15559 (recentf--shortcuts-keymap): New variable.
15560 (recentf-menu-shortcuts): New variable.
15561 (recentf-make-menu-items): Initialize it. Replace the "More..."
15562 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
15563 (recentf-menu-value-shortcut): New function.
15564 (recentf-make-menu-item): Use it. No more in-lined.
15565 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
15566 (recentf-open-most-recent-file): Rename from
15567 `recentf-open-file-with-key'. Don't depend on key binding.
15568 (recentf-mode-map): New variable.
15569 (recentf-mode): Use it.
15570
15571 2005-10-06 Bill Wohler <wohler@newt.com>
15572
15573 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
15574
15575 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
15576 (MH-E-SRC): New. Used by mh-autoloads.
15577 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
15578 files in MH-E-SRC have been updated.
15579 (compile, recompile, bootstrap): Depend on mh-autoloads.
15580
15581 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
15582
15583 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
15584 gud-break and gud-remove icons when the fringe is not available.
15585
15586 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
15587 Typo.
15588
15589 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
15590
15591 * play/zone.el (zone): Wrap body with save-window-excursion.
15592
15593 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
15594
15595 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
15596 Use the new `list-only' arg to diary-list-entries.
15597
15598 * calendar/diary-lib.el: Use overlays rather than selective-display.
15599 (diary-selective-display): New var.
15600 (diary-header-line-format): Use it.
15601 (diary-list-entries): Add argument `list-only'.
15602 Put the buffer in diary-mode. Don't add \^M at beg and end.
15603 Replace \^M by invisible overlays.
15604 (diary-unhide-everything): Replace \^M by invisible overlays.
15605 (print-diary-entries): Look for overlays rather than \^M.
15606 Add a space to the temp buffer name.
15607 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
15608 Put the buffer in diary-mode.
15609 (list-sexp-diary-entries): Replace \^M by invisible overlays.
15610 (diary-anniversary): Make the year arg optional.
15611 (diary-time-regexp): New const.
15612 (diary-font-lock-keywords): Use it to accept a few more time formats.
15613
15614 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
15615
15616 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
15617
15618 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
15619 Fix bug introduced 2005-07-03: Use (car (last ...))
15620 to faithfully reproduce replaced artist-last.
15621 (artist-set-arrow-points-for-poly): Likewise.
15622 Suggested by Johan Bockg\e,Ae\e(Brd.
15623
15624 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
15625
15626 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
15627 * wid-edit.el (widget):
15628 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
15629 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
15630
15631 2005-10-06 Kenichi Handa <handa@m17n.org>
15632
15633 * international/mule-cmds.el (set-language-environment):
15634 Fix setting up of case-table for unibyte mode.
15635
15636 * simple.el (what-cursor-position): If the character is displayed
15637 by some `display' text property, show that. Don't use
15638 single-key-description for eight-bit characters in multibyte mode.
15639
15640 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
15641
15642 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
15643 (gdb-ann3): Set it.
15644 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
15645 (gdb-info-frames-custom): Use inverse-video for first five
15646 characters of selected frame only.
15647 (gdb-get-frame-number): Select frame even when point is on frame
15648 number.
15649
15650 2005-10-06 Masatake YAMATO <jet@gyve.org>
15651
15652 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
15653 Put `font-lock-function-name-face'.
15654 (gdb-info-frames-custom): Put `font-lock-function-name-face'
15655 and `font-lock-variable-name-face'
15656 (gdb-registers-font-lock-keywords): New font lock keywords definition.
15657 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
15658 (gdb-memory-font-lock-keywords): New font lock keywords definition.
15659 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
15660 (gdb-local-font-lock-keywords): New font lock keywords definition.
15661 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
15662 (gdb-threads-font-lock-keywords): New font lock keywords definition.
15663 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
15664
15665 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
15666
15667 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
15668 (ediff-merge-region-is-non-clash-to-skip): Previously called
15669 ediff-merge-region-is-non-clash.
15670
15671 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
15672 Use insert-buffer-substring.
15673
15674 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
15675 selecting files to patch. Also bug fixes.
15676
15677 * ediff-util.el (ediff-setup): Bug fix.
15678 (ediff-next-difference): Never skip clashes that differ in white
15679 space only.
15680
15681 * ediff-wind.el (ediff-setup-control-frame)
15682 (ediff-destroy-control-frame): Check the menubar feature.
15683
15684 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
15685 (viper-refresh-mode-line): Use make-local-variable to localize
15686 some vars instead of make-variable-buffer-local. Suggested by
15687 Stefan Monnier.
15688
15689 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
15690 (viper-restore-cursor-type, viper-set-insert-cursor-type):
15691 Use make-local-variable instead of make-variable-buffer-local.
15692 Suggested by Stefan Monnier.
15693
15694 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
15695 (viper-comint-mode-hook): Use make-local-variable on
15696 require-final-newline.
15697 (viper-non-hook-settings): Don't use make-variable-buffer-local.
15698
15699 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
15700
15701 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
15702 also the second char of a comment-start sequence.
15703 (scheme-sexp-comment-syntax-table): New var.
15704 (lambda, define): Set their scheme-doc-string-elt property.
15705 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
15706 Use lisp-font-lock-syntactic-face-function now that it properly
15707 handles |...| symbols.
15708 (scheme-mode-variables): Set lisp-doc-string-elt-property,
15709 parse-sexp-lookup-properties and font-lock-extra-managed-props.
15710
15711 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
15712 bit from # to |.
15713 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
15714
15715 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
15716 (lisp-doc-string-elt-property): New var.
15717 (lisp-font-lock-syntactic-face-function): Use it.
15718 Rewrite to recognize docstrings even for forms not at toplevel.
15719
15720 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
15721 annotation on the | part of #| rather than on the # part.
15722 (scheme-font-lock-syntactic-face-function): New function, to
15723 distinguish strings from |...| symbols.
15724 (scheme-mode-variables): Use it. Also fix up the font-lock-time
15725 syntax-table so that #|...|# is properly highlighted.
15726
15727 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
15728 Don't mark as docstring the 3rd elem of an unknown toplevel form.
15729
15730 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
15731
15732 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
15733 and C-e.
15734
15735 * emacs-lisp/eldoc.el: Move comments into docstrings.
15736 (eldoc-message-commands): Initialize in its declaration.
15737 Add move-beginning-of-line and move-end-of-line.
15738 (eldoc-add-command, eldoc-add-command-completions)
15739 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
15740
15741 * outline.el (outline-mark-subtree): Activate the mark.
15742
15743 * calendar/appt.el (appt-time-regexp): New var.
15744 (appt-add, appt-make-list): Use it.
15745 (appt-convert-time): Clean up.
15746
15747 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
15748 Don't set any syntax-table property here.
15749 (tex-font-lock-verb): New function. Do it here.
15750 (tex-font-lock-syntactic-keywords): Use it.
15751
15752 2005-10-04 Richard M. Stallman <rms@gnu.org>
15753
15754 * wid-edit.el (widget-file-complete): Get the widget start point
15755 the right way. Default directory to `/' if file has none.
15756
15757 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
15758
15759 * textmodes/flyspell.el (flyspell-mode-on):
15760 Call ispell-maybe-find-aspell-dictionaries.
15761
15762 * textmodes/ispell.el (ispell-word, ispell-region):
15763 Call ispell-maybe-find-aspell-dictionaries.
15764 (ispell-accept-buffer-local-defs):
15765 Don't call ispell-maybe-find-aspell-dictionaries
15766
15767 2005-10-04 Richard M. Stallman <rms@gnu.org>
15768
15769 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
15770
15771 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
15772
15773 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
15774 instead of `fboundp' in order to allow for anonymous functions.
15775
15776 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
15777
15778 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
15779 case the user clicks on the link while another window is selected.
15780 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
15781
15782 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
15783 functionality.
15784 (dframe-help-echo): Save point in case mouse tracking is off.
15785
15786 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
15787
15788 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
15789
15790 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
15791
15792 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
15793 not change the global value of those vars.
15794
15795 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
15796 make-local-variable which we do not need any more.
15797
15798 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
15799
15800 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
15801 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
15802 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
15803 (speedbar-path-line): Define obsolete aliases.
15804 (speedbar-line-directory): Doc fix.
15805
15806 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
15807 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
15808 instead of speedbar-line-path.
15809
15810 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15811
15812 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
15813 to nil if dropping on a window. Handle dropping on a minibuffer window
15814 like dropping on a non-window part of Emacs.
15815
15816 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
15817
15818 * net/ange-ftp.el: Use with-current-buffer.
15819 (ange-ftp-insert-directory): Do not follow symlinks any more.
15820
15821 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
15822 Remove interactive spec.
15823
15824 2005-10-03 Kim F. Storm <storm@cua.dk>
15825
15826 * ido.el (ido-mode): Use custom-initialize-set.
15827
15828 2005-10-02 Richard M. Stallman <rms@gnu.org>
15829
15830 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
15831 Use insert-buffer-substring.
15832
15833 * net/tramp.el: Pacify byte compiler warnings in pacification code.
15834 (tramp-handle-file-local-copy): Use insert-buffer-substring.
15835
15836 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
15837
15838 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
15839 in last change.
15840 (ange-ftp-insert-directory): Fix up the search for the case where
15841 `file' is absolute.
15842
15843 2005-10-02 Romain Francoise <romain@orebokech.com>
15844
15845 * progmodes/compile.el (compile-goto-error): Delete extra paren.
15846
15847 2005-10-02 Andreas Schwab <schwab@suse.de>
15848
15849 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
15850 directory component in the session info.
15851
15852 2005-10-01 Richard M. Stallman <rms@gnu.org>
15853
15854 * comint.el (comint-redirect-subvert-readonly): Doc fix.
15855
15856 * simple.el (next-error-internal): New function.
15857
15858 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
15859 (compilation-start): Pass new arg to compilation-buffer-name.
15860 (compile-goto-error): Use next-error-internal.
15861
15862 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
15863
15864 * speedbar.el: Remove RCS tag.
15865 (speedbar-check-read-only): Handle non-existent files.
15866
15867 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
15868
15869 * info.el (Info-speedbar-hierarchy-buttons)
15870 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
15871
15872 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15873
15874 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
15875 Do not match newline.
15876 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
15877 (bibtex-summary): Remove unnecessary save-excursion.
15878 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
15879
15880 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15881
15882 * term/mac-win.el: Add charset info for "iso10646-1".
15883 Modify default fontset to use ATSUI-compatible fonts for some charsets
15884 if available.
15885
15886 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
15887
15888 * speedbar.el: Re-apply arch tag.
15889 (speedbar-version): Rename to version 1.0. Suggested by Eric
15890 M. Ludlam.
15891 Reapply two changes from Emacs CVS' version of speedbar lost
15892 during the merge:
15893 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
15894 (speedbar-frame-parameters): Improve customize type.
15895
15896 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
15897
15898 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
15899 (ange-ftp-file-directory-p): Fix the symlink case.
15900 (ange-ftp-insert-directory): When listing a single file, get a list of
15901 the parent buffer and extract the relevant line. Inspired from a patch
15902 by Katsumi Yamaoka <yamaoka@jpl.org>.
15903 (ange-ftp-file-name-sans-versions): Simplify.
15904
15905 2005-09-30 Bill Wohler <wohler@newt.com>
15906
15907 Move MH-E image files from toolbar and mail directories into
15908 etc/images.
15909
15910 * mail/reply2.*: Move to etc/images/mail/reply*.
15911
15912 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
15913 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
15914 etc/images.
15915
15916 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
15917 * toolbar/reply*: Move to etc/images/mail.
15918
15919 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
15920
15921 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
15922
15923 * speedbar.el: New version 1.0pre3.
15924
15925 Frame management code (including timer, and mouse click specifics)
15926 moved to dframe.el:
15927 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
15928 (speedbar-timer): Removed. Use dframe-timer.
15929 (speedbar-close-frame): Removed. Use dframe-close-frame.
15930 (speedbar-activity-change-focus-flag): Removed. Use
15931 dframe-activity-change-focus-flag.
15932 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
15933 dframe-update-speed.
15934
15935 (speedbar-current-frame): New macro. Use this instead of the
15936 variable speedbar-frame.
15937
15938 (speedbar-use-images, speedbar-expand-image-button-alist)
15939 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
15940
15941 (speedbar-find-image-on-load-path): Removed. Replaced by
15942 defezimage in ezimage.el.
15943 (speedbar-expand-image-button-alist): Removed. Replaced by
15944 ezimage-expand-image-button-alist in ezimage.el.
15945
15946 (speedbar-ignored-directory-regexp)
15947 (speedbar-add-ignored-directory-regexp)
15948 (speedbar-ignored-directory-expressions)
15949 (speedbar-line-directory, speedbar-buffers-line-directory)
15950 (speedbar-directory-line, speedbar-buffers-line-directory):
15951 Renamed, replacing `path' with `directory'.
15952
15953 (speedbar-create-directory, speedbar-expand-line-descendants)
15954 (speedbar-toggle-line-expansion)
15955 (speedbar-contract-line-descendants): New commands.
15956
15957 (speedbar-query-confirmation-method, speedbar-select-frame-method)
15958 (speedbar-use-tool-tips-flag): New options.
15959
15960 (speedbar-check-read-only, speedbar-require-version)
15961 (speedbar-insert-separator, speedbar-buffers-tail-notes)
15962 (speedbar-handle-delete-frame, speedbar-try-completion)
15963 (speedbar-update-localized-contents): New functions.
15964
15965 (speedbar-incompatible-version, speedbar-ro-to-do-point)
15966 (speedbar-object-read-only-indicator): New variables.
15967
15968 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
15969 New hooks.
15970
15971 (speedbar-separator-face): New face.
15972
15973 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
15974 (speedbar-ignored-modes): Add fundamental-mode.
15975 (speedbar-directory-unshown-regexp): Add . directories.
15976
15977 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
15978 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
15979 `]' for full expand/close.
15980 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
15981
15982 (speedbar-check-vc): Support hidden files.
15983 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
15984 (speedbar-this-file-in-vc): Use vc-state if available. If VC
15985 state is nil, it is not checked out.
15986
15987 (speedbar-line-text, speedbar-line-token): Support expand buttons
15988 with no text.
15989 (speedbar-refresh): Universal argument acts as power-click.
15990 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
15991 that buffer to get variable values.
15992
15993 And many other bugfixes.
15994
15995 * dframe.el, ezimage.el, sb-image.el: New files.
15996
15997 * sb-*.xpm: Remove files. New image files installed into
15998 etc/images/ezimage.
15999
16000 2005-09-30 Kenichi Handa <handa@m17n.org>
16001
16002 * ps-mule.el (ps-mule-show-warning): If a character is in
16003 ps-print-translation-table, don't treat it as non-printable.
16004
16005 2005-09-30 David Ponce <david@dponce.com>
16006
16007 * tree-widget.el (tree-widget-themes-load-path): New variable.
16008 (tree-widget-themes-directory): Doc fix.
16009 (tree-widget-image-formats) [Emacs]: Doc fix.
16010 (tree-widget--locate-sub-directory): New function.
16011 (tree-widget-themes-directory): Use it.
16012
16013 * recentf.el (recentf-filename-handlers): Rename from
16014 `recentf-filename-handler'. Allow a list of functions.
16015 (recentf-menu-items-for-commands): Fix :help strings.
16016 (recentf-apply-filename-handlers): New function.
16017 (recentf-expand-file-name): Use it.
16018 (recentf-cleanup): Remove duplicates too.
16019
16020 2005-09-29 Juri Linkov <juri@jurta.org>
16021
16022 * faces.el: Rearrange face definitions to be in the same order as
16023 their face descriptions in "(emacs)Standard Faces".
16024
16025 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
16026
16027 * tooltip.el (tooltip): Add group `basic-faces'.
16028
16029 * buff-menu.el (Buffer-menu-buffer): Remove group
16030 `font-lock-highlighting-faces'.
16031
16032 * progmodes/compile.el (compilation-error, compilation-warning)
16033 (compilation-info, compilation-line-number, compilation-column-number):
16034 Change group from `font-lock-highlighting-faces' to `compilation'.
16035
16036 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
16037 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
16038 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
16039 (vhdl-font-lock-reserved-words-face)
16040 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
16041 `font-lock-highlighting-faces'.
16042
16043 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
16044
16045 2005-09-28 Kim F. Storm <storm@cua.dk>
16046
16047 * emulation/cua-base.el: Set CUA move property on additional commands:
16048 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
16049 forward-sexp, backward-sexp, forward-list, backward-list.
16050
16051 2005-09-28 Romain Francoise <romain@orebokech.com>
16052
16053 * comint.el (comint-show-output): Really set point at the
16054 beginning of the output when not using `comint-use-prompt-regexp'.
16055
16056 2005-09-27 Jay Belanger <belanger@truman.edu>
16057
16058 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
16059 in TeX mode.
16060
16061 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
16062
16063 * textmodes/org.el (org-table-sum): Fix format string.
16064
16065 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
16066 Quote face names.
16067
16068 2005-09-26 Romain Francoise <romain@orebokech.com>
16069
16070 * isearch.el (isearch-forward-regexp): Close doc string.
16071
16072 2005-09-25 Richard M. Stallman <rms@gnu.org>
16073
16074 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
16075
16076 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
16077
16078 * progmodes/compile.el (compilation-error-properties):
16079 When getting the file from the previous error message,
16080 correctly decode the new data format.
16081
16082 * progmodes/cc-cmds.el (c-electric-paren):
16083 Call old-blink-paren only for close-paren.
16084
16085 2005-09-24 Andreas Schwab <schwab@suse.de>
16086
16087 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
16088 condition.
16089
16090 2005-09-25 Romain Francoise <romain@orebokech.com>
16091
16092 * dired-aux.el (dired-copy-file-recursive):
16093 * dired.el (dired-delete-file):
16094 * ediff-mult.el (ediff-dir-diff-copy-file):
16095 * ediff-util.el (ediff-test-save-region):
16096 * forms.el (forms-mode):
16097 * ido.el (ido-file-internal, ido-delete-file-at-head):
16098 * log-edit.el (log-edit-done):
16099 * ses.el (ses-yank-resize):
16100 * play/gomoku.el (gomoku-human-plays, gomoku)
16101 (gomoku-human-resigns, gomoku-prompt-for-other-game)
16102 (gomoku-offer-a-draw):
16103 * play/landmark.el (lm-human-resigns, lm):
16104 * net/eudcb-ldap.el (eudc-ldap-check-base):
16105 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
16106 * progmodes/ebrowse.el (ebrowse-find-pattern):
16107 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
16108 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
16109 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
16110
16111 * vc.el (vc-delete-file):
16112 * play/gomoku.el (gomoku-terminate-game, gomoku)
16113 (gomoku-prompt-for-move, gomoku-human-takes-back):
16114 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
16115 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
16116
16117 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
16118
16119 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
16120 color rxvt terminals by using the code xterm.el used to use before
16121 2005-04-09 in order to match the colors used by rxvt.
16122
16123 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
16124
16125 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
16126 colors rxvt-unicode terminals by using the same code as xterm.el.
16127
16128 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
16129
16130 * textmodes/tex-mode.el (tex-font-lock-append-prop)
16131 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
16132 new symbol used for the tex-verbatim face.
16133
16134 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
16135
16136 * woman.el (woman-file-name):
16137 * wid-edit.el (widget-file-prompt-value)
16138 (widget-coding-system-prompt-value):
16139 * w32-fns.el (set-w32-system-coding-system):
16140 * vc.el (vc-version-diff, vc-annotate):
16141 * textmodes/reftex-auc.el (reftex-arg-cite)
16142 (reftex-arg-index-tag):
16143 * textmodes/refer.el (refer-get-bib-files):
16144 * textmodes/artist.el (artist-figlet-choose-font):
16145 * terminal.el (terminal-emulator):
16146 * replace.el (occur-read-primary-args):
16147 * rect.el (string-rectangle, string-insert-rectangle):
16148 * ps-print.el (ps-print-preprint):
16149 * progmodes/pascal.el (pascal-goto-defun):
16150 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
16151 * progmodes/compile.el (compilation-find-file):
16152 * printing.el (pr-interactive-n-up):
16153 * play/animate.el (animate-birthday-present):
16154 * net/rcompile.el (remote-compile):
16155 * man.el (man, Man-goto-section, Man-follow-manual-reference):
16156 * mail/rmailsum.el (rmail-summary-search-backward)
16157 (rmail-summary-search):
16158 * mail/rmailout.el (rmail-output-read-rmail-file-name)
16159 (rmail-output-read-file-name):
16160 * mail/rmail.el (rmail-search, rmail-search-backwards):
16161 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
16162 * locate.el (locate):
16163 * international/quail.el (quail-show-keyboard-layout):
16164 * international/mule.el (set-buffer-file-coding-system)
16165 (revert-buffer-with-coding-system, set-file-name-coding-system)
16166 (set-terminal-coding-system, set-keyboard-coding-system)
16167 (set-next-selection-coding-system):
16168 * international/mule-diag.el (describe-coding-system)
16169 (describe-font, describe-fontset):
16170 * international/mule-cmds.el (universal-coding-system-argument)
16171 (search-unencodable-char, describe-input-method)
16172 (set-language-environment, describe-language-environment):
16173 * international/codepage.el (codepage-setup):
16174 * international/code-pages.el (codepage-setup):
16175 * info.el (Info-search, Info-follow-reference)
16176 (Info-search-backward):
16177 * emacs-lisp/advice.el (ad-read-advised-function)
16178 (ad-read-advice-class, ad-clear-cache, ad-activate)
16179 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
16180 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
16181 (ad-read-regexp):
16182 * ediff-util.el (ediff-toggle-regexp-match):
16183 * ediff-ptch.el (ediff-prompt-for-patch-file):
16184 * dired-aux.el (dired-diff):
16185 * diff.el (diff):
16186 * cus-edit.el (custom-variable-prompt):
16187 * calendar/timeclock.el (timeclock-ask-for-project):
16188 * calc/calcalg3.el (calc-get-fit-variables):
16189 * calc/calc-store.el (calc-edit-variable)
16190 (calc-permanent-variable):
16191 * vc-mcvs.el (vc-mcvs-register):
16192 * shadowfile.el (shadow-define-literal-group):
16193 * woman.el (woman-file-name):
16194 * vc.el (vc-version-diff, vc-merge):
16195 * textmodes/reftex-index.el (reftex-index-complete-tag):
16196 * format.el (format-decode-buffer, format-decode-region):
16197 * emulation/viper-cmd.el (viper-read-string-with-history):
16198 * emacs-lisp/debug.el (cancel-debug-on-entry):
16199 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
16200 * ediff.el (ediff-merge-revisions)
16201 (ediff-merge-revisions-with-ancestor, ediff-revision):
16202 * completion.el (interactive-completion-string-reader):
16203 * calc/calc-prog.el (calc-user-define-formula):
16204 Follow convention for reading with the minibuffer.
16205
16206 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
16207
16208 * progmodes/python.el (python-describe-symbol): Add globals() and
16209 locals() to the arguments of emacs.ehelp.
16210
16211 2005-09-24 Magnus Henoch <mange@freemail.hu>
16212
16213 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
16214 New function, code extracted from ispell-valid-dictionary-list.
16215 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
16216 Call it.
16217
16218 2005-09-24 Eli Zaretskii <eliz@gnu.org>
16219
16220 * subr.el (version-regexp-alist): Extend valid syntax for version
16221 strings: allow any of the characters -,_,+ to separate the
16222 alpha/beta/rc part from the version part. Doc fix.
16223 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
16224
16225 2005-09-23 David Reitter <david.reitter@gmail.com>
16226
16227 * mail/mailclient.el: New file.
16228
16229 2005-09-23 Richard M. Stallman <rms@gnu.org>
16230
16231 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
16232 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
16233 Doc fixes.
16234
16235 * progmodes/cc-mode.el (c-font-lock-init):
16236 Specify font-lock-lines-before.
16237
16238 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
16239
16240 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
16241 whole conflict.
16242
16243 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
16244
16245 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
16246 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
16247 of `remap' feature when available. Additional key bindings for
16248 better tty support.
16249 (org-mode-restart, org-force-self-insert): New commands.
16250 (org-time-stamp-inactive): New command.
16251 (org-remap): New function.
16252 (org-table-auto-blank-field, org-level-color-stars-only): New options.
16253 (org-enable-fixed-width-editor): Move to `org-structure'
16254 customization group.
16255 (org-self-insert-command, orgtbl-self-insert-command): Modify to
16256 blank field after field motion commands.
16257
16258 2005-09-23 Kenichi Handa <handa@m17n.org>
16259
16260 * international/mule-cmds.el (set-language-environment):
16261 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
16262 have to call utf-translate-cjk-load-tables.
16263
16264 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
16265
16266 * mouse.el (mouse-move-drag-overlay): Fix last change.
16267
16268 2005-09-22 David Ponce <david@dponce.com>
16269
16270 * tree-widget.el (tree-widget-value-create): Fix previous change.
16271
16272 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
16273
16274 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
16275
16276 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
16277
16278 * mouse.el (mouse-move-drag-overlay): New function.
16279 (mouse-drag-region-1): Use it.
16280 Try to simplify a bit the state handling. Handle clicks on links
16281 inside intangible areas.
16282 (mouse-save-then-kill): Minor simplification.
16283 (mouse-secondary-overlay): Make it always non-nil instead of
16284 recreating it each time.
16285 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
16286 (mouse-kill-secondary, mouse-secondary-save-then-kill):
16287 Simplify accordingly.
16288
16289 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
16290
16291 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
16292
16293 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
16294
16295 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
16296 (ediff-file-name-sans-prefix): Treat nil as an empty string.
16297 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
16298 to patch.
16299
16300 * ediff-util.el: Use insert-buffer-substring.
16301
16302 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
16303
16304 * emulation/viper-cmd.el (viper-change-state): Don't move over the
16305 field boundaries in the minibuffer.
16306 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
16307 (viper-minibuffer-post-command-hook): New hook.
16308 (viper-line): Don't move cursor at bolp.
16309
16310 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
16311
16312 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
16313 avoid compiler warnings.
16314
16315 * emulation/viper-macs.el (ex-map): Better messages.
16316
16317 * emulation/viper-utils.el (viper-beginning-of-field): New function.
16318
16319 * emulation/viper.el: Replace make-variable-buffer-local with
16320 viper-make-variable-buffer-local everywhere, to avoid warnings.
16321
16322 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
16323
16324 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
16325 Delete unused var `old-selected-window'.
16326 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
16327 (mouse-drag-secondary): Delete unused var `start-frame'.
16328
16329 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
16330
16331 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
16332
16333 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
16334
16335 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
16336 Re-indent within 80 columns. Use inhibit-read-only.
16337
16338 2005-09-19 Romain Francoise <romain@orebokech.com>
16339
16340 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
16341
16342 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
16343
16344 * font-lock.el (font-lock-default-fontify-region): Don't add a line
16345 unconditionally, since the after-change-function already did it.
16346
16347 2005-09-19 Miles Bader <miles@gnu.org>
16348
16349 * net/newsticker.el: Get rid of CVS keyword.
16350
16351 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
16352
16353 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
16354 The prompt is formatted later.
16355
16356 2005-09-19 David Ponce <david@dponce.com>
16357
16358 * tree-widget.el (tree-widget-value-create): Save the converted
16359 tree :node widget.
16360
16361 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
16362
16363 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
16364 variable `message'.
16365
16366 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
16367
16368 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
16369 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
16370 <slawomir.nowaczyk.847@student.lu.se>.
16371
16372 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
16373
16374 * image.el (image-load-path): Use symbol `data-directory' instead
16375 of its value, for backward compatibility with packages that bind
16376 it during `find-image'. Suggested by Katsumi Yamaoka.
16377 (image-search-load-path): Handle symbols whose values are strings.
16378
16379 2005-09-18 Romain Francoise <romain@orebokech.com>
16380
16381 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
16382 with-current-buffer form in save-excursion.
16383
16384 2005-09-18 Deepak Goel <deego@gnufans.org>
16385
16386 * apropos.el (apropos-command): Fix `message' call: first arg
16387 should be a format spec. In this and all other cases that appear
16388 below and elsewhere in the source code, I made a change only when
16389 two conditions were satisfied: [1] I can think of a possibility
16390 that the arguments would cause an error, for example, the code in
16391 question relies on external variables such as filenames. [2] I
16392 was sure that the arg to `message' could not have been nil in the code.
16393
16394 * textmodes/tildify.el (tildify-region): Ditto.
16395
16396 * textmodes/reftex-index.el (reftex-index-change-entry)
16397 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
16398 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
16399 * textmodes/org.el (org-complete, org-deadline, org-schedule)
16400 (org-priority, org-table-sum):
16401 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
16402 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
16403 (flyspell-word, flyspell-display-next-corrections):
16404 * textmodes/bibtex.el (bibtex-print-help-message):
16405 * textmodes/artist.el (artist-key-set-point-poly):
16406 * term/mac-win.el (mac-services-insert-text):
16407 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
16408 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
16409 (vhdl-port-paste-testbench, vhdl-compose-new-component)
16410 (vhdl-compose-configuration):
16411 * progmodes/sh-script.el (sh-blink, sh-show-indent)
16412 (sh-set-indent, sh-learn-line-indent):
16413 * progmodes/ps-mode.el (ps-mode-target-column):
16414 * progmodes/idlwave.el (idlwave-make-tags)
16415 (idlwave-scan-library-catalogs):
16416 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
16417 * progmodes/gud.el (gud-jdb-analyze-source):
16418 * progmodes/flymake.el (flymake-log):
16419 * progmodes/ebnf2ps.el (ebnf-generate-region):
16420 * progmodes/cmacexp.el (c-macro-expansion):
16421 * progmodes/ada-xref.el (ada-treat-cmd-string):
16422 * progmodes/ada-mode.el (ada-create-case-exception-substring)
16423 (ada-justified-indent-current, ada-batch-reformat):
16424 * play/zone.el (zone):
16425 * play/landmark.el (lm-move):
16426 * play/decipher.el (decipher-show-alphabet):
16427 * net/newsticker.el (newsticker--display-jump)
16428 (newsticker--display-scroll):
16429 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
16430 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
16431 * mail/feedmail.el (feedmail-dump-message-to-queue):
16432 * eshell/esh-proc.el (eshell-remove-process-entry):
16433 * emulation/ws-mode.el (ws-last-error):
16434 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
16435 (viper-record-kbd-macro):
16436 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
16437 * emacs-lisp/lisp-mnt.el (lm-report-bug):
16438 * emacs-lisp/find-func.el (find-function-noselect):
16439 * calendar/timeclock.el (timeclock-status-string)
16440 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
16441 (timeclock-when-to-leave-string):
16442 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
16443 * calc/calc-units.el (calc-enter-units-table):
16444 * calc/calc-mode.el (calc-mode-record-mode):
16445 * woman.el (woman-mini-help):
16446 * wdired.el (wdired-change-to-wdired-mode):
16447 * vc.el (vc-retrieve-snapshot):
16448 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
16449 * startup.el (display-startup-echo-area-message):
16450 * simple.el (set-goal-column):
16451 * ses.el (ses-command-hook, ses-recalculate-cell):
16452 * server.el (server-process-filter):
16453 * printing.el (pr-interface-txt-print, pr-interface-printify)
16454 (pr-interface-ps):
16455 * pcvs.el (cvs-help):
16456 * log-edit.el (log-edit, log-edit-mode-help):
16457 * iswitchb.el (iswitchb-possible-new-buffer):
16458 * isearch.el (isearch-edit-string):
16459 * image-mode.el (image-mode, image-minor-mode):
16460 * ibuf-macs.el (define-ibuffer-filter):
16461 * hi-lock.el (hi-lock-find-patterns):
16462 * files.el (toggle-read-only):
16463 * ediff-util.el (ediff-copy-diff)
16464 (ediff-write-merge-buffer-and-maybe-kill):
16465 * echistory.el (Electric-history-undefined):
16466 * dnd.el (dnd-insert-text):
16467 * dired-aux.el (dired-query):
16468 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
16469 * bookmark.el (bookmark-bmenu-locate):
16470 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
16471 Fix `message' calls to ensure first arg is a format string.
16472 The change was made only when these two conditions were satisfied:
16473 [1] when there is a possibility that the arguments would cause an error
16474 for example, if the code in question relies on external variables
16475 such as filenames, and
16476 [2] if the arg to `message' could not have been nil in the code.
16477
16478 * pcomplete.el (pcomplete--help): Fix `message' format spec.
16479 Not having a %s would be weird, though not technically wrong.
16480
16481 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16482
16483 * term/mac-win.el (mac-add-charset-info): Doc fix.
16484
16485 2005-09-17 Romain Francoise <romain@orebokech.com>
16486
16487 * shell.el (shell-resync-dirs): Handle echoing processes more
16488 reliably. Don't insert resync command if `comint-process-echoes'
16489 is non-nil.
16490
16491 2005-09-17 Magnus Henoch <mange@freemail.hu>
16492
16493 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
16494 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
16495 aspell versions >= 0.60.
16496 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
16497 only if ispell-aspell-supports-utf8 is non-nil.
16498
16499 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
16500
16501 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
16502 buffer-local value to lisp-indent-function.
16503
16504 2005-09-17 Milan Zamazal <pdm@zamazal.org>
16505
16506 * progmodes/glasses.el (glasses-make-readable): If
16507 glasses-separator differs from underscore, put appropriate
16508 overlays over underscore characters.
16509 (glasses-convert-to-unreadable): If glasses-separator differs from
16510 underscore, try to convert glasses-separator characters to
16511 underscores.
16512
16513 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
16514
16515 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
16516 Use with-syntax-table and dolist.
16517
16518 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
16519
16520 * textmodes/reftex-auc.el:
16521 * textmodes/reftex-cite.el:
16522 * textmodes/reftex-dcr.el:
16523 * textmodes/reftex-global.el:
16524 * textmodes/reftex-parse.el:
16525 * textmodes/reftex-ref.el:
16526 * textmodes/reftex-sel.el:
16527 * textmodes/reftex-toc.el:
16528 * textmodes/reftex-vars.el:
16529 * textmodes/reftex.el: Small changes to remove compiler warnings.
16530
16531 * textmodes/reftex-index.el: Likewise.
16532 (reftex-query-index-phrase): More efficient use of markers.
16533
16534 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
16535
16536 * image.el (image-load-path): New variable.
16537 (image-search-load-path): New function.
16538 (find-image): Search for images in `image-load-path'.
16539
16540 2005-09-15 Richard M. Stallman <rms@gnu.org>
16541
16542 * follow.el: Change Maintainer field.
16543
16544 2005-09-15 David Ponce <david@dponce.com>
16545
16546 * recentf.el (recentf-save-file-modes): New option.
16547 (recentf-save-list): Use it.
16548
16549 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
16550
16551 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
16552 (mode-line-mule-info, mode-line-modified): Move bindings from
16553 mouse-3 to mouse-1.
16554
16555 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
16556
16557 * simple.el (sendmail-user-agent-compose): Revert last change.
16558
16559 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
16560
16561 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
16562 Use with-current-buffer.
16563 (ange-ftp-gwp-start): Remove unused var `gw-user'.
16564 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
16565 (ange-ftp-insert-directory): Remove unused var `short'.
16566 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
16567
16568 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
16569 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
16570
16571 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
16572 (check-calendar-holidays, diary-list-entries): Autoload.
16573 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
16574 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
16575
16576 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
16577 which mistakenly removed a call to display-buffer.
16578
16579 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
16580
16581 * obsolete/iso-insert.el: Move to obsolete/ from international/.
16582
16583 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
16584
16585 * progmodes/hideshow.el
16586 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
16587 (hs-allow-nesting): New user var.
16588 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
16589 (hs-hide-block-at-point): When nesting allowed,
16590 if there is already an overlay in place, delete it.
16591 (hs-safety-is-job-n): Delete func; remove call sites.
16592 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
16593 (hs-overlay-at): New func.
16594 (hs-already-hidden-p, hs-show-block): Use it.
16595 (hs-hide-all): Don't pre-clean if nesting allowed.
16596 (hs-show-all): Temporarily disallow
16597 nesting around call to `hs-discard-overlays'.
16598
16599 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
16600
16601 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
16602 Delete unused local var.
16603
16604 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
16605
16606 * help-fns.el (describe-categories): "?\ " -> "?\s".
16607 (help-do-arg-highlight): Recognize also ARG-n, as in
16608 `move-to-left-margin' (ARG+n is already recognized). Simplify.
16609
16610 * international/codepage.el (dos-unsupported-char-glyph):
16611 * net/newsticker.el (tool-bar-map, w3-mode-map)
16612 (w3m-minor-mode-map):
16613 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
16614 (ent-alist):
16615 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
16616
16617 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
16618
16619 * custom.el (custom-push-theme): Handle the case where a symbol is
16620 bound but face properties have not yet been assigned.
16621
16622 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
16623 Fix behavior if noerase is `t' and there is no mail buffer.
16624
16625 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
16626 if `continue' is nil, rather than signal an error.
16627
16628 2005-09-12 Richard M. Stallman <rms@gnu.org>
16629
16630 * font-lock.el (font-lock-keywords): Add autoload.
16631
16632 * help-fns.el (describe-variable): Rearrange to put source link
16633 in a predictable place.
16634
16635 * net/newsticker.el: New file.
16636
16637 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
16638
16639 * calendar/calendar.el (calendar-for-loop): Add edebug info.
16640 (calendar-basic-setup): Use the new nil arg.
16641 (number-of-diary-entries): Move to diary-lib.el.
16642
16643 * calendar/diary-lib.el: Use with-current-buffer, match-string.
16644 (diary-list-entries): Use with-syntax-table and dolist.
16645 Rename from list-diary-entries.
16646 Use number-of-diary-entries if `number' is nil.
16647 (diary, diary-view-entries): Use this new name and new nil arg value.
16648 (number-of-diary-entries): Move from calendar.el.
16649 (diary-unhide-everything): New function.
16650 (include-other-diary-files, fancy-diary-display)
16651 (diary-show-all-entries, make-diary-entry): Use it.
16652 (diary-mail-entries): Use buffer-string.
16653 (mark-diary-entries): Fix long standing paren typo.
16654 (diary-sexp-entry): Use count-lines.
16655 (make-diary-entry): Avoid `previous-line'.
16656 (diary-mode-map): New var.
16657 (diary-mode): Redraw cal after saving. Setup header-line.
16658 (fancy-diary-display-mode): Use local-set-key.
16659
16660 * startup.el (command-line): Try calling various terminal-init-foo-bar
16661 functions by stripping hyphenated suffixes from $TERM.
16662
16663 * files.el (normal-mode): Check boundness of font-lock-keywords.
16664
16665 2005-09-12 Richard M. Stallman <rms@gnu.org>
16666
16667 * progmodes/compile.el: Don't decide a file's directory
16668 until the user actually tries to go there.
16669 (compilation-next-error-function):
16670 Pass compilation-find-file the directory from the file-struct.
16671 (compilation-internal-error-properties): Separate local FILE-STRUCT
16672 from FILE. Doc the args better. Rename arg FMT to FMTS.
16673 (compilation-find-file): Arg DIR renamed to DIRECTORY.
16674 Expand it, and if nil, use default-directory.
16675 (compilation-get-file-structure): Don't mix specified directory
16676 with default directory. Put specified directory into
16677 file-struct. Don't make the file name absolute.
16678
16679 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
16680 (compile-command): Add autoload.
16681 (compilation-disable-input): Add autoload.
16682
16683 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
16684
16685 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
16686 strings of the variables it can override.
16687 (time-stamp): New (as yet undocumented) time-stamp-format escapes
16688 %Q and %q, for fully-qualified domain name and unqualified host name.
16689
16690 2005-09-11 Kim F. Storm <storm@cua.dk>
16691
16692 * emacs-lisp/authors.el (authors-aliases): Update list.
16693 (authors-fixed-entries): Update mldrag.el entry.
16694
16695 2005-09-10 Alan Mackenzie <acm@muc.de>
16696
16697 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
16698 from the region narrowed to.
16699
16700 2005-09-10 Magnus Henoch <mange@freemail.hu>
16701
16702 * textmodes/ispell.el (ispell-check-version): Signal an error if
16703 aspell version is less than 0.60.
16704
16705 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
16706
16707 * progmodes/octave-inf.el (inferior-octave-startup):
16708 Resync current dir at the end.
16709
16710 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
16711
16712 * woman.el (woman-topic-at-point-default):
16713 Rename to woman-use-topic-at-point-default.
16714 (woman-topic-at-point): Rename to woman-use-topic-at-point.
16715 (woman-file-name): Reflect renames above. Automatically use the
16716 word at point as topic if woman-use-topic-at-point is non-nil.
16717 Otherwise offer it as default but don't insert it in the
16718 minibuffer. Also use `test-completion' instead of `assoc' as
16719 suggested by Stefan Monnier.
16720
16721 2005-09-10 Andre Spiegel <spiegel@gnu.org>
16722
16723 * vc.el (vc-directory, vc-update-change-log): Throw an error on
16724 the attempt to do it over Tramp. This is not yet supported.
16725
16726 2005-09-10 Eli Zaretskii <eliz@gnu.org>
16727
16728 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
16729 (menu-bar-non-minibuffer-window-p): New functions.
16730 ("Split Window", "Save As..."): Use them.
16731 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
16732 ("Print Buffer", "Truncate Long Lines in this Buffer"):
16733 Use menu-bar-menu-frame-live-and-visible-p.
16734 ("Save Buffer", "Insert File", "Open Directory...")
16735 ("Open File...", "Visit New File..."):
16736 Use menu-bar-non-minibuffer-window-p.
16737 (kill-this-buffer-enabled-p, dired <menu-enable>):
16738 Use menu-bar-non-minibuffer-window-p.
16739
16740 2005-09-09 Eli Zaretskii <eliz@gnu.org>
16741
16742 * cus-start.el (all): Don't complain about fringe-related
16743 built-ins if fringes are not supported. Ditto about
16744 selection-related built-ins. Fix the test for GTK-related built-ins.
16745
16746 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
16747 ("Postscript Print Buffer", "Print Region", "Save As...")
16748 ("Save", "Insert File...", "Open Directory...")
16749 ("Open File...", "Visit New File..."")
16750 ("Truncate Long Lines in this Buffer"): Don't look at
16751 menu-updating-frame if this display does not support multiple frames.
16752
16753 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
16754
16755 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
16756
16757 2005-09-09 Emilio Lopes <eclig@gmx.net>
16758
16759 * woman.el: Format- and whitespace-related changes.
16760
16761 2005-09-09 Eli Zaretskii <eliz@gnu.org>
16762
16763 * woman.el: Fix my email address.
16764
16765 2005-09-08 Richard M. Stallman <rms@gnu.org>
16766
16767 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
16768 (sh-mode): Locally set skeleton-pair-default-alist.
16769
16770 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
16771
16772 * progmodes/flymake.el: Require `compile' unconditionally.
16773
16774 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
16775
16776 * woman.el (woman-file-name): Provide a default, not initial input.
16777
16778 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
16779
16780 * font-lock.el (font-lock-support-mode): Doc fix.
16781
16782 * descr-text.el (describe-property-list): Handle non-symbol prop names.
16783
16784 2005-09-08 Richard M. Stallman <rms@gnu.org>
16785
16786 * simple.el (blink-matching-open): Get rid of text props from
16787 the string shown in echo area. Don't permanently set point.
16788 Some rearrangements.
16789
16790 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
16791
16792 * recentf.el (recentf-filename-handler): Add custom choice
16793 `abbreviate-file-name'.
16794
16795 * msb.el (msb--very-many-menus): Fix typo.
16796
16797 * disp-table.el (standard-display-european): Don't set
16798 enable-multibyte-characters to nil.
16799
16800 2005-09-08 David Ponce <david@dponce.com>
16801
16802 * recentf.el (recentf-show-file-shortcuts-flag): New option.
16803 (recentf-expand-file-name): Doc fix.
16804 (recentf-dialog-mode-map): Define digit shortcuts.
16805 (recentf--files-with-key): New variable.
16806 (recentf-show-digit-shortcut-filter): New function.
16807 (recentf-open-files-items): New function.
16808 (recentf-open-files): Use it.
16809 (recentf-open-file-with-key): New command.
16810
16811 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
16812
16813 * buff-menu.el (Buffer-menu-sort-by-column): New function.
16814 Suggested by Kim F. Storm.
16815 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
16816 (Buffer-menu-make-sort-button): Use global keymap.
16817
16818 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
16819
16820 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
16821 (Man-getpage-in-background-advice): Remove defadvice; it isn't
16822 necessary any longer with the remapped command.
16823 (Man-bgproc-sentinel-advice): Remove defadvice which counts
16824 formatting time only.
16825
16826 * net/tramp.el (tramp-action-password)
16827 (tramp-multi-action-password): Compile the password prompt from
16828 `method', `user' and `host'. Sometimes it isn't obvious which
16829 password to enter, for example with remote files offered by
16830 recentf.el, or with multiple steps. Suggested by Robert Marshall
16831 <robert@chezmarshall.freeserve.co.uk>.
16832
16833 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
16834
16835 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
16836 Fix regexp for when "s///" is at the beginning of line.
16837
16838 2005-09-07 Jay Belanger <belanger@truman.edu>
16839
16840 * calc/calc-poly.el (math-expand-term): Multiply out any powers
16841 when in matrix mode.
16842
16843 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
16844
16845 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
16846 non-anonymous functions.
16847
16848 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
16849
16850 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
16851 when using a header line. Otherwise, use mouse-1-click-follows-link.
16852
16853 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
16854 can't be moved; don't signal an error.
16855
16856 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
16857
16858 * cus-theme.el (custom-theme-write-faces): Save the current face
16859 spec, not the defface spec.
16860
16861 * custom.el (custom-known-themes): Clarify meaning of "standard".
16862 (custom-push-theme): Save old values in the standard theme.
16863 (disable-theme): Correct typo.
16864 (custom-face-theme-value) Deleted unused function.
16865 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
16866
16867 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
16868
16869 * progmodes/compile.el (compilation-goto-locus): Take into account
16870 iconified frames when determining whether the buffer is
16871 already visible.
16872 Don't reset window height if the window already existed.
16873
16874 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
16875
16876 * custom.el (load-theme): Rename from require-theme.
16877 Add interactive spec.
16878 (enable-theme): Rename from custom-enable-theme.
16879 Add interactive spec.
16880 (disable-theme): Rename from custom-disable-theme.
16881 Add interactive spec.
16882 (custom-make-theme-feature): Doc fix.
16883 (custom-theme-directory): Doc fix.
16884 (provide-theme): Call enable-theme.
16885
16886 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
16887
16888 * obsolete/lazy-lock.el (lazy-lock-mode):
16889 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
16890 font-lock-mode if it's off. Print a warning instead.
16891
16892 * progmodes/compile.el (compilation-start): Ignore errors if the
16893 process died before we get to send-eof.
16894
16895 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
16896 Undo last change. Enclosing the result in quotes broke things on Unix
16897 since tex-send-command passes it through shell-quote-argument.
16898 (tex-send-command): Pass `file' through convert-standard-filename
16899 when possible.
16900 (tex-uptodate-p): Handle the case where TeX hasn't put additional
16901 info in a transcript.
16902
16903 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
16904
16905 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
16906 fix compilation warning. Reorder the key definitions to group
16907 together keys emitted by the current version of xterm.
16908
16909 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
16910 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
16911 Reorder predicates to correct min-color usage.
16912
16913 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
16914
16915 * longlines.el (longlines-mode): Inhibit read-only when encoding.
16916 Kill local variables when longlines-mode is turned off.
16917
16918 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
16919
16920 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
16921
16922 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
16923
16924 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
16925
16926 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
16927 (font-lock-lines-before): Change default to being inactive.
16928 (font-lock-default-fontify-region): Obey font-lock-lines-before.
16929 (font-lock-after-change-function): Don't handle f-l-lines-before here.
16930
16931 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
16932
16933 * net/tramp.el (tramp-handle-make-auto-save-file-name):
16934 Deactivate temporarily advice if active (not needed for Emacs 22,
16935 but for backwards compatibility).
16936 (tramp-exists-file-name-handler): Rewrite. First implementation
16937 was too simple.
16938 (tramp-advice-make-auto-save-file-name):
16939 Call `tramp-handle-make-auto-save-file-name' (again, just for
16940 backwards compatibility).
16941
16942 2005-08-31 Reto Zimmermann <reto@gnu.org>
16943
16944 * progmodes/vhdl-mode.el
16945 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
16946 (vhdl-end-p): Fix indentation bug "else" after "-- when".
16947 (vhdl-set-default-project): New function (easier setting of default).
16948 (vhdl-port-copy): Handle extended identifiers for generics.
16949 (vhdl-compiler-alist): Better description for error message regexp.
16950 (vhdl-make): Query for target, use previous as default.
16951 (vhdl-port-copy): Fix port copy for port names starting with "signal".
16952 (vhdl-font-lock-keywords-2): Fix fontification for record
16953 el. assign.
16954 (vhdl-speedbar-make-subpack-line): Add package body link.
16955 (vhdl-generate-makefile-1): Not include itself as dependency.
16956 (vhdl-font-lock-init): Highlight c-preprocessor directives.
16957 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
16958 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
16959 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
16960 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
16961 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
16962 (vhdl-import-project): Add string argument for `error'.
16963 (vhdl-compose-configuration)
16964 (vhdl-compose-configuration-architecture): Add configuration
16965 declaration generation.
16966 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
16967 (vhdl-trailer-re): Add "record" keyword (better indentation).
16968 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
16969 "[^ \t-\"]+".
16970 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
16971 (vhdl-testbench-entity-file-name)
16972 (vhdl-testbench-architecture-file-name): Allow separate
16973 customization of testbench file names.
16974 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
16975 (vhdl-get-visible-signals): Allow newline within alias declaration.
16976 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
16977 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
16978 (member-ignore-case): Alias for missing function in XEmacs.
16979 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
16980 (vhdl-update-sensitivity-list): Ignore case on read signals.
16981 (vhdl-replace-string): Adjust case only for file names.
16982 (vhdl-update-sensitivity-list): Fix search for read signals.
16983 (vhdl-update-sensitivity-list): Exclude formal parameters.
16984 (vhdl-get-visible-signals): Include aliases of signals.
16985 (vhdl-get-visible-signals): Fix signal name searching.
16986 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
16987 (vhdl-fixup-whitespace-region): Fix for character
16988 literals (e.g. `:').
16989
16990 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
16991
16992 * ansi-color.el (comint-last-output-start):
16993 * bs.el (font-lock-verbose):
16994 * diff-mode.el (add-log-buffer-file-name-function):
16995 * dired-x.el (vm-folder-directory):
16996 * faces.el (help-xref-stack-item):
16997 * files.el (font-lock-keywords):
16998 * find-lisp.el (dired-buffers, dired-subdir-alist):
16999 * ido.el (cua-inhibit-cua-keys):
17000 * log-view.el (cvs-minor-wrap-function):
17001 * outline.el (font-lock-warning-face):
17002 * simple.el (compilation-current-error):
17003 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
17004 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
17005 * tooltip.el (comint-prompt-regexp):
17006 * w32-fns.el (explicit-shell-file-name):
17007 * term/mac-win.el (mac-charset-info-alist)
17008 (mac-services-selection, mac-system-script-code):
17009 * term/tty-colors.el (msdos-color-values):
17010 * term/w32-win.el (xlfd-regexp-registry-subnum):
17011 * term/x-win.el (x-keysym-table, x-selection-timeout)
17012 (x-session-id, x-session-previous-id):
17013 * textmodes/ispell.el (mail-yank-prefix):
17014 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
17015 * textmodes/org.el (calc-embedded-close-formula)
17016 (calc-embedded-open-formula)
17017 (font-lock-unfontify-region-function):
17018 * textmodes/reftex-global.el (isearch-next-buffer-function)
17019 (TeX-master):
17020 * textmodes/reftex.el (font-lock-keywords):
17021 * textmodes/tex-mode.el (font-lock-comment-face)
17022 (font-lock-doc-face):
17023 * textmodes/texinfo.el (outline-heading-alist):
17024 Add defvars.
17025
17026 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
17027 (artist-spray-chars, artist-mode-init, artist-replace-string)
17028 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
17029 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
17030 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
17031
17032 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
17033 (conf-align-assignments): "?\ " -> "?\s".
17034
17035 * textmodes/reftex-index.el (TeX-master): Add defvar.
17036 (reftex-index-phrases-marker): Move up defvar.
17037
17038 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
17039 (reftex-toc-include-labels-indicator)
17040 (reftex-toc-include-index-indicator)
17041 (reftex-toc-max-level-indicator): Move up declarations.
17042
17043 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
17044 of args to `tramp-run-real-handler', even if it's empty in this case.
17045
17046 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17047
17048 * dired.el (dired-move-to-filename-regexp): Add date format for
17049 Mac OS X 10.3 in East Asian locales.
17050
17051 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
17052
17053 * files.el (make-auto-save-file-name): Add file name handler call
17054 if applicable.
17055
17056 * net/tramp.el (tramp-file-name-handler-alist)
17057 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
17058 (tramp-handle-make-auto-save-file-name): Rename from
17059 `tramp-make-auto-save-file-name'.
17060 (tramp-exists-file-name-handler): New defun.
17061 (tramp-advice-make-auto-save-file-name): Make defadvice only when
17062 `make-auto-save-file-name' is not a magic file name operation.
17063
17064 2005-08-30 Richard M. Stallman <rms@gnu.org>
17065
17066 * files.el (risky-local-variable-p):
17067 Match `-predicates' and `-commands.
17068
17069 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
17070 (custom-save-all): Visit the file if necessary;
17071 kill the buffer if we created it.
17072 (custom-save-delete): Don't visit file or kill buffer here.
17073
17074 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
17075
17076 * textmodes/org.el (org-special-keyword): New face.
17077 (org-table-copy-down, org-table-eval-formula)
17078 (org-table-recalculate, org-init-section-numbers):
17079 Use `string-to-number' instead of `string-to-int'.
17080 (org-get-location): Use `insert-buffer-substring' instead of
17081 `insert-buffer'.
17082 (org-modify-diary-entry-string): New function.
17083 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
17084 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
17085 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
17086 active region.
17087 (org-export-as-html): Handle QUOTE keyword.
17088 (org-quote-string): New option.
17089 (org-bookmark-jump-unhide): New function, used for
17090 `bookmark-after-jump-hook'.
17091 (org-diary-default-entry): Apply only when not called through
17092 `org-agenda'.
17093
17094 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
17095
17096 * net/eudc.el (mode-popup-menu):
17097 * play/handwrite.el (ps-printer-name, ps-lpr-command):
17098 * progmodes/ada-mode.el (compile-auto-highlight)
17099 (skeleton-further-elements):
17100 * progmodes/autoconf.el (font-lock-syntactic-keywords):
17101 * progmodes/cmacexp.el (msdos-shells):
17102 * progmodes/compile.el (font-lock-extra-managed-props)
17103 (font-lock-keywords, font-lock-maximum-size)
17104 (font-lock-support-mode):
17105 * progmodes/grep.el (font-lock-lines-before):
17106 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
17107 * progmodes/mixal-mode.el (compile-command):
17108 * progmodes/perl-mode.el (font-lock-comment-face)
17109 (font-lock-doc-face, font-lock-string-face):
17110 * progmodes/prolog.el (comint-prompt-regexp):
17111 * progmodes/sh-script.el (font-lock-comment-face)
17112 (font-lock-set-defaults, font-lock-string-face):
17113 * progmodes/sql.el (font-lock-keyword-face)
17114 (font-lock-set-defaults, font-lock-string-face):
17115 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
17116 (itimer-version, lazy-lock-defer-contextually)
17117 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
17118 Add defvars.
17119
17120 * progmodes/cperl-mode.el (cperl-electric-lbrace)
17121 (cperl-electric-keyword, cperl-electric-pod)
17122 (cperl-electric-backspace, cperl-forward-re)
17123 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
17124 (vc-rcs-header, vc-sccs-header): Add defvars.
17125
17126 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
17127 (font-lock-syntactic-keywords, gud-find-expr-function):
17128 Add defvars.
17129
17130 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
17131 (gdb-frame-parameters): Declare before use.
17132
17133 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
17134 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
17135 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
17136 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
17137
17138 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
17139 (idlwave-help-with-source): Use `insert-buffer-substring', not
17140 `insert-buffer'.
17141
17142 2005-08-29 Juri Linkov <juri@jurta.org>
17143
17144 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
17145 Put outline-back-to-heading function call inside save-excursion.
17146
17147 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
17148
17149 * man.el (Man-init-defvars, Man-translate-references)
17150 (Man-support-local-filenames, Man-highlight-references):
17151 * progmodes/sql.el (sql-interactive-mode):
17152 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
17153
17154 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
17155 (compilation-mode-font-lock-keywords): Add defvars.
17156 (checkdoc-interactive-loop): "?\ " -> "?\s".
17157
17158 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
17159 (font-lock-doc-face, font-lock-string-face)
17160 (font-lock-keywords-case-fold-search): Add defvars.
17161 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
17162
17163 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
17164 Don't pass X and Y (they are ignored anyway).
17165 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
17166 (mouse-delete-window): Make arguments optional.
17167
17168 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
17169 (caesar-translate-table, minor-modes, news-buffer-save)
17170 (news-group-name, news-minor-modes): Add defvars.
17171
17172 * emacs-lisp/lselect.el (mouse-highlight-priority)
17173 (x-lost-selection-functions, zmacs-regions):
17174 * emacs-lisp/pp.el (font-lock-verbose):
17175 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
17176 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
17177 (ses-mode-map):
17178 * emacs-lisp/tcover-unsafep.el (safe-functions):
17179 * international/mule-cmds.el (mac-system-coding-system)
17180 (mac-system-locale):
17181 * language/ethio-util.el (rmail-current-message)
17182 (rmail-message-vector):
17183 * language/thai-util.el (thai-auto-composition-mode):
17184 * mail/metamail.el (rmail-current-message, rmail-message-vector):
17185 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
17186 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
17187 (vm-primary-inbox, vm-spool-files):
17188 * mail/rmail.el (deleted-head, font-lock-fontified)
17189 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
17190 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
17191 (total-messages):
17192 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
17193 (rmail-summary-mode-map):
17194 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
17195 (rmail-last-label, rmail-last-multi-labels)
17196 (rmail-summary-vector, rmail-total-messages):
17197 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
17198 * mail/rmailsum.el (msgnum):
17199 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
17200 (rmail-current-message):
17201 * obsolete/fast-lock.el (font-lock-face-list):
17202 * obsolete/rnewspost.el (mail-reply-buffer):
17203 * obsolete/scribe.el (compile-command):
17204 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
17205
17206 2005-08-28 John Paul Wallington <jpw@gnu.org>
17207
17208 * ibuf-ext.el (ibuffer-auto-update-changed):
17209 Use `frame-or-buffer-changed-p' to check whether we need to update.
17210 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
17211 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
17212 as a `frame-or-buffer-changed-p' state vector instead.
17213
17214 2005-08-27 Romain Francoise <romain@orebokech.com>
17215
17216 * textmodes/makeinfo.el (makeinfo-compile):
17217 Use `compilation-start'. Set `next-error-function' according to
17218 `disable-errors'.
17219 (makeinfo-next-error): New function.
17220 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
17221 (makeinfo-buffer): Likewise.
17222
17223 * progmodes/compile.el (compilation-start): Add autoload cookie.
17224
17225 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
17226 * textmodes/sgml-mode.el: Likewise.
17227 * progmodes/python.el: Likewise.
17228
17229 2005-08-27 Eli Zaretskii <eliz@gnu.org>
17230
17231 * simple.el (blink-matching-paren-distance): Document the meaning
17232 of nil value, and allow to customize to nil.
17233
17234 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
17235 command.com, not command.exe.
17236
17237 2005-08-26 John Wiegley <johnw@newartisans.com>
17238
17239 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
17240 code around a bit so that an extraneous nil argument is not added
17241 to a command when no args are given.
17242
17243 * eshell/esh-arg.el (eshell-parse-double-quote): If a
17244 double-quoted argument resolves to nil, return it as an empty
17245 string rather than as nil. This made it impossible to pass "" to
17246 a shell script as a null string argument.
17247
17248 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
17249
17250 * outline.el (outline-invent-heading): New fun.
17251 (outline-promote, outline-demote): Use it.
17252 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
17253 (outline-end-of-subtree): Remove unused var `opoint'.
17254
17255 2005-08-26 David Reitter <david.reitter@gmail.com>
17256
17257 * menu-bar.el (truncate-lines, write-file, print-buffer)
17258 (ps-print-buffer-faces, ps-print-buffer, split-window):
17259 Disable menu items when the frame they refer to is invisible, or when
17260 they refer to a buffer and the minibuffer is selected.
17261
17262 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
17263
17264 * progmodes/flymake.el (flymake-highlight-err-lines):
17265 Use save-excursion around flymake-highlight-line to preserve point.
17266
17267 2005-08-26 Eli Zaretskii <eliz@gnu.org>
17268
17269 * progmodes/octave-mod.el: Change Author and Maintainer address.
17270 (octave-maintainer-address): Change Kurt's email address.
17271 * progmodes/octave-inf.el: Change Author and Maintainer address.
17272 * progmodes/octave-hlp.el: Change Author and Maintainer address.
17273
17274 2005-08-26 Kim F. Storm <storm@cua.dk>
17275
17276 * subr.el (version-list-<, version-list-<=, version-list-=):
17277 Rename from integer-list-*.
17278 (version-list-not-zero): Likewise. Fix while loop.
17279 (version=): Use version-list-= instead of string-equal.
17280
17281 2005-08-26 Richard M. Stallman <rms@gnu.org>
17282
17283 * outline.el (outline-promote): Try shortening the heading.
17284 As last resort, read the heading to use.
17285 (outline-demote): As last resort, read the heading to use.
17286
17287 2005-08-26 Romain Francoise <romain@orebokech.com>
17288
17289 * progmodes/compile.el (compilation-start): Doc fix.
17290
17291 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
17292 (antlr-font-lock-additional-keywords): Fix reference to
17293 `antlr-font-lock-literal-regexp' erroneously changed during the
17294 mass face rename.
17295 (antlr-run-tool): Use `compilation-start'.
17296
17297 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
17298 instead of the obsolete `compile-internal'.
17299
17300 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
17301
17302 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
17303 (number, original-date):
17304 * calendar/cal-china.el (date):
17305 * calendar/cal-coptic.el (date):
17306 * calendar/cal-french.el (date):
17307 * calendar/cal-hebrew.el (date, entry, number, original-date):
17308 * calendar/cal-islam.el (date, number, original-date):
17309 * calendar/cal-iso.el (date):
17310 * calendar/cal-julian.el (date):
17311 * calendar/cal-mayan.el (date):
17312 * calendar/cal-menu.el (date, event):
17313 * calendar/cal-persia.el (date):
17314 * calendar/lunar.el (date):
17315 * calendar/solar.el (date): Add defvars.
17316
17317 * emerge.el:
17318 * ibuffer.el:
17319 * info-xref.el:
17320 * obsolete/bg-mouse.el:
17321 * obsolete/sun-curs.el:
17322 * obsolete/swedish.el: Move the `defvar's to the top level.
17323
17324 * smerge-mode.el (smerge-refined-change): Add :group.
17325
17326 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
17327
17328 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
17329 (smerge-keep-n): Remove props.
17330 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
17331 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
17332 now that it's done in smerge-keep-n.
17333 (smerge-refined-change): New face.
17334 (smerge-refine-chopup-region, smerge-refine-highlight-change)
17335 (smerge-refine): New funs.
17336 (smerge-basic-map): Bind smerge-refine.
17337
17338 2005-08-25 Juri Linkov <juri@jurta.org>
17339
17340 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
17341 compilation-process-setup-function and compilation-disable-input
17342 in grep-mode instead of let-bindings in grep.
17343
17344 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
17345 Delete "Automatic File De/compression" (auto-compression-mode).
17346
17347 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
17348
17349 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
17350 Silence warning about non-existent variable.
17351
17352 2005-08-25 Richard M. Stallman <rms@gnu.org>
17353
17354 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
17355 Rename "Describe Key" to "Describe Key or Mouse Operation".
17356
17357 * mail/mailalias.el (build-mail-aliases): Delete comments
17358 from the contents before processing them.
17359
17360 * isearch.el (isearch-edit-string): Erase the Search prompt
17361 if user enters an empty string and there is no default.
17362
17363 * comint.el (comint-file-name-prefix): Add autoload.
17364
17365 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
17366
17367 * subr.el (play-sound): Rearrange to avoid warning.
17368
17369 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
17370
17371 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
17372 New hook.
17373 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
17374
17375 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
17376
17377 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
17378
17379 * custom.el (custom-theme-set-variables): Sort minor modes last.
17380
17381 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17382
17383 * subr.el (version-separator, version-regexp-alist): New vars used by
17384 version comparison funs.
17385 (integer-list-<, integer-list-=, integer-list-<=)
17386 (integer-list-not-zero): New funs for integer list comparison.
17387 (version-to-list, version=, version<, version<=): New funs for version
17388 comparison.
17389
17390 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
17391
17392 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
17393 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
17394 time to silence the byte-compiler.
17395
17396 * ibuffer.el (ibuffer-compile-make-eliding-form)
17397 (ibuffer-check-formats): Use `with-no-warnings' to hide references
17398 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
17399 so it's silly to get warnings for it).
17400 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
17401 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
17402 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
17403 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
17404 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
17405 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
17406 Defvar at compile time.
17407 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
17408 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
17409 Declare them before use.
17410
17411 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
17412 (info-xref-good, info-xref-bad): Defvar at compile time.
17413
17414 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
17415 Use `let*' instead of `let'.
17416
17417 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
17418 (*mouse-y*, menu, char): Defvar at compile time.
17419 (sc::menu): Declare it before use.
17420 (sc::pack-one-line): Use `let', not `let*'.
17421
17422 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
17423 (mail-send-hook): Defvar at compile time.
17424
17425 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
17426 Defvar at compile time.
17427
17428 * term/sun-mouse.el (current-global-mousemap)
17429 (current-local-mousemap): Declare them before use.
17430
17431 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
17432
17433 * bookmark.el (bookmark-after-jump-hook): New hook.
17434 (bookmark-jump): Run `bookmark-after-jump-hook'.
17435
17436 2005-08-23 Juri Linkov <juri@jurta.org>
17437
17438 * faces.el (minibuffer-prompt): Doc fix.
17439
17440 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
17441
17442 * progmodes/xscheme.el: Trivial changes to silence warnings.
17443 (xscheme-previous-mode, xscheme-previous-process-state):
17444 Add defvars.
17445 (xscheme-last-input-end, xscheme-process-command-line)
17446 (xscheme-process-name, xscheme-buffer-name)
17447 (xscheme-expressions-ring-max, xscheme-expressions-ring)
17448 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
17449 (xscheme-control-g-synchronization-p)
17450 (xscheme-control-g-disabled-p, xscheme-string-receiver)
17451 (default-xscheme-runlight, xscheme-runlight)
17452 (xscheme-runlight-string, xscheme-process-filter-state)
17453 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
17454 Move to beginning of file.
17455 (scheme-interaction-mode-commands-alist)
17456 (scheme-interaction-mode-map, scheme-debugger-mode-map):
17457 Declare them before use. Note: the initialization code for the
17458 variables has not been moved because it uses functions that reference
17459 the variables.
17460 (xscheme-control-g-message-string, xscheme-process-filter-alist)
17461 (xscheme-prompt-for-expression-map): Declare them before use.
17462 (scheme-debugger-mode-commands): "?\ " -> "?\s".
17463
17464 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
17465
17466 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
17467
17468 2005-08-22 Juri Linkov <juri@jurta.org>
17469
17470 * faces.el (set-face-underline): Delete this duplicate function
17471 and make an obsolete alias to set-face-underline-p.
17472 (set-face-underline-p): Use docstring of set-face-underline.
17473 (describe-face): Create hyperlink to parent face.
17474
17475 * info.el (Info-insert-dir): Use save-excursion around
17476 insert-buffer-substring.
17477 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
17478 (Info-escape-percent): Delete function.
17479 (Info-fontify-node): Replace Info-escape-percent by
17480 replace-regexp-in-string with REP arg set to lambda that
17481 duplicates `%' and preserves text properties.
17482
17483 * progmodes/compile.el (compilation-disable-input): Doc fix.
17484 (define-compilation-mode): Doc fix and refill.
17485 (kill-compilation): Use `mode-name' in the error message.
17486 (compilation-find-file): Use `compilation-error' in the
17487 read-file-name's prompt.
17488
17489 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
17490
17491 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
17492 (smerge-auto-leave): Make undo re-enable the mode.
17493 (debug-ignored-errors): Add the user-error of impossible resolution.
17494 (smerge-resolve): Move things around a bit, in preparation for later.
17495 (smerge-diff): Don't fail if the buffer has no associated file.
17496 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
17497 (smerge-conflict-overlay): New function.
17498 (smerge-match-conflict): Don't add text properties here.
17499 (smerge-find-conflict): Instead, add an overlay here.
17500 Also check for the case where we're inside a conflict already, so as to
17501 obviate the need for font-lock-multiline, which is unbearably slow with
17502 large conflicts and ciomplex font-lock patterns.
17503 (smerge-remove-props): Remove overlay rather than text-properties.
17504 (smerge-mode): Don't set font-lock-multiline.
17505 Remove overlays when turned off.
17506
17507 2005-08-21 Kim F. Storm <storm@cua.dk>
17508
17509 * ido.el (ido-ignore-item-p): Use save-match-data.
17510 Bind case-fold-search to ido-case-fold locally.
17511
17512 2005-08-20 Richard M. Stallman <rms@gnu.org>
17513
17514 * files.el (normal-mode): If font lock is on, turn it off and on.
17515
17516 * subr.el (replace-regexp-in-string): Doc fix.
17517
17518 * startup.el (command-line-1): Don't suppress startup screen
17519 due to existing processes.
17520
17521 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
17522
17523 * progmodes/compile.el (compilation-disable-input): Default to nil.
17524
17525 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
17526
17527 * progmodes/compile.el (compilation-disable-input): New defcustom.
17528 (compilation-start): If compilation-disable-input is non-nil, send
17529 EOF to the compilation process.
17530
17531 2005-08-20 Eli Zaretskii <eliz@gnu.org>
17532
17533 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
17534 Run the argument of tex-shell-cd-command through
17535 convert-standard-filename, to get the correct style of slashes on
17536 Windows, and enclose the result in quotes, in case the file name
17537 includes whitespace or other special characters.
17538
17539 2005-08-19 Andreas Schwab <schwab@suse.de>
17540
17541 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
17542 process.
17543
17544 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
17545
17546 * cus-start.el (minibuffer-prompt-properties): Correct typo.
17547
17548 2005-08-18 Kim F. Storm <storm@cua.dk>
17549
17550 * scroll-lock.el: Fix errors due to incorrect line wrapping.
17551
17552 2005-08-18 Richard M. Stallman <rms@gnu.org>
17553
17554 * scroll-lock.el: New file.
17555
17556 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
17557
17558 * dired.el (dired-move-to-end-of-filename):
17559 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
17560
17561 2005-08-18 Kim F. Storm <storm@cua.dk>
17562
17563 * ido.el (ido-everywhere): Fix defcustom :set function to disable
17564 rather than toggle mode when custom value is nil.
17565 (ido-everywhere): Fix defun doc string.
17566
17567 2005-08-17 Richard M. Stallman <rms@gnu.org>
17568
17569 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
17570 as tag instead of "Inviolable".
17571
17572 2005-08-17 Kim F. Storm <storm@cua.dk>
17573
17574 * windmove.el (windmove-coordinates-of-position): Remove.
17575 (windmove-coordinates-of-window-position): Remove.
17576 (windmove-reference-loc): Use posn-at-point instead.
17577
17578 * subr.el (insert-for-yank-1): Doc fix.
17579
17580 * ido.el (ido-enter-matching-directory): Rename from
17581 ido-enter-single-matching-directory. Change `slash' choice to
17582 `only'. Add `first' choice.
17583 (ido-exhibit): Adapt to above changes.
17584
17585 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
17586
17587 * Makefile.in: Expand comment about building loaddefs.el.
17588
17589 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
17590
17591 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
17592 Comment use of defadvice.
17593
17594 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
17595
17596 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
17597
17598 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
17599 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
17600 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
17601 * progmodes/idlw-shell.el, progmodes/ld-script.el,
17602 * progmodes/which-func.el, ruler-mode.el, strokes.el,
17603 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
17604 for backward compatibility for faces that did not appear in the
17605 previous Emacs release.
17606
17607 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
17608
17609 2005-08-15 Kim F. Storm <storm@cua.dk>
17610
17611 * emulation/cua-base.el (cua-delete-region): Return t if
17612 deleted region was non-empty.
17613 (cua-replace-region): Inhibit overwrite-mode for
17614 self-insert-command if replaced region was non-empty.
17615 (cua--explicit-region-start, cua--status-string): Make them
17616 buffer-local at top-level...
17617 (cua-mode): ...rather than when mode is enabled.
17618
17619 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
17620
17621 * progmodes/vhdl-mode.el (vhdl-emacs-21):
17622 Set t for Emacs 21, 22, and so on.
17623
17624 2005-08-15 David Ponce <david@dponce.com>
17625
17626 * tree-widget.el: Update Commentary header.
17627 (tree-widget-theme): Doc fix.
17628 (tree-widget-space-width): New option.
17629 (tree-widget-image-properties): Look up in the default theme too.
17630 (tree-widget--cursors): Only for images with arrow pointer shape.
17631 (tree-widget-lookup-image): Pointer shape is hand by default.
17632 (tree-widget-icon): Rename generic icon widget from
17633 `tree-widget-control'.
17634 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
17635 derive from `tree-widget-icon'.
17636 (tree-widget-handle): Improve default look and feel of the text
17637 representation.
17638 (tree-widget): Rename :*-control properties to :*-icon properties.
17639 Add :action and :help-echo properties.
17640 (tree-widget-after-toggle-functions): Move.
17641 (tree-widget-close-node, tree-widget-open-node): Remove.
17642 (tree-widget-before-create-icon-functions): New hook.
17643 (tree-widget-value-create): Update to allow customization of icons
17644 and nodes at run-time via that new hook.
17645 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
17646 (tree-widget-icon-action, tree-widget-icon-help-echo)
17647 (tree-widget-action, tree-widget-help-echo): New functions.
17648
17649 2005-08-15 Kim F. Storm <storm@cua.dk>
17650
17651 * ido.el (ido-buffer-internal): Use with-no-warnings.
17652 (ido-make-merged-file-list): Use while-no-input.
17653
17654 2005-08-15 Richard M. Stallman <rms@gnu.org>
17655
17656 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
17657 (flyspell-large-region): Fix doc and custom type.
17658
17659 2005-08-14 Richard M. Stallman <rms@gnu.org>
17660
17661 * files.el (interpreter-mode-alist): Doc fix.
17662
17663 * mail/rmail.el (rmail-nonignored-headers): New variable.
17664 (rmail-clear-headers): Use it.
17665 (rmail-reply): Better handling of mail-followup-to header.
17666
17667 * progmodes/sh-script.el (sh-font-lock-keywords-var):
17668 Rename variable from sh-font-lock-keywords. In the `shell' entry,
17669 don't try to refer to executable-font-lock-keywords.
17670 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
17671 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
17672 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
17673 (sh-mode): Set comment-start-skip, local-abbrev-table,
17674 imenu-case-fold-search.
17675 (sh-set-shell): Don't set them here.
17676 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
17677 Don't cache the results in the original alist; don't ever modify
17678 that alist.
17679
17680 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
17681
17682 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
17683 empty.
17684
17685 2005-08-15 Andreas Schwab <schwab@suse.de>
17686
17687 * desktop.el: Put autoload cookie at risky-local-variable declarations.
17688
17689 * dired.el, info.el, mail/rmail.el: Revert last change.
17690
17691 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
17692
17693 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
17694 modification in `eval-after-load' form.
17695 * info.el: Likewise.
17696 * mail/rmail.el: Likewise.
17697
17698 2005-08-14 Juri Linkov <juri@jurta.org>
17699
17700 * progmodes/compile.el (compilation-mode-font-lock-keywords):
17701 Remove highlighting of "Compilation started". Highlight only
17702 the word "finished" in "Compilation finished". Add highlighting
17703 of "interrupt", "killed", "terminated" and the exit code.
17704 (compilation-start): Add newline after header. Use exactly the
17705 same time stamp format as the finishing message.
17706 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
17707
17708 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
17709 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
17710 Add highlighting of "interrupt", "killed", "terminated".
17711
17712 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
17713 enabled and the current command is self-insert-command, call it
17714 explicitly with overwrite-mode bound to nil, to not allow it
17715 to delete the character after the selected region.
17716
17717 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
17718
17719 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
17720 move-end-of-line, end-of-line, and beginning-of-line to the list
17721 of commands after which the echo area is updated.
17722
17723 2005-08-12 Eli Zaretskii <eliz@gnu.org>
17724
17725 * cus-edit.el (custom-save-all, custom-save-delete):
17726 Bind recentf-exclude to exclude custom-file.
17727
17728 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
17729
17730 * mail/rmailsum.el (rmail-summary-end-of-message): New command
17731 to go to the bottom of the mail message. Added to
17732 `rmail-summary-mode-map' with key "/".
17733 (rmail-summary-show-message): New (internal) function for use by
17734 both `rmail-summary-beginning/end-of-message'.
17735 (rmail-summary-beginning-of-message): Change to use
17736 rmail-summary-show-message.
17737
17738 * mail/rmail.el (rmail-end-of-message): New command to go to the
17739 end of the current message. Added to `rmail-mode-map' with key "/".
17740 (rmail-beginning-of-message): Fix to work as documented.
17741 (rmail-mode): Change documentation.
17742
17743 * progmodes/compile.el (compilation-start): Add the line
17744 "Compilation started" with compilation start time.
17745 (compilation-mode-font-lock-keywords): Add `started' to keywords.
17746
17747 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
17748
17749 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
17750 of menu items.
17751
17752 2005-08-11 Richard M. Stallman <rms@gnu.org>
17753
17754 * simple.el (pop-global-mark): Reverse test of widen-automatically.
17755
17756 * battery.el (battery-status-function): Don't use ignore-errors.
17757
17758 2005-08-11 Lute Kamstra <lute@gnu.org>
17759
17760 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
17761 define-obsolete-variable-alias.
17762
17763 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
17764
17765 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
17766 (ange-ftp-send-cmd): Revert last change, and expand
17767 the comment explaining the problem.
17768
17769 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
17770
17771 * ldefs-boot.el: Update.
17772
17773 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
17774 item to "Time, Load and Mail". Change help echo text.
17775
17776 * time.el (display-time-use-mail-icon, display-time-format)
17777 (display-time-string-forms): Shorten first line of docstrings.
17778
17779 2005-08-10 Lars Hansen <larsh@soem.dk>
17780
17781 * desktop.el (desktop-buffer-mode-handlers):
17782 Make non-customizable. Add autoload cookie. Change initial value to
17783 nil; add elements in respective modules instead. Fix doc string.
17784 (desktop-load-file): New function.
17785 (desktop-minor-mode-handlers): New autoloaded variable.
17786 (desktop-create-buffer): Call minor mode handlers.
17787 Use desktop-load-file to load major and minor mode modules prior to
17788 checking for a handler.
17789 (desktop-save): Don't add nil to desktop-minor-modes for minor
17790 modes with nil function in desktop-minor-mode-table. Don't delete
17791 desktop file before rewriting it.
17792 (desktop-locals-to-save): Add autoload cookie. Don't make
17793 automatically buffer-local. Add variables column-number-mode,
17794 size-indication-mode, indent-tabs-mode,
17795 indicate-buffer-boundaries, indicate-empty-lines and
17796 show-trailing-whitespace.
17797 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
17798 regexps. Don't use desktop-clear-preserve-buffers-regexp.
17799 (desktop-clear-preserve-buffers-regexp): Delete.
17800 (desktop-clear-preserve-buffers): Update initial value and docstring.
17801 (desktop-save-buffer): Fix doc string.
17802
17803 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
17804 (hilit-chg-desktop-restore): New function.
17805 (highlight-changes-mode): Add highlight-changes-mode to
17806 desktop-locals-to-save.
17807
17808 * dired.el: Add handler to desktop-buffer-mode-handlers.
17809 (dired-restore-desktop-buffer): Remove autoload cookie.
17810 (dired-mode): Add autoload cookie.
17811
17812 * info.el: Add handler to desktop-buffer-mode-handlers.
17813 (Info-restore-desktop-buffer): Remove autoload cookie.
17814 (Info-mode): Add autoload cookie.
17815
17816 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
17817 (mh-restore-desktop-buffer): Remove autoload cookie.
17818 (mh-folder-mode): Add autoload cookie.
17819
17820 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
17821 (rmail-restore-desktop-buffer): Remove autoload cookie.
17822
17823 2005-08-11 Masatake YAMATO <jet@gyve.org>
17824
17825 * hexl.el (hexl-address-region):
17826 (hexl-ascii-region, hexl-font-lock-keywords):
17827 (hexl-highlight-line-range): Use the term "region"
17828 instead of "area" for consistency with the other symbols
17829 defined in hexl.el.
17830
17831 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
17832
17833 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
17834 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
17835 out by Juri Linkov). Add `display-battery-mode'.
17836
17837 2005-08-09 Juri Linkov <juri@jurta.org>
17838
17839 * progmodes/compile.el (compilation-mode-font-lock-keywords):
17840 Remove `-text' from face variable names.
17841 (compilation-error-file-name, compilation-warning-file-name)
17842 (compilation-info-file-name): Delete faces.
17843 (compilation-line-number, compilation-column-number):
17844 Remove face underlining.
17845 (compilation-message-face): Set to `underline' value by default.
17846 (compilation-error-face, compilation-warning-face)
17847 (compilation-info-face): Remove `-file-name' from face names.
17848 (compilation-error-text-face, compilation-warning-text-face)
17849 (compilation-info-text-face): Delete face variables.
17850 (compilation-text-face): Delete function.
17851
17852 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
17853 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
17854 (grep-error-face): Set to `compilation-error' instead of
17855 `compilation-error-face' (which is redefined to `grep-hit-face' in
17856 grep buffers).
17857 (grep-mode-font-lock-keywords): Remove `-text' from face variable
17858 names. Use `grep-error-face' instead of `compilation-error-text-face'.
17859
17860 * dired-aux.el (dired-do-query-replace-regexp):
17861 Use `query-replace-read-args'.
17862
17863 * replace.el (query-replace-read-from, query-replace-read-to)
17864 (query-replace-read-args): Rename arg `string' to `prompt'.
17865
17866 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
17867
17868 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
17869
17870 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
17871 uploading files.
17872 (ange-ftp-canonize-filename): Handle file names beginning with ~
17873 correctly.
17874
17875 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
17876
17877 * textmodes/fill.el (canonically-space-region)
17878 (fill-context-prefix, fill-french-nobreak-p)
17879 (fill-delete-newlines, fill-comment-paragraph)
17880 (justify-current-line): "?\ " -> "?\s".
17881
17882 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
17883
17884 * textmodes/fill.el (fill-nonuniform-paragraphs):
17885 Improve argument/docstring consistency.
17886
17887 2005-08-09 Richard M. Stallman <rms@gnu.org>
17888
17889 * textmodes/ispell.el (ispell-word): More fboundp checks.
17890
17891 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
17892 (find-file-noselect-1): Call it here, only if RAWFILE.
17893 (normal-mode): Always set some major mode.
17894 (save-some-buffers-action-alist): Change some explanation strings.
17895 (file-name-non-special): In the `quote' method, use unwind-protect.
17896
17897 2005-08-09 Magnus Henoch <mange@freemail.hu>
17898
17899 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
17900 (ispell-have-aspell-dictionaries): New variable.
17901 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
17902 (ispell-get-aspell-config-value): New function.
17903 (ispell-aspell-find-dictionary): New function.
17904 (ispell-aspell-add-aliases): New function.
17905 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
17906 appropriate. Don't look for ispell dictionaries if we use aspell.
17907 (ispell-menu-map): Don't build a submenu of dictionaries.
17908
17909 2005-08-09 Richard M. Stallman <rms@gnu.org>
17910
17911 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
17912 (sql-read-passwd): Use read-passwd.
17913
17914 * progmodes/idlw-toolbar.el (idlwave-toolbar)
17915 (idlwave-toolbar-is-possible): Add defvars.
17916
17917 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
17918 Avoid warnings.
17919
17920 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
17921 (idlwave-system-class-info, idlwave-executive-commands-alist):
17922 Use defvar.
17923
17924 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
17925
17926 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
17927 Avoid warnings.
17928
17929 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
17930 and content-type: headers.
17931
17932 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
17933
17934 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
17935 and rename some of them to be more self-explanatory.
17936
17937 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
17938
17939 * startup.el (command-line-1): Implement -scriptload.
17940
17941 * replace.el (occur-engine): Initial *Occur* output not undoable.
17942
17943 * menu-bar.el (menu-bar-file-menu): Rename some menu items
17944 and improve help strings.
17945
17946 * isearch.el (isearch-repeat): When changing direction,
17947 mark search successful.
17948
17949 * ediff-init.el: Use (featurep 'xemacs).
17950
17951 * comint.el (send-invisible): Identify buffer, if not selected.
17952
17953 * align.el: Delete autoload for c-guess-basic-syntax.
17954
17955 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
17956
17957 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
17958 Improve argument/docstring consistency. Doc fixes.
17959 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
17960 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
17961 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
17962 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
17963 (r2bv-organization, r2bv-pages, r2bv-primary-author)
17964 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
17965 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
17966 Defvar at compile time.
17967
17968 2005-08-09 Juri Linkov <juri@jurta.org>
17969
17970 * info.el: Replace `info' with upper-case `Info' where appropriate.
17971 (info-title-1, info-title-2, info-title-3, info-title-4)
17972 (info-menu-header): Move up face definitions.
17973 (info-menu-star): Rename from `info-menu-5'.
17974 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
17975 (Info-fontify-visited-nodes): Fix docstring.
17976 (Info-hide-note-references): Fix docstring.
17977 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
17978 menu items in the same way as on cross-references.
17979 (info-apropos): Fix sorting order and formatting to be like in the
17980 stand-alone Info browser. Display error messages for 1 sec.
17981 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
17982 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
17983 from the menu bar.
17984 (Info-insert-dir): Restore point after calling
17985 `insert-buffer-substring'.
17986
17987 2005-08-08 Richard M. Stallman <rms@gnu.org>
17988
17989 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
17990 (recompute-lucid-menubar): Add defvars.
17991
17992 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
17993
17994 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
17995
17996 * net/net-utils.el (run-dig): Rename from `dig'.
17997
17998 * play/gametree.el (gametree-mode): Use make-local-variable,
17999 not make-variable-buffer-local.
18000
18001 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
18002
18003 * ansi-color.el (ansi-color-make-extent)
18004 (ansi-color-set-extent-face): Use fboundp, not functionp.
18005
18006 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
18007 not make-variable-buffer-local.
18008
18009 * bookmark.el (Info-current-file): Add defvar.
18010 (bookmark-jump-noselect): Use with-no-warnings.
18011
18012 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
18013
18014 * ebuff-menu.el (Helper-return-blurb): Add defvar.
18015
18016 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
18017
18018 * find-file.el (ada-procedure-start-regexp)
18019 (ada-package-start-regexp): Add defvars.
18020
18021 * info.el (Info-insert-dir): Use insert-buffer-substring.
18022
18023 * xml.el (xml-att-def-re): Add defvar.
18024
18025 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
18026 calling convention.
18027
18028 * subr.el (while-no-input): Return t if there is input.
18029
18030 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
18031
18032 * cus-start.el (all): Add `overflow-newline-into-fringe'.
18033
18034 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
18035
18036 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
18037 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
18038
18039 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
18040
18041 * cmuscheme.el (scheme-start-file): Replace reference to
18042 `user-emacs-directory' by "~/.emacs.d/".
18043
18044 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
18045
18046 * info.el (Info-dir-remove-duplicates): Avoid case folding
18047 in loop; instead, keep downcased strings for comparison.
18048 Suggested by Helmut Eller.
18049
18050 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
18051
18052 Sync with Tramp 2.0.50.
18053
18054 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
18055 XEmacs case; not necessary anymore.
18056 (tramp-user-regexp): Allow "@" as part of user name.
18057 (tramp-handle-set-visited-file-modtime)
18058 (tramp-handle-insert-file-contents)
18059 (tramp-handle-write-region): No special handling for
18060 `last-coding-system-used, because this is done in
18061 `tramp-accept-process-output' now.
18062 (tramp-accept-process-output): New defun.
18063 (tramp-process-one-action, tramp-process-one-multi-action)
18064 (tramp-wait-for-regexp, tramp-wait-for-output)
18065 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
18066 Howells <dhowells@redhat.com>.
18067 (clear-visited-file-modtime): Defadvice removed. The check for
18068 unset buffer's modtime does not need to be based on
18069 `tramp-buffer-file-attributes'. Suggested by RMS.
18070 (tramp-message): Insert "\n" if not being at beginning of line.
18071 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
18072 sequence with same logic.
18073 (tramp-completion-handle-expand-file-name): Discard call of
18074 `tramp-drop-volume-letter'. It is not necessary, and there have
18075 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
18076 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
18077 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
18078 should always be visible.
18079 (tramp-handle-insert-directory, tramp-setup-complete)
18080 (tramp-set-process-query-on-exit-flag)
18081 (tramp-append-tramp-buffers): Pacify byte-compiler.
18082 (tramp-bug): Delete non-existing variables from list.
18083 Apply `tramp-load-report-modules' as pre-hook.
18084 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
18085 `shell-prompt-pattern' because of non-7bit characters.
18086 Reported by Sebastian Luque <sluque@mun.ca>.
18087 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
18088 (tramp-match-string-list): Remove function.
18089 (tramp-wait-for-regexp): Remove call of that function.
18090 Suggested by Kim F. Storm <storm@cua.dk>.
18091 (tramp-set-auto-save-file-modes): Use octal integer code #o600
18092 instead of octal character code ?\600. The latter resulted in a
18093 syntax error with XEmacs.
18094
18095 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
18096 XEmacs case; not necessary anymore.
18097 (tramp-smb-handle-write-region): No special handling for
18098 `last-coding-system-used, because this is done in
18099 `tramp-accept-process-output' now.
18100 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
18101
18102 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
18103
18104 * wid-edit.el (widget-choice-value-create):
18105 Unconditionally respect user choice. Set :explicit-choice back to nil
18106 when no longer needed.
18107 (widget-choice-action): Unconditionally respect user choice.
18108 Eliminate :explicit-choice-value.
18109
18110 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
18111
18112 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
18113 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
18114 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
18115 running new function `toggle-indicate-empty-lines'.
18116 Rename "Customize" item to "Customize fringe".
18117 Rename "Indicators" item to "Buffer boundaries" and change help echo.
18118 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
18119 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
18120 Delete "Empty lines only" item.
18121 (menu-bar-showhide-fringe-ind-customize): New function.
18122 (menu-bar-showhide-fringe-ind-mixed)
18123 (menu-bar-showhide-fringe-ind-box)
18124 (menu-bar-showhide-fringe-ind-right)
18125 (menu-bar-showhide-fringe-ind-left)
18126 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
18127 instead of `fringe-indicators'.
18128
18129 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
18130
18131 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
18132 Change the date of last update.
18133
18134 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
18135
18136 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
18137 (viper-exec-yank, viper-put-back): Don't display modification msg
18138 if in the minibuffer.
18139
18140 * viper-init.el (viper-replace-overlay-cursor-color)
18141 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
18142 Make variables frame local.
18143
18144 * viper-util.el (viper-append-filter-alist): Use append instead of
18145 nconc.
18146
18147 * viper.el (viper-vi-state-mode-list)
18148 (viper-emacs-state-mode-list): Move help-mode and
18149 completion-list-mode from the first list to the second.
18150 (viper-mode): Docstring.
18151 (viper-go-away, viper-non-hook-settings): Don't localize
18152 minor-mode-alist in newer Emacsen. Add advice to
18153 set-cursor-color. Don't bind "\C-c\\".
18154
18155 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
18156
18157 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
18158 (scheme-macro-expand-command): New user options.
18159 (scheme-trace-procedure, scheme-expand-current-form): New commands.
18160 (scheme-form-at-point, scheme-start-file)
18161 (scheme-interactively-start-process): New functions.
18162 (scheme-get-process): New function, extracted from `scheme-proc'.
18163 (run-scheme): Call `scheme-start-file' to get start file, and pass
18164 it to `make-comint'.
18165 (switch-to-scheme, scheme-proc):
18166 Call `scheme-interactively-start-process' if no Scheme buffer/process
18167 is available.
18168
18169 2005-08-06 Juri Linkov <juri@jurta.org>
18170
18171 * progmodes/compile.el (compilation-mode-font-lock-keywords):
18172 Use `compilation-text-face', `compilation-info-text-face' and
18173 `compilation-error-text-face' instead of `font-lock-keyword-face'.
18174 (compilation-error): New face.
18175 (compilation-error-file-name): Inherit from
18176 `compilation-error' instead of `font-lock-warning-face'.
18177 (compilation-warning-file-name): Inherit from
18178 `compilation-warning' instead of `font-lock-warning-face'.
18179 (compilation-info, compilation-error-file-name)
18180 (compilation-warning-file-name, compilation-info-file-name)
18181 (compilation-line-number, compilation-column-number): Doc fix.
18182 (compilation-error-text-face, compilation-warning-text-face)
18183 (compilation-info-text-face): New face variables.
18184 (compilation-line-face, compilation-column-face)
18185 (compilation-enter-directory-face)
18186 (compilation-leave-directory-face): Doc fix.
18187 (compilation-text-face): New function.
18188
18189 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
18190 instead of 1 to display binary file names as info file links.
18191 (grep-error-face): Use `compilation-error-face' instead of
18192 `font-lock-keyword-face'.
18193 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
18194 and `compilation-warning-text-face' instead of
18195 `font-lock-keyword-face'. Use `compilation-error-text-face'
18196 instead of `grep-error-face'.
18197
18198 2005-08-05 Kenichi Handa <handa@m17n.org>
18199
18200 * international/code-pages.el: Add autoload cookies for all coding
18201 systems.
18202
18203 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
18204
18205 * cus-start.el (all): Put undo.c where it alphabetically belongs.
18206
18207 2005-08-04 Juri Linkov <juri@jurta.org>
18208
18209 * progmodes/compile.el (compilation-mode-map):
18210 * progmodes/grep.el (grep-mode-map):
18211 Bind TAB to `compilation-next-error' and [backtab] to
18212 `compilation-previous-error'.
18213
18214 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
18215 matching line numbers, column numbers and their ranges with regexp
18216 matching only line numbers.
18217 (grep-context-face): New face variable.
18218 (grep-mode-font-lock-keywords): Use it.
18219
18220 * faces.el (read-face-name): Delete duplicate faces.
18221
18222 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
18223
18224 * thumbs.el (thumbs-find-image): Don't make variables
18225 automatically buffer local.
18226 (thumbs-current-tmp-filename, thumbs-current-image-filename)
18227 (thumbs-image-num): Make automatically buffer local.
18228 (thumbs-show-thumbs-list): Use `make-local-variable', not
18229 `make-variable-buffer-local'.
18230 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
18231
18232 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
18233 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
18234 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
18235 (bother, bye, canyou, chatlst, continue, deathlst, describe)
18236 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
18237 (feelings-about, foullst, found, hello, history, howareyoulst)
18238 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
18239 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
18240 (neglst, obj, object, owner, please, problems, qlist)
18241 (random-adjective, relation, remlst, repetitive-shortness)
18242 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
18243 (shortlst, something, sportslst, stallmanlst, states, subj)
18244 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
18245 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
18246 Defvar at compile time.
18247
18248 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
18249 not `make-variable-buffer-local'.
18250
18251 2005-08-02 Kim F. Storm <storm@cua.dk>
18252
18253 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
18254 rectangle overlay in selected window.
18255
18256 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
18257
18258 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
18259 instead of display group. Make `indicate-buffer-boundaries'
18260 customizable through Custom.
18261
18262 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
18263
18264 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
18265 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
18266 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
18267 (gdb-put-string): Fix typos in docstrings.
18268
18269 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
18270
18271 Update copyright notices of files in progmodes directory for
18272 release of Emacs 22.1.
18273
18274 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
18275
18276 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
18277 Don't barf if the GUD buffer has been killed.
18278
18279 2005-08-01 Kim F. Storm <storm@cua.dk>
18280
18281 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
18282
18283 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
18284
18285 * simple.el (next-error-follow-minor-mode):
18286 make-variable-buffer-local -> make-local-variable.
18287
18288 * emacs-lisp/cl-extra.el: Require CL also when compiling.
18289
18290 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
18291 (byte-compile-form-make-variable-buffer-local): New functions to warn
18292 about misuses of make-variable-buffer-local where make-local-variable
18293 was meant.
18294
18295 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
18296
18297 * bs.el (bs-attributes-list): Doc fix.
18298 (bs): Update url-link.
18299
18300 * desktop.el (desktop-save-buffer): Fix typos in docstring.
18301 (desktop-load-default): Simplify.
18302
18303 * ibuffer.el (ibuffer-columnize-and-insert-list)
18304 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
18305 (ibuffer-unmark-all, ibuffer-toggle-marks)
18306 (ibuffer-unmark-forward, ibuffer-unmark-backward)
18307 (ibuffer-compile-make-format-form, ibuffer-format-column)
18308 (ibuffer-current-buffers-with-marks)
18309 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
18310 (ibuffer): Doc fix.
18311 (ibuffer-mode): Fix typo in docstring.
18312 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
18313 with `define-obsolete-variable-alias'.
18314 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
18315
18316 2005-07-29 Kenichi Handa <handa@m17n.org>
18317
18318 * international/mule-cmds.el (select-message-coding-system):
18319 Be sure to use LF for end-of-line. If no coding system is decided,
18320 return iso-8859-1-unix.
18321
18322 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
18323
18324 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
18325 (ange-ftp-pending-error-line): New vars.
18326 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
18327 to handle the non-fatal no-route-to-host messages.
18328 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
18329
18330 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
18331
18332 * isearch.el (isearch-mode-map, isearch-other-meta-char)
18333 (isearch-quote-char, isearch-printing-char)
18334 (isearch-text-char-description): "?\ " -> "?\s".
18335 (isearch-lazy-highlight-cleanup)
18336 (isearch-lazy-highlight-initial-delay)
18337 (isearch-lazy-highlight-interval)
18338 (isearch-lazy-highlight-max-at-a-time)
18339 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
18340 Declare with define-obsolete-*-alias macros.
18341 (isearch-forward): Fix typo in docstring.
18342 (search-invisible, search-ring-yank-pointer)
18343 (regexp-search-ring-yank-pointer): Doc fixes.
18344
18345 * recentf.el (recentf-menu-append-commands-p): Declare with
18346 `define-obsolete-variable-alias'.
18347 (recentf-max-saved-items, recentf-menu-filter)
18348 (recentf-arrange-by-rule-subfilter): Doc fixes.
18349 (recentf-menu-append-commands-flag)
18350 (recentf-initialize-file-name-history, recentf-expand-file-name)
18351 (recentf-clear-data): Fix typos in docstrings.
18352
18353 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
18354
18355 * progmodes/gdb-ui.el: Smarten comments.
18356 (gdb-info-breakpoints-custom): Use nowarn when finding file.
18357
18358 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
18359
18360 * term/apollo.el (terminal-init-apollo): New function containing
18361 all former top level forms in the file.
18362 * term/bobcat.el (terminal-init-bobcat):
18363 * term/cygwin.el (terminal-init-cygwin):
18364 * term/iris-ansi.el (terminal-init-iris-ansi):
18365 * term/linux.el (terminal-init-linux):
18366 * term/news.el (terminal-init-news):
18367 * term/rxvt.el (terminal-init-rxvt):
18368 * term/sun.el (terminal-init-sun):
18369 * term/tvi970.el (terminal-init-tvi970):
18370 * term/vt100.el (terminal-init-vt100):
18371 * term/vt102.el (terminal-init-vt102):
18372 * term/vt125.el (terminal-init-vt125):
18373 * term/vt200.el (terminal-init-vt200):
18374 * term/vt201.el (terminal-init-vt201):
18375 * term/vt220.el (terminal-init-vt220):
18376 * term/vt240.el (terminal-init-vt240):
18377 * term/vt300.el (terminal-init-vt300):
18378 * term/vt320.el (terminal-init-vt320):
18379 * term/vt400.el (terminal-init-vt400):
18380 * term/vt420.el (terminal-init-vt420):
18381 * term/wyse50.el (terminal-init-wyse50):
18382 * term/xterm.el (terminal-init-xterm): Likewise.
18383
18384 * term/README: Describe the terminal-init-* functionality.
18385
18386 * startup.el (command-line): After loading the terminal initialization
18387 file call the corresponding terminal initialization function.
18388
18389 2005-07-27 Kenichi Handa <handa@m17n.org>
18390
18391 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
18392 negative.
18393
18394 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
18395 (ps-mule-composition-prologue): Fix for the case that
18396 RelativeCompose is false.
18397
18398 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
18399
18400 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
18401
18402 * descr-text.el (describe-char): Handle the case where the list of
18403 chars is displayed in a separate frame.
18404 Be a bit more discriminating when looking for the char.
18405
18406 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
18407
18408 * bookmark.el (bookmark-automatically-show-annotations)
18409 (bookmark-read-annotation-text-func): Doc fixes.
18410 (bookmark-save): Improve argument/docstring consistency.
18411 (bookmark-get-bookmark, bookmark-get-bookmark-record)
18412 (bookmark-alist-from-buffer)
18413 (bookmark-upgrade-file-format-from-0)
18414 (bookmark-grok-file-format-version)
18415 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
18416 (bookmark-read-annotation-mode)
18417 (bookmark-insert-current-bookmark, bookmark-jump)
18418 (bookmark-exit-hook): Fix typos in docstrings.
18419 (bookmark-exit-hooks): Define as obsolete alias.
18420 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
18421 not `bookmark-exit-hooks'. Fix docstring.
18422 (bookmark-bmenu-select): "?\ " -> "?\s".
18423
18424 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
18425
18426 * startup.el (command-line): Fix typo.
18427
18428 2005-07-24 Richard M. Stallman <rms@gnu.org>
18429
18430 * tooltip.el (tooltip-mode): Test emacs-basic-display,
18431 not emacs-quick-startup.
18432
18433 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
18434
18435 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
18436 (reb-next-match, reb-show-subexp): Use `with-selected-window'
18437 instead of `reb-with-current-window'.
18438 (reb-prev-match): Likewise. Also, don't move left if the search
18439 was unsuccessful.
18440 (reb-initialize-buffer): New function.
18441 (re-builder, reb-change-syntax): Use it.
18442
18443 * man.el (Man-goto-page): Make second argument NOERROR optional.
18444
18445 2005-07-23 Richard M. Stallman <rms@gnu.org>
18446
18447 * man.el (Man-bgproc-sentinel): Check here for failure to find
18448 any man page in the output, and report the error here.
18449 (Man-arguments): Make it permanent local.
18450 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
18451 (Man-mode): Pass t for NOERROR.
18452
18453 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
18454 (grep-mode-font-lock-keywords):
18455 Don't use compilation-...-face for messages that are not file names.
18456
18457 * progmodes/compile.el (compilation-mode-font-lock-keywords):
18458 Don't use compilation-...-face for messages that are not file names.
18459
18460 2005-07-22 Juri Linkov <juri@jurta.org>
18461
18462 * startup.el (normal-splash-screen): Update menu name.
18463
18464 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
18465
18466 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
18467
18468 * term/xterm.el: Load term/rxvt if the terminal is actually an
18469 rxvt terminal.
18470 (xterm-rxvt-set-background-mode): Remove, not used anymore.
18471
18472 * term/rxvt.el (function-key-map): Use substitute-key-definition
18473 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
18474
18475 * term/cygwin.el: New file.
18476
18477 2005-07-22 Kim F. Storm <storm@cua.dk>
18478
18479 * image-file.el (insert-image-file, image-file-yank-handler):
18480 Fix last change to maintain a (unique) yank-handler on yanked images.
18481
18482 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
18483
18484 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
18485 of the file size (as in "177B" for 177 bytes). This happens with
18486 "ls -lh" on FreeBSD.
18487
18488 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
18489
18490 * hilit-chg.el (highlight-changes-global-initial-state)
18491 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
18492 (hilit-chg-fixup, highlight-changes-mode):
18493 Fix typos in docstrings.
18494 (highlight-changes-global-modes, highlight-changes-rotate-faces):
18495 Doc fixes.
18496
18497 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
18498
18499 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
18500 mode function using `eval-after-load'.
18501
18502 2005-07-21 Kim F. Storm <storm@cua.dk>
18503
18504 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
18505 included when reporting an emacs crash, and tell about the DEBUG file.
18506
18507 * image-file.el (insert-image-file): Add yank-handler.
18508 (image-file-yank-handler): Yank handler to make unique copies of
18509 images when they are yanked into a buffer next to each other.
18510
18511 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
18512
18513 * comint.el (comint-use-prompt-regexp, comint-send-input)
18514 (comint-source-default, comint-extract-string)
18515 (comint-get-source, comint-word, comint-completion)
18516 (comint-source, comint-prompt-read-only, comint-update-fence):
18517 Fix typos in docstrings.
18518 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
18519 Declare with define-obsolete-*-alias macros.
18520 (comint-previous-matching-input-from-input)
18521 (comint-next-matching-input-from-input)
18522 (comint-previous-matching-input, comint-next-matching-input)
18523 (comint-forward-matching-input):
18524 Improve argument/docstring consistency.
18525
18526 * desktop.el (desktop-clear-preserve-buffers-regexp):
18527 Also preserve the *server* buffer.
18528
18529 * simple.el (clone-indirect-buffer): Doc fix.
18530 (fixup-whitespace, just-one-space)
18531 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
18532 (next-error, next-error-highlight)
18533 (next-error-highlight-no-select, next-error-last-buffer)
18534 (next-error-buffer-p, next-error-find-buffer, next-error)
18535 (previous-error, next-error-no-select, previous-error-no-select)
18536 (open-line, split-line, minibuffer-prompt-width, kill-new)
18537 (binary-overwrite-mode): Fix typos in docstrings.
18538 (set-fill-column): Fix typo in message.
18539
18540 * skeleton.el (skeleton-proxy-new): Doc fix.
18541
18542 * strokes.el (strokes-load-hook): Doc fix.
18543 (strokes-grid-resolution, strokes-get-grid-position)
18544 (strokes-renormalize-to-grid, strokes-read-stroke)
18545 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
18546 (strokes-global-map): Fix typos in docstrings.
18547 (strokes-help): Doc fix. Fix help message and pass it through
18548 `substitute-command-keys'.
18549
18550 * tempo.el (tempo-insert-prompt, tempo-interactive)
18551 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
18552 (tempo-insert-string-functions, tempo-local-tags)
18553 (tempo-define-template, tempo-insert-template)
18554 (tempo-insert-prompt-compat, tempo-is-user-element)
18555 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
18556 Fix typos in docstrings.
18557
18558 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
18559 (vcursor-key-bindings, vcursor-use-vcursor-map)
18560 (vcursor-find-window, vcursor-scroll-down)
18561 (vcursor-disable, vcursor-beginning-of-buffer)
18562 (vcursor-end-of-buffer): Fix typos in docstrings.
18563 (vcursor-relative-move, vcursor-get-char-count):
18564 Improve argument/docstring consistency.
18565
18566 * version.el: "?\ " -> "?\s".
18567
18568 * wid-edit.el (widget-default-create, widget-after-change)
18569 (widget-default-format-handler, widget-checklist-add-item)
18570 (widget-radio-add-item, widget-choose, widget-specify-secret)
18571 (widget-field-value-create, widget-field-value-get)
18572 (widget-editable-list-format-handler)
18573 (widget-editable-list-entry-create, widget-group-value-create)
18574 (widget-documentation-link-add)
18575 (widget-documentation-string-value-create): "?\ " -> "?\s".
18576 (widget-convert-text): Doc fix.
18577 (widget-narrow-to-field, widget-field-find)
18578 (widget-url-link-action, widget-emacs-library-link-action)
18579 (widget-color-notify): Fix typos in docstrings.
18580
18581 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
18582 (x-select-text, set-w32-system-coding-system)
18583 (w32-add-charset-info): Fix typos in docstrings.
18584
18585 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
18586 (cua-enable-cua-keys, cua-use-hyper-key)
18587 (cua-virtual-rectangle-edges): Fix typos in docstrings.
18588 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
18589
18590 * net/tramp.el (tramp-handle-load): Fix typo in error message.
18591
18592 * emacs-lisp/re-builder.el (regexp-builder): Declare with
18593 `defalias' instead of faking it.
18594
18595 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
18596 (eshell-ls-missing, eshell-ls-dired-initial-args)
18597 (eshell-ls-use-in-dired): Fix typos in docstrings.
18598
18599 2005-07-20 Kim F. Storm <storm@cua.dk>
18600
18601 * emulation/cua-base.el (cua-mode): Improve doc string.
18602
18603 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
18604
18605 * abbrev.el (expand-region-abbrevs): Doc fix.
18606 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
18607 Improve argument/docstring consistency.
18608
18609 * arc-mode.el (archive-get-descr, archive-alternate-display):
18610 Doc fixes.
18611 (archive-l-e): Improve argument/docstring consistency.
18612 (archive-tmpdir, archive-unixdate, archive-unixtime)
18613 (archive-chmod-entry): Fix typos in docstrings.
18614 (archive-unflag, archive-unflag-backwards)
18615 (archive-unmark-all-files): "?\ " -> "?\s".
18616
18617 * buff-menu.el (Buffer-menu-unmark): Doc fix.
18618 (Buffer-menu-not-modified, Buffer-menu-execute)
18619 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
18620 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
18621
18622 * composite.el (compose-string, encode-composition-rule)
18623 (compose-last-chars): Fix typos in docstrings.
18624
18625 * desktop.el (desktop-enable, desktop-basefilename):
18626 Declare with `define-obsolete-variable-alias'.
18627 (desktop-internal-v2s): Don't quote keywords.
18628 (desktop-clear): "?\ " -> "?\s".
18629
18630 * dired.el (dired-align-file, dired-flag-backup-files)
18631 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
18632 (dired-listing-switches, dired-ls-F-marks-symlinks)
18633 (dired-dwim-target, dired-load-hook, dired-mode-hook)
18634 (dired-directory, dired-faces, dired, dired-revert)
18635 (dired-mode, dired-summary, dired-view-file)
18636 (dired-copy-filename-as-kill, dired-delete-file)
18637 (dired-no-confirm, dired-unmark-all-marks)
18638 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
18639 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
18640 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
18641 Fix typos in message strings.
18642
18643 * dired-x.el (virtual-dired): Declare with `defalias'.
18644 (dired-mark-unmarked-files, dired-local-variables-file)
18645 (dired-omit-here-always): Doc fix.
18646 (dired-omit-mode, dired-find-subdir)
18647 (dired-enable-local-variables, dired-clean-up-buffers-too)
18648 (dired-extra-startup, dired-mark-extension, dired-jump)
18649 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
18650 (dired-smart-shell-command, dired-guess-shell-alist-user)
18651 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
18652 (dired-x-bind-find-file, dired-x-submit-report):
18653 Fix typos in docstrings.
18654 (dired-mark-unmarked-files): "?\ " -> "?\s".
18655
18656 * dirtrack.el (dirtrack-list): Fix typos in docstring.
18657
18658 * faces.el (describe-face): "?\ " -> "?\s".
18659 (read-all-face-attributes, read-face-font, modify-face)
18660 (face-attr-construct, italic): Fix typos in docstrings.
18661 (frame-update-face-colors): Declare with
18662 `define-obsolete-function-alias'.
18663
18664 * files.el (find-file-noselect, recode-file-name): Doc fixes.
18665 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
18666 (magic-mode-alist, buffer-file-numbers-unique)
18667 (write-file-functions, get-free-disk-space):
18668 Fix typos in docstrings.
18669 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
18670 (write-contents-hooks, write-file-hooks):
18671 Declare with `define-obsolete-variable-alias'.
18672
18673 * forms-d2.el (arch-rj): Fix typo in docstrings.
18674 (arch-tocol): Likewise. "?\ " -> "?\s".
18675
18676 * frame.el (set-frame-font, cursor-in-non-selected-windows):
18677 Fix typo in docstring.
18678 (set-screen-width, set-screen-height): Delete redundant info in
18679 doctrings.
18680 (new-frame, screen-height, screen-width): Declare with
18681 `define-obsolete-function-alias'.
18682 (delete-frame-hook, blink-cursor): Declare with
18683 `define-obsolete-variable-alias'.
18684
18685 * paths.el (prune-directory-list): Fix typos in docstring.
18686
18687 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
18688 (cvs-prefix-get): Fix typos in docstrings.
18689
18690 * ps-print.el (ps-extend-face-list, ps-extend-face)
18691 (ps-print-background-image): Fix typos in docstrings.
18692 (ps-default-fg, ps-default-bg): Doc fixes.
18693
18694 * s-region.el (s-region-bind): Doc fix.
18695 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
18696
18697 * textmodes/org.el (org-table-formula-substitute-names)
18698 (org-table-get-vertical-vector): Doc fixes.
18699 (org-table-recalculate): Remove unused argument to `message'.
18700
18701 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
18702
18703 * textmodes/org.el (org-table-column-names)
18704 (org-table-column-name-regexp)
18705 (org-table-named-field-locations): New variables.
18706 (org-archive-subtree): Protect `this-command' when calling
18707 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
18708 the kill buffer.
18709 (org-complete): Remove fixed-formula completion.
18710 (org-edit-formulas-map): New variable.
18711 (org-table-edit-formulas): New command.
18712 (org-finish-edit-formulas, org-abort-edit-formulas)
18713 (org-show-variable, org-table-get-vertical-vector): New functions.
18714 (org-table-maybe-eval-formula): Handle `:=' fields.
18715 (org-table-get-stored-formulas, org-table-store-formulas)
18716 (org-table-get-formula, org-table-modify-formulas)
18717 (org-table-replace-in-formulas): Handle named field formulas.
18718 (org-table-get-specials): Store locations of named fields.
18719
18720 2005-07-19 Juri Linkov <juri@jurta.org>
18721
18722 * progmodes/grep.el (grep-regexp-alist)
18723 (grep-mode-font-lock-keywords, grep-process-setup):
18724 Use default GNU grep match color "01;31m" instead of "01;41m".
18725 (grep-regexp-alist, grep-mode-font-lock-keywords):
18726 Use `\\[[0-9]*m' instead of `\\[00m'.
18727 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
18728 sgr_start where its handling is more important. Use the real
18729 length of sgr_start instead of constant 8.
18730 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
18731 specially. Delete all remaining escape sequences.
18732 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
18733 (grep-regexp-alist): Make hyperlink only for binary file name
18734 instead of the whole line.
18735 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
18736 (grep-mode): Add autoload.
18737
18738 * emacs-lisp/find-func.el (find-function-regexp):
18739 Add `define-compilation-mode'.
18740
18741 2005-07-19 Juri Linkov <juri@jurta.org>
18742
18743 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
18744 (compare-windows-sync-string-size, compare-windows-recenter)
18745 (compare-windows-highlight, compare-windows): Add version 22.1.
18746 (compare-windows) <defface>: Inherit from lazy-highlight instead
18747 of duplicating its default value.
18748
18749 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
18750 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
18751
18752 * descr-text.el (describe-char): Create link buttons for `charset'
18753 and `code point'. Add the current input method name with a link
18754 button to `to input' field. Print face names of display table
18755 characters in `The display table entry is displayed by' section
18756 instead of printing face-id in the `display' field.
18757 Guess hardcoded faces and create a link button for them.
18758 Skip empty fields when calculating max-width.
18759 Treat `widget-create' specially while inserting strings from the
18760 collected field list.
18761 (describe-char-after): Made obsolete in version 22.1, not 21.5.
18762
18763 * diff-mode.el (diff-file-header): Change foreground color from
18764 yellow to green on light backgrounds.
18765 (diff-context): Inherit from `shadow' only for color/grayscale
18766 with more than 88 colors.
18767 (diff-indicator-removed, diff-indicator-added)
18768 (diff-indicator-changed): New faces.
18769 (diff-font-lock-keywords): Use new faces. Regroup rules.
18770 Add "^---$" for `normal' diff format. Fontify `#' lines with
18771 font-lock-comment-delimiter-face and font-lock-comment-face.
18772 Add `#' to ^[^...] in the rule for `diff-context-face'.
18773
18774 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
18775 a button-like box. Inherit from `highlight' on low colors.
18776 (shadow): Use shades of gray only for color/grayscale with
18777 more than 88 colors. Use green for light backgrounds with
18778 8 colors, and yellow for dark backgrounds with 8 colors.
18779
18780 * font-lock.el (font-lock-regexp-grouping-backslash):
18781 Don't inherit from escape-glyph (use bold for all cases).
18782
18783 * info.el (info-xref-visited): Use light foreground color `violet'
18784 for dark backgrounds instead of dark color `magenta3'.
18785 (info-title-1): Use `yellow' color for dark backgrounds.
18786
18787 * isearch.el (isearch): Use not-too-dark magenta3 instead of
18788 too-light magenta2.
18789
18790 * replace.el (match): Use slightly more light RoyalBlue3 instead
18791 of dark RoyalBlue4.
18792
18793 * wid-edit.el (widget-inactive): Inherit from `shadow'.
18794
18795 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
18796
18797 * novice.el (disabled-command-hook): Declare it with
18798 `define-obsolete-variable-alias'.
18799
18800 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
18801 (desktop-buffer-misc-functions, desktop-buffer-handlers)
18802 (desktop-load-default): Add release to obsolescence info.
18803 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
18804 (desktop-append-buffer-args, desktop-read):
18805 Fix typos in docstrings.
18806 (desktop-kill): Fix typo in message.
18807 (desktop-save): Doc fix.
18808
18809 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
18810
18811 * viper-cmd.el (viper-escape-to-state): Bug fix.
18812 (viper-envelop-ESC-key): Change the definition of fast
18813 keysequence so it'll work with keyboard macros.
18814
18815 * ediff.el (ediff-patch-buffer): Change the docstring.
18816
18817 2005-07-19 Kenichi Handa <handa@m17n.org>
18818
18819 * international/mule-cmds.el (select-safe-coding-system): Try to
18820 use an auto-coding (if any) before anything else. If the found
18821 auto-coding is invalid, show a warning message.
18822
18823 * international/mule.el (find-auto-coding): New function created
18824 by modifying the body of set-auto-coding.
18825 (set-auto-coding): Use find-auto-coding to find a coding.
18826
18827 2005-07-18 Richard M. Stallman <rms@gnu.org>
18828
18829 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
18830 not isearch-mode-end-hook-error.
18831 (allout-before-change-protect): Fix error message.
18832
18833 2005-07-18 Juri Linkov <juri@jurta.org>
18834
18835 * allout.el (allout-mode):
18836 * calculator.el (calculator-copy):
18837 * custom.el (custom-known-themes):
18838 * dired.el (dired-desktop-buffer-misc-data)
18839 (dired-restore-desktop-buffer):
18840 * dired-x.el (dired-omit-marker-char):
18841 * files.el (basic-save-buffer):
18842 * font-core.el (font-lock-mode):
18843 * calendar/calendar.el (calendar-goto-hebrew-date)
18844 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
18845 (calendar-goto-persian-date):
18846 * language/ethio-util.el (ethio-sera-to-fidel-region):
18847 * textmodes/picture.el (picture-mode):
18848 Delete duplicate duplicate words.
18849
18850 2005-07-18 Juri Linkov <juri@jurta.org>
18851
18852 * isearch.el (isearch-mode-map): Remove key bindings for regexp
18853 chars * ? } |.
18854 (isearch-fallback): Don't call `isearch-process-search-char'.
18855 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
18856 (isearch-process-search-char): Call `isearch-fallback' for regexp
18857 chars * ? } |.
18858 (isearch-return-char): Make obsolete with `make-obsolete' instead
18859 of simply documenting it as obsolete in the docstring.
18860 (isearch-fallback): Refill docstring.
18861
18862 * international/isearch-x.el
18863 (isearch-process-search-multibyte-characters): Remove unneeded
18864 `concat'. Add intermediate values to `junk-hist' instead of
18865 `minibuffer-history'. Test the length of `str'.
18866
18867 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
18868
18869 * allout.el (allout-resolve-xref): Fix typos in error strings.
18870 (allout-before-change-protect): Remove unneeded `concat'.
18871
18872 * array.el (array-mode, array-reconfigure-rows)
18873 (untabify-backward): Fix typos in docstrings.
18874 (array-reconfigure-rows): Use `insert-buffer-substring', not
18875 `insert-buffer'.
18876
18877 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
18878 * progmodes/ada-mode.el (ada-make-body):
18879 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
18880
18881 * dired.el (dired-log):
18882 * tar-mode.el (tar-subfile-save-buffer):
18883 * play/zone.el (zone-pgm-stress-destress):
18884 Use `insert-buffer-substring', not `insert-buffer'.
18885
18886 2005-07-17 Simon Josefsson <jas@extundo.com>
18887
18888 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
18889
18890 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
18891
18892 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
18893 Add plain auth method.
18894 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
18895
18896 2005-07-17 Kim F. Storm <storm@cua.dk>
18897
18898 * ido.el (dired-other-window): Add ido property.
18899
18900 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
18901
18902 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
18903 Fix typo in docstring.
18904 (byte-compile-interactive-only-functions): Add `insert-buffer' and
18905 `insert-file-literally'.
18906
18907 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
18908 info and delete redundant message. Doc fix.
18909 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
18910 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
18911
18912 2005-07-16 Richard M. Stallman <rms@gnu.org>
18913
18914 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
18915 (byte-compile-and): Use byte-compile-and-recursion.
18916 (byte-compile-or-recursion): New function.
18917 (byte-compile-or): Use that.
18918 (byte-compile-if): Guard the else-clause too.
18919 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
18920
18921 * isearch.el (isearch-mode-end-hook-quit): New variable.
18922 (isearch-done): Bind it.
18923 (isearch-mode-end-hook): Doc fix.
18924
18925 * allout.el (allout-isearch-did-quit): Variable deleted.
18926 (allout-real-isearch-abort): Function name no longer used.
18927 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
18928 (allout-isearch-rectification): isearch-mode always exists.
18929 Don't set allout-isearch-did-quit.
18930 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
18931 allout-isearch-did-quit.
18932 (allout-enwrap-isearch): Just add the hook.
18933 (allout-isearch-abort): Function deleted.
18934 (allout-pre-command-business): Avoid warning.
18935
18936 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
18937 Correctly avoid warnings.
18938 (pascal-outline): Likewise.
18939
18940 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
18941
18942 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
18943
18944 * play/tetris.el (tetris-mode): Avoid warning.
18945
18946 * play/snake.el (snake-mode): Avoid warning.
18947
18948 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
18949 (gamegrid-set-display-table): Avoid warning.
18950 (gamegrid-set-timer): Likewise.
18951 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
18952 (gamegrid-add-score-with-update-game-score-1): Take FILE
18953 as argument.
18954 (gamegrid-add-score-with-update-game-score): Pass that argument.
18955 Rename have-shared-game-dir to gamegrid-shared-game-dir.
18956
18957 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
18958
18959 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
18960 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
18961
18962 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
18963 and insert-file.
18964
18965 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
18966 (sc-ask): Avoid warnings.
18967
18968 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
18969 (eshell-hist-initialize): Use that var the natural way.
18970
18971 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
18972
18973 * emacs-lisp/re-builder.el (reb-cook-regexp):
18974 Avoid warning calling lre-compile-string.
18975 (reb-color-display-p): Avoid warning.
18976
18977 * calculator.el (calculator-last-input): Guard uses
18978 of event-key and key-press-event-p.
18979 (event-key, key-press-event-p): Delete definitions.
18980
18981 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
18982 (find-gc-source-directory, find-gc-subrs-callers)
18983 (find-gc-noreturn-list, find-gc-source-files)
18984 (find-gc-subrs-called): Vars renamed and defvar'd.
18985
18986 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
18987 (checkdoc-overlay-put, checkdoc-delete-overlay)
18988 (checkdoc-overlay-start, checkdoc-overlay-end)
18989 (checkdoc-mode-line-update, checkdoc-char=):
18990 Define such that compiler knows they are defined.
18991 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
18992 (checkdoc-read-event): Delete. Use read-event directly.
18993
18994 * whitespace.el (whitespace-make-overlay)
18995 (whitespace-overlay-put, whitespace-delete-overlay)
18996 (whitespace-overlay-start, whitespace-overlay-end):
18997 Define such that compiler knows they are defined.
18998 (whitespace): Move conditional inside.
18999
19000 * tempo.el (tempo-insert-template): Suppress warning.
19001
19002 * ediff-diff.el (longlines-mode): Add defvar.
19003
19004 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
19005
19006 * server.el: Bind "C-x #" in a way that works even if C-x is
19007 redefined to a command key, not a prefix key.
19008
19009 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
19010
19011 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
19012 cl-make-type-test till execution time.
19013
19014 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
19015
19016 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
19017 arg ARG and use it.
19018
19019 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
19020
19021 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
19022
19023 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
19024
19025 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
19026 a defcustom with two :set or :type keywords.
19027
19028 2005-07-15 Richard M. Stallman <rms@gnu.org>
19029
19030 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
19031 Don't give ^M comment-end syntax.
19032
19033 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
19034
19035 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
19036 Don't consider gdbmi (gdb-mi.el has its own update functions).
19037 (gdb-var-delete): Make it work for gdbmi as well.
19038 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
19039
19040 * progmodes/gud.el (etags, sdb): Only require etags when needed.
19041 (gud-speedbar-menu-items): Correct logic for enabling items.
19042
19043 2005-07-15 Kim F. Storm <storm@cua.dk>
19044
19045 * ido.el: Fix commentary.
19046 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
19047 Use with-no-warnings around ffap-guesser.
19048 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
19049 Let bind minibuffer-completing-file-name to t.
19050
19051 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
19052
19053 * startup.el (site-run-file, keyboard-type): Doc fixes.
19054 (command-line): Check for "--basic-display" argument; also for
19055 "--quick", not "--bare-bones" (which was renamed).
19056 (fancy-splash-text): Add missing item "Getting New Versions".
19057 (normal-splash-screen): Fix typos and improve consistency with
19058 `fancy-splash-text'. Update copyright year.
19059
19060 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
19061 valid binding for `help-char'.
19062
19063 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
19064
19065 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
19066
19067 * term.el (term-mode): Disable cua-mode for term buffers.
19068
19069 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
19070
19071 * add-log.el (add-log-mailing-address, change-log-merge):
19072 Doc fixes.
19073 (change-log-get-method-definition): Fix typo in docstring.
19074
19075 2005-07-14 Kim F. Storm <storm@cua.dk>
19076
19077 * emulation/cua-base.el:
19078 (cua--pre-command-handler-1, cua--pre-command-handler)
19079 (cua--post-command-handler-1, cua--post-command-handler):
19080 Split in two. Check (buffer local) value of cua-mode.
19081 (cua-selection-mode): New command.
19082
19083 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
19084
19085 * custom.el (custom-initialize-safe-set)
19086 (custom-initialize-safe-default): Doc fixes.
19087
19088 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
19089 and simplify :init-value again.
19090
19091 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
19092 and simplify :init-value again. Delete autoload.
19093
19094 * startup.el (command-line): Use `custom-reevaluate-setting' again
19095 for tooltip-mode.
19096
19097 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
19098 a defcustom with two :initialize keywords.
19099
19100 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
19101
19102 * allout.el (my-mark-marker, allout-isearch-prior-pos)
19103 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
19104 (allout-post-command-business, allout-flag-region)
19105 (isearch-reenable-font-lock, allout-yank)
19106 (allout-insert-latex-header, allout-insert-latex-trailer)
19107 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
19108 (allout-latex-verb-quote): Fix typos in docstrings.
19109 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
19110 (allout-unprotected, allout-prefix-data):
19111 Improve argument/docstring consistency.
19112 (allout-chart-subtree): Fix argument spec.
19113 (allout-open-topic): Rename `use_sib_bullet' argument to
19114 `use-sib-bullet'. Doc fix.
19115
19116 * whitespace.el (whitespace-check-buffer-leading)
19117 (whitespace-check-buffer-trailing)
19118 (whitespace-check-buffer-indent)
19119 (whitespace-check-buffer-spacetab)
19120 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
19121 (whitespace-check-leading-whitespace)
19122 (whitespace-check-trailing-whitespace)
19123 (whitespace-check-spacetab-whitespace)
19124 (whitespace-check-indent-whitespace)
19125 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
19126 (whitespace-modes): Fix typos in docstrings.
19127 (defgroup, defcustom): Doc fixes.
19128
19129 * winner.el (winner-mode, winner-boring-buffers)
19130 (winner-pending-undo-ring): Doc fixes.
19131 (winner-ring): Remove unneeded `progn'.
19132 (winner-equal): `defsubst' it.
19133 (winner-redo): Fix message.
19134
19135 2005-07-13 Kim F. Storm <storm@cua.dk>
19136
19137 * simple.el (line-move-1): Always use vertical-motion to
19138 do the last (or only) line move to ensure some movement.
19139 Undo 2005-06-23 change--don't check for overlays.
19140
19141 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19142
19143 * term/mac-win.el (ccl-encode-mac-roman-font)
19144 (ccl-encode-mac-centraleurroman-font)
19145 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
19146 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
19147 Change charset-id boundary of dimension to ?\xef.
19148 (mac-char-fontspec-list): New constant.
19149 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
19150 argument. Nil uses itself as family in font-spec. Previous
19151 behavior for nil is now provided by non-nil non-string argument.
19152 All callers changed. Add font-specs for Mac fonts to
19153 "fontset-default" unless iso8859-1 fonts are installed.
19154
19155 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
19156
19157 * progmodes/sh-script.el (sh-get-indent-info): Only indent
19158 a continuation line if the \ is preceded by SPC or TAB.
19159 (sh-get-indent-info): Simplify.
19160 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
19161 Use with-current-buffer.
19162
19163 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
19164 when the matched text is empty.
19165
19166 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
19167
19168 * startup.el (command-line): Revert to previous handling of
19169 tooltip-mode. Explain in comment why the complexity is needed.
19170
19171 * tooltip.el (tooltip-mode): Revert to previous implementation of
19172 its defcustom.
19173
19174 * frame.el (blink-cursor-mode): Revert to previous implementation
19175 of its defcustom. Update comment.
19176
19177 2005-07-12 Lars Hansen <larsh@soem.dk>
19178
19179 * desktop.el: Update e-mail address.
19180
19181 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19182
19183 * term/mac-win.el (mac-services-mail-selection)
19184 (mac-services-mail-to): New functions.
19185 (mac-application-menu-map): Bind them.
19186
19187 2005-07-12 wulei <milton@wulei.net> (tiny change)
19188
19189 * progmodes/gdb-ui.el: Add note about buffering with Windows.
19190
19191 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
19192
19193 * custom.el (custom-reevaluate-setting): Doc fix.
19194
19195 2005-07-11 Jay Belanger <belanger@truman.edu>
19196
19197 * calc/calc.el (calc-embedded-announce-formula-alist)
19198 (calc-embedded-open-close-plain-alist)
19199 (calc-embedded-open-close-mode-alist): Add checks for additional
19200 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
19201
19202 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
19203
19204 * custom.el (custom-enable-theme): Don't add theme to
19205 `custom-enabled-themes' with `push' because there is no
19206 setf-method for `delq'.
19207
19208 2005-07-11 Richard M. Stallman <rms@gnu.org>
19209
19210 * custom.el (custom-declare-variable): Doc fix.
19211
19212 * dired-aux.el (dired-compare-directories): Remove "." and ".."
19213 from the alists.
19214
19215 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
19216 Do nothing if edebug-active.
19217
19218 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
19219 (edebug-display): Do it here instead.
19220
19221 2005-07-10 Richard M. Stallman <rms@gnu.org>
19222
19223 * cus-face.el (custom-theme-set-faces): Make it work.
19224 (custom-reset-faces): Doc fix.
19225 (custom-theme-reset-internal-face, custom-theme-face-value):
19226 Functions deleted.
19227
19228 * custom.el (custom-push-theme): Maintain list of the settings
19229 of a given theme in its theme-settings property.
19230 Maintain position of old settings in the theme-value
19231 or theme-face property.
19232 (custom-enabled-themes): New variable.
19233 (custom-theme-enabled-p): New function.
19234 (provide-theme): Update custom-enabled-themes.
19235 Disable and reenable the `user' theme.
19236 (require-theme): Doc fix.
19237 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
19238 (custom-theme-value, custom-theme-variable-value): Likewise.
19239 (custom-theme-reset-internal): Likewise.
19240 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
19241 (custom-enable-theme, custom-disable-theme): New functions.
19242 (custom-variable-theme-value, custom-face-theme-value): Likewise.
19243 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
19244 (custom-theme-reset-variables): Simplify.
19245 (deftheme, custom-declare-theme, custom-make-theme-feature):
19246 Definitions moved.
19247
19248 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
19249
19250 * longlines.el (longlines-show-region)
19251 (longlines-unshow-hard-newlines): Recognize hard newlines by
19252 non-nil hard property, instead of t.
19253
19254 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
19255
19256 * viper-cmd.el (viper--key-maps): New variable.
19257 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
19258 emulation-mode-map-alists.
19259 (viper-envelop-ESC-key): Use viper-subseq.
19260 (viper-search-forward/backward/next): Disable debug-on-error.
19261
19262 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
19263 (viper-ESC-key): New defcustoms.
19264
19265 * viper-macs.el (ex-map-read-args): Use viper-subseq.
19266
19267 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
19268 (viper-subseq): Copy of subseq from cl.el.
19269
19270 * viper.el (viper-go-away, viper-set-hooks): Use
19271 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
19272
19273 * viper-mous.el (viper-current-frame-saved): Use defvar.
19274
19275 * viper-init.el: Get rid of -face in face names.
19276
19277 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
19278 Make it work with longlines mode
19279
19280 * ediff-mult.el (ediff-meta-mode-hook): New variable.
19281
19282 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
19283
19284 * ediff-init.el: Get rid of -face in face names.
19285
19286 2005-07-10 Richard M. Stallman <rms@gnu.org>
19287
19288 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
19289 and with-timeout-unsuspend.
19290
19291 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
19292 and with-timeout-unsuspend.
19293
19294 * emacs-lisp/timer.el (with-timeout-timers): New variable.
19295 (with-timeout): Bind that variable to record timers.
19296 (with-timeout-suspend, with-timeout-unsuspend): New functions.
19297
19298 * emacs-lisp/debug.el (debug-help-follow): New function.
19299 (debugger-mode-map): Use that instead of help-follow.
19300 (debugger-setup-buffer): Use eval-buffer-list
19301 to handle eval-buffer frames.
19302
19303 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
19304
19305 * timezone.el (timezone-parse-date): Change first regexp
19306 so it will not mistakenly match dates with no time zone.
19307
19308 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
19309
19310 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
19311
19312 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
19313
19314 * custom.el (custom-initialize-safe-set)
19315 (custom-initialize-safe-default): New functions.
19316
19317 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
19318 and simplify :init-value.
19319
19320 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
19321 and simplify :init-value. Delete obsolete comment.
19322
19323 * startup.el (command-line): Use `custom-reevaluate-setting' to
19324 handle `tooltip-mode'. Delete obsolete comment.
19325
19326 * files.el (set-visited-file-name): Avoid calling
19327 `file-name-nondirectory' with a nil argument.
19328
19329 2005-07-09 Richard M. Stallman <rms@gnu.org>
19330
19331 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
19332 was called with nil for the buffer, handle the read position right.
19333 Handle read position for eval-region, too.
19334
19335 2005-07-09 Juri Linkov <juri@jurta.org>
19336
19337 * fringe.el (fringe-mode): Add period in docstring.
19338 (fringe-query-style): Build prompt depending on `all-frames' arg.
19339
19340 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
19341 to not create links to unrelated functions in the Help buffer.
19342
19343 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
19344 Doc fix.
19345
19346 * simple.el (next-error-hook): New variable.
19347 (next-error): Use it. Doc fix.
19348
19349 * textmodes/ispell.el (ispell-command-loop): Add current
19350 dictionary name and program name to mode-line-format.
19351 (ispell-region, ispell-process-line): Add current dictionary name
19352 and program name to messages.
19353
19354 2005-07-08 Jay Belanger <belanger@truman.edu>
19355
19356 * calc/calc.el (calc-embedded-announce-formula-alist)
19357 (calc-embedded-open-close-formula-alist)
19358 (calc-embedded-open-close-word-alist)
19359 (calc-embedded-open-close-plain-alist)
19360 (calc-embedded-open-close-new-formula-alist)
19361 (calc-embedded-open-close-mode-alist)
19362 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
19363 (calc-embedded-mode-hook): New variables.
19364
19365 * calc/calc-embed.el (calc-embedded-firsttime)
19366 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
19367 New variables.
19368 (calc-do-embedded): Use calc-embedded-firsttime,
19369 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
19370 determine whether or not to run hooks.
19371 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
19372 calc-embedded-firsttime-formula appropriately.
19373 Set calc-embedded delimiter variables according to mode.
19374
19375 2005-07-08 Richard M. Stallman <rms@gnu.org>
19376
19377 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
19378 Check for "emacs", etc., as entire symbol, not just as word.
19379 (checkdoc-file-comments-engine): Use regexp-quote on FN.
19380
19381 * files.el (set-visited-file-name): Report the error
19382 for "empty filename" earlier.
19383 (kill-some-buffers): Ignore buffers already dead.
19384
19385 * fringe.el (fringe-mode): Doc fix.
19386
19387 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
19388 Check for (featurep 'xemacs) and turn off warnings in what it guards.
19389 Use unwind-protect to ensure byte-compile-unresolved-functions
19390 is updated.
19391
19392 * whitespace.el (whitespace-buffer-leading-cleanup):
19393 Simplify w/ skip-chars-forward.
19394 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
19395
19396 * mail/rmail.el (rmail-only-expunge): Fix paren error.
19397 Unconditionally try to leave point at the same old place.
19398
19399 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
19400
19401 * comint.el (comint-postoutput-scroll-to-bottom)
19402 (comint-show-maximum-output): Take scroll-margin into consideration.
19403
19404 2005-07-08 Kim F. Storm <storm@cua.dk>
19405
19406 * ido.el (ido-use-filename-at-point): New choice `guess'.
19407 (ido-file-internal): Try ffap-guesser if selected.
19408
19409 * ido.el (ido-before-fallback-functions): New hook.
19410 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
19411 (ido-read-file-name): Run it.
19412
19413 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
19414
19415 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
19416 strings rather than a list of symbols to the completion function.
19417
19418 2005-07-07 Jay Belanger <belanger@truman.edu>
19419
19420 * calc/calc-units.el (math-apply-units): Change the places in
19421 which units are simplified.
19422
19423 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
19424
19425 * cus-edit.el (customize-option, customize-option-other-window):
19426 Make them handle aliases.
19427
19428 * custom.el (custom-variable-p): Make it recursively follow
19429 aliases. Mention that in the docstring.
19430
19431 2005-07-07 Richard M. Stallman <rms@gnu.org>
19432
19433 * cus-start.el (exec-path): Use `directory' instead of `file'.
19434 Fix tag for nil.
19435
19436 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
19437
19438 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
19439 when called non-interactively. Doc fix.
19440
19441 2005-07-07 Lute Kamstra <lute@gnu.org>
19442
19443 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
19444 new address as well.
19445
19446 2005-07-07 Kenichi Handa <handa@m17n.org>
19447
19448 * international/mule.el (make-coding-system):
19449 Describe `ascii-incompatible' property in the docstring.
19450 (set-file-name-coding-system): Signal an error if coding-system is
19451 ascii-incompatible.
19452 (set-keyboard-coding-system): Likewise.
19453
19454 * international/mule-cmds.el (set-default-coding-systems):
19455 Don't set default-file-name-coding-system and
19456 default-keyboard-coding-system if coding-system is ASCII-incompatible.
19457
19458 * international/utf-16.el: Declare that all UTF-16-based coding
19459 systems are ASCII-incompatible.
19460
19461 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
19462
19463 * progmodes/gud.el: Require font-lock for displaying errors.
19464 Used by gdb-ui.el.
19465
19466 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
19467
19468 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
19469 values for the pattern lists which are `read'able but not
19470 `append'able (like symbols).
19471
19472 2005-07-06 Richard M. Stallman <rms@gnu.org>
19473
19474 * progmodes/flymake.el (flymake-float-time): Instead of
19475 with-no-warnings, test for xemacs.
19476 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
19477 to avoid warning.
19478
19479 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
19480
19481 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
19482
19483 2005-07-05 Lute Kamstra <lute@gnu.org>
19484
19485 * battery.el: Add support for Darwin (with much debugging help
19486 from Samuel Lauber <sam124@operamail.com>).
19487 (battery-status-function, battery-echo-area-format)
19488 (battery-mode-line-format): Add support for pmset on Darwin.
19489 (battery-load-low, battery-load-critical): New user options.
19490 (battery-pmset): New function.
19491
19492 2005-07-05 Lute Kamstra <lute@gnu.org>
19493
19494 Update FSF's address in GPL notices.
19495
19496 * textmodes/page-ext.el: Update FSF's address.
19497
19498 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
19499
19500 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
19501 filling from using prefix when filling a single-line docstring.
19502
19503 * progmodes/flymake.el: Remove useless eval-when-compile.
19504
19505 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
19506
19507 2005-07-04 Richard M. Stallman <rms@gnu.org>
19508
19509 * textmodes/org.el (org-file-apps-defaults-gnu):
19510 Rename from org-file-apps-defaults-linux.
19511 (org-default-apps): Don't test system-type for `linux'.
19512 (org-file-apps): Doc fix.
19513
19514 2005-07-04 David Ponce <david@dponce.com>
19515
19516 * tree-widget.el: Improve header Commentary section.
19517 (tree-widget) [defgroup]
19518 (tree-widget-image-enable, tree-widget-themes-directory)
19519 (tree-widget-theme, tree-widget-image-properties-emacs)
19520 (tree-widget-image-properties-xemacs, tree-widget-create-image)
19521 (tree-widget-image-formats, tree-widget-control)
19522 (tree-widget-empty-control, tree-widget-leaf-control
19523 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
19524 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
19525 (tree-widget-keep, tree-widget-after-toggle-functions)
19526 (tree-widget-open-node, tree-widget-close-node): Doc fix.
19527 (tree-widget-open-control, tree-widget-close-control): Fix doc and
19528 :help-echo message.
19529 (tree-widget-set-theme): Doc fix. Use `string-equal'.
19530 (tree-widget-image-properties): Doc fix. Clearer implementation.
19531 (tree-widget--cursors): New constant.
19532 (tree-widget-lookup-image): New function split from
19533 `tree-widget-find-image'. Clearer implementation.
19534 (tree-widget-find-image): Use it.
19535 (tree-widget-button-keymap): Use `set-keymap-parent'.
19536 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
19537 Define the sub-widgets here.
19538 (tree-widget-node): Check that :node is not a tree-widget.
19539 (tree-widget-get-super, tree-widget-open-control)
19540 (tree-widget-close-control, tree-widget-empty-control)
19541 (tree-widget-leaf-control, tree-widget-guide)
19542 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
19543 (tree-widget-no-handle, tree-widget-value-delete)
19544 (tree-widget-map): Remove.
19545 (tree-widget-children-value-save): Doc fix. Simplified.
19546 (tree-widget-value-create): Update according to previous changes.
19547
19548 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
19549
19550 * textmodes/org.el: Leading space replaced by TABS.
19551 (org-recalc-marks, org-table-rotate-recalc-marks)
19552 (org-table-get-specials): Treat "^" and "_" marks.
19553 (org-table-justify-field-maybe): Optional argument NEW.
19554 (org-table-eval-formula): Parsing of the format simplified.
19555 New modes C,I. Honor the %= parameter in the current table.
19556 Avoid unnecessary re-align by using the NEW argument to
19557 `org-table-justify-field-maybe'.
19558 (org-calc-default-modes): Default for date-format mimicks org-mode.
19559 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
19560
19561 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
19562
19563 * cus-face.el (custom-theme-set-faces): Make it handle face
19564 aliases whose alias declarations are pre- or autoloaded.
19565
19566 2005-07-04 Juri Linkov <juri@jurta.org>
19567
19568 * faces.el (read-face-name): Put the code for getting a face name
19569 from the buffer before adding the faces from the `face' property.
19570 Use `completing-read-multiple' instead of `completing-read'.
19571 Require `crm'. Add default value and post-process the returned
19572 list of faces.
19573
19574 * emacs-lisp/crm.el (crm-find-current-element)
19575 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
19576
19577 * emacs-lisp/lisp-mode.el (eval-defun-1):
19578 * emacs-lisp/edebug.el (edebug-eval-defun):
19579 Remove unnecessary quotes.
19580
19581 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
19582
19583 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
19584 (prolog-indent-level): Fix typo in docstring.
19585
19586 * info.el (Info-history, Info-history-forward)
19587 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
19588
19589 * add-log.el (add-change-log-entry):
19590 * comint.el (comint-dynamic-list-input-ring)
19591 (comint-dynamic-list-completions):
19592 * dabbrev.el (dabbrev-expand):
19593 * delim-col.el (delimit-columns-rectangle-line):
19594 * diff-mode.el (diff-context->unified, diff-reverse-direction)
19595 (diff-unified->context):
19596 * ediff-init.el (ediff-abbrev-jobname):
19597 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
19598 (ediff-replace-session-activity-marker-in-meta-buffer):
19599 * info.el (Info-summary):
19600 * lpr.el (printify-region):
19601 * printing.el (pr-create-interface):
19602 * ps-print.el (ps-print-quote):
19603 * ses.el (ses-column-widths, ses-print-cell)
19604 (ses-adjust-print-width, ses-center):
19605 * shell.el (shell-file-name-quote-list):
19606 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
19607 (strokes-fill-current-buffer-with-whitespace)
19608 (strokes-xpm-for-stroke, strokes-list-strokes)
19609 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
19610 * term.el (term-dynamic-list-input-ring)
19611 (term-dynamic-list-completions):
19612 * calc/calc.el (math-format-stack-value):
19613 * emacs-lisp/edebug.el (edebug-display-freq-count):
19614 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
19615 (delphi-new-comment-line):
19616 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
19617 * progmodes/executable.el (executable-set-magic):
19618 * progmodes/python.el (inferior-python-mode):
19619 * progmodes/scheme.el (scheme-mode-syntax-table):
19620 * progmodes/sh-script.el (sh-maybe-here-document):
19621 * progmodes/sql.el (sql-copy-column):
19622 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
19623 * textmodes/bibtex.el (bibtex-mode):
19624 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
19625 (sgml-auto-attributes):
19626 * textmodes/table.el (table-insert, table-shorten-cell)
19627 (table--generate-source-scan-lines, table-delete-row)
19628 (*table--cell-delete-char, table--spacify-frame)
19629 (table--horizontally-shift-above-and-below)
19630 (table--cell-insert-char, table--cell-blank-str)
19631 (table--fill-region-strictly):
19632 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
19633 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
19634
19635 * add-log.el (change-log):
19636 * apropos.el (apropos):
19637 * comint.el (comint-completion, comint-source):
19638 * dabbrev.el (dabbrev):
19639 * delim-col.el (columns):
19640 * diff-mode.el (diff-mode):
19641 * ediff.el (ediff):
19642 * ediff-diff.el (ediff-diff):
19643 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
19644 * ediff-mult.el (ediff-mult):
19645 * ediff-ptch.el (ediff-ptch):
19646 * ediff-wind.el (ediff-window):
19647 * facemenu.el (facemenu):
19648 * indent.el (indent):
19649 * info.el (info):
19650 * jka-cmpr-hook.el (compression, jka-compr):
19651 * lpr.el (lpr):
19652 * outline.el (outlines):
19653 * pcmpl-cvs.el (pcmpl-cvs):
19654 * pcmpl-rpm.el (pcmpl-rpm):
19655 * printing.el (printing):
19656 * ps-print.el (postscript, ps-print, ps-print-horizontal)
19657 (ps-print-vertical, ps-print-headers, ps-print-font)
19658 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
19659 (ps-print-background, ps-print-printer, ps-print-page)
19660 (ps-print-miscellany):
19661 * ses.el (ses):
19662 * shell.el (shell, shell-directories, shell-faces):
19663 * startup.el (initialization):
19664 * strokes.el (strokes):
19665 * term.el (term):
19666 * uniquify.el (uniquify):
19667 * w32-vars.el (w32):
19668 * calc/calc.el (calc):
19669 * emacs-lisp/bytecomp.el (bytecomp):
19670 * emacs-lisp/cl-indent.el (lisp-indent):
19671 * emacs-lisp/edebug.el (edebug):
19672 * emacs-lisp/elp.el (elp):
19673 * emacs-lisp/testcover.el (testcover):
19674 * emacs-lisp/trace.el (trace):
19675 * emulation/viper-ex.el (viper-ex):
19676 * emulation/viper-mous.el (viper-mouse):
19677 * mail/mailalias.el (mailalias):
19678 * mail/supercite.el (supercite, supercite-frames)
19679 (supercite-attr, supercite-cite, supercite-hooks):
19680 * net/rcompile.el (remote-compile):
19681 * net/rlogin.el (rlogin):
19682 * obsolete/ooutline.el (outlines):
19683 * progmodes/delphi.el (delphi):
19684 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
19685 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
19686 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
19687 (ebnf-optimization):
19688 * progmodes/etags.el (etags):
19689 * progmodes/executable.el (executable):
19690 * progmodes/idlwave.el (idlwave):
19691 * progmodes/pascal.el (pascal):
19692 * progmodes/prolog.el (prolog):
19693 * progmodes/python.el (python):
19694 * progmodes/scheme.el (scheme):
19695 * progmodes/sh-script.el (sh, sh-script):
19696 * progmodes/sql.el (SQL):
19697 * progmodes/tcl.el (tcl):
19698 * textmodes/bibtex.el (bibtex, bibtex-autokey):
19699 * textmodes/enriched.el (enriched):
19700 * textmodes/makeinfo.el (makeinfo):
19701 * textmodes/sgml-mode.el (sgml):
19702 * textmodes/table.el (table-hooks):
19703 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
19704 * textmodes/texinfo.el (texinfo):
19705 * textmodes/two-column.el (two-column):
19706 Finish `defgroup' description with period.
19707
19708 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
19709 * eshell/esh-var.el (eshell-var):
19710 * progmodes/vhdl-mode.el (vhdl-testbench):
19711 * textmodes/org.el (org): Fix typos in docstrings.
19712
19713 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
19714 consistency.
19715
19716 * progmodes/flymake.el (flymake-find-file): Remove.
19717 (flymake-float-time): Use `with-no-warnings'.
19718 (flymake-check-start-time, flymake-check-was-interrupted)
19719 (flymake-err-info, flymake-is-running, flymake-last-change-time)
19720 (flymake-new-err-info): `defvar' at compile time.
19721
19722 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
19723
19724 * replace.el (occur-hook): Doc fix.
19725 (occur-1): Don't call `occur-hook' if there are no matches.
19726
19727 2005-07-03 Richard M. Stallman <rms@gnu.org>
19728
19729 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
19730 global-map, save the same map.
19731 (global-map): Don't alter it at top level.
19732 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
19733 Then alter it here instead.
19734 (tpu-edt-off): Set global-map to the saved one.
19735
19736 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
19737 All references simplified.
19738 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
19739 (zmacs-regions): Add defvar.
19740 (repeat-complex-command-map): Everything about that deleted.
19741
19742 * textmodes/artist.el (artist-key-is-drawing)
19743 (artist-key-endpoint1, artist-key-poly-point-list)
19744 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
19745 (artist-key-compl-table, artist-rb-save-data)
19746 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
19747 Don't put them in eval-when-compile.
19748 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
19749
19750 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
19751 Use with-no-warnings.
19752
19753 * net/browse-url.el (dos-windows-version): Add defvar.
19754
19755 * mail/supercite.el (filladapt-prefix-table): Add defvar.
19756
19757 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
19758 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
19759 (rmail-new-summary-line-count): Rename from new-summary-line-count.
19760 Add defvar.
19761 (rmail-summary-beginning-of-message): Use with-no-warnings.
19762 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
19763
19764 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
19765 Use with-no-warnings.
19766
19767 * emulation/vi.el (vi-mark-region): Use c-mark-function.
19768 (c-mark-function): Add point-moving-unit property.
19769 (vi-goto-line): Use with-no-warnings.
19770
19771 * emulation/edt.el (edt-last-copied-word): Add defvar.
19772 (zmacs-region-stays): Likewise.
19773 (edt-mark-section-wisely): Use c-mark-function for C.
19774 Use makr-defun for Fortran.
19775 (time-string): defvar deleted.
19776 (edt-display-the-time): Don't set time-string.
19777
19778 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
19779
19780 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
19781 Don't warn when name is not constant
19782 or for defining the group `emacs'.
19783
19784 * tooltip.el (gud-tooltip-mode): Add defvar.
19785
19786 * startup.el (default-frame-background-mode): Add defvar.
19787
19788 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
19789
19790 * info.el (tool-bar-map): Add defvar.
19791
19792 * dired.el (dnd-protocol-alist): Add defvar.
19793
19794 * dired-aux.el (dired-query): Display question with answer, when
19795 the user answers.
19796
19797 * custom.el (custom-add-option): Doc fix.
19798
19799 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
19800
19801 2005-07-03 Eli Zaretskii <eliz@gnu.org>
19802
19803 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
19804 bogus name from the last change.
19805
19806 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
19807
19808 * custom.el (custom-declare-variable): Fix typos in comment.
19809 (custom-known-themes): Doc fix.
19810 (custom-theme-directory): New defcustom.
19811 (require-theme): Make it check `custom-theme-directory'.
19812
19813 * cus-theme.el (custom-new-theme-mode): New function.
19814 (custom-theme-name, custom-theme-variables, custom-theme-faces)
19815 (custom-theme-description): Add compiler defvars.
19816 (customize-create-theme): Add doc to the "*New Custom Theme*"
19817 buffer. Use `custom-new-theme-mode'.
19818 (custom-theme-write): Put the created buffer in emacs-lisp-mode
19819 and save it to the `custom-theme-directory'. Make this the
19820 default directory of the buffer.
19821
19822 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
19823
19824 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
19825 Fix unbalanced parentheses.
19826
19827 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
19828
19829 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
19830 into flymake-mode and delegate to flymake-mode.
19831
19832 * find-file.el (ff-which-function-are-we-in): Clean up.
19833
19834 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
19835
19836 * replace.el (occur-rename-buffer): Fix docstring.
19837
19838 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
19839 (edt-last-copied-word, edt-learn-macro-count)
19840 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
19841 (edt-rect-start-point, edt-user-global-map, rect-start-point)
19842 (time-string, zmacs-region-stays):
19843 * emulation/edt-mapper.el (edt-save-function-key-map)
19844 (EDT-key-name): `defvar' to silence the byte-compiler.
19845
19846 2005-07-02 Martin Rudalics <rudalics@gmx.at>
19847
19848 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
19849 font-lock-regexp-backslash. Doc fix.
19850 (font-lock-regexp-backslash-grouping-construct): Rename from
19851 font-lock-regexp-backslash-construct. Doc fix.
19852 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
19853 grouping constructs.
19854
19855 2005-07-02 Eli Zaretskii <eliz@gnu.org>
19856
19857 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
19858 updating all the prerequisites.
19859
19860 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
19861
19862 * textmodes/org.el (org-agenda-start-on-weekday)
19863 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
19864 (org-agenda-use-time-grid, org-archive-location)
19865 (org-allow-space-in-links, org-usenet-links-prefer-google)
19866 (org-enable-table-editor, org-export-default-language)
19867 (org-export-html-show-new-buffer, org-fill-paragraph)
19868 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
19869 (org-goto-quit, org-occur, org-eval-in-calendar)
19870 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
19871 (org-agenda-diary-entry, org-remember-help)
19872 (org-table-convert-region, org-at-table-p)
19873 (org-table-move-row-down, org-table-move-row-up)
19874 (org-table-copy-region, org-table-toggle-vline-visibility)
19875 (org-table-get-stored-formulas, org-table-get-specials)
19876 (org-recalc-commands, org-table-eval-formula)
19877 (org-table-formula-substitute-names, orgtbl-make-binding)
19878 (org-format-org-table-html, org-format-table-table-html)
19879 (org-format-table-table-html-using-table-generate-source)
19880 (org-customize): Fix typos in docstrings.
19881 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
19882 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
19883 (org-back-to-heading): Doc fixes.
19884 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
19885 (org-agenda-change-all-lines, org-get-header):
19886 Improve argument/docstring consistency.
19887 (orgtbl-error): Fix error message.
19888
19889 * progmodes/flymake.el (flymake-find-possible-master-files)
19890 (flymake-master-file-compare, flymake-get-line-err-count)
19891 (flymake-highlight-line, flymake-gui-warnings-enabled):
19892 Fix typos in docstrings.
19893 (flymake-parse-line, flymake-get-project-include-dirs-function)
19894 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
19895 Doc fixes.
19896 (flymake-get-project-include-dirs-function)
19897 (flymake-make-err-menu-data):
19898 Improve argument/docstring consistency.
19899
19900 2005-07-01 Lute Kamstra <lute@gnu.org>
19901
19902 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
19903 Catch errors with ignore-errors. Use temporary buffer.
19904 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
19905
19906 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
19907 background color faces.
19908 (facemenu-set-foreground, facemenu-set-background):
19909 Use facemenu-set-face-from-menu.
19910 (facemenu-set-face-from-menu): Treat face names that start with
19911 "fg:" or "bg:" as special.
19912 (facemenu-add-new-color): Don't create faces. Simplify.
19913
19914 2005-06-30 Richard M. Stallman <rms@gnu.org>
19915
19916 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
19917 (crm-find-current-element): Likewise.
19918
19919 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
19920
19921 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
19922
19923 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
19924
19925 * arc-mode.el (archive-extract): Make it work as a mouse binding.
19926 (archive-mouse-extract): Make it an obsolete alias.
19927 (archive-mode-map): Don't use archive-mouse-extract any more.
19928 (archive-mode, archive-extract): write-contents-hooks ->
19929 write-contents-functions.
19930 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
19931 first arg.
19932 (archive-rename-entry): Update the call.
19933 (archive-zip-summarize): Remove unused var `method'.
19934 (archive-lzh-summarize): Remove unused var `creator'.
19935
19936 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
19937 dedicated frame upon exit.
19938
19939 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
19940 (archive-zip-extract, archive-zip-expunge)
19941 (archive-zip-update, archive-zip-update-case): Use executable-find.
19942 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
19943 Use restore-buffer-modified-p.
19944 (archive-extract, archive-add-new-member, archive-write-file-member):
19945 Use with-current-buffer.
19946 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
19947
19948 2005-06-30 Andreas Schwab <schwab@suse.de>
19949
19950 * progmodes/gud.el (gud-filter): Remove unneeded progn.
19951
19952 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
19953
19954 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
19955
19956 2005-06-30 Juri Linkov <juri@jurta.org>
19957
19958 * faces.el (vertical-border): Inherit from mode-line-inactive
19959 only on tty.
19960
19961 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
19962
19963 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
19964 example, -NLINES in the `occur' docstring).
19965
19966 * replace.el (occur-1): When no matches are found, do not set the
19967 `buffer-read-only' and modified flags for the occur buffer,
19968 because it is deleted.
19969
19970 * emulation/cua-base.el (cua-check-pending-input)
19971 (cua-repeat-replace-region, cua-mode, cua-debug)
19972 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
19973 Fix typos in docstrings.
19974
19975 * emulation/cua-gmrk.el (cua-toggle-global-mark)
19976 (cua-cut-region-to-global-mark)
19977 (cua--cut-rectangle-to-global-mark):
19978 Remove period from end of messages.
19979
19980 * emulation/cua-rect.el (cua-do-rectangle-padding):
19981 Remove period from end of messages.
19982 (cua--rectangle-seq-format): Fix typo in docstring.
19983 (cua-sequence-rectangle, cua-fill-char-rectangle):
19984 Improve argument/docstring consistency.
19985
19986 2005-06-29 Juri Linkov <juri@jurta.org>
19987
19988 * faces.el (default-frame-background-mode): New internal variable.
19989 (frame-set-background-mode): Use it.
19990
19991 * startup.el (normal-top-level): Set default-frame-background-mode
19992 instead of frame-background-mode. Before setting it, test for its
19993 nil value. Remove tests for frame-background-mode and frame
19994 parameter `reverse'. Add test for "unspecified-fg".
19995
19996 * term/xterm.el (xterm-rxvt-set-background-mode):
19997 * term/rxvt.el (rxvt-set-background-mode):
19998 Set default-frame-background-mode instead of frame-background-mode.
19999
20000 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
20001
20002 * simple.el (set-variable): Warn about obsolete user variables.
20003
20004 * imenu.el (imenu--completion-buffer):
20005 * mouse.el (mouse-buffer-menu-alist):
20006 * msb.el (msb-invisible-buffer-p):
20007 * calendar/diary-lib.el (diary-header-line-format):
20008 * emacs-lisp/pp.el (pp-buffer):
20009 * progmodes/cperl-mode.el (cperl-do-auto-fill):
20010 * textmodes/picture.el (picture-replace-match):
20011 Change space constants followed by a sexp to "?\s ".
20012
20013 * play/decipher.el (decipher-loop-with-breaks):
20014 * textmodes/texinfo.el (texinfo-insert-@item): Change space
20015 constants "protected" from end of line by a comment to "?\s".
20016
20017 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
20018
20019 * font-lock.el (save-buffer-state): Use `declare'.
20020
20021 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
20022 reset the syntax-table to cperl-mode-syntax-table.
20023 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
20024 "foo_print_bar" is not matched as a reserved keyword.
20025
20026 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
20027
20028 * textmodes/org.el (orgtbl-setup): New function, for delayed
20029 setup for the orgtbl commands.
20030 (org-calc-default-modes): New option.
20031 (orgtbl-make-binding): Use `defun' to get better help display.
20032 (org-diary): Call `org-compile-prefix-format'.
20033 (org-table-formula-substitute-names): New function.
20034 (org-agenda-day-view, org-agenda-week-view): New commands.
20035 (org-agenda-toggle-week-view): Command removed.
20036 (org-tbl-menu): Split off from org-org-menu.
20037 (org-mode): Move removal of outline-mode menus to here.
20038 (org-table-formula-debug): New option.
20039 (org-table-insert-row): Keep first field if just "#" or "*".
20040 (org-mode): Paragraph regexps fixed.
20041 (org-table-recalculate-regexp): New constant.
20042 (org-table-justify-field-maybe): Avoid replace if not necessary.
20043 (org-copy-special, org-cut-special): Use `call-interactively'.
20044 (org-table-copy-region): Take region from `interactive' call.
20045 (org-trim): Return string even if no match.
20046 (org-formula): New face.
20047 (org-set-font-lock-defaults): No longer highlight "FIXME".
20048 But highlight formula-related fields in table.
20049 (org-table-p): Use regexp, not fontification.
20050 (org-table-align): Handle white space at end of line.
20051 (org-table-formula-evaluate-inline): New option.
20052 (org-mode): Auto-wrapping in comment lines turned off.
20053 (org-table-copy-down): Evaluate only in copied field, not in
20054 destination.
20055 (org-table-current-formula): Variable removed.
20056 (org-table-store-formulas, org-table-get-stored-formulas)
20057 (org-table-modify-formulas, org-table-replace-in-formulas)
20058 (org-table-maybe-eval-formula): New functions.
20059 (org-table-get-formula): Modify to use stored formulas.
20060 (org-table-insert-column, org-table-delete-column)
20061 (org-table-move-column): Call `org-table-modify-formulas'.
20062 (org-complete): Add completion for keyword formulas.
20063 (orgtbl-mode): Pull orgtbl-mode-map to start of
20064 minor-mode-map-alist.
20065
20066 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
20067
20068 * progmodes/python.el (python-check): Require `compile' before
20069 modifying its variables.
20070
20071 * newcomment.el (comment-indent-default): Don't get fooled by an early
20072 end of buffer.
20073
20074 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20075
20076 * ps-print.el (ps-print-version): Fix version number.
20077
20078 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
20079
20080 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
20081
20082 2005-06-28 Richard M. Stallman <rms@gnu.org>
20083
20084 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
20085 (flyspell-local-mouse-map): Declaration deleted.
20086 (flyspell-mouse-map): Bind only mouse-2.
20087 (flyspell-mode-map): Don't test flyspell-use-local-map.
20088 (flyspell-overlay-keymap-property-name): Var deleted.
20089 (flyspell-mode-on): Don't make local bindings for
20090 flyspell-mouse-map and flyspell-mode-map.
20091 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
20092
20093 * textmodes/ispell.el (ispell-word): Do not ignore short words.
20094
20095 * progmodes/compile.el (compilation-next-error-function):
20096 Don't switch buffers; operate on the current buffer.
20097
20098 * progmodes/compile.el (compilation-error-file-name)
20099 (compilation-warning-file-name, compilation-info-file-name)
20100 (compilation-line-number, compilation-column-number): New faces.
20101 (compilation-error-face, compilation-warning-face)
20102 (compilation-info-face, compilation-line-face)
20103 (compilation-column-face): Use them.
20104
20105 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
20106
20107 * comint.el (comint-password-prompt-regexp): Accept ", try again".
20108
20109 * bindings.el (global-map): Bind insertchar and its variants.
20110
20111 2005-06-27 Richard M. Stallman <rms@gnu.org>
20112
20113 * textmodes/artist.el (artist-text-overwrite)
20114 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
20115
20116 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20117
20118 * ps-print.el: It was not working the page selection for printing.
20119 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
20120 (ps-print-version): New version 6.6.7.
20121 (ps-end-sheet): New fun.
20122 (ps-header-sheet, ps-end-job): Call it.
20123
20124 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
20125
20126 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
20127
20128 2005-06-27 Lute Kamstra <lute@gnu.org>
20129
20130 * facemenu.el (facemenu-unlisted-faces): Add foreground and
20131 background color faces.
20132 (facemenu-get-face): Delete function.
20133 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
20134 (facemenu-add-new-color): Make second argument mandatory.
20135 Create the appropriate face and return it. Simplify.
20136 (facemenu-set-foreground, facemenu-set-background): Don't check if
20137 color is defined. Use return value of facemenu-add-new-color.
20138
20139 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
20140
20141 * progmodes/gud.el (gud-filter): Add missing argument to
20142 with-selected-window.
20143
20144 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
20145
20146 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
20147 a :require to the defcustom.
20148
20149 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
20150 defcustoms corresponding to minor modes.
20151
20152 2005-06-26 David Ponce <david@dponce.com>
20153
20154 * recentf.el: Require tree-widget instead of wid-edit.
20155 (recentf-filename-handler): Fix widget :type.
20156 (recentf-cancel-dialog, recentf-open-more-files)
20157 (recentf-open-files-action): Doc fix.
20158 (recentf-dialog-goto-first): New function.
20159 (recentf-dialog-mode-map): Set parent keymap first.
20160 (recentf-dialog-mode): Define with define-derived-mode.
20161 Don't display continuation lines in dialogs.
20162 (recentf-edit-list): Rename from recentf-edit-selected-items.
20163 (recentf-edit-list-select): Rename from recentf-edit-list-action.
20164 Simplify.
20165 (recentf-edit-list-validate): New function.
20166 (recentf-edit-list): Update accordingly.
20167 (recentf-open-files-item-shift): Remove.
20168 (recentf-open-files-item): Convert menu elements into tree and
20169 link widgets. Don't create the widgets.
20170 (recentf-open-files): Update accordingly.
20171 (recentf-save-list): Untabify.
20172
20173 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
20174
20175 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
20176 (keep-lines): Add INTERACTIVE arg. Never delete lines only
20177 partially contained in the active region. Do not take active
20178 region into account when called from Lisp, unless INTERACTIVE arg
20179 is non-nil. Use `forward-line' instead of `beginning-of-line' to
20180 avoid trouble with fields. Make marker point nowhere when no
20181 longer used. Always return nil. Doc fix.
20182 (flush-lines): Add INTERACTIVE arg. Do not take active region
20183 into account when called from Lisp, unless INTERACTIVE arg is
20184 non-nil. Use `forward-line' instead of `beginning-of-line' to
20185 avoid trouble with fields. Make marker point nowhere when no
20186 longer used. Always return nil. Doc fix.
20187 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
20188 interchangeable. Do not take active region into account when
20189 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
20190 message in echo area when called from Lisp, unless INTERACTIVE arg
20191 is non-nil. Avoid saying "1 occurrences". Do not use markers.
20192 Return the number of matches. Doc fix.
20193 (occur): Doc fix.
20194 (perform-replace): Make comment follow double space convention for
20195 the sake of `outline-minor-mode'.
20196
20197 * faces.el (facep): Doc fix.
20198
20199 2005-06-25 Richard M. Stallman <rms@gnu.org>
20200
20201 * facemenu.el (facemenu-enable-faces-p): New function.
20202 (facemenu-background-menu, facemenu-foreground-menu)
20203 (facemenu-face-menu): Add menu-enable property.
20204
20205 * jka-compr.el (jka-compr-insert-file-contents):
20206 Special handling if cannot find the uncompression program.
20207
20208 * cus-face.el (custom-face-attributes): Add autoload.
20209
20210 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
20211 Bind comment-indent-function locally.
20212
20213 * window.el (save-selected-window): Use save-current-buffer.
20214
20215 * subr.el (with-selected-window): Use save-current-buffer.
20216
20217 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
20218 and with-current-buffer.
20219
20220 2005-06-24 Richard M. Stallman <rms@gnu.org>
20221
20222 * simple.el (line-move-1): Fix previous change.
20223
20224 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
20225
20226 * replace.el (occur-1): Set `buffer-read-only' and the
20227 buffer-modified flag before running `occur-hook' to protect
20228 against unintentional buffer switches that can lead to data loss.
20229
20230 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
20231
20232 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
20233 (gud-gdb-marker-filter): Use font-lock-warning-face for any
20234 initial error.
20235
20236 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
20237 after fresh input.
20238 (gdb-var-create-handler): Put name of expression in quotes.
20239
20240 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
20241
20242 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
20243 elements of RING in order, and without bogus nil elements.
20244
20245 2005-06-23 Richard M. Stallman <rms@gnu.org>
20246
20247 * simple.el (set-variable): Args renamed; doc fix.
20248 (line-move-1): When there are overlays around, use vertical-motion.
20249
20250 * faces.el (escape-glyph): Use brown against light background.
20251 (nobreak-space): Rename from no-break-space.
20252 Fix previous change.
20253
20254 * dired-aux.el (dired-do-copy): Fix arg prompt.
20255
20256 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
20257
20258 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
20259
20260 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
20261 rather than "Distributor".
20262
20263 2005-06-23 Lute Kamstra <lute@gnu.org>
20264
20265 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
20266 (debug-on-entry): Use it. New interactive declaration that uses
20267 function-called-at-point.
20268
20269 2005-06-23 Kim F. Storm <storm@cua.dk>
20270
20271 * subr.el (save-match-data): Add comment about using evaporate arg
20272 to set-match-data.
20273
20274 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
20275
20276 * cus-edit.el (customize-face)
20277 (customize-face-other-window): Handle face aliases.
20278
20279 * faces.el (face-documentation, set-face-attribute)
20280 (face-spec-set): Handle face aliases.
20281
20282 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
20283
20284 * help-mode.el (help-make-xrefs): If a symbol representing a face
20285 name is not followed by the word "face", it could still be a
20286 function or variable name, so don't bypass other checks.
20287
20288 2005-06-22 Juri Linkov <juri@jurta.org>
20289
20290 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
20291 Replace aliased functions with calls where second arg `inherit' is t.
20292
20293 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
20294
20295 * progmodes/gdb-ui.el (gdb-error): New variable.
20296 (gdb-error): New function.
20297 (gdb-annotation-rules): Act on error-begin and error annotations.
20298 (gdb-concat-output): Use font-lock-warning-face for errors.
20299
20300 2005-06-22 Miles Bader <miles@gnu.org>
20301
20302 * bindings.el (propertized-buffer-identification): Use renamed
20303 `Buffer-menu-buffer' face.
20304
20305 * faces.el (vertical-border): Rename from `vertical-divider'.
20306 (escape-glyph): Change dark-background color back to `cyan'.
20307
20308 2005-06-21 Juri Linkov <juri@jurta.org>
20309
20310 * faces.el (face-user-default-spec): Try getting `customized-face'
20311 prior to `saved-face'.
20312 (frame-background-mode): Refill docstring.
20313
20314 * emacs-lisp/lisp-mode.el (eval-defun-1):
20315 * emacs-lisp/edebug.el (edebug-eval-defun):
20316 Set `saved-face' temporarily to nil before calling form.
20317 Set `customized-face' to the new spec after that.
20318
20319 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
20320
20321 * subr.el (1value, lambda, key-substitution-in-progress):
20322 Doc fixes.
20323
20324 * autoinsert.el (auto-insert-alist):
20325 * ses.el (ses-call-printer):
20326 * subr.el (noreturn):
20327 * emacs-lisp/lisp.el (check-parens):
20328 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
20329 * net/browse-url.el (browse-url-mosaic):
20330 * progmodes/cc-defs.el (c-safe-scan-lists):
20331 * progmodes/ebnf-abn.el (ebnf-abn-lex):
20332 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
20333 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
20334 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
20335 * progmodes/ebnf-iso.el (ebnf-iso-lex):
20336 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
20337
20338 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
20339
20340 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
20341
20342 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
20343
20344 * calendar/appt.el (appt-make-list): Activate the package, if
20345 not already active (for backwards compatibility).
20346
20347 2005-06-20 Kim F. Storm <storm@cua.dk>
20348
20349 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
20350
20351 2005-06-20 Miles Bader <miles@gnu.org>
20352
20353 * faces.el (vertical-divider): New face.
20354
20355 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
20356
20357 * simple.el (kill-whole-line): Doc fix.
20358 (next-error-buffer-p, next-error-find-buffer)
20359 (clone-indirect-buffer): Fix typos in docstrings.
20360 (comment-line-break-function): Doc fix: don't say variable
20361 is automatically buffer-local (it isn't).
20362
20363 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
20364
20365 * net/tramp-ftp.el (top):
20366 * net/tramp-smb.el (top):
20367 * net/tramp-util.el (top):
20368 * net/tramp-uu.el (top):
20369 * net/tramp-vc.el (top):
20370 * net/tramp.el (top): Revert copyright years back to original
20371 ones. Tramp has a life outside GNU Emacs.
20372
20373 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
20374
20375 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
20376
20377 2005-06-18 Juri Linkov <juri@jurta.org>
20378
20379 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
20380 end of first regexp to limit the match to the position between
20381 line number and source line with same separator character as used
20382 between file name and line number. In the second regexp limit
20383 mouse-face area to file name and line number by adding new group
20384 for them and referring it in HYPERLINK arg.
20385 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
20386 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
20387 previous line where grep markers may be already removed.
20388
20389 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
20390
20391 * progmodes/ps-mode.el: Update version and maintainer's email address.
20392
20393 2005-06-18 Steve Youngs <steve@xemacs.org>
20394
20395 * net/browse-url.el (browse-url-browser-function)
20396 (browse-url-default-browser): Add firefox.
20397 (browse-url-firefox-program, browse-url-firefox-arguments)
20398 (browse-url-firefox-startup-arguments)
20399 (browse-url-firefox-new-window-is-tab): New defcustoms.
20400 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
20401
20402 2005-06-17 Richard M. Stallman <rms@gnu.org>
20403
20404 * startup.el (command-line): Warn if specified user name has
20405 no home directory.
20406
20407 * term.el (term-get-old-input, term-input-filter, term-input-sender)
20408 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
20409
20410 * longlines.el (longlines-mode, longlines-show-hard-newlines):
20411 Doc fixes.
20412
20413 * faces.el (underline): Try bold if terminal doesn't support underline.
20414
20415 * mail/sendmail.el (mail-setup-with-from): New variable.
20416 (mail-insert-from-field): New function.
20417 (sendmail-send-it): Call it.
20418 (mail-setup): Optionally call it here.
20419
20420 * term/linux.el: Call tty-no-underline.
20421
20422 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
20423
20424 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
20425
20426 2005-06-17 Miles Bader <miles@gnu.org>
20427
20428 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
20429 (ediff-current-diff-C, ediff-current-diff-Ancestor)
20430 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
20431 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
20432 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
20433 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
20434 Remove "-face" suffix from face names.
20435 (ediff-current-diff-face-A, ediff-current-diff-face-B)
20436 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
20437 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
20438 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
20439 (ediff-even-diff-face-A, ediff-even-diff-face-B)
20440 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
20441 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
20442 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
20443 New backward-compatibility aliases for renamed faces.
20444 (ediff-current-diff-face-A, ediff-current-diff-face-B)
20445 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
20446 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
20447 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
20448 (ediff-even-diff-face-A, ediff-even-diff-face-B)
20449 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
20450 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
20451 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
20452 Use renamed ediff faces.
20453
20454 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
20455 Remove "-face" suffix from face names.
20456 (eshell-test-ok-face, eshell-test-failed-face):
20457 New backward-compatibility aliases for renamed faces.
20458 (eshell-run-test): Use renamed eshell-test faces.
20459
20460 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
20461 face name.
20462 (eshell-prompt-face): New backward-compatibility alias for renamed
20463 face.
20464 (eshell-emit-prompt): Use renamed eshell-prompt face.
20465
20466 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
20467 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
20468 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
20469 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
20470 Remove "-face" suffix from face names.
20471 (eshell-ls-directory-face, eshell-ls-symlink-face)
20472 (eshell-ls-executable-face, eshell-ls-readonly-face)
20473 (eshell-ls-unreadable-face, eshell-ls-special-face)
20474 (eshell-ls-missing-face, eshell-ls-archive-face)
20475 (eshell-ls-backup-face, eshell-ls-product-face)
20476 (eshell-ls-clutter-face):
20477 New backward-compatibility aliases for renamed faces.
20478 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
20479
20480 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
20481 Remove "-face" suffix from face name.
20482 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
20483 instead of literal face.
20484
20485 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
20486
20487 * emacs-lisp/warnings.el (display-warning, lwarn)
20488 (warning-minimum-log-level): Doc fixes.
20489 (warning-minimum-level, warning-minimum-log-level):
20490 Add :debug to :type choices.
20491
20492 * progmodes/ada-mode.el (ada-format-paramlist)
20493 (ada-get-indent-case, ada-check-matching-start)
20494 (ada-check-defun-name, ada-goto-matching-decl-start)
20495 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
20496 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
20497 (ada-make-subprogram-body): Follow error conventions.
20498 (ada-case-exception-file, ada-indent-comment-as-code)
20499 (ada-indent-handle-comment-special, ada-indent-renames)
20500 (ada-indent-return, ada-search-directories-internal)
20501 (ada-tab-policy, ada-case-exception-substring)
20502 (ada-other-file-alist, ada-matching-start-re)
20503 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
20504 (ada-imenu-generic-expression, ada-compile-goto-error)
20505 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
20506 (ada-popup-menu, ada-add-extensions, ada-mode)
20507 (ada-region-selected, ada-create-case-exception)
20508 (ada-create-case-exception-substring, ada-after-keyword-p)
20509 (ada-activate-keys-for-case, ada-adjust-case-region)
20510 (ada-adjust-case-buffer, ada-format-paramlist)
20511 (ada-scan-paramlist, ada-insert-paramlist)
20512 (ada-indent-newline-indent)
20513 (ada-indent-newline-indent-conditional)
20514 (ada-justified-indent-current, ada-goto-previous-word)
20515 (ada-indent-current, ada-get-indent-open-paren)
20516 (ada-get-indent-paramlist, ada-get-indent-end)
20517 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
20518 (ada-get-indent-block-start, ada-get-indent-subprog)
20519 (ada-get-indent-noindent, ada-get-indent-label)
20520 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
20521 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
20522 (ada-goto-stmt-end, ada-goto-next-word)
20523 (ada-check-matching-start, ada-check-defun-name)
20524 (ada-goto-matching-decl-start, ada-goto-matching-start)
20525 (ada-goto-matching-end, ada-search-ignore-string-comment)
20526 (ada-in-decl-p, ada-looking-at-semi-or)
20527 (ada-looking-at-semi-private, ada-in-paramlist-p)
20528 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
20529 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
20530 (ada-next-procedure, ada-previous-procedure, ada-next-package)
20531 (ada-previous-package, ada-create-menu)
20532 (ada-fill-comment-paragraph-justify)
20533 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
20534 (ada-other-file-name, ada-last-which-function-line)
20535 (ada-last-which-function-subprog, ada-which-function)
20536 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
20537 (ada-gen-treat-proc, ada-check-emacs-version)
20538 (ada-continuation-indent, ada-align-region-separate):
20539 Fix typos in docstrings.
20540 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
20541
20542 2005-06-16 Lute Kamstra <lute@gnu.org>
20543
20544 * simple.el (fundamental-mode): Run after-change-major-mode-hook
20545 conditionally.
20546
20547 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
20548
20549 * comint.el (comint-replace-by-expanded-filename)
20550 (comint-prompt-regexp, comint-delimiter-argument-list)
20551 (comint-preinput-scroll-to-bottom):
20552 * info.el (Info-hide-cookies-node):
20553 * ls-lisp.el (ls-lisp-classify):
20554 * find-file.el (ff-search-directories, ff-special-constructs)
20555 (ff-find-other-file):
20556 * font-lock.el (font-lock-keywords):
20557 * shell.el (shell-prompt-pattern)
20558 (shell-dynamic-complete-functions, shell-mode)
20559 (shell-delimiter-argument-list):
20560 * term.el (term-replace-by-expanded-filename)
20561 (term-prompt-regexp, term-delimiter-argument-list):
20562 * woman.el (woman-ignore, woman0-if):
20563 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
20564 * emacs-lisp/elint.el (elint-init-env):
20565 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
20566 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
20567 * language/ethio-util.el (ethio-tilde-escape)
20568 (ethio-use-three-dot-question):
20569 * net/zone-mode.el (zone-mode-load-time-setup):
20570 * progmodes/cc-align.el (c-lineup-argcont):
20571 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
20572 * progmodes/cperl-mode.el (cperl-set-style-back):
20573 * progmodes/inf-lisp.el (inferior-lisp-prompt):
20574 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
20575 Fix spellings in docstrings.
20576
20577 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
20578 * progmodes/modula2.el (m2-for): Fix spellings.
20579
20580 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
20581
20582 * simple.el (undo-more): Don't use `format' on `error' arguments.
20583 Improve argument/docstring consistency.
20584 (pending-undo-list): Doc fix.
20585
20586 * smerge-mode.el (smerge-ensure-match):
20587 * emulation/vip.el (vip-ex):
20588 * net/zone-mode.el (zone-mode-update-serial):
20589 * progmodes/idlwave.el (idlwave-complete):
20590 * progmodes/vhdl-mode.el (vhdl-visit-file)
20591 (vhdl-compose-wire-components):
20592 Don't use `format' on `error' arguments.
20593
20594 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
20595 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
20596 (tooltip-help-tips): Fix typos in docstrings.
20597
20598 2005-06-16 David Ponce <david@dponce.com>
20599
20600 * tree-widget.el (tree-widget-value-create): Simplify last change.
20601
20602 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
20603
20604 * ido.el (ido-incomplete-regexp): New variable.
20605 (ido-set-matches-1): Handle invalid-regexp error and set
20606 ido-incomplete-regexp.
20607 (ido-incomplete-regexp): New face.
20608 (ido-completions): Use it.
20609 (ido-complete, ido-exit-minibuffer, ido-completions):
20610 Handle incomplete regexps.
20611 (ido-completions): Add check for complete match when entering a regexp.
20612
20613 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
20614
20615 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
20616
20617 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
20618
20619 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
20620 by field delimiters.
20621
20622 2005-06-15 David Ponce <david@dponce.com>
20623
20624 * tree-widget.el: eval-and-compile inlined functions so they will
20625 be available at run-time too.
20626 (tree-widget-super-format-handler)
20627 (tree-widget-format-handler): Remove.
20628 (tree-widget-value-create): Handle the :indent property.
20629
20630 2005-06-15 Miles Bader <miles@gnu.org>
20631
20632 * progmodes/which-func.el (which-func): Only inherit
20633 `font-lock-function-name-face' when that makes sense against the
20634 default mode-line face, otherwise set the face color explicitly.
20635
20636 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
20637 faces instead of (non-existent) variables.
20638
20639 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
20640
20641 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
20642 (iswitchb-get-matched-buffers): Likewise. Simplify.
20643
20644 2005-06-14 Miles Bader <miles@gnu.org>
20645
20646 * progmodes/ld-script.el (ld-script-location-counter):
20647 Remove "-face" suffix from face name.
20648 (ld-script-location-counter-face):
20649 New backward-compatibility alias for renamed face.
20650 (ld-script-location-counter-face): Use renamed face.
20651
20652 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
20653 (cperl-hash): Remove "-face" suffix from face names.
20654 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
20655 New backward-compatibility aliases for renamed faces.
20656 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
20657 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
20658
20659 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
20660 name.
20661 (which-func-face): New backward-compatibility alias for renamed face.
20662 (which-func-format): Use renamed which-func face.
20663
20664 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
20665 (vhdl-function, vhdl-directive, vhdl-reserved-word)
20666 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
20667 names.
20668 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
20669 (vhdl-speedbar-configuration, vhdl-speedbar-package)
20670 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
20671 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
20672 (vhdl-speedbar-architecture-selected)
20673 (vhdl-speedbar-configuration-selected)
20674 (vhdl-speedbar-package-selected)
20675 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
20676 names.
20677 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
20678 Use renamed faces.
20679 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
20680 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
20681 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
20682 Use renamed faces.
20683 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
20684 names.
20685 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
20686 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
20687 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
20688 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
20689 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
20690 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
20691
20692 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
20693 face name.
20694 (sh-heredoc-face): New backward-compatibility alias for renamed face.
20695 (sh-heredoc-face): Use renamed sh-heredoc face.
20696
20697 * progmodes/idlw-help.el (idlwave-help-link):
20698 Remove "-face" suffix from face name.
20699 (idlwave-help-link-face):
20700 New backward-compatibility alias for renamed face.
20701 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
20702
20703 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
20704 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
20705 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
20706 New backward-compatibility aliases for renamed faces.
20707 (idlwave-shell-disabled-breakpoint-face)
20708 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
20709
20710 * progmodes/flymake.el (flymake-errline, flymake-warnline):
20711 Remove "-face" suffix from face names.
20712 (flymake-errline-face, flymake-warnline-face):
20713 New backward-compatibility aliases for renamed faces.
20714 (flymake-highlight-line): Use renamed flymake faces.
20715
20716 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
20717 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
20718 (ebrowse-member-class, ebrowse-progress):
20719 Remove "-face" suffix from face names.
20720 (ebrowse-tree-mark-face, ebrowse-root-class-face)
20721 (ebrowse-file-name-face, ebrowse-default-face)
20722 (ebrowse-member-attribute-face, ebrowse-member-class-face)
20723 (ebrowse-progress-face):
20724 New backward-compatibility aliases for renamed faces.
20725 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
20726 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
20727 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
20728 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
20729
20730 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
20731 antlr-syntax)
20732 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
20733 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
20734 names.
20735 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
20736 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
20737 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
20738 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
20739 backward-compatibility aliases for renamed faces.
20740 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
20741 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
20742 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
20743 remove "font-lock-". Use renamed antlr-mode faces.
20744 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
20745 literal face-names with face variable references.
20746
20747 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
20748 face name.
20749 (Buffer-menu-buffer-face): New backward-compatibility alias for
20750 renamed face.
20751 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
20752
20753 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
20754
20755 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
20756 Eliminate "-face" suffix.
20757 (makefile-targets): Inherit from font-lock-function-name-face and
20758 eliminate "-face" suffix.
20759 (makefile-shell): Remove attributes and eliminate "-face" suffix.
20760 (makefile-*-font-lock-keywords): Append makefile-targets in rule
20761 actions, instead of prepending, to make it less visible.
20762 (makefile-previous-dependency, makefile-match-dependency):
20763 Don't match a target on a continuation line.
20764
20765 * files.el (auto-mode-alist): Put Makefile in gmake mode.
20766
20767 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
20768
20769 * progmodes/gdb-ui.el (menu): Re-order menu items.
20770 (gdb-tooltip-print): Respect tooltip-use-echo-area.
20771
20772 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
20773 Define in tooltip.el.
20774 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
20775 (gud-tooltip-tips): Respect tooltip-use-echo-area and
20776 gud-tooltip-echo-area.
20777
20778 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
20779 backward compatibility and make obsolete.
20780 (tooltip-help-tips): Use tooltip-use-echo-area.
20781 (tooltip-show-help-function): Rename to...
20782 (tooltip-show-help): ...this, because it is a function.
20783 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
20784
20785 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
20786
20787 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
20788 (edebug-print-length, edebug-print-level, edebug-print-circle)
20789 (edebug-modify-breakpoint, edebug-eval-last-sexp)
20790 (edebug-eval-print-last-sexp): Doc fixes.
20791
20792 2005-06-14 Kim F. Storm <storm@cua.dk>
20793
20794 * ido.el (ido-mode): Make a new keymap every time we enable ido,
20795 as the coverage buffer/file/both may change.
20796
20797 2005-06-14 Lute Kamstra <lute@gnu.org>
20798
20799 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
20800 and run-mode-hooks. Simplify.
20801
20802 * mail/rmailedit.el (rmail-edit-mode):
20803 * progmodes/octave-inf.el (inferior-octave-mode):
20804 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
20805
20806 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
20807 and run-mode-hooks.
20808 (recentf-edit-list, recentf-open-files): Don't call
20809 kill-all-local-variables directly.
20810
20811 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
20812
20813 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
20814
20815 * emacs-lisp/byte-run.el (make-obsolete)
20816 (define-obsolete-function-alias): Rename arguments FUNCTION and
20817 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
20818 (make-obsolete-variable, define-obsolete-variable-alias):
20819 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
20820 respectively.
20821
20822 * isearchb.el (isearchb-activate):
20823 * pcvs.el (cvs-mode):
20824 * ses.el (ses-load):
20825 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
20826 * net/tramp.el (tramp-find-file-exists-command)
20827 (tramp-find-shell):
20828 * progmodes/ada-mode.el (ada-create-case-exception)
20829 (ada-create-case-exception-substring, ada-make-subprogram-body):
20830 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
20831 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
20832 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
20833 * textmodes/org.el (org-promote, org-evaluate-time-range)
20834 (org-agenda-next-date-line, org-agenda-previous-date-line)
20835 (org-agenda-error, org-open-at-point, org-table-move-row)
20836 (org-format-table-table-html-using-table-generate-source)
20837 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
20838 * textmodes/reftex.el (reftex-access-scan-info):
20839 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
20840 (reftex-toc-promote-prepare): Follow error conventions.
20841
20842 * diff-mode.el (diff-mode): Fix typo in docstring.
20843
20844 * forms.el (forms--intuit-from-file): Fix reference to
20845 `forms-number-of-fields' in error message.
20846 (forms-print): Fix quoting in error message.
20847
20848 * forms.el (forms-mode):
20849 * emulation/vi.el (vi-goto-insert-state):
20850 * progmodes/flymake.el (flymake-new-err-info)
20851 (flymake-start-syntax-check-for-current-buffer)
20852 (flymake-simple-cleanup):
20853 * eshell/esh-var.el (eshell/export):
20854 * progmodes/gud.el (xdb):
20855 * textmodes/flyspell.el (flyspell-incorrect-hook)
20856 (flyspell-maybe-correct-transposition)
20857 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
20858
20859 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
20860
20861 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
20862 minibuffer prompt.
20863
20864 2005-06-13 Kim F. Storm <storm@cua.dk>
20865
20866 * subr.el (add-to-ordered-list): New defun.
20867
20868 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
20869 add cua--keymap-alist to emulation-mode-map-alists.
20870
20871 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
20872
20873 * subr.el (complete-in-turn): New macro.
20874 (dynamic-completion-table, lazy-completion-table): Add debug info.
20875
20876 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
20877 in preference to face aliases.
20878
20879 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
20880 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
20881 Remove unused vars `start' and `firstline'.
20882 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
20883 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
20884
20885 2005-06-13 Eli Zaretskii <eliz@gnu.org>
20886
20887 * cus-start.el (all): Don't complain about missing GTK-related
20888 variables, unless either `gtk' is boundp or this isn't a
20889 `windows-nt' build.
20890
20891 2005-06-13 Lute Kamstra <lute@gnu.org>
20892
20893 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
20894 run-mode-hooks.
20895
20896 * ediff-mult.el (ediff-meta-mode):
20897 * ediff-util.el (ediff-mode): Use run-mode-hooks.
20898
20899 * ledit.el (ledit-mode): Use delay-mode-hooks.
20900
20901 * woman.el (woman-mode-line-format): Delete constant.
20902 (woman-mode-map): Initialize it properly.
20903 (woman-mode): Set mode-class property to special.
20904 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
20905 Set major-mode and mode-name. Don't set mode-line-format directly.
20906 (Man-getpage-in-background): Don't reference woman-mode-line-format.
20907
20908 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
20909 string argument obsolete.
20910
20911 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
20912
20913 * textmodes/org.el (org-CUA-compatible): New option.
20914 (org-disputed-keys): New variable.
20915 (org-key): New function.
20916 (orgtbl-make-binding): Add docstring to the created function.
20917 (org-mode): Set paragraph start/separate regexps.
20918 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
20919 (org-archive-location, org-archive-mark-done)
20920 (org-archive-stamp-time): New options.
20921 (org-archive-subtree): New command.
20922 (org-fill-paragraph): New function.
20923 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
20924 (org-fake-empty-table-line): Function removed.
20925 (org-format-org-table-html): Do not create empty table lines at
20926 separator lines. Improved table header treatment.
20927 (org-link-format): New option.
20928 (org-make-link): New function.
20929 (org-insert-link, org-store-link): Use org-make-link.
20930 (org-open-file): Quote file name for shell command, to allow
20931 spaces in file names.
20932 (org-link-regexp): Fix bug with mailto link.
20933 (org-link-maybe-angles-regexp, org-protected-link-regexp):
20934 New constants.
20935 (org-export-as-html): Deal with the optional angles around a link.
20936 Better treatment of file: links.
20937 (org-open-at-point): Replace @{ and @} with < and >.
20938 (org-run-mode-hooks): Function removed.
20939 (org-agenda-mode): No longer use `org-run-mode-hooks'.
20940
20941 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
20942
20943 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
20944 MI command -data-list-register-values.
20945 (gdb-post-prompt): Indent properly.
20946
20947 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
20948
20949 * hilit-chg.el (highlight-changes-colors): Rename from
20950 `highlight-changes-colours'.
20951 (highlight-changes-colours): Keep as obsolete alias.
20952 (highlight-changes-face-list): Doc fix.
20953 (hilit-chg-make-list): Use `highlight-changes-colors'.
20954
20955 2005-06-12 Mark A. Hershberger <mah@everybody.org>
20956
20957 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
20958 defun-prompt-regexp.
20959
20960 2005-06-12 Eli Zaretskii <eliz@gnu.org>
20961
20962 * loadup.el: Don't say we are dumping under 2 names on windows-nt
20963 and cygwin.
20964
20965 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
20966 Don't use an old loaddefs.el, as in Makefile.in.
20967
20968 2005-06-12 Lute Kamstra <lute@gnu.org>
20969
20970 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
20971
20972 * man.el (Man-mode-map): Initialize it properly.
20973 (Man-mode): Set mode-class property to special.
20974
20975 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
20976
20977 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
20978
20979 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
20980 A newline is needed in the docstring there.
20981
20982 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
20983 Doc fixes.
20984
20985 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20986
20987 * printing.el: Doc fix. The menubar is no more changed when printing
20988 is loaded, it only changes when pr-menu-bind or pr-update-menus is
20989 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
20990 (pr-version): New version number (6.8.4).
20991 (pr-menu-bind): New command.
20992 (pr-update-menus): Docstring and code fix.
20993 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
20994 Docstring fix.
20995 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
20996 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
20997
20998 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
20999
21000 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
21001 "Returns" to "return", document useful return values, etc.
21002
21003 2005-06-11 Alan Mackenzie <acm@muc.de>
21004
21005 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
21006 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
21007 (adaptive-file-function): Minor amendment to doc-string.
21008
21009 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
21010
21011 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
21012 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
21013 Fix :type--it is `integer', not `string'.
21014
21015 * faces.el (modeline-highlight): Rename from (the erroneous)
21016 `modeline-higilight'.
21017
21018 2005-06-11 Lute Kamstra <lute@gnu.org>
21019
21020 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
21021 lisp-interaction-mode-map but make it the parent.
21022 (edebug-eval-mode): Use define-derived-mode.
21023
21024 2005-06-11 Andreas Schwab <schwab@suse.de>
21025
21026 * bindings.el: Add binding of `ESC functionkey' for every
21027 `M-functionkey'.
21028 * hexl.el (hexl-mode-map): Likewise.
21029
21030 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
21031
21032 * progmodes/compile.el (compilation-error-regexp-alist-alist)
21033 [msft]: update regexp for newer msft compilers.
21034
21035 2005-06-10 Mark A. Hershberger <mah@everybody.org>
21036
21037 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
21038 ATTLIST portions of included DTDs.
21039 (xml-parse-dtd): Eliminate use of inefficient match-data.
21040
21041 2005-06-10 Miles Bader <miles@gnu.org>
21042
21043 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
21044 (mpuz-text): Remove "-face" suffix from face names.
21045 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
21046 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
21047 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
21048
21049 * play/gomoku.el (gomoku-O, gomoku-X):
21050 Remove "-face" suffix from face names.
21051 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
21052 New backward-compatibility aliases for renamed faces.
21053 (gomoku-font-lock-keywords): Use renamed gomoku faces.
21054
21055 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
21056
21057 * thumbs.el: Fixes for changes of 2005-06-09.
21058 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
21059 as a directory.
21060 (thumbs-thumbname): Remove directory separator from format string;
21061 `thumbs-thumbsdir' now returns a valid directory name.
21062 (thumbs-temp-dir): New defsubst.
21063 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
21064 Use it.
21065
21066 * cus-edit.el (minibuffer):
21067 * files.el (make-backup-file-name-function):
21068 * filesets.el (filesets-external-viewers):
21069 * hilit-chg.el (highlight-changes-colours)
21070 (highlight-changes-face-list, highlight-changes-rotate-faces):
21071 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
21072 * kmacro.el (kmacro-call-macro):
21073 * log-edit.el (log-edit-changelog-full-paragraphs):
21074 * mouse.el (mouse-1-click-follows-link):
21075 * skeleton.el (skeleton-autowrap):
21076 * subr.el (insert-for-yank-1):
21077 * tempo.el (tempo-insert-region):
21078 * terminal.el (terminal-emulator):
21079 * time.el (display-time-mail-face):
21080 * vc.el (vc-annotate):
21081 * vcursor.el (vcursor-copy-line):
21082 * woman.el (woman-bold-headings, woman-ignore)
21083 (woman-default-faces, woman-monochrome-faces):
21084 * calendar/todo-mode.el (todo-insert-threshold):
21085 * emulation/pc-select.el (pc-select-selection-keys-only)
21086 (pc-selection-mode):
21087 * emulation/vip.el (vip-find-char-forward):
21088 * emulation/viper-cmd.el (viper-find-char-forward):
21089 * international/mule-cmds.el
21090 (select-safe-coding-system-accept-default-p)
21091 (input-method-exit-on-invalid-key):
21092 * international/mule-diag.el (describe-coding-system):
21093 * international/ucs-tables.el (unify-8859-on-encoding-mode):
21094 * net/browse-url.el (browse-url-xterm-program):
21095 * obsolete/lazy-lock.el (lazy-lock-mode):
21096 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
21097 (cperl-mode):
21098 * progmodes/cpp.el (cpp-face-light-name-list)
21099 (cpp-face-dark-name-list):
21100 * progmodes/delphi.el (delphi-newline-always-indents):
21101 Fix spellings in docstrings.
21102
21103 * ido.el (ido-mode, ido-file-extensions-order)
21104 (ido-default-file-method, ido-default-buffer-method)
21105 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
21106 (ido-decorations, ido-read-file-name-as-directory-commands)
21107 (ido-read-file-name-non-ido, ido-work-directory-list)
21108 (ido-ignore-item-temp-list, ido-current-directory)
21109 (ido-magic-forward-char, ido-enter-find-file)
21110 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
21111 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
21112
21113 2005-06-10 Lute Kamstra <lute@gnu.org>
21114
21115 * play/dunnet.el (dun-mode): Use define-derived-mode.
21116 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
21117 obsolete alias.
21118
21119 * play/doctor.el (doctor-mode-map): Remove defvar.
21120 (doctor-mode): Use define-derived-mode.
21121
21122 * mail/mspools.el (mspools-mode):
21123 * net/eudc-hotlist.el (eudc-hotlist-mode):
21124 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
21125
21126 2005-06-10 Miles Bader <miles@gnu.org>
21127
21128 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
21129 Remove "-face" suffix from face names.
21130 (flyspell-incorrect-face, flyspell-duplicate-face):
21131 New backward-compatibility aliases for renamed faces.
21132 (flyspell-mode-on, make-flyspell-overlay)
21133 (flyspell-highlight-incorrect-region)
21134 (flyspell-highlight-duplicate-region)
21135 (flyspell-display-next-corrections)
21136 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
21137
21138 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
21139 from face name.
21140 (texinfo-heading-face): New backward-compatibility alias for
21141 renamed face.
21142 (texinfo-heading-face): Use renamed texinfo-heading face.
21143
21144 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
21145 suffix from face names.
21146 (tex-math-face, tex-verbatim-face):
21147 New backward-compatibility aliases for renamed faces.
21148 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
21149 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
21150 literal face name.
21151
21152 * textmodes/table.el (table-cell): Remove "-face" suffix from face
21153 name.
21154 (table-cell-face): New backward-compatibility alias for renamed face.
21155 (table--put-cell-face-property, table--update-cell-face):
21156 Use renamed table-cell face.
21157
21158 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
21159 from face name.
21160 (sgml-namespace-face): New backward-compatibility alias for
21161 renamed face.
21162 (sgml-namespace-face): Use renamed sgml-namespace face.
21163
21164 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
21165 (org-level-4, org-level-5, org-level-6, org-level-7)
21166 (org-level-8, org-warning, org-headline-done)
21167 (org-deadline-announce, org-scheduled-today)
21168 (org-scheduled-previously, org-link, org-done, org-table)
21169 (org-time-grid): Remove "-face" suffix from face names.
21170 (org-level-1-face, org-level-2-face, org-level-3-face)
21171 (org-level-4-face, org-level-5-face, org-level-6-face)
21172 (org-level-7-face, org-level-8-face, org-warning-face)
21173 (org-headline-done-face, org-deadline-announce-face)
21174 (org-scheduled-today-face, org-scheduled-previously-face)
21175 (org-link-face, org-done-face, org-table-face)
21176 (org-time-grid-face):
21177 New backward-compatibility aliases for renamed faces.
21178 (org-level-faces, org-set-font-lock-defaults, org-timeline)
21179 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
21180 (org-agenda-get-timestamps, org-agenda-get-scheduled)
21181 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
21182
21183 * emulation/viper-init.el (viper-search, viper-replace-overlay)
21184 (viper-minibuffer-emacs, viper-minibuffer-insert)
21185 (viper-minibuffer-vi): Remove "-face" suffix from face names.
21186 (viper-search-face, viper-replace-overlay-face)
21187 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
21188 (viper-minibuffer-vi-face):
21189 New backward-compatibility aliases for renamed faces.
21190 (viper-search-face, viper-replace-overlay-face)
21191 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
21192 (viper-minibuffer-vi-face): Use renamed viper faces.
21193
21194 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
21195 Remove "-face" suffix from face names.
21196 (testcover-nohits-face, testcover-1value-face):
21197 New backward-compatibility aliases for renamed faces.
21198 (testcover-mark): Use renamed testcover faces.
21199
21200 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
21201 face name.
21202 (diary-button-face): New backward-compatibility alias for renamed face.
21203 (diary-entry): Use renamed diary-button face.
21204
21205 * calendar/calendar.el (diary, calendar-today, holiday)
21206 (mark-visible-calendar-date): Remove "-face" suffix from face names.
21207 (diary-face, calendar-today-face, holiday-face):
21208 New backward-compatibility aliases for renamed faces.
21209 (eval-after-load "facemenu", diary-entry-marker)
21210 (calendar-today-marker, calendar-holiday-marker, diary-face):
21211 Use renamed calendar faces.
21212
21213 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
21214 (compare-windows-face): New backward-compatibility alias for
21215 renamed face.
21216 (compare-windows-highlight): Use renamed compare-windows face.
21217
21218 * strokes.el (strokes-char): Remove "-face" suffix from face name.
21219 (strokes-char-face): New backward-compatibility alias for renamed face.
21220 (strokes-encode-buffer): Use renamed strokes-char face.
21221
21222 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
21223 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
21224 Remove "-face" suffix from face names.
21225 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
21226 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
21227 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
21228 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
21229 Use renamed pcvs faces.
21230 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
21231 * pcvs-defs.el (cvs-mode-map): Likewise.
21232 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
21233
21234 * info.el (info-title-1, info-title-2, info-title-3)
21235 (info-title-4): Remove "-face" suffix from and downcase face names.
21236 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
21237 (Info-title-4-face):
21238 New backward-compatibility aliases for renamed faces.
21239 (Info-fontify-node): Use renamed info faces.
21240
21241 * hilit-chg.el (highlight-changes, highlight-changes-delete):
21242 Remove "-face" suffix from face names.
21243 (highlight-changes-face, highlight-changes-delete-face):
21244 New backward-compatibility aliases for renamed faces.
21245 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
21246 (hilit-chg-make-list): Use renamed highlight-changes faces.
21247
21248 * generic-x.el (show-tabs-tab, show-tabs-space):
21249 Remove "-face" suffix from face names.
21250 (show-tabs-tab-face, show-tabs-space-face):
21251 New backward-compatibility aliases for renamed faces.
21252 (show-tabs-generic-mode-font-lock-defaults-1)
21253 (show-tabs-generic-mode-font-lock-defaults-2):
21254 Use renamed show-tabs faces.
21255
21256 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
21257 (smerge-markers): Remove "-face" suffix from face names.
21258 (smerge-mine-face, smerge-other-face, smerge-base-face)
21259 (smerge-markers-face):
21260 New backward-compatibility aliases for renamed faces.
21261 (smerge-mine-face, smerge-other-face, smerge-base-face)
21262 (smerge-markers-face): Use renamed smerge faces.
21263
21264 * log-view.el (log-view-file, log-view-message): Remove "-face"
21265 suffix from face names.
21266 (log-view-file-face, log-view-message-face):
21267 New backward-compatibility aliases for renamed faces.
21268 (log-view-file-face, log-view-message-face): Use renamed log-view
21269 faces.
21270
21271 * paren.el (show-paren-match, show-paren-mismatch):
21272 Remove "-face" suffix from face names.
21273 (show-paren-match-face, show-paren-mismatch-face):
21274 New backward-compatibility aliases for renamed faces.
21275 (show-paren-function): Use renamed show-paren faces.
21276
21277 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
21278 (ruler-mode-margins, ruler-mode-fringes)
21279 (ruler-mode-column-number, ruler-mode-fill-column)
21280 (ruler-mode-comment-column, ruler-mode-goal-column)
21281 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
21282 suffix from face names.
21283 (ruler-mode-default-face, ruler-mode-pad-face)
21284 (ruler-mode-margins-face, ruler-mode-fringes-face)
21285 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
21286 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
21287 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
21288 New backward-compatibility aliases for renamed faces.
21289 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
21290 (ruler-mode-column-number, ruler-mode-fill-column)
21291 (ruler-mode-comment-column, ruler-mode-goal-column)
21292 (ruler-mode-tab-stop, ruler-mode-current-column)
21293 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
21294 faces.
21295
21296 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
21297 face name.
21298 (whitespace-highlight-the-space): Use renamed face.
21299 (whitespace-highlight-face): New backward-compatibility alias for
21300 renamed face.
21301
21302 * woman.el (woman-italic, woman-bold, woman-unknown)
21303 (woman-addition, woman-symbol-face):
21304 Remove "-face" suffix from face names.
21305 (woman-italic-face, woman-bold-face, woman-unknown-face)
21306 (woman-addition-face):
21307 New backward-compatibility aliases for renamed faces.
21308 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
21309 (woman-decode-region, woman-replace-match)
21310 (woman-display-extended-fonts, woman-special-characters)
21311 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
21312 Use renamed woman faces.
21313
21314 * longlines.el (longlines-visible-face): Face removed.
21315
21316 * diff-mode.el (diff-header, diff-file-header, diff-index)
21317 (diff-hunk-header, diff-removed, diff-added, diff-changed)
21318 (diff-function, diff-context, diff-nonexistent): Remove "-face"
21319 suffix from face names.
21320 (diff-header-face, diff-file-header-face, diff-index-face)
21321 (diff-hunk-header-face, diff-removed-face, diff-added-face)
21322 (diff-changed-face, diff-function-face, diff-context-face)
21323 (diff-nonexistent-face): New backward-compatibility aliases for
21324 renamed faces.
21325 (diff-header-face, diff-file-header-face)
21326 (diff-index, diff-index-face, diff-hunk-header)
21327 (diff-hunk-header-face, diff-removed, diff-removed-face)
21328 (diff-added, diff-added-face, diff-changed-face, diff-function)
21329 (diff-function-face, diff-context-face, diff-nonexistent)
21330 (diff-nonexistent-face): Use renamed diff-mode faces.
21331
21332 * progmodes/compile.el (compilation-warning-face)
21333 (compilation-info-face): Remove "-face" suffix from face names.
21334 (compilation-warning-face, compilation-info-face):
21335 New backward-compatibility aliases for renamed faces.
21336 (compilation-warning-face, compilation-info-face):
21337 Use renamed compilation faces.
21338
21339 * add-log.el (change-log-date, change-log-name)
21340 (change-log-email, change-log-file, change-log-list)
21341 (change-log-conditionals, change-log-function)
21342 (change-log-acknowledgement): Remove "-face" suffix from face names.
21343 (change-log-date-face, change-log-name-face)
21344 (change-log-email-face, change-log-file-face)
21345 (change-log-list-face, change-log-conditionals-face)
21346 (change-log-function-face, change-log-acknowledgement-face):
21347 New backward-compatibility aliases for renamed faces.
21348 (change-log-font-lock-keywords): Use renamed change-log faces.
21349
21350 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
21351 (custom-set, custom-changed, custom-saved, custom-button)
21352 (custom-button-pressed, custom-documentation, custom-state)
21353 (custom-comment, custom-comment-tag, custom-variable-tag)
21354 (custom-variable-button, custom-face-tag, custom-group-tag-1)
21355 (custom-group-tag): Remove "-face" suffix from face names.
21356 (custom-magic-alist, custom-magic-value-create)
21357 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
21358 (custom-invalid-face, custom-rogue-face, custom-modified-face)
21359 (custom-set-face, custom-changed-face, custom-saved-face)
21360 (custom-button-face, custom-button-pressed-face)
21361 (custom-documentation-face, custom-state-face)
21362 (custom-comment-face, custom-comment-tag-face)
21363 (custom-variable-tag-face, custom-variable-button-face)
21364 (custom-face-tag-face, custom-group-tag-face-1)
21365 (custom-group-tag-face):
21366 New backward-compatibility aliases for renamed faces.
21367
21368 * wid-edit.el (widget-documentation, widget-button)
21369 (widget-field, widget-single-line-field, widget-inactive)
21370 (widget-button-pressed): "-face" suffix removed from face names.
21371 (widget-documentation-face, widget-button-face)
21372 (widget-field-face, widget-single-line-field-face)
21373 (widget-inactive-face, widget-button-pressed-face):
21374 New backward-compatibility aliases for renamed faces.
21375 (widget-documentation-face, widget-button-face)
21376 (widget-button-pressed-face, widget-specify-field)
21377 (widget-specify-inactive): Use renamed widget faces.
21378
21379 2005-06-10 Kenichi Handa <handa@m17n.org>
21380
21381 * term/x-win.el (x-clipboard-yank): Remove condition-case
21382 wrapping.
21383
21384 2005-06-11 Kenichi Handa <handa@m17n.org>
21385
21386 * add-log.el (change-log-font-lock-keywords): Make the regexp for
21387 date lines stricter.
21388
21389 2005-06-10 Zhang Wei <id.brep@gmail.com>
21390
21391 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
21392 of x-get-selection.
21393
21394 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
21395
21396 * comint.el (comint-mode, comint-snapshot-last-prompt):
21397 * frame.el (frame-current-scroll-bars):
21398 * term.el (term-mode, term-check-proc, term-input-sender)
21399 (term-simple-send, term-extract-string, term-word)
21400 (term-match-partial-filename):
21401 * window.el (window-current-scroll-bars):
21402 * emulation/cua-base.el (cua-normal-cursor-color)
21403 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
21404 (cua-global-mark-cursor-color):
21405 * mail/undigest.el (rmail-forward-separator-regex):
21406 Fix typos in docstrings.
21407
21408 * comint.el (comint-check-proc, make-comint-in-buffer)
21409 (comint-source-default): Doc fixes.
21410
21411 * term.el (term-send-string): Improve argument/docstring consistency.
21412
21413 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
21414
21415 * comint.el (comint-send-input): Bind `inhibit-read-only' around
21416 call to `delete-region'.
21417 (comint-mode-hook): Do not enable Font Lock by default.
21418
21419 2005-06-09 Lute Kamstra <lute@gnu.org>
21420
21421 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
21422 could be void.
21423
21424 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
21425
21426 * emacs-lisp/debug.el (debugger-will-be-back): New var.
21427 (debug): Use it.
21428 (debugger-step-through, debugger-continue, debugger-jump)
21429 (debugger-return-value): Set it when needed.
21430 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
21431 Use inhibit-read-only.
21432
21433 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
21434
21435 * window.el (shrink-window-if-larger-than-buffer)
21436 (window-size-fixed): Fix typo in docstring.
21437
21438 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
21439 thumbnails directory on loading.
21440 (thumbs-conversion-program): Use `eq' to check the system type,
21441 not `equal'.
21442 (thumbs-temp-dir): Initialize to `temporary-file-directory',
21443 not "/tmp". Fix docstring.
21444 (thumbs-thumbsdir): New function to return the thumbnails
21445 directory, creating it if needed.
21446 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
21447 (thumbs-temp-file): Delete variable and make it into a function.
21448 (thumbs-resize-image, thumbs-modify-image): Use it.
21449 (thumbs-kill-buffer): Simplify.
21450 (thumbs-gensym): Defalias or duplicate CL `gensym'.
21451 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
21452 docstrings.
21453
21454 2005-06-09 Kim F. Storm <storm@cua.dk>
21455
21456 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
21457 set-match-data to free markers in match-data.
21458
21459 * replace.el (replace-match-data): Pass RESEAT arg `t' to
21460 match-data to unchain markers in match-data.
21461
21462 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
21463
21464 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
21465 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
21466 unnecessary now.
21467
21468 2005-06-08 Richard M. Stallman <rms@gnu.org>
21469
21470 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
21471 give the variable a doc string that doesn't say don't set it directly.
21472
21473 * textmodes/ispell.el (ispell-check-version):
21474 Use match-string-no-properties.
21475 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
21476 (ispell-buffer-local-words): Likewise.
21477
21478 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
21479 except on terminals with enough colors to really display it.
21480 (makefile-dependency-regex): Delete spurious `bb'.
21481
21482 * faces.el (escape-glyph): Use blue once again in last case.
21483 (no-break-space): Redefine so that it isn't invisible on a tty.
21484
21485 2005-06-08 Kim F. Storm <storm@cua.dk>
21486
21487 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
21488 also when reading directory name.
21489
21490 2005-06-08 Lute Kamstra <lute@gnu.org>
21491
21492 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
21493 (flyspell-mode-line-string): Remove autoload cookie.
21494 (flyspell-mode): Remove defvar.
21495
21496 2005-06-07 Lute Kamstra <lute@gnu.org>
21497
21498 * textmodes/org.el (org-run-mode-hooks): New function.
21499 (org-agenda-mode): Use it.
21500
21501 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
21502
21503 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
21504
21505 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
21506
21507 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
21508
21509 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
21510
21511 * font-lock.el (font-lock-add-keywords): Doc fix.
21512
21513 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
21514
21515 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
21516 (tex-compile-default): In the absence of any history, use the order in
21517 tex-compile-alist to choose the preferred command.
21518 (tex-compile-commands): Reorder a bit.
21519
21520 * textmodes/flyspell.el (flyspell-auto-correct-binding)
21521 (flyspell-incorrect-face, flyspell-duplicate-face):
21522 Use (X)Emacs-agnostic code.
21523 (flyspell-mode-map): Don't overwrite at each load. Remove code
21524 redundant with the subsequent add-minor-mode. Merge Emacs and
21525 XEmacs code.
21526 (flyspell-word): Minor simplification.
21527 (flyspell-math-tex-command-p): Quieten the byte-compiler.
21528 (flyspell-external-point-words): Remove unused vars `size' and `start'.
21529 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
21530 Merge the corresponding Emacs code.
21531 (flyspell-correct-word, flyspell-xemacs-popup):
21532 Use flyspell-do-correct.
21533
21534 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
21535 a dedicated window.
21536
21537 * international/latexenc.el (latexenc-find-file-coding-system):
21538 Undo part of last patch, to turn off a compiler warning.
21539
21540 2005-06-06 Juri Linkov <juri@jurta.org>
21541
21542 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
21543 Rename `tmm-inactive-face' to `tmm-inactive'.
21544
21545 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
21546
21547 * iswitchb.el: Rename faces.
21548
21549 2005-06-06 Kim F. Storm <storm@cua.dk>
21550
21551 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
21552 (cua-global-mark): Remove -face suffix from face names.
21553
21554 * emulation/cua-gmrk.el (cua--init-global-mark):
21555 Remove cua-global-mark face setup.
21556
21557 2005-06-06 Richard M. Stallman <rms@gnu.org>
21558
21559 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
21560 just like other allowed characters.
21561 (makefile-match-dependency): Exclude leading and training whitespace
21562 from the range of regexp subexp 1.
21563 (makefile-macroassign-regex): Don't try to match the body,
21564 just the name of the macro being defined.
21565
21566 * info.el (Info-read-node-name-2): New function.
21567 (Info-read-node-name-1): Use that.
21568 Add a completion-base-size-function property.
21569
21570 * simple.el (completion-setup-function): Look for
21571 completion-base-size-function property of minibuffer-completion-table.
21572
21573 * files.el (locate-file-completion): Doc fix.
21574
21575 * printing.el: Don't call pr-update-menus; user must do that.
21576
21577 * emacs-lisp/debug.el (debugger-window): New variable.
21578 (debug): Use debugger-window if it is set and still alive.
21579 Record debugger-window for next entry.
21580
21581 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
21582
21583 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
21584
21585 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
21586 (hack-one-local-variable, hack-local-variables)
21587 (hack-local-variables-prop-line): Pass that arg.
21588
21589 2005-06-06 Kim F. Storm <storm@cua.dk>
21590
21591 * ido.el (ido-first-match, ido-only-match, ido-subdir)
21592 (ido-indicator): Remove -face suffix from face names.
21593
21594 2005-06-06 Juri Linkov <juri@jurta.org>
21595
21596 * font-lock.el (font-lock-regexp-backslash)
21597 (font-lock-regexp-backslash-construct): New faces.
21598 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
21599 after `('. Add `while-no-input' to control structures.
21600
21601 * faces.el (no-break-space, shadow): New faces.
21602 (escape-glyph): Use less loud colors pink2 and red4.
21603
21604 * diff-mode.el (diff-context-face)
21605 * dired.el (dired-ignored)
21606 * rfn-eshadow.el (file-name-shadow)
21607 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
21608
21609 * info.el (Info-title-1-face): Use green instead of yellow because
21610 bold yellow is not readable on light backgrounds.
21611
21612 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
21613 before selecting the desired mode to not spend time fontifying
21614 old contents.
21615
21616 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
21617
21618 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
21619 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
21620
21621 * ps-print.el (ps-default-fg, ps-default-bg):
21622 Fix typos in docstrings.
21623
21624 * isearchb.el (isearchb): Don't pass a spurious second argument to
21625 `iswitchb-completions'.
21626
21627 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
21628
21629 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
21630 to preserve point.
21631 (gdb-find-file-hook): Add doc string.
21632
21633 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
21634 C dereferenced pointer expression.
21635 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
21636
21637 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
21638
21639 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
21640 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
21641 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
21642 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
21643 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
21644 Make background transparent.
21645
21646 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
21647
21648 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
21649 (font-lock-remove-keywords): Doc fix.
21650 (font-lock-mode-major-mode): Compiler defvar.
21651 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
21652
21653 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
21654 (font-lock-mode): Update `font-lock-mode-major-mode'.
21655 (font-lock-set-defaults): Compiler defvar.
21656 (font-lock-default-function): Take `font-lock-mode-major-mode'
21657 into account.
21658
21659 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
21660 keep track of which major mode it enabled the minor mode for.
21661 Use find-file-hook again. Update docstring.
21662
21663 * simple.el (eval-expression-print-level)
21664 (eval-expression-print-length, eval-expression-debug-on-error):
21665 Doc fixes.
21666
21667 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
21668
21669 * iswitchb.el (iswitchb-single-match-face)
21670 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
21671 (iswitchb-invalid-regexp-face): New faces.
21672 (iswitchb-completions): Use them.
21673 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
21674 now marked as an obsolete alias.
21675 (iswitchb-read-buffer): Remove check for bound font variables.
21676 (iswitchb-invalid-regexp): New free variable.
21677 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
21678 set iswitchb-invalid-regexp.
21679 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
21680 invalid regexps.
21681 (iswitchb-completions): Add check for complete match when entering
21682 a regexp.
21683 (iswitchb-completions): Remove require-match argument.
21684 (iswitchb-exhibit): Fix caller.
21685 (iswitchb-common-match-inserted): New variable.
21686 (iswitchb-complete, iswitchb-completion-help): Use it.
21687
21688 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
21689
21690 * url-http.el (url-http-chunked-encoding-after-change-function):
21691 Use `url-http-debug' instead of `message'.
21692
21693 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
21694
21695 * url-http.el (url-http-parse-headers): Pass redirected URL as a
21696 callback argument.
21697
21698 2005-06-04 Kim F. Storm <storm@cua.dk>
21699
21700 * simple.el (line-move): Only call sit-for when moving backwards.
21701
21702 * ido.el (ido-make-merged-file-list-1): New defun split from
21703 ido-make-merged-file-list.
21704 (ido-make-merged-file-list): Bind throw-on-input around call to
21705 ido-make-merged-file-list-1. Return input-pending-p if
21706 interrupted by more input available.
21707 (ido-read-internal): Handle input-pending-p return value from
21708 ido-make-merged-file-list.
21709
21710 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
21711
21712 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
21713 compatibility code.
21714
21715 * international/latexenc.el (latexenc-find-file-coding-system):
21716 Don't inherit the EOL part of the coding-system from the
21717 tex-main buffer. Fit within 80 columns.
21718
21719 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
21720
21721 * tmm.el (tmm-inactive-face): New face.
21722 (tmm-remove-inactive-mouse-face): New function.
21723 (tmm-prompt, tmm-add-one-shortcut)
21724 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
21725 but not selectable.
21726
21727 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
21728
21729 * faces.el (face-equal): Improve argument/docstring consistency.
21730
21731 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
21732
21733 * progmodes/make-mode.el (makefile-targets-face)
21734 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
21735 (makefile-bsdmake-dependency-regex)
21736 (makefile-makepp-rule-action-regex)
21737 (makefile-bsdmake-rule-action-regex): New constants.
21738 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
21739
21740 * progmodes/compile.el (compilation-error-regexp-alist-alist):
21741 Allow (...) within `...' for makepp messages.
21742
21743 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
21744
21745 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
21746
21747 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
21748 "." files are deleted from all file lists before comparison.
21749
21750 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
21751 (viper-ESC-key): Made them customizable.
21752
21753 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
21754
21755 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
21756
21757 * autorevert.el (auto-revert-buffers): Use save-match-data.
21758
21759 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
21760
21761 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
21762 menu items with a nil command binding.
21763
21764 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
21765
21766 * emacs-lisp/cl-macs.el (defsetf):
21767 Improve argument/docstring consistency.
21768
21769 * faces.el (list-faces-display): Improve the formatting by
21770 computing the maximum length required for any face-name (reworked
21771 patch of 1999-01-11, accidentally deleted on 1999-07-21).
21772 (internal-find-face): Remove redundant info in docstring.
21773
21774 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
21775
21776 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
21777 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
21778 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
21779 (gdb-assembler-custom): Improve regexps.
21780 (def-gdb-auto-update-handler): Use window point to preserve point.
21781
21782 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
21783
21784 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
21785
21786 2005-05-31 Jay Belanger <belanger@truman.edu>
21787
21788 * calc/calc-embed.el (calc-embedded-word): Change argument passed
21789 to calc-embedded.
21790 (calc-embedded-make-info): Have plain prefix argument select
21791 entire line.
21792
21793 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
21794
21795 * faces.el (list-faces-display): Signal error if passed a regexp
21796 that matches no face name.
21797
21798 * simple.el (filter-buffer-substring): Fix typo in docstring.
21799
21800 2005-05-31 Richard M. Stallman <rms@gnu.org>
21801
21802 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
21803 (vhdl-emacs-21): Doc fix.
21804 (vhdl-mode): Unconditionally set comment-padding.
21805 (vhdl-fixup-whitespace-region): Insert spaces only where
21806 there are none.
21807 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
21808
21809 2005-05-30 John Wiegley <johnw@newartisans.com>
21810
21811 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
21812 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
21813 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
21814 `directory-sep-char' to ?/, and all uses of `string-to-int' to
21815 `string-to-number'.
21816
21817 2005-05-30 Jay Belanger <belanger@truman.edu>
21818
21819 * calc/calc.el (calc-bug-address): Fix docstring.
21820 (calc-window-hook, calc-trail-window-hook): New variables.
21821 (calc-trail-display): Restore use of calc-trail-window-hook.
21822 (calc): Restore use of calc-window-hook.
21823
21824 2005-05-31 Masatake YAMATO <jet@gyve.org>
21825
21826 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
21827
21828 * help-fns.el (help-C-file-name): Add autoload mark for
21829 `find-function-noselect'.
21830
21831 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
21832
21833 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
21834 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
21835
21836 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
21837
21838 * calendar/diary-lib.el (mark-included-diary-files): Only kill
21839 included diary buffer if it was not already being visited.
21840 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
21841
21842 * calendar/icalendar.el (top-level): Do not require appt.
21843
21844 * mail/supercite.el (sc-select-attribution): Only use a list
21845 element from sc-attrib-selection-list if it returns a string.
21846 Reported by Davide G. M. Salvetti <salve@debian.org>.
21847
21848 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
21849
21850 * thumbs.el (thumbs-thumbname): The resulting thumbname now
21851 includes a hash value to improve its uniqueness, and has a ".jpg"
21852 extension. Also, it is now a valid filename on all systems.
21853 (thumbs-make-thumb): Use `let', not `let*'.
21854 (thumbs-show-thumbs-list): Check for JPEG availability.
21855
21856 2005-05-30 Richard M. Stallman <rms@gnu.org>
21857
21858 * filesets.el (filesets-menu-ensure-use-cached):
21859 Prevent warning when emacs-version>= is undefined.
21860
21861 * printing.el (pr-interactive-n-up): Use string-to-number.
21862
21863 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
21864
21865 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
21866 Warn only when name to be defined is quoted.
21867
21868 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
21869
21870 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
21871 Make regexp more robust.
21872 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
21873 Force regeneration of disassembly.
21874
21875 2005-05-29 Jay Belanger <belanger@truman.edu>
21876
21877 * calc/calc.el (calc-user-invocation): Check if
21878 calc-invocation-macro is non-nil.
21879
21880 2005-05-29 Juri Linkov <juri@jurta.org>
21881
21882 * add-log.el (change-log-font-lock-keywords):
21883 Add `+' to e-mail regexp to accept mail address with keywords.
21884
21885 * man.el (Man-name-regexp): Add `:' to accept qualified names.
21886
21887 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
21888
21889 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
21890
21891 * ielm.el (inferior-emacs-lisp-mode): Ditto.
21892
21893 2005-05-29 Richard M. Stallman <rms@gnu.org>
21894
21895 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
21896 Undo the change that moves to end of the current word.
21897
21898 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
21899
21900 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
21901 Throw error when count <= 0 to ensure input is a number.
21902 (gdb-read-memory-custom): Pick up address from buffer.
21903 (gdb-memory-mode): Allow user to increment and decrement
21904 memory address from header line.
21905
21906 2005-05-29 Richard M. Stallman <rms@gnu.org>
21907
21908 * flyspell.el (flyspell-version): Function deleted.
21909 (flyspell-auto-correct-previous-hook): Doc fix.
21910
21911 * jit-lock.el (jit-lock-function, jit-lock-after-change):
21912 Do nothing if memory is full.
21913
21914 * font-lock.el (font-lock-fontify-syntactically-region):
21915 Pass t for GREEDY to looking-back.
21916
21917 * saveplace.el (save-place-alist-to-file): Write the file
21918 using write-region.
21919
21920 * subr.el (looking-back): New argument GREEDY.
21921
21922 * progmodes/compile.el (compilation-start): Set the mode
21923 before inserting the initial text.
21924
21925 * progmodes/which-func.el (which-func-update-1): Turn the mode
21926 off in case of error by setting which-func-mode.
21927
21928 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
21929
21930 * flyspell.el (flyspell-auto-correct-previous-word):
21931 Narrow down to what's on the screen, and recenter overlays
21932 at the end of the next word.
21933
21934 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
21935
21936 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
21937 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
21938 (flyspell-abbrev-p): Default to nil.
21939 (flyspell-use-global-abbrev-table-p): Doc fix.
21940 (flyspell-large-region): Allow nil as value.
21941 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
21942
21943 (mail-mode-flyspell-verify): More robust handling
21944 of `mail-header-separator'. More efficient signature detection.
21945 Allow for regexp metacharacters in message-header-separator.
21946 Adding `To' not to be checked in mail-mode-flyspell-verify.
21947
21948 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
21949 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
21950 Bind flyspell-auto-correct-binding.
21951 Bind C-. and C-, .
21952 (flyspell-mode-map): Likewise.
21953 (flyspell-mode): Doc fix.
21954 (flyspell-accept-buffer-local-defs): Preserve current buffer.
21955 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
21956 (flyspell-word-cache-result): New var, always local.
21957 (flyspell-check-pre-word-p): Doc fix.
21958 (flyspell-check-changed-word-p): Handle spc like newline.
21959 (flyspell-post-command-hook): Set flyspell-word-cache-result.
21960 (flyspell-word-search-backward, flyspell-word-search-forward):
21961 New functions.
21962 (flyspell-word): Return t if nothing to check.
21963 When parsing TeX code, check for after } or \.
21964 Use flyspell-word-search-backward to find previous word.
21965 Return nil if duplicated word.
21966 For word already checked, return same value as last time.
21967 Set flyspell-word-cache-result after checking.
21968 Don't clobber the return value.
21969 (flyspell-get-word): Major rewrite.
21970 (flyspell-external-point-words): New locals pword, pcount.
21971 Fix size used in progress message.
21972 Find the proper corresponding word in flyspell-large-region-buffer.
21973 (flyspell-region): Check for flyspell-large-region = nil.
21974 (flyspell-highlight-incorrect-region): Clean up overlays in region.
21975 (flyspell-auto-correct-word): Check that WORD is a cons.
21976 (flyspell-correct-word): Likewise.
21977
21978 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
21979
21980 * progmodes/make-mode.el (makefile-rule-action-regex)
21981 (makefile-macroassign-regex, makefile-makepp-mode)
21982 (makefile-bsdmake-mode): Continuation lines may be empty.
21983 Reported by Joshua Varner.
21984 (makefile-makepp-font-lock-keywords): Add $(stem).
21985
21986 2005-05-28 Karl Berry <karl@gnu.org>
21987
21988 * textmodes/tex-mode.el: Now that tex-send-command calls
21989 shell-quote-argument (2005-03-31 change), remove all calls to
21990 shell-quote-argument; they all end up invoking tex-send-command.
21991 The double quoting loses on filenames with non-safe characters,
21992 such as "@". Reported by Frederik Fouvry.
21993
21994 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
21995
21996 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
21997 about preserving point.
21998
21999 2005-05-27 Jay Belanger <belanger@truman.edu>
22000
22001 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
22002 Info-goto-node.
22003
22004 * calc/calc-embed.el (calc-embed-arg): New variable.
22005 (calc-do-embedded-activate, calc-embedded-activate-formula)
22006 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
22007 variable by new variable.
22008 (calc-embedded-make-info): Replace undeclared variable by new
22009 variable. When selecting region with positive prefix
22010 argument, use end of previous line instead of beginning of line.
22011
22012 * calc/calc-aent.el (calc-arg-values): Declare it.
22013
22014 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
22015 Declare them.
22016
22017 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
22018
22019 * calc/calc.el (calc-alg-map): Declare it.
22020
22021 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
22022
22023 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
22024
22025 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
22026 (gdb-registers-buffer, toggle-gdb-all-registers):
22027 Toggle display of floating point registers.
22028 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
22029
22030 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
22031 (toggle-gud-tooltip-dereference):
22032 Rename from gud-toggle-tooltip-dereference.
22033
22034 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
22035
22036 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
22037
22038 2005-05-27 Jay Belanger <belanger@truman.edu>
22039
22040 * calc/calc-prog.el (calc-kbd-report): Remove.
22041 (calc-kbd-query): Rewrite.
22042
22043 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
22044
22045 * image.el (image-library-alist): Move to image.c.
22046 (image-type-available-p): Doc fix.
22047
22048 2005-05-27 Lute Kamstra <lute@gnu.org>
22049
22050 * calc/calc.el (calc):
22051 * outline.el (outline-1, outline-2, outline-3, outline-4)
22052 (outline-5, outline-6, outline-7, outline-8):
22053 * textmodes/dns-mode.el (dns-mode):
22054 * textmodes/sgml-mode.el (sgml-namespace-face):
22055 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
22056 (tex-verbatim-face, tex-use-reftex):
22057 * textmodes/texinfo.el (texinfo-heading-face):
22058 Specify customization group.
22059
22060 * longlines.el: Don't require easy-mmode.
22061 (longlines-visible-face): Specify customization group.
22062
22063 2005-05-27 Kenichi Handa <handa@m17n.org>
22064
22065 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
22066 encoding table of windows-1251.
22067
22068 * international/ucs-tables.el (ucs-set-table-for-input):
22069 If translation-table-for-input of a coding system is a symbol, get
22070 its translation-table property.
22071
22072 * international/code-pages.el: Don't register a coding system into
22073 non-iso-charset-alist more than once.
22074 (cp-make-coding-system): Likewise.
22075
22076 2005-05-26 John Wiegley <johnw@newartisans.com>
22077
22078 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
22079 `eshell-resume-eval' is wrapped in a list, it indicates that the
22080 command was run asynchronously. In that case, unwrap the value
22081 before checking the delimiter value.
22082
22083 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
22084 character before a space at the end of a line is \, assume the space
22085 is part of the last argument rather than a final argument separator.
22086
22087 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
22088 is in use, and the target is `t' or `nil' (which are the most common
22089 values), don't assume that the symbol target is a buffer.
22090
22091 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
22092
22093 * calendar/calendar.el (calendar-mode-line-format):
22094 Use mode-line-highlight as mouse-face.
22095
22096 * time.el (display-time-string-forms, display-time-update):
22097 Use mode-line-highlight as mouse-face.
22098
22099 2005-05-26 Jay Belanger <belanger@truman.edu>
22100
22101 * calc/calc.el (calc-language-alist): Remove extra defvar.
22102
22103 2005-05-26 Lute Kamstra <lute@gnu.org>
22104
22105 * arc-mode.el (archive-mode):
22106 * bookmark.el (bookmark-read-annotation-mode)
22107 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
22108 * bs.el (bs-mode):
22109 * calc/calc-yank.el (calc-edit-mode):
22110 * calc/calc.el (calc-mode, calc-trail-mode):
22111 * calculator.el (calculator-mode):
22112 * chistory.el (command-history-mode):
22113 * comint.el:
22114 * cus-edit.el (custom-mode):
22115 * descr-text.el (describe-text-mode):
22116 * ebuff-menu.el (Electric-buffer-menu-mode):
22117 * ediff-util.el (ediff-mode):
22118 * emacs-lisp/re-builder.el (reb-mode):
22119 * emulation/vi.el (vi-mode-setup):
22120 * emulation/ws-mode.el (wordstar-mode):
22121 * eshell/esh-mode.el (eshell-mode):
22122 * forms.el (forms-mode):
22123 * help-mode.el (help-mode):
22124 * hexl.el (hexl-mode):
22125 * ibuffer.el (ibuffer-mode):
22126 * ielm.el (inferior-emacs-lisp-mode):
22127 * info.el (Info-mode, Info-edit-mode):
22128 * international/swedish.el:
22129 * ledit.el (ledit-from-lisp-mode):
22130 * locate.el (locate-mode):
22131 * mail/rmail.el (rmail-mode):
22132 * mail/rmailedit.el (rmail-edit-mode):
22133 * mail/rmailsum.el (rmail-summary-mode):
22134 * mail/supercite.el (sc-electric-mode):
22135 * net/eudc.el (eudc-mode):
22136 * net/quickurl.el (quickurl-list-mode):
22137 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
22138 * obsolete/ooutline.el (outline-mode):
22139 * obsolete/options.el (Edit-options-mode):
22140 * obsolete/rnews.el (news-mode):
22141 * obsolete/rnewspost.el (news-reply-mode):
22142 * play/5x5.el (5x5-mode):
22143 * play/decipher.el (decipher-mode, decipher-stats-mode):
22144 * play/gomoku.el (gomoku-mode):
22145 * play/snake.el (snake-mode):
22146 * play/solitaire.el (solitaire-mode):
22147 * play/tetris.el (tetris-mode):
22148 * progmodes/ada-mode.el (ada-mode):
22149 * progmodes/antlr-mode.el (antlr-mode):
22150 * progmodes/autoconf.el (autoconf-mode):
22151 * progmodes/dcl-mode.el (dcl-mode):
22152 * progmodes/delphi.el (delphi-mode):
22153 * progmodes/ebrowse.el (ebrowse-tree-mode)
22154 (ebrowse-electric-list-mode, ebrowse-member-mode)
22155 (ebrowse-electric-position-mode):
22156 * progmodes/f90.el (f90-mode):
22157 * progmodes/fortran.el (fortran-mode):
22158 * progmodes/icon.el (icon-mode):
22159 * progmodes/idlw-help.el (idlwave-help-mode):
22160 * progmodes/idlw-shell.el (idlwave-shell-mode):
22161 * progmodes/idlwave.el (idlwave-mode):
22162 * progmodes/inf-lisp.el (inferior-lisp-mode):
22163 * progmodes/m4-mode.el (m4-mode):
22164 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
22165 * progmodes/modula2.el (modula-2-mode):
22166 * progmodes/octave-inf.el (inferior-octave-mode):
22167 * progmodes/octave-mod.el (octave-mode):
22168 * progmodes/pascal.el (pascal-mode):
22169 * progmodes/sh-script.el (sh-mode):
22170 * progmodes/sql.el (sql-mode, sql-interactive-mode):
22171 * progmodes/vhdl-mode.el (vhdl-mode):
22172 * progmodes/xscheme.el (scheme-interaction-mode):
22173 * replace.el (occur-mode):
22174 * ses.el (ses-mode):
22175 * simple.el (completion-list-mode):
22176 * skeleton.el:
22177 * speedbar.el (speedbar-mode):
22178 * term.el (term-mode):
22179 * terminal.el (terminal-edit-mode):
22180 * textmodes/reftex-index.el (reftex-index-mode)
22181 (reftex-index-phrases-mode):
22182 * textmodes/reftex-sel.el (reftex-select-label-mode)
22183 (reftex-select-bib-mode):
22184 * textmodes/reftex-toc.el (reftex-toc-mode):
22185 * wdired.el (wdired-change-to-wdired-mode):
22186 * wid-browse.el (widget-browse-mode):
22187 Use run-mode-hooks.
22188
22189 * array.el (array-mode):
22190 * calendar/todo-mode.el (todo-mode):
22191 * man.el (Man-mode):
22192 * play/landmark.el (lm-mode):
22193 * play/mpuz.el (mpuz-mode):
22194 Use kill-all-local-variables and run-mode-hooks.
22195
22196 * subr.el (delay-mode-hooks): Specify indentation.
22197
22198 2005-05-26 Mark A. Hershberger <mah@everybody.org>
22199
22200 * xml.el (xml-substitute-special): Don't die for undefined xml
22201 entities.
22202
22203 2005-05-26 Jay Belanger <belanger@truman.edu>
22204
22205 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
22206 of nil.
22207
22208 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
22209
22210 * progmodes/gdb-ui.el (gdb-frame-address):
22211 Rename from gdb-current-address.
22212 (gdb-previous-frame-address): Rename from gdb-previous-address.
22213 (gdb-selected-frame): Rename from gdb-current-frame.
22214 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
22215 (gdb-frame-number): Rename from gdb-current-stack-level.
22216 (gdb-ann3): Match new mode-name for disassembly buffer.
22217 Extend initialization of variables.
22218 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
22219 (gdb-memory-mode): Use mouse-face in header line.
22220 (gdb-assembler-buffer-name): Call it disassembly and give frame
22221 in mode line.
22222 (gdb-source-spec-regexp, gdb-assembler-custom)
22223 (gdb-invalidate-assembler, gdb-frame-handler):
22224 Make robust to leading zeroes in address format.
22225
22226 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
22227
22228 * textmodes/org.el (org-mode): Use `define-derived-mode' to
22229 define `org-mode'.
22230 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
22231
22232 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
22233
22234 * log-edit.el (log-edit-changelog-entries): Distinguish between
22235 filenames like xfns.c and fns.c.
22236
22237 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
22238
22239 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
22240 point after reverting.
22241 (Buffer-menu-make-sort-button): Handle the case where
22242 `Buffer-menu-use-header-line' is nil.
22243
22244 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
22245
22246 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
22247 New funcs. In minibuffer-local-completion-map bind `]', `/'
22248 and `:' to them.
22249
22250 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
22251
22252 * startup.el (normal-top-level): Allow modification of load-path while
22253 we're iterating over it.
22254
22255 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
22256
22257 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
22258 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
22259 (thumbs-resize-interactive, thumbs-insert-image)
22260 (thumbs-insert-thumb, thumbs-dired-show-marked)
22261 (thumbs-find-image-at-point, thumbs-delete-images)
22262 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
22263 (thumbs-increment-image-size, thumbs-decrement-image-size):
22264 Fix typos in docstrings.
22265
22266 2005-05-24 Andre Spiegel <spiegel@gnu.org>
22267
22268 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
22269 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
22270 (cperl-mode): Use them.
22271
22272 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
22273
22274 * window.el (quit-window, shrink-window-if-larger-than-buffer):
22275 Doc fixes.
22276
22277 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
22278
22279 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
22280 Bind C-d to gdb-inferior-io-eof.
22281
22282 * dired.el (dired-dnd-popup-notice): Use message-box.
22283
22284 2005-05-23 Masatake YAMATO <jet@gyve.org>
22285
22286 * bindings.el (mode-line-major-mode-keymap):
22287 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
22288
22289 * faces.el (mode-line-highlight): New face.
22290
22291 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
22292 as mouse-face.
22293
22294 * bindings.el (top-level, help-echo, mode-line-modified)
22295 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
22296 as mouse-face.
22297
22298 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
22299
22300 * progmodes/cc-engine.el (c-guess-basic-syntax):
22301 Remove spurious call to `zerop'.
22302
22303 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
22304
22305 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
22306
22307 CC Mode update to 5.30.10:
22308
22309 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
22310 could go past the limit in decoration level 2, thereby causing
22311 errors during interactive fontification.
22312
22313 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
22314 the file is evaluated interactively.
22315
22316 * cc-engine.el (c-guess-basic-syntax): Handle operator
22317 declarations somewhat better in C++.
22318
22319 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
22320 make use of `run-mode-hooks' which has been added in Emacs 21.1.
22321 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
22322 (awk-mode): Use it.
22323 (make-local-hook): Suppress warning about obsoleteness.
22324
22325 * cc-engine.el, cc-align.el, cc-cmds.el
22326 (c-append-backslashes-forward, c-delete-backslashes-forward)
22327 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
22328 Compensate for return value from `forward-line' when it has moved
22329 but not to a different line due to eob.
22330
22331 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
22332 `objc-method-intro' and `objc-method-args-cont'.
22333
22334 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
22335
22336 CC Mode update to 5.30.10:
22337
22338 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
22339 in the copyright statement. Incidentally, change "along with GNU
22340 Emacs" to "along with this program" where it occurs.
22341
22342 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
22343 so that it is interactive, hence can be found by M-x awk-mode
22344 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
22345 <gmorris+emacs@ast.cam.ac.uk>.
22346
22347 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
22348 Mode's regexps.
22349
22350 2005-05-23 Kevin Ryde <user42@zip.com.au>
22351
22352 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
22353 c-parse-state, to avoid a lisp error (on bad code).
22354
22355 2005-05-23 Lute Kamstra <lute@gnu.org>
22356
22357 * subr.el (font-lock-defaults): Remove defvar as it's already
22358 defined in font-core.el.
22359
22360 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
22361
22362 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
22363
22364 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
22365 more general and work when GDB variable "print pretty" is on,
22366 as with Emacs, for example.
22367
22368 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
22369
22370 * font-core.el: Update comment.
22371
22372 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
22373 Use `after-change-major-mode-hook' instead of `find-file-hook'.
22374
22375 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
22376
22377 2005-05-22 Eli Zaretskii <eliz@gnu.org>
22378
22379 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
22380 and `yank-handler' in the doc strings.
22381
22382 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
22383
22384 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
22385
22386 2005-05-22 Richard M. Stallman <rms@gnu.org>
22387
22388 * help.el (describe-key): Move print-help-return-message call
22389 out of conditional.
22390
22391 * progmodes/etags.el (list-tags): Use with-no-warnings.
22392
22393 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
22394 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
22395 (starttls-extra-args, starttls-extra-arguments): Add defvars.
22396
22397 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
22398
22399 * language/viet-util.el (viet-viscii-nonascii-translation-table):
22400 Add defvar.
22401
22402 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
22403 Use defvar, not defconst.
22404
22405 * hexl.el (hexl-follow-line): Use with-no-warnings.
22406
22407 * emulation/tpu-extras.el: Use write-file-functions instead of
22408 write-file-hooks.
22409
22410 * dired.el (dired-font-lock-keywords): Fontify files with junk
22411 extensions even if marked by -F.
22412
22413 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
22414
22415 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
22416 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
22417 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
22418 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
22419 (concatenate, list-length, get*, getf, cl-remprop):
22420 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
22421 (etypecase, progv, lexical-let, lexical-let*)
22422 (multiple-value-bind, multiple-value-setq, shiftf):
22423 Improve argument/docstring consistency.
22424
22425 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
22426
22427 2005-05-22 Andre Spiegel <spiegel@gnu.org>
22428
22429 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
22430 doesn't exist.
22431
22432 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
22433 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
22434
22435 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
22436
22437 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
22438 already deleted variables: auto-fill-hook, blink-paren-hook,
22439 lisp-indent-hook, inhibit-local-variables, unread-command-event,
22440 suspend-hooks, comment-indent-hook, meta-flag,
22441 before-change-function, after-change-function,
22442 font-lock-doc-string-face.
22443
22444 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
22445
22446 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
22447
22448 2005-05-21 Eli Zaretskii <eliz@gnu.org>
22449
22450 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
22451 rmail-dont-reply-to.
22452
22453 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
22454
22455 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
22456 literal blank when splitting new-header-values.
22457
22458 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
22459
22460 * calendar/cal-menu.el (cal-menu-update): Add separator as a
22461 string so that tmm doesn't create a completion entry for it.
22462
22463 * textmodes/table.el (table-disable-menu): Ditto.
22464
22465 2005-05-21 Richard M. Stallman <rms@gnu.org>
22466
22467 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
22468
22469 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
22470
22471 * net/rcompile.el (remote-compile): Use compilation-start.
22472
22473 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
22474
22475 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
22476
22477 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
22478 Default to makefile-bsdmake-mode on BSD systems.
22479
22480 * imenu.el (imenu-generic-expression, imenu--generic-function'):
22481 REGEXP may also be a search function now. The part of doc-string
22482 for describing the structure was 95% identical to that of
22483 `imenu--generic-function'. Unify it there.
22484
22485 * progmodes/make-mode.el (makefile-imenu-generic-expression):
22486 Use function to find dependencies, because regexp alone is so complex,
22487 it easily goes into an endless loop.
22488 (makefile-makepp-mode): Also add submenu for Perl functions
22489 defined in the makefile.
22490 (makefile-bsdmake-mode): Special imenu-generic-expression no
22491 longer needed, due to function call.
22492 (makefile-match-dependency): Take BOUND into account when checking
22493 if we're through.
22494
22495 2005-05-20 Jay Belanger <belanger@truman.edu>
22496
22497 * calc/calc-units.el (calc-invalidate-units-table):
22498 Use inhibit-read-only.
22499 (math-build-units-table-buffer): Use view-mode.
22500
22501 2005-05-20 David Kastrup <dak@gnu.org>
22502
22503 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
22504 easy-menu-add is not a nop on Emacs; and clarify when to call it.
22505
22506 2005-05-20 Lute Kamstra <lute@gnu.org>
22507
22508 * diff-mode.el (diff-header-face, diff-file-header-face)
22509 (diff-index-face, diff-hunk-header-face, diff-removed-face)
22510 (diff-added-face, diff-changed-face, diff-function-face)
22511 (diff-context-face, diff-nonexistent-face): Put them in the
22512 diff-mode customization group.
22513
22514 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
22515
22516 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
22517
22518 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
22519
22520 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
22521 Minor regexp-optimization.
22522
22523 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
22524
22525 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
22526 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
22527 (org-agenda-add-time-grid-maybe): New function.
22528 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
22529 (org-table-create): `dotimes' instead of `mapcar'.
22530 (org-xor): Simplify implementation.
22531 (org-agenda): `inhibit-redisplay' turned on.
22532 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
22533 a consistent line after a state change.
22534 (org-agenda-remove-times-when-in-prefix): New option.
22535 (org-prefix-has-time): New variable.
22536 (org-parse-time-string): Optional argument NODEFAULT.
22537 (org-format-agenda-item): Parse items for time-of-day
22538 specifications and move these into the prefix if possible.
22539 (org-agenda-priority): Get current heading, not previous heading
22540 during agenda remote editing.
22541
22542 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
22543
22544 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
22545 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
22546 (remove-duplicates, delete-duplicates, substitute)
22547 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
22548 (nsubstitute-if-not, find, find-if, find-if-not, position)
22549 (position-if, position-if-not, count, count-if, count-if-not)
22550 (mismatch, search, sort*, stable-sort, merge, member*)
22551 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
22552 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
22553 (intersection, nintersection, set-difference, nset-difference)
22554 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
22555 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
22556 (nsublis, tree-equal): Improve argument/docstring consistency.
22557
22558 * subr.el (send-string, send-region): Remove obsolescence declaration.
22559 (window-dot, set-window-dot, read-input, show-buffer)
22560 (eval-current-buffer, string-to-int):
22561 Add release number to obsolescence declarations.
22562
22563 2005-05-19 Kim F. Storm <storm@cua.dk>
22564
22565 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
22566 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
22567
22568 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
22569
22570 * faces.el (list-faces-display): Make back button respect optional
22571 regexp arg.
22572
22573 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
22574
22575 * calculator.el (calculator-radix-grouping-mode)
22576 (calculator-radix-grouping-digits, calculator-displayer)
22577 (calculator-radix-grouping-separator, calculator-copy-displayer):
22578 * dabbrev.el (dabbrev-search-these-buffers-only):
22579 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
22580 (diff-advance-after-apply-hunk, diff-mode-hook)
22581 (diff-minor-mode-prefix):
22582 * imenu.el (imenu-use-popup-menu):
22583 * jit-lock.el (jit-lock-context-time):
22584 * newcomment.el (comment-fill-column, comment-column)
22585 (comment-style, comment-padding, comment-multi-line)
22586 (comment-empty-lines, comment-auto-fill-only-comments):
22587 * reveal.el (reveal-around-mark):
22588 * uniquify.el (uniquify-buffer-name-style)
22589 (uniquify-after-kill-buffer-p)
22590 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
22591 (uniquify-min-dir-content, uniquify-separator)
22592 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
22593 * w32-vars.el (w32-fixed-font-alist):
22594 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
22595 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
22596 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
22597 * progmodes/perl-mode.el (perl-indent-level)
22598 (perl-continued-statement-offset, perl-continued-brace-offset)
22599 (perl-brace-offset, perl-brace-imaginary-offset)
22600 (perl-label-offset, perl-indent-continued-arguments)
22601 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
22602 * progmodes/tcl.el (tcl-indent-level)
22603 (tcl-continued-indent-level, tcl-auto-newline)
22604 (tcl-tab-always-indent, tcl-electric-hash-style)
22605 (tcl-help-directory-list, tcl-use-smart-word-finder)
22606 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
22607 (inferior-tcl-source-command):
22608 * textmodes/fill.el (enable-kinsoku):
22609 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
22610 * textmodes/table.el (table-yank-handler):
22611 Specify missing group (and type, if simple) in defcustom.
22612
22613 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
22614
22615 * progmodes/compile.el (compilation-finish-function): Fix defvar.
22616
22617 2005-05-19 Richard M. Stallman <rms@gnu.org>
22618
22619 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
22620
22621 * subr.el (event-basic-type): Don't get an error.
22622 (left-fringe-p): Function deleted.
22623
22624 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
22625 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
22626
22627 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
22628 in recursive copy.
22629
22630 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
22631
22632 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
22633
22634 * emacs-lisp/bytecomp.el
22635 (byte-compile-file-form-custom-declare-variable):
22636 Call byte-compile-nogroup-warn if appropriate.
22637
22638 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
22639 (compilation-set-window): Don't call left-fringe-p; do it directly.
22640
22641 2005-05-19 Jay Belanger <belanger@truman.edu>
22642
22643 * calc/calc-graph.el (calc-graph-format-data): Make sure
22644 var-PlotRejects is bound before trying to check its value.
22645
22646 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
22647
22648 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
22649 definition of this variable from reftex-global.el to reftex.el,
22650 because it is needed in the menu.
22651
22652 2005-05-19 Lute Kamstra <lute@gnu.org>
22653
22654 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
22655 years are fixed. Don't insert a space after a dash.
22656
22657 2005-05-19 Kim F. Storm <storm@cua.dk>
22658
22659 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
22660
22661 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
22662
22663 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
22664 strings, because (eq ... ?\\) is fairly frequent.
22665
22666 * progmodes/make-mode.el (makefile-add-this-line-targets):
22667 Simplify and integrate into `makefile-pickup-targets'.
22668 (makefile-add-this-line-macro): Simplify and integrate into
22669 `makefile-pickup-macros.
22670 (makefile-pickup-filenames-as-targets): Simplify.
22671 (makefile-previous-dependency, makefile-match-dependency):
22672 Don't stumble over `::'.
22673
22674 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
22675
22676 * subr.el (post-command-idle-hook, post-command-idle-delay):
22677 Remove obsoletion of post-command-idle-hook and
22678 post-command-idle-delay.
22679
22680 * faces.el (list-faces-display): Provide button when describe-face
22681 is called to take user back to the list of faces.
22682
22683 * help-fns.el (describe-variable): Remove hyperlinks in a
22684 variable's value as these are quite frequently inappropriate.
22685
22686 * follow.el (follow-submit-feedback, follow-mode):
22687 Remove references to post-command-idle-hook.
22688
22689 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
22690
22691 * progmodes/make-mode.el (makefile-previous-dependency)
22692 (makefile-match-dependency): Check for := (and in bsd mode also
22693 !=) to give a better result, even when font-lock is not on.
22694
22695 2005-05-18 Jay Belanger <belanger@truman.edu>
22696
22697 * calc/calc-help.el (calc-s-prefix-help):
22698 Add `calc-copy-special-constant' to help string.
22699
22700 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
22701
22702 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
22703
22704 2005-05-18 Jay Belanger <belanger@truman.edu>
22705
22706 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
22707 in linear factors are in proper order.
22708
22709 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
22710
22711 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
22712 Support for jurabib.
22713
22714 * textmodes/reftex.el (featurep): Define aliases for overlay
22715 commands, for XEmacs compatibility, and use these aliases in
22716 overlay initializations.
22717 (reftex-highlight): Use `reftex-move-overlay'.
22718 (reftex-unhighlight): Use `reftex-delete-overlay'.
22719 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
22720 (reftex-access-search-path): Use `reftex-uniquify' instead of
22721 `reftex-uniq'
22722
22723 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
22724 `before-string' property modification enables for Emacs as well.
22725 (reftex-select-item): Use `reftex-delete-overlay'.
22726 (reftex-select-mark): Use `reftex-make-overlay' and
22727 `reftex-overlay-put'.
22728 (reftex-select-unmark): Use `reftex-delete-overlay' and
22729 `reftex-overlay-put'.
22730
22731 2005-05-18 Lute Kamstra <lute@gnu.org>
22732
22733 * emacs-lisp/lisp.el (check-parens): Fix docstring.
22734
22735 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
22736
22737 * add-log.el (add-change-log-entry):
22738 * array.el (array-make-template, array-reconfigure-rows)
22739 (array-init-max-row, array-init-max-column)
22740 (array-init-columns-per-line, array-init-field-width):
22741 * replace.el (replace-match-maybe-edit, perform-replace):
22742 * textmodes/spell.el (spell-region):
22743 Replace `read-input' by `read-string'.
22744
22745 * forms.el (forms-mode):
22746 * finder.el (finder-compile-keywords):
22747 * shadowfile.el (shadow-read-files):
22748 Replace `eval-current-buffer' by `eval-buffer'.
22749
22750 * terminal.el (te-pass-through):
22751 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
22752 (ange-ftp-raw-send-cmd):
22753 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
22754 (send-process-next-char, telnet-initial-filter, telnet):
22755 Replace `send-string' by `process-send-string'.
22756
22757 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
22758 (prolog-consult-region): Replace `send-string' by
22759 `process-send-string'; replace `send-region' by `process-send-region'.
22760
22761 * progmodes/delphi.el (delphi-log-msg):
22762 Replace `set-window-dot' by `set-window-point'.
22763
22764 * subr.el (window-dot, set-window-dot, read-input, send-string)
22765 (send-region, show-buffer, eval-current-buffer):
22766 Make really obsolete, as the comment says.
22767
22768 2005-05-17 Kim F. Storm <storm@cua.dk>
22769
22770 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
22771 (cua--init-keymaps): Bind C-return instead of S-return to set
22772 rectangle mark.
22773
22774 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
22775 instead of S-return to toggle/clear rectangle mark.
22776
22777 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
22778
22779 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
22780 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
22781 Also fontify plain strings assigned to variables, mostly so that a
22782 colon has a face and is thus not taken as a dependency separator.
22783 (makefile-previous-dependency): Inline the new matcher, because it
22784 is too complex to work in both directions.
22785 (makefile-match-dependency): Eliminate `backward' arg (see above).
22786 Completely reimplemented so as to not sometimes go into an endless
22787 loop. It should also be more efficient, because first it only
22788 searches for `:', instead of applying the very complex regexp.
22789 (makefile-mode): Cancel `font-lock-support-mode', because blocks
22790 to be fontified in one piece can be too long for JIT.
22791 Makefiles are never *that* big.
22792
22793 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
22794
22795 * dired.el (dired-mode): Simplify.
22796
22797 2005-05-17 Lute Kamstra <lute@gnu.org>
22798
22799 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
22800 defcustom for the mode hook variable.
22801
22802 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
22803 Emacs Lisp Reference Manual.
22804
22805 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
22806
22807 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
22808 (evenp, list*):
22809 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
22810 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
22811
22812 * net/tramp-smb.el (tramp-smb-open-connection):
22813 Pass `tramp-chunksize' as fifth (required) argument.
22814
22815 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
22816
22817 * font-lock.el (lisp-font-lock-keywords-1):
22818 Set `font-lock-negation-char-face' for [^...] char group.
22819 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
22820
22821 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
22822 a var, and refine it to mask one more level of nested vars.
22823 (makefile-rule-action-regex): Turn it into a var, and refine it so
22824 it recognizes backslashed continuation lines as belonging to the
22825 same command.
22826 (makefile-macroassign-regex): Refine it so it recognizes
22827 backslashed continuation lines as belonging to the same command.
22828 (makefile-var-use-regex): Don't look at the next char, because it
22829 might be the same one to be skipped by the initial [^$], leading
22830 to an overlooked variable use.
22831 (makefile-make-font-lock-keywords): Remove two parameters, which
22832 are now variables that some of the modes set locally.
22833 Handle dependency and rule action matching through functions, because
22834 regexps alone match too often. Dependency matching now comes
22835 last, so it can check, whether a colon already matched something else.
22836 (makefile-mode): Inform that font-lock improves makefile parsing
22837 capabilities.
22838 (makefile-match-dependency, makefile-match-action): New functions.
22839
22840 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
22841
22842 * emacs-lisp/cl-extra.el (equalp): Doc fix.
22843
22844 * align.el (align-regexp):
22845 * ansi-color.el (ansi-color-get-face):
22846 * array.el (array-reconfigure-rows, array-init-max-row)
22847 (array-init-max-column, array-init-columns-per-line)
22848 (array-init-field-width):
22849 * dired-aux.el (dired-trample-file-versions):
22850 * dired-x.el (dired-mark-sexp):
22851 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
22852 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
22853 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
22854 * faces.el (face-read-integer):
22855 * files.el (backup-extract-version, insert-directory):
22856 * hexl.el (hexl-insert-decimal-char):
22857 * server.el (server-process-filter):
22858 * shell.el (shell-extract-num):
22859 * startup.el (command-line-1):
22860 * term.el (term-command-hook):
22861 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
22862 (time-stamp-do-number):
22863 * time.el (display-time-update):
22864 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
22865 (timezone-fix-time):
22866 * vms-patch.el (vms-suspend-resume-hook):
22867 * calendar/appt.el (appt-convert-time):
22868 * calendar/cal-bahai.el (mark-bahai-diary-entries):
22869 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
22870 * calendar/cal-islam.el (mark-islamic-diary-entries):
22871 * calendar/calendar.el (calendar-cursor-to-date)
22872 (calendar-star-date):
22873 * calendar/diary-lib.el (diary-attrtype-convert)
22874 (mark-diary-entries, diary-entry-time):
22875 * calendar/solar.el (solar-get-number):
22876 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
22877 * emacs-lisp/re-builder.el (reb-display-subexp):
22878 * emulation/edt.el (edt-set-scroll-margins):
22879 * emulation/tpu-extras.el (tpu-set-scroll-margins):
22880 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
22881 (vip-get-ex-count):
22882 * emulation/viper-ex.el (viper-get-ex-token)
22883 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
22884 * international/fontset.el (fontset-plain-name):
22885 * mail/feedmail.el (feedmail-look-at-queue-directory):
22886 * mail/mailalias.el (mail-get-names):
22887 * mail/rmail.el (rmail-convert-to-babyl-format):
22888 * mail/rmailsum.el (rmail-make-basic-summary-line)
22889 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
22890 (rmail-summary-goto-msg):
22891 * mail/smtpmail.el (smtpmail-read-response):
22892 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
22893 (ange-ftp-vms-add-file-entry):
22894 * play/gametree.el (gametree-looking-at-ply)
22895 (gametree-current-branch-score):
22896 * progmodes/ada-xref.el (ada-prj-find-prj-file)
22897 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
22898 * progmodes/cperl-mode.el (condition-case):
22899 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
22900 (ebrowse-set-member-buffer-column-width)
22901 (ebrowse-select-1st-to-9nth):
22902 * progmodes/etags.el (etags-snarf-tag):
22903 * progmodes/flymake.el (flymake-parse-line):
22904 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
22905 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
22906 (idlwave-shell-menu-def):
22907 * progmodes/ps-mode.el (ps-run-goto-error):
22908 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
22909 (vhdl-speedbar-contract-level):
22910 * term/mac-win.el (x-handle-numeric-switch):
22911 * term/sun-mouse.el (sun-get-frame-data):
22912 * term/w32-win.el (x-handle-numeric-switch):
22913 * term/x-win.el (x-handle-numeric-switch):
22914 * textmodes/ispell.el (ispell-parse-output):
22915 * textmodes/nroff-mode.el (nroff-outline-level):
22916 * textmodes/reftex-cite.el (reftex-bib-sort-year)
22917 (reftex-bib-sort-year-reverse, reftex-format-citation):
22918 * textmodes/reftex-parse.el (reftex-init-section-numbers)
22919 (reftex-section-number):
22920 * textmodes/texinfmt.el (texinfo-paragraphindent):
22921 Replace `string-to-int' by `string-to-number'.
22922
22923 * international/latexenc.el: Add page marker to force the "Local
22924 Variables:" string out of the last page.
22925
22926 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
22927
22928 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
22929 tooltip-change-major-mode.
22930 (gud-tooltip-print-command): Remove case where gud-minor-mode
22931 is gdb ("--fullname").
22932 (gud-tooltip-tips): Turn GUD tooltips off for this case and
22933 explain to user.
22934
22935 2005-05-16 Jay Belanger <belanger@truman.edu>
22936
22937 * calc/calc-store.el (calc-copy-special-constant): New function.
22938
22939 * calc/calc-ext.el (calc-init-extensions): Add binding for
22940 `calc-copy-special-constant'.
22941
22942 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
22943 for the `calc-copy-special-constant' command.
22944
22945 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
22946
22947 * subr.el (left-fringe-p): New function.
22948
22949 * progmodes/compile.el (compilation-setup): Set local value of
22950 overlay-arrow-string to "" always.
22951 (compilation-set-window): Left fringe then don't scroll.
22952 No left fringe then no arrow and scroll message to top.
22953 (compilation-context-lines): Adjust doc string accordingly.
22954
22955 2005-05-16 Kim F. Storm <storm@cua.dk>
22956
22957 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
22958 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
22959 (ido-wide-find-dir-or-delete-dir): New command for M-d.
22960 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
22961 (ido-read-file-name): Handle commands with ido property value
22962 equal to find-file as reading a file name, to allow C-d to enter dired.
22963 (ibuffer-find-file): Add ido property with value find-file.
22964
22965 2005-05-15 Kim F. Storm <storm@cua.dk>
22966
22967 * subr.el (open-network-stream-nowait): Remove.
22968 (open-network-stream-server): Remove.
22969
22970 2005-05-15 Richard M. Stallman <rms@gnu.org>
22971
22972 * faces.el (describe-face): Output a definition link button.
22973
22974 * help-mode.el (help-face-def): New button type.
22975
22976 * emacs-lisp/copyright.el (copyright-fix-years):
22977 Match properly if the first year is 2-digit.
22978 Don't mess up the whitespace after the years by filling.
22979
22980 * dired-aux.el (dired-mark-confirm):
22981 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
22982
22983 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
22984 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
22985 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
22986
22987 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
22988 Set font-lock-comment-start-skip.
22989
22990 * font-lock.el (font-lock-comment-start-skip): New variable.
22991 (font-lock-comment-end-skip): New variable.
22992 (font-lock-fontify-syntactically-region): Use them if non-nil.
22993
22994 2005-05-15 Jay Belanger <belanger@truman.edu>
22995
22996 * calc/calc-store.el (calc-store-value): Return a string rather
22997 than display it as a message.
22998 Use calc-var-name for variable name.
22999 (calc-store-into): Add the result of calc-store-value to message.
23000 (calc-copy-variable): Add a message.
23001 (calc-store-exchange): Improve error messages.
23002 (calc-store-binary, calc-store-map): Don't reset the values of
23003 special constants.
23004
23005 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
23006
23007 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
23008 manual to docstring.
23009
23010 * files.el (hack-local-variables-confirm): Add STRING argument.
23011 Make the function handle non file visiting buffers correctly.
23012 (hack-local-variables-prop-line, hack-local-variables)
23013 (hack-one-local-variable): Use STRING arg of
23014 `hack-local-variables-confirm'.
23015
23016 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
23017
23018 Sync with Tramp 2.0.49.
23019
23020 * net/tramp.el (tramp-handle-dired-call-process)
23021 (tramp-handle-insert-directory):`insert-buffer' cannot be used
23022 because the contents of the Tramp buffer is changed before
23023 insertion (`expand-file' and alike).
23024 (tramp-handle-insert-directory): If `localname' has an empty
23025 nondirectory name, it must not be quoted.
23026 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
23027 variable `tramp-chunksize'. Change callees.
23028 (tramp-open-connection-setup-interactive-shell): Check remote host
23029 for buggy `send-process-string' implementation.
23030 Set `tramp-chunksize' if found. Reported by Michael Kifer
23031 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
23032 (tramp-handle-shell-command): `insert-buffer' cannot be used
23033 because the contents of the Tramp buffer is changed before
23034 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
23035 <frederic.bothamy@free.fr>.
23036 (tramp-set-auto-save): Actions should be done for Tramp file name
23037 handler only. Ange-FTP has its own auto-save mechanism.
23038 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
23039 (tramp-set-auto-save-file-modes): Set file modes of
23040 `buffer-auto-save-file-name' to ?\600 as fallback solution.
23041 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
23042 (tramp-bug): Remove obsolete variable.
23043 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
23044 for presence of `mml-mode'. Make it running for older Emacsen as well.
23045
23046 2005-05-14 John Paul Wallington <jpw@pobox.com>
23047
23048 * ibuf-ext.el (define-ibuffer-filter filename):
23049 If `dired-directory' is a list, use its car.
23050
23051 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
23052
23053 * ibuffer.el (define-ibuffer-column filename):
23054 If `dired-directory' is a list, use its car.
23055
23056 2005-05-14 Richard M. Stallman <rms@gnu.org>
23057
23058 * subr.el (symbol-file): Doc fix.
23059
23060 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
23061 (byte-compile-form): Call byte-compile-nogroup-warn.
23062 (byte-compile-warning-types): Doc fix.
23063
23064 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
23065
23066 * progmodes/cc-engine.el (c-literal-faces):
23067 Add font-lock-comment-delimiter-face.
23068
23069 * net/net-utils.el (dig): Use with-no-warnings.
23070
23071 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
23072 (sc-recite-frame-alist, sc-default-cite-frame)
23073 (sc-default-uncite-frame, sc-default-recite-frame)
23074 (sc-attrib-selection-list, sc-rewrite-header-list):
23075 Mark as risky-local-variable.
23076
23077 * international/ogonek.el (ogonek-jak, ogonek-how):
23078 Don't use beginning-of-buffer.
23079
23080 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
23081
23082 * calendar/solar.el (solar-data-list): Move definition up.
23083
23084 * dnd.el (dnd-protocol-alist): Add autoload.
23085
23086 * progmodes/sh-script.el: Many doc usage fixes.
23087 (sh-indent-after-do): Change default to match common styles.
23088
23089 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
23090
23091 * files.el (interpreter-mode-alist)
23092 (auto-mode-interpreter-regexp): Doc fixes.
23093
23094 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
23095
23096 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
23097
23098 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
23099
23100 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
23101
23102 * dired.el (dired-mode): make-variable-buffer-local =>
23103 make-local-variable.
23104
23105 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23106
23107 * term/mac-win.el (mac-select-convert-to-string): Try coding
23108 systems in mac-script-code-coding-systems if specified one cannot
23109 encode string for `com.apple.traditional-mac-plain-text'.
23110
23111 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
23112
23113 * progmodes/make-mode.el (makefile-targets-face)
23114 (makefile-shell-face, makefile-makepp-perl-face): New faces.
23115 (makefile-dependency-regex): Fix it to not make the colon in
23116 $(var:a=b) special.
23117 (makefile-rule-action-regex): New regexp for highlighting embedded
23118 Shell strings.
23119 (makefile-macroassign-regex): Handle != for highlighting as
23120 embedded Shell strings.
23121 (makefile-var-use-regex): New const.
23122 (makefile-statements, makefile-automake-statements)
23123 (makefile-gmake-statements, makefile-makepp-statements)
23124 (makefile-bsdmake-statements): New consts.
23125 (makefile-make-font-lock-keywords): New function.
23126 (makefile-automake-font-lock-keywords)
23127 (makefile-gmake-font-lock-keywords)
23128 (makefile-makepp-font-lock-keywords)
23129 (makefile-bsdmake-font-lock-keywords): New consts.
23130 (makefile-mode-map): Add switchers between the various submodes.
23131 (makefile-mode): Document the availability of the variants.
23132 (makefile-automake-mode, makefile-gmake-mode)
23133 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
23134
23135 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
23136 new variants of makefile-mode.
23137
23138 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
23139
23140 * font-lock.el (font-lock-comment-delimiter-face): Fix up
23141 the inheritance.
23142
23143 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
23144
23145 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
23146 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
23147
23148 * files.el (normal-mode): Extend the scope of the
23149 `enable-local-variables' binding to include the `set-auto-mode' call.
23150 (magic-mode-alist): Doc fix.
23151
23152 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
23153
23154 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
23155 font-lock-comment-face rather than copying its setting.
23156
23157 2005-05-12 Andreas Schwab <schwab@suse.de>
23158
23159 * eshell/esh-mode.el (eshell-send-input): Doc fix.
23160
23161 2005-05-12 Lute Kamstra <lute@gnu.org>
23162
23163 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
23164 defcustom for the mode hook variable. Delete the last argument.
23165 * generic-x.el: Fix callers of define-generic-mode.
23166 (generic-x-modes): Delete group.
23167 (show-tabs-tab-face, show-tabs-space-face): Put them in the
23168 generic-x customization group.
23169
23170 2005-05-12 Kim F. Storm <storm@cua.dk>
23171
23172 * font-lock.el (font-lock-negation-char-face): Default to "off".
23173
23174 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
23175 font-lock-negation-char-face to ! in !=.
23176
23177 2005-05-12 Masatake YAMATO <jet@gyve.org>
23178
23179 * add-log.el (find-change-log): Fix typos in the docstring
23180 of function.
23181
23182 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
23183
23184 * international/latexenc.el (latexenc-find-file-coding-system):
23185 Avoid `re-search-forward' when looking for input encoding because
23186 of speed and safety. Better regular expressions for recognizing
23187 input encoding. Limit a search for TeX-master/tex-main-file to
23188 the local variable section.
23189
23190 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
23191
23192 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
23193 syntax of $ to "'" (quote).
23194
23195 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
23196
23197 * dnd.el (dnd-protocol-alist): Improve custom type.
23198
23199 * dired.el (dired-dnd-protocol-alist): New variable.
23200 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
23201 `dired-mode-hook' to the end.
23202
23203 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
23204
23205 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
23206 comment-end if comment-start-skip is not set.
23207 Obey the font-lock-comment-delimiter-face variables.
23208
23209 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
23210
23211 * files.el (executable-find): Move from executable.el. Use
23212 locate-file.
23213 * progmodes/executable.el (executable-find): Move to files.el.
23214
23215 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
23216 when trying to ensure forward progress.
23217
23218 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
23219
23220 * mouse-sel.el (mouse-sel-follow-link-p): New function.
23221 (mouse-select, mouse-select-internal, mouse-extend-internal):
23222 Use it to implement mouse-1-click-follows-link functionality.
23223
23224 2005-05-11 Richard M. Stallman <rms@gnu.org>
23225
23226 * font-lock.el (font-lock-fontify-syntactically-region):
23227 Use font-lock-comment-delimiter-face for comment delimiters.
23228
23229 2005-05-10 Jay Belanger <belanger@truman.edu>
23230
23231 * calc/calc-help.el (calc-m-prefix-help): Add mention of
23232 preserving embedded modes.
23233
23234 2005-05-10 Richard M. Stallman <rms@gnu.org>
23235
23236 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
23237
23238 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
23239 Move from ada-stmt.el.
23240 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
23241
23242 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
23243 Move to ada-mode.el.
23244 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
23245
23246 * cus-edit.el (custom-file): Call file-chase-links.
23247
23248 * files.el (read-directory-name): Fix previous change.
23249 (hack-local-variables-confirm): New function.
23250 (hack-local-variables-prop-line, hack-local-variables)
23251 (hack-one-local-variable): Use it.
23252
23253 2005-05-10 Lute Kamstra <lute@gnu.org>
23254
23255 * font-lock.el (font-lock-keywords-alist)
23256 (font-lock-removed-keywords-alist): Clarify docstrings.
23257
23258 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
23259
23260 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
23261 (gdb-source-info): Check for preprocessor info.
23262 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
23263 a macro for a function.
23264 (gdb-info-breakpoints-custom): Try to find file again if not already
23265 found (user might have used GDB dir command).
23266 (gdb-get-location): Update gdb-location-alist correctly for change
23267 to gdb-info-breakpoints-custom.
23268
23269 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
23270 (gud-tooltip-print-command): Add gdbmi case.
23271 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
23272 preprocessor info.
23273
23274 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
23275
23276 * startup.el (fancy-splash-insert): Fix typo in doc string.
23277
23278 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
23279
23280 * obsolete/float.el (string-to-float):
23281 * obsolete/hilit19.el (hilit-add-pattern):
23282 * obsolete/rnews.el (news-parse-range, news-select-message)
23283 (news-get-pruned-list-of-files): Replace `string-to-int' by
23284 `string-to-number'.
23285
23286 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
23287 `find-file-not-found-hooks'; use `add-hook'.
23288 (uncompress-while-visiting): Set `write-file-functions', not
23289 `write-file-hooks'; use `add-hook'.
23290
23291 2005-05-09 Kim F. Storm <storm@cua.dk>
23292
23293 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
23294 (cua-paste): Handle clipboard action.
23295 (cua--init-keymaps): Remap clipboard-kill-region and
23296 clipboard-kill-ring-save.
23297
23298 2005-05-08 Eli Zaretskii <eliz@gnu.org>
23299
23300 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
23301 Improve commentary.
23302
23303 * simple.el (next-error-overlay-arrow-position): Revert the change
23304 made on 2005-04-30.
23305
23306 2005-05-07 Jay Belanger <belanger@truman.edu>
23307
23308 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
23309 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
23310 `calc-sel-reselect'.
23311
23312 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
23313 Calc is in embedded mode.
23314
23315 2005-05-07 Eli Zaretskii <eliz@gnu.org>
23316
23317 * progmodes/compile.el (compilation-setup):
23318 Set overlay-arrow-string to an empty string on text terminals.
23319
23320 * textmodes/ispell.el (ispell-program-name): Try looking for
23321 "aspell" along exec-path, and if found, use it as the default
23322 speller program.
23323
23324 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
23325
23326 * international/mule.el (sgml-xml-auto-coding-function):
23327 Recognize encoding='FOO' in single quotes as well as in double quotes.
23328
23329 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
23330
23331 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
23332 as well as `interactive', so that defmacro* would recognize
23333 `declare' forms.
23334
23335 2005-05-07 Eli Zaretskii <eliz@gnu.org>
23336
23337 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
23338 Explain more about the LIGHTER arg's usage in the doc string.
23339 Add commentary to clarify what the code does. Fix the regexp that
23340 strips whitespace from LIGHTER. Quote LIGHTER before using it,
23341 since it could have characters special to regular expressions.
23342
23343 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
23344
23345 * replace.el (occur-1): Bind inhibit-read-only so that
23346 erase-buffer doesn't barf on read-only text properties (likewise
23347 for add-text-properties in occur-engine). Mark buffer as unmodified.
23348 (occur-engine): Don't set buffer-read-only here.
23349
23350 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
23351
23352 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
23353 list-buffers-directory. This caused the *cvs-commit* buffer to be
23354 sometimes mistakenly reused as a *cvs* buffer.
23355
23356 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
23357
23358 * tooltip.el: Move code for GUD tooltips into gud.el.
23359 (require): CL no longer needed to compile case.
23360 (tooltip-mode): Do not toggle functions for GUD tooltips.
23361 (tooltip-gud-tips-p): Remove. Replace with minor mode
23362 gud-tooltip-mode in gud.el.
23363 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
23364 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
23365 tooltip-gud prefix with gud-tooltip and obsolete.
23366 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
23367 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
23368 (tooltip-mouse-motion): Mouse movement functions/variable.
23369 Rename in gud.el by adding gud prefix.
23370 (tooltip-gud-original-filter, tooltip-gud-dereference)
23371 (tooltip-gud-event, tooltip-toggle-gud-tips)
23372 (tooltip-gud-process-output, tooltip-gud-print-command)
23373 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
23374 gud.el by replacing tooltip-gud prefix with gud-tooltip.
23375 (gdb-tooltip-print): Move to gdb-ui.el.
23376
23377 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
23378 (require): CL needed to compile case.
23379 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
23380 tooltip-gud-tips-p. Make it a minor-mode.
23381 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
23382 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
23383 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
23384 (gud-tooltip-change-major-mode)
23385 (gud-tooltip-activate-mouse-motions-if-enabled)
23386 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
23387 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
23388 (gud-tooltip-original-filter, gud-tooltip-dereference)
23389 (gud-tooltip-event, tooltip-toggle-gud-tips)
23390 (gud-tooltip-process-output, gud-tooltip-print-command)
23391 (gud-tooltip-tips): Move from tooltip.el.
23392
23393 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
23394 (gdb-cpp-define-alist-flags): Doc fix.
23395 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
23396 gud-tooltip-mode is t.
23397
23398 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
23399
23400 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
23401 evaporate if their text is deleted.
23402 (goto-address-at-point): Make it work as a mouse binding as well.
23403 (goto-address-at-mouse): Obsolete it. Update users.
23404
23405 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
23406
23407 * calendar/appt.el (top-level): No longer activate on load.
23408
23409 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
23410
23411 * calendar/cal-bahai.el (mark-bahai-diary-entries):
23412 * net/webjump.el (webjump):
23413 * progmodes/idlw-help.el (idlwave-do-context-help1)
23414 (idlwave-highlight-linked-completions):
23415 * textmodes/po.el (po-find-file-coding-system-guts):
23416 Replace `assoc-ignore-case' by `assoc-string'.
23417
23418 2005-05-06 Eli Zaretskii <eliz@gnu.org>
23419
23420 * files.el (locate-file): Doc fix.
23421
23422 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
23423 Remove the redundant test for ms-dos.
23424
23425 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
23426 look for the preprocessor with exec-suffixes. If not found in
23427 standard places, look in exec-path. Remove most of the tests that
23428 used system-type.
23429
23430 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
23431
23432 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
23433
23434 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
23435 file-name clash with jka-compr.el on 8+3 filesystems.
23436
23437 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23438
23439 * term/mac-win.el: Don't define or bind scroll bar functions if
23440 x-toolkit-scroll-bars is t.
23441 (x-select-text, x-get-selection-value): Clear
23442 x-last-selected-text-clipboard if x-select-enable-clipboard is
23443 nil.
23444 (PRIMARY): Put mac-scrap-name property.
23445 (mac-select-convert-to-file-url): New function.
23446 (public.file-url): New selection target type. Add to
23447 selection-converter-alist.
23448 (x-get-selection, x-selection-value): Handle it.
23449 (x-cut-buffer-or-selection-value): New alias.
23450
23451 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
23452
23453 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
23454 entry to avoid calling bibtex-find-entry with arg global
23455 being t. Remove arg key.
23456 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
23457 (bibtex-copy-summary-as-kill): Change accordingly.
23458
23459 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
23460
23461 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
23462 (org-agenda-date-later): Use with-current-buffer.
23463
23464 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
23465
23466 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
23467 (define-obsolete-variable-alias): Doc Fixes.
23468
23469 2005-05-06 Kim F. Storm <storm@cua.dk>
23470
23471 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
23472 vertical-motion when selective-display is active.
23473
23474 * ido.el (ido-setup-hook): New hook.
23475 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
23476 (ido-input-stack): New var.
23477 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
23478 ido-next-work-file binding to M-O.
23479 Bind M-f to ido-wide-find-file-or-pop-dir.
23480 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
23481 (ido-read-internal): Run ido-setup-hook.
23482 Catch quit in read-file-name and read-string to cancel edit.
23483 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
23484 Automatically pop-all when completing a directory name (RET).
23485 (ido-file-internal): Add with-no-warnings around ffap and dired code.
23486 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
23487 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
23488 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
23489 New functions for M-b/M-f to move among the directory components.
23490 (ido-make-merged-file-list): Catch quit to cancel merge.
23491 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
23492 (ido-completion-help): No warnings for ido-completion-buffer-full.
23493
23494 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
23495
23496 * font-lock.el (font-lock-negation-char-face): New face and variable.
23497 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
23498 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
23499 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
23500 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
23501
23502 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
23503
23504 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
23505 Fix typo in docstring.
23506
23507 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
23508 (ebrowse-print-statistics-line)
23509 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
23510
23511 * term/w32-win.el (image-library-alist): Add additional name for
23512 Xpm library.
23513
23514 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
23515
23516 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
23517 use gcc instead of cpp.
23518
23519 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
23520 (gdb-create-define-alist): Use it.
23521 (gdb-cpp-define-alist-program): Update for MS-DOS.
23522
23523 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
23524
23525 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
23526
23527 2005-05-04 Richard M. Stallman <rms@gnu.org>
23528
23529 * help.el (describe-key): No error when UNTRANSLATED is nil.
23530
23531 * simple.el (line-move-1): Fix previous change to signal errors
23532 appropriately.
23533
23534 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
23535
23536 * calendar/icalendar.el (icalendar-version): Now at 0.12.
23537 (icalendar-duration-correction): Remove.
23538 (icalendar--get-event-properties): Split result at commas.
23539 (icalendar--decode-isoduration): New optional argument
23540 DURATION-CORRECTION.
23541 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
23542 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
23543 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
23544 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
23545 (icalendar--convert-anniversary-to-ical): New functions, extracted
23546 from icalendar-export-region, with bug fixes.
23547 (icalendar-export-region): Use the above functions.
23548 (icalendar-import-buffer): Check before saving diary file.
23549 (icalendar--convert-recurring-to-diary)
23550 (icalendar--convert-non-recurring-all-day-to-diary)
23551 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
23552 extracted from icalendar--convert-ical-to-diary, with bug fixes.
23553 (icalendar--convert-ical-to-diary): Use the above functions.
23554
23555 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
23556
23557 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
23558 Remove these recent additions.
23559 (c-mode): Restore to before 2005-04-28.
23560
23561 * progmodes/cc-vars.el (cc-define-list-program): Remove this
23562 recent addition.
23563
23564 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
23565 (gdb-define-alist): New variables.
23566 (gdb-create-define-alist): New function.
23567 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
23568 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
23569 with string-to-number.
23570 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
23571
23572 * progmodes/gud.el: Replace string-to-int with string-to-number.
23573 (gud-find-file): Handle gdb-define-alist.
23574
23575 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
23576
23577 2005-05-02 Jay Belanger <belanger@truman.edu>
23578
23579 * calc/calc-aent.el (math-read-token):
23580 * calc/calc-bin.el (calc-word-size):
23581 * calc/calc-ext.el (calc-read-number-fancy):
23582 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
23583 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
23584 * calc/calc-frac.el (calc-over-notation):
23585 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
23586 (calc-graph-num-points, calc-graph-init):
23587 * calc/calc-prog.el (calc-read-parse-table-part)
23588 (calc-edit-macro-repeats):
23589 * calc/calc-yank.el (calc-do-grab-rectangle):
23590 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
23591 Replace `string-to-int' by `string-to-number'.
23592
23593 2005-05-02 Kim F. Storm <storm@cua.dk>
23594
23595 * kmacro.el: Use executing-kbd-macro-index variable.
23596
23597 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
23598
23599 * net/rlogin.el (rlogin-parse-words): Delete func.
23600 (rlogin): Use split-string, not rlogin-parse-words.
23601 Also, if there are option-like elements in the parsed args,
23602 take the host to be the first arg immediately following them.
23603 Suggested by Michael Mauger.
23604
23605 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
23606
23607 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
23608
23609 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
23610
23611 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
23612 (cc-mode-cpp-program): Rename to cc-define-list-program and
23613 move to cc-vars.el.
23614
23615 * progmodes/cc-vars.el (cc-define-list-program):
23616 Change to "gcc -E -dM -". Make customizable.
23617
23618 2005-05-02 Kim F. Storm <storm@cua.dk>
23619
23620 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
23621
23622 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
23623
23624 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
23625
23626 * international/mule-util.el (truncate-string): Remove alias and
23627 obsolete declaration.
23628
23629 * international/mule-cmds.el (update-iso-coding-systems):
23630 Remove alias and obsolete declaration.
23631
23632 * international/mule.el (coding-system-parent): Remove alias and
23633 obsolete declaration.
23634
23635 * subr.el (define-function, sref): Remove aliases and obsolete
23636 declarations.
23637 (chars-in-region): Remove obsolete declaration.
23638
23639 2005-05-01 Richard M. Stallman <rms@gnu.org>
23640
23641 * info.el (Info-mode): Set widen-automatically to nil, locally.
23642
23643 * simple.el (widen-automatically): New variable.
23644 (pop-global-mark): Obey widen-automatically.
23645
23646 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
23647
23648 * term/xterm.el (function-key-map): Call substitute-key-definition
23649 before the keymap size is increased by a lot of define-key calls.
23650
23651 2005-05-01 Richard M. Stallman <rms@gnu.org>
23652
23653 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
23654 Rename ARG to ELEMENT. Doc fix.
23655
23656 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
23657
23658 * allout.el (allout-exposure): Remove macro and obsolete declaration.
23659 Remove references to allout-exposure/change to allout-new-exposure.
23660
23661 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
23662 bytecode symbols.
23663
23664 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
23665 (compiled-function-p, focus-frame, unfocus-frame):
23666 Remove aliases and obsolete declarations.
23667 Back out inadvertent changes from previous commit.
23668
23669 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
23670
23671 * files.el (require-final-newline): Make Custom tags consistent
23672 with mode-require-final-newline.
23673 (mode-require-final-newline): Doc fix.
23674
23675 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
23676
23677 * international/latexenc.el (latexenc-find-file-coding-system):
23678 Fix regular expressions.
23679
23680 2005-05-01 David Kastrup <dak@gnu.org>
23681
23682 * international/latexenc.el (latexenc-find-file-coding-system):
23683 Fix regular expressions.
23684
23685 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
23686
23687 * subr.el (string-to-int): Make obsolete.
23688
23689 2005-04-30 Richard M. Stallman <rms@gnu.org>
23690
23691 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
23692
23693 * loadup.el: load jka-comp-hook.
23694
23695 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
23696 (jka-compr-handler): Add autoload. `put' calls moved
23697 to jka-comp-hook.el.
23698 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
23699 (jka-compr-inhibit): Autoload.
23700
23701 * jka-comp-hook.el: New file.
23702 Enable the mode by default.
23703
23704 * files.el (backup-buffer-copy): Use copy-file instead
23705 of write-region, and put back the 'excl.
23706
23707 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
23708
23709 * progmodes/flymake.el (flymake-split-string)
23710 (flymake-split-string, flymake-log, flymake-pid-to-names)
23711 (flymake-reg-names, flymake-get-source-buffer-name)
23712 (flymake-unreg-names, flymake-add-line-err-info)
23713 (flymake-add-err-info): Clarify docstrings.
23714 (flymake-popup-menu, flymake-make-emacs-menu)
23715 (flymake-make-xemacs-menu): Add docstrings.
23716 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
23717 Set variables directly throughout.
23718
23719 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
23720
23721 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
23722 exists. Initialize cc-define-alist.
23723 (c-mode): Add cc-create-define-alist locally to after-save-hook.
23724 If there is no file (Macroexpansion) don't create an alist.
23725
23726 2005-04-29 Sam Steingold <sds@gnu.org>
23727
23728 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
23729 (cc-create-define-alist): Use it instead of the hard-coded string.
23730
23731 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
23732
23733 * international/mule-conf.el (file-coding-system-alist): Fix regexp
23734 for latexenc.
23735
23736 2005-04-29 Lute Kamstra <lute@gnu.org>
23737
23738 * emacs-lisp/generic.el: Improve commentary section.
23739 (define-generic-mode): Improve docstring.
23740
23741 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
23742
23743 * textmodes/org.el (many places): Change to quiet the byte compiler.
23744 (org-prefix-format-compiled): New variable.
23745 (org-compile-prefix-format): New function.
23746 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
23747 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
23748 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
23749 (org-get-entries-from-diary): Use `org-get-time-of-day' for
23750 consistency with entries from `org-mode' files.
23751 (org-get-time-of-day): Fix bug with partial matches early in a line.
23752 (org-non-link-chars): New constant.
23753 (org-link-regexp): Respect `org-non-link-chars'.
23754 (org-agenda-day-view): Remove command.
23755 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
23756 (org-follow-bbdb-link, org-store-link): Search also company field.
23757 (org-highlight-overlay): New variable.
23758 (org-highlight, org-unhighlight): New functions.
23759 (org-agenda-mode): Add pre-command-hook to remove highlight.
23760 (org-evaluate-time-range): Behavior depends upon whether time stamp
23761 contains a time or not.
23762 (org-show-subtree, org-show-entry): New functions.
23763 (org-agenda-cleanup-fancy-diary): Remove empty lines.
23764
23765 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
23766
23767 * comint.el (comint-output-filter-functions): Add autoload cookie.
23768
23769 2005-04-28 Kim F. Storm <storm@cua.dk>
23770
23771 * ido.el (ido-everywhere): Fix last change.
23772
23773 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
23774
23775 * international/latexenc.el: New file.
23776 * international/mule-conf.el (file-coding-system-alist): For .tex,
23777 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
23778
23779 2005-04-28 Lute Kamstra <lute@gnu.org>
23780
23781 * font-lock.el (font-lock-add-keywords)
23782 (font-lock-remove-keywords): Clarify docstring.
23783 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
23784 Don't start docstrings with a `*'.
23785 (font-lock-update-removed-keyword-alist): Give it a docstring.
23786
23787 * generic-x.el: Update commentary section.
23788 Only require font-lock when compiling.
23789 Define all modes conditionally.
23790 Place all generic modes in the generic-x-modes customization group.
23791 (generic-x-modes): New customization group.
23792 (generic-default-modes, generic-mswindows-modes)
23793 (generic-unix-modes, generic-other-modes): New constants.
23794 (generic-define-mswindows-modes, generic-define-unix-modes):
23795 Update docstrings. Make them obsolete.
23796 (generic-extras-enable-list): New default value. Update docstring.
23797 Improve :type. Change :set function.
23798 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
23799 Fix docstring.
23800
23801 * emacs-lisp/generic.el (generic-mode-internal):
23802 Simplify font-lock-defaults.
23803 (define-generic-mode): Fix docstring.
23804
23805 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
23806
23807 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
23808 font-lock-face property to highlight matches.
23809
23810 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
23811
23812 * progmodes/cc-mode.el (cc-create-define-alist): New function.
23813 (cc-define-alist): New variable.
23814 (c-mode): Make it local and initialize it.
23815
23816 * progmodes/gdb-ui.el (gdb-active-process): New variable.
23817 (gdb-exited): New function.
23818 (gdb-annotation-rules): Use it.
23819 (gdb-starting): Set gdb-active-process to t.
23820 (gdb-stopping): Amend doc string.
23821 (gdb-reset): Set gdb-active-process to nil.
23822
23823 * tooltip.el (tooltip-gud-tips): Show the associated #define
23824 directives when a C program under GDB is not executing.
23825
23826 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
23827
23828 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
23829 font-lock-fontify-syntactic-keywords.
23830
23831 * font-lock.el (font-lock-default-fontify-region): Don't force
23832 parse-sexp-lookup-properties to nil.
23833
23834 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
23835
23836 * man.el (man-mode-syntax-table): Set up `:' to have
23837 word-constituent syntax.
23838
23839 2005-04-27 Lute Kamstra <lute@gnu.org>
23840
23841 * novice.el (disable-command): Don't add spurious newlines to the
23842 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
23843
23844 2005-04-26 Jay Belanger <belanger@truman.edu>
23845
23846 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
23847 than one window before deleting window.
23848
23849 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
23850
23851 * shell.el (shell-prompt-pattern): Doc fix.
23852 (shell-mode): Set paragraph-separate buffer locally to "\\'".
23853
23854 * comint.el (comint-prompt-regexp, comint-get-old-input)
23855 (comint-use-prompt-regexp)
23856 (comint-use-prompt-regexp-instead-of-fields)
23857 (comint-replace-by-expanded-history, comint-send-input)
23858 (comint-output-filter, comint-get-old-input-default)
23859 (comint-line-beginning-position, comint-bol, comint-show-output)
23860 (comint-backward-matching-input, comint-forward-matching-input)
23861 (comint-next-prompt, comint-previous-prompt):
23862 Rename `comint-use-prompt-regexp-instead-of-fields' to
23863 `comint-use-prompt-regexp'. Keep old name as alias and declare
23864 obsolete.
23865 (comint-use-prompt-regexp): Shorten first line of doc string.
23866
23867 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
23868 Set paragraph-separate buffer locally to "\\'".
23869
23870 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
23871 Adapt to above name change.
23872
23873 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
23874 (smbclient-prompt-regexp): Ditto.
23875
23876 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
23877
23878 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
23879
23880 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
23881 gdb-location-list.
23882 Break lines that are over 80 characters wide.
23883
23884 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
23885
23886 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
23887 New fun and var, to preserve compatibility.
23888
23889 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
23890
23891 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
23892
23893 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
23894 name to file-newer-than-file-p.
23895
23896 2005-04-26 Richard M. Stallman <rms@gnu.org>
23897
23898 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
23899
23900 * progmodes/python.el (python-mode):
23901 Use new name eldoc-documentation-function.
23902
23903 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
23904
23905 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
23906 (eldoc-documentation-function):
23907 Rename from eldoc-print-current-symbol-info-function. Calls changed.
23908
23909 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
23910
23911 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
23912
23913 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
23914
23915 * term/xterm.el (function-key-map): Fix strings for
23916 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
23917 {C,S,A,C-S}-{f1-f12}.
23918
23919 2005-04-26 Kenichi Handa <handa@m17n.org>
23920
23921 * international/mule-cmds.el (select-safe-coding-system):
23922 Fix previous change.
23923
23924 2005-04-26 Lute Kamstra <lute@gnu.org>
23925
23926 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
23927
23928 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
23929 (font-lock-comment-delimiter-face): Ditto.
23930
23931 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
23932
23933 2005-04-25 Jay Belanger <belanger@truman.edu>
23934
23935 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
23936 to t while inserting information; use help-mode.
23937
23938 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
23939
23940 * term.el (ansi-term-color-vector): Use the xterm colors.
23941 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
23942
23943 2005-04-25 Lute Kamstra <lute@gnu.org>
23944
23945 * font-core.el (font-lock-defaults): Fix docstring.
23946
23947 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
23948
23949 2005-04-25 Kenichi Handa <handa@m17n.org>
23950
23951 * international/mule-cmds.el (select-safe-coding-system):
23952 Don't check consistency with coding: spec, etc if raw-text or
23953 no-conversion was found to be safe.
23954
23955 2005-04-24 Richard M. Stallman <rms@gnu.org>
23956
23957 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
23958 citation markers at start of each line.
23959
23960 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
23961 citation markers at start of each line.
23962
23963 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
23964
23965 * files.el (mode-require-final-newline): Fix previous change.
23966 (require-final-newline): Fix type label.
23967
23968 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
23969
23970 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
23971 statement in buffer (broken by 2004-11-24 change).
23972
23973 2005-04-24 Kim F. Storm <storm@cua.dk>
23974
23975 * ido.el (ido-everywhere): Save and restore old read-buffer-function
23976 and read-file-name-function values. Don't overwrite existing
23977 non-nil values if ido-mode is enabled without ido-everywhere.
23978
23979 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
23980
23981 * files.el (mode-require-final-newline): Minor doc fix.
23982
23983 2005-04-24 Eli Zaretskii <eliz@gnu.org>
23984
23985 * subr.el (syntax-after): Doc fix.
23986 (syntax-class): If argument is nil, return nil. Mask off upper 16
23987 bits, not 8 bits.
23988
23989 * files.el (mode-require-final-newline): Doc fix.
23990 (backup-buffer-copy): Fix last change.
23991
23992 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23993
23994 * term/mac-win.el: Require select. Set selection-coding-system to
23995 mac-system-coding-system. Call menu-bar-enable-clipboard.
23996 (x-last-selected-text-clipboard, x-last-selected-text-primary)
23997 (x-select-enable-clipboard): New variables.
23998 (x-select-text, x-get-selection, x-selection-value)
23999 (x-get-selection-value, mac-select-convert-to-string)
24000 (mac-services-open-file, mac-services-open-selection)
24001 (mac-services-insert-text): New functions.
24002 (CLIPBOARD, FIND): Put mac-scrap-name property.
24003 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
24004 (public.tiff): Put mac-ostype property.
24005 (selection-converter-alist): Add entries for them.
24006 (mac-application-menu-map): New keymap.
24007 (interprogram-cut-function, interprogram-paste-function): Set to
24008 x-select-text and x-get-selection-value, respectively.
24009 (split-window-keep-point): Set to t.
24010
24011 2005-04-23 Richard M. Stallman <rms@gnu.org>
24012
24013 * files.el (read-directory-name): Always pass non-nil
24014 DEFAULT-FILENAME arg to read-file-name.
24015 (backup-buffer-copy, basic-save-buffer-2): Take care against
24016 writing thru an unexpected existing symlink.
24017 (revert-buffer): In indirect buffer, revert the base buffer.
24018 (magic-mode-alist): Doc fix.
24019 (buffer-stale-function): Doc fix.
24020 (minibuffer-with-setup-hook): Avoid warning.
24021 (mode-require-final-newline): Doc and custom fix.
24022
24023 * follow.el (follow-end-of-buffer): Use with-no-warnings.
24024
24025 * font-lock.el (font-lock-comment-face): On terminals with few colors,
24026 use the default appearance.
24027 (font-lock-comment-delimiter-face): New face, new variable.
24028
24029 * imenu.el (imenu--generic-function): The official position of a
24030 definition is the start of the line that BEG is in.
24031
24032 * midnight.el (midnight-timer): Move defvar up.
24033
24034 * mouse.el (mouse-drag-region-1): Delete some debugging code.
24035
24036 * saveplace.el (save-place-to-alist): Use with-no-warnings.
24037
24038 * startup.el (command-line): Use with-no-warnings.
24039
24040 * window.el (window-size-fixed): New defvar.
24041
24042 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
24043
24044 * mail/rmail.el (rmail-font-lock-keywords):
24045 Use font-lock-comment-delimiter-face.
24046
24047 * mail/sendmail.el (mail-font-lock-keywords):
24048 Use font-lock-comment-delimiter-face.
24049
24050 * progmodes/compile.el (next-error-highlight-timer): New defvar.
24051
24052 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
24053
24054 * progmodes/compile.el (compilation-mode-font-lock-keywords):
24055 Specify t for LAXMATCH when matching directories.
24056 Save match data around compilation-compat-error-properties form.
24057
24058 2005-04-23 David Kastrup <dak@gnu.org>
24059
24060 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
24061 Mention that the autoloaded aliases should be kept for AUCTeX.
24062
24063 2005-04-23 Andreas Schwab <schwab@suse.de>
24064
24065 * isearch.el (isearch-forward): Doc fix.
24066
24067 2005-04-23 Eli Zaretskii <eliz@gnu.org>
24068
24069 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
24070 (jit-lock-stealth-nice): Change default value to 0.5.
24071
24072 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
24073
24074 * abbrev.el (write-abbrev-file): Write table entries in
24075 alphabetical order by table name.
24076
24077 2005-04-22 Kim F. Storm <storm@cua.dk>
24078
24079 * ido.el (ido-read-internal): Fix `list' completion.
24080
24081 2005-04-22 Kenichi Handa <handa@m17n.org>
24082
24083 * recentf.el (recentf-save-file-coding-system): New variable.
24084 (recentf-save-list): Encode the file by
24085 recentf-save-file-coding-system and add coding: tag.
24086
24087 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
24088
24089 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
24090
24091 2005-04-21 Lute Kamstra <lute@gnu.org>
24092
24093 * loadhist.el (unload-feature): Don't remove a function from hooks
24094 if it is about to be restored to an autoload . Remove functions
24095 that will become unbound from auto-mode-alist. Simplify the code.
24096
24097 * subr.el (assq-delete-all): New implementation that is linear,
24098 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
24099 (rassq-delete-all): New function.
24100
24101 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
24102 Add size-indication-mode.
24103
24104 2005-04-21 Kenichi Handa <handa@m17n.org>
24105
24106 * international/mule-cmds.el: Add autoload for widget-value in
24107 eval-when-compile.
24108
24109 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
24110
24111 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
24112 Add tooltip-mode.
24113
24114 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
24115
24116 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
24117
24118 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
24119 (inferior-lisp-filter-regexp, inferior-lisp-program)
24120 (inferior-lisp-load-command, inferior-lisp-prompt)
24121 (inferior-lisp-mode-hook, lisp-source-modes)
24122 (inferior-lisp-load-hook): defvar->defcustom.
24123 (inferior-lisp-program, inferior-lisp-prompt)
24124 (inferior-lisp-load-hook): Doc fixes.
24125 (inferior-lisp-install-letter-bindings): Small change in
24126 introductory comment.
24127
24128 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
24129
24130 * vc.el (vc-annotate-color-map): Change some colors so that text
24131 using them as foreground is readable on both white and black
24132 backgrounds.
24133
24134 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
24135
24136 * international/mule-conf.el (translation-table-for-input):
24137 Remove redundant declaration.
24138
24139 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
24140
24141 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
24142
24143 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
24144 (tooltip-toggle-gud-tips): New function.
24145
24146 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24147
24148 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
24149 right angle brackets.
24150
24151 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
24152
24153 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
24154
24155 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
24156
24157 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
24158 Remove. Update callers to use expand-file-name instead.
24159
24160 * subr.el (syntax-class): New function.
24161
24162 * simple.el (blink-matching-open): Use it.
24163
24164 * paren.el (show-paren-function): Use it to recognize parens that are
24165 also used in 2-char comment markers.
24166
24167 2005-04-19 Lute Kamstra <lute@gnu.org>
24168
24169 * loadhist.el (unload-feature): Update for new format of
24170 load-history. Simplify the code.
24171
24172 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24173
24174 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
24175 (mac-add-charset-info): New function. Initialize variable
24176 mac-charset-info-alist using it.
24177 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
24178 for translation.
24179 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
24180 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
24181 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
24182 New CCL programs.
24183
24184 2005-04-19 Kim F. Storm <storm@cua.dk>
24185
24186 * simple.el (next-buffer, prev-buffer, next-error)
24187 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
24188 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
24189
24190 * bindings.el (next-buffer, prev-buffer, next-error)
24191 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
24192 (clone-indirect-buffer-other-window): Move bindings from simple.el.
24193 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
24194 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
24195
24196 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
24197
24198 * isearch.el (isearch-edit-string): Make the search-ring available for
24199 minibuffer history commands.
24200 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
24201 the default history commands now work just as well.
24202 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
24203
24204 2005-04-18 Kim F. Storm <storm@cua.dk>
24205
24206 * emulation/cua-base.el (cua--pre-command-handler): Add more
24207 elaborate check for shift modifier on non-window systems.
24208
24209 2005-04-18 Lars Hansen <larsh@math.ku.dk>
24210
24211 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
24212
24213 2005-04-18 Kim F. Storm <storm@cua.dk>
24214
24215 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
24216 and make it optional. Don't test tooltip-gud-echo-area here.
24217 (tooltip-gud-process-output, gdb-tooltip-print):
24218 Pass tooltip-gud-echo-area to tooltip-show.
24219 (tooltip-help-tips): Remove second optional arg to tooltip-show.
24220
24221 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24222
24223 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
24224 `display-graphic-p' may not be bound yet.
24225
24226 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
24227
24228 * startup.el (command-line): No longer enable Xterm Mouse mode by
24229 default in terminals compatible with xterm.
24230
24231 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
24232
24233 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
24234
24235 * tooltip.el (tooltip-gud-echo-area): Rename from
24236 tooltip-use-echo-area.
24237 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
24238 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
24239 area independently of where help tooltips are displayed.
24240
24241 2005-04-17 David Kastrup <dak@gnu.org>
24242
24243 * cus-theme.el (custom-theme-write-variables): Quote variables
24244 where necessary.
24245
24246 2005-04-17 Richard M. Stallman <rms@gnu.org>
24247
24248 * simple.el (yank-excluded-properties): Add follow-link to value.
24249
24250 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
24251
24252 * startup.el (fancy-splash-max-time): Just 30 seconds.
24253 (fancy-splash-delay): Just 7.
24254 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
24255
24256 * loadhist.el (unload-feature): Update for new format of load-history.
24257 Simplify the code.
24258
24259 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
24260 (rmail-font-lock-keywords): Don't fontify the text of a citation.
24261
24262 * mail/sendmail.el (mail-font-lock-keywords):
24263 Don't fontify subject text.
24264 Don't fontify the text of a citation.
24265
24266 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
24267
24268 * comint.el (comint-output-filter): Run comint-output-filter-functions
24269 with point where the user had it.
24270
24271 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
24272
24273 * international/ucs-tables.el (ucs-set-table-for-input):
24274 Disable when using unify-on-decoding.
24275
24276 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
24277
24278 * emulation/cua-base.el (cua-global-mark-face): Add special case
24279 for displays supporting a high number of colors.
24280
24281 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
24282
24283 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
24284
24285 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
24286
24287 * filesets.el (filesets-add-buffer): If user supplies a name of a
24288 non-existing fileset, create a new fileset.
24289
24290 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
24291
24292 * textmodes/org.el (org-up-heading-all): Fix bug with
24293 `outline-up-heading-all'.
24294
24295 2005-04-16 Andreas Schwab <schwab@suse.de>
24296
24297 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
24298 /etc/permissions.d/* and /etc/aliases.d/*.
24299
24300 2005-04-16 Kenichi Handa <handa@m17n.org>
24301
24302 * international/code-pages.el (cp-make-coding-system):
24303 Set `translation-table-for-input' property value to the symbol
24304 ucs-mule-to-mule-unicode, not to that value.
24305 (pt154): Escape guillemet by `\'.
24306
24307 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
24308
24309 * loadup.el: Load tooltip if x-show-tip is fboundp.
24310
24311 * startup.el (command-line): Add comment.
24312
24313 * tooltip.el (tooltip-mode): Specify correct standard value for
24314 Custom in init-value.
24315
24316 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
24317
24318 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
24319 possible.
24320
24321 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
24322
24323 * textmodes/org.el (org-agenda-date-prompt): Rename from
24324 `org-agenda-date-today'.
24325 (org-evaluate-time-range): Insert at point instead of directly
24326 after time range.
24327 (org-first-headline-recenter, org-subtree-end-visible-p)
24328 (org-optimize-window-after-visibility-change): New functions
24329 (org-agenda-post-command-hook): Don't allow point at end of line,
24330 to make sure it always hits the text properties.
24331 (org-agenda-next-date-line, org-agenda-previous-date-line):
24332 New commands.
24333 (org-set-regexps-and-options): Category may contain white space.
24334 (org-agenda-get-deadlines, org-agenda-get-scheduled):
24335 Improve marker positions.
24336 (org-agenda-new-marker): Argument POS made optional.
24337 (org-agenda-get-timestamps): Deadlines which are done are listed
24338 in org-done-face now.
24339 (org-agenda-get-todos, org-agenda-get-timestamps)
24340 (org-agenda-get-deadlines, org-agenda-get-scheduled):
24341 Set `undone-face' and `done-face' properties.
24342 (org-last-todo-state-is-todo): New variable.
24343 (org-todo): Set `org-last-todo-state-is-todo'.
24344 (org-agenda-todo): Change face according to
24345 `org-last-todo-state-is-todo'. And change other lines referring to
24346 the same entry.
24347 (org-calendar-goto-agenda): New command.
24348 (org-calendar-to-agenda-key): New option.
24349 (org-startup-folded): New allowed value `content'.
24350 (org-set-regexps-and-options): Accept new value `content' for
24351 `org-startup-folded'.
24352 (org-get-current-options): Handle new value `content' for
24353 `org-startup-folded'.
24354 (org-insert-todo-heading): New command.
24355 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
24356 interactively in empty file and option
24357 `org-insert-mode-line-in-empty-file' has been set.
24358 (org-agenda-todo, org-agenda-priority): Modify to use
24359 `org-agenda-change-all-lines'.
24360 (org-warning-face): Change color on dark background
24361
24362 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24363
24364 * international/mule-cmds.el (set-locale-environment): On Mac OS,
24365 use preferences AppleLocale and AppleLanguages, and variable
24366 mac-system-locale for default locale. On Mac OS Classic, use
24367 mac-system-coding-system for default coding systems.
24368
24369 * term/mac-win.el: Don't set file-name-coding-system.
24370 Decode variables system-name, emacs-build-system, user-login-name, and
24371 user-full-name by mac-system-coding-system on Mac OS Classic.
24372 (mac-system-coding-system): New variable.
24373
24374 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
24375
24376 * startup.el (command-line): Handle `xterm-mouse-mode' before
24377 reading init file.
24378
24379 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
24380
24381 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
24382
24383 * progmodes/sh-script.el (sh-here-document-word): Make it a
24384 defcustom. Doc fix.
24385 (sh-add): Bash uses $(( )) for arithmetic.
24386 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
24387 (sh-maybe-here-document): Remove quotes and leading whitespace
24388 from heredoc word when closing. Indent heredoc with tabs if word
24389 starts with "-".
24390
24391 2005-04-13 Richard M. Stallman <rms@gnu.org>
24392
24393 * simple.el (undo): Fix previous change.
24394
24395 * custom.el (defface): Doc fix.
24396
24397 2005-04-13 Lute Kamstra <lute@gnu.org>
24398
24399 * Makefile.in (DONTCOMPILE): Remove list.
24400 (compile, compile-always): Don't use DONTCOMPILE.
24401 (update-authors): Load the library in which batch-update-authors
24402 is defined.
24403 * makefile.w32-in (DONTCOMPILE): Remove list.
24404 (compile, compile-always): Fix comments.
24405 (update-authors): Load the library in which batch-update-authors
24406 is defined.
24407
24408 * generic-x.el (generic-mode-ini-file-find-file-hook):
24409 Rename to ini-generic-mode-find-file-hook.
24410 Keep generic-mode-ini-file-find-file-hook as an alias.
24411 (ini-generic-mode-find-file-hook): Rename from
24412 generic-mode-ini-file-find-file-hook. Fix docstring.
24413 (ini-generic-mode): Docstring change.
24414 (bat-generic-mode-run-as-comint): Silence the byte compiler.
24415
24416 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
24417 called from lisp.
24418
24419 * generic.el: Move to the emacs-lisp subdir.
24420
24421 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
24422
24423 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
24424 and C-S- function and cursor motion keys.
24425
24426 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
24427
24428 * startup.el (command-line): Enable Xterm Mouse mode by default.
24429 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
24430 for Custom. No longer show "Mouse" in mode line when enabled.
24431 Doc fix.
24432
24433 2005-04-12 Kim F. Storm <storm@cua.dk>
24434
24435 * emulation/cua-base.el (cua-rectangle-face)
24436 (cua-rectangle-noselect-face): Define face attributes here.
24437
24438 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
24439
24440 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
24441
24442 * startup.el (command-line): Turn off blinking cursor if
24443 cursorBlink in resources is off or false.
24444
24445 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24446
24447 * term/mac-win.el (dnd): Require dnd.
24448 (mac-drag-n-drop): Call dnd-handle-one-url.
24449 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
24450 (kTextEncodingISOLatin2): Remove constants.
24451 (mac-script-code-coding-systems): New constant.
24452 (mac-handle-language-change): New function.
24453 (special-event-map): Bind it to `language-change' event.
24454 (mac-centraleurroman, mac-cyrillic): New coding systems.
24455 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
24456 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
24457 and mac-cyrillic-encoder to encode-mac-centraleurroman and
24458 encode-mac-cyrillic, respectively.
24459
24460 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
24461
24462 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
24463 Don't set overlay-arrow-string to "=>" as this is done
24464 globally in C now.
24465
24466 2005-04-12 Lute Kamstra <lute@gnu.org>
24467
24468 * generic-x.el (rc-generic-mode, rul-generic-mode):
24469 Fix auto-mode-alist entries.
24470 (etc-fstab-generic-mode): Tweak fontification.
24471
24472 * generic.el (generic-make-keywords-list): Fix docstring.
24473 (generic-mode-internal): Simplify generic-font-lock-keywords.
24474
24475 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
24476
24477 * whitespace.el (whitespace-buffer-leading)
24478 (whitespace-buffer-trailing): Revert the incorrect test inversion.
24479 However, fix the highlight area for the leading and
24480 trailing whitespaces to show space.
24481
24482 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
24483
24484 * whitespace.el (whitespace-version): Bump to 3.5
24485
24486 (whitespace-buffer-leading, whitespace-buffer-trailing):
24487 Invert sense of the test to highlight the whitespace.
24488
24489 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
24490
24491 * progmodes/gud.el (gud-display-line): GUD uses its own
24492 overlay arrow now so don't set overlay-arrow-string.
24493 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
24494
24495 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
24496
24497 * term.el (term-ansi-current-bold, term-ansi-current-underline)
24498 (term-ansi-current-reverse, term-ansi-current-invisible)
24499 (term-ansi-face-already-done): Change to boolean.
24500 (term-reset-terminal, term-handle-colors-array): Handle the above
24501 vars accordingly.
24502 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
24503 (term-emulate-terminal): Use the new name.
24504
24505 * faces.el (secondary-selection): Use yellow1, not yellow.
24506 (trailing-whitespace): Use red1, not red.
24507
24508 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
24509
24510 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
24511 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
24512 (dired-dnd-handle-file): Call dnd-get-local-file-uri
24513
24514 * cus-edit.el (dnd): New group.
24515
24516 * term/w32-win.el (dnd): Require dnd
24517 (w32-drag-n-drop): Call dnd-handle-one-url.
24518
24519 * x-dnd.el: Require dnd.
24520 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
24521 Call dnd-handle-one-url.
24522 (x-dnd-types-alist, x-dnd-insert-utf8-text)
24523 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
24524 to dnd-insert-text.
24525 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
24526 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
24527 (x-dnd-get-local-file-name, x-dnd-open-local-file)
24528 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
24529
24530 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
24531
24532 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
24533
24534 * wdired.el: Doc fixes.
24535 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
24536 (wdired-use-dired-vertical-movement): Rename from
24537 wdired-always-move-to-filename-beginning.
24538 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
24539 (wdired-change-to-wdired-mode): Change mode name.
24540 (wdired-newline): Delete.
24541
24542 2005-04-11 Richard M. Stallman <rms@gnu.org>
24543
24544 * whitespace.el (whitespace-highlight-the-space):
24545 Don't call whitespace-unhighlight-the-space here.
24546
24547 * simple.el (undo): Record t in undo-equiv-table
24548 for the redo record made by an undo-in-region.
24549
24550 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
24551
24552 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
24553 (gdb-frame-inferior-io-buffer): New Functions to control
24554 display of separate IO buffer.
24555 (menu): Add them to menu-bar.
24556 (gdb-display-buffer): Check for buffer another frame.
24557 Protect GUD buffer.
24558 (gdb-setup-windows): Create IO buffer if not already there.
24559 (gdb-memory-mode): Remove purecopy noops.
24560
24561 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
24562
24563 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
24564 and pass to self-insert-command.
24565
24566 2005-04-11 Lute Kamstra <lute@gnu.org>
24567
24568 * generic.el: Commentary section cleanup.
24569 (generic): Delete.
24570 (generic-use-find-file-hook, generic-lines-to-scan)
24571 (generic-find-file-regexp, generic-ignore-files-regexp)
24572 (default-generic-mode, generic-mode-find-file-hook)
24573 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
24574 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
24575 (generic-use-find-file-hook, generic-lines-to-scan)
24576 (generic-find-file-regexp, generic-ignore-files-regexp)
24577 (default-generic-mode, generic-mode-find-file-hook)
24578 (generic-mode-ini-file-find-file-hook): Move from generic.el.
24579
24580 2005-04-10 Karl Fogel <kfogel@red-bean.com>
24581
24582 * bookmark.el (bookmark-write-file): Catch errors writing file.
24583 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
24584
24585 2005-04-10 Richard M. Stallman <rms@gnu.org>
24586
24587 * startup.el (fancy-splash-tail): Update copyright year.
24588 (command-line): Split part of -Q into -D.
24589 (emacs-basic-display): New defvar.
24590 (fancy-splash-text): Correct name of menu item.
24591
24592 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
24593
24594 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
24595 lines in one node.
24596
24597 * comint.el (comint-send-input): New arg ARTIFICIAL.
24598 Callers in this file changed.
24599
24600 * abbrev.el (define-abbrevs): Read system abbrevs properly.
24601
24602 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
24603
24604 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
24605
24606 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
24607 `ldap-search-internal'.
24608
24609 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
24610
24611 * files.el (set-auto-mode-1): Use line-end-position.
24612
24613 * international/latin-1.el:
24614 * international/latin-2.el:
24615 * international/latin-3.el:
24616 * international/latin-4.el:
24617 * international/latin-5.el:
24618 * international/latin-8.el:
24619 * international/latin-9.el: Give punctuation syntax to NBSP.
24620
24621 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
24622 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
24623 Use char-classes to accept non-ascii letters, accepted in some recent
24624 bibtex implementations.
24625
24626 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
24627
24628 * custom.el (custom-set-minor-mode): Any non-nil value for the
24629 variable should enable the mode when set through Custom.
24630
24631 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
24632
24633 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
24634 TAB binding so tab-always-indent is obeyed.
24635 (vhdl-minibuffer-local-map): Move initialization into declaration.
24636 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
24637 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
24638 (vhdl-hooked-abbrev): Avoid test for XEmacs.
24639 (vhdl-current-line): Use line-beginning-position.
24640 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
24641 with-output-to-temp-buffer, so the current position can be recorded.
24642
24643 2005-04-10 Masatake YAMATO <jet@gyve.org>
24644
24645 * progmodes/compile.el (compilation-error-regexp-alist-alist):
24646 Add regexp for gcov.
24647
24648 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
24649
24650 * calendar/time-date.el (time-to-seconds, seconds-to-time)
24651 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
24652 syntax which Emacs 20 doesn't support.
24653
24654 2005-04-09 Richard M. Stallman <rms@gnu.org>
24655
24656 * help.el (describe-key-briefly, describe-key):
24657 Replace strings as event types with "(any string)".
24658
24659 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
24660
24661 * arc-mode.el (archive-mode-map): Move initialization into
24662 the declaration. Override *all* bindings of `undo'.
24663 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
24664
24665 2005-04-09 Jay Belanger <belanger@truman.edu>
24666
24667 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
24668
24669 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
24670
24671 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
24672 (xterm-register-default-colors): Update color values computation
24673 to match xterm-200.
24674
24675 2005-04-09 Kenichi Handa <handa@m17n.org>
24676
24677 * international/code-pages.el (iso-latin-7): Fix the map.
24678
24679 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
24680
24681 * emacs-lisp/lisp.el (defun-prompt-regexp)
24682 (parens-require-spaces, buffer-end, end-of-defun)
24683 (insert-parentheses): Doc fixes.
24684
24685 2005-04-08 Kim F. Storm <storm@cua.dk>
24686
24687 * comint.el (comint-highlight-prompt): Fix face spec.
24688 * hi-lock.el (hi-green): Likewise.
24689
24690 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
24691
24692 * cus-edit.el (custom-modified-face):
24693 * comint.el (comint-highlight-input): Fix previous changes.
24694 * term.el (term-handle-ansi-escape): Add a comment.
24695
24696 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
24697
24698 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
24699 in the buffer and in whitespace-highlighted-space.
24700 (whitespace-unhighlight-the-space): Simplify.
24701 (whitespace-buffer): Simplify.
24702
24703 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
24704
24705 * textmodes/table.el (table-cell-face): Add special case for
24706 displays supporting a high number of colors.
24707 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
24708 (vhdl-font-lock-reserved-words-face)
24709 (vhdl-speedbar-architecture-face)
24710 (vhdl-speedbar-instantiation-face)
24711 (vhdl-speedbar-architecture-selected-face)
24712 (vhdl-speedbar-instantiation-selected-face): Likewise.
24713 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
24714 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
24715 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
24716 (ebrowse-root-class-face, ebrowse-member-attribute-face)
24717 (ebrowse-progress-face): Likewise.
24718 * progmodes/compile.el (compilation-info-face): Likewise.
24719 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
24720 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
24721 * calendar/calendar.el (diary-face): Likewise.
24722 * woman.el (woman-italic-face, woman-bold-face)
24723 (woman-unknown-face): Likewise.
24724 * wid-edit.el (widget-button-pressed-face): Likewise.
24725 * whitespace.el (whitespace-highlight-face): Likewise.
24726 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
24727 * pcvs-info.el (cvs-marked-face): Likewise.
24728 * info.el (info-xref): Likewise.
24729 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
24730 * hilit-chg.el (highlight-changes-face)
24731 (highlight-changes-delete-face): Likewise.
24732 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
24733 (hi-red-b): Likewise.
24734 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
24735 * font-lock.el (font-lock-keyword-face)
24736 (font-lock-function-name-face, font-lock-warning-face): Likewise.
24737 * cus-edit.el (custom-invalid-face, custom-modified-face)
24738 (custom-set-face, custom-changed-face, custom-variable-tag-face)
24739 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
24740 * comint.el (comint-highlight-prompt): Likewise.
24741
24742 2005-04-08 Lute Kamstra <lute@gnu.org>
24743
24744 * font-lock.el (font-lock-keywords): Docstring fixes.
24745
24746 2005-04-08 Kenichi Handa <handa@m17n.org>
24747
24748 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
24749 chars are more than a limit, print " and more..." at the tail.
24750
24751 2005-04-08 Kim F. Storm <storm@cua.dk>
24752
24753 * emacs-lisp/authors.el (authors-aliases): Update list.
24754 (authors-ignored-files): New list.
24755 (authors-fixed-entries): Fix typo.
24756 (authors-renamed-files-alist): Update list.
24757 (authors-add): Check authors-ignored-files.
24758
24759 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
24760
24761 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
24762 optional, to ensure backward compatibility.
24763
24764 2005-04-08 Stephen Eglen <stephen@gnu.org>
24765
24766 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
24767
24768 2005-04-08 Kim F. Storm <storm@cua.dk>
24769
24770 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
24771
24772 * mouse.el (mouse-on-link-p): Doc fix.
24773
24774 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
24775
24776 * ielm.el (ielm-prompt-read-only): Doc fix.
24777
24778 * comint.el (comint-prompt-read-only): Doc fix.
24779
24780 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
24781
24782 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
24783 ensure dired always handles wildcards passed to ffap.
24784 (find-file-at-point): Use it.
24785 (ffap-dired-wildcards): Doc fix.
24786
24787 2005-04-07 Juri Linkov <juri@jurta.org>
24788
24789 * simple.el (next-error-overlay-arrow-position): New defvar.
24790 Put "=>" on its property `overlay-arrow-string'. Add it to
24791 `overlay-arrow-variable-list'.
24792
24793 * progmodes/compile.el (compilation-setup):
24794 Set `next-error-overlay-arrow-position' to nil. Also set it to
24795 nil in the local hook `kill-buffer-hook'. Make local variable
24796 `overlay-arrow-string' and set it to "=>".
24797 (compilation-goto-locus): Set BOL position to
24798 `next-error-overlay-arrow-position' instead of
24799 `overlay-arrow-position'.
24800
24801 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
24802 locally instead of adding it to the global hook.
24803 (Info-kill-buffer): Move up.
24804
24805 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
24806
24807 * term/xterm.el (xterm-standard-colors): Update color values from
24808 xterm-200.
24809
24810 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
24811
24812 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
24813
24814 * fast-lock.el:
24815 * lazy-lock.el: Move them to the obsolete subdir.
24816
24817 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
24818
24819 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
24820 (wdired-add-replace-advice): Remove.
24821 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
24822
24823 2005-04-06 Kim F. Storm <storm@cua.dk>
24824
24825 * startup.el (command-line): Add --bare-bones alias for -Q.
24826
24827 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24828
24829 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
24830 create the startup fontset if a font specification ends with
24831 `mac-roman'.
24832
24833 2005-04-06 Lute Kamstra <lute@gnu.org>
24834
24835 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
24836 change.
24837
24838 * emacs-lisp/copyright.el (copyright-update-year): Replace the
24839 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
24840
24841 2005-04-05 Lute Kamstra <lute@gnu.org>
24842
24843 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
24844 (define-generic-mode): Ditto. Fix debug declaration.
24845
24846 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
24847 Put them in the generic-x group.
24848
24849 * calendar/timeclock.el (timeclock): Doc fix.
24850
24851 * generic.el (define-generic-mode): Don't use custom-current-group.
24852 Document default :group value.
24853 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
24854 (define-global-minor-mode): Don't use custom-current-group.
24855
24856 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
24857
24858 * startup.el (command-line-1): Display startup-echo-area-message
24859 when fancy splash screen is in use.
24860
24861 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
24862 (sh-escaped-newline): New face.
24863 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
24864 newline, and use sh-escaped-newline face.
24865
24866 * progmodes/tcl.el (tcl-escaped-newline): New face.
24867 (tcl-builtin-list): New variable.
24868 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
24869 newlines. Fix keywords subexpression number.
24870
24871 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
24872
24873 * textmodes/org.el (org-diary-default-entry): Fix call to
24874 `add-to-diary-entry'.
24875
24876 2005-04-05 Kim F. Storm <storm@cua.dk>
24877
24878 * ediff-init.el: Use (featurep 'xemacs).
24879
24880 2005-04-05 David Ponce <david@dponce.com>
24881
24882 * cus-edit.el (face): Derive from symbol widget. Display sample
24883 of the current face on the fly.
24884 (widget-face-sample-face-get, widget-face-notify): New functions.
24885 (widget-face-value-create): Remove.
24886
24887 * wid-edit.el (widget-field-end): Temporarily remove field
24888 narrowing before to call `get-char-property'.
24889
24890 2005-04-04 Jay Belanger <belanger@truman.edu>
24891
24892 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
24893 (math-read-subscripts): New variable.
24894 (math-read-preprocess-string): Process subscripts.
24895
24896 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
24897
24898 * comint.el (comint-prompt-read-only): Doc fix.
24899
24900 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
24901 `-1'. Doc fix.
24902
24903 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
24904
24905 * textmodes/org.el (org-insert-mode-line-in-empty-file):
24906 Change default value to nil.
24907
24908 2005-04-04 Lute Kamstra <lute@gnu.org>
24909
24910 * autorevert.el (auto-revert-mode): Specify :group.
24911 * battery.el (display-battery-mode): Specify :group.
24912 * diff-mode.el (diff-minor-mode): Specify :group.
24913 * font-core.el (font-lock-mode): Specify :group.
24914 * hl-line.el (hl-line-mode): Specify :group.
24915 * iimage.el (iimage): New customization group.
24916 (iimage-mode): Specify :group.
24917 * longlines.el (longlines-mode): Specify :group.
24918 * master.el: Don't require easy-mmode.
24919 (master): New customization group.
24920 (master-mode): Specify :group.
24921 * msb.el (msb-mode): Specify :group.
24922 * reveal.el (reveal-mode): Specify :group.
24923 * simple.el (next-error-follow-minor-mode): Specify :group.
24924 * smerge-mode.el (smerge-mode): Specify :group.
24925 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
24926 * emulation/cua-base.el (cua-mode): Specify :group.
24927 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
24928 * language/thai-util.el (thai-auto-composition-mode)
24929 (thai-word-mode): Specify :group.
24930 * mail/supercite.el (sc-minor-mode): Specify :group.
24931 * progmodes/cwarn.el (cwarn-mode): Specify :group.
24932 * progmodes/flymake.el (flymake-mode): Specify :group.
24933 * progmodes/glasses.el (glasses-mode): Specify :group.
24934 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
24935 * textmodes/enriched.el (enriched-mode): Specify :group.
24936 * textmodes/refill.el (refill-mode): Specify :group.
24937
24938 * add-log.el (change-log-font-lock-keywords): Names in
24939 parenthesized lists can contain spaces.
24940
24941 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
24942
24943 * startup.el (fancy-splash-text): Shorten default text of
24944 "Emacs Tutorial" line. Also, if the current language env
24945 indicates an available tutorial file other than TUTORIAL,
24946 extract its title and append it to the line in parentheses.
24947 (fancy-splash-insert): If arg is a thunk, funcall it.
24948
24949 2005-04-04 Jay Belanger <belanger@truman.edu>
24950
24951 * calc.el (calc-language-alist): Add tags to customization type.
24952
24953 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
24954
24955 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
24956 Doc fix.
24957
24958 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
24959
24960 * add-log.el (change-log-font-lock-keywords): The manual
24961 describing a Change Log entry, says: (...) "Aside from these
24962 header lines, every line in the change log starts with a space or
24963 a tab.". The font-lock was not highlighting lines started with
24964 spaces, added support for it.
24965
24966 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
24967
24968 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
24969 (bibtex-generate-url-list): Update docstring accordingly. Put the
24970 complex example in the docstring.
24971 (bibtex-font-lock-url): Use pop.
24972
24973 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
24974
24975 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
24976
24977 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
24978
24979 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
24980
24981 * filesets.el (filesets-set-default): Doc fix.
24982
24983 2005-04-03 Lute Kamstra <lute@gnu.org>
24984
24985 * generic.el (define-generic-mode): Add argument to specify
24986 keywords for defcustom.
24987 (default-generic-mode): Specify :group.
24988
24989 * generic-x.el: Specify :group for all generic modes.
24990
24991 * desktop.el (desktop-no-desktop-file-hook)
24992 (desktop-after-read-hook): Doc fix.
24993
24994 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
24995
24996 * simple.el (visible-mode): Use explicit :group keyword.
24997 This changes the group of `visible-mode-hook' from paren-blinking
24998 to editing-basics.
24999
25000 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
25001
25002 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
25003 mailbox specifications as well as URLs.
25004 (rmail-insert-inbox-text): Remove unused conditional branches.
25005
25006 2005-04-01 Jay Belanger <belanger@truman.edu>
25007
25008 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
25009 (calc-gnuplot-print-command): Move definitions to calc.el.
25010
25011 * calc/calc-embed.el (calc-embedded-announce-formula)
25012 (calc-embedded-open-formula, calc-embedded-close-formula)
25013 (calc-embedded-open-word, calc-embedded-close-word)
25014 (calc-embedded-open-plain, calc-embedded-close-plain)
25015 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
25016 (calc-embedded-open-mode, calc-embedded-close-mode):
25017 Move definitions to calc.el.
25018
25019 * calc/calc.el (calc-settings-file, calc-language-alist):
25020 Make customizable.
25021 (calc-embedded-announce-formula, calc-embedded-open-formula)
25022 (calc-embedded-close-formula, calc-embedded-open-word)
25023 (calc-embedded-close-word, calc-embedded-open-plain)
25024 (calc-embedded-close-plain, calc-embedded-open-new-formula)
25025 (calc-embedded-close-new-formula, calc-embedded-open-mode)
25026 (calc-embedded-close-mode, calc-gnuplot-name)
25027 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
25028 from other files and make customizable.
25029
25030 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
25031
25032 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
25033 Use buffer-live-p.
25034 (cvs-mode-run): Don't call cvs-update-header here.
25035 (cvs-run-process): Call cvs-update-header.
25036 Use process properties for cvs-postprocess and cvs-buffer so that
25037 the sentinel can behave better if the temp buffer is killed.
25038 Use a pipe rather than a tty, to better handle unexpected prompts.
25039 (cvs-sentinel): Rewrite. Call cvs-update-header.
25040
25041 2005-04-01 Andre Spiegel <spiegel@gnu.org>
25042
25043 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
25044 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
25045
25046 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
25047
25048 * generic.el (define-generic-mode): Add indentation rule.
25049
25050 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
25051
25052 * files.el (mode-require-final-newline): Make Custom correctly
25053 report a nil value and allow to set it to nil via Custom.
25054 Doc fix.
25055
25056 2005-04-01 Kenichi Handa <handa@m17n.org>
25057
25058 * international/characters.el: Enable the correct case setting for
25059 dotless-i and dotted-I.
25060
25061 2005-04-01 Kim F. Storm <storm@cua.dk>
25062
25063 * ido.el (ido-file-internal): Fall back to non-ido command if
25064 initial directory is on slow ftp (or tramp) host.
25065
25066 2005-03-31 Richard M. Stallman <rms@gnu.org>
25067
25068 * emacs-lisp/autoload.el (make-autoload):
25069 Handle define-global-minor-mode.
25070
25071 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
25072 Rename from easy-mmode-define-global-mode.
25073 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
25074
25075 * progmodes/scheme.el (scheme-mode-syntax-table):
25076 Update syntax of | and # for two-character comment syntax.
25077
25078 2005-03-31 Lute Kamstra <lute@gnu.org>
25079
25080 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
25081 (define-minor-mode): Call custom-current-group at load-time.
25082
25083 * generic.el (define-generic-mode): Add debug declaration.
25084 Add defcustom for the mode hook.
25085 (generic-mode-internal): Use run-mode-hooks.
25086
25087 2005-03-31 Kim F. Storm <storm@cua.dk>
25088
25089 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
25090 (mouse-fixup-help-message): New defun called by show_help_echo
25091 to fixup mouse-2 prefix in help messages when applicable.
25092
25093 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
25094
25095 2005-03-31 Kenichi Handa <handa@m17n.org>
25096
25097 * language/thai-word.el (thai-find-word-ends): Pay attention to
25098 the case that we reach the end of buffer.
25099
25100 * textmodes/fill.el (fill-text-properties-at): New function.
25101 (fill-newline): Use fill-text-properties-at instead of
25102 text-properties-at.
25103
25104 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
25105
25106 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
25107 not comint-quote-filename.
25108
25109 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
25110
25111 * help-fns.el (help-with-tutorial): Revert last change.
25112
25113 2005-03-31 Kim F. Storm <storm@cua.dk>
25114
25115 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
25116
25117 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
25118
25119 * calendar/cal-china.el: Update reference to "Calendrical
25120 Calculations" book; there's a new edition.
25121 * calendar/cal-coptic.el: Likewise.
25122 * calendar/cal-french.el: Likewise.
25123 * calendar/cal-hebrew.el: Likewise.
25124 * calendar/cal-islam.el: Likewise.
25125 * calendar/cal-iso.el: Likewise.
25126 * calendar/cal-julian.el: Likewise.
25127 * calendar/cal-mayan.el: Likewise.
25128 * calendar/cal-persia.el: Likewise.
25129 * calendar/calendar.el: Likewise.
25130 * calendar/holidays.el: Likewise.
25131 * calendar/lunar.el: Likewise.
25132 * calendar/solar.el: Likewise.
25133
25134 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
25135 white space from doc string.
25136
25137 2005-03-30 Jay Belanger <belanger@truman.edu>
25138
25139 * calc/calc-help.el (calc-full-help): Remove email address.
25140
25141 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
25142
25143 * help-fns.el (help-with-tutorial): Delete title line.
25144
25145 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
25146
25147 * calendar/cal-x.el (calendar-one-frame-setup)
25148 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
25149 rather than `symbol' for set-window-dedicated-p.
25150
25151 * calendar/appt.el (appt-buffer-name): Make it a constant.
25152 (appt-add): Doc fix.
25153
25154 * filesets.el (filesets-menu-path, filesets-menu-before)
25155 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
25156 (filesets-menu-cache-file): Use directory ~/.emacs.d.
25157 (filesets-add-submenu): Delete and use add-submenu instead.
25158
25159 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
25160
25161 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
25162 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
25163 (org-diary-default-entry): New function.
25164 (org-get-entries-from-diary): Better parsing of diary entries.
25165 (org-agenda-check-no-diary): New function.
25166 ("diary-lib"): Advice to function `add-to-diary-list', to allow
25167 linking to diary entries.
25168 (org-agenda-execute-calendar-command): New function.
25169 (org-agenda): Improve visible section in window.
25170 Use `org-fit-agenda-window'.
25171 (org-fit-agenda-window): New option.
25172 (org-move-subtree-down): Better handling of empty lines
25173 at end of subtree.
25174 (org-cycle): Numeric prefix is interpreted now as show-subtree N
25175 levels up.
25176 (org-fontify-done-headline): New option.
25177 (org-headline-done-face): New face.
25178 (org-set-font-lock-defaults): Use `org-headline-done-face'.
25179 (org-table-copy-down): Rename from `org-table-copy-from-above'.
25180 When current field is non-empty, it is copied to next row.
25181 (org-table-copy-from-above): Fix bug which made it
25182 impossible to copy fields containing only a single non-white character.
25183
25184 2005-03-30 Kim F. Storm <storm@cua.dk>
25185
25186 * kmacro.el (kmacro-end-macro): Isearch may store this command
25187 into the macro -- so ignore it when executing keyboard macro.
25188
25189 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
25190
25191 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
25192
25193 2005-03-29 Kenichi Handa <handa@m17n.org>
25194
25195 * language/thai.el ("Thai"): Set setup-function and exit-function
25196 for Thai language environment.
25197
25198 * language/thai-util.el: Require thai-word.
25199 (thai-word-mode-map): New variable.
25200 (thai-word-mode): New minor mode.
25201 (setup-thai-language-environment-internal): New function.
25202 (exit-thai-language-environment-internal): New function.
25203
25204 * language/thai-word.el (thai-word-table): Declare it by defvar,
25205 use dolist to initialize it.
25206 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
25207 (thai-fill-find-break-point): New functions.
25208
25209 2005-03-29 Richard M. Stallman <rms@gnu.org>
25210
25211 * simple.el (idle-update-delay): Move definition up.
25212 (set-mark): Doc fix.
25213
25214 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
25215
25216 * longlines.el: New file.
25217
25218 * simple.el (buffer-substring-filters): New variable.
25219 (filter-buffer-substring): New function.
25220 (kill-region, copy-region-as-kill): Use it.
25221
25222 * register.el (copy-to-register, append-to-register)
25223 (prepend-to-register): Use filter-buffer-substring.
25224
25225 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
25226
25227 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
25228 (gud-filter-pending-text): Move in front of gdb.
25229 (gud-overlay-arrow-position): New variable.
25230 (gud-sentinel, gud-display-line): Use it in place of
25231 overlay-arrow-position.
25232
25233 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
25234
25235 * progmodes/fortran.el (fortran-if-indent): Doc fix.
25236 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
25237 (fortran-font-lock-keywords-4): New variable.
25238 (fortran-blocks-re, fortran-end-block-re)
25239 (fortran-start-block-re): New constants, for hideshow.
25240 (hs-special-modes-alist): Add a Fortran entry.
25241 (fortran-mode-map): Bind fortran-end-of-block,
25242 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
25243 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
25244 (fortran-looking-at-if-then, fortran-end-of-block)
25245 (fortran-beginning-of-block): New functions, for hideshow.
25246
25247 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
25248 Doc fix. Tweak regexp.
25249 (f90-beginning-of-block): Push mark first.
25250
25251 2005-03-29 Jay Belanger <belanger@truman.edu>
25252
25253 * calc/calc.el: Update copyright date.
25254 (calc-version): Increase to 2.1.
25255 (calc-version-date): Remove.
25256
25257 * calc/calc-help.el: Update copyright date.
25258 (calc-full-help): Remove reference to calc-version-date.
25259 Update copyright date.
25260
25261 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
25262
25263 * vc.el (vc-do-command): Use a pipe for async processes, so password
25264 prompts don't show up at places where the user can't reply.
25265
25266 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
25267
25268 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
25269 on the file name we pass to the inferior shell.
25270
25271 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
25272
25273 * progmodes/which-func.el (which-function): Be robust in the face of an
25274 imenu--make-index-alist failure.
25275
25276 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
25277
25278 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
25279
25280 * progmodes/python.el (python-preoutput-filter): Fix last change.
25281
25282 2005-03-29 Lute Kamstra <lute@gnu.org>
25283
25284 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
25285 functions and compiled macros.
25286 (debug-convert-byte-code): Handle macros too.
25287 (debug-on-entry-1): Don't signal an error when trying to clear a
25288 function that is not set to debug on entry.
25289
25290 2005-03-29 Jay Belanger <belanger@truman.edu>
25291
25292 * calc/calc-lang.el: Add functions to math-function-table
25293 properties of tex and math.
25294
25295 2005-03-29 Kenichi Handa <handa@m17n.org>
25296
25297 * ps-mule.el (ps-mule-plot-string): Translate characters by
25298 ps-print-translation-table.
25299 (ps-mule-begin-job): Call find-charset-region/string with
25300 ps-print-translation-table.
25301 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
25302
25303 * ps-print.el (ps-print-translation-table): New variable.
25304 (ps-plot-region): Translate characters by ps-print-translation-table.
25305
25306 2005-03-29 Juri Linkov <juri@jurta.org>
25307
25308 * simple.el (next-error-highlight-timer): New variable.
25309
25310 * progmodes/compile.el (compilation-goto-locus):
25311 Use `next-error-highlight-timer' instead of `sit-for'.
25312
25313 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
25314
25315 * mail/supercite.el (sc-mail-field): Use assoc-string.
25316 (sc-get-address): Simplify regexps.
25317
25318 * files.el (minibuffer-with-setup-hook): New macro.
25319 (find-file-read-args): Use it to avoid let-binding
25320 minibuffer-with-setup-hook (which breaks turning on/off
25321 file-name-shadow-mode while in the prompt).
25322
25323 * complete.el (PC-read-include-file-name-internal):
25324 Use test-completion.
25325
25326 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
25327
25328 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
25329
25330 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
25331
25332 * window.el (window-buffer-height): Use count-screen-lines.
25333
25334 * progmodes/python.el (python-preoutput-leftover): New var.
25335 (python-preoutput-filter): Use it.
25336 (python-send-receive): Loop until all the result has been received.
25337
25338 2005-03-28 Juri Linkov <juri@jurta.org>
25339
25340 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
25341
25342 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
25343 "Recover Crashed Session".
25344 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
25345 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
25346 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
25347 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
25348 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
25349 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
25350 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
25351 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
25352
25353 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
25354 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
25355 Ediff Sessions", "Toggle use of separate control buffer frame",
25356 "Use separate frame for Ediff control buffer".
25357
25358 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
25359 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
25360 "Rename Bookmark", "Delete Bookmark".
25361
25362 * info.el (Info-mode-menu): Remove ellipsis from "Index".
25363 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
25364 Add `:active Info-index-alternatives' to "Next Matching Item".
25365
25366 * wdired.el (wdired-change-to-wdired-mode):
25367 Mention `wdired-abort-changes' key in the initial message.
25368
25369 * international/mule.el (auto-coding-alist): Associate non-ascii
25370 image filename extensions with `no-conversion'.
25371
25372 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
25373
25374 * international/iso-acc.el:
25375 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
25376
25377 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
25378
25379 * textmodes/sgml-mode.el (html-mode): Doc update.
25380
25381 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
25382
25383 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
25384
25385 * term.el (term-move-columns): Fix face after extending a line.
25386 (term-insert-spaces): Likewise.
25387 (term-reset-terminal): Fix off by one error.
25388
25389 2005-03-26 Eli Zaretskii <eliz@gnu.org>
25390
25391 * international/mule.el (auto-coding-alist): Add .xpi files.
25392
25393 * files.el (auto-mode-alist): Add .xpi files.
25394
25395 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
25396
25397 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
25398
25399 2005-03-26 Eli Zaretskii <eliz@gnu.org>
25400
25401 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
25402
25403 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
25404
25405 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
25406 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
25407
25408 * calendar/cal-move.el (calendar-beginning-of-year): Move the
25409 cursor to Jan 1 when needed.
25410 (calendar-end-of-year): Fix -/+ typo.
25411 Reported by Chong Yidong <cyd@stupidchicken.com>.
25412
25413 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
25414
25415 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
25416
25417 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
25418 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
25419
25420 2005-03-25 Richard M. Stallman <rms@gnu.org>
25421
25422 * filesets.el (filesets-init): Add autoload.
25423
25424 * mail/mailalias.el (mail-directory): Doc fix.
25425
25426 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
25427
25428 * mail/mailalias.el (mail-directory-process): Do nothing if
25429 mail-directory-process is an atom.
25430 (mail-get-names): Ignore mail-directory-names if it is an atom.
25431 (mail-directory-process defvar): Doc fix.
25432 (mail-names): Doc fix.
25433
25434 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
25435
25436 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
25437
25438 2005-03-26 Kenichi Handa <handa@m17n.org>
25439
25440 * international/mule-util.el (detect-coding-with-priority):
25441 Call update-coding-systems-internal before detect-coding-region.
25442
25443 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
25444
25445 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
25446 (gdb-frames-mode-map): Add follow-link property.
25447
25448 2005-03-25 Jay Belanger <belanger@truman.edu>
25449
25450 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
25451 for variables.
25452
25453 2005-03-25 Juri Linkov <juri@jurta.org>
25454
25455 * image-mode.el: Optimize image filename extension regexps in
25456 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
25457 in `auto-mode-alist'.
25458 (image-mode): Add `image-toggle-display-text' to local hook
25459 `change-major-mode-hook'. Display the image as an image by
25460 default. Set `cursor-type' and `truncate-lines' if the image
25461 is already displayed. Take into account the current mode (image
25462 or text) in message.
25463 (image-minor-mode): New minor mode.
25464 (image-mode-maybe, image-toggle-display-text): New functions.
25465 (image-toggle-display): Use called-interactively-p.
25466 Let-bind `inhibit-read-only' to t.
25467
25468 * image-mode.el (image-minor-mode): Set `cursor-type' and
25469 `truncate-lines' if the image is already displayed. Add turning
25470 image-minor-mode off to `change-major-mode-hook'. Add message.
25471 Call `image-toggle-display-text' after turning image-minor-mode off.
25472
25473 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
25474
25475 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
25476 Terminal.app, use utf-8.
25477 (set-display-table-and-terminal-coding-system): Add coding-system arg.
25478 (set-locale-environment): Use it.
25479
25480 * term/xterm.el: Undo last change, better done in mule-cmds.el.
25481
25482 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
25483
25484 * progmodes/python.el (python-close-block-statement-p)
25485 (python-outdent-p, python-current-defun): Use symbol-end.
25486
25487 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
25488
25489 * files.el (save-some-buffers): Doc fix.
25490
25491 2005-03-25 Werner Lemberg <wl@gnu.org>
25492
25493 * complete.el, thumbs.el: Replace `legal' with `valid'.
25494 * calendar/calendar.el: Replace `legal' with `valid'.
25495 * emacs-lisp/advice.el: Replace `legal' with `valid'.
25496 * mail/supercite.el: Replace `legal' with `valid'.
25497 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
25498 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
25499 Replace `legal' with `valid'.
25500 * textmodes/reftex-vars.el, textmodes/reftex.el:
25501 Replace `legal' with `valid'.
25502
25503 2005-03-25 Werner Lemberg <wl@gnu.org>
25504
25505 * calc/calc-forms.el, calc/calc-sel.el
25506 * midnight.el, vc-cvs.el
25507 * emacs-lisp/cl-macs.el
25508 * emulation/vip.el
25509 * eshell/esh-io.el, eshell/esh-var.el
25510 * mail/supercite.el
25511 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
25512 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
25513 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
25514 * progmodes/sh-script.el, progmodes/xscheme.el
25515 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
25516 * textmodes/reftex-index.el, textmodes/reftex-parse.el
25517 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
25518 * textmodes/reftex.el, textmodes/org.el:
25519 Replace `illegal' with `invalid'.
25520
25521 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
25522
25523 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
25524 (flymake-find-buildfile, flymake-find-possible-master-files)
25525 (flymake-check-include, flymake-parse-line): Replace loops over the
25526 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
25527
25528 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
25529 Substitute file-name-as-directory in the rest of the file.
25530 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
25531 (flymake-replace-region): Remove unused arg `buffer'.
25532 (flymake-check-patch-master-file-buffer): Update calls to it.
25533 (flymake-add-err-info): Remove unused var `count'.
25534 (flymake-mode): Use define-minor-mode.
25535
25536 * progmodes/flymake.el: Use with-current-buffer.
25537 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
25538 flymake-replace-regexp-in-string, flymake-line-beginning-position)
25539 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
25540 Avoid testing for `xemacs'.
25541 (flymake-nop): Move.
25542 (flymake-region-has-flymake-overlays): Return the computed value.
25543 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
25544 Remove unused var `endline'.
25545 (flymake-get-line-count): Remove unused function.
25546 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
25547
25548 * emulation/vi.el:
25549 * generic.el:
25550 * hilit-chg.el (global-highlight-changes):
25551 * hi-lock.el (hi-lock-mode):
25552 * follow.el: find-file-hooks -> find-file-hook.
25553
25554 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
25555
25556 2005-03-24 Juri Linkov <juri@jurta.org>
25557
25558 * dired.el (dired-mode-map): Add menu item "Compare directories"
25559 for dired-compare-directories.
25560
25561 * dired-aux.el (dired-compare-directories): Add autoload cookie.
25562 Doc fix. Replace `read-file-name' with `read-directory-name'.
25563
25564 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
25565
25566 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
25567
25568 2005-03-24 Jay Belanger <belanger@truman.edu>
25569
25570 * calc/calc-embed.el (calc-embedded-mode-change): Save all
25571 relevant mode settings in calc-embedded-original-modes when modes
25572 are permanently changed.
25573
25574 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
25575
25576 * autoinsert.el: find-file-hooks -> find-file-hook.
25577
25578 2005-03-24 Lute Kamstra <lute@gnu.org>
25579
25580 * generic.el (generic-font-lock-defaults): Make it obsolete.
25581 (generic-font-lock-keywords): New variable to replace
25582 generic-font-lock-defaults.
25583 (generic-mode-set-font-lock): Delete it.
25584 (generic-mode-internal): Don't call generic-mode-set-font-lock.
25585 (generic-bracket-support): Add docstring.
25586
25587 * generic-x.el: Rename generic-font-lock-defaults to
25588 generic-font-lock-keywords throughout.
25589 (mailagent-rules-setup-function): Delete it.
25590 (mailagent-rules-generic-mode): Use anonymous function instead.
25591 (show-tabs-generic-mode-font-lock-defaults-1)
25592 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
25593 Quote faces.
25594 (show-tabs-tab-face, show-tabs-space-face): Specify background,
25595 not foreground.
25596
25597 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
25598 Recognize define-generic-mode.
25599
25600 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
25601
25602 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
25603 if there's no completion table.
25604
25605 2005-03-23 Miles Bader <miles@gnu.org>
25606
25607 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
25608 Remove tty-specific variants, as they're no longer needed.
25609
25610 2005-03-23 Lute Kamstra <lute@gnu.org>
25611
25612 * generic-x.el: Code cleanup: make args constant whenever possible.
25613 (installshield-statement-keyword-list)
25614 (installshield-system-functions-list)
25615 (installshield-system-variables-list, installshield-types-list)
25616 (installshield-funarg-constants-list): Make them constants.
25617
25618 * generic.el (generic-make-keywords-list): Add autoload cookie.
25619
25620 * calendar/time-date.el: Add comment on time value formats.
25621 Don't require parse-time.
25622 (with-decoded-time-value): New macro.
25623 (encode-time-value): New function.
25624 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
25625 (days-to-time): Return a valid time value when arg is huge.
25626 (time-since): Use time-subtract.
25627 (time-to-number-of-days): Use time-to-seconds.
25628
25629 2005-03-23 David Ponce <david@dponce.com>
25630
25631 * recentf.el (recentf-keep): New option.
25632 (recentf-menu-action): Default to `find-file'.
25633 (recentf-keep-non-readable-files-flag)
25634 (recentf-keep-non-readable-files-p)
25635 (recentf-file-readable-p, recentf-find-file)
25636 (recentf-cleanup-remote): Remove.
25637 (recentf-include-p): More robust.
25638 (recentf-keep-p): New function.
25639 (recentf-remove-if-non-kept): Rename from
25640 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
25641 All callers updated.
25642 (recentf-menu-items-for-commands): Fix help string.
25643 (recentf-track-closed-file): Update. Doc fix.
25644 (recentf-cleanup): Update. Count removed files. Doc fix.
25645
25646 2005-03-23 Kim F. Storm <storm@cua.dk>
25647
25648 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
25649 Don't inherit from fringe face (now happens automatically).
25650
25651 2005-03-22 Kim F. Storm <storm@cua.dk>
25652
25653 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
25654 position values.
25655
25656 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
25657
25658 * menu-bar.el (showhide-date-time): Remove.
25659 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
25660 (menu-bar-make-mm-toggle): Simplify.
25661
25662 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
25663
25664 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
25665 Accept qualified variable and function names.
25666
25667 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
25668
25669 * bindings.el (completion-ignored-extensions):
25670 Remove ".lis" for `vax-vms'.
25671
25672 2005-03-22 Andreas Schwab <schwab@suse.de>
25673
25674 * generic-x.el: Revert last change.
25675 * ldefs-boot.el: Update.
25676
25677 2005-03-22 Jay Belanger <belanger@truman.edu>
25678
25679 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
25680 (calc-embedded-save-original-modes)
25681 (calc-embedded-restore-original-modes): New functions.
25682 (calc-do-embedded): Save original modes when entering embedded mode
25683 and restore when leaving embedded mode.
25684 (calc-embedded-modes-change): Change the value of
25685 calc-embedded-original-modes to reflect permanent changes.
25686
25687 2005-03-22 Lute Kamstra <lute@gnu.org>
25688
25689 * generic-x.el: Require generic again.
25690
25691 2005-03-22 Miles Bader <miles@gnu.org>
25692
25693 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
25694 Tweak details to look good on both ttys and bitmap displays, light
25695 or dark background, etc.
25696
25697 2005-03-21 Kim F. Storm <storm@cua.dk>
25698
25699 * tooltip.el (tooltip-show-help-function): Check car and cdr of
25700 mouse position.
25701
25702 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
25703
25704 * icomplete.el: Don't forcibly turn on the mode upon load.
25705 (icomplete-mode): Use define-minor-mode.
25706 (icomplete-eoinput): Default to nil.
25707 (icomplete-minibuffer-setup): Remove autoload.
25708 (icomplete-tidy): Simplify.
25709 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
25710 in the initial state or if the user has modified the field.
25711 Fix handling of icomplete-max-delay-chars.
25712 Remove code that handles the oddball case where
25713 minibuffer-completion-table is an integer.
25714 Wrap icomplete-completions in while-no-input in case building
25715 completions takes more time than expected.
25716 (icomplete-completions): Simplify.
25717
25718 2005-03-21 Richard M. Stallman <rms@gnu.org>
25719
25720 * jka-compr.el (jka-compr-really-do-compress):
25721 Make variable buffer-local.
25722
25723 * image-mode.el: Handle .xpm files too.
25724 (image-toggle-display): Preserve modification flag.
25725
25726 * help.el (where-is): Don't mention aliases with no key bindings.
25727
25728 2005-03-21 Lute Kamstra <lute@gnu.org>
25729
25730 * generic.el: Fix commentary section. Don't require cl for
25731 compilation.
25732 (generic-mode-list): Add autoload cookie.
25733 (generic-use-find-file-hook, generic-lines-to-scan)
25734 (generic-find-file-regexp, generic-ignore-files-regexp)
25735 (generic-mode, generic-mode-find-file-hook)
25736 (generic-mode-ini-file-find-file-hook): Fix docstrings.
25737 (define-generic-mode): Make it a defmacro. Fix docstring.
25738 (generic-mode-internal): Code cleanup. Add autoload cookie.
25739 (generic-mode-set-comments): Code cleanup.
25740 * generic-x.el: Don't prevent compilation. Don't require generic.
25741 Follow coding conventions. Minor code cleanup.
25742 (etc-fstab-generic-mode): Add some keywords.
25743 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
25744 define-generic-mode like a function declaration.
25745
25746 2005-03-21 Jay Belanger <belanger@truman.edu>
25747
25748 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
25749 changing modes.
25750
25751 2005-03-21 Sam Steingold <sds@gnu.org>
25752
25753 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
25754
25755 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
25756
25757 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
25758 Add underscore to "f$ lexicals" regexp.
25759
25760 2005-03-20 Juri Linkov <juri@jurta.org>
25761
25762 * subr.el (progress-reporter-do-update): When `min-value' is equal
25763 to `max-value', set `percentage' to 0 and prevent division by zero.
25764
25765 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
25766
25767 Sync with Tramp 2.0.48.
25768
25769 * net/tramp.el (all): Change all addresses to .gnu.org.
25770 (tramp-append-tramp-buffers): New defun.
25771 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
25772 Catch `dont-send' signal.
25773 (tramp-set-auto-save-file-modes): Set always permissions, because
25774 there might be an old auto-saved file belonging to another
25775 original file. This could be a security threat. Reported by
25776 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
25777 Check for Emacs 21.3.50 removed.
25778
25779 * net/tramp-smb.el (all): Remove debug construct for
25780 `with-parsed-tramp-file-name'.
25781 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
25782 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
25783 No error message if DIRECTORY or FILENAME doesn't exist.
25784 (tramp-smb-open-connection): Check existence of
25785 `tramp-smb-program'.
25786
25787 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
25788
25789 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
25790 Properly handle the case where the `m' or `s' command's argument is not
25791 yet terminated.
25792 (perl-indent-new-calculate): New function.
25793 (perl-indent-line): Use it.
25794
25795 2005-03-20 Miles Bader <miles@gnu.org>
25796
25797 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
25798 in text-mode too. Change to new face names.
25799 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
25800 Add `:weight bold' attribute.
25801 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
25802
25803 2005-03-19 Juri Linkov <juri@jurta.org>
25804
25805 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
25806
25807 * international/mule.el (auto-coding-alist): Sync with
25808 `auto-mode-alist' by adding upper case archive file extensions
25809 and adding ear/war to jar extension.
25810
25811 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
25812
25813 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
25814 running, restart it.
25815
25816 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
25817
25818 * finder.el (finder-current-item): Throw an error on an empty line.
25819
25820 * man.el (Man-follow-manual-reference): If current-word returns
25821 nil, use "".
25822
25823 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
25824
25825 * simple.el (goto-line): Doc fix.
25826
25827 2005-03-19 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
25828
25829 * files.el (save-buffer): Doc fix.
25830
25831 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
25832
25833 * recentf.el (recentf-cleanup-remote): New variable.
25834 (recentf-cleanup): Use it to conditionally check availability of
25835 remote files.
25836
25837 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
25838
25839 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
25840 function names.
25841
25842 2005-03-19 Eli Zaretskii <eliz@gnu.org>
25843
25844 * language/thai-word.el: New file.
25845
25846 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
25847
25848 * files.el (backup-buffer): If the file's directory is not
25849 writable, use copy instead of move to backup the file.
25850
25851 2005-03-19 Eli Zaretskii <eliz@gnu.org>
25852
25853 * obsolete/keyswap.el: Moved to obsolete/ from term/.
25854
25855 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
25856
25857 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
25858 Use functionp instead of symbolp and fboundp. Reported by Drkm
25859 <darkman_spam@yahoo.fr>.
25860 (ps-print-version): New version 6.6.6.
25861
25862 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
25863
25864 * textmodes/table.el (table--line-column-position): New idiom.
25865 (table--row-column-insertion-point-p): New function to test
25866 validity of row and column insertion operation at a location.
25867 (table-global-menu, table-cell-menu): Use above functions for
25868 deterministic test operation.
25869 (table--editable-cell-p): Behave in deterministic fashion.
25870
25871 2005-03-18 Juri Linkov <juri@jurta.org>
25872
25873 * isearch.el (isearch-lazy-highlight-new-loop):
25874 Make arguments beg and end optional.
25875 (isearch-update): Remove optional arguments nil from
25876 isearch-lazy-highlight-new-loop.
25877 (isearch-lazy-highlight-search): Let-bind case-fold-search to
25878 isearch-lazy-highlight-case-fold-search instead of
25879 isearch-case-fold-search, and let-bind isearch-regexp to
25880 isearch-lazy-highlight-regexp.
25881 Use isearch-lazy-highlight-last-string instead of isearch-string.
25882
25883 * replace.el (perform-replace): Remove bindings of global
25884 variables isearch-string, isearch-regexp, isearch-case-fold-search.
25885 Add three new arguments to `replace-highlight'.
25886 (replace-highlight): Add arguments string, regexp, case-fold.
25887 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
25888 to allow isearch-lazy-highlight-new-loop to use these values
25889 to set corresponding isearch-lazy-highlight-* internal
25890 variables whose values lazy highlighting will use regardless of
25891 changes to global variables isearch-string, isearch-regexp,
25892 isearch-case-fold-search during lazy highlighting loop.
25893 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
25894 to `lazy-highlight-cleanup'.
25895
25896 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
25897 (ispell-highlight-face): Set default face to `isearch' when
25898 lazy highlighting is enabled.
25899 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
25900 priority to 1. Add lazy highlighting.
25901 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
25902 from `isearch-dehighlight'.
25903
25904 2005-03-18 David Ponce <david@dponce.com>
25905
25906 * files.el (hack-local-variables): Do a case-insensitive search
25907 for End.
25908
25909 2005-03-18 Juri Linkov <juri@jurta.org>
25910
25911 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
25912 `isearch-lazy-highlight-cleanup', add alias to old name and
25913 declare obsolete. Add release numbers to other obsolete vars.
25914 (isearch-done, isearch-lazy-highlight-new-loop):
25915 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
25916 (lazy-highlight-cleanup) <variable>: Doc fix.
25917 (isearch-lazy-highlight-update): Rename obsolete
25918 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
25919
25920 2005-03-18 Kenichi Handa <handa@m17n.org>
25921
25922 * language/thai-util.el: Fix categorization of Thai characters in
25923 thai-category-table.
25924 (thai-composition-pattern): Adjust it for the above change.
25925 (thai-self-insert-command, thai-compose-syllable): New functions.
25926 (thai-compose-region): Use thai-compose-syllable.
25927 (thai-compose-string): Likewise.
25928 (thai-composition-function): Likewise.
25929 (thai-auto-composition): New function.
25930 (thai-auto-composition-mode): New minor mode.
25931
25932 * language/thai.el: Fix patterns to be registered in
25933 composition-function-table.
25934
25935 * international/quail.el (quail-input-method): Locally bind
25936 inhibit-modification-hooks to t.
25937
25938 2005-03-17 Richard M. Stallman <rms@gnu.org>
25939
25940 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
25941 (perl-mode): Use run-mode-hooks.
25942
25943 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
25944 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
25945 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
25946
25947 * mail/sendmail.el (sendmail-send-it): Reenable the code
25948 to compute resend-to-address and use it.
25949
25950 * tar-mode.el (tar-mode): Turn off undo unconditionally.
25951
25952 * image-mode.el: New file.
25953
25954 * image.el (insert-sliced-image): Add autoload cookie.
25955
25956 * font-lock.el (font-lock-lines-before): New user option.
25957 (font-lock-after-change-function): Obey it.
25958
25959 * bindings.el (esc-map): Make M-g a prefix.
25960 Bind M-g g and M-g M-g to goto-line.
25961
25962 * faces.el (face-id): Doc fix.
25963
25964 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
25965
25966 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
25967 (rmail-show-message): Use rmail-unknown-mail-followup-to.
25968 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
25969
25970 * mail/sendmail.el (mail-yank-ignored-headers)
25971 (mail-font-lock-keywords, mail-mode-fill-paragraph):
25972 Add Mail-Followup-To and Mail-Reply-To headers.
25973 (mail-citation-hook): Add autoload cookie.
25974 (mail-mode): Doc fix.
25975 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
25976 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
25977 (mail-mode-fill-paragraph): Handle those headers.
25978 (mail-mailing-lists): New variable.
25979 (mail-mail-reply-to, mail-mail-followup-to): New functions.
25980
25981 2005-03-17 Juri Linkov <juri@jurta.org>
25982
25983 * isearch.el (isearch-fallback): Check for `(car previous)'
25984 before calling `isearch-other-end-state'.
25985
25986 2005-03-17 Kim F. Storm <storm@cua.dk>
25987
25988 * simple.el (move-beginning-of-line): Move to beginning of buffer
25989 line, as well as beginning of screen line.
25990
25991 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
25992
25993 * calendar/diary-lib.el (mark-diary-entries): Use new optional
25994 argument REDRAW rather than calendar-redrawing variable.
25995 * calendar/calendar.el (calendar-redrawing): Delete.
25996 (redraw-calendar): Do not bind calendar-redrawing.
25997
25998 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
25999
26000 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
26001 diary-file buffer.
26002
26003 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
26004
26005 * help.el (describe-mode): Allow a :minor-mode-function property to
26006 specify a different minor mode toggle function than the variable.
26007 * simple.el (auto-fill-function):
26008 * subr.el (add-minor-mode): Use it.
26009
26010 2005-03-16 Kenichi Handa <handa@m17n.org>
26011
26012 * language/ethio-util.el (sera-being-called-by-w3): New variable.
26013 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
26014 (ethio-fidel-to-sera-buffer): Likewise.
26015
26016 2005-03-16 Juri Linkov <juri@jurta.org>
26017
26018 * emacs-lisp/find-func.el (find-function-regexp):
26019 Add defun-emitting macro `menu-bar-make-toggle'.
26020
26021 * isearch.el: Put `isearch-scroll' property to
26022 `split-window-horizontally'.
26023
26024 * info.el: Update error messages for `debug-ignored-errors'.
26025 (Info-isearch-search): Doc fix.
26026 (Info-find-node): Move up code to go into info buffer before
26027 recording the node to the history.
26028 (Info-fontify-node): Fontify titles only if the next line
26029 has two or more `*', `=', `-', `.'.
26030 Display "go to this node" for empty (match-string 3).
26031
26032 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26033
26034 * term/mac-win.el: Add mouse pointer shape constants.
26035
26036 2005-03-15 Kim F. Storm <storm@cua.dk>
26037
26038 * simple.el (move-beginning-of-line): Use vertical-motion.
26039
26040 2005-03-15 Juri Linkov <juri@jurta.org>
26041
26042 * isearch.el (isearch-error): New variable.
26043 (isearch-invalid-regexp, isearch-within-brackets): Remove.
26044 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
26045 (isearch-within-brackets-state): Remove.
26046 (isearch-case-fold-search-state, isearch-pop-fun-state):
26047 Decrease frame index.
26048 (isearch-mode, isearch-top-state, isearch-push-state)
26049 (isearch-edit-string, isearch-abort, isearch-search-and-update)
26050 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
26051 (isearch-search, isearch-lazy-highlight-new-loop):
26052 Replace `isearch-invalid-regexp' with `isearch-error'.
26053 Remove `isearch-within-brackets'.
26054 (isearch-search): Add `search-failed' handler to `condition-case'.
26055 (isearch-lazy-highlight-search): Add `condition-case' to catch
26056 errors and allow `isearch-lazy-highlight-update' to try
26057 highlighting from the beginning of the window.
26058 (isearch-repeat): Move up code to set isearch-wrapped to t
26059 before calling isearch-wrap-function.
26060
26061 * info.el (Info-isearch-initial-node): New internal variable.
26062 (Info-search): Signal an error in isearch mode when search leaves
26063 the initial node. Signal an error when `bound' is non-nil and
26064 nothing was found in the current subfile.
26065 (Info-isearch-search): Remove `condition-case'.
26066 (Info-isearch-wrap): Don't wrap when search failed during leaving
26067 the initial node. If `Info-isearch-search' is nil, wrap around
26068 the current node.
26069 (Info-isearch-start): New fun.
26070 (Info-mode): Add buffer-local hook `Info-isearch-start' to
26071 `isearch-mode-hook'.
26072
26073 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26074
26075 * simple.el (normal-erase-is-backspace): Set default to t if
26076 running on Mac.
26077
26078 * term/mac-win.el (function-key-map): Sync with x-win.el.
26079
26080 2005-03-15 Kenichi Handa <handa@m17n.org>
26081
26082 * international/mule-cmds.el (locale-language-names): Modify the
26083 format of elements and add more entries.
26084 (locale-preferred-coding-systems): Add more entries.
26085 (set-locale-environment): Adjust for the change of
26086 locale-language-names.
26087
26088 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
26089
26090 * pcvs.el (smerge-ediff): Remove bogus autoload.
26091
26092 2005-03-14 Lute Kamstra <lute@gnu.org>
26093
26094 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
26095 Ignore a `*' at the beginning of a line.
26096
26097 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
26098 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
26099 subr.el.
26100 (dont-compile, eval-when-compile, eval-and-compile): Use declare
26101 to specify indentation.
26102
26103 * generic.el (define-generic-mode): Let generic-mode-list be a
26104 list of strings; test membership with equal.
26105
26106 2005-03-14 Kim F. Storm <storm@cua.dk>
26107
26108 * simple.el (next-line, previous-line): Add optional try-vscroll
26109 arg to recognize interactive use. Pass it on to line-move.
26110 (line-move): Don't perform auto-window-vscroll when defining or
26111 executing keyboard macro to ensure consistent behavior.
26112
26113 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
26114
26115 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
26116
26117 2005-03-13 Lute Kamstra <lute@gnu.org>
26118
26119 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
26120 debugger-setup-buffer so that backtrace marks the frames set to
26121 debug-on-exit and we don't have to do it manually. Set an extra
26122 debug-on-exit for macro's.
26123 (debugger-setup-buffer): Don't mark the top frame manually.
26124
26125 2005-03-12 Lute Kamstra <lute@gnu.org>
26126
26127 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
26128 lisp-indent-function throughout.
26129 (with-no-warnings): Set lisp-indent-function property.
26130
26131 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
26132
26133 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
26134 Add entry for backslash.
26135
26136 2005-03-12 Juri Linkov <juri@jurta.org>
26137
26138 * info.el (Info-search): Four fixes for backward search.
26139
26140 2005-03-11 Jay Belanger <belanger@truman.edu>
26141
26142 * calc/calc.el (calc-language-alist): New variable.
26143 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
26144 (calc-embedded-find-modes): Use calc-language-alist instead of
26145 calc-embedded-language-alist.
26146
26147 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
26148
26149 * calendar/calendar.el (calendar-redrawing): New internal
26150 variable.
26151 (redraw-calendar): Remove bogus save-excursion from previous
26152 change. Bind calendar-redrawing to t for mark-diary-entries.
26153 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
26154 calendar if that is why we were called.
26155
26156 2005-03-11 Kenichi Handa <handa@m17n.org>
26157
26158 * international/mule.el (make-coding-system): Set property
26159 coding-system-define-form to nil.
26160 (define-coding-system-alias): Likewise.
26161
26162 2005-03-11 Kenichi Handa <handa@m17n.org>
26163
26164 These changes are suggested by Dave Love <fx@gnu.org>.
26165
26166 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
26167 coding: tag.
26168 (adaptive-fill-regexp): Add more bullets.
26169 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
26170 regexps.
26171
26172 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
26173
26174 * help.el (describe-mode): Properly handle non-trivial lighters.
26175 Don't ignore minor modes that are not listed in minor-mode-list.
26176
26177 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
26178 feature ON when the user requests to turn it OFF.
26179
26180 2005-03-10 Lute Kamstra <lute@gnu.org>
26181
26182 * emacs-lisp/debug.el (debug-entry-code): Delete it.
26183 (implement-debug-on-entry): New function to replace debug-entry-code.
26184 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
26185 second argument as the 2005-03-07 change makes it obsolete.
26186 (debug-on-entry, cancel-debug-on-entry): Update call to
26187 debug-on-entry-1.
26188 (debug, debugger-setup-buffer): Comment update.
26189 (debugger-frame-number): Update to work with implement-debug-on-entry.
26190
26191 2005-03-10 Jay Belanger <belanger@truman.edu>
26192
26193 * calc/calc-embed.el (math-ms-args): Declare it.
26194 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
26195 math-ms-args.
26196 (calc-embedded-subst): Use math-multi-subst-rec to substitute
26197 variables.
26198
26199 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
26200
26201 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
26202 Use message-box.
26203
26204 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
26205 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
26206 (tooltip-gud-tips): Simplify.
26207 (tooltip-gud-tips-p): Remove superfluous :set.
26208 (tooltip-gud-modes): Add fortran-mode.
26209 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
26210
26211 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
26212
26213 2005-03-09 Kim F. Storm <storm@cua.dk>
26214
26215 * play/animate.el (animate-place-char): Use forward-line instead
26216 of next-line to improve performance.
26217
26218 2005-03-09 Simon Josefsson <jas@extundo.com>
26219
26220 * net/browse-url.el (browse-url-default-browser): Doc fix.
26221
26222 2005-03-09 Miles Bader <miles@gnu.org>
26223
26224 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
26225 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
26226
26227 2005-03-09 Kenichi Handa <handa@m17n.org>
26228
26229 * international/latin-1.el: Set case and syntax for 255 only if
26230 set-case-syntax-set-multibyte is nil.
26231
26232 * textmodes/ispell.el (ispell-insert-word): New function.
26233 (ispell-word): Use ispell-insert-word to insert a new word.
26234 (ispell-process-line): Likewise.
26235 (ispell-complete-word): Likewise.
26236
26237 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
26238
26239 * calendar/calendar.el (redraw-calendar): Preserve point.
26240 Reported by Matt Hodges <MPHodges@member.fsf.org>.
26241 (calendar-week-start-day): Move after definition of
26242 redraw-calendar. Delete buffer test, since redraw-calendar has
26243 that now.
26244
26245 * calendar/diary-lib.el (mark-diary-entries): Only call
26246 redraw-calendar in the first of any recursive calls.
26247 Reported by Alan Shutko <ats@acm.org>.
26248
26249 2005-03-08 Juri Linkov <juri@jurta.org>
26250
26251 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
26252 (html-horizontal-rule, html-line, html-image, html-checkboxes)
26253 (html-radio-buttons): Add a space before the trailing `/>' where
26254 sgml-xml-mode is non-nil.
26255 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
26256 the subsequent tag of the empty XML tag.
26257 (html-href-anchor): Don't set initial input to "http:".
26258 (html-image): Ask for the image URL and set point inside alt="".
26259 (html-name-anchor): Duplicate the name in the `id' attribute when
26260 sgml-xml-mode is non-nil.
26261 (html-paragraph): Remove \n before <p>.
26262 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
26263 instead of `checked' when sgml-xml-mode is non-nil.
26264
26265 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
26266 Remove 1 space before #RRGGBB to not truncate it on terminal
26267 windows w/o fringes. Remove 1 space between bg and fg examples
26268 to get more space.
26269 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
26270 avoid byte-compile warnings.
26271
26272 * image-file.el (image-file-handler): Put `safe-magic' property to
26273 `image-file-handler'.
26274
26275 * info.el (Info-isearch-search): Emulate word search in
26276 isearching through multiple Info nodes with Info-search.
26277 (Info-isearch-wrap): Allow isearch-word.
26278
26279 2005-03-08 Lute Kamstra <lute@gnu.org>
26280
26281 * emacs-lisp/debug.el (debugger-step-through): Make sure that
26282 stepping into the debugger's code is not possible.
26283 (debugger-jumping-flag): Docstring update.
26284
26285 2005-03-08 Jay Belanger <belanger@truman.edu>
26286
26287 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
26288 embedded mode begins.
26289 (calc-embedded-language-alist): New variable.
26290 (calc-embedded-find-modes): Use calc-embedded-language-alist to
26291 set default language mode.
26292
26293 2005-03-08 Kenichi Handa <handa@m17n.org>
26294
26295 * international/ccl.el (define-ccl-program): Fix docstring about
26296 extra 256 bytes assured for the output buffer.
26297
26298 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
26299 Fix BUFFER_MAGNIFICATION to 2.
26300 (ccl-encode-mule-utf-16be-with-signature): Likewise.
26301
26302 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
26303
26304 * align.el (align-rules-list): Added an alignment rule for CSS
26305 declarations (applies to css-mode and html-mode buffers).
26306
26307 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
26308
26309 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
26310
26311 2005-03-07 Kim F. Storm <storm@cua.dk>
26312
26313 * simple.el (move-beginning-of-line): New command.
26314
26315 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
26316
26317 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
26318
26319 * emulation/cua-base.el: Put CUA move property on move-end-of-line
26320 and move-beginning-of-line.
26321
26322 * apropos.el (apropos-print): Omit command from M-x ... RET.
26323
26324 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
26325
26326 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
26327 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
26328
26329 2005-03-06 Richard M. Stallman <rms@gnu.org>
26330
26331 * bindings.el (esc-map): Bind M-g to goto-line.
26332
26333 * facemenu.el (global-map): Bind M-o, not M-g.
26334
26335 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
26336
26337 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
26338 "Open Directory" as for "Open File".
26339
26340 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
26341
26342 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
26343 (push-mark-command): Run activate-mark-hook.
26344
26345 2005-03-06 Richard M. Stallman <rms@gnu.org>
26346
26347 * help-mode.el (help-mode-finish): Don't alter the element
26348 in view-return-to-alist if there already is one.
26349
26350 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
26351 make sure the current buffer is the expected one.
26352
26353 * novice.el (disabled-command-function): Output in *Disabled Command*.
26354 Explicitly ignore non-keyboard events, and explicitly handle C-g.
26355
26356 * textmodes/flyspell.el (flyspell-large-region):
26357 Pass args differently for aspell.
26358
26359 * files.el (mode-require-final-newline): Doc fix.
26360
26361 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
26362
26363 * progmodes/which-func.el (which-function):
26364 Specify NOERROR when calling imenu--make-index-alist.
26365
26366 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
26367
26368 * simple.el (normal-erase-is-backspace): Define default value.
26369
26370 * custom.el (custom-theme-set-variables): Remove unused var
26371 `immediate'.
26372 (custom-reevaluate-setting): Simple function to handle variables
26373 that are defined before their default value can really be
26374 computed.
26375
26376 * startup.el (command-line): Use it for temporary-file-directory,
26377 small-emporary-file-directory, auto-save-file-name-transforms,
26378 blink-cursor-mode, and normal-erase-is-backspace.
26379
26380 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
26381 progress, even with buggy anchored keywords.
26382
26383 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
26384
26385 * simple.el (goto-line): Remove unbalanced final parenthesis.
26386
26387 2005-03-05 Richard M. Stallman <rms@gnu.org>
26388
26389 * simple.el (goto-line): Use a number at point as the default.
26390 With C-u as arg, switch buffers.
26391
26392 2005-03-05 Juri Linkov <juri@jurta.org>
26393
26394 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
26395 with `no-blinking-cursor'.
26396
26397 * startup.el (no-blinking-cursor): New defvar.
26398 (command-line): Add `--no-blinking-cursor' to longopts.
26399 Set `no-blinking-cursor' to t for command line arguments
26400 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
26401 with `no-blinking-cursor' in the condition for calling
26402 `blink-cursor-mode'.
26403
26404 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
26405
26406 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
26407 (menu-bar-options-save): Add blink-cursor-mode.
26408 (menu-bar-options-menu): Add blink-cursor-mode.
26409
26410 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
26411
26412 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
26413 (icalendar-export-file, icalendar-export-region)
26414 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
26415 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
26416
26417 2005-03-04 Lute Kamstra <lute@gnu.org>
26418
26419 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
26420 (debug-function-list): Ditto.
26421
26422 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
26423
26424 * textmodes/texinfmt.el (texinfo-append-refill):
26425 Redefine the types of line to which @refill
26426 is not appended by replacing a search for `@refill\\|@bye' with
26427 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
26428 itemize@refill' bug and the unfilled long lines bug.
26429 (texinfmt-version): Update number and date.
26430
26431 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
26432
26433 * international/code-pages.el (windows-1250, windows-125[2-8])
26434 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
26435
26436 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
26437
26438 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
26439 bound yet.
26440
26441 2005-03-02 Romain Francoise <romain@orebokech.com>
26442
26443 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
26444 buffer after removing limits.
26445 (ibuffer-pop-filter): Ditto.
26446 Update copyright.
26447
26448 2005-03-02 Miles Bader <miles@gnu.org>
26449
26450 * button.el (make-text-button): If the user doesn't specify a
26451 type, use the default. Rewrite to use `add-text-properties' and
26452 plist functions.
26453
26454 2005-03-01 Lute Kamstra <lute@gnu.org>
26455
26456 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
26457 (debugger-jumping-flag): New var.
26458 (debug-entry-code): Use it.
26459 (debugger-jump): Use debugger-jumping-flag and add
26460 debugger-reenable to post-command-hook.
26461 (debugger-reenable): Use debugger-jumping-flag and remove itself
26462 from post-command-hook.
26463 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
26464 debugger-reenable.
26465
26466 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
26467
26468 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
26469 inclusion of "itemize\\|", which may be unnecessary, is certainly
26470 inelegant, and stops refilling in itemize lists when formatting
26471 Japanese Texinfo files to Info.
26472 Update copyright to 2005.
26473
26474 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
26475
26476 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
26477 of an error if GDB can't find the source file.
26478
26479 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
26480
26481 * calendar/calendar.el (redraw-calendar): Work from any buffer,
26482 not just the calendar.
26483
26484 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
26485 first.
26486 (diary-redraw-calendar): New function.
26487 (make-diary-entry): Add diary-redraw-calendar to local
26488 write-contents-functions. Turn off selective display before
26489 inserting in diary.
26490
26491 2005-03-01 Kim F. Storm <storm@cua.dk>
26492
26493 * emacs-lisp/copyright.el (copyright-fix-years): New command.
26494
26495 2005-03-01 Lute Kamstra <lute@gnu.org>
26496
26497 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
26498 that debug-entry-code can be safely removed from a function while
26499 this code is being evaluated. Revert the 2005-02-27 change as the
26500 new implementation no longer requires it. Make sure that a
26501 function body containing just a string is not mistaken for a docstring.
26502 (debug): Skip one more frame in case of debug on entry.
26503 (debugger-setup-buffer): Delete one more frame line in case of
26504 debug on entry.
26505 (debugger-frame-number): Update to use the new text introduced by
26506 the 1999-11-03 change. Skip one more frame in case of debug on entry.
26507
26508 2005-02-28 Kim F. Storm <storm@cua.dk>
26509
26510 * double.el (double-translate-key): Call force-window-update after
26511 read-event to avoid crash in redisplay.
26512
26513 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
26514
26515 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
26516 (debug): Use it. Move the inhibit-trace earlier.
26517 (debug-entry-code): New const.
26518 (debug-on-entry-1): Use it.
26519
26520 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
26521
26522 * international/utf-16.el (ccl-encode-mule-utf-16le):
26523 Fix BUFFER_MAGNIFICATION to 2.
26524 (ccl-encode-mule-utf-16be): Likewise.
26525
26526 2005-02-28 Kenichi Handa <handa@m17n.org>
26527
26528 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
26529 Fix BUFFER_MAGNIFICATION to 4.
26530 (ccl-encode-mule-utf-16be-with-signature): Likewise.
26531
26532 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
26533
26534 * speedbar.el (speedbar-update-flag): Doc fix.
26535 (speedbar-show-info-under-mouse): Give set-mouse-position the right
26536 argument.
26537
26538 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
26539
26540 * reveal.el (reveal-post-command): Don't try to reveal overlays which
26541 have a non-nil `invisible' property but are actually visible.
26542
26543 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
26544 for perldoc sections.
26545 (perl-outline-regexp, perl-outline-level): New var and function.
26546 (perl-mode): Use them.
26547
26548 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
26549
26550 * calendar/diary-lib.el (diary-remind): Discard any mark portion
26551 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
26552
26553 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
26554
26555 * cus-edit.el: Comment change.
26556 (custom-buffer-create-internal): Slightly reword text at top of
26557 Custom buffers. Mention there that saving an option edits the
26558 init file. Add link to Emacs manual node on `custom-file'.
26559 (custom-magic-alist): Rewrite individual State messages to use
26560 capitalized keywords. Doc fix.
26561
26562 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
26563
26564 * calendar/calendar.el (calendar-buffer): Move above
26565 calendar-week-start-day.
26566 (calendar-week-start-day): Doc fix. Add :set function.
26567 (calendar-minimum-window-height): New variable.
26568 (generate-calendar-window): Only resize window if selected-window
26569 is displaying the calendar buffer. Use new variable
26570 calendar-minimum-window-height.
26571 (generate-calendar): Reword error message.
26572 (calendar-mode-map): Bind DEL to scroll-other-window-down.
26573
26574 2005-02-27 Andreas Schwab <schwab@suse.de>
26575
26576 * vc.el (vc-do-command): Don't run command asynchronously when
26577 operating in a remote directory.
26578
26579 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
26580 change from sync with Tramp 2.0.47.
26581
26582 2005-02-27 Richard M. Stallman <rms@gnu.org>
26583
26584 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
26585
26586 * textmodes/flyspell.el (flyspell-mode-on):
26587 Call ispell-change-dictionary only if necessary.
26588
26589 * emacs-lisp/re-builder.el (regexp-builder): New function.
26590
26591 * register.el (describe-register-1): Explicitly handle
26592 yank-excluded-properties = t.
26593
26594 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
26595 (custom-magic-alist): Change the status descriptions again.
26596 (face widget-type): Total rewrite based on `restricted-sexp'
26597 to eliminate the confusing double hiding levels.
26598
26599 * emacs-lisp/debug.el (debug-on-entry-1):
26600 If function body is empty, add nil as body form.
26601
26602 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
26603
26604 * emacs-lisp/trace.el (inhibit-trace): New var.
26605 (trace-make-advice): Use it.
26606
26607 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
26608
26609 2005-02-26 Kim F. Storm <storm@cua.dk>
26610
26611 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
26612 (mouse-on-link-p, mouse-drag-region-1): Use it.
26613
26614 2005-02-25 Lute Kamstra <lute@gnu.org>
26615
26616 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
26617
26618 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
26619
26620 * frame.el (blink-cursor-mode): Add :group keyword.
26621
26622 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
26623
26624 * calendar/icalendar.el (icalendar--decode-isodatetime):
26625 New optional argument DAY-SHIFT.
26626 (icalendar-export-region): Fix coding-system-for-write.
26627 (icalendar--convert-ical-to-diary): Shift end-day of all-day
26628 events by one.
26629
26630 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
26631
26632 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
26633
26634 2005-02-24 Kim F. Storm <storm@cua.dk>
26635
26636 * international/iso-acc.el (iso-accents-compose): Fix crash
26637 during redisplay. Call force-window-update after read-event
26638 and delete-region to signal that window is not accurate.
26639
26640 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
26641
26642 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
26643 Remove unused and inexistent var `inhibit-trace'.
26644 (debugger-mode): Use run-mode-hooks.
26645 (debugger-list-functions): Add buttons; setup xref stack.
26646
26647 2005-02-23 Richard M. Stallman <rms@gnu.org>
26648
26649 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
26650 appointment says it was explicitly made.
26651 (appt-add): Set the 3rd element.
26652 (appt-make-list): Preserve explicit appointments.
26653
26654 * subr.el (find-tag-default): Catch errors in forward-sexp.
26655
26656 2005-02-23 Juri Linkov <juri@jurta.org>
26657
26658 * info.el (Info-isearch-search): New defcustom.
26659 (Info-isearch-search): Call the default isearch function
26660 when Info-isearch-search is nil.
26661 (Info-isearch-wrap): Use variable Info-isearch-search.
26662
26663 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
26664
26665 * cus-edit.el: Comment change.
26666
26667 2005-02-22 Kim F. Storm <storm@cua.dk>
26668
26669 * progmodes/hideif.el (hide-ifdef-use-define-alist):
26670 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
26671
26672 2005-02-22 Simon Josefsson <jas@extundo.com>
26673
26674 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
26675 New variable.
26676 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
26677 Oskarsson" <myrkraverk@users.sourceforget.net>.
26678
26679 2005-02-22 Kim F. Storm <storm@cua.dk>
26680
26681 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
26682 check that window of that event is the selected window.
26683 (mouse-drag-region-1): Compare mouse event window to selected
26684 window before setting point.
26685
26686 * tooltip.el (tooltip-show-help-function): Pass event to
26687 mouse-on-link-p so it can check selected window.
26688
26689 2005-02-22 Kenichi Handa <handa@m17n.org>
26690
26691 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
26692 (ps-mule-show-warning): New function.
26693 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
26694 characters are found.
26695
26696 * ps-print.el (ps-header-footer-string): Return a list of header
26697 and footer strings.
26698
26699 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
26700
26701 * pcvs.el (cvs-retrieve-revision): Fix thinko.
26702
26703 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
26704
26705 * frame.el (blink-cursor-mode): Use define-minor-mode.
26706
26707 * term/mac-win.el (function-key-map): Use char-names more consistently.
26708 (file-name-coding-system): Only set it for MacOS-9. The other case is
26709 already handled in mule-cmds.el (where it also works when mac-win.el
26710 is not used).
26711
26712 2005-02-21 Kenichi Handa <handa@m17n.org>
26713
26714 * international/mule.el (ctext-pre-write-conversion): Always use
26715 " *code-converting-work*" buffer for work.
26716
26717 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
26718
26719 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
26720
26721 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
26722
26723 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
26724
26725 * ses.el (undo-more): Restore defadvice, but only the part that
26726 allows changes outside the restricted area of the buffer.
26727
26728 2005-02-20 Kim F. Storm <storm@cua.dk>
26729
26730 * simple.el (line-move): Add fourth optional arg try-vscroll which
26731 must be set to perform auto-window-vscroll.
26732 When moving backwards and doing auto-window-vscroll, automatically
26733 vscroll to the last part of lines which are taller than the window.
26734 (next-line, previous-line): Set try-vscroll arg on line-move.
26735
26736 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
26737
26738 * replace.el (query-replace, query-replace-regexp)
26739 (replace-string, replace-regexp): When operating on region, make
26740 the minibuffer prompt say so.
26741
26742 * isearch.el (isearch-forward): Document isearch-query-replace and
26743 isearch-query-replace-regexp keybindings.
26744
26745 2005-02-19 Jay Belanger <belanger@truman.edu>
26746
26747 * calc/calc-aent.el (math-read-token): Add local variable.
26748
26749 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
26750 (calc-edit-top): Move declaration to earlier in file.
26751 (calc-edit-macro-repeats): Add local variables.
26752
26753 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
26754 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
26755 calcFunc-tanh.
26756 Adjust integration rule for calcFunc-tan.
26757
26758 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
26759
26760 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
26761 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
26762 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
26763 (viper-skip-separators): Bug fix.
26764 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
26765 particular major mode.
26766 (viper-del-backward-char-in-replace): Don't put deleted char on the
26767 kill ring.
26768
26769 * viper-ex.el (viper-color-display-p): New function.
26770 (viper-has-face-support-p): Use viper-color-display-p.
26771
26772 * viper-keym.el (viper-gnus-modifier-map): New keymap.
26773
26774 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
26775
26776 * viper-util.el (viper-glob-unix-files): Fix shell status check.
26777 (viper-file-remote-p): Make equivalent to file-remote-p.
26778
26779 * viper.el (viper-major-mode-modifier-list):
26780 Use viper-gnus-modifier-map.
26781
26782 2005-02-19 David Kastrup <dak@gnu.org>
26783
26784 * subr.el (subregexp-context-p): Fix garbled doc string by adding
26785 quoting.
26786
26787 2005-02-19 Jay Belanger <belanger@truman.edu>
26788
26789 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
26790 Remove extra definitions.
26791 (calc-coth): New function.
26792 (calcFunc-cot): Fix `let'.
26793
26794 2005-02-19 Eli Zaretskii <eliz@gnu.org>
26795
26796 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
26797 the reasons we use "type pc" in these faces.
26798
26799 * button.el (button): Ditto.
26800
26801 2005-02-19 Michael Mauger <mmaug@yahoo.com>
26802
26803 * replace.el (query-replace-read-from): Set the value of
26804 query-replace-from-history-variable to handle the case of an empty
26805 string entered to accept the suggested default.
26806
26807 * net/tramp.el (tramp-file-name-for-operation):
26808 Use dired-call-process instead of dired-call-process-command.
26809
26810 2005-02-19 Jay Belanger <belanger@truman.edu>
26811
26812 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
26813 (math-div-non-trig): New variables.
26814 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
26815 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
26816 (math-combine-prod, math-div-symb-fancy): Add simplifications for
26817 trig expressions.
26818
26819 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
26820
26821 * progmodes/gdb-ui.el (gdb-var-update-handler)
26822 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
26823 for watch expressions,
26824 (gdb-var-create-handler): Don't set speedbar-update-flag.
26825 (gdb-post-prompt): Simplify test for speedbar.
26826
26827 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
26828
26829 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
26830 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
26831 we use the syntax table of the correct buffer.
26832 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
26833 Felix Gatzemeier.
26834
26835 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
26836 (ediff-file-remote-p): Make synonymous with file-remote-p.
26837 In all deffaces ediff-*-face-*, use min-colors.
26838
26839 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
26840 ediff-recurse-to-subdirectories.
26841 (ediff-mark-if-equal): Check that the arguments are strings, use
26842 ediff-same-contents (after to Felix Gatzemeier).
26843
26844 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
26845 nil.
26846
26847 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
26848
26849 * log-view.el (log-view-message-re): Fix up Subversion regexp.
26850
26851 2005-02-18 David Kastrup <dak@gnu.org>
26852
26853 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
26854 use `mark-active' when defined.
26855
26856 2005-02-18 Kenichi Handa <handa@m17n.org>
26857
26858 * ps-print.el (ps-font-info-database): New entry
26859 ZapfChancery-MediumItalic with correct font name. Fix font name
26860 of the entry Zapf-Chancery-MediumItalic.
26861
26862 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
26863
26864 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
26865
26866 2005-02-16 Kim F. Storm <storm@cua.dk>
26867
26868 * ido.el (ido-fallback-command): Pass user input to fallback command.
26869
26870 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
26871
26872 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
26873 (gdb-find-file-hook): Add server prefix.
26874
26875 2005-02-16 Richard M. Stallman <rms@gnu.org>
26876
26877 * replace.el (perform-replace): Pass new args to replace-highlight.
26878 (replace-highlight): Take region args,
26879 and pass them to isearch-lazy-highlight-new-loop.
26880
26881 * novice.el (disabled-command-hook): Autoload the defalias
26882 and the make-obsolete-variable call.
26883
26884 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
26885
26886 * isearch.el (isearch-lazy-highlight-start-limit)
26887 (isearch-lazy-highlight-end-limit): New variables limit
26888 the region for highlighting.
26889 (isearch-lazy-highlight-new-loop): New args BEG and END.
26890 (isearch-lazy-highlight-search): Use the new vars.
26891 (isearch-lazy-highlight-update): Likewise.
26892
26893 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
26894
26895 * cus-start.el (all): Use default-boundp.
26896
26897 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
26898
26899 * menu-bar.el (menu-bar-select-frame): Handle current frame.
26900
26901 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
26902
26903 * autorevert.el (auto-revert-stop-on-user-input)
26904 (auto-revert-verbose): Doc fixes.
26905
26906 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
26907
26908 * international/mule-cmds.el (set-locale-environment): Remove call
26909 to set-selection-coding-system on Windows.
26910
26911 2005-02-15 Jay Belanger <belanger@truman.edu>
26912
26913 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
26914 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
26915 calcFunc-coth.
26916 (math-simplify-sqrt): Add simplifications.
26917
26918 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
26919 to list.
26920
26921 * calc/calc-ext.el: Add functions to autoloads.
26922
26923 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
26924 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
26925 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
26926 (math-csc-raw, math-cot-raw): New functions.
26927
26928 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
26929
26930 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
26931 the variable name in a message.
26932
26933 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
26934 calcFunc-csc, calcFunc-cot.
26935
26936 * calc/calcalg2.el: Add derivative and integration rules for
26937 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
26938 calcFunc-csch, calcFunc-coth.
26939 (math-do-integral-methods): Add to checks for when to use
26940 substitutions.
26941
26942 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
26943
26944 2005-02-15 Lute Kamstra <lute@gnu.org>
26945
26946 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
26947 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
26948 <monnier@iro.umontreal.ca>
26949 (lisp-outline-level): Improve efficiency. Suggested by David
26950 Kastrup <dak@gnu.org>.
26951
26952 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
26953
26954 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
26955 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
26956 (gdb-set-gud-minor-mode-existing-buffers): New functions.
26957 (gdb-find-file-hook): New hook. Add it to find-file-hook.
26958 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
26959
26960 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
26961
26962 * cus-start.el (all): Comment change.
26963
26964 2005-02-14 Lute Kamstra <lute@gnu.org>
26965
26966 * cus-start.el (all): Check if symbol is void.
26967
26968 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
26969
26970 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
26971 optional argument to \cite.
26972
26973 2005-02-14 Richard M. Stallman <rms@gnu.org>
26974
26975 * cus-edit.el (custom-buffer-create-internal): Update help message.
26976 (custom-magic-alist): Update help messages.
26977
26978 * cus-start.el (all): Allow a var to specify a standard value.
26979
26980 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
26981
26982 * custom.el (custom-theme-set-variables): Handle variable aliases.
26983
26984 * frame.el (blink-cursor-timer): Doc fix.
26985 (blink-cursor): Make it an alias for `blink-cursor-mode' and
26986 declare obsolete.
26987 (blink-cursor-mode): Define with defcustom and use correct
26988 standard expression in that defcustom.
26989 * startup.el (command-line): Adapt to above changes in frame.el.
26990
26991 2005-02-11 Lute Kamstra <lute@gnu.org>
26992
26993 * apropos.el (apropos-score-doc): Prevent division by zero.
26994
26995 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
26996
26997 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
26998 (icalendar--get-event-property-attributes)
26999 (icalendar--get-event-properties)
27000 (icalendar--datetime-to-diary-date): New functions.
27001 (icalendar--split-value): Doc fix.
27002 (icalendar--datetime-to-noneuropean-date)
27003 (icalendar--datetime-to-european-date): New optional argument
27004 SEPARATOR. Return result as a string instead of a list.
27005 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
27006 (icalendar--convert-string-for-export): Rename arg S to STRING.
27007 (icalendar-export-region): Doc fix. Change name of error buffer.
27008 Save output buffer.
27009 (icalendar-import-file): Add blank at end of prompt.
27010 (icalendar-import-buffer): Doc fix. Do not switch to error
27011 buffer. Indicate status in return value.
27012 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
27013 buffer. Save output buffer. Handle exception from recurrence
27014 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
27015 events. Fix problems with weekly all-day events.
27016
27017 2005-02-10 Richard M. Stallman <rms@gnu.org>
27018
27019 * simple.el (eval-expression-print-format):
27020 Avoid warning about edebug-active.
27021
27022 * help.el (help-for-help-internal): Rename from help-for-help.
27023 (help-for-help): Define with defalias.
27024
27025 * font-core.el (font-lock-default-function): Use with-no-warnings.
27026
27027 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
27028
27029 * custom.el (defface): Doc fix.
27030
27031 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
27032
27033 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
27034 width 0" to prevent word wrapping problems.
27035
27036 2005-02-09 Kim F. Storm <storm@cua.dk>
27037
27038 * ido.el (ido-file-extensions-order): New defcustom.
27039 (ido-file-extension-lessp, ido-file-extension-aux)
27040 (ido-file-extension-order): New advanced file ordering.
27041 (ido-file-lessp): New simple file ordering.
27042 (ido-sort-list): Remove.
27043 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
27044 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
27045
27046 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
27047
27048 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
27049 that some versions of grep produce.
27050 (grep-mode-font-lock-keywords): Likewise.
27051
27052 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
27053
27054 * progmodes/gdb-ui.el (gdb-location-list): New variable.
27055 (gdb-cdir): Delete.
27056 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
27057 (gdb-source-info): Treat case when source file is in another
27058 directory properly.
27059 (gdb-get-location): New function.
27060
27061 2005-02-07 Jay Belanger <belanger@truman.edu>
27062
27063 * calc/calc-prog.el (calc-write-parse-table-part)
27064 (calc-fix-token-name): Fix a check for language type.
27065
27066 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
27067
27068 2005-02-07 Andre Spiegel <spiegel@gnu.org>
27069
27070 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
27071 as directory not writable.
27072
27073 2005-02-07 Kim F. Storm <storm@cua.dk>
27074
27075 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
27076 (cua--standard-movement-commands): Remove list.
27077 Instead, set CUA property value to move for movement commands.
27078 (cua-movement-commands): Remove. Users must set CUA prop instead.
27079 (cua--pre-command-handler): Check CUA property.
27080 (cua--init-keymaps): Don't remap undo commands.
27081 (cua-mode): Don't call cua--rectangle-on-off.
27082
27083 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
27084 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
27085 (cua--rect-undo-set-point): New var.
27086 (cua--rectangle-undo-boundary): Setup undo apply entry.
27087 (cua--rect-undo-handler): New function for rectangle undo.
27088 (cua--rect-start-position, cua--rect-end-position): Add.
27089 (cua--rectangle-post-command): Call cua--rectangle-set-corners
27090 for restored rectangle. Set point if cua--rect-undo-set-point.
27091
27092 2005-02-06 Jay Belanger <belanger@truman.edu>
27093
27094 * calc/calc-lang.el (calc-tex-language): Display more information
27095 in messages.
27096
27097 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
27098 in TeX mode.
27099
27100 2005-02-06 Richard M. Stallman <rms@gnu.org>
27101
27102 * emacs-lisp/lisp.el (buffer-end): Doc fix.
27103
27104 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
27105
27106 * net/ldap.el (ldap-search-internal): Support attributes with
27107 optional descriptions separated by a semi-colon, as in
27108 "userCertificate;binary".
27109
27110 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
27111
27112 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
27113 isn't a cons (i.e. the version is 0).
27114
27115 2005-02-05 Eli Zaretskii <eliz@gnu.org>
27116
27117 * help.el (help-for-help): Doc fix.
27118
27119 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
27120
27121 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
27122 GDB-Windows on the menu-bar as this works better.
27123
27124 2005-02-04 Jay Belanger <belanger@truman.edu>
27125
27126 * calc/calc-embed.el (calc-embedded-update): Don't put in
27127 unnecessary newlines. Adjust the end of formula marker.
27128
27129 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
27130 (math-latex-parse-two-args): New function.
27131
27132 2005-02-03 Lute Kamstra <lute@gnu.org>
27133
27134 * help-fns.el (help-with-tutorial): Make sure that users cannot
27135 remove the entire text of the tutorial by means of `undo'.
27136
27137 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
27138
27139 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
27140 in recent changes, where the ispell process was repeatedly
27141 killed & restarted.
27142
27143 * international/mule-cmds.el (set-locale-environment): Set file-name
27144 coding system to utf-8 on Darwin systems.
27145 (set-default-coding-systems): Don't set default-file-name-coding-system
27146 on Darwin systems.
27147
27148 2005-02-03 Richard M. Stallman <rms@gnu.org>
27149
27150 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
27151
27152 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
27153
27154 * faces.el (list-faces-display): Add optional argument.
27155
27156 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
27157
27158 * font-core.el (font-lock-default-function): Handle the rare case where
27159 only font-lock-keywords is set.
27160
27161 2005-02-02 Kenichi Handa <handa@m17n.org>
27162
27163 * international/characters.el: Cancel previous change for
27164 I-WITH-DOT-ABOVE and DOTLESS-i.
27165
27166 * international/latin-5.el: Cancel previous change.
27167
27168 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
27169
27170 * progmodes/gud.el: Correction to syntax in gud-menu-map.
27171
27172 2005-02-02 Kenichi Handa <handa@m17n.org>
27173
27174 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
27175 DOTLESS-i.
27176
27177 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
27178 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
27179
27180 * case-table.el (get-upcase-table): New function.
27181 (copy-case-table): Copy upcaes table too if non-nil.
27182 (set-case-syntax-delims): Maintain upcase table too.
27183 (set-case-syntax-pair): Likewise.
27184 (set-upcase-syntax, set-downcase-syntax): New functions.
27185 (set-case-syntax): Maintain upcase table too.
27186
27187 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
27188
27189 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
27190
27191 * progmodes/gud.el (gud-goto-info): New function.
27192 (gud-tool-bar-map): Use correct icon.
27193
27194 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
27195
27196 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
27197 When delegating, order args in the funcall correctly.
27198
27199 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
27200
27201 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
27202
27203 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
27204
27205 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
27206 buffer not visiting a file.
27207
27208 2005-01-31 Jay Belanger <belanger@truman.edu>
27209
27210 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
27211 bound on the line with the formula.
27212
27213 2005-01-31 Kim F. Storm <storm@cua.dk>
27214
27215 * ses.el (ses-create-cell-variable-range)
27216 (ses-destroy-cell-variable-range, ses-reset-header-string)
27217 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
27218 (ses-insert-row): Fix format of apply undo entries.
27219
27220 2005-01-31 Jay Belanger <belanger@truman.edu>
27221
27222 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
27223 parts.
27224
27225 * calc/calc-embed.el (calc-embedded-open-formula)
27226 (calc-embedded-close-formula): Ignore matrix environments.
27227
27228 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
27229 TeX mode.
27230
27231 * calc/calc-lang.el (math-function-table, math-oper-table)
27232 (math-variable-table): Adjust the LaTeX portions.
27233
27234 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
27235 (math-latex-ignore-words): New constant.
27236
27237 2005-01-31 Richard M. Stallman <rms@gnu.org>
27238
27239 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
27240 (ispell-local-dictionary): Doc fix.
27241 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
27242 Don't reinitialize at run time. Don't defcustom.
27243 All uses changed to append ispell-local-dictionary-alist,
27244 or check it first.
27245 (ispell-current-dictionary): New variable for dictionary in use.
27246 (ispell-dictionary): Now used only for global default.
27247 (ispell-start-process): Set ispell-current-dictionary,
27248 not ispell-dictionary.
27249 (ispell-change-dictionary): Use this only for setting
27250 user preferences.
27251 (ispell-internal-change-dictionary): New function
27252 to change the current dictionary in use.
27253 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
27254 Use ispell-current-dictionary.
27255 Handle ispell-local-dictionary-overridden.
27256 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
27257
27258 2005-01-31 Jay Belanger <belanger@truman.edu>
27259
27260 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
27261
27262 * calc/calc-ext.el: Add calc-latex-language to autoloads.
27263 (calc-mode-map): Add calc-latex-language.
27264
27265 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
27266 (math-latex-print-frac): New functions.
27267 (math-oper-table, math-function-table, math-variable-table)
27268 (math-complex-format, math-input-filter): Add latex properties.
27269 (calc-set-language): Set math-expr-special-function-mapping.
27270
27271 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
27272 (calc-write-parse-table-part): Add LaTeX support.
27273
27274 * calc/calc.el (calc-language): Adjust docstring.
27275 (calc-set-mode-line): Add LaTeX support.
27276 (math-expr-special-function-mapping): New variable.
27277 (math-tex-ignore-words): Add to list.
27278
27279 * calc/calccomp.el (math-compose-expr, math-compose-rows):
27280 Add LaTeX support.
27281 (math-compose-expr): Add support for special functions.
27282
27283 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
27284
27285 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
27286
27287 * progmodes/gdb-ui.el (gdb-memory-address)
27288 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
27289 (gdb-memory-mode-map, gdb-memory-format-keymap)
27290 (gdb-memory-format-menu, gdb-memory-unit-keymap)
27291 (gdb-memory-unit-menu): New variables for a buffer
27292 that lets the user examine program memory.
27293 (gdb-memory-set-address, gdb-memory-set-repeat-count)
27294 (gdb-memory-format-binary, gdb-memory-format-octal)
27295 (gdb-memory-format-unsigned, gdb-memory-format-signed)
27296 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
27297 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
27298 (gdb-memory-unit-word, gdb-memory-unit-halfword)
27299 (gdb-memory-unit-byte, gdb-memory-unit-menu)
27300 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
27301 (gdb-memory-mode, gdb-memory-buffer-name)
27302 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
27303 New functions for above buffer.
27304
27305 2005-01-30 Richard M. Stallman <rms@gnu.org>
27306
27307 * cus-edit.el (custom-bury-buffer): Function deleted.
27308 (custom-buffer-done-function): Option deleted.
27309 (custom-buffer-done-kill): New replacement option.
27310 (Custom-buffer-done): Call quit-window.
27311 (custom-buffer-create-internal): Update for above changes.
27312
27313 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
27314
27315 * simple.el (undo-ask-before-discard): New var.
27316 (undo-outer-limit-truncate): Implement it.
27317 (undo-extra-outer-limit): Doc update.
27318
27319 2005-01-29 Richard M. Stallman <rms@gnu.org>
27320
27321 * ses.el (undo-more): Delete defadvice.
27322 (ses-begin-change): Doc fix.
27323
27324 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
27325 instead of rebinding C-x u and C-_.
27326
27327 * files.el (normal-backup-enable-predicate): Return nil for files
27328 in /tmp, regardless of temporary-file-directory.
27329
27330 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
27331
27332 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
27333 (open-rectangle, delete-whitespace-rectangle-line)
27334 (clear-rectangle-line): If FILL, pass t instead of FILL
27335 for move-to-column's 2nd arg.
27336
27337 * simple.el (undo): Fix the test for continuing a series of undos.
27338 (undo-more): Set pending-undo-list to t when we reach end.
27339 (pending-undo-list): Move up defvar.
27340
27341 * wid-edit.el (widget-button-click):
27342 Shorten the range of the track-mouse binding.
27343
27344 * comint.el (comint-insert-input): Undo previous changes;
27345 use last-input-event in interactive spec.
27346
27347 2005-01-29 Eli Zaretskii <eliz@gnu.org>
27348
27349 * progmodes/compile.el (compilation-start): Bind buffer-read-only
27350 to nil before invoking call-process. Reset buffer's modified flag
27351 after fontifying it in the no-async branch.
27352
27353 * wid-edit.el (widget-specify-button): If mouse pointer shape
27354 cannot be changed, use mouse face instead.
27355
27356 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
27357
27358 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
27359 (gdb-goto-breakpoint): Make breakpoint handling work on template
27360 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
27361 (gdb-assembler-custom): Update to recognize breakpoint information
27362 added on 2005-01-19.
27363
27364 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
27365
27366 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
27367 (dsssl-mode): Use define-derived-mode.
27368 (scheme-mode-initialize): Remove.
27369 (scheme-mode): Use run-mode-hooks.
27370
27371 * cus-edit.el (customize-group-other-window)
27372 (custom-buffer-create-other-window): Don't override special-display-*.
27373 (custom-mode-map): Make it dense.
27374
27375 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
27376 sets the default value.
27377
27378 2005-01-28 Eli Zaretskii <eliz@gnu.org>
27379
27380 * descr-text.el: Add more keywords.
27381
27382 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
27383
27384 * speedbar.el: Avoid unnecessary use of locate-library.
27385
27386 * international/mule-cmds.el (standard-display-european-internal):
27387 Don't fiddle with latin-1 non-break space any more since it's now
27388 special cased in the C code.
27389 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
27390
27391 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
27392
27393 * cus-start.el (all): Add `undo-outer-limit'.
27394
27395 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
27396
27397 * textmodes/bibtex.el (bibtex-format-entry):
27398 Use `bibtex-empty-field-re' only on the text of fields, not on entire
27399 field lines.
27400 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
27401 not on part of a buffer.
27402
27403 2005-01-25 Lute Kamstra <lute@gnu.org>
27404
27405 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
27406 nonempty field text strings like "{letters\\macro{}more letters}".
27407 Clarify docstring.
27408 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
27409 (bibtex-entry-offset, bibtex-parse-association)
27410 (bibtex-parse-field-name): Fix typos in docstrings.
27411 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
27412
27413 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
27414
27415 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
27416 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
27417 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
27418 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
27419
27420 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
27421 isearch minor mode.
27422
27423 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
27424
27425 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
27426
27427 2005-01-24 Lute Kamstra <lute@gnu.org>
27428
27429 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
27430 CASECHARS and NOT-CASECHARS regular expressions of the
27431 "nederlands" and "nederlands8" dictionaries to prevent a "Range
27432 striding over charsets" error.
27433
27434 2005-01-24 Jay Belanger <belanger@truman.edu>
27435
27436 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
27437 display variable name.
27438
27439 2005-01-24 Kenichi Handa <handa@m17n.org>
27440
27441 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
27442 Fix setting of the element of encoded-kbd-iso2022-invocations.
27443
27444 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
27445
27446 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
27447 (gdb-threads-select): Change to also accept mouse events.
27448 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
27449 (gdb-threads-mouse-select): Delete.
27450
27451 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
27452
27453 * files.el (insert-directory): Take care of empty directory,
27454 listed without -a switch.
27455
27456 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
27457
27458 * textmodes/refill.el (refill-post-command-function):
27459 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
27460 to the list of functions that we should be careful not to undo.
27461 (refill-late-fill-paragraph-function): Remove.
27462 (refill-saved-state): New var.
27463 (refill-mode): Use it to save fill-paragraph-function.
27464 Save also the value of auto-fill-function.
27465
27466 * term/w32-win.el: Simplify code.
27467
27468 2005-01-23 Kim F. Storm <storm@cua.dk>
27469
27470 * simple.el (line-move): Adapt to new return value from
27471 pos-visible-in-window-p.
27472
27473 * simple.el (line-move): Fix last change. Check partial
27474 visibility at point rather than at window-start.
27475
27476 2005-01-22 Jason Rumney <jasonr@gnu.org>
27477
27478 * term/w32-win.el (xw-defined-colors): Remove debug-message.
27479
27480 2005-01-22 David Kastrup <dak@gnu.org>
27481
27482 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
27483
27484 2005-01-22 Eli Zaretskii <eliz@gnu.org>
27485
27486 * type-break.el (type-break-mode): Add a test for
27487 type-break-file-name being non-nil.
27488
27489 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
27490
27491 * net/eudc.el (top level): Call (message "") via progn, so that
27492 eudc-options-file is loaded.
27493
27494 2005-01-22 Kim F. Storm <storm@cua.dk>
27495
27496 * simple.el (line-move-1): Rename from line-move.
27497 (line-move): New function that adjusts vscroll for partially
27498 visible rows, and calls line-move-1 otherwise.
27499
27500 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
27501
27502 * pcomplete.el: Define pcomplete-read-event instead of read-event,
27503 since it's not a complete read-event implementation
27504
27505 2005-01-20 Jay Belanger <belanger@truman.edu>
27506
27507 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
27508 for called function.
27509
27510 2005-01-20 Steven Tamm <steventamm@mac.com>
27511
27512 * term/mac-win.el (process-connection-type): Remove.
27513 Controlled now by s/darwin.h:PTY_ITERATION.
27514
27515 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
27516
27517 * window.el (handle-select-window): Don't switch window when we're
27518 in the minibuffer.
27519
27520 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
27521
27522 * subr.el (dotimes-with-progress-reporter): New macro.
27523
27524 * ses.el (ses-dotimes-msg): Remove macro.
27525 Use `dotimes-with-progress-reporter' instead.
27526
27527 2005-01-19 Steven Tamm <steventamm@mac.com>
27528
27529 * term/mac-win.el (process-connection-type): Use new
27530 operating-system-release variable to use ptys on Darwin 7 (OS X
27531 10.3) when using carbon build.
27532
27533 2005-01-19 Jay Belanger <belanger@truman.edu>
27534
27535 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
27536 flags if the last command was a tab or M-tab.
27537
27538 * calc/calc-prog.el (calc-user-define-edit): Put original formula
27539 in formula editing buffer.
27540
27541 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
27542
27543 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
27544 breakpoint image symbol in margin.
27545
27546 2005-01-19 Jay Belanger <belanger@truman.edu>
27547
27548 * calc/calc-prog.el (calc-execute-kbd-macro):
27549 Ignore calc-keep-arg-flag.
27550
27551 2005-01-19 Kenichi Handa <handa@m17n.org>
27552
27553 * textmodes/ispell.el (ispell-looking-at): New function.
27554 (ispell-process-line): Use ispell-looking-at to compare the ispell
27555 output and the buffer contents.
27556
27557 2005-01-18 Jay Belanger <belanger@truman.edu>
27558
27559 * calc/calc.el (calc-display-raw): Fix docstring.
27560
27561 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
27562
27563 * simple.el (blink-matching-open): Strip extra info from syntax.
27564
27565 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
27566 funny chars in the end-of-here-doc marker.
27567
27568 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
27569
27570 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
27571 that enable/disabled state of breakpoints is shown correctly in
27572 fringe and on ttys.
27573 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
27574 Add breakpoint information as text properties.
27575 (gdb-mouse-toggle-breakpoint):
27576 Rename to gdb-mouse-set-clear-breakpoint.
27577 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
27578 breakpoints in the margin.
27579 (gdb-remove-strings): Simplify.
27580
27581 2005-01-17 Jay Belanger <belanger@truman.edu>
27582
27583 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
27584 erasing buffer.
27585
27586 2005-01-17 Richard M. Stallman <rms@gnu.org>
27587
27588 * progmodes/grep.el (grep-find): Copy from `grep' the condition
27589 for calling grep-compute-defaults.
27590
27591 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
27592 if buffer is empty.
27593
27594 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
27595
27596 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
27597
27598 * hilit-chg.el (highlight-changes-mode): Don't autoload.
27599
27600 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
27601 non-preloaded variables.
27602
27603 2005-01-17 Steven Tamm <steventamm@mac.com>
27604
27605 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
27606 tex-shell cause to force interactivity when using pipes.
27607
27608 2005-01-17 Kim F. Storm <storm@cua.dk>
27609
27610 * simple.el (just-one-space): Make arg optional.
27611
27612 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
27613
27614 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
27615 posn-at-x-y to t to access left-margin.
27616
27617 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
27618
27619 Sync with Tramp 2.0.47.
27620
27621 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
27622 catching keep-date problems in cp/scp operations.
27623 (tramp-handle-copy-file): Don't call `set-file-modes'
27624 unconditionally. Specialized functions should know better what is
27625 necessary. This improves performance a little bit, and the
27626 functions could catch errors with `cp -p' and `scp -p'.
27627 (tramp-do-copy-or-rename-file-via-buffer)
27628 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
27629 when appropriate.
27630 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
27631 Call `set-file-modes' when appropriate.
27632 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
27633 Johnsson <isak@hypergene.com>
27634 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
27635 of both Tramp buffer and debug buffer. Reported by Joakim Verona
27636 <joakim@verona.se>
27637 (tramp-file-name-for-operation): Mark `shell-command' as magic for
27638 Emacs only.
27639
27640 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
27641 `find-file-hooks' and `dired-mode-hook'.
27642 (tramp-minor-mode-map): Respective map. Add remapping for
27643 `compile' and `recompile'.
27644 (tramp-remap-command, tramp-recompile): New defuns.
27645 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
27646 in buffer "*Compilation*". Call the commands asynchronously.
27647
27648 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
27649 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
27650 `shell-command', because it isn't magic in XEmacs. Reported by
27651 Adrian Aichner <adrian@xemacs.org>.
27652
27653 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
27654 `substitute-in-file-name.
27655 (tramp-smb-handle-substitute-in-file-name): New defun.
27656 (tramp-smb-advice-PC-do-completion): Delete advice.
27657
27658 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
27659
27660 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
27661 Fix error in deleting region.
27662
27663 2005-01-15 Richard M. Stallman <rms@gnu.org>
27664
27665 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
27666 In non-temp buffer, switch syntax table temporarily.
27667
27668 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
27669
27670 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
27671
27672 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
27673
27674 * imenu.el (imenu--split-menu): Copy menulist before sorting.
27675 (imenu--generic-function): Use START, not BEG, as pos of definition.
27676
27677 * simple.el (just-one-space): Argument specifies number of spaces.
27678
27679 * simple.el (eval-expression-print-format): Avoid warning
27680 about edebug-active.
27681
27682 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
27683
27684 * progmodes/sh-script.el: Code copied from make-mode.el
27685 with small changes,
27686 (sh-mode-map): Bind C-c C-\.
27687 (sh-backslash-column, sh-backslash-align): New variables.
27688 (sh-backslash-region, sh-append-backslash): New functions.
27689
27690 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
27691
27692 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
27693 (rmail-pop-password, rmail-pop-password-required): Move to
27694 rmail-obsolete group.
27695 (rmail-set-pop-password): Rename to rmail-set-remote-password.
27696 All callers updated.
27697 (rmail-get-pop-password): Rename to rmail-get-remote-password.
27698 Take an argument specifying whether it is POP or IMAP mailbox we
27699 are using. All callers updated.
27700 (rmail-pop-password-error): Rename to
27701 rmail-remote-password-error. Added mailutils-specific error message.
27702 (rmail-movemail-search-path)
27703 (rmail-movemail-variant-in-use): New variables.
27704 (rmail-remote-password, rmail-remote-password-required):
27705 New customization variables.
27706 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
27707 (rmail-parse-url): New function.
27708 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
27709 with GNU mailutils movemail.
27710
27711 2005-01-15 Kevin Ryde <user42@zip.com.au>
27712
27713 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
27714 suffix to space, $ or '$, to correctly position point when going
27715 to @table style constants like DBL_MAX.
27716
27717 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
27718
27719 * type-break.el (type-break-mode, type-break-file-time)
27720 (type-break-file-keystroke-count, type-break-choose-file):
27721 Don't store data in or load data from the file if type-break-file-name
27722 is nil.
27723 (type-break-file-name): Doc update as per the above.
27724
27725 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
27726
27727 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
27728 lookup-key might return nil; handle that.
27729
27730 2005-01-15 Alan Mackenzie <acm@muc.de>
27731
27732 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
27733 rather than the element found, thus enabling the tree to be setcar'd.
27734
27735 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
27736
27737 * textmodes/org.el (org-show-following-heading): New option.
27738 (org-show-hierarchy-above): Use `org-show-following-heading'.
27739 (org-cycle): Documentation fix.
27740
27741 * textmodes/org.el (orgtbl-optimized): New option
27742 (orgtbl-mode): New command, a minor mode.
27743 (orgtbl-mode-map): New variable.
27744 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
27745 (orgtbl-error, orgtbl-self-insert-command)
27746 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
27747
27748 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
27749 a local variable in each org-mode buffer.
27750
27751 * textmodes/org.el (org-set-regexps-and-options): Rename from
27752 `org-set-regexps'. Added checking for STARTUP keyword.
27753 (org-get-current-options): Add STARTUP options.
27754 (org-table-insert-row): Make mode intelligent about when
27755 realignment is needed.
27756 (org-self-insert-command, org-delete-backward-char, org-delete-char):
27757 New commands.
27758 (org-enable-table-editor): New default value `optimized'.
27759 (org-table-blank-field): Support blanking regions if active.
27760
27761 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
27762
27763 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
27764 if the year is not given.
27765
27766 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
27767 Add new escapes %m and %M, fixed bug with %F by adding
27768 save-match-data.
27769 (reftex-reference): Remove ?. from list of spaces.
27770 (reftex-label-info): Add automatic label prefix recognition.
27771
27772 * textmodes/reftex-index.el (reftex-index-next-phrase):
27773 Add slave parameter to call of `reftex-index-this-phrase'.
27774 (reftex-index-this-phrase): New optional argument.
27775 (reftex-index-region-phrases): Add slave parameter to call of
27776 `reftex-index-this-phrase'.
27777 (reftex-display-index): New argument redo.
27778 (reftex-index-rescan): Add `redo' to arguments of
27779 `reftex-display-index'.
27780 (reftex-index-Rescan, reftex-index-revert)
27781 (reftex-index-switch-index-tag): Add `redo' to arguments of
27782 `reftex-display-index'.
27783 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
27784 indexing. Fix bug with matching is there is a quote before or
27785 after the word.
27786
27787 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
27788 Fix bug when collecting citation keys in lines with comments.
27789 (reftex-citation): Prefix argument no longer rescans the document,
27790 but forces prompting for optional arguments of cite macros.
27791 (reftex-do-citation): Prompting for optional arguments implemented.
27792
27793 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
27794 Add optional arguments to most cite commands.
27795 (reftex-cite-cleanup-optional-args): New option
27796 (reftex-cite-prompt-optional-args): New option.
27797 (reftex-trust-label-prefix): New option.
27798
27799 * textmodes/reftex-toc.el (reftex-toc-find-section):
27800 Add push-mark before changing the position in the buffer.
27801
27802 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
27803 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
27804
27805 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
27806
27807 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
27808 more carefully.
27809
27810 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
27811
27812 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
27813 (sgml-mode): Use it.
27814 (sgml-get-context): Better keep track of implicitly closed tags.
27815
27816 2005-01-13 Kenichi Handa <handa@m17n.org>
27817
27818 * textmodes/ispell.el: These changes are to fix misalignment error
27819 caused by equivalent characters of different Emacs charsets.
27820 (ispell-unified-chars-table): New variable.
27821 (ispell-get-decoded-string): New function.
27822 (ispell-get-casechars, ispell-get-not-casechars)
27823 (ispell-get-otherchars): Call ispell-get-decoded-string.
27824
27825 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
27826
27827 * custom.el (custom-declare-variable): Just put symbol instead
27828 of (defvar . symbol) in `current-load-list'.
27829
27830 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
27831
27832 * emacs-lisp/elint.el: Fixed typo in Commentary section.
27833
27834 2005-01-12 Jay Belanger <belanger@truman.edu>
27835
27836 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
27837 to create a Calc summary.
27838
27839 2005-01-12 Kim F. Storm <storm@cua.dk>
27840
27841 * mouse.el (mouse-on-link-p): Change functionality and doc
27842 string to comply with latest description in lisp ref.
27843
27844 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
27845
27846 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
27847 Enable mouse clicks on mode-line, header-line and margin.
27848 (event-type): Give mouse event symbols an `event-kind' property
27849 with value `mouse-click'.
27850
27851 2005-01-12 Juri Linkov <juri@jurta.org>
27852
27853 * facemenu.el (list-colors-display): Add new arg buffer-name.
27854 Use it. Fix docstring. Replace code for identifying duplicate
27855 colors by the name with call to `list-colors-duplicates' which
27856 identifies duplicate colors by the value unless the color
27857 is one of special Windows colors. Set truncate-lines to t.
27858 Print sorted duplicate color names on each line. Indent to 22
27859 \(the longest color name in rgb.txt) instead of 20. Optimize.
27860 (list-colors-duplicates): New function.
27861 (facemenu-color-name-equal): Delete function.
27862
27863 * facemenu.el (list-colors-print): New function created from code
27864 in list-colors-display. Print #RRGGBB at the window right edge.
27865 (list-colors-display): When temp-buffer-show-function is not
27866 defined, call list-colors-print from temp-buffer-show-hook
27867 to get the right value of window-width in list-colors-print
27868 after the buffer is displayed.
27869
27870 * simple.el (pop-mark): Move deactivate-mark out of conditional
27871 part to deactivate the active mark regardless of the state of the
27872 mark ring.
27873
27874 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
27875 variables line in desktop files.
27876
27877 2005-01-12 Juri Linkov <juri@jurta.org>
27878
27879 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
27880 Bring together isearch highlight related options.
27881 (lazy-highlight): Replace group `replace' by `matching'.
27882 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
27883 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
27884 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
27885 and declare them obsolete.
27886 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
27887 (isearch-faces): Remove defgroup.
27888 (isearch-overlay, isearch-highlight, isearch-dehighlight):
27889 Move isearch highlighting code closer to lazy highlighting code.
27890
27891 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
27892 (query-replace-highlight, query-replace-lazy-highlight)
27893 (query-replace): Move definitions to the beginning of the file.
27894
27895 2005-01-11 Juri Linkov <juri@jurta.org>
27896
27897 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
27898 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
27899 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
27900
27901 * info.el (Info-history-forward): New variable.
27902 (Info-select-node): Reset Info-history-forward to nil.
27903 (Info-last): Turn into defalias.
27904 (Info-history-back): Rename from Info-last.
27905 Add current node to Info-history-forward.
27906 (Info-history-forward): New fun.
27907 (Info-mode-map): Replace Info-last by Info-history-back.
27908 Bind Info-history-forward to "r".
27909 (Info-mode-menu): Replace Info-last by Info-history-back.
27910 Fix menu item text. Add menu item for Info-history-forward.
27911 (info-tool-bar-map): Replace Info-last by Info-history-back.
27912 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
27913 for Info-history-forward.
27914 (Info-mode): Replace Info-last by Info-history-back in docstring.
27915 Add local variable Info-history-forward.
27916 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
27917
27918 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
27919
27920 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
27921 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
27922 Ignore select-window events rather than fiddle with
27923 mouse-autoselect-window.
27924
27925 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
27926
27927 * type-break.el (type-break-mode): Fix previous change.
27928
27929 2005-01-10 Jay Belanger <belanger@truman.edu>
27930
27931 * calc/calc-ext.el (calc-reset): Reset when inside embedded
27932 calculator; only reset when point is inside a calculator.
27933 Don't adjust the window height if the window takes up the whole height
27934 of the frame.
27935
27936 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
27937
27938 * ebuff-menu.el (Electric-buffer-menu-mode):
27939 Preserve value of buffer-local var header-line-format.
27940
27941 2005-01-09 Jay Belanger <belanger@truman.edu>
27942
27943 * calc/calc.el (calc-mode-var-list-restore-saved-values):
27944 Make sure settings file exists before accessing it.
27945
27946 * calc/calc-embed.el (calc-embedded-subst):
27947 Replace math-multi-subst-rec, which is only supposed to be called
27948 by math-multi-subst, by math-multi-subst.
27949
27950 2005-01-09 Andre Spiegel <spiegel@gnu.org>
27951
27952 * vc.el (vc-allow-async-revert): New user option.
27953 (vc-disable-async-diff): New internal variable.
27954 (vc-revert-buffer): Use them to disable asynchronous diff.
27955
27956 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
27957 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
27958 asynchronously if vc-disable-async-diff is t.
27959
27960 2005-01-09 Jay Belanger <belanger@truman.edu>
27961
27962 * calc/calc.el (defcalcmodevar): New macro.
27963 (calc-mode-var-list-restore-default-values)
27964 (calc-mode-var-list-restore-saved-values): New functions.
27965 (calc-mode-var-list): Use defcalcmodevar to define it.
27966 (calc-always-load-extensions, calc-line-numbering)
27967 (calc-line-breaking, calc-display-just, calc-display-origin)
27968 (calc-number-radix, calc-leading-zeros, calc-group-digits)
27969 (calc-group-char, calc-point-char, calc-frac-format)
27970 (calc-prefer-frac, calc-hms-format, calc-date-format)
27971 (calc-float-format, calc-full-float-format, calc-complex-format)
27972 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
27973 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
27974 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
27975 (calc-matrix-brackets, calc-language, calc-language-option)
27976 (calc-left-label, calc-right-label, calc-word-size)
27977 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
27978 (calc-display-raw, calc-internal-prec, calc-angle-mode)
27979 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
27980 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
27981 (calc-window-height, calc-display-trail, calc-show-selections)
27982 (calc-use-selections, calc-assoc-selections)
27983 (calc-display-working-message, calc-auto-why, calc-timing)
27984 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
27985 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
27986 (calc-gnuplot-default-device, calc-gnuplot-default-output)
27987 (calc-gnuplot-print-device, calc-gnuplot-print-output)
27988 (calc-gnuplot-geometry, calc-graph-default-resolution)
27989 (calc-graph-default-resolution-3d, calc-invocation-macro)
27990 (calc-show-banner): Use defcalcmodevar to declare them and set
27991 their default values.
27992
27993 * calc/calc-ext.el (calc-reset): Restore saved values of variables
27994 instead of default values (but restore default values if there is
27995 an argument of 0).
27996
27997 2005-01-09 David Kastrup <dak@gnu.org>
27998
27999 * desktop.el (desktop-restore-eager): Fix typo in type.
28000
28001 2005-01-08 Richard M. Stallman <rms@gnu.org>
28002
28003 * cus-edit.el (customize): Delete :link.
28004
28005 2005-01-08 Jay Belanger <belanger@truman.edu>
28006
28007 * calc/calc.el (calc-mode): Remove the extension from the
28008 `calc-settings-file' file name when loading it.
28009
28010 2005-01-08 Kim F. Storm <storm@cua.dk>
28011
28012 * info.el (Info-mode-map, Info-next-link-keymap)
28013 (Info-prev-link-keymap, Info-up-link-keymap):
28014 Map follow-link to mouse-face.
28015 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
28016
28017 2005-01-08 Jay Belanger <belanger@truman.edu>
28018
28019 * calc/calc.el (calc-settings-file): Change default value.
28020 Suggested by cgw in a comment in calc-mode.el.
28021
28022 * calc/calc-mode.el (calc-settings-file-name):
28023 Compare calc-settings-file to user-init-file instead of ~/.emacs.
28024 Replace ~/.emacs in a prompt by calc-settings-file.
28025
28026 2005-01-07 Lars Hansen <larsh@math.ku.dk>
28027
28028 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
28029 (desktop-lazy-idle-delay): New customizable variables.
28030 (desktop-buffer-args-list): New variable.
28031 (desktop-append-buffer-args): New function.
28032 (desktop-save): Call desktop-append-buffer-args for some buffers.
28033 (desktop-lazy-create-buffer): New function.
28034 (desktop-idle-create-buffers): New function.
28035 (desktop-read): Add message about buffers to restore lazily.
28036 (desktop-lazy-abort): New command.
28037 (desktop-clear): Call desktop-lazy-abort.
28038 (desktop-lazy-complete): New command.
28039
28040 2005-01-06 Richard M. Stallman <rms@gnu.org>
28041
28042 * emacs-lisp/find-func.el (find-face-definition):
28043 Rename from find-face.
28044
28045 2005-01-06 Kim F. Storm <storm@cua.dk>
28046
28047 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
28048
28049 * man.el (Man-xref-man-page, Man-xref-header-file)
28050 (Man-xref-normal-file): Add follow-link property.
28051
28052 2005-01-06 Jay Belanger <belanger@truman.edu>
28053
28054 * calc/calc-units.el: Make sure the proper macro definitions are
28055 available when compiling.
28056
28057 2005-01-06 Juri Linkov <juri@jurta.org>
28058
28059 * isearch.el (isearch-lazy-highlight-update):
28060 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
28061
28062 2005-01-06 Miles Bader <miles@gnu.org>
28063
28064 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
28065 (isearch-lazy-highlight-face): Use new name.
28066
28067 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
28068
28069 * uniquify.el (uniquify-rationalize-file-buffer-names):
28070 Re-add an interactive spec.
28071 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
28072 to the same name.
28073
28074 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
28075 (isearch-update, isearch-done): Adjust calls accordingly.
28076
28077 2005-01-05 Richard M. Stallman <rms@gnu.org>
28078
28079 * custom.el (custom-set-variables, custom-theme-set-variables):
28080 Clarify documentation.
28081
28082 * emacs-lisp/find-func.el (find-variable)
28083 (find-variable-other-window, find-variable-other-frame):
28084 Fix the TYPE args to find-function-read and find-function-do-it.
28085 (find-function): Doc fix.
28086 (find-function-at-point): Replace function-at-point alias.
28087
28088 2005-01-04 Richard M. Stallman <rms@gnu.org>
28089
28090 * cus-face.el (custom-declare-face):
28091 Record defface in current-load-list.
28092
28093 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
28094
28095 * emacs-lisp/find-func.el: Doc fixes.
28096 (find-face-regexp): New variable.
28097 (find-function-regexp-alist): New variable.
28098 (find-function-C-source): Third arg is now TYPE.
28099 (find-function-search-for-symbol): Handle general TYPE.
28100 (find-function-read, find-function-do-it): Handle general TYPE.
28101 (find-definition-noselect, find-face): New functions.
28102 (function-at-point): Alias deleted.
28103
28104 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
28105
28106 * battery.el (display-battery-mode): Rename from display-battery.
28107 Handle the case where it gets turned off.
28108
28109 2005-01-04 Richard M. Stallman <rms@gnu.org>
28110
28111 * cus-edit.el (customize): Make :link point to user doc.
28112
28113 * man.el (Man-fontify-manpage): Turn off undo generation.
28114
28115 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
28116
28117 2005-01-04 Andreas Schwab <schwab@suse.de>
28118
28119 * files.el (insert-directory): Only look for error lines in
28120 inserted text. Don't move too far after processing --dired markers.
28121
28122 2005-01-04 Richard M. Stallman <rms@gnu.org>
28123
28124 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
28125 Don't expand if the character is @, period, dash, etc.
28126 (define-mail-abbrev): Quote names that contain problem characters.
28127
28128 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
28129
28130 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
28131
28132 2005-01-03 Richard M. Stallman <rms@gnu.org>
28133
28134 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
28135 (query-replace-highlight, query-replace-lazy-highlight)
28136 (query-replace): Definitions moved up. Doc fix.
28137
28138 2005-01-03 Richard M. Stallman <rms@gnu.org>
28139
28140 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
28141 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
28142 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
28143 (lazy-highlight-face): Rename from isearch-lazy-...
28144 Change all references to them.
28145
28146 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
28147
28148 * cus-edit.el (custom-file): Doc fix for defcustom.
28149 (custom-file): The function no longer sets the variable
28150 `custom-file' to its return value.
28151
28152 * startup.el (command-line): No longer load `custom-file'.
28153
28154 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
28155
28156 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
28157
28158 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
28159 Don't confuse module-prefixed identifiers for labels.
28160 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
28161
28162 2005-01-02 Richard M. Stallman <rms@gnu.org>
28163
28164 * files.el (basic-save-buffer-1): Fix previous change.
28165
28166 * loadhist.el (file-loadhist-lookup): New function.
28167 (file-provides, file-requires): Use it.
28168
28169 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
28170 instead of calculating the right size.
28171
28172 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
28173
28174 * vc-svn.el (vc-svn-diff): Stay local if possible.
28175
28176 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
28177
28178 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
28179
28180 * files.el (hack-local-variables): Fix last change.
28181
28182 2005-01-02 Jay Belanger <belanger@truman.edu>
28183
28184 * calc/calc-yank.el (calc-edit-top): New variable.
28185 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
28186 object. Change header properties.
28187 (calc-edit-finish, calc-edit-finish-stack-object)
28188 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
28189 edited object.
28190 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
28191 for the beginning of the edited object.
28192 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
28193 for the beginning of the edited object.
28194 * calc/calc-prog.el (calc-edit-macro-finish-edit)
28195 (calc-finish-formula-edit, calc-macro-repeats)
28196 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
28197 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
28198 beginning of the edited object.
28199 (calc-user-define-edit): Change the header for editing macros.
28200 Remove unnecessary variable.
28201
28202 2005-01-01 Jay Belanger <belanger@truman.edu>
28203
28204 * calc/calc-yank.el (calc-edit-mode): Change default header.
28205 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
28206 * calc/calc-store.el (calc-edit-variable): Change title to match new
28207 header.
28208 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
28209 mode to match new header.
28210 (calc-user-define-edit): Change titles to include names of commands.
28211 (calc-finish-formula-edit): Adjust to handle new header.
28212 (calc-finish-macro-edit): Remove.
28213 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
28214 (calc-edit-macro-command, calc-edit-macro-command-type)
28215 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
28216 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
28217 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
28218 (calc-edit-macro-finish-edit): New functions.
28219 (calc-user-define-edit): Use new functions to edit named calc macros.
28220
28221 2005-01-01 Stefan <monnier@iro.umontreal.ca>
28222
28223 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
28224
28225 * ses.el (copy-region-as-kill): Deactivate mark.
28226
28227 2005-01-01 Richard M. Stallman <rms@gnu.org>
28228
28229 * replace.el (occur-1): If the output buffer is also an input,
28230 don't kill it, rename it.
28231
28232 * faces.el (set-face-background, set-face-foreground): Doc fix.
28233
28234 * cus-face.el (custom-face-attributes): Fix :help-echo strings
28235 for :foreground and :background.
28236
28237 * dired.el (dired-view-command-alist): Variable deleted.
28238 (dired-view-file, dired-mouse-find-file-other-window):
28239 Delete the code to use it.
28240
28241 2005-01-01 Kim F. Storm <storm@cua.dk>
28242
28243 * image.el (insert-sliced-image): Use t for line-height property.
28244
28245 See ChangeLog.11 for earlier changes.
28246
28247 ;; Local Variables:
28248 ;; coding: iso-2022-7bit
28249 ;; End:
28250
28251 Copyright (C) 2005, 2006 Free Software Foundation, Inc.
28252 Copying and distribution of this file, with or without modification,
28253 are permitted provided the copyright notice and this notice are preserved.
28254
28255 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1